form.jqtransformdone label{
	margin-top:4px;
	margin-right: 8px;
	display: block;
	float:left;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}
/* -------------
 * Buttons
 * ------------- */
button.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
}

*:first-child+html button.jqTransformButton[type]{width: 1;} /* IE7 */

button.jqTransformButton span {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

button.jqTransformButton span span {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
button.jqTransformButton_hover span span { background-position: left -33px ; }
button.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
button.jqTransformButton_click span span { background-position: left -66px ; }
button.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html button.jqTransformButton { height:33px; }
* button.jqTransformButton span span { height: 25px; }
/* IE 7 */
*+ html button.jqTransformButton { height:33px; }
*+ button.jqTransformButton span span { height: 25px; }


/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/input/input_text_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/input/input_text_right.gif) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

.jqTransformInputInner div {
	height: 31px;
	margin:0px 0px 0px 8px;
}

.jqTransformInputInner div input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: none;
	padding: 8px 0px 0px 0px;
	margin: 0px;
	background:transparent;
}

/*  IE6 */
* html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin: 0 0 0 -8px;
	height:24px;
}
/* Ie7 */
*+ html .jqTransformInputInner div input {
	padding: 6px 0 0 0;
	margin-left:-10px;
	height:24px;
}

/*hover*/
.jqTransformInputWrapper_hover{ background-position: left -31px ;}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background-position: right -31px ;}

/*focus*/
.jqTransformInputWrapper_focus{ background-position: left -62px ;}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background-position: right -62px ;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
	margin:0px 8px;
}
.jqTransformSafari .jqTransformInputInner div input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
	font-size: 12px;
	line-height: 16px;
}

table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}
table.jqTransformTextarea{}
table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_tl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-tm{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_tm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-tr{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_tr.gif) no-repeat top left;}

table.jqTransformTextarea td#jqTransformTextarea-ml{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_ml.gif) repeat-y top left;}
table.jqTransformTextarea td#jqTransformTextarea-mm{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea-mm.gif) repeat;}
table.jqTransformTextarea td#jqTransformTextarea-mr{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_mr.gif) repeat-y top left;}

table.jqTransformTextarea td#jqTransformTextarea-bl{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_bl.gif) no-repeat top left;}
table.jqTransformTextarea td#jqTransformTextarea-bm{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_bm.gif) repeat-x top left;}
table.jqTransformTextarea td#jqTransformTextarea-br{background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea_br.gif) no-repeat top left;}

/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-position:-5px 0px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-position:0px -5px;}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-position:0px -5px;}

/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-position:-10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/textarea/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-position: -10px 0px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-position:0px -10px;}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-position:0px -10px;}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/select_left.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 18px;
    position: relative;
    text-align: left;
    width: 205px !important;
}

.jqTransformSelectWrapper div span {
	font-size: 11px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 17px;
	padding: 0 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	width: 97% !important
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 18px;
	background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/jqforms/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 203px !important;
	top: 17px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto; 
	overflow-y: auto;
	z-index:10;
	overflow-x: hidden;
}

.jqTransformSelectWrapper ul a {
	display: block  !important;
	padding: 1px 5px !important;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
	width: 100%;
}

.jqTransformSelectWrapper ul a.selected {
	background: #090909;
	color: #fff;
	
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#666669;
	color: #090909;
}
.jqTransformSelectWrapper ul li { padding: 0 !important}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}
/* Reset ================================================================================= */
* {
    margin  : 0;
    padding : 0;
}

body {
    background : #efefef;
    font       : 12px/1.55 Arial, helvetica, sans-serif;
    color      : #000;
    text-align : center;
}

img {
    border         : 0;
    vertical-align : top;
}

a {
    color           : #000;
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}

:focus {
    outline : 0;
}

/* Headings */
h1 {
    font-size   : 3em;
    font-weight : normal;
    line-height : 1.15;
    font-weight : normal;
}

h2 {
    font-size     : 2.0em;
    line-height   : 1.25;
    margin-bottom : .45em;
    font-weight   : normal;
}

h3 {
    font-size     : 1.7em;
    line-height   : 1.25;
    margin-bottom : .45em;
    font-weight   : normal;
}

h4 {
    font-size     : 1.4em;
    line-height   : 1.35;
    margin-bottom : .45em;
    font-weight   : normal;
}

h5 {
    font-size     : 1.15em;
    line-height   : 1.35;
    margin-bottom : .45em;
    font-weight   : normal;
}

h6 {
    font-size     : 1.05em;
    line-height   : 1.35;
    margin-bottom : 1em;
    font-weight   : normal;
}

/* Forms */
form {
    display : inline;
}

fieldset {
    border : 0;
}

legend {
    display : none;
}

/* Table */
table {
    border         : 0; /*border-collapse:collapse;*/
    border-spacing : 0;
    empty-cells    : show;
    font-size      : 100%;
}

caption, th, td {
    vertical-align : top;
    text-align     : left;
    font-weight    : normal;
}

/* Content */
p {
    margin : 0 0 1em;
}

strong {
    font-weight : bold;
}

address {
    font-style : normal;
}

cite {
    font-style : normal;
}

q,
blockquote {
    quotes : none;
}

q:before,
q:after {
    content : '';
}

small {
    font-size : 1em;
}

big {
    font-size : 1.15em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style : none;
}

/* Tools */
.hidden {
    display     : block !important;
    border      : 0 !important;
    margin      : 0 !important;
    padding     : 0 !important;
    font-size   : 0 !important;
    line-height : 0 !important;
    width       : 0 !important;
    height      : 0 !important;
    overflow    : hidden !important;
}

.nobr {
    white-space : nowrap !important;
}

.wrap {
    white-space : normal !important;
}

.a-left {
    text-align : left !important;
}

.a-center {
    text-align : center !important;
}

.a-right {
    text-align : right !important;
}

.v-top {
    vertical-align : top;
}

.v-middle {
    vertical-align : middle;
}

.f-left,
.left {
    float : left !important;
}

.f-right,
.right {
    float : right !important;
}

.f-none {
    float : none !important;
}

.f-fix {
    float : left;
    width : 100%;
}

.no-display {
    display : none;
}

.no-margin {
    margin : 0 !important;
}

.no-padding {
    padding : 0 !important;
}

.no-bg {
    background : none !important;
}

.clear {
    clear : both !important;
}

.clear_b {
    display     : block;
    content     : ".";
    clear       : both;
    font-size   : 0;
    line-height : 0;
    height      : 0;
    overflow    : hidden;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
}

.page {
  /*  width      : 1200px;
    margin     : 0 auto;
    text-align : left;*/
}

.page-print {
    background : #fff;
    padding    : 25px 30px;
    text-align : left;
}

.page-empty {
    background : #fff;
    padding    : 20px;
    text-align : left;
}

.page-popup {
    background : #fff;
    padding    : 25px 30px;
    text-align : left;
}

.main-container {
}

.main {
    /*min-height : 350px; */
    margin     : 0 0 0px 0;
}

/* Base Columns */
.col-left {
    float   : left;
    width   : 266px;
    padding : 0 0 1px;
}

.col-main {
    float   : left;
    width   : 920px;
    padding : 0 0 1px;
}

.col-right {
    float   : right;
    width   : 266px;
    padding : 0 0 1px;
}

/* 1 Column Layout */
.col1-layout .main {
}

.col1-layout .col-main {
    float : none;
    width : auto;
}

/* 2 Columns Layout */
.col2-left-layout .col-main {
    float : right;
}

.col2-right-layout .col-main {
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width : 452px;
}

.col3-layout .col-wrapper {
    float : left;
    width : 689px;
}

.col3-layout .col-wrapper .col-main {
    float : right;
}

/* Content Columns */
.col2-set .col-1 {
    float      : left;
    width      : 48.5%;
    background : white;
}

.col2-set .col-2 {
    float      : right;
    width      : 48.5%;
    background : white;
}

.col2-set .col-narrow {
    width : 32%;
}

.col2-set .col-wide {
    width : 65%;
}

.col3-set .col-1 {
    float : left;
    width : 32%;
}

.col3-set .col-2 {
    float : left;
    width : 49%;
}

.col3-set .col-3 {
    float : right;
    width : 49%;
}

.col4-set .col-1 {
    float : left;
    width : 23.5%;
}

.col4-set .col-2 {
    float  : left;
    width  : 23.5%;
    margin : 0 2%;
}

.col4-set .col-3 {
    float : left;
    width : 23.5%;
}

.col4-set .col-4 {
    float : right;
    width : 23.5%;
}

/* ======================================================================================= */

/* ======================================================================================= */
.box {
    padding : 5px;
}

.box .box-title h2 {
    padding-bottom : 5px;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font           : 12px Arial, Helvetica, sans-serif;
    vertical-align : middle;
    color          : #818181;
}

input.input-text, select {
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_input.gif) 0 0 no-repeat;
    border       : none;
    border-right : 1px solid #d6d6d6;
}

input.  textarea {
    background          : #dbdbdb;
    border              : 1;
    border-bottom-color : #ccc;
    border              : none;
    border-right        : 1px solid #d6d6d6;
}

input.input-text, textarea {
    padding : 8px 6px;
}

select {
    padding : 7px 8px;
}

select option {
    padding-right : 10px;
    padding-left  : 8px;
}

select.multiselect option {
    border-bottom : 1px solid #b6b6b6;
    padding       : 1px 5px;
}

select.multiselect option:last-child {
    border-bottom : 0;
}

textarea {
    overflow : auto;
}

input.radio {
    margin-right : 3px;
}

input.checkbox {
    margin-right : 3px;
}

input.qty {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 6px 10px;
    text-align: center;
    width: 1.5em !important;
}

button.button::-moz-focus-inner {
    padding : 0;
    border  : 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit : lines;
}

/* <- Safari & Google Chrome Fix */
/*
button.button { overflow:visible; width:auto; height:27px; padding:0 17px; background:#818181; white-space:nowrap; color:#fff; text-align:center; text-transform:uppercase; font:normal 11px Tahoma, Verdana, Arial, sans-serif; border: 1px solid #909090; margin:0; cursor:pointer; }
button.button span { white-space:nowrap;  margin: -1px -3px; }
button.button:hover { background:#090909; border: 1px solid #434343; }
button.disabled span { color:#bbb !important; }
button.button.btn-cart  { background:#818181; border-color:#909090 ; }
button.button.btn-cart:hover  { background:#090909!important; border-color:#909090 ; }

*/

button.button {
    overflow   : visible;
    width      : auto;
    border     : 0;
    /*padding: 0px 10px;*/
    margin     : 0;
    background : transparent;
    cursor     : pointer;
}

#search_mini_form button.button {
    float : left;
}

button.button span {
    display     : block;
    height      : 20px;
    
    background  : url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_not_arrow.png") no-repeat scroll 0 0 / 100% 100% transparent;
    padding     : 3px 30px;
    font        : bold 12px/20px Arial, Helvetica, sans-serif;
    text-align  : center;
    white-space : nowrap;
    color       : #333;
}

/* #form-validate button.button span {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_not_arrow.png") no-repeat scroll 0 0 / contain transparent;
    border: 0 none;
    border-radius: 0;
    height: 26px;
    line-height: 26px;
    padding: 0;
    width: 95px;
}

#form-validate button.button:hover span {
     background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_arrow_hover.png") no-repeat scroll 0 0 / contain transparent;
}
#form-validate button.button span span {
    background: none;
} */


button.button span span {
    border  : 0;
    padding : 0;background: none ;
}

button.disabled span {
    border-color : #bbb !important;
    background   : #bbb !important;
}

button.button:hover span {
    background : url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_arrow_hover.png") no-repeat scroll 0 0 / 100% 100%  transparent;
    
}

button.button:hover span span {
    border  : 0;
    padding : 0;background: none ;
}

.products-grid button.button span {
    display        : block;
    height         : 16px;
    /* border         : 1px solid #818181;
    background     : #818181; */
    text-transform : uppercase;
    padding        : 0 6px;
    font           : normal 8px/16px Arial, Helvetica, sans-serif;
    text-align     : center;
    white-space    : nowrap;
    /* color          : #fff; */
    
}
.products-grid button.btn-cart span{ padding: 5px 20px}

.products-grid button.button span span {
    border  : 0;
    padding : 0;
}

.products-grid button.disabled span {
    border-color : #bbb !important;
    background   : #bbb !important;
}

.products-grid button.button:hover span {
    /* background : #e29611;
    border     : 1px solid #e29611; */
}

.products-grid button.button:hover span span {
    border  : 0;
    padding : 0;
}

/*button.btn-cart span {}*/
button.btn-checkout span {
    /*font       : bold 16px Arial, Helvetica, sans-serif;
    color      : #fff;
     background : #e29611;
    border     : 1px solid #e29611; */
    padding    : 4px 65px;
}

button.btn-checkout span span {
    border         : 0;
    padding        : 0;
   /*  text-transform : uppercase; */
}

button.btn-checkout {
}

button.btn-checkout:hover {
    /* background : #818181; */
}

button.btn-checkout.no-checkout span {
    background-position : 0 100%;
    color               : #cfcfcf;
}

button.btn-checkout.no-checkout span span {
    background-position : 100% 100%;
}

p.control input.checkbox,
p.control input.radio {
    margin-right : 6px;
}

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li {
    margin : 0 0 10px;
}

.form-list label {
    float       : left;
    color       : #555;
    font-weight : bold;
    position    : relative;
    z-index     : 0;
    margin      : 0 0 5px;
}

.form-list label.required {
}

.form-list label.required em {
    float      : right;
    font-style : normal;
    color      : #eb340a;
    position   : absolute;
    top        : 0;
    right      : -7px;
}

.form-list li.control label {
    float : none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-top   : -1px;
    margin-right : 4px;
}

.form-list li.control .input-box {
    clear   : none;
    display : inline;
    width   : auto;
}

/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box {
    display : block;
    clear   : both;
    width   : 260px;
}

.form-list .field {
    float : left;
    width : 425px;
}

.form-list input.input-text {
    width : 400px;
}

.form-list textarea {
    width  : 254px;
    height : 10em;
}

.form-list select {
    width : 412px;
}

.form-list li.wide .input-box {
    width : 550px;
}

.form-list li.wide input.input-text {
    width : 535px;
}

.form-list li.wide textarea {
    width : 529px;
}

.form-list li.wide select {
    width : 535px;
}

.form-list li.additional-row {
    border-top  : 1px solid #ccc;
    margin-top  : 10px;
    padding-top : 7px;
}

.form-list li.additional-row .btn-remove {
    float  : right;
    margin : 5px 0 0;
}

.form-list .input-range input.input-text {
    width : 74px;
}

.customer-name .field {
    float : none;
}

.customer-name .name-lastname {
    margin-top : 10px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width : auto;
}

.form-list .name-prefix {
    width : 65px;
}

.form-list .name-prefix select {
    width : 55px;
}

.form-list .name-prefix input.input-text {
    width : 49px;
}

.form-list .name-suffix {
    width : 65px;
}

.form-list .name-suffix select {
    width : 55px;
}

.form-list .name-suffix input.input-text {
    width : 49px;
}

.form-list .name-middlename {
    width : 70px;
}

.form-list .name-middlename input.input-text {
    width : 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width : 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width : 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width : 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width : 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width : 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width : 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width : 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width : 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width : 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width : 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width : 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width : 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width : 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float : left;
    width : 85px;
}

.form-list .customer-dob input.input-text {
    display : block;
    width   : 74px;
}

.form-list .customer-dob label {
    font-size   : 10px;
    font-weight : normal;
    color       : #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width : 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width : 46px;
}

.form-list .customer-dob .dob-year {
    width : 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width : 134px;
}

.buttons-set {
    clear      : both;
    margin     : 1em 0 0;
    padding    : 15px;
    border-top : 1px solid #e4e4e4;
    text-align : right;
}

.buttons-set p.required {
    margin : 0 0 10px;
}

.buttons-set .back-link {
    float  : left;
    margin : 0;
}

.buttons-set button.button {
    float       : right;
    margin-left : 5px;
}

.buttons-set-order {
    margin : 10px 0 0;
}

.buttons-set-order .please-wait {
    padding : 5px 7px 0 0;
}

.fieldset {
    margin     : 0 0 15px;
    background : white;
    padding    : 0 15px 15px;
}

.fieldset .legend {
    margin      : 0 0px 12px;
    padding     : 5px 0px;
    font-size   : 16px;
    line-height : 1.25;
    color       : #4f4f4f;
    font-weight : bold;
}

.block-content {
    padding : 15px;
}

/* Form Validation */
.validation-advice {
    clear        : both;
    min-height   : 13px;
    margin       : 3px 0 0;
    padding-left : 13px;
    font-size    : 11px;
    line-height  : 13px;
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/validation_advice_bg.png) 2px 3px no-repeat;
    color        : #eb340a;
}

.validation-failed {
    border     : 1px solid #eb340a !important;
    background : #faebe7 !important;
}

.validation-passed {
}

p.required {
    font-size  : 11px;
    text-align : right;
    color      : #eb340a;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float : left;
}

.v-fix .validation-advice {
    display      : block;
    width        : 12em;
    margin-right : -12em;
    position     : relative;
}

/* Global Messages  */
.success {
    color       : #3d6611;
    font-weight : bold;
}

.error {
    color       : #df280a;
    font-weight : bold;
}

.notice {
    color : #e26703;
}

.messages,
.messages ul {
    list-style : none !important;
    margin     : 0 !important;
    padding    : 0 !important;
}

.messages {
    width    : 100%;
    overflow : hidden;
}

.messages li {
    margin : 0 0 10px !important;
}

.messages li li {
    margin : 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style : solid !important;
    border-width : 1px !important;
    padding      : 10px 12px 14px !important;
    font-size    : 11px !important;
    font-weight  : bold !important;

}

.error-msg {
    /*border-color: #f16048;*/
    /*background-color: #faebe7;*/
    /*color: #df280a;*/
    border           : none !important;
    background-color : #f4efdd;
    color            : #000;
    font-size        : 13px !important;
}

.success-msg {
    border           : none !important;
    background-color : #f4efdd;
    color            : #000;
    font-size        : 13px !important;
}

.success-dot, .error-dot {
    display    : block;
    float      : left;
    background : #72d330;
    height     : 17px;
    width      : 17px;
}

.success-dot {
    background : #72d330;
}

.error-dot {
    background : #f16048;
}

.note-msg,
.notice-msg {
    border-color     : #ccc;
    background-color : #fff;
    color            : #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
    margin     : 10px 0 0 0;
    background : #fff;
    padding    : 4px 8px;
}

.breadcrumbs a {
    color : #090909;
}

.breadcrumbs a:hover {
    text-decoration : none;
    color           : #ceae54;
}

.breadcrumbs li {
    display : inline;
}

.breadcrumbs li strong {
    color       : #7f7f7f;
    font-weight : normal;
    font-style: italic;
}

/* Page Heading */
.page-title {
    width      : 100%;
    overflow   : hidden;
    margin     : 10px 0;
    background : #fff;
}

.page-title h1,
.page-title h2 {
    margin      : 10px;
    font-size   : 18px;
    font-weight : normal;
}

.box-account .page-title h2 {
    color : #e7bc4e;
}

.page-title .separator {
    margin : 0 3px;
}

.page-title .link-rss {
    float  : right;
    margin : 7px 0 0;
}

.title-buttons {
    text-align : right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float : left;
}

.subtitle,
.sub-title {
    clear       : both;
    padding     : 12px 0 0;
    font-size   : 16px;
    font-weight : bold;
    margin      : 0 0 6px;
}

/* Pager */
.pager {
    font-size  : 11px;
    background : #fff;
    padding    : 4px 8px;
    text-align : center;
}

.limiter {
    float         : right;
    padding-right : 2px;
    margin-left   : 5px;
}

.limiter label {
    vertical-align : middle;
    float          : left;
}

.limiter .jqTransformSelectWrapper {
    margin : 0 5px;
}

.limiter select {
    padding        : 0;
    margin         : 0 0 1px;
    vertical-align : middle;
}

.sort-by {
    float : left;
}

.sort-by label {
    vertical-align : middle;
    float          : left;
}

.sort-by .jqTransformSelectWrapper {
    margin : 0 5px;
}

.sort-by select {
    padding        : 0;
    margin         : 0 0 1px;
    vertical-align : middle;
}

.view-mode {
    width      : 225px;
    float      : left;
    text-align : left;
    margin     : -2px 2px 2px 10px;
}

.view-mode label {
    float   : left;
    padding : 1px 1px 1px 5px;
}

.view-mode strong, .pager .view-mode a {
    float               : left;
    display             : block;
    width               : 32px;
    height              : 18px;
    text-indent         : -9999px;
    background-repeat   : no-repeat;
    background-position : bottom center;
}

.view-mode strong.grid, .pager .view-mode a.grid {
    background-image : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/grid.png);
    margin           : 0 3px 0;
}

.view-mode strong.list, .pager .view-mode a.list {
    background-image : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/list.png);
}

.view-mode strong, .pager .view-mode a:hover {
    background-position : top center;
}

/* Sorter */
.sorter {
    font-size  : 11px;
    background : #fff;
    padding    : 4px 8px;
}

.view-mode {
    float  : left;
    margin : 0 0 0 15px;
}

.link-feed {
}

.pages {
    float : right;
}

.pages ol {
    display : inline;
}

.pages li {
    display   : inline;
    font-size : 12px;
}

.pages li a {
    padding : 0px 4px;
    border  : 1px solid #fff;
}

.pages .i-previous, .pages .i-next {
    padding : 1px 0px;
}

.pages strong {
    font-weight  : normal;
    margin-right : 3px;
}

.pages .current {
    border  : 1px solid #818181;
    color   : #818181;
    padding : 0px 4px;
}

.pages li a:hover {
    border          : 1px solid #818181;
    color           : #818181;
    text-decoration : none;
}

.pages a.previous, .pages a.next {
    border : none;
}

.pages a.previous:hover, .pages a.next:hover {
    background : none;
    border     : none;
    color      : #353535;
}

.amount {
    float  : left;
    margin : 0;
}

.amount strong {
    font-weight : normal;
}

/* Toolbar */
.toolbar {
}

.toolbar .pager {
    padding : 4px 8px;
    margin  : 0 0 5px 0;
}

.toolbar .sorter {
}

.toolbar-bottom {
}

/* Data Table */
.data-table {
    width : 100%;
}

.data-table tr.odd {
    background : #fff
}

.data-table tr.even {
    background : #fcfcfc;
}

.data-table tr.last th {
    border-bottom : 1px solid #d9dde3;
}

.data-table tr.last td {
    border-bottom : 0 !important;
}

#product-review-table tr.last td {
    border-bottom : 1px solid #d9dde3 !important;
}

.data-table th {
    padding        : 2px 15px;
    font-size      : 12px;
    text-transform : uppercase;
    white-space    : nowrap;
}

.data-table th.wrap {
    white-space : normal;
}

.data-table th a {
    color : #fff;
}

.data-table td {
    padding : 3px 15px;
}

.data-table thead,
.data-table thead tr {
    background : #fff;
    color      : #000;
}

.data-table tfoot {
    border-bottom : 1px solid #d9dde3;
}

.data-table tfoot tr {
    background-color : #fff !important;
}

.data-table tbody th {
    padding        : 3px 8px;
    font-size      : 11px;
    font-weight    : bold;
    text-transform : none;
    white-space    : normal;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom : 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size : 14px;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background : #fff;
}

.data-table tbody.even tr {
    background : #fcfcfc;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom : 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom : 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight : bold;
    font-style  : italic;
}

.data-table tbody td .option-value {
    padding-left : 10px;
}

/* Generic Info Box */
.info-box {
    margin : 0 0 15px;
}

.info-box h2 {
    font-size     : 13px;
    font-weight   : bold;
    border-bottom : 1px solid #ddd;
    margin        : 0 0 8px;
}

.info-table th {
    font-weight : bold;
    padding     : 2px 15px 2px 0;
}

.info-table td {
    padding : 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor : pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float        : right;
    text-align   : right;
    padding-left : 20px;
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_collapse.gif) 0 4px no-repeat;
    cursor       : pointer;
}

tr.show-details .summary-collapse {
    background-position : 0 -53px;
}

tr.show-details td {
}

tr.summary-details td {
    background-color : #dae1e4;
    color            : #626465;
}

tr.summary-details-first td {
    border-top : 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style : italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display : block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right : 20px;
}

.cart-tax-total {
    display       : block;
    padding-right : 20px;
    background    : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_collapse.gif) 100% 4px no-repeat;
    cursor        : pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display     : inline !important;
    font-weight : normal !important;
}

.cart-tax-total-expanded {
    background-position : 100% -53px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding : 0;
}

.std ol.ol {
    list-style   : decimal outside;
    padding-left : 1.5em;
}

.std ul.disc {
    list-style   : disc outside;
    padding-left : 18px;
    margin       : 0 0 10px;
}

.std dl dt {
    font-weight : bold;
}

.std dl dd {
    margin : 0 0 10px;
}

/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc 
.links { text-align: right; }
.links li { display:inline; padding: 1px 10px 1px 5px; text-transform: uppercase; background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/toplinksap.png) no-repeat center right; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
*/
.link-cart {
    color : #d62502;
}

.link-wishlist {
    color : #353535;
}

.link-reorder {
}

.link-compare {
}

.link-print {
    /*background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/
}

.link-rss {
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_rss.gif) 0 1px no-repeat;
    padding-left : 18px;
    line-height  : 14px;
    white-space  : nowrap;
}

.btn-remove {
    display     : block;
    width       : 14px;
    height      : 13px;
    font-size   : 0;
    line-height : 0;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_remove.png) 0 0 no-repeat;
    text-indent : -999em;
    overflow    : hidden;
}

.btn-remove2 {
    display     : block;
    width       : 14px;
    height      : 13px;
    font-size   : 0;
    line-height : 0;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_remove.png) 0 0 no-repeat;
    text-indent : -999em;
    overflow    : hidden;
}

.btn-edit {
    display     : block;
    width       : 14px;
    height      : 13px;
    font-size   : 0;
    line-height : 0;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_edit.png) 0 0 no-repeat;
    text-indent : -999em;
    overflow    : hidden;
}

.cards-list dt {
    margin : 5px 0 0;
}

.cards-list .offset {
    padding : 2px 0 2px 20px;
}

.separator {
    margin : 0 3px;
}

.divider {
    clear       : both;
    display     : block;
    font-size   : 0;
    line-height : 0;
    height      : 1px;
    background  : #ccc;
    margin      : 10px 0;
    text-indent : -999em;
    overflow    : hidden;
}

/* Noscript Notice */
.noscript {
    border       : 1px solid #ddd;
    border-width : 0 0 1px;
    background   : #ffff90;
    font-size    : 12px;
    line-height  : 1.25;
    text-align   : center;
    color        : #2f2f2f;
}

.noscript .noscript-inner {
    width      : 950px;
    margin     : 0 auto;
    padding    : 12px 0 12px;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_notice.gif) 20px 50% no-repeat;
}

.noscript p {
    margin : 0;
}

/* Demo Notice */
.demo-notice {
    margin      : 0;
    padding     : 6px 10px;
    background  : #d75f07;
    font-size   : 11px;
    line-height : 1.15;
    text-align  : center;
    color       : #fff;
}

/* ======================================================================================= */

/* Header ================================================================================ */
.logo {
    float : left;
}

/*.c_recommend {*/
/*margin: 10px 0 0px;*/
/*}*/

.header-container {
    /*   margin: 0 0 12px; */
}

.h_switch {
    /*position: relative;*/
    z-index : 9999;
    margin-bottom: 2px;
}

.header {
    margin   : 0 0 0px;
    position : relative;
}

.header .welcome-msg {
    float  : right;
    margin : 5px 0 0;
}

.header .header-banner {
    margin : 21px 0 0;
    float  : left;
}

.header .header-right {
    float : right;
    width : 365px;
}

.header .header-left {
    float  : left;
    margin : 4px 0 0;
    width  : 300px;
}

.header .header-left .form-language {
}

.header .header-left .lang {
    float : left;
}

.header .header-center {
    float  : left;
    width  : 251px;
    margin : 46px 0 0 22px;
}

.header .header-right .links {
    margin : 3px 0 0 0;
}

.header .header-right .currency {
    float   : right;
    padding : 4px 0;
}

.header .minicart {
    float : right;
}

.header #search_autocomplete {
    margin : 0px 0 0 0;
}

.header .top-promo {
    float       : left;
    width       : 117px;
    height      : 30px;
    margin      : 12px 10px 0;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_top-promo.gif) 0 0 no-repeat;
    text-indent : -999em;
    overflow    : hidden;
}

.currency-code {
    display             : block;
    float               : left;
    background-position : top center;
    width               : 14px;
    height              : 16px;
    margin              : 0 5px;
    text-indent         : -9999px;
}

span.currency-code {
    background-position : bottom center;
}

.currency-code:hover {
    background-position : bottom center;
}

.header .logo {
    float           : left;
    margin          : 0px 0 5px 20px;
    text-decoration : none !important;
}

.header .logo strong {
    position    : absolute;
    top         : -999em;
    left        : -999em;
    width       : 0;
    height      : 0;
    font-size   : 0;
    line-height : 0;
    text-indent : -999em;
    overflow    : hidden;
}

.header h1.logo {
    margin : 0;
}

.header .quick-access {
    float    : right;
    width    : 940px;
    padding  : 8px 10px 0 0;
    position : relative;
    z-index  : 8888;
}

.quick-access .welcome-msg {
    display : inline;
    margin  : 0;
    color   : #fff;
}

.quick-access .welcome-msg a {
    color : #ddd;
}

.quick-access .form-language {
    float : left;
}

.quick-access .form-language label {
    font-weight    : bold;
    padding-right  : 5px;
    color          : #fff;
    vertical-align : middle;
}

.quick-access .form-language select {
    padding : 0;
}

.quick-access .form-language select.flags option {
    background-position : 4px 50%;
    background-repeat   : no-repeat;
    padding-left        : 25px;
}

.quick-access .h_links {
    float: right;
    margin-right: 40px;
    
    position: relative;
}

.quick-access .links {
    padding-left : 8px;
}

.quick-access .links,
.quick-access .links li {
    float: left;
}
.quick-access .links li:hover {
    background: #fff none repeat scroll 0 0;
}
.quick-access .links li {
    height: 31px;
    line-height: 31px;
    margin-top: 3px;
    padding: 0 15px;
}

.quick-access .links a {
    color       : #000;
    font-weight : bold;
}

.quick-access .links a {
    padding : 0 2px 0 0;
}

.quick-access .links li.last a {
    padding    : 0;
    background : none;
}

.quick-access .h_search {
    float       : left;
    padding-top : 3px;
    position    : relative;
}

.top-bar {
    float  : left;
    margin : 1px 0 0;
}

.form-search {
}

.form-search label {
    float       : left;
    font-size   : 12px;
    font-weight : bold;
    padding     : 0 5px 0 0;
}

.form-search input.input-text {
    float       : left;
    width       : 350px;
    font-weight : bold;
    color       : #000;
}

.form-search button.button span {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/seacbuttonarrow.jpg") no-repeat scroll left top / 33px 31px rgba(0, 0, 0, 0);
    border: medium none;
    padding: 6px 16px;
    text-indent: -9999px;
    border-radius: 0
}

.form-search button.button:hover span {
    background : url("https://xikixi.com/skin/frontend/mercado/ecuador/images/seabuttonnotarrow.jpg") no-repeat scroll left top / 33px 31px rgba(0, 0, 0, 0)
}

.form-search button.button span span {
    background : none;
    padding    : 0;
}

.form-search .search-autocomplete {
    z-index : 999;
}

.form-search .search-autocomplete ul {
}

.form-search .search-autocomplete li {
    text-align    : left;
    border-bottom : 1px solid #f4eee7;
    padding       : 1px 8px 1px 8px;
    cursor        : pointer;
}

.form-search .search-autocomplete li .amount {
    float       : right;
    font-weight : bold;
}

.form-search .search-autocomplete li.odd {
    background-color : #f6f6f6;
}

.form-search .search-autocomplete li.selected {
    background-color : #ecf9ea;
}

.header-container .top-container {
    padding      : 5px 12px;
    background   : #fff;
    border       : 1px solid #bbb;
    border-width : 0 1px 1px;
    text-align   : right;
}

.h_bottom {
    background : #fff;
    padding    : 6px 6px 0;
}

.head_paypal {
    float : right;
}

.head_paypal p {
    float   : right;
    margin  : 0;
    padding : 2px 8px 0 0;
}

.head_paypal .chat_etx {
    float       : right;
    font-size   : 13px;
    padding     : 2px 5px 0 0;
    font-weight : bold;
    margin      : 0;
    color       : #4f4f4f;
}

.head_paypal .pament_method_head {
    float        : right;
    display      : block;
    padding-left : 10px;
}

.banner_home {
    height : 300px;
}

/* Ajax Search*/
#searchajaxico {
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/loader.gif) no-repeat scroll 0 0 transparent;
    height     : 25px;
    left       : 330px;
    position   : absolute;
    width      : 25px;
    top        : 8px;
}

.search-autocomplete {
    padding    : 10px;
    position   : absolute;
    left       : 0px;
    top        : 34px;
    width      : 342px;
    background : #fff;
    border     : 1px solid #e2e2e2;
    /*min-height: 216px;*/
}

.search-autocomplete li {
    border-bottom  : 1px solid #f0f0f0;
    cursor         : pointer;
    margin-bottom  : 4px;
    padding-bottom : 4px;
}

.no-result {
    cursor : auto !important;
}

.search-autocomplete li:hover {
    background : #fff;
}

.product_info {
    float          : left;
    width          : 332px;
    padding-bottom : 6px;
    margin         : 0;
}

.product_info strong {
    font-size   : 12px;
    font-weight : bold;
    color       : #4f4f4f;
}

.product_info .ajaxsearch-desc {
    font-size : 11px;
}

.product_info .as-price {
    font-size   : 14px;
    font-weight : bold;
}

.product_img {
    float        : left;
    width        : 50px;
    margin-right : 14px;
}

.search-autocomplete li.ajaxsearch_more {
    margin-bottom  : 0px;
    border-bottom  : 0px;
    padding-bottom : 0px;
}

.search-autocomplete li.ajaxsearch_more:hover {
    background : none;
}

/********** < Left Categorys */
.left-categorys {
}

.block.left-categorys .block-title {
    text-transform : uppercase;
    background     : #090909;
    color          : white;
    padding        : 10px 10px 13px 10px;
    text-align     : center;
    border         : none;
}

.block.left-categorys .block-title h2 {
    margin : 0;
}

.left-categorys-container a {
    display        : block;
    text-transform : uppercase;
    margin         : 5px 10px;
    font-size      : 12px;
}

.left-categorys-container .currentcat {
    margin    : 3px 5px;
    padding   : 10px 3px;
    font-size : 16px;
}

/********** < Navigation */
.nav-container {
}

#nav {
    text-transform : uppercase;
    position       : relative;
}

/* All Levels */
/* Style consistent throughout all nav levels */
#nav li {
    text-align : left;
}

#nav li.over {
    z-index : 998;
}

#nav li.over.parent {
    border-bottom : 8px solid #090909;
}

#nav a,
#nav a:hover {
    display         : block;
    line-height     : 1.3em;
    text-decoration : none;
}

#nav span {
    display     : block;
    cursor      : pointer;
    white-space : nowrap;
}

#nav li ul span {
    white-space : normal;
}

/* 0 Level */
#nav li {
    float   : left;
    margin  : 3px 5px 3px 0;
    padding : 5px 8px;
}

#nav > li > a > span {
    font-weight : normal;
    font-size   : 14px;
}

#nav li.level0 {
    background : #818181;
}

#nav li.level0:hover {
    background : #090909;
}

#nav a {
    float       : left;
    color       : #fff;
    font-weight : bold;
}

#nav > li:hover > ul {
    left : 0;
}

#nav > li > ul:hover {
    left : 0;
}

#nav li.over.parent {
    margin : 3px 5px -5px 0;
}

#nav li.over,
#nav li.active {
    background : #090909;
}

#nav ul.chield > li {
    display      : block;
    float        : left;
    padding      : 0 15px 0 0;
    border-right : 1px solid #373737;
}

#nav .chield {
    width : 930px;
}

#nav .clearence {
    float        : right;
    background   : #818181 !important;
    margin-right : 0;
}

#nav .clearence:hover {
    background : #090909 !important;
}

#nav .clearence a {
    color : #fff;
}

/* 1st Level */
#nav ul li {
    float   : none;
    margin  : 0;
    padding : 0;
}

#nav ul li,
#nav ul li.active,
#nav ul li.over {
    padding-bottom : 1px;
    text-transform : none;
}

#nav ul li.parent {
}

#nav ul li.last {
    padding-bottom : 0;
}

#nav ul li.active {
}

#nav ul a,
#nav ul a:hover {
    float      : none;
    padding    : 0;
    background : none;
}

#nav ul a:hover {
    text-decoration : underline;
}

#nav > li > ul > li > a {
}

#nav > li > ul > li.parent > a span {
    font-size      : 12px;
    padding        : 0 0 5px 0;
    text-transform : uppercase;
}

#nav ul li a {
    font-weight : normal;
}

/* 2nd Level */
#nav li:hover #nav  ul,
#nav div {
    left : 100px;
}

#nav  ul,
#nav div {
    top        : 34px;
    left       : -10000px;
    padding    : 3px 0 15px;
    background : #090909;
    font-size  : 11px;
}

#nav > li > ul >li {
    width  : 120px;
    margin : 0 15px 0 0;
}

#nav div ul {
    position : static;
    width    : auto;
    border   : none;
    padding  : 0;
}

#nav ul.level0 {
    position : absolute;
    z-index  : 1500;
    padding  : 20px 15px 15px;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top     : 5px;
    padding : 5px 0px;
}

#nav ul li a {
    padding : 3px 0;
}

#nav ul li a:hover {
    padding : 3px 0;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left    : -1px;
    z-index : 999;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left : 100px;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block {
    margin      : 0 0 5px;
    line-height : 1.35;
    background  : #fff;
}

.block .block-title {
    padding : 15px 15px 0 15px;
}

.block .block-title strong {
    display        : block;
    font-weight    : normal;
    text-transform : uppercase;
    color          : #000;
}

.block .block-title strong span {
    font-size : 1.1em;
}

.block .block-title a {
    text-decoration : none !important;
}

.block .block-subtitle {
    font-size      : 10px;
    margin         : 5px 0 6px;
    padding        : 0 0 2px;
    border-bottom  : 1px solid #ddd;
    text-transform : uppercase;
}

.block .block-content {
    padding : 12px 15px;
}

.block .block-content li.item {
    border-bottom  : 1px solid #ddd;
    padding-bottom : 5px;
    margin-bottom  : 5px;
}

.block .block-content li.item.last {
    border-bottom  : 0;
    padding-bottom : 0;
    margin-bottom  : 0;
}

.block .block-content .product-name {
    color : #4f8100;
}

.block .block-content a {
}

.block .btn-remove,
.block .btn-edit {
    float  : right;
    margin : 1px 0 2px 5px;
}

.block .actions {
    padding    : 5px 0 0;
    margin     : 5px 0 0;
    text-align : right;
}

.block .actions a {
    float : left;
}

.block .actions button.button {
    float : right;
}

.block .empty {
    margin : 0;
}

.block .price-box {
    margin : 5px 0;
}

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Products List */
.mini-products-list .product-image {
    float  : left;
    width  : 50px;
    border :none;
}

.mini-products-list .product-details {
    margin-left : 60px;
}

/* Block: Account */
.block-account {
    background : #fff;
}

.block-account .block-title {
    text-transform : uppercase;
    color          : 000;
    padding        : 10px;
    text-align     : center;
    border         : none;
}

.block-account .block-title strong {
    color     : #000;
    font-size : 18px;
}

.block-account .block-content li a {
    display         : block;
    border-bottom   : 1px solid #ddd;
    padding         : 3px 0;
    color           : #5f5d5c;
    text-decoration : none !important;
}

.block-account .block-content li a:hover {
    color : #e7bc4e;
}

.block-account .block-content li.last a {
    border-bottom : 0;
}

.block-account .block-content li.current {
    border-bottom : 1px solid #ddd;
    padding       : 3px 0;
    color         : #e7bc4e;
}

.block-account .block-content li.current.last {
    border-bottom : 0;
}

/* Block: Currency Switcher */
.block-currency {
}

.block-currency .block-title {
    border     : 0;
    background : none;
    padding    : 7px 10px 2px;
}

.block-currency .block-title strong {
}

.block-currency .block-content {
    padding : 0 10px 12px;
}

.block-currency .block-content select {
    width   : 100%;
    padding : 0;
}

/* Block: Layered Navigation */
.block-layered-nav dt {
    border-top : 1px solid #fff;
    padding    : 8px 10px 0 10px;
    font-size  : 12px;
}

.block-layered-nav dt {
    color      : #090909;
    cursor     : pointer;
    padding    : 7px 10px 6px 18px;
    font-size  : 12px;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/arr_down.png) no-repeat 0% 50%;
}

.block-layered-nav dt.hided {
    border-bottom : 1px solid #efefef;
    background    : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/arr_down2.png) no-repeat 0% 50%;
}

.block-layered-nav dt.hided.last {
    border : none;
}

.block-layered-nav span.openthis {
    font-size      : 12px;
    color          : #7a7974;
    text-transform : lowercase;
    float          : right;
}

.block-layered-nav dd li {
    line-height : 1.35;
    margin      : 0 0 3px 25px;
}

.block-layered-nav dd a {
    color : #353535;
}

.block-layered-nav .currently ol {
    padding : 6px 0 0;
}

.block-layered-nav .currently li {
    padding : 5px 10px;
}

.block-layered-nav .currently .label {
    font-weight : bold;
}

.block-layered-nav .currently .btn-remove {
    margin : 2px 0 0;
}

.block-layered-nav .actions {
    padding : 5px 10px;
    margin  : 0;
}

.block-layered-nav .actions a {
    float : none;
}

/* Block: Cart */
.block-cart .block-title {
    background : #679100;
}

.block-cart .block-title strong {
    color : #fff;
}

.block-cart .summary {
    background : #e5eed6;
    padding    : 8px;
    margin     : -12px -10px 8px;
    text-align : center;
    position   : relative;
    z-index    : 1;
}

.block-cart .amount {
    margin : 0;
}

.block-cart .amount a {
    font-weight : bold;
}

.block-cart .subtotal {
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_subtotal.gif) no-repeat 50% 0;
    margin      : 5px 0 0;
    line-height : 23px;
}

.block-cart .subtotal .price {
    font-weight : bold;
}

.block-cart .actions {
    display : none !important;
}

.block-cart .actions .paypal-logo {
    float      : left;
    width      : 100%;
    margin     : 3px 0 0;
    text-align : right;
}

/* Block: Cart */
.block-cart .block-title {
    background : #a40d06;
}

.block-cart .block-title strong {
    color : #fff;
}

.block-cart .summary {
    background : #e5eed6;
    padding    : 8px;
    margin     : -12px -10px 8px;
    text-align : center;
    position   : relative;
    z-index    : 1;
}

.block-cart .amount {
    margin : 0;
}

.block-cart .amount a {
    font-weight : bold;
}

.block-cart .subtotal {
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_subtotal.gif) no-repeat 50% 0;
    margin      : 5px 0 0;
    line-height : 23px;
}

.block-cart .subtotal .price {
    font-weight : bold;
}

.block-cart .actions {
    display : none !important;
}

.block-cart .actions .paypal-logo {
    float      : left;
    width      : 100%;
    margin     : 3px 0 0;
    text-align : right;
}

/* Block: Cart-Header */
.block-cart-header {
    padding    : 0 0 0 5px;
    border     : none;
    position   : relative;
    margin     : 0;
    background : none;
}

.block-cart-header .block-content {
    background : none;
    padding    : 0;
}

.block-cart-header .block-title strong {
    color : #fff;
}

.block-cart-header .block-subtitle {
    border-bottom : none;
}

.block-cart-header .block-subtitle span {
    display : block;
}

.block-cart-header .block-subtitle a {
    display        : block;
    float          : right;
    text-transform : lowercase;
    font-size      : 11px;
}

.block-cart-header .summary {
    background     : #373737;
    font-size      : 14px;
    margin         : 5px 0;
    padding        : 5px;
    text-transform : uppercase;
    text-align     : right;
    clear          : both;
    z-index        : 1;
}

.block-cart-header .amount {
    margin : 0;
}

.block-cart-header .empty {
    text-align  : center;
    color       : #e7bc4e;
    font-weight : bold;
}

.block-cart-header .amount a {
    font-weight : bold;
}

.block-cart-header .block-content li.item {
    border-bottom : 1px solid #d7c7b6;
}

.block-cart-header .subtotal {
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_subtotal.gif) no-repeat 50% 0;
    margin      : 5px 0 0;
    line-height : 23px;
}

.block-cart-header .subtotal .price {
    font-weight : bold;
}

.block-cart-header .actions {
    display : none !important;
}

.block-cart-header .actions .paypal-logo {
    float      : left;
    width      : 100%;
    margin     : 3px 0 0;
    text-align : right;
}

.block-cart-header .block-content:hover #header-items,
.block-cart-header .block-content #header-items:hover {
    display : block;
}

.block-cart-header #header-items {
    right      : 0;
    background : #090909;
    padding    : 5px;
    top        : 26px;
    z-index    : 11400;
    width      : 300px;
    color      : white;
    position   : absolute;
    display    : none;
}

#header-items {
    margin-top : -1px;
}

.block-cart-header #header-items.empty {
    padding : 15px 5px;
}

.block-cart-header #header-items a {
    color : white;
}

.block-cart-header #header-items li.item {
    background : #373737;
    padding    : 5px;
    border     : none;
}

.block-cart-header .button-show {
    position    : relative;
    background  : #090909 url(https://xikixi.com/skin/frontend/mercado/ecuador/images/shopping_bag.png) no-repeat right center;
    font-size   : 11px;
    color       : #e7bc4e;
    float       : right;
    padding     : 6px 34px 4px 10px;
    font-weight : bold;
}

.block-cart-header .button-show a {
    color : #e7bc4e;
}

.block-cart-header .btn-view {
    float   : left;
    padding : 0 8px;
}

.block-cart-header .btn-checkout {
    float      : right;
    padding    : 0 47px;
    background : #818181;
}

.block-cart-header .btn-checkout:hover {
    background : #090909;
}

.block-cart-header .btn-checkout span {
    font-weight : normal;
    font-size   : 11px;
}

/* Block: Wishlist */
.block-wishlist .actions {
    text-align : right;
}

.block-wishlist .actions a {
    float : none;
}

/* Block: Related */
.block-related {
    margin : 0 -8px
}

.block-related input.checkbox {
    margin   : 5px 153px;
    position : absolute;
}

.block-related ol {
    display : block;
    clear   : both;
}

.related-block-subtitle {
    margin : 0;
}

.block-related .item {
    float      : left;
    width      : 172px;
    margin     : 8px;
    text-align : left;
}

.block-related .product-details {
    text-align : center;
}

.block-related .item a.product-image {
    display : block;
    border  : 1px solid #8e8e8e;
    margin  : 0 0 10px;
}

/* Block: Compare Products */
.page-popup .link-print {
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_print.gif) 0 2px no-repeat;
    padding    : 3px 0 3px 25px;
}

.compare-table {
    border : 0;
}

.compare-table thead,
.compare-table thead tr.first {
    background : #fff;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border      : 0;
    background  : none;
    padding     : 0 0 4px;
    font-size   : 0;
    line-height : 0;
}

.compare-table .btn-remove {
    float            : right;
    background-image : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_remove.png);
    width            : 14px;
    height           : 13px;
}

.compare-table tbody th {
    background : #e9e9e9;
}

.compare-table tbody th,
.compare-table tbody td {
    padding     : 10px;
    border      : 0;
    border-top  : 1px solid #ccc;
    border-left : 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right : 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom : 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background : #efefef;
    text-align : center;
}

.compare-table tr.first td {
    text-align : center;
}

.compare-table tr.first td .product-name {
    font-size   : 13px;
    font-weight : bold;
    margin      : 0 0 5px;
    color       : #203548;
}

.compare-table tr.first td .product-name a {
    color : #203548;
}

.compare-table tr.first td .ratings {
    width  : 69px;
    margin : 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin : 0;
}

.compare-table .add-to-links li {
    background : none;
    padding    : 0;
}

/* Block: Recently Viewed */
.block-viewed {
}

/* Block: Recently Compared */
.block-compared {
}

/* Block: Poll */
.block-poll .block-subtitle {
    font-size : 12px;
}

.block-poll label {
    color       : #777;
    font-weight : bold;
}

.block-poll input.radio {
    float  : left;
    margin : 1px -18px 0 0;
}

.block-poll .label {
    display     : block;
    margin-left : 18px;
}

.block-poll li {
    padding : 3px 9px;
}

.block-poll .actions {
    margin : 5px 0 0;
}

.block-poll .answer {
    font-weight : bold;
}

.block-poll .votes {
    float       : right;
    margin-left : 10px;
}

/* Block: Tags */
.block-tags .block-content .tags-list {
    border     : 0;
    background : none;
    padding    : 0;
}

.block-tags .block-content li a {
    color : #353535;
}

.block-tags .actions {
    text-align : right;
}

.block-tags .actions a {
    float : none;
}

/* Block: Subscribe */
.block-subscribe {
    background : none;
}

.block-subscribe .block-content {
    /*   padding: 2px 35px 2px 40px; */

}

.form-subscribe-header {
    font-size   : 15px;
    /*margin: 0 0 10px;*/
    font-weight : normal;
}

.block-subscribe .block-title strong {
}

.block-subscribe label {
    font-weight : bold;
    color       : #666;
}

.block-subscribe .input-box {
    float : left;
}

.block-subscribe input.input-text {
    display : block;
    width   : 250px;
    margin  : 3px 0;
}

.block-subscribe .actions {
    background : none;
    padding    : 0;
    margin     : 3px 0 0;
    text-align : left;
    float      : left;
}

.block-subscribe .actions button.button {
    float : none;
}

.block-subscribe .actions button.button span {
    border      : none;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_subscribe.gif) no-repeat top left;
    text-indent : -9999px;
    padding     : 6px 20px;
}

.block-subscribe .actions button.button span span {
    background : none;
    padding    : 0;
}

/* Block: Reorder */
.block-reorder input.checkbox {
    float  : left;
    margin : 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left : 20px;
}

.block-reorder .validation-advice {
    margin : 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border : 0;
}

.block-banner .block-content {
    padding    : 0;
    background : none;
    text-align : center;
}

/* Block: Login */
.block-login .block-content {
    padding : 5px 10px;
}

.block-login label {
    font-weight : bold;
    color       : #555;
}

.block-login input.input-text {
    display : block;
    width   : 167px;
    margin  : 3px 0;
}

.block-login .actions {
    background : none;
    padding    : 0;
    margin     : 3px 0 0;
}

/* Paypal */
.sidebar .paypal-logo {
    display    : block; 
    margin     : 10px 0;
    text-align : center;
}
 
.sidebar .paypal-logo a {
    float : none;
}
 
/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title { 
    margin : 0 0 7px;    
}   
     
.category-title h1 { 
    padding     : 3px 0;   
    font-size   : 1.9em;
    font-weight : bold;  
    line-height : 1.25;
    color: #ceae54;
}

.category-image {
    border-bottom: 3px solid #efefef;
    float: left;
    margin: 10px 0 0;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}

.category-image img {
    width: 100%;
}

.category-description {
    background: none repeat scroll 0 0 #fff;
    margin: 10px 0;
    padding: 10px 10px 1px;
}

.category-products {
}

/* View Type: Grid */
.products-grid {
    position : relative;
}

.products-grid.last {
    margin-bottom : 10px !important;
}

.products-grid li.item {
    background : #fff;
    float      : left;
    width      : 150px;
    margin     : 10px 12px 0 0;
}

.products-grid li.item {
    background : #fff;
    float      : left;
    width      : 190px;
    margin     : 10px 12px 10px 0;
    text-align: center;
}

.products-grid li.item:hover .product-image {
    opacity : 0.7
}

.products-grid.last li.item {
    margin : 10px 12px 0px 0;
}

.deal-li.item {
    padding-bottom : 0px;
}


li.item div.moreinfo, li.item div.new-description {
  /*  position   : inherit;
    _height     : 135px;
    bottom      : 25px;
    text-align : center;
    width      : auto;*/
}

.freeshipping {
    display       : inline-block;
    border        : 1px solid transparent;
    margin-bottom : 10px;
    border-radius : 15px;
    font-weight   : bold;
    background    : #f0d2a9;
    color         : white;
    /*color         : orange;*/
    line-height   : 16px;
    padding       : 2px 5px;
}

.freeshipping-arrow-up {
    background : url("https://xikixi.com/skin/frontend/mercado/ecuador/images/arrow-up.png") no-repeat 49% 0;
    height     : 8px;
    display    : block;
}

.product-info-free {
    float: none;
    margin-bottom: 16px;
    margin-right: 12px;
    margin-top:15px;
}

.products-grid .product-image {
    display : block;
    padding : 5px;
}

.products-grid.first .product-image {
    border-top : 0;
}

.jcarousel-list li.last {
    margin-right : 10px !important;
}

.products-grid li.item.last {
    margin : 10px 0 0 0;
}

.products-grid li .moreinfo, li.item div.new-description {
    padding : 5px 10px 0px;
}

.products-grid li.last .product-image {
    border-right : 0;
}

.products-grid .product-name {
    font-size      : 11px;
    text-align     : center;
    margin         : 5px 0 10px;
    text-transform : uppercase;
	min-height     : 50px;
}

.products-grid .product-name a {
    color           : #090909;
    text-decoration : none;
}

.products-grid .price-box {
    margin     : 0px auto;
    text-align : center;
    width      : 60px;
}

.products-grid .availability {
    line-height : 21px;
}

.products-grid .ratings {
    position : absolute;
    margin   : 6px 0 0 93px;
}

.products-grid .ratings .amount {
    display : none;
}

.products-grid .add-to-links {
    text-align : center;
}

.products-grid .add-to-links li {
    display    : inline;
    margin     : 0 5px;
    float      : none;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/plus.png) no-repeat left center;
}

.products-grid button.btn-cart {
    margin-top: 10px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width  : 100%;
    margin : 0 auto;
}

.col1-layout .products-grid,
.page-empty .products-grid {
    width  : 1200px;
    margin : 0 auto;
}

.products-grid .regular-price .price {
    color: #1cb108;
    font-size: 20px;
    font-weight: normal;
}

/* View Type: List */
.products-list li.item {
    background : white;
    margin     : 15px 0 0;
}

.products-list li.item:hover .product-image {
    opacity : 0.7
}

.products-list li.item.last {
    margin-bottom : 15px;
}

.products-list .product-shop {
    margin       : 15px 0;
    min-height   : 162px;
    padding      : 0 15px;
    float        : left;
    width        : 505px;
    border       : solid #efefef;
    border-width : 0 1px 0 0;
}

.products-list .product-shop-deal {
    margin     : 0;
    min-height : 145px;
    padding    : 0 15px;
    float      : left;
    width      : 950px;
}

.product-shop-deal .desc {
    overflow: hidden;
    width : 100%;
}

.products-list .product-image {
    float   : left;
    width   : 210px;
    height  : 192px;
    padding : 5px
}

.products-list .product-name {
    font-size      : 12px;
    margin         : 0 0 6px;
    text-transform : uppercase;
}

.products-list .product-name a {
    color           : #090909;
    text-decoration : none;
}

.products-list .price-box {
    float  : left;
    margin : 4px 13px 0 0;
}

.products-list .availability {
    margin : 3px 0 0;
}

.products-list .desc {
    overflow: hidden;
    height: 15px;
    clear       : both;
    padding     : 6px 0 0;
    margin      : 0 0 13px;
    line-height : 1.35;
}

.products-list .add-to-links {
    clear      : both;
    text-align : left;
}

.products-list .add-to-links li {
    display      : inline;
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/plus.png) no-repeat left center;
    margin-right : 15px;
}

.products-list .deal-li {
    height: 160px;
}
.deal-li {
    display : relative;
}

.deal-li .product-image {
    height  : 150px;
}
.products-list .addtocont {
    float  : left;
    width  : 320px;
    margin : 10px 0 0 10px;
}

.product-shop-deal .addtocont {
    float  : left;
    width  : 100%;
    margin : 0;
}

.products-list .addtocont .price-box {
    margin-left: 120px;
    float  : left;
}


.products-list .addtocont .special-price .price {
    font-size   : 42px;
    font-weight : normal;
    color       : #000;
}
.product-shop-deal .addtocont .deal-but {
    float: right;
}


/*.products-list button.button span {*/
/*display: block;*/
/*height: 18px;*/
/*border: 1px solid #000;*/
/*background: #000;*/
/*text-transform: uppercase;*/
/*padding: 8px 8px;*/
/*font: normal 18px/18px Arial, Helvetica, sans-serif;*/
/*text-align: center;*/
/*white-space: nowrap;*/
/*color: #fff;*/
/*}*/

.products-list button.button span span {
    border  : 0;
    padding : 0;
}

.products-list button.disabled span {
    border-color : #bbb !important;
    background   : #bbb !important;
}

.products-list button.button:hover span {
    background : #000;
    border     : 1px solid #000;
}

.products-list button.button:hover span span {
    border  : 0;
    padding : 0;
}

/* ======================================================================================= */

.newproducts {
    position : relative;
}

.newproducts .last {
    border-bottom : 0;
}

.newproducts li.item {
    float      : left;
    width      : 150px;
    background : white;
    text-align : center;
    margin     : 0 12px 3px 0;
}

.newproducts li.item.last {
    margin : 0 0 3px 0;
}

.newproducts li.item:hover .product-image {
    opacity : 0.7
}

.newproducts .product-image {
    display : block;
    padding : 5px 5px 0;
}

.newproducts .first .product-image {
    border-top : 0;
}

.newproducts li.last .product-image {
    border-right : 0;
}

.newproducts .price-box {
    float : left;
    width : 50px;
}

.newproducts button.button {
    float : right;
}

.newproducts button.button span {
    display        : block;
    height         : 16px;
    border         : 1px solid #818181;
    background     : #818181;
    text-transform : uppercase;
    padding        : 0 6px;
    font           : normal 8px/16px Arial, Helvetica, sans-serif;
    text-align     : center;
    white-space    : nowrap;
    color          : #fff;
}

.newproducts button.button span span {
    border  : 0;
    padding : 0;
}

.newproducts button.disabled span {
    border-color : #bbb !important;
    background   : #bbb !important;
}

.newproducts button.button:hover span {
    background : #e29611;
    border     : 1px solid #e29611;
}

.newproducts button.button:hover span span {
    border  : 0;
    padding : 0;
}

.newproducts .product-name {
    font-size : 12px;
    margin    : 0 0 12px 0;
}

.newproducts .price-box {
    margin : 0;
}

.newproducts .regular-price .price {
    color       : #000;
    font-size   : 11px;
    font-weight : bold;
}

.newproducts .availability {
    line-height : 21px;
}

.newproducts .actions {
    bottom  : 20px;
    padding : 5px 5px 10px 5px;
}

.newproducts .new-description {
    padding : 10px;
}

.newproducts .new-description h3 {
    font-size      : 11px;
    margin-bottom  : 10px;
    text-transform : uppercase;
}

.newproducts .col2-left-layout .products-grid,
.newproducts .col2-right-layout .products-grid {
    width  : 684px;
    margin : 0 auto;
}

.newproducts .col1-layout .products-grid,
.newproducts .page-empty .products-grid {
    width  : 684px;
    margin : 0 auto;
}

.newproducts .amount {
    display : none;
}

.newproducts .ratings {
    float    : right;
    margin   : 8px 0 0 95px;
    position : absolute;
}

.newproduct_grid {
    text-indent : -9999px;
    width       : 36px;
    height      : 36px;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/new.png) no-repeat center center;
    position    : absolute;
    z-index     : 4;
}

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin : 0;
}

.ratings {
    line-height : 1.25;
    margin      : 7px 0;
}

.ratings strong {
    float  : left;
    margin : 0 3px 0 0;
}

.ratings .rating-links {
    margin    : 0;
    font-size : 11px;
}

.ratings .rating-links .separator {
    margin : 0 2px;
}

.ratings dt {
}

.ratings dd {
}

.rating-box {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/backgr_rate.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 83px;
}

.rating-box .rating {
    float      : left;
    height     : 10px;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_rating.png) 0 100% repeat-x;
    display: none;
}

.ratings .rating-box {
    float  : left;
    margin : 2px 3px 0 0;
}

.ratings .amount {
}

.ratings-table th,
.ratings-table td {
    font-size   : 11px;
    line-height : 1.15;
    padding     : 3px 0;
}

.ratings-table th {
    font-weight   : bold;
    padding-right : 8px;
}

.ratings-table td {
    padding : 4px 0 0;
}

/* Availability */
.availability {
    margin : 0;
}

.availability span {
    font-weight : bold;
}

.availability.in-stock span, .special-price .availability, .price-box .availability {
    color : #1cb108;
}

.availability.out-of-stock span {
    color :red;
}

.availability-only {
    margin       : 10px 0 7px;
    line-height  : 16px;
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_availability_only.gif) 0 50% no-repeat;
    padding-left : 15px;
}

.availability-only span,
.availability-only a {
    border-bottom : 1px dashed #751d02;
    color         : #000;
}

.availability-only a {
    background      : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor          : pointer;
    padding-right   : 15px;
    text-decoration : none;
}

.availability-only .expanded {
    background-position : 100% -15px;
}

.availability-only strong {
    color : #be2c00;
}

.availability-only-details {
    margin : 0 0 7px;
}

.availability-only-details th {
    background : #e9e9e9;
    font-size  : 10px;
    padding    : 0 8px;
}

.availability-only-details td {
    border-bottom : 1px solid #d9dde3;
    font-size     : 11px;
    padding       : 2px 8px 1px;
}

.availability-only-details tr.odd {
    background : #fff;
}

.availability-only-details tr.even {
    background : #fcfcfc;
}

.availability-only-details tr.odd td.last {
    color       : #000;
    font-weight : bold;
}

.availability-only-details tr.last td {
    border-bottom : none;
}

.product-view .product-shop .availability {
}

.product-view .product-shop .availability span, .special-price .availability, .price-box .availability {
    font-weight : bold;
    font-size   : 14px;
}
.addtocont .availability.in-stock > span {
 
    display: block;
    font-size: 14px;
    width: 100%;
}
.addtocont .availability.in-stock > span.desvento { color: rgb(0, 0, 0); font-weight: normal; }
/* Email to a Friend */
.email-friend {
    margin : 0;
}

/* Alerts */
.alert-price {
    margin    : 0;
    font-size : 11px;
}

.alert-stock {
    margin    : 0;
    font-size : 11px;
}

/********** < Product Prices */
.price {
    white-space : nowrap !important;
}

.price-box {
    margin : 5px 0 0;
}
.pro-price-sec > h1{
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.price-box .price {
    font-size   : 13px;
    font-weight : bold;
    color       : #000;
}

/* Regular price */
.regular-price {
    color : #000;
}

.regular-price .price {
    font-size   : 13px;
    font-weight : bold;
    color       : #000;
}

/* Old price */
.old-price {
    margin : 0;
}

.old-price .price-label {
    font-size   : 12px;
    font-weight : bold;
    white-space : nowrap;
    display     : none;
}

.product-shop .discount {
  display: block;
  float: none;
  font-size: 22px;
}

.moreinfo .discount, .new-description .discount {
    display : none;
}

.old-price .price {
    font-weight     : bold;
    font-size       : 11px;
    color           : #000;
    text-decoration : line-through;
    display         : none;
}

/* Special price */
.product-shop-deal .special-price {
    float : left;
}

.product-shop-deal .price-box .discount {
    font-size : 22px
}

.product-shop-deal .price-box div {
    float  : left;
    margin : 4px 0 0 13px;
}

.special-price {
    margin : 0;
}

.special-price .price-label {
    font-size   : 12px;
    font-weight : bold;
    white-space : nowrap;
    color       : #000;
    display     : none;
}

.special-price .price {
    font-size   : 11px;
    font-weight : bold;
    color       : #000;
}

.deal-price button {
    float  : right;
    margin : 110px 30px 0 0;
}

.addtocont .special-price .price {
    text-decoration : none;
    font-size       : 48px;
    display         : inline;
}

.addtocont .price-label {
    display : inline;
}

.addtocont .price-label1 {
    display : block;
}

.deal-but {
    margin : 15px 0 0 15px;
    float  : left;
}

.deal-but div {
    display : block;
    /*margin-top: 50px;*/
    width   : 155px;
    float   : left;
}

.buy-pro {
    margin : 0 !important;
}

.buy-time {
    color        : #ceae54;
    margin-right : 10px;
    text-align   : right;
}

.deal-name {
    margin-top: 10px;
    font-size : 1.5em;
}

/* Minimal price (as low as) */
.minimal-price {
    margin : 0;
}

.minimal-price .price-label {
    font-size   : 12px;
    font-weight : bold;
    white-space : nowrap;
}

.minimal-price-link {
    display         : block;
    font-size       : 12px;
    text-decoration : underline;
    color           : #353535;
}

.minimal-price-link .label {
    color : #353535;
}

.minimal-price-link .price {
    font-weight : normal;
    color       : #353535;
}

/* Including tax */
.price-including-tax {
    display : block;
    color   : #888;
}

.price-including-tax .label {
    font-size      : 10px;
    text-transform : uppercase;
    white-space    : nowrap;
    color          : #888;
}

.price-including-tax .price {
    font-size   : 13px;
    font-weight : bold;
    color       : #090909;
}

/* Excluding tax */
.price-excluding-tax {
    display : block;
    color   : #888;
}

.price-excluding-tax .label {
    font-size      : 10px;
    text-transform : uppercase;
    white-space    : nowrap;
    color          : #888;
}

.price-excluding-tax .price {
    font-size   : 12px;
    font-weight : normal;
    color       : #090909;
}

/* Configured price */
.configured-price {
    margin : 0;
}

.configured-price .price-label {
    font-weight : bold;
    white-space : nowrap;
}

.configured-price .price {
    font-size   : 13px;
    font-weight : bold;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display : block;
}

.price-incl-tax .label {
    display     : block;
    white-space : nowrap;
}

.price-incl-tax .price {
    display     : block;
    font-weight : bold;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display : block;
}

.price-excl-tax .label {
    display     : block;
    white-space : nowrap;
}

.price-excl-tax .price {
    display     : block;
    font-weight : normal;
}

/* FPT */
.weee {
    display   : block;
    font-size : 11px;
    color     : #353535;
}

.weee .price {
    font-size   : 11px;
    font-weight : normal;
}

/* Price range */
.price-from {
    margin : 0;
}

.price-from .price-label {
    font-size   : 12px;
    font-weight : bold;
    white-space : nowrap;
}

.price-to {
    margin : 0;
}

.price-to .price-label {
    font-size   : 12px;
    font-weight : bold;
    white-space : nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left : 7px;
}

.price-notice .price {
    font-weight : bold;
}

/* Price as configured */
.price-as-configured {
    margin : 0;
}

.price-as-configured .price-label {
    font-weight    : bold;
    white-space    : nowrap;
    text-transform : uppercase;
}

.price-box-bundle {
    padding : 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin  : 0 !important;
    padding : 0 !important;
    float   : none !important;
}

.price-box-bundle .price {
    color : #222;
}

/********** Product Prices > */

/* Tier Prices */
.tier-prices {
    margin     : 10px 0;
    padding    : 10px;
    background : #efefef;
    border     : 1px solid #ddd;
}

.tier-prices .benefit {
    font-style  : italic;
    font-weight : bold;
}

.tier-prices .price {
    font-weight : bold;
}

.tier-prices-grouped li .price {
    font-weight : bold;
}

/* Add to Links */
.add-to-links {
    margin     : 10px 0 0;
    text-align : center;
}

.add-to-links li {
    padding-left : 12px;
    float        : left;
}

.add-to-links li a {
    color     : #000;
    font-size : 11px;
}

.add-to-links .separator {
    display : none;
}

/* Add to Cart */
.add-to-cart label {
    margin-left : 8px;
    float       : left;
    line-height : 20px;
    color       : #4f4f4f;
    font-weight : bold;
}

.add-to-cart .qty {
    float : left;
}

.add-to-cart button.button {
    float       : left;
    margin      : 5px 0 0 0;
    height      : 48px;
    line-height : 44px;
    opacity: 0.7;
}
.add-to-cart button.button:hover {
    opacity: 1;
}
.add-to-cart button.button span, .products-list button.button span {
    font-size    : 24px;
    padding      : 8px 30px;
    /* background   : #e29611;
    border-color : #e29611; */
}

.add-to-cart button.button:hover span {
    /* background   : #f7d452;
    border-color : #f7d452; */
}

.add-to-cart button.button span span {
    padding : 0;
    background: none; 
}

.add-to-cart .paypal-logo {
    clear      : left;
    margin     : 0;
    text-align : right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear   : both;
    display : block;
    margin  : 5px 60px 5px 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    background : white;
    padding    : 22px 22px 12px;
}

.add-to-box .add-to-cart {
    background: none repeat scroll 0 0 #efefef;
    padding: 5px 7px 5px 5px;
    text-align: right;
}

.add-to-box .add-to-cart .paypal-logo {
    float : left;
}

.add-to-box .or {
    display : none !important;
}

.add-to-box .add-to-links {
    margin     : 8px 0 0 0 !important;
    text-align : right;
}

.add-to-box .add-to-links li .separator {
    display : none !important;
}

.product-view {
    margin-top : 10px;
}

.product-essential {
    padding : 0 0 28px;
    position: relative;
}

.product-essential h2 {
}

.product-essential #container2 {
    /*margin: 15px 0 0 0;*/
}

.product-collateral {
}

.product-collateral h2 {
    font-size   : 19px;
    font-weight : normal;
    line-height : 1.15;
}

.product-collateral .box-collateral {
}

.product-collateral .product-tabs-content {
    background : white;
    padding    : 20px 30px;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    position: relative;
    width: 600px;
    z-index: 2;
}

.col3-layout .product-view .product-img-box {
    float  : none;
    margin : 0 auto;
}

.product-view .product-img-box .product-image {
    margin : 0 0 10px;
    border : 1px solid #cacaca;
}

.product-view .product-img-box .product-image-zoom {
    position : relative;
    width    : 300px;
    height   : 300px;
    overflow : hidden;
    z-index  : 9;
}

.product-view .product-img-box .product-image-zoom img {
    position : absolute;
    left     : 0;
    top      : 0;
    cursor   : move;
}

.product-view .product-img-box .zoom-notice {
    margin     : 0 0 10px;
    text-align : center;
}

.product-view .product-img-box .zoom {
    position   : relative;
    z-index    : 9;
    height     : 24px;
    margin     : 0 auto 13px;
    padding    : 0 28px;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/slider_bg.gif) 50% 50% no-repeat;
    cursor     : pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity    : .3;
    -webkit-opacity : .3;
    -ms-filter      : "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity         : .3;
}

.product-view .product-img-box .zoom #track {
    position : relative;
    height   : 18px;
}

.product-view .product-img-box .zoom #handle {
    position   : absolute;
    left       : 0;
    top        : 3px;
    width      : 9px;
    height     : 18px;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position : absolute;
    left     : 10px;
    top      : 7px;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position : absolute;
    right    : 10px;
    top      : 7px;
}

.product-view .product-img-box .main-image {
    padding    : 5px;
    background : white;
    display    : block;
    float      : right;
    width:510px;
}

.product-view .product-img-box .more-views {
    float        : left;
    width        : 65px;
    padding      : 5px;
    height       : 390px;
    background   : white;
    border-right: 5px solid #efefef;
}

.product-view .product-img-box .more-views h2 {
    font-size      : 10px;
    font-weight    : normal;
    padding        : 0 0 2px;
    border-bottom  : 1px solid #ccc;
    margin         : 0 0 8px;
    text-transform : uppercase;
}

.product-view .product-img-box .more-views ul {
}

.product-view .product-img-box .more-views li.last a {
    margin : 0;
}

.product-view .product-img-box .more-views li a {
    float    : left;
    margin   : 0 0 5px 0;
    width    : 62px;
    height   : 62px;
    border   : 1px solid #999;
    overflow : hidden;
}

.product-view .product-img-box .more-views li a:hover {
    opacity : 0.8;
}

#added {
    text-align          : center;
    position            : fixed;
    top                 : 40%;
    width               : 288px;
    padding             : 15px;
    min-height          : 50px;
    background-color    : #fff;
    background-repeat   : no-repeat;
    background-position : center center;
    border              : 2px solid #818181;
    z-index             : 20000;
    margin              : 20px 38%;
}

#added img {
    margin : 0 8px 13px 0;
    border : 2px solid #818181;
    width  : 60px;
    height : 60px;
    float  : left;
}

#added a {
    padding    : 6px 14px;
    margin     : 0 0 0 7px;
    background : #090909;
    color      : white;
    float      : left;
}

#added a:hover {
    text-decoration : none;
    background      : #373737;
}

#added #hidewindow {
    background : #818181;
    margin     : 0;
    clear      : left;
}

#added #hidewindow:hover {
    background : #373737;
}

#addedoverlay, #overlay .trans {
    left       : 0;
    top        : 0;
    width      : 100%;
    height     : 100%;
    position   : fixed;
    z-index    : 19999;
    background : black;
    opacity    : 0.8;
}

/*.product-view .newproduct_grid {*/
/*margin-left: 80px;*/
/*}*/

.product-view .no-rating {
    margin : 0 0 10px 0;
}

.product-image-popup {
    margin : 0 auto;
}

.product-image-popup .buttons-set {
    float   : right;
    clear   : none;
    border  : 0;
    margin  : 0;
    padding : 0;
}

.product-image-popup .nav {
    font-weight : bold;
    margin      : 0 100px;
    text-align  : center;
}

.product-image-popup .image {
    display : block;
    margin  : 10px 0;
}

.product-image-popup .image-label {
    font-size   : 12px;
    font-weight : bold;
    margin      : 0 0 10px;
    color       : #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float : right;
    width : 363px;
}

.col1-layout .product-view .product-shop {
    float : right;
    width : 595px;
    border-left: 5px solid #efefef;
}

.col3-layout .product-view .product-shop {
    float : none;
    width : auto;
}

.product-view .product-shop .product-name {
    margin : 0 0 10px;
    color  : #090909;
}

.product-view .product-shop .product-name h2 {
    text-transform : uppercase;
}
.product-view .product-shop .product-name h1 {
    font-size: 2em;
}
.product-view .product-shop .availability {
    margin : 5px 0 5px;
}

.product-view .product-shop .short-description {
    margin : 5px 0;
    float  : left;
}

.product-view .product-shop .short-description p:first-child {
    margin         : 0;
    color          : #090909;
    text-transform : uppercase;
}

.product-view .product-shop .white-back {
    margin-bottom : 5px;
    padding       : 15px;
    background    : white;
}

.product-view .product-shop .quanitybox {
    float  : left;
    margin : -5px 8px 0 6px;
}

.product-view .product-shop .price-box {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    margin: 40px 15px 0 0;
    padding: 7px 45px;
    clear: both;
}

.product-view .product-shop .price-box .price {
    color: #ff4800;
    font-size: 26px;
    font-weight: bold;
}

.product-view .product-shop .addtocont {
    float: left;
    margin-top: 33px;
    width: 185px;
}

.product-view .product-shop .addtocont .product-code strong {
    font-weight : normal;
    color       : #090909;
}

.product-view .product-shop .add-to-links {
    margin : 0;
}

.product-view .product-shop .add-to-links {
    text-align  : left;
    float       : left;
    margin-left : 10 spx;
}

.product-view .product-shop .add-to-links li {
    margin-left : 12px;
    float       : none;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/plus.png) no-repeat left center;
}

.product-view .product-shop .add-to-links li .separator {
    display : none !important;
}

.product-view .product-shop .product-options-bottom .paypal-logo {
    float : left;
}

.quantity_box_button_up {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("https://xikixi.com/skin/frontend/mercado/ecuador/images/qt-right-hover.png") no-repeat scroll center center / 31px 27px!important;
    border-color: #ddd #ddd #ddd -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    cursor: pointer;
    float: left;   
    margin: 0;
    height:34px;
    width: 32px;    padding: 6px 12px;
}
.quantity_box_button_up:hover {
    
}
.quantity_box_button_down {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) url("https://xikixi.com/skin/frontend/mercado/ecuador/images/qt-left-hover.png") no-repeat scroll center center / 31px 27px!important;
    border-color: #ddd -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    clear: left;
    cursor: pointer;
    float: left;
    height:34px;
    width: 32px;    padding: 6px 12px;

}
.quantity_box_button_down:hover {
   
}

.grouped-items-table .quantity_box_button_up {
    float : right;
}

/* Product Options */
.product-options {
    margin           : 0 0 5px 0;
    padding          : 15px;
    background-color : #fff;
    position         : relative;
}

.product-options dt {
    padding     : 10px 0 0;
    font-weight : normal;
}

.product-options dt label {
    font-weight : bold;
}

.product-options dt label.required em {
    color       : #eb340a;
    margin-left : 5px;
}

.product-options dd .qty-holder {
    display : block;
    padding : 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align : middle;
}

.product-options dd .qty-disabled {
    background : none;
    border     : 0;
    padding    : 3px;
    color      : #353535;
}

.product-options dd {
    padding : 5px 10px 5px;
}

.product-options dl.last dd.last {
    border-bottom  : 0;
    padding-bottom : 5px;
    margin-bottom  : 0;
}

.product-options dd input.input-text {
    width : 98%;
}

.product-options dd input.datetime-picker {
    width : 150px;
}

.product-options dd .time-picker {
    display        : -moz-inline-box;
    display        : inline-block;
    padding        : 2px 0;
    vertical-align : middle;
}

.product-options dd textarea {
    width  : 98%;
    height : 8em;
}

.product-options dd select {
    width : 99%;
}

.product-options dd .multiselect option {
    border-bottom : 1px dotted #d9e5ee;
    padding       : 2px 4px;
}

.product-options ul.options-list {
    margin-right : 5px;
}

.product-options ul.options-list li {
    padding : 2px 0;
}

.product-options ul.options-list input.radio {
    float      : left;
    margin-top : 3px;
}

.product-options ul.options-list input.checkbox {
    float      : left;
    margin-top : 2px;
}

.product-options ul.options-list .label {
    display     : block;
    margin-left : 18px;
}

.product-options ul.options-list label {
    font-weight : normal;
}

.product-options ul.validation-failed {
    padding : 0 7px;
}

.product-options p.required {
    position : absolute;
    right    : 15px;
    top      : 10px;
}

.product-options-bottom {
    background-color : #fff;
    padding          : 15px;
    margin           : 0 0 5px 0;
}

.product-options-bottom .price {
    font-size   : 20px;
    font-weight : normal;
}

.product-options-bottom .tier-prices {
    margin     : 0;
    padding    : 0 0 10px;
    border     : 0;
    background : 0;
}

.product-options-bottom .price-box {
    float  : left;
    margin : 0;
}

.product-options-bottom .add-to-links {
    float      : right;
    text-align : left;
}

.product-options-bottom .price-label {
    padding-right : 5px;
}

.product-options-bottom .price-tax {
    float : left;
}

.product-options-bottom .add-to-cart {
    float      : right;
    margin     : 0;
    padding    : 0;
    border     : 0;
    background : 0;
}

.product-options-bottom .quanitybox {
    float  : left;
    margin : 1px 15px;
}

#container2 .product-options-bottom .add-to-links {
    float      : left;
    /*clear: both;*/
    text-align : left;
    margin-top : 35px;
}

#container2 .product-options-bottom .add-to-links li {
    /*display: inline;*/
    margin-left : 15px;
    background  : transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/plus.png) no-repeat scroll left center;
}

.product-shop .product-options-bottom .price-box {
    float  : none;
    margin : 0;
}

.product-shop .product-options-bottom .price-label {
    float         : none;
    padding-right : 0;
}

.product-shop .product-options-bottom .price-tax {
    float : none;
}

.product-shop .product-options-bottom .add-to-cart {
    float      : left;
    text-align : left;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin  : 0;
    padding : 0;
}

/* Product Tabs */
.product-tabs {
}

.product-tabs li {
    margin      : 0 5px 0 0;
    float       : left;
    font-size   : 1.1em;
    line-height : 1em;  border-bottom: 3px solid #fff;
}

.product-tabs li.last {
    border-width : 1px 1px 0 1px;
    margin       : 0 0 0 0;
}

.product-tabs li.active {
    margin-bottom : -1px;
    border-bottom: 3px solid #ffc92b;
    
}

.product-tabs li.active a {
    border-bottom-color : #fff;
}

.product-tabs li a {
    display        : block;
    padding        : 18px 6px 10px;
    color          : #090909;
    text-transform : capitalize;
    font-size      : 13px;
}

.product-tabs li a:hover {
}

.product-tabs li.active a,
.product-tabs li.active a:hover {
    background-color : #fff;
    color            : #090909;
    text-decoration  : none;
}

.product-tabs-content h2 {
    font-size   : 13px;
    font-weight : bold;
    margin-top  : 10px;
}

.product-tabs-content h3 {
    border-bottom: 3px solid #efefef;
    font-size: 23px;
    margin-top: 10px;
    padding-bottom: 8px;
}
#product_tabs_description_contents .std {
    padding: 15px 0 20px;
}
.backgroundwhite {background: none repeat scroll 0 0 #ffffff; }
.comments_sendtence { padding-bottom: 20px;}
.comments_sendtence li {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/icon-review.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-left: 20px;
    min-height: 38px;
    padding: 0 0 15px 50px;
}
.veryrecommended{
    float: left;
    margin: 10px 0 30px;
    width: 100%;
}
.veryrecommended span {
    color: #000;
    float: left;
    font-size: 16px;
}
.veryrecommended > span {
    background: none repeat scroll 0 0 #efefef;
    padding: 7px 22px;
}

/* Mini Products Grid */
.mini-products-grid {
    width : 100%;
}

.mini-products-grid td {
    width      : 20%;
    padding    : 0 15px 0 0;
    text-align : center;
}

.mini-products-grid .product-image {
    display : block;
    border  : 1px solid #8e8e8e;
    margin  : 0 0 10px;
}

.mini-products-grid .product-name a {
    color           : #353535;
    text-decoration : none;
}

.mini-products-grid td.empty {
}

.mini-products-grid td.last {
    padding-right : 0;
}

.mini-products-grid .ratings {
    position : absolute;
    margin   : 5px 0 0 115px;
}

.mini-products-grid .ratings .rating-box {
    float   : none;
    display : block;
    margin  : 0 0 3px;
}

.mini-products-grid .ratings .rating-links {
    display : none;
}

.mini-products-grid .ratings .amount {
    display : none;
}

/* Block: Description */
.product-view .box-description {
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height : 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell {
    background : white;
    margin     : 15px 0 0 0;
    padding    : 15px;
}

.product-view .box-up-sell .upsell-product-h5 {
    margin         : -15px -15px 15px -15px;
    padding        : 5px 15px;
    color          : #090909;
    background     : #efefef;
    font-weight    : normal;
    text-transform : uppercase;
}

#product_tabs_upsell_products_contents h2 {
    display : block;
}

/* Block: Tags */
.product-view .box-tags {
    margin : 0;
}

.product-view .box-tags h3 {
    font-size : 12px;
}

.product-view .box-tags .product-tags {
    display : block;
    margin  : 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display    : inline;
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding    : 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left : 0;
}

.product-view .box-tags .product-tags li.last {
    background    : none;
    padding-right : 0;
}

.product-view .box-tags .form-add label {
    display     : block;
    font-size   : 12px;
    font-weight : bold;
    margin      : 0 0 3px;
}

.product-view .box-tags .form-add .input-box {
    float  : left;
    width  : 305px;
    margin : 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
    width : 299px;
}

.product-view .box-tags .form-add button.button span {
    height      : 21px;
    line-height : 20px;
}

.product-view .box-tags .note {
    margin    : 2px 0 0;
    font-size : 10px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin : 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight : bold;
}

.product-view .box-reviews dd {
    margin : 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style : italic;
}

.product-view .box-reviews .form-add {
    margin : 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size   : 13px;
    font-weight : normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight : bold;
}

.product-view .box-reviews .form-add h4 {
    font-size : 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align : center;
}

.product-view .box-reviews .form-add .form-list {
    margin : 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width : 460px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width      : 454px;
    background : none repeat scroll 0 0 #fff;
    border     : 1px solid #d6d6d6;
}

/* Send a Friend */
.send-friend .form-list {
    width    : 535px;
    overflow : hidden;
}

.send-friend .form-list li {
    margin-right : -15px;
}

.send-friend .form-list li p {
    margin : 0 15px 0 0;
}

.send-friend .buttons-set .limit {
    float       : right;
    margin      : 0 7px 0 0;
    font-size   : 11px;
    line-height : 25px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin         : 0;
    font-size      : 1em;
    font-weight    : normal;
    line-height    : 1.55;
    
}

/*.product-name a { color:#353535; }*/

/* Product Tags */
.tags-list {
    display    : block;
    font-size  : 13px;
    border     : 1px solid #ddd;
    background : #f6f6f6;
    padding    : 10px;
}

.tags-list li {
    display : inline !important;
    margin  : 0 4px 0 0;
}

.tags-list li a {
    color : #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width         : 160px;
    padding-right : 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float : left;
    clear : none;
}

.advanced-search-amount {
    margin : 0 0 10px;
}

.advanced-search-summary {
    margin     : 10px 0;
    border     : 1px solid #ddd;
    background : #ecf9ea;
    padding    : 10px;
}

.advanced-search-summary ul {
    float : left;
    width : 49%;
}

.advanced-search-summary strong {
    color : #e17c24;
}

.advanced-search-summary li {
    margin : 2px 0;
}

.advanced-search-summary p {
    clear       : both;
    font-weight : bold;
    margin      : 0;
}

/* Sitemap */
.page-sitemap .links {
    text-align : right;
    margin     : 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration : none;
    position        : relative;
}

.page-sitemap .links a:hover {
    text-decoration : underline;
}

.page-sitemap .sitemap {
    margin : 12px;
}

.page-sitemap .sitemap a {
    color : #353535;
}

.page-sitemap .sitemap li {
    margin : 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin      : 10px 0 0;
    font-weight : bold;
}

.page-sitemap .sitemap li.level-0 a {
    color : #4f8100;
}

/* RSS */
.rss-title h1 {
    background   : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/i_rss-big.png) 0 3px no-repeat;
    padding-left : 27px;
}

.rss-table .link-rss {
    display             : block;
    line-height         : 1.55;
    background-position : 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title {
}

/* Checkout Types */
.cart .page-title .checkout-types {
    display : none !important;
}

.cart .checkout-types .paypal-or {
    margin      : 0 8px;
    line-height : 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear       : both;
    display     : block;
    padding     : 8px 55px 0 0;
    line-height : 1.0;
    font-size   : 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding : 5px 10px;
}

.cart-table td {
    padding : 10px;
}

.cart-table .product-name {
    font-weight : bold;
    margin      : 0 0 5px;
    color       : #353535;
}

.cart-table .item-msg {
    margin      : 5px 0;
    font-size   : 11px;
    font-weight : bold;
    color       : #df280a;
}

.cart-table tfoot td {
    padding    : 10px;
    border-top : 5px solid #efefef;
}

.cart-table .btn-continue {
    float : left;
}

.cart-table .btn-remove2 {
    margin-top : 3px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding : 20px 0 0;
}

.cart .cart-collaterals .col2-set .col-1 {
    width : 222px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width      : 655px;
    background : #e6f7d7;
}

.cart .crosssell {
    background : white;
    padding    : 10px;
}

.cart .crosssell h2 {
    font-size   : 12px;
    font-weight : bold;
}

.cart .crosssell .product-image {
    float  : left;
    width  : 75px;
    height : 75px;
}

.cart .crosssell .product-details {
    margin-left : 85px;
}

.cart .crosssell .product-name {
    font-weight : bold;
}

.cart .crosssell li.item {
    margin         : 0 0 8px;
    padding-bottom : 5px;
    border-bottom  : 1px solid #8e8e8e;
}

.cart .crosssell li.last {
    border-bottom  : 0;
    padding-bottom : 0;
    margin         : 0;
}

.cart .crosssell .link-compare {
    font-weight : normal;
}

.cart .no-crosssell {
    width    : 100%;
    overflow : hidden;
}

.cart .no-crosssell img {
    display : block;
    margin  : 0 0 10px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    /*margin: 0 0 20px;*/
    background : white;
}

.cart .discount h2,
.cart .shipping h2 {
    padding        : 15px;
    font-size      : 14px;
    text-transform : uppercase;
    color          : #090909;
}

.cart .discount .discount-form,
.cart .shipping .shipping-form {
    padding : 15px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin     : 0px 0 0;
    border     : 0;
    padding    : 0;
    text-align : left;
    float      : left;
    clear      : none;
}

.cart .discount {
}

.cart .discount label {
    font-size : 15px;
    color     : #000;
}

.cart .discount .input-box {
    width : 282px;
    float : left;
}

.cart .discount input.input-text {
    width : 269px;
}

.cart .discount button.button span {
    border      : none;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_subscribe.gif) no-repeat top left;
    text-indent : -9999px;
    padding     : 6px 20px;
}

.cart .discount button.button span span {
    background : none;
    padding    : 0;
}

.cart .discount .buttons-set button.button {
    float       : left;
    margin-left : 0;
}

.cart .shipping p {
    margin : 0 0 3px;
}

.cart .shipping .sp-methods {
    margin     : 10px 0 0;
    padding    : 6px 0 0;
    border-top : 1px solid #c0d2af;
}

.cart .shipping .form-list .input-box {
    width : 270px;
}

.cart .shipping .form-list input.input-text {
    width : 269px;
}

.cart .shipping .form-list select {
    width : 277px;
}

/* Shopping Cart Totals */
.cart .totals {
    padding    : 15px;
    background : white;
}

.cart .totals table {
    float  : right;
    width  : 400px;
    margin : 0 0 8px;
}

.cart .totals td {
    padding : 0 0 0 15px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot td {
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size   : 18px;
    font-weight : bold;
    color       : #090909;
}

.cart .totals .checkout-types {
    font-size  : 13px;
    padding    : 4px 0;
    text-align : right;
}

.cart .totals .checkout-types li {
    clear  : both;
    margin : 0 0 5px;
}

/* Options Tool Tip */
.item-options dt {
    font-weight : bold;
    font-style  : italic;
}

.item-options dd {
    padding-left : 10px;
}

.truncated {
    cursor : help;
}

.truncated a.dots {
    cursor          : help;
    text-decoration : none !important;
}

.truncated a.details {
    cursor          : help;
    text-decoration : none !important;
    display         : inline-block;
    border-bottom   : 1px dotted #4f8100;
}

.truncated .truncated_full_value {
    position : relative;
    z-index  : 999;
}

.truncated .truncated_full_value .item-options {
    position            : absolute;
    top                 : -99999em;
    z-index             : 999;
    width               : 250px;
    padding             : 8px;
    border              : 2px solid #ddd;
    border-bottom-color : #666;
    background-color    : #818181;
}

.truncated .truncated_full_value .item-options dt {
    margin-top : 0;
}

.truncated .truncated_full_value .item-options > p {
    font-weight    : bold;
    text-transform : uppercase;
}

.truncated .show .item-options {
    top  : -20px;
    left : 50%;
}

.col-left .truncated .show .item-options {
    left : 30px;
    top  : 10px;
}

.col-right .truncated .show .item-options {
    left : -240px;
    top  : 10px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin : 0 0 8px;
}

.sp-methods dt {
    margin      : 13px 0 5px;
    font-weight : bold;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin : 5px 0;
}

.sp-methods label {
    font-weight : bold;
    color       : #555;
}

.sp-methods .price {
    font-weight : bold;
}

.sp-methods .form-list {
    padding-left : 20px;
}

.sp-methods .form-list li {
    margin : 0 0 8px;
}

.sp-methods select.month {
    width        : 154px;
    margin-right : 10px;
}

.sp-methods select.year {
    width : 96px;
}

.sp-methods input.cvv {
    width : 3em !important;
}

.sp-methods .checkmo-list li {
    margin : 0 0 5px;
}

.sp-methods .checkmo-list label {
    width         : 135px;
    padding-right : 10px;
    text-align    : right;
}

.sp-methods .checkmo-list address {
    float : left;
}

.sp-methods .centinel-logos a {
    margin-right : 3px;
}

.sp-methods .centinel-logos img {
    vertical-align : middle;
}

.sp-methods .release-amounts {
    margin : 1.5em 0 2em;
}

.sp-methods .release-amounts button {
    float  : left;
    margin : 5px 10px 0 0;
}

.please-wait {
    float : right;
}

.please-wait img {
    vertical-align : middle;
}

.cvv-what-is-this {
    font-size   : 11px;
    cursor      : help;
    margin-left : 10px;
}

/* Tooltip */
.tool-tip {
    border              : 2px solid #ddd;
    border-bottom-color : #666;
    background          : #f6f6f6;
    padding             : 15px 20px;
    position            : absolute;
    z-index             : 9999;
}

.tool-tip .btn-close {
    margin     : -9px -14px 0;
    text-align : right;
}

.tool-tip .btn-close a {
    display     : block;
    margin      : 0 0 0 auto;
    width       : 12px;
    height      : 12px;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align  : left;
    text-indent : -999em;
    overflow    : hidden;
}

.tool-tip .tool-tip-content {
    padding : 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size   : 12px;
    font-weight : bold;
    color       : #e87403;
}

.gift-messages p.control {
    color : #8e8d8b;
}

.gift-messages-form {
    position : relative;
}

.gift-messages-form label {
    float    : none !important;
    position : static !important;
}

.gift-messages-form h4 {
    font-size   : 12px;
    font-weight : bold;
    color       : #e87403;
}

.gift-messages-form .whole-order {
    margin : 0 0 25px;
}

.gift-messages-form .item {
    margin : 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float : left;
    width : 75px;
}

.gift-messages-form .item .product-image {
    margin : 0 0 7px;
}

.gift-messages-form .item .number {
    margin      : 0;
    font-weight : bold;
    text-align  : center;
    color       : #8a8987;
}

.gift-messages-form .item .details {
    margin-left : 90px;
}

.gift-messages-form .item .details .product-name {
    font-size   : 13px;
    font-weight : bold;
    margin      : 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width : 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width : 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width : 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width : 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width : 494px;
}

.gift-message-link {
    font-size     : 11px;
    background    : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right : 7px;
}

.gift-message-link.expanded {
    background-position : 100% -40px;
}

.gift-message-row {
    background : #f2efe9;
}

.gift-message-row .btn-close {
    float       : right;
    width       : 14px;
    height      : 13px;
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_remove.png) 0 0 no-repeat;
    font-size   : 0;
    line-height : 0;
    text-indent : -999em;
    overflow    : hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin : 30px 0;
}

.checkout-agreements .agreement-content {
    overflow   : auto;
    height     : 12em;
    padding    : 10px;
    background : #fbfbfb;
    border     : 1px solid #e4e4e4;
}

.checkout-agreements .agree {
    margin  : 0;
    padding : 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right : 6px;
}

.checkout-agreements .agree label {
    font-weight : bold;
    color       : #555;
}

.opc .checkout-agreements {
    padding : 5px 30px;
}

.opc .checkout-agreements li {
    margin : 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background : #fff;
    padding    : 5px;
}

.opc .checkout-agreements .agree {
    padding-left : 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border     : 1px solid #ddd;
    background : #fff;
}

.centinel .authentication iframe {
    width      : 99%;
    height     : 400px;
    background : transparent !important;
    margin     : 0 !important;
    padding    : 0 !important;
    border     : 0 !important;
}

.opc .centinel {
    padding : 10px 30px;
}

/* Generic Info Set */
.info-set {
    background : #fbfbfb;
    border     : 1px solid #ddd;
    margin     : 0 0 25px;
    padding    : 20px;
}

.info-set h2 {
    font-size   : 12px;
    font-weight : bold;
    margin      : 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size   : 12px;
    font-weight : bold;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight : normal;
}

.info-set h2.legend {
    margin        : -20px -20px 15px;
    padding       : 3px 10px;
    background    : #777;
    border-bottom : 1px solid #777;
    position      : relative;
    color         : #fff;
}

.info-set h2.legend a {
    color : #fff;
}

.info-set h3.legend {
    margin : 0 0 10px;
}

.info-set .divider {
    margin   : 0 -20px;
    padding  : 25px 0;
    position : relative;
}

.info-set .box {
    margin : 0 0 15px;
}

.info-set .box h2 {
    color : #e26703;
}

.info-set .data-table .product-name {
    font-size   : 1em !important;
    font-weight : bold !important;
    color       : #4f8100 !important;
}

.info-set .data-table .product-name a {
    font-weight : bold !important;
}

.info-set .data-table .item-options {
    margin : 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border : 0;
    margin : 0;
}

.block-progress .block-title {
    text-align : center;
    background : #818181;
    border     : 0;
    padding    : 10px;
    margin     : 0 0 5px;
}

.block-progress .block-title strong {
    font-size : 12px;
    color     : white;
}

.block-progress .block-content {
    background : none;
    padding    : 0;
}

.block-progress dt {
    line-height    : 1.35;
    margin         : 0 0 6px;
    padding        : 2px 8px;
    color          : #555;
    text-transform : uppercase;
}

.block-progress dd {
    border-top : 0;
    padding    : 5px 10px;
    margin     : 0 0 6px;
}

.block-progress dt.complete {
}

.block-progress dt.complete a {
    text-transform : none;
}

.block-progress dd.complete {
}

.block-progress p {
    margin : 0;
}

.block-progress .cards-list dt {
    background     : none;
    border         : 0 none;
    color          : inherit;
    font-size      : 11px;
    font-weight    : bold;
    margin         : 5px 0;
    padding        : 0;
    text-transform : none;
}

.block-progress .cards-list dd {
    border  : 0 none;
    margin  : 0;
    padding : 0;
}

.block-progress .cards-list .info-table th {
    font-weight : normal;
}

.opc .buttons-set {
    margin-top  : 0;
    padding-top : 2em;
}

.opc .buttons-set p.required {
    margin  : 0;
    padding : 0 0 10px;
}

.opc .buttons-set.disabled button.button {
    display : none;
}

.opc .buttons-set .please-wait {
    height      : 28px;
    line-height : 28px;
}

.opc .ul {
    list-style   : disc outside;
    padding-left : 18px;
}

.opc {
    position : relative;
}

.opc li.section {
}

.opc .step-title {
    border           : 1px solid #ddd;
    border-top-color : #b0b0b0;
    background       : #b0b0b0;
    padding          : 10px 15px 10px;
    text-align       : right;
}

.opc .step-title .number {
    float      : left;
    background : #fff;
    border     : 1px solid #fff;
    padding    : 0 3px;
    margin     : 0 5px 0 0;
    font       : normal 11px/12px arial, helvetica, sans-serif;
    color      : #353535;
}

.opc .step-title h2 {
    float          : left;
    margin         : 0;
    font           : bold 12px/14px Arial, Helvetica, sans-serif;
    color          : #fff;
    text-transform : uppercase;
}

.opc .step-title a {
    display     : none;
    float       : right;
    font-size   : 11px;
    line-height : 16px;
}

.opc .allow .step-title {
    background       : #999;
    border-color     : #999;
    border-top-color : #fff;
    color            : #fff;
    cursor           : pointer;
}

.opc .allow .step-title .number {
}

.opc .allow .step-title h2 {
    color : #fff;
}

.opc .allow .step-title a {
    display   : block;
    font-size : 10px;
    color     : #fff;
}

.opc .active .step-title {
    background     : #090909;
    border-color   : #b0b0b0;
    padding-bottom : 9px;
    color          : #fff;
    cursor         : default;
}

.opc .active .step-title .number {
}

.opc .active .step-title h2 {
    color          : #fff;
    text-transform : uppercase;
}

.opc .active .step-title a {
    display : none;
}

.opc .step {
    border     : 1px solid #ddd;
    border-top : 0;
    background : #fbfbfb;
    padding    : 15px 30px;
    position   : relative;
}

.opc .step .tool-tip {
    right : 30px;
}

#opc-login h3 {
    font-size      : 13px;
    border-bottom  : 1px solid #e4e4e4;
    padding-bottom : 2px;
    text-transform : uppercase;
}

#opc-login h4 {
    font-size   : 1em;
    font-weight : bold;
    margin      : 0;
    color       : #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top : 0;
}

.opc .gift-messages-form {
    margin       : 0 -30px;
    background   : #f4f4f4;
    border       : 1px solid #ddd;
    border-width : 1px 0;
    padding      : 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding  : 5px;
    height   : 260px;
    overflow : auto;
}

#opc-review .step {
    padding : 0;
}

#opc-review .product-name {
    font-weight : bold;
}

#opc-review .item-options {
    margin : 5px 0 0;
}

#opc-review .buttons-set {
    border  : 0;
    padding : 15px 30px;
}

#opc-review .buttons-set p {
    margin      : 0;
    line-height : 28px;
}

#opc-review .buttons-set .please-wait {
    height      : 28px;
    line-height : 28px;
}

#opc-review .authentication {
    margin : 0 auto;
    width  : 570px;
}

#opc-review .warning-message {
    color       : #222;
    font-weight : bold;
    text-align  : center;
    padding     : 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding : 0 90px;
    margin  : 0 0 20px;
}

.checkout-progress li {
    float       : left;
    width       : 19%;
    margin      : 0 3px 0 0;
    border-top  : 6px solid #999;
    padding     : 2px 0 0;
    font-weight : bold;
    text-align  : center;
    color       : #888;
}

.checkout-progress li.active {
    border-top-color : #090909;
    color            : #090909;
}

.multiple-checkout h2 {
    font-size   : 12px;
    font-weight : bold;
    margin      : 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size   : 12px;
    font-weight : bold;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight : normal;
}

.multiple-checkout .data-table .product-name {
    font-size   : 1em !important;
    font-weight : bold !important;
    color       : #4f8100 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight : bold !important;
}

.multiple-checkout .data-table .item-options {
    margin : 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin : 15px 0 0;
}

.multiple-checkout .tool-tip {
    top        : 50%;
    margin-top : -120px;
    right      : 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background : #fbfbfb;
    border     : 1px solid #ddd;
    margin     : 0 0 25px;
    padding    : 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin        : -20px -20px 15px;
    padding       : 3px 10px;
    background    : #777;
    border-bottom : 1px solid #777;
    position      : relative;
    color         : #fff;
}

.multiple-checkout .col2-set h3.legend {
    margin : 0 0 10px;
}

.multiple-checkout .col2-set .divider {
    margin   : 0 -20px;
    padding  : 25px 0;
    position : relative;
}

.multiple-checkout .box {
    margin : 0 0 15px;
}

.multiple-checkout .place-order .please-wait {
    float   : right;
    padding : 5px 10px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float : right;
}

.multiple-checkout .place-order .grand-total .inner {
}

.multiple-checkout .place-order .grand-total big {
    float        : left;
    margin-right : 12px;
    font-size    : 1.5em;
    font-weight  : bold;
    line-height  : 28px;
    color        : #e26703;
}

.multiple-checkout .place-order .grand-total div {
    float : left;
}

/* Step 1 */
#multiship-addresses-table td {
    padding : 10px 15px;
}

#multiship-addresses-table tfoot td {
    padding : 5px 10px;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width    : 100%;
    overflow : hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right : -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width : 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width : 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width : 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width : 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width : 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border     : 1px solid #ddd;
    background : #eee;
    padding    : 13px;
    position   : relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    display : none;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position : relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height : 240px;
    padding    : 30px;
}

.account-login .content h2 {
    margin      : 0 0px 12px;
    padding     : 5px 0px;
    font-size   : 16px;
    line-height : 1.25;
    color       : #4f4f4f;
    font-weight : bold;
}

.account-login p.required {
    margin : 0 0 12px 0;
}

.account-create {
    background : #fff;
}

.account-create .fieldset {
    background : none repeat scroll 0 0 white;
    margin     : 0 0 15px;
    padding    : 0 35px 15px;
}

.account-create .page-title h1 {
    font-size   : 23px;
    font-weight : normal;
    padding     : 35px 35px 0;
}

/* Account Login/Create Pages ============================================================ */

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/window_overlay.png) repeat;
    background : rgba(0, 0, 0, 0.35);
    position   : absolute;
    top        : 0;
    left       : 0;
    height     : 100%;
    width      : 100%;
    z-index    : 990;
}

.remember-me label {
    float  : none;
    margin : 0 6px;
}

.remember-me-popup {
    background          : #fff;
    border              : 1px solid #888;
    border-bottom-color : #777;
    left                : 50%;
    top                 : 50%;
    position            : absolute;
    margin              : -85px 0 0 -200px;
    width               : 400px;
    text-align          : left;
    -moz-box-shadow     : 0 0 6px #999;
    -webkit-box-shadow  : 0 0 6px #999;
    box-shadow          : 0 0 6px #999;
    z-index             : 1000;
}

.remember-me-popup h3 {
    background    : #dedede;
    border-bottom : 1px solid #ccc;
    color         : #353535;
    font-size     : 14px;
    margin        : 0;
    padding       : 7px 10px 5px;
}

.remember-me-popup .remember-me-popup-head {
    position : relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_window_close.gif) no-repeat;
    display     : block;
    position    : absolute;
    top         : 9px;
    right       : 7px;
    height      : 15px;
    width       : 15px;
    text-indent : -9999em;
}

.remember-me-popup .remember-me-popup-body {
    border-top : 1px solid #e6e6e6;
    padding    : 10px;
}

.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
    display        : inline-block;
    height         : 28px;
    background     : transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/images/bkg_btn.png) 0 0 no-repeat;
    padding        : 0 0 0 6px;
    font           : bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
    text-transform : uppercase;
    text-align     : center;
    white-space    : nowrap;
    color          : #555;
}

.remember-me-popup .remember-me-popup-body a span {
    background-position : 100% 0;
    padding             : 0 15px 0 9px;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */


.my-account .title-buttons .link-rss {
    float  : none;
    margin : 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin : 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin : 0;
}

.dashboard .col2-set {
    margin : 0 0 15px;
}

/* General Box */
.box-account {
    margin     : 15px 0;
    background : white;
    padding    : 20px 10px 10px;
}

.box-account .box-head {
    margin     : 0 0 5px;
    padding    : 8px 8px 0;
    text-align : right;
}

.box-account .box-head h2 {
    float     : left;
    margin    : 0;
    font-size : 14px;
}

.box-account .box-head a {
    font-size      : 10px;
    text-transform : uppercase;
    color          : white;
    color          : #000;
}

.dashboard .box .box-title {
    padding    : 5px 0px;
    margin     : 0 0 12px;
    text-align : right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float       : left;
    margin      : 0;
    font-size   : 12px;
    line-height : 1.6;
    color       : #4f4f4f;
    font-weight : bold;
}

.dashboard .box .box-title a {
    color          : #000;
    font-size      : 12px;
    text-transform : uppercase;
    font-weight    : bold;
    float          : left;
    padding-left   : 15px;
}

.dashboard .box .box-content {
    padding : 0 0px;
}

/* Block: Recent Orders */
.dashboard .box-recent {
}

/* Block: Account Information */
.dashboard .box-info {
}

.dashboard .box-info h4 {
    font-size   : 11px;
    font-weight : bold;
}

#oar_widget_orders_and_returns_form li {
    margin : 10px 0;
    height : 30px;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head {
    background : #818181;
    padding    : 5px 10px;
    margin     : 0 0 12px;
}

.dashboard .box-reviews .box-head h2 {
    font-size   : 12px;
    line-height : 1.35;
    color       : #fff;
}

.dashboard .box-reviews .number {
    display     : none;
    float       : left;
    font-size   : 10px;
    line-height : 1;
    color       : #fff;
    margin      : 3px -20px 0 0;
    padding     : 2px 3px;
    background  : #0a263c;
}

.dashboard .box-reviews .details {
    padding : 0 10px;
}

.dashboard .box-reviews li.item {
    margin : 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin : 0;
}

.dashboard .box-reviews .ratings {
    margin : 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head {
    background : #818181;
    padding    : 5px 10px;
    margin     : 0 0 12px;
}

.dashboard .box-tags .box-head h2 {
    font-size   : 12px;
    line-height : 1.35;
    color       : #fff;
}

.dashboard .box-tags .number {
    display     : none;
    float       : left;
    font-size   : 10px;
    font-weight : bold;
    line-height : 1;
    color       : #fff;
    margin      : 3px -20px 0 0;
    padding     : 2px 3px;
    background  : #0a263c;
}

.dashboard .box-tags .details {
    padding : 0 10px;
}

.dashboard .box-tags li.item {
    margin : 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin : 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display : inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2 {
    background  : #818181;
    color       : white;
    padding     : 5px 15px;
    margin      : 0 0 12px;
    font-size   : 13px;
    line-height : 1.25;
}

.addresses-list h3 {
    font-size : 12px;
}

.addresses-list address {
    margin : 0 0 3px;
}

.addresses-list p {
    margin : 0;
}

.addresses-list a {
    font-weight : bold;
}

.addresses-list .link-remove {
}

.addresses-list .separator {
    margin : 0 3px;
}

.addresses-list li.item {
    padding : 0 15px;
    margin  : 0 0 12px;
}

.addresses-list li.empty {
}

.addresses-list li.empty p {
    font-weight : bold;
}

.addresses-list .addresses-additional li.item {
}

/* Order View */
.order-info dt {
    display : none;
}

.order-info ul {
    margin-bottom : 15px;
}

.order-info li {
    float       : left;
    font-size   : 1.1em;
    line-height : 1em;
}

.order-info li.first {
}

.order-info li.last {
}

.order-info li a {
    display        : block;
    text-transform : uppercase;
    padding        : 6px 15px;
    color          : #090909;
}

.order-info li a:hover {
}

.order-info li.current {
    background-color : #fff;
    color            : #090909;
    text-transform   : uppercase;
    padding          : 6px 15px;
}

.order-date {
    margin : 10px 0;
}

.order-info-box {
    margin : 0 0 15px;
}

.order-info-box h2 {
    font-size     : 13px;
    border-bottom : 1px solid #ddd;
    margin        : 0 0 8px;
}

.order-info-box .box-payment p {
    margin : 0 0 3px;
}

.order-info-box .box-payment th {
    padding-right : 7px;
}

.order-items {
    width      : 100%;
    overflow-x : auto;
}

.order-items h2,
.order-items h3 {
    clear     : none;
    font-size : 13px;
    padding   : 0;
    margin    : 0 0 .45em;
}

.order-items h3 {
    font-size : 12px;
}

.order-items .product-name {
    font-weight : bold !important;
}

.order-items .link-print {
    font-size      : 10px;
    text-transform : uppercase;
}

.order-items .order-links {
    text-align : right;
}

.order-items .order-links .link-print {
    font-weight    : bold;
    font-size      : 11px;
    text-transform : none;
}

.order-additional {
    margin : 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color : #555;
}

.gift-message dd {
    font-size : 13px;
    margin    : 5px 0 0;
}

/* Order Comments */
.order-about dt {
}

.order-about dd {
    font-size : 13px;
    margin    : 0 0 7px;
}

.tracking-table {
    margin : 0 0 15px;
}

.tracking-table th {
    font-weight : bold;
    white-space : nowrap;
}

.tracking-table-popup {
    width : 100%;
}

.tracking-table-popup th {
    white-space : nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding : 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin : 0 0 15px;
}

.page-print .print-head .logo {
    float : left;
}

.page-print .print-head address {
    float       : left;
    margin-left : 15px;
}

.page-print h1 {
    font-size : 15px;
}

.page-print h2,
.page-print h3 {
    font-size : 12px;
}

.page-print h2.h2 {
    font-size  : 15px;
    text-align : right;
}

.page-print .order-date {
    border-bottom : 1px solid #ccc;
    padding       : 0 0 10px;
    margin        : 0 0 10px;
}

.page-print .col2-set {
    margin : 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display : none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display     : block;
    white-space : nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display : inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding    : 10px 15px;
    text-align : center;
}

.my-wishlist .product-image {
    display : block;
    width   : 113px;
    height  : 113px;
    margin  : 0 0 5px;
}

.my-wishlist textarea {
    display : block;
    width   : 97%;
    height  : 109px;
}

.my-wishlist .buttons-set {
    border  : 0;
    padding : 0;
}

.my-wishlist .buttons-set button.button {
    float : none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
}

#wishlist-table .add-to-links {
    white-space : nowrap;
}

/* My Tags */
.my-tag-edit {
    float  : left;
    margin : 0 0 10px;
}

.my-tag-edit .btn-remove {
    float  : right;
    margin : 4px 0 0 5px;
}

#my-tags-table {
    clear : both;
}

#my-tags-table td {
    padding : 10px;
}

#my-tags-table .add-to-links {
    white-space : nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding : 10px;
}

#my-reviews-table .rating-box {
    margin : 3px 0 0;
}

.product-review .product-img-box {
    float : left;
    width : 140px;
}

.product-review .product-img-box .product-image {
    display : block;
    width   : 125px;
    height  : 125px;
}

.product-review .product-img-box .label {
    font-size : 11px;
    margin    : 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float   : none;
    display : block;
    margin  : 0 0 3px;
}

.product-review .product-details {
    margin-left : 150px;
}

.product-review .product-name {
    font-size   : 16px;
    font-weight : bold;
    margin      : 0 0 10px;
}

.product-review h3 {
    font-size : 12px;
    margin    : 0 0 3px;
    color     : #2f2f2f;
}

.product-review .ratings-table {
    margin : 0 0 10px;
}

.product-review dt {
    font-weight : bold;
}

.product-review dd {
    font-size : 13px;
    margin    : 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin : 15px 0;
}

.billing-agreements .info-box p {
    margin : 0 0 5px;
}

.billing-agreements .form-list li select {
    float  : left;
    margin : 3px 10px 0 0;
}

.billing-agreements .table-caption {
    font-weight : bold;
    font-size   : 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color          : red;
    font-size      : 12px !important;
    font-weight    : bold;
    padding        : 40px 0 10px;
    text-align     : right;
    text-transform : uppercase;
}

.map-cart-sidebar-total {
    background    : #f6f6f6;
    color         : red;
    display       : block;
    font-size     : 10px;
    line-height   : 14px;
    font-weight   : bold;
    padding       : 5px;
    text-shadow   : 0 1px 0 #fff;
    box-shadow    : 0 0 3px #ccc;
    border-radius : 5px;
}

.map-popup {
    background         : #fff;
    border             : 1px solid #aaa;
    margin             : 12px 0 0;
    position           : absolute;
    -moz-box-shadow    : 0 0 6px #ccc;
    -webkit-box-shadow : 0 0 6px #ccc;
    box-shadow         : 0 0 6px #ccc;
    text-align         : left;
    width              : 300px;
    z-index            : 100;
}

.map-popup-heading {
    background    : #efefef;
    border-bottom : 1px solid #ccc;
    padding       : 5px 30px 5px 10px;
    width         : 260px;
}

.map-popup-heading h2 {
    font-size     : 16px;
    margin        : 0;
    text-shadow   : 0 1px 0 #f6f6f6;
    overflow      : hidden;
    white-space   : nowrap;
    word-wrap     : break-word;
    text-align    : left;
    text-overflow : ellipsis;
}

.map-popup-arrow {
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/map_popup_arrow.gif) no-repeat;
    position   : absolute;
    left       : 50%;
    top        : -10px;
    height     : 10px;
    width      : 19px;
}

.map-popup-close {
    background  : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/btn_window_close.gif) no-repeat;
    display     : block;
    position    : absolute;
    top         : 9px;
    right       : 10px;
    height      : 15px;
    width       : 15px;
    text-indent : -9999em;
}

.map-popup-content {
    border-top : 1px solid #eee;
    padding    : 10px;
    overflow   : hidden;
    text-align : left;
    width      : 280px;
}

.map-popup-checkout {
    display    : inline;
    float      : right;
    text-align : right;
}

.map-popup-checkout span {
    display       : block;
    padding-right : 30px;
}

.map-popup-checkout .paypal-logo {
    margin : 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin  : 0;
    padding : 0;
}

.map-popup-price {
    margin : 5px 0 0;
}

.map-popup-text {
    clear      : right;
    margin     : 0 10px;
    padding    : 10px 0;
    text-align : left;
    word-wrap  : break-word;
}

.map-popup-only-text {
    border-top : 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.footer-container {
    text-align : left;
}

.f_banner {
    padding : 0px 0 10px;
}

.f_banner .f_content {
    width  : 1200px;
    margin : 0 auto;
}

.f_banner .f_content li {
    display : block;
    float   : left;
    border  : 10px solid #fff;
    margin  : 0 12px 0 0;
}

.f_banner .f_content li.last {
    margin : 0 0px 0 0;
}

.f_banner .f_content li img {
    width : 574px;
}

.f_message {
    background : #fff;
}

.f_message .f_content {
    width   : 1200px;
    margin  : 0 auto;
    padding : 7px 0;
}

.f_message p {
    text-align : center;
    margin     : 0;
    font-size  : 14px;
}

.f_message a {
    color : #efbe38;
}

.footer {
    width   : 1200px;
    margin  : 0 auto;
    padding : 10px 0px 10px;
}

.f_address {
    background : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/f_logo.gif) no-repeat left;
    padding    : 12px 0 5px 35px;
    margin     : 0 auto;
    width      : 234px;
}

.f_blocks {
    padding : 35px 0 20px;
}

.f_blocks li {
    float   : left;
    padding : 0 10px 0 45px; width: 220px;
}

.footer .f_blocks li:last-child {
    float: right;
    padding-left: 0;
    width: 335px;
}

.f_blocks h3 {
    color          : #000;
    font-size      : 15px;
    text-transform : uppercase;
}

.f_blocks_links a {
    display : block;
    color   : #000;
}

.footer a {
    color           : #000;
    text-decoration : none;
}

.footer a:hover {
    text-decoration : none;
}

.footer address {
    color     : #000;
    font-size : 13px;
}

.footer address a {
    color           : #000;
    text-decoration : underline;
}

.footer address a:hover {
    text-decoration : none;
}

/* ======================================================================================= 

.footer-container .form-subscribe { }
.footer-container .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
.footer-container .form-subscribe .input-box { width: 181px; float:left; }
.footer-container .form-subscribe button.button {float:left; }
.footer-container .form-subscribe button.button span { height: 25px; font: normal 11px/25px Tahoma, Verdana, Arial, sans-serif; }
.footer-container .form-subscribe input.input-text { width: 170px; border-right: none; padding:5px; }

*/
.footer-container .bottom-container {
    margin     : 0 0 8px;
    text-align : right;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */

.c_banner {
    margin-top : 10px;
}

.c_banner .c_content {
    width  : 960px;
    margin : 0 auto;
}

.c_banner .c_content li {
    display : block;
    float   : left;
    border  : 10px solid #fff;
    margin  : 0 20px 0 0;
}

.c_banner .c_content li.last {
    margin : 0 0px 0 0;
}

.c_banner .c_content li img {
    width : 450px;
}

.block_title {
}

.block_title h2 {
    margin      : 0;
    line-height : 18px;
    padding     : 8px 12px 0;
    font-size   : 20px;
}

/* ======================================================================================= */
.banner_dailydeal {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 5px;
}
.banner_dailydeal img{ width: 100%;}
.count_deal {
    background    : #fff;
    padding       : 8px 15px;
    font-size     : 18px;
    font-weight   : normal;
    margin-bottom : 8px;
}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.f_blocks ul:after,
.discount-form:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display     : block;
    content     : ".";
    clear       : both;
    font-size   : 0;
    line-height : 0;
    height      : 0;
    overflow    : hidden;
}

/* ======================================================================================= */

.home-text {
    background : white;
    float      : left;
    position   : relative;
    padding    : 5px;
    margin     : 0 16px 15px 0;
    width      : 462px;
}

.home-text img {
}

.home-text h1 {
    color          : #090909;
    border-bottom  : 1px solid #9a9a9a;
    padding-bottom : 15px;
}

.home-text p {
    border-top  : 1px solid #e6e6e6;
    padding-top : 15px;
}

.home-text a.readmore {
    padding    : 3px 15px;
    background : #818181;
    position   : absolute;
    color      : white;
    opacity    : 0.99;
    display    : block;
    bottom     : 20px;
    right      : 20px;
}

.home-text a.readmore:hover {
    background      : #090909;
    text-decoration : none;
}

.home-text.last {
    margin : 0 0 15px 0;
}

/* ======================================================================================= */

#message {
    font-size   : 12px;
    padding     : 6px;
    display     : block;
    display     : none;
    z-index     : 999;
    position    : fixed;
    top         : 100%;
    margin-top  : -40px;
    left        : 98%;
    margin-left : -80px;
    width       : 96px;
    color       : #cdcab9;
}

#message:hover {
    background : #efefef;
}

#message a {
    display        : block;
    padding        : 0 5px 0 25px;
    background     : url(https://xikixi.com/skin/frontend/mercado/ecuador/images/top.png) no-repeat top left;
    text-align     : right;
    text-transform : lowercase;
}

#message a:hover {
    background : #efefef url(https://xikixi.com/skin/frontend/mercado/ecuador/images/top.png) no-repeat bottom left;
    color      : #090909;
}

.cart_banner {
    padding-top : 20px;
}

.highlight {
    color       : #ceae54 !important;
    /*
    color       : orange;
    */
    font-weight : bold;
}

.header-ad {
    width      : 100%;
    margin-top : 10px;
    float      : left;
}

.header-ad-el {
    float        : left;
    padding      : 4px 4px 4px 11px;
    margin-right : 10px;
    background   : #fff;
    width        : 378px;
}

.header-ad-el.last {
    margin-right : 0;float: right;
}

.header-ad-el img {
    width        : 120px;
    float        : left;
    margin-right : 5px;
}

.header-ad-el div {
    float  : right;
    width  : 225px;
    margin : 10px 10px 0;
}

.header-ad-el a:hover {
    text-decoration : none;
}

#overlay .confirm-box {
    background : #fff;
    left       : 39%;
    padding    : 30px 30px 15px;
    position   : fixed;
    top        : 45%;
    width      : 275px;
    z-index    : 20000;
}

#overlay button {
    height     : 24px;
    background : none;
    border     : none;
    cursor     : pointer;
    overflow   : visible;
    width      : auto;
}

#overlay  button span {
    background : #e29611;
    color      : #000;
    padding    : 3px 12px;
}

/* ======================================================================================= */

.filter-price {
    margin-left : 15px;
}

.fbbut:hover {
    text-decoration : none
}

.fbbut {
    display       : block;
    background    : #eff1f9;
    border        : solid 1px #a8b4cd;
    border-radius : 3px;
    padding       : 2px 10px;
}

.fbbut span {
    background   : url('https://xikixi.com/skin/frontend/mercado/ecuador/images/fbicon.png') no-repeat 0 2px;
    display      : block;
    line-height  : 20px;
    padding-left : 20px;
}

#mycarousel1, #mycarousel2, #mycarousel3, #mycarousel4, #mycarousel5, #mycarousel6 {
height: auto;
}


.products-grid li {
    height: auto !important;
}

.location_change_messager, .location_change_messager2{
    float:right;
    height:auto;
    width:280px;
}

.location_change_messager { margin-top: 10px;}
.new_address {  font-size: 11px; margin: 0 auto; text-align: center;clear: both;}
.vendordetail{width: 484px !important}
.vendordetail, .vendordetail div { background: none}
.vendordetail .product-name { background: #fff; float: left;}
.vendordetail .main-image { height: 390px}
.vendordetail .main-image a.main-thumbnail { display: block; height: 100%; line-height: 390px;}
.vendordetail .main-image a.main-thumbnail img{ vertical-align: middle !important}
.shopvendorde { width: 471px !important;background: none}
.product-essential .shopvendorde div.white-back { background: none; padding: 0 0 15px}
.shopvendorde div.product-name { background: none repeat scroll 0 0 #fff; float: left; margin-bottom: 0 !important; padding: 10px 20px; }
.shopvendorde div.short-description { background: none repeat scroll 0 0 #fff; margin-top: 0 !important; padding: 5px 20px;}
.addnews { background: none repeat scroll 0px 0px rgb(255, 255, 255); margin: 28px 62px 10px 45px; padding: 10px 0 7px 28px;}
.addnews li { text-align: center; float: left; font-size: 14px;width: 285px; } 
.footer .f_blocks .addnews li:last-child { float: left; padding: 0 10px 0 45px;width: 285px;}
.product_group_info li { float: left;}
.product_group_info span { padding: 0 6px; }
.product-view .product-essential form > .clearer { background: none repeat scroll 0% 0% rgb(255, 255, 255);}
.product-shop .white-back { border-bottom: 5px solid #efefef; }
.block-pricetw { float: left; width: 100%; }
.block-pricetw .messenger_ship { display: none}
.block-pricetw .price-box .price { color: #1cb108; }
.block-pricetw .price-box { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important; margin-right: 8px !important; margin-top: 10px !important; padding: 0 0 7px 20px !important; } 
.block-pricetw .blowprice {margin-top: 25px; display: block; float: left; }
.block-pricetw .discount { margin-top: 0; }
.detail-shipping { clear: both; padding: 5px 15px; }
.quanitybox-bw  > span { float: left; font-weight: bold;    text-align: center; width: 100%; padding-bottom: 10px; color: #4f4f4f; }
.quanitybox-bw { float: left; width: 80px; }
.addthis_toolbox.addthis_default_style { float: right; padding-bottom: 12px; padding-right: 0px; }

.addthis_toolbox.addthis_default_style a.at300b{width: 25px; height: 25px;}
.addthis_toolbox.addthis_default_style a.addthis_button_facebook {background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/facebook.png) center center no-repeat; background-size:100%; }
.addthis_toolbox.addthis_default_style a.addthis_button_twitter  {background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/twitter.png) center center no-repeat; background-size:100%; }
.addthis_toolbox.addthis_default_style a.addthis_button_pinterest_pinit {background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/pin.png) center center no-repeat; background-size:100%; }
.addthis_toolbox.addthis_default_style a.at300b svg ,.addthis_toolbox.addthis_default_style a.at300b .at_PinItButton{display: none;}
.add-to-cart .btnaddtocart { float: right;}
.product-shop .add-to-cart button.button > span { padding: 8px 30px;/* border: 1px solid #efefef; background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/bgbotton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) */  }
.product-shop .add-to-cart button.button:hover span span{ background:none ; background-color:transparent !important }
.addthis_toolbox .addthis_button_facebook > span { background:none;background-color:transparent !important}
.addthis_toolbox .addthis_button_twitter > span { background: none;background-color:transparent !important}
.addthis_toolbox .addthis_button_pinterest_pinit > span { background:none;background-color:transparent !important}
.addthis_button_sharefriend { float: left; }
.addthis_button_sharefriend > span { background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/addthis.png") repeat scroll 120px 0 rgba(0, 0, 0, 0); display: block; height: 25px; width: 30px; }
.addthismail { float: right; }
.addthismail > span { float: left; margin-top:0px; padding-right: 13px; }
.addthismail > p { float: left; }
.product-tabs { background: none repeat scroll 0 0 #fff; border-bottom: 5px solid #efefef; }
.vendor_title { border-bottom: 2px solid #efefef; font-size: 16px; font-weight: normal; height: 30px; line-height: 30px; }
.vendor_content { padding-top: 15px; }
.vendor_about .vendoname { font-size: 18px; margin-bottom: 8px;}
.bordergrey { border-right: 5px solid #efefef; bottom: 0; display: block; height: 100%; left: 0; padding: 5px; position: absolute; width: 65px; z-index: 1; }
.vendor_imgage { float: left; margin-right: 18px; }
.catalog-product-view .breadcrumbs { display: none}
.product-view .product-essential .breadcrumbs { background: none repeat scroll 0 0 #fff; margin: 5px 0 0; padding: 4px 8px; position: relative; z-index: 3; display: block; }
.related_category { background: none repeat scroll 0 0 #fff; border-bottom: 6px solid #efefef; float: left; position: relative; width: 100%; z-index: 9; }
.related_category > ul {  float: left; padding: 0 0 0 10px; width: 100%; }
.related_category li { float: left; line-height: 30px;     padding-right: 20px; }   
.product-shop .addtocont .out-of-stock { margin-top: 20px !important; }

/*review product page */
.product-reviewse { background: none repeat scroll 0 0 #fff; margin:  8px 0;padding: 10px 30px 20px;float: left; }
.title-review { border-bottom: 3px solid #efefef; margin: 10px 0 0; }
.title-review p { font-size: 18px; margin-bottom: 5px; } 

.twocmt {
    border-top: 3px solid #efefef;
    float: left;
}
.title-cmt {
    line-height: 70px;
} 
.title-cmt p { font-size: 17px; margin-bottom: 0; }
.topb1 {
    float: left;
    width: 100%;
}
.topb1 div {
    float: left;
    font-size: 15px;
}
.topb1 .date {
    font-size: 11px;
    margin-right: 45px;
    margin-top: 3px;
}
.topb1 .authorrw {
    font-size: 11px;
    margin-right: 45px;
    margin-top: 3px;
} 
.content-rw {
    float: left;
    margin: 25px 0;
    width: 100%;
} 

.topb1 .rating-box { 
    margin: 2px 20px 0 0; 
}  
.footerrw {
    border-top: 3px solid #efefef;
    float: left;  
    height: 35px;
    padding-top: 8px; 
    width: 100%;
}
.txtleft {
    float: left;
}
.txtright {
    float: right;
}
.txtright > img {
    height: 18px;
    margin-left: 3px;
}
.product-shop .white-back .addthis_toolbox{ display: none}

.greyline {
    background: none repeat scroll 0 0 #efefef;
    float: left;
    height: 4px;
    margin: 0 0 18px;
    width: 83px;
}

.img_reviewpro { float: left; margin-right: 10px; }



.formshow {
    float: left;
    width: 100%;
}
.formshow > div {
    float: left;
    height: 100px;
    padding: 55px 0 60px;
    width: 50%;
}
.value_re,.value_qty,.value_pri {
    clear: both;
    float: left;
    margin: 6px 0;
    padding-left: 70px;
}

.value_re > span.vaue, .value_qty > span.vaue, .value_pri > span.vaue {
    border: 1px solid #efefef;
    display: block;
    height: 14px;
    margin-left: 20px;
    margin-top: 4px; 
    width: 180px;
}
.value_re > span, .value_qty > span, .value_pri > span {
    float: left;
}
.value_re > span:first-child ,.value_qty > span:first-child ,.value_pri > span:first-child {
    min-width: 164px;
    text-align: right;
}
.userinfo {
    float: left;
    margin: auto;
    text-align: center;
    width: 100%;
    margin: 6px auto auto;
}
.fromshowright { padding: 48px 0 60px !important}
.bordertoprv {
    background: none repeat scroll 0 0 #efefef;
    height: 126px;
    margin: 0 50px;
    text-align: center;
}
.textwritecmt {
    font-size: 18px;
    padding: 20px 20px 10px;
}
.bordertoprv .add-to-cart button { float: none}
.bordertoprv .add-to-cart button.button > span {
    /* background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/bgbotton.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #efefef; */
    padding: 10px 30px;
}
.bordertoprv .add-to-cart button.button:hover span span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* G */

.product-view .shipping_block {
    background-color: #fff;
    clear: both;
    padding: 20px 30px;
}

.shipping_block .footerrw,.statistics_block .footerrw {
    float: none;
}
.statistics_block {
    clear: both;
    margin-top: 10px;
}

.statistics_block {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    margin-top: 10px;
    padding: 20px 30px;
}
.block.block_shipping_to .block-title, .block.block_statistics_to .block-title,.product_about_imosver .block_about_imosver .block-title {
    border-bottom: 3px solid #efefef;
    padding: 0;
    margin-bottom: 20px;
}
.block.block_shipping_to .block-title h2, .block.block_statistics_to .block-title h2 {
    margin-bottom: 5px;
}
.shipping_block .map_title {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/map-title.jpg") no-repeat scroll 0 50% #efefef;
    font-size: 13px;
    line-height: 50px;
    margin-bottom: 20px;
    padding-left: 70px;
}
.shipping_block .block_content .content_info {
    border-top: 3px solid #efefef;
    margin-top: 15px;
    padding: 25px 0 15px;
}
.shipping_block .block_content .content_info > span {
    background-color: #efefef;
    display: inline-block;
    font-size: 14px; 
    line-height: 50px;
    margin: 10px 0 20px;
    padding: 0 20px;
}
.shipping_block .block_content .content_info > p {
    
    margin-bottom: 0;
    line-height: 20px; 
}
.shipping_block .block_content .content_info li {
    
    line-height: 30px;
    list-style: inside none number;
}
.statistics_block .last_activity ul li {
    font-size: 13px;
    line-height: 35px;
    list-style: inside url("https://xikixi.com/skin/frontend/mercado/ecuador/images/list_static.jpg") disc;
}
.statistics_block .last_activity > ul {
    margin-bottom: 20px;
}
.statistics_block .block_content .left_image {
    float: left;
    padding-right: 30px;
    text-align: center;
    width: 100px;
}

.statistics_block .last_activity {
    clear: both;
}
.statistics_block .statistics_product {
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.statistics_block .statistics_rate {
    border-bottom: 3px solid #efefef;
    clear: both;
    margin-bottom: 20px;
    padding-left: 160px;
    height: 140px;
}
.statistics_block .statistics_rate .rate {
    background-color: #fdeca7;
    margin-left: 30px;
    text-align: center;
    width: 200px;
    position: relative;
    min-height: 1px;
    display: inline-block;
    margin-bottom: -4px;
}
.statistics_block .statistics_rate .rate .title {
    font-size: 15px;
    left: 0;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%;
}
.statistics_block .statistics_rate .rate.rate1 {
    height: 100px;
}
.statistics_block .statistics_rate .rate.rate2{
    height: 50px;
}
.statistics_block .statistics_rate .rate.rate3 {
    height: 150px;
}

.product_about_imosver {
    background: none repeat scroll 0 0 #fff;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 20px 30px 0;
}
.product_about_imosver .block_content .left-imorsver_image {
    padding-right: 30px;
    text-align: left;
    width: 210px;
}
.product_about_imosver .block_content {
    
    overflow: hidden;
    padding-bottom: 20px;
}
.product_about_imosver .customer > button {
    float: right;
}

.product_about_imosver .customer {
    background-color: #efefef;
    display: block;
    margin-bottom: 0;
    padding: 15px 10px 15px 20px;
}
.product_about_imosver .block_content .left-imorsver_content {
    width: 900px;
}
.product_about_imosver .customer > a {
    color: #088a1d;
    font-weight: bold;
}
.product_about_imosver .customer > button {
    margin-top: -7px;
}
.product_about_imosver .customer > button span {
   
    height: 32px;
    line-height: 32px;
    padding: 0 30px !important;
}
.statistics_block .left_image > img {
    max-width: 100%; 
}
.product_about_imosver  .left.left-imorsver_image > img {
    max-width: 100%;
} 

.product_about_imosver .block_about_imosver  h2 { font-size: 18px}
.h2seo { font-size: 20px; }
.h3seo { padding: 22px 0;  font-size: 18px;margin: 0;} 
.h4seo { font-size: 15px; margin: 0 0 3px; }
.bordertoprv .add-to-cart .h3seo { padding-bottom: 5px;}
.companycnem { font-size: 18px;}
.statistics_product .right_des p { line-height: 20px;} 
.multi_site {
    clear: both;
    margin: 5px 0 5px;
    text-align: center; 
}
.logofooter { display: inline; }
.multi_site .listdoamin{     display: inline-block; padding-top: 6px;}
.multi_site li {
    background: none repeat scroll 0 0 #fff; 
    float: left;
    margin-top: -2px;
    padding: 8px 25px;
    text-align: center; 
}
.logofooter img {
    height: 35px;
    margin-top: 3px;
    width: auto;
}
.cropyright > p {
    background: none repeat scroll 0 0 #818181;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    color: #fff
}  
.gotocate {
    color: #666; 
    font-size: 11px;
    margin-left: 15px;
}
.moreinfo .rating-box { margin: auto; padding-bottom: 8px; }
.prote_title_left, .prote_title_right { float: left; font-size: 14px; padding: 0 5px 0 18px; width: 250px; }
.prote_title_left,.infor_proall { background: none repeat scroll 0 0 #efefef; }
.prote_title_left { width: 160px;}
.prote_title_right { background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_not_arrow.png") no-repeat scroll 0 0 / 100% 100% transparent;  line-height: 34px; margin-right: 4px; margin-top: 4px; text-align: center; width: 315px; }
.prote_title_right:hover { background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/button_arrow_hover.png") no-repeat scroll 0 0 / 100% 100% transparent; }
.infor_more { clear: both; padding: 25px 0 0 8px; width: 540px; }
.prote_title { margin-top: 36px; }
.left-pro_image{ padding-left: 15px; padding-right: 30px; text-align: left; width: 210px; } 
.category_title {    border-bottom: 3px solid #efefef;font-size: 18px; margin-bottom: 10px; padding: 10px 0; }
.infor_proall { float: left; height: 43px; line-height: 43px; }
.xikixi_partners { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 #fff; border-color: -moz-use-text-color #ffc92b #ffc92b; border-image: none; border: 2px solid #ffc92b; border-style: none solid solid; border-width: medium 2px 2px; float: right; font-size: 11px; font-weight: bold; margin-right: 5px; padding: 4px 12px 2px; }
.image_google_list { float: left; width: 400px; padding-right: 40px; background: none repeat scroll 0% 0% rgb(255, 255, 255);}
.first_image { float: left; width: 100%; }
.first_image img { float: left; width: 99%;margin-bottom: 1%; }
.rest_image { float: left; width: 100%; }
.rest_image img { float: left;width: 49%;margin-right: 1%;margin-bottom: 1%;}
.vendor_related_pro { clear: both; padding-top: 2px; }
.product_revendor { border-bottom: 3px solid rgb(239, 239, 239); font-size: 19px !important; font-weight: normal !important; padding-bottom: 9px !important; padding-left: 0 !important; }
.main-thumbnail { float: left; width: 100%; }
.ajaxsearch-result-index .pager .sort-by { display: none; }
.smallbanner { width: 100%; }
.smallbanner ul { float: left; width: 100%; }
.smallbanner li:first-child { margin-left: 0; margin-right: 8px; }
.smallbanner li { float: left; margin: 0 4px; width: 392px; }
.smallbanner a { float: left; }
.smallbanner img { float: left; width: 100%; }
.smallbanner li:last-child { margin-left: 8px; margin-right: 0; }
.header-adfooter { margin-bottom: 15px; margin-top: 0px;}
.header-admiddle {margin-bottom: 15px; margin-top: 12px;}

.tophead-wrapleft { background: #fff none repeat scroll 0 0; color: #666; left: 8px; padding-top: 15px; position: absolute;top: 33px; display: none; border: 1px solid #ccc;
 } 
.tophead-wrapleft li { border-bottom: 1px solid #e4e4e4; clear: both; float: none !important; height: auto !important; line-height: 25px !important; min-height: 25px; padding: 6px 25px 6px 23px !important; }
.tophead-userask { font-size: 11px; margin-top: 3px; text-align: center; }
.tophead-userask > span { font-weight: bold; color: #000;}
.tophead-wrapleft li:last-child { border-bottom: medium none; }
.quick-access .links li:hover { background: #fff none repeat scroll 0 0; }
.quick-access .links li:hover .tophead-wrapleft { display: block}
.quick-access .links .tophead-wrapleft a{ font-weight: normal; color: rgb(102, 102, 102);}

.header-topad {
    float: left;
    padding-left: 22px;
    margin-left: 100px
}
.header-topad a {
    background: transparent url("https://xikixi.com/skin/frontend/mercado/ecuador/images/iconspdf3/protection.png") no-repeat scroll 0 0 / 20px 20px;
    color: #000;
    display: block;
    font-weight: bold;
    height: 21px;
    margin-right: 15px;
    margin-top: 3px;
    padding-left: 22px;
}
#switchpro > label {
    color: #000;
    float: left;
    font-weight: bold;
    line-height: 22px;
    margin-right: 10px;
    padding-left: 22px;
    background: transparent url("https://xikixi.com/skin/frontend/mercado/ecuador/images/iconspdf3/world.png") no-repeat scroll 0 2px / 18px 18px;
}
#mdaddress-currency > option, #mdaddress-currency {
    text-transform: capitalize;
}
.moreinfo p.pro-price {
   border: 2px solid #feeeb3;
    color: #000;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 15px;
}
.mdhomecurrentdellsel, .mdhomecurrentcatesel {
    padding-left: 5px;
    font-weight: 500;
}
#mainheadercustom .navbar-wrapper .logo-wraper-custom {
    position: absolute !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0 !important;
    width: 157px;
}
.logo-wraper-custom img { margin: 0 !important; padding: 0;}
.custom_booking {
   
    float: left;
    padding: 0 10px;
	margin-bottom: 20px;
	clear: both;
}
.custom_booking > img {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
    width: 70px;
}
.custom_booking > p {
    margin-bottom: 5px;
    margin-top: 5px;
	float: left;
}
.carousel.slide.home-slider{
    z-index: 1;}
.mdshipping-information-options li {
    background: rgba(229, 229, 229, 0.25) none repeat scroll 0 0;
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    margin-bottom: 5px;
    margin-right: 2%;
    padding: 5px;
    width: 48%;
    height: 55px;
    line-height: 40px;
}
.mdshipping-information-address-country > img {
    width: 25px;
}
.mdshipping-information {
    float: left;
    width: 100%;
}
.mdshipping-information-address-dropdowns {
    display: none;
    float: left;
    margin-top: 15px;
    width: 100%;
}
.mdshipping-information-address-dropdowns p {
    float: left;
}
.mdshipping-information-data {
    float: left;
	border: 1px solid #ccc;
	overflow: hidden;
	cursor: pointer;
}

.mdshipping-information-label {
    float: left;
    margin-right: 8px;
    padding: 10px 0;
    width: 100%;
    background: #F3FDD5;
    border-radius: 14px 14px 0 0;
    color: #1cb108 !important;
}
.product-increment-box .update-cart {
    padding: 15px 10px 10px 10px;
    float: left;
    width: 100%;
}
.mdshipping-information-data span {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 41px;
    line-height: 16px;
    padding: 6px 10px;
    position: relative;
    text-align: left;
}

.mdshipping-information-address-country{background: #eee !important}
.mdshipping-information-data span.mdshipping-information-address-country::after {
    border-bottom: 15px solid transparent;
    border-left: 8px solid #eee;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}
.mdshipping-information-data span.mdshipping-information-address-city::after {
    border-bottom: 20px solid transparent;
    border-left: 10px solid #eee;
    border-top: 20px solid transparent;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}


.mdshipping-information-data span.afterafter::after {
    border-bottom: 20px solid transparent;
    border-left: 8px solid #fff;
    border-top: 20px solid transparent;
    content: "";
    height: 0;
    left: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}
.mdshipping-information-address-district::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #ccc;
    content: "";
    height: 0;
    left: 100%;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    width: 0;
    z-index: 1;
}
.afterafter {
    height: 29px !important;
}
.mdshipping-information-address {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.mdshipping-information-address-country {
    background: #eeeeee none repeat scroll 0 0;
}
.mdshipping-information-address-city {
    padding-left: 16px !important;
}
.mdshipping-information-address-country {
    background: #eee none repeat scroll 0 0 !important;
    line-height: 26px !important;
    padding-right: 3px !important;
}
.mdshipping-information-address-district {
    margin-right: 25px;
    padding: 5px 18px 5px 15px !important;
}

.mdshipping-information-address-dropdowns select {
    float: left;
    margin-bottom: 8px;
	padding-right: 20px;
}
.product-increment-box {
    border: 1px solid #98e700;
    border-radius: 15px;
}
.mdshipping-information-address-dropdowns label {
    float: left;
    height: 30px;
    line-height: 36px;
    margin-right: 5px;
    text-align: left;
    width: 75px;
	font-weight: normal;
	padding-left: 5px;
}
.mdshipping-information-options li.activemdshioption {
	background: #F3FDD5 none repeat scroll 0 0 !important;
    border: 1px solid #B8E821 !important;
    font-weight: bold;
}
/* .mdshipping-information-options li.notavaible { */
    /* background: #f2f2f2 none repeat scroll 0 0; */
    /* border: medium none; */
    /* color: #222; */
    /* opacity: 0.6; */
/* } */
#ajaxblock1 .product-tabs {
    padding-left: 30px;
}
.shippingbox-messs {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 100%;
    height: 190px;
    position: relative;
}
.content-left, .content-left_zero {float: left;padding-left: 8px;padding-top: 10px;}
.content-right {float: right}
.shippingbox-messs .content-right {
    height: 156px;
    background: #ffd334;
    width: 190px;
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/not_arrow_over.png");
    background-size: 100% 100%;
    padding-left: 15px;
    cursor: pointer;
}
.navbar-static-top.popshowhidelogo{ z-index: 8}
.shippingbox-messs .content-right:hover{
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/arrow_over.png");
    background-size: 100% 100%;
}
.hidenproductvia:hover{
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/dark_arrow.png") no-repeat;
    background-size: 40px 70px;
    background-position: 1px;

}
.onlyviewwithaproduct {
    position: absolute;
    z-index: 1;
    left: 80px;
    text-align: left;
    top: 20px;
}
.onlyviewwithaproduct_viewpro a {
    width: auto;
    background: #efefef;
    float: left;
    padding: 3px 10px;
    color: #000 !important;
    font-style: italic;
    font-size: 15px;
    margin-top: 15px;
}
.onlyviewwithaproduct_name {
    font-size: 19px;
    font-weight: bold;
    color: #000;
}
.hidenproductvia{
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/light_arrow.png") no-repeat;
    width: 50px;
    height: 153px;
    position: absolute;
    border-right: 1px solid #ccc;
    z-index: 1;
    background-size: 40px 70px;
    background-position: 1px;

    cursor: pointer;
}
.shippingbox-messs .content-lefttime{
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    right: 25px;
    bottom: 70px;
    color: #000;
    line-height: 18px;
}
.content-lefttime,.content-lefttime-pre {
	color: #1cb108;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	float: left;
}

.shippingbox-messs .content-right .btn-cartmore {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/newcarticon.png") !important;
    background-size: 100% 100% !important;
    padding: 0 !important;
    margin: 19px auto 0 !important;
    width: 70px !important;
    height: 70px !important;
    text-indent: -9999999px;
}
.shippingbox-messs .content-leftinfor, .shippingbox-messs .content-leftinfor_zero {
    background: #feeeb3;
    padding: 6px 20px;
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    left: 0;
    font-size: 16px;
    text-align: center;
    color: #000;
}

.content-leftinfor, .content-leftinfor_zero,.content-leftinfor-pre,.content-leftinfor_zero {font-size: 15px;clear: both;text-align: left;}
.btn-cartmore {
    background: #ffd334 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 10px !important;
    box-shadow: none;
    color: #000 !important;
    display: block;
    font-weight: 600 !important;
    margin: 10px 0;
    padding: 10px 55px !important;
    text-align: center !important;
    width: 100% !important;
}

.content-rightitem{ float: right;padding-top: 25px;padding-right: 10px;}
.content-rightbutton{ float: left;width: 100%;}
.content-rightitem > a {
    float: right;
    position: relative;
    border: 1px solid #efefef;
    margin-right: 10px;
}
.content-rightitem > a .fa.fa-times-circle {color: #808080;position: absolute;right: -5px;top: -9px; font-size: medium}
.seachblock-popup {float: left;background-color: #fff;width: 100%;}
.seachblock-popup .category-page-head, .seachblock-popup .category-products .toolbar {display: none !important;}
.shippingbox-messscontant {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0; 
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99999;
	width: 100%;
}
.searchblock_search {
    border-bottom: 1px solid #ccc;
    float: left;
    padding-left: 12px;
    width: 100%;
	background: #fff;
    position: relative;
}
.searchinajaxloig{
    position: absolute;margin: auto;left: 0;right: 0;top: 50px;display: none;width: 100px !important;z-index: 9;
}
.searchblock_search .input-text{ width: 80%;background: #fff;float: left;border: 0 none;}
.searchblock_search img { float: left; width: 16px; margin-top: 10px;}
.addtocartseller-add {
    background: #feeeb3 none repeat scroll 0 0;
    color: #222 !important;
    padding: 0px 10px;
	display: block;
	font-size: 30px;
}
.addtocartseller{
	border: 2px solid #feeeb3;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
	
}
.addtocartseller > span, .addtocartseller > a {
    float: left;
}
.addtocartseller > span {
    padding: 5px 0;
	min-width: 125px;
}
.addtocartseller-view {background: #eee;color: #222 !important;padding: 8px 22px;margin-top: 8px;display: block;}
.addtocartseller {display: inline-block;}
.addtocartseller a {text-decoration: none !important;}
.seachblock-popup .category-products .product-loop-section .container-fluid .productlist li.item{ position: relative;}
.content-lefttime-pre {color: red !important;}
.viewcheapest {
    border-bottom: 1px solid #eee;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
	margin-top: 10px;
}
.viewcheapest img{
	float: left; margin-right: 20px; width: 26px; margin-top: 2px;
}

.viewcheapest > span {
    background: #f0f5ff none repeat scroll 0 0;
    border: 1px solid #7a91ed;
    border-radius: 5px;
    color: #7a91ed;
    font-weight: bold;
	float: left;
    margin-right: 10px;
    padding: 8px 20px;
	margin-bottom: 2px;
}
.viewcheapest > span:first-child {
	background: #fff5f0 none repeat scroll 0 0;
    border: 1px solid #ff4907;
    color: #ff4907;
    font-weight: bold;
	border-radius: 5px;
	padding-left: 6px;
}
.viewcheapest > a:last-child {float: left; margin-right: 0;color:#7a91ed}
.viewcheapest > a {float: left;font-size: 12px;padding-left: 3px;float: left; margin-right: 18px;color:#ff4907}
.pro-price-sec {
    border-top: 1px solid #eee;
	margin-top: 16px !important;
}
.custom_booking .textleft {
    float: left;
}
.custom_booking .textleft p.item1text {
	font-weight: bold;
    margin-bottom: 2px;
}
.custom_booking .textleft p.item2text {
    margin-bottom: 2px;
	font-style: italic;
}
.custom_booking .textleft p.item3text {
    margin-bottom: 2px;
}

/* for new homepage */

.category-filter {
    background-color:#fff;
    border:1px solid #eee;
    position: absolute;
    top: 32px;
    color:#000;
    content: "\61";
    right: -15px;
    width: 330px;
    height: 330px;
    font-size:12px;
    padding:10px;
    text-align:left;
    cursor:pointer;
    z-index:5555;

}

.category-icons {
    width: 100%;
    background: #fff;
    padding: 8px 15px 5px;
}

.category-delivery {
    border:1px solid #eee;
    width:100%;
    background: #fff;
    padding-left: 10px;
}
.filterwra-bottom{
    float: left;
    width: 100%;
    background: #eee;
}
#selectable-categories .ui-selecting { background: #FECA40; }
#selectable-categories .ui-selected { background: #ffee80; color:#000; }
#selectable-categories { list-style-type: none; margin: 0; width:auto; height:72px; }
#selectable-categories li { float: left; width: 35px; height: 35px; padding:4px;cursor: pointer; }

#selectable-delivery .ui-selecting { background: #FECA40; }
#selectable-delivery .ui-selected { background: #ffee80; color:#000; }
#selectable-delivery { list-style-type: none; margin: 0; padding: 0; width: auto; border:1px solid #fff; height:34px;}
#selectable-delivery li { font-weight: 500;float: left; height: 32px; font-size: 13px; text-align: center; padding:4px 6px;margin-right:0px; padding-top: 7px;;}

#selectable-sortby .ui-selecting { background: #FECA40; }
#selectable-sortby .ui-selected { background: #ffee80; color:#000; }
#selectable-sortby { list-style-type: none; margin: 0; padding: 0; width: 330px; }
#selectable-sortby li { padding: 1px; float: left; width: 130px; height: 32px; font-size: 13px; text-align: center; padding:5px;border:1px solid #eee; margin-left:15px }

.location_location, .location_location_country, .location_location_city, .location_location_district {
    width: 100%;
    float: left;
    cursor: pointer;
}
.location_location .mdselect-dropdown:focus {
    background-color: #fff !important;
}
.location_location .mdselect-dropdown {
    width: 100%;
    background-color: #fff !important;
    font-weight: 500 !important;
    padding: 8px 12px;
    border-bottom: 1px solid #d6d6d6 !important;
    border: 0;
}
.search_extended_full {
    margin-top:60px;
    background-color: #ffee80;
    width:100%; height:45px; padding:15px;text-align:center;
    color:#000;
    font-weight: 500;
}
.modal-customize {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: none;
    border: none !important;
}
.modal-customize {
    background: rgba(0,0,0,.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    display: none;
}


.category-filter .pull-right {

    width: 35px;
    color: #222;
    height: 33px;
    border-left: 1px solid #ccc;

}

.fillter-top-right span {
    font-size: 15px;
    line-height: 34px;
    padding-left: 15px;
    font-weight: 500;
}
.fillter-top-right {
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #ccc;
}

.fillter-wrap {

    position: relative;
    width: 275px;
    height: auto;
    display: block;
    margin: 6% auto;
    z-index: 9999;
    background: #eee;

}
#selectable-categories .ui-widget-content .ui-selectee {width: 25px;}

.filter-title-box {

    padding-left: 7px;
    display: block;
    margin-top: 10px;
    margin-bottom: 2px;

}
.fillter-hidenpo {

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 98;

}
.mdhomepage .xiki-head img{
    width: 100%;
}
.mdhomepage .xiki-product-list {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    margin-top: -4px;
}
.mdhomepage .xiki-product-list ul {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mdhomepage .xiki-product-list ul li{
    list-style: none;
    width: calc(16.666667%);
    border: 3px solid #f2f0f1;
    float: left;
    text-align: center;
    background: #fff;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.mdhomepage .xiki-product-list ul li.small_banner a, .mdhomepage .xiki-product-list ul li.small_banner img{ margin: 0}
.mdhomepage a.xiki-main-image {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
}
.mdhomepage .xiki-product-list ul li.main img {
    width: 100%;
    height: 100%;
}
.mdhomepage .xiki-product-list ul li.main {
    position: relative;
    height: 271px;
}
.mdhomepage .xiki-product-list ul li.main h2{
    position: absolute;
    bottom: 10px;
}
.mdhomepage .xiki-product-list a.xiki-product-image{
    display: inline-block;
    width: 100%;
    margin: 40px 0 20px;
}
.mdhomepage h2.xiki-product-name {
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
}
.mdhomepage h2.xiki-product-name a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    float: left;
    text-decoration: none;
    text-transform: capitalize;
    height: 53px;
    overflow: hidden;
    width: 100%;
}
.mdhomepage .xiki-price-box {
    margin: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.mdhomepage .xiki-price-box span, .mdhomepage .xiki-price-box .price-box { float:left;width: 100%}
.mdhomepage span.xiki-price {
    padding: 5px 15px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: normal;
}
.mdhomepage .xiki-product-image img {
    width: 100%;
}
.mdhomepage .paddingforbt {
    position: absolute;
    bottom: 0;
    height: 10px;
    background: #fff;
    width: 100%;
}
.mdhome_txttoplinks {
    width: 100%;
    float: left;
    padding: 0;
    background: #858585;
}
.mdhome_txttoplinks a {
    float: left;
    background: none !important;
}
.mdhome_txttoplinks a:last-child {

    border: 1px solid #ccc;
    padding: 0 10px !important;
    margin-top: 5px;
    height: 35px !important;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: 32px !important;
    float: right;
    margin-right: 10px !important;
    font-style: italic;

}
.mdhome_txttoplinksflags .flags-wrapper .flag-list li{ border: 0 !important; margin: 0 !important; }
.mdhome_txttoplinksflags .flags-wrapper ul.flag-list li a img { border-radius: 100%;
    width: 24px;}
.mdhome_txttoplinksflags .flags-wrapper .flag-list li a {
    padding: 2px 4px !important;
    float: left;
    height: auto !important;
    background: none !important;
}
.mdhome_txttoplinksflags {
    float: left;
    background: #fff;
    padding-top: 8px;
    border: 1px solid #858585 !important;
    width: 100%;
    border-left: 0 !important;

}
.onestepcheckout-index-index select.cart_comments {
    width: 100%;
}
#checkout-review-table{
    table-layout: fixed;
    width: 100%; 
}

.mdhome_txttoplinksflags .mdhome_txttoplinksfooter a {
    padding: 0 6px 0 5px !important;
    float: left;
    color: #000 !important;
    height: auto !important;
    font-size: 12px !important;
    background: none !important;
}
.mdhome_txttoplinksflags .flags-wrapper{ margin-bottom: 6px}
.mdhome_txttoplinksfooter p {
    float: right;
    font-size: 12px;
    margin-right: 5px;
}
.wrappremium {
    width: 100%;
    height: 125px;
}   
.premiumregister {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.premiumyesno {
    width: 96%;
    clear: both;
    float: left;
    height: 50px;
    margin-left: 2%;
}
.premiumyesno p {
    width: 192px;
    float: left;
    border: 1px solid #ccc;
    padding-top: 5px;
    font-weight: bold;
    height: 46px;
}
.premiumselectyes, .premiumselectno {
    width: 42px;
    float: right;
    border: 1px solid #ccc;
    height: 46px;
    line-height: 44px;
    font-weight: bold !important;
    cursor: pointer;
}
.premiumyesno span {
    font-size: 10px;
    font-weight: normal; 
    display: block;

}
.premiumdetailpageimg{ width: 100%;cursor: pointer;}

#regis-form .form-list li, #login-form li{ margin: 0 }
#login-form #email { border-bottom: 0 !important;}
#regis-form .form-list li input{ border-bottom: 0 !important }
#regis-form .form-list li input#confirmation{ border-bottom: 1px solid #ccc !important }

@media only screen and (max-width: 1367px) {
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 15px}
}
@media only screen and (max-width: 1281px) {
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 10px}
}
@media only screen and (max-width: 991px){
    .mdhomepage .xiki-product-list ul li{
        width: calc(33.33%);
        height: 430px;
    }
}
@media only screen and (max-width: 769px){

    .home-slider .carousel-inner .item {
        width: 100%;
        height: 100%;
        background-position: center center !important;
        background-size: auto 100% !important;
        cursor: pointer;
    }
    .home-slider .carousel-inner .item > a > img{display: none}
}
@media only screen and (max-width: 769px){

    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 20px}
}

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

    .wrap_premiumdetailpageimg{
        height: 80px;background-position: center center !important;background-size: auto 100% !important;
        cursor: pointer;
    }
    .premiumdetailpageimg{ display: none; }

    .mdhomepage .xiki-product-list ul li{
        width: calc(33,33%);
        height: 528px;
    }
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 24px}
}
@media only screen and (max-width: 668px){
    .onlyviewwithaproduct{ display: none !important;}
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 15px}
}
@media only screen and (max-width: 500px){
    .mdhomepage .xiki-product-list ul li{
        width: calc(50%);
        height: 348px;
    }
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 30px}
    #one-step-checkout-form .checkout-review-load .data-table tbody tr td{
        position: relative;
    }
    .imagecheckoutpro, .namecheckoutpro{ width: 135px !important }

    .shipcheckoutpro { display: none; }
    .onestepcheckout-index-index select.cart_comments {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 110px;
    }
 
    
    #one-step-checkout-form .checkout-review-load .data-table tbody tr .cart-price {
        position: absolute;
        left: -155px;
        bottom: 10px;
        font-weight: bold;
    }
    #one-step-checkout-form .checkout-review-load .data-table td h2.product-name {
        overflow: hidden;
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 380px){
    .mdhomepage .xiki-product-list a.xiki-product-image{ margin:40px 0 20px}
    .content-rightitem{ max-width: 128px !important;padding-right: 5px !important; }
    .addtocartseller > span{ padding: 9px 7px 5px !important}
    .content-rightitem{
        max-width: 165px;padding-top: 8px !important;
        height: 133px;
        overflow: scroll;
    }

    .content-rightitem img {
        height: 50px;
        max-width: 45px;
    }
}
@media only screen and (max-width: 325px) {
    .content-rightitem img{ max-width: none}
}
.top-cat-section, .bottom-bar{
    display: none
}



/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://xikixi.com/skin/frontend/mercado/ecuador/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

div.narrow-by dd a {
    padding: 0px 5px 0px 0px;
    display: block;
    float: left;
}

/*categories*/
div.narrow-by span.adj-nav-category-current {
    font-weight: bold;
    padding-left: 5px;
}

.li-pad2 {
    margin-left: 10px
}

.li-pad3 {
    margin-left: 20px
}

/*price ranges*/
div.narrow-by a.adj-nav-price {
}

div.narrow-by a.adj-nav-price-selected {
    font-weight: bold
}

/*attributes*/
div.narrow-by a.adj-nav-attribute, a.adj-nav-category {
    padding-left: 15px!important;
    background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/md_ajaxfilter/images/adj-nav-checkbox.gif) no-repeat scroll -70px 3px;
}

div.narrow-by a.adj-nav-attribute-selected {
    padding-left: 15px;
    background-position: -50px -17px;
    font-weight: bold;
}

div.narrow-by a.adj-nav-icon {
    padding: 0px 0px 5px 0px;
}

div.narrow-by a.adj-nav-icon-selected {
    opacity: 0.5
}

img.adj-icon {
    padding-right: 5px
}

div.narrow-by a.adj-nav-disabled {
    color: gray;
    cursor: wait
}

div.narrow-by input.adj-nav-disabled {
    background-color: gray;
    border: 1px solid gray;
    cursor: wait
}

div.narrow-by a.adj-nav-clear {
    float: right;
    cursor: pointer;
}

div.adj-nav-slider {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 5px auto;
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/md_ajaxfilter/images/slider_bg.gif) no-repeat 50% 50%;
    cursor: pointer;
}

div.adj-nav-slider div.handle {
    top: -3px;
    width: 8px;
    height: 14px;
    background: transparent url(https://xikixi.com/skin/frontend/mercado/ecuador/md_ajaxfilter/images/adj-nav-slider-hadle.png) no-repeat;
    cursor: move;
    position: absolute;
}

#adj-nav-container, div.adj-nav {
    position: relative
}

.adj-nav-progress {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 500;
    opacity: 0.6;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 60);
    position: absolute;
    top: 0;
    left: 0;
}

.adj-nav-progress img {
    left: 45%;
    top: 100px;
    display: block;
    position: absolute;
}

.layered-nav div.adj-clear-all {
    margin: 0;
    border: 1px solid #b9ccdd;
    border-left: 0;
    border-right: 0;
    padding: 3px 10px;
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/md_ajaxfilter/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color: #1f5070;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.narrow-by dt {
    cursor: pointer;
}

.narrow-by dt.adj-nav-dt-selected {
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/md_ajaxfilter/images/narrow_by_set2.png) no-repeat 9px .9em;
}

div.narrow-by dd li {
    overflow: hidden;
}

.searchli {
    float: left;
    width: 50%;
}

dl#narrow-by-list dd.even, dl#narrow-by-list  dd.last, dl#narrow-by-list  dd.odd {
    float: left;
    width: 91%;
    margin-bottom: 10px;
}

dl#narrow-by-list .even, dl#narrow-by-list  .last, dl#narrow-by-list  .odd {
	float: left;
    margin-bottom: 25px;
    position: relative;
    width: 80%;
    z-index: 9;
}

/* Custom */
.custom-category .col-left.sidebar {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #efefef;
    float: none;
    height: 90px;
    overflow: hidden;
    width: 100%;
}
#narrow-by-list .cateshow1, #narrow-by-list .cateshow4, #narrow-by-list .cateshow5 {
    display: none;
}
.custom-category .narrow-by {
    float: right;
    margin-right: 358px;
    margin-top: 3px;
}

.custom-category .filter_content {
    float: left;
    width:266px;
	margin-right: 45px;
}
.custom-category .filter_content:last-child { margin-right: 0; }
.custom-category .block-layered-nav dd#adj-nav-filter-price li:first-child{
    box-sizing: border-box;
    margin: 0;
    width: 246px;
	z-index: 9
	
}
.custom-category .block-layered-nav dd li {
    box-sizing: border-box;
    margin: 0;
    padding: 0 2px;
}
.custom-category div.adj-nav-slider {
    background: none repeat scroll 0 0 #ceae54;
    border-radius: 5px;
    cursor: pointer;
    height: 7px;
    margin: 5px auto;
    position: relative;
    z-index: 9;
}

.custom-category #adj-nav-container {
    position: static;
}
.col-main.custom-category {
    position: relative;
}
.custom-category .toolbar-bottom .pager {
    position: static;
	display: none;
}
.custom-category .toolbar .pager label {
    clear: both;
    display: block;
    float: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 18px 5px;
    text-align: left;
}
.custom-category .toolbar .pager {
    left: 25px;
    position: absolute;
    top: 8px;
}

.custom-category .toolbar .pager .filter-price {
    margin: 0 0 0 50px;
}
.custom-category .page-title.category-title {
    display: none;
}
.custom-category .block-layered-nav dt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    padding: 0 0 0 5px;
}
.custom-category .block-layered-nav .block-content {
    padding: 10px 0 0;
}
.custom-category div.adj-nav-slider div.handle {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px #333333;
    height: 15px;
    top: -4px;
    width: 15px;
}
.custom-category div.adj-nav-slider div.handle:first-child {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #333333;
}

.actions.adj-clear-all {
    position: absolute;
    right: 0;
}

.min_max_filter {
    text-align: center;
}

.max_right {
    float: right;
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 9;
}
.min_left {
    float: left;
    position: absolute;
    top: -16px;
    z-index: 9;
}
.block_productscore {
    float: left;
    margin-right: 345px;
}
.block_productscore > label {
    margin-bottom: 10px !important;
}
.block_productscore li {
    float: left;
}
.block_productscore li a {
    border: 1px solid #ceae54;
    color: #ceae54;
    float: left;
    font-weight: bold;
    margin-right: 6px;
    padding: 6px 12px;
}
.activescore {
    background: none repeat scroll 0 0 #ceae54;
    color: #fff !important;
}
.blockcountry {
    float: left;
}
.custom-category .toolbar .pager .sort-by:first-child{
    float: left;
    margin-left: 40px;
}
.adj-nav-clear { display: none}
.header-container .category-title { margin: 2px 0 1px;}
.catalog-category-view .block.block-reorder{ display: none}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.eot);src:url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://xikixi.com/skin/frontend/mercado/ecuador/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:auto; height: auto;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height: auto;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/HelveticaNeueLTSt')Lt.woff') format('woff');
}
body {
    padding: 0;
    margin: 0px;
    color: #5a5a5a;
    background: #eeeeee;
    height: 100%;
}
input,
select,
textarea,
input:focus,
select:focus,
textarea:focus {
    outline: none!important
}
.carousel,
.item,
.active,
.current {
    height: 100%;
}
.order-page-inner .order-content .pager .amount,
.order-page-inner .order-content .pager .limiter.jqtransformdone {
  display: none;
}
.home-slider .carousel-inner {
    height: 100%;
}


.home-slider .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
a:hover {
    text-decoration: none
}
a:focus {
    outline: none
}
.logo {
    text-align: center; float: none;
}
.logo .navbar-brand {
    float: none;
    padding: 0;
    display: block;
}
.logo .navbar-brand img {
    width: 157px;
    margin: 0 auto;
    display: block
}
.header-main .navbar-wrapper .navbar {
    margin-bottom: 0px;
}
.header-main .navbar-wrapper .navbar .left-navigation ul li a span {
    margin-right: 0px;
}
.header-main {
    background: #232f3e;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.search-barfixed {
    position: fixed !important;
    width: 100%;
    z-index: 9999 !important;
    top: 0;
    padding: 3px !important;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul {
    width: 288px;
    margin-top: 0px;
    box-shadow: none;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li {
    border-top: 1px solid #fff
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li:first-child,
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li:first-child,
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li:first-child {
    border-top: none;
}

 .header-main .navbar-wrapper .navbar .right-navigation  li.user .dropdown-menu  span.after-login{border-top: none;
background: #fbebae;
padding: 8px 15px;
text-align: left;
font-size: 18px;
color: #000;
width: 100%; display:block}

.header-main .navbar-wrapper .navbar .right-navigation li.user .dropdown-menu  button.sign-out-btn{
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0px 10px;
    margin: 0;
    cursor: pointer;
    background: #ffd435;
    text-align: center;
    color: #000;
    font-weight: 600;
    float: none;
    height: auto;
    display: block;
    width: 100%;
    padding: 12px 15px;
}

.header-main .navbar-wrapper .navbar .right-navigation li.user .dropdown-menu  button.sign-out-btn:hover{ background: #ffdb57 }
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul .mditemnew label {
    line-height: normal;
    height: auto;
    float: none;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li:hover select {
    color: #000
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul .mditemnew select {
    float: none;
    width: auto;
    border: none;
    margin-bottom: 0;
    padding: 0 0 0 0;
    background: none !important;
    color: #fff
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul .mditemnew select option,.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul .mditemnew select option:focus{color: #000!important;}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul.dropdown-menulocation {text-align: left;}


.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li:hover label {
    color: #000;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li.btnsec {
    background: none;
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li:last-child {
    border-bottom: none
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li label {
    font-weight: 600;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li {
    padding: 12px 15px;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li:hover {
    color: #000;
    background: #fed233;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .mditemnew,
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .customeraddress-form-button {
    float: none;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li a span {
    font-size: 12px;
    font-weight: normal
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li a i {
    margin-top: 6px;
    position: absolute;
    right: 18px;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .customeraddress-form-button {
    margin-top: 0px;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .btnsave-cusaddress {
    background: #ffd435;
    text-align: center;
    color: #000;
    font-weight: 600;
    float: none;
    height: auto;
    display: block;
    width: 100%;
    padding: 12px 15px;
}


.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu a i, .header-main .navbar-wrapper .navbar .right-navigation li.usermenu a i{ margin: 0 !important }


.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .btnsave-cusaddress span {
    height: auto;
    display: block;
    background: none;
}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul li .btnsave-cusaddress:hover {
    background: #ffdb57
}
.header-main .navbar-wrapper .navbar .left-navigation li.catogory ul li a:hover {
    color: #000;
    background: #fed233;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li a:hover {
    color: #000;
    background: #fed233;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a:hover {
    color: #000;
    background: #fed233;
}
.header-main .navbar-wrapper .navbar .left-navigation li a {
    color: #fff;
    font-size: 14px;
    margin-right: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul {
    width: 288px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li {
    border-bottom: none;
    border-top: 1px solid #fff
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li a {
    font-weight: 600;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li:last-child {
    border-bottom: none
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li button.identoficateb {
    background: #ffd435;
    padding: 30px 15px;
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 100%;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li button.identoficateb span {
    background: none;
    border: none;
    padding: 0px;
    display: block;
    font-size: 18px;
    color: #000;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li button.identoficateb:hover {
    background: #ffdb57;
    text-decoration: underline;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a.checkout-btn:hover,
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li a.identoficate:hover {
    background: #ffdb57;
    text-decoration: underline;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a.view-cart:hover {
    background: #ffea9c;
    text-decoration: underline
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li.user-regi a {
    display: inline-block
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li.identoficateb {
    border-bottom: none
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li .tophead-userask {
    background: #fbebae;
    text-align: center;
    color: #000;
    font-size: 16px;
    border-top: none;
    font-weight: 600;
    margin-top: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li .tophead-userask a {
    display: inline-block;
    background: none;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li .tophead-userask a:hover {
    text-decoration: underline;
    background: none
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li.user-regi a {
    font-weight: normal
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li.user-regi a {
    background: none;
    color: #000;
}
.header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul li.user-regi a:hover {
    text-decoration: underline;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart {
    padding: 13px 10px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart:hover {
    background: #383838;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart a {
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart .block-cart-header {
    line-height: 20px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart .block-cart-header .button-show {
    padding: 0px;
    background: none;
    font-size: 14px;
    font-weight: normal;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart:hover,
.header-main .navbar-wrapper .navbar .right-navigation li.minicart:hover a,
.header-main .navbar-wrapper .navbar .right-navigation li.minicart:hover span {
    color: #fff
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart span {
    color: #000
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart .block-cart-header:hover #header-items.empty {
    display: block;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart .block-cart-header #header-items.empty {
    top: 47px;
    background: #383838;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul.dropdown-menu li { 
}


.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu p.empty {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0px; padding: 15px 4px 15px 10px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.minicart .block-cart-header .button-show a {
    font-weight: normal;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul {
    width: 400px;
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li .small-car-pro-wrap {
    padding: 8px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li .small-car-pro-wrap .col-md-3 {
    padding-left: 0px
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li .small-car-pro-wrap .col-md-7 {
    padding-left: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li .small-car-pro-wrap .col-md-2 {
    padding: 0px;
    text-align: right
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li {
    border-bottom: none;
    border-top: 1px solid #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a {
    font-weight: 600;
    padding: 0px;
    background: none;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li {
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li:last-child {
    border-bottom: none
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .pro-desc a {
    font-size: 14px;
    margin-top: 0px;
    display: block;
    text-transform: capitalize;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .pro-desc p {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .edit-del a {
    display: inline-block;
    margin: 0px 6px;
    font-size: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .edit-del a i {
    color: #808080;
    font-size: 14px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .edit-del a i:hover {
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li.total {
    text-align: right;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: none
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li.total .price {
    color: #fff
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li.checkout-itme {
    text-align: center;
    border-top: none;
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li ol#cart-sidebar li.item
{    padding: 0px;}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li ol#cart-sidebar li.item .pro-desc strong,
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li ol#cart-sidebar li.item .pro-desc span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #fff
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li ol#cart-sidebar li.item a:hover {
    background: none;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li.checkout-itme .col-md-6 {
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.view-cart {
    background: #fbebae;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    display: block;
    width: 100%
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.checkout-btn {
    background: #ffd435;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    display: block;
    width: 100%
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.view-cart:hover {
    text-decoration: underline;
    background: #ffea9c;
    opacity: 1!important
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.checkout-btn:hover {
    background: #ffdb57;
    opacity: 1!important;
    text-decoration: underline;
}
.header-main .navbar-wrapper .navbar span.hide-mobile {
    display: inline-block;
}


.relatedproducty-section .block_home_related .block_title,
.relatedproducty-section .last_purchase .block_title , 
.relatedproducty-section .block_most_viewed .block_title,
.relatedproducty-section .block_recommend .block_title{margin: 10px 0 30px;}


/*************************SEARCH START *********************/

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
#search input[type="text"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    left: 0;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    background-color: #ffd234;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
    background-color: #ffd234;
    border-color: #357ebd;
    opacity: 1;
    padding: 2px 7px;
    border-radius: 100%;
    font-size: 27px;
}
/************************SAERCH END *********************/



.header-main .navbar-wrapper .navbar .left-navigation.navigmdnewhome li.user .dropdown-menu{left: 0px;right: inherit; border-top: 1px solid #fff}
.header-main .navbar-wrapper .navbar .left-navigation.navigmdnewhome li a.userac i{ margin-right: 5px;margin-left: 0;font-size: 20px;float: left;}
.header-main .navbar-wrapper .navbar .left-navigation.navigmdnewhome li.dropdown.location-menu i{font-size: 17px;float: left;margin-right: 5px;line-height: 25px;}


.header-main .navbar-wrapper .navbar .left-navigation li a.location i,
.header-main .navbar-wrapper .navbar .left-navigation li a.cat i {
    margin-right: 10px;
    font-size: 20px;
    float: left
}
.header-main .navbar-wrapper .navbar .left-navigation li ul li.dropdown-submenu:hover a {
    background: #ffd435;
    color: #000
}
.header-main .navbar-wrapper .navbar .left-navigation li ul li.dropdown-submenu:hover ul li a {
    background: #fff;
}
.header-main .navbar-wrapper .navbar .left-navigation li ul li.dropdown-submenu:hover ul li a:hover {
    background: #ffd435;
    color: #000
}
.header-main .navbar-wrapper .navbar .right-navigation li a {
    color: #fff;
    font-size: 14px;
    margin-right: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 45px;
}
.header-main .navbar-wrapper .navbar .right-navigation li a.userac i,
.header-main .navbar-wrapper .navbar .right-navigation li a.carth i {
    margin-left: 10px;
    font-size: 20px;
    float: right
}

.header-main .navbar-wrapper .navbar .right-navigation li a.carth small{position: absolute;right: 21px;
top: 5px; font-size: 12px;}

.header-main .navbar-wrapper .navbar .right-navigation li.open a.userac {
    background: #232f3e !important;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.open a.carth {
    background: #232f3e !important;
    color: #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li a.carth {
    position: relative;
    background: #232f3e !important;
}
.header-main .navbar-wrapper .navbar .right-navigation li a.carth b.q-num {
    position: absolute;
    right: 18px;
    top: 11px;
}
.header-main .navbar-wrapper .navbar .right-navigation li.cart .dropdown-menu {
    right: 0px;
    left: inherit;
    border-top: 1px solid #fff;
}
.header-main .navbar-wrapper .navbar .right-navigation li.user .dropdown-menu {
    right: 0px;
    left: inherit;
}
.header-main .navbar-wrapper .navbar .dropdown-menu,
.header-main .navbar-wrapper .navbar .dropdown-menulocation {
    background: #232f3e;
    border-radius: 0px;
    border: none;
    padding: 0px;
}
.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu,
.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation {
    background: #fdfdfd;
}


.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu li a,
.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation li a {
    color: #000
}

.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu li h5,
.header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation li h5 {
    background: #fcf0c3;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
    padding: 12px 15px;
    font-weight: 600;
}
.header-main .navbar-wrapper .navbar .dropdown-menu li a,
.header-main .navbar-wrapper .navbar .dropdown-menulocation li a {
    margin-right: 0px;
    color: #fff;
    padding: 12px 15px;
}
.header-main .navbar-wrapper .navbar .dropdown-menu li a:hover,
.header-main .navbar-wrapper .navbar .dropdown-menulocation li a:hover {
    background: #fed233;
    color: #000;
}
.dropdown-submenu {
   
}
.search-bar {
    clear: both;
    background: #232f3e;
    padding: 0 3px 3px;
    position: relative;
    z-index: 8;
}
.mdhomeparam {

    position: absolute;
    top: -3px;
    left: 30px;
    width: auto;
    border-right: 3px solid #ccc;
    padding-right: 10px;
    z-index: 99;
    color: #000;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.mdhomedelivery{
    font-size: 17px;clear: both;margin: 0;padding: 0;line-height: 15px;color: #000;margin-bottom: 1px;margin-top: 4px;min-height: 6px;text-align: left;
}
.mdhomelocation{
    font-size: 12px;clear: both;margin: 0;padding: 0;line-height: 15px;color: #000;
}
.search-bar  .searchautocomplete .nav-submit-button{background: none; float: right;margin-right: 12px;}
.search-bar .searchautocomplete .nav-submit-button{ position: absolute;right: 0}
.search-bar .searchautocomplete .nav-submit-button .search-icon{
    background: none;
    box-shadow: none;
    border: none;
    margin-top: 5px;
}
.search-bar .searchautocomplete .nav-submit-button img{
    height: 15px;
    margin-top: 9px;
    cursor: pointer;
}
.navbar-wrapper .col-md-5 { padding: 0;}
.search-bar .searchautocomplete .nav {
    background: none;
    float: left;
    height: 32px;
    position: relative;
    width: 98%;
    border:none;
}
.search-bar .searchautocomplete .nav .nav-search-in .category-fake{border: 1px solid #ddd;}
.search-btns a.search-icon {
    margin-right: 10px;
    font-size: 16px;
    color: #999999;
    float: left;
    display: block;
    line-height: 24px;
}
.search-btns .btn-group {
    display: block;
    float: left;
}
.search-btns p {
    display: block;
    margin-left: 15px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #999999;
    float: left;
    line-height: 26px;
}
.search-bar .catsearch {
    margin-top: 0;
    height: auto;
}
.search-bar .catsearch .dropdown-toggle {
    padding: 3px 24px 3px 7px;
    box-shadow: none;
    color: #000;
    background: #e9e9e9;
    border: none;
    width: auto;
    border-radius: 0px;
    color: #999999;
    font-size: 14px;
}
.search-bar .catsearch .dropdown-toggle span {
    color: #999;
}
.search-bar .catsearch.form-control {
    background: none
}
.search-bar .catsearch .dropdown-toggle {
    border-radius: 0px;
}
.search-bar .catsearch .dropdown-toggle:hover,
.search-bar .catsearch:focus {
    color: #000;
    box-shadow: none;
    background: #e9e9e9;
    color: #999999;
}
.search-btns .open .dropdown-toggle:focus {
    background: #e9e9e9;
    color: #999999;
}
.search-btns .caret {
    margin-left: 10px;
}
.search-btns .dropdown-menu {
    border: none;
    border-radius: 0px;
    top: 102%;
}
.search-btns .dropdown-menu {
    padding: 0px;
}
.search-btns .dropdown-menu li a {
    color: #ceae54;
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
}
.search-btns .dropdown-menu li a:hover {
    background: none
}
.top-cat-section {
    margin: 4px;
}

.top-cat-section .smallbanner ul{ margin-bottom: 0px; float: none; text-align: center; }
.top-cat-section .smallbanner ul li{margin:4px;  position: relative; display: inline-block;float: none;  width: 32.69%;}
.top-cat-section .smallbanner ul li a,.top-cat-section .smallbanner ul li a img{float: none; }
.top-cat-section .col-md-4 {
    padding: 0px;
}
.top-cat-section .recent-cat-cblock {
    margin: 5px;
    background: #fff;
}
.catalog-product-view .top-cat-section .recent-cat-cblock {
    margin: 5px;
    background: #fff;
}
.top-cat-section .recent-cat-cblock img {
    width: 100%;
}
.top-cat-section .catimg img {
    width: 100%;
}
.top-cat-section .catname a h3 {
    font-size: 24px;
    color: #000;
    margin: 34px 0 0 0
}
.middle {
    background: #eeeeee
}
.relatedproducty-section.videorelated {
    margin-bottom: 0px;
}
.relatedproducty-section {
    padding: 15px 0;
    margin-bottom: 8px;
    background: #fff;
}
.relatedproducty-section .owl-wrapper-outer .owl-item .item img {
    height: auto;
	display: block;
	margin: 0 auto;
}
.relatedproducty-section .owl-wrapper-outer .owl-item .item a{
 display: block;
}
.relatedproducty-section .owl-wrapper-outer .owl-item:hover .item img {
    opacity: 0.6
}
.relatedproducty-section .block_title {
    margin: 30px 0;
    text-align: left;
}
.relatedproducty-section .block_title h2 {
    color: #000;
    font-size: 32px;
}
.relatedproducty-section .block_title h2 a {
    font-size: 20px;
    font-weight: normal;
    color: #5191ff
}
.mrginn{margin-bottom: 0px;}
.owl-wrapper-outer .owl-item .item {
    text-align: center
}
.owl-wrapper-outer .owl-item .item h2 {
    font-weight: bold;
}
.owl-wrapper-outer .owl-item .item h2 a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding:10px 10px 0;
    text-align: center;
    line-height: 24px;
    text-transform: capitalize;
    display: block;
    min-height: 62px; font-weight: 500
}
.owl-wrapper-outer .owl-item .item p {
    display: inline-block;
    padding: 6px 15px;
    border: 2px solid #feeeb3;
    color: #000;
    font-size: 20px;
    font-weight: bold
}
.owl-carousel {
    position: relative
}
.owl-carousel .owl-item:hover .item img {
    opacity: 0.6
}
.owl-carousel .owl-controls .owl-buttons {
    position: absolute;
    top: 36%;
    width: 100%;
}
.owl-prev {
    left: 0px;
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/pre.png) no-repeat;
    float: left;
    width: 26px;
    height: 40px;
    font-size: 0px;
}
.owl-next {
    right: 0px;
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/next.png) no-repeat;
    float: right;
    width: 26px;
    height: 40px;
    font-size: 0px;
}
.bottom-bar {
    background: #fff;
    padding: 18px 0;
    text-align: center;
    margin-bottom: 8px;
}
.bottom-bar .bestprice-sec p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    line-height: 50px;
}
.bottom-bar .bestprice-sec p img {
    margin-left: 10px;
}
.footer {
    background: #fff;
    padding: 25px 0;
    font-family: 'sinkin_sans400_regular';
}
.footer .footer-main {
    text-align: center
}
.foot-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 15px;
}
.foot-content ul.foot-list {
    padding: 0px;
    margin: 0px;
    list-style: none
}
.foot-content ul.foot-list li {
    line-height: 26px;
}
.foot-content ul.foot-list li a {
    font-size: 15px;
    color: #000;
}
.foot-content ul.foot-list li a:hover {
    text-decoration: underline;
}
.copyright-flagsec {
    text-align: center;
    margin-top: 60px;
}
.flags-wrapper {
    margin-bottom: 20px;
}
.copyright-text p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 600;
}
.flags-wrapper ul.flag-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.flags-wrapper ul.flag-list li {
    display: inline-block;
    margin: 0 8px;
}
.flags-wrapper ul.flag-list li a img {
    border-radius: 100%;
    width: 40px;
}
.flags-wrapper ul.flag-list li a img:hover {
    -moz-box-shadow: 0px 0px 3px #333;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:0px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Carousel base class */

.carousel {
    margin-bottom: 0;
}
.carousel-caption {
    z-index: 10;
}
.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.carousel-indicators {
    top: 1.5rem;
    right: 1.5rem;
    bottom: auto;
    left: auto;
    width: 1rem;
    margin-left: 0;
}
.carousel-indicators > li {
    margin-bottom: .25rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes ------------------------- */

.featurette-divider {
    margin: 5rem 0;
}
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}


.home-slider  .carousel-control.left,.home-slider  .carousel-control.right{background-image: none}
.home-slider .carousel-control{ width:auto; top: 50%;}
.home-slider  .carousel-control.left{left: 10px;}
.home-slider  .carousel-control.right{ right: 10px; }
/***************category page*****************/
.page_scroll p{margin-bottom: 0px}
.category-products .toolbar-bottom .pager ,.category-products .toolbar-bottom .sorter .amount,.category-products .toolbar-bottom .pages strong,
.order-content .pages strong {display: none;}
.category-products .toolbar-bottom .pages,
.order-page-inner .order-content .pages{
  float: none;
}
.catalog-category-view  .custom-category{display: none;}
.category-products .toolbar-bottom .sorter{padding: 0px;}
.category-products .toolbar-bottom {margin: 10px 0 0;}

.dailydeal-index-index .toolbar-bottom{ margin: 0px;}
.category-products .toolbar-bottom .toolbar{margin-bottom: 0px;}
.category-products .toolbar-bottom .pages li a,
.order-page-inner .order-content .pages li a{  
    color: #000;
    font-size: 28px; border: none; padding: 10px 20px;
    display: inline-block;
}
.catalog-product-view .category-page-head{display: none;}
.category-products .toolbar-bottom .pages li a:hover,
.order-page-inner .order-content .pages li a:hover,
.order-page-inner .order-content .pages li a:focus  {
   background: #ffe076;
}
.order-page-inner .order-content .pages li a:hover {
 border-radius: 0;
}
.category-products .toolbar-bottom .pages li.current,
.order-page-inner .order-content .pages li.current{
    list-style: none;
    padding: 10px 20px;
    display: inline-block;color: #000;
    font-size: 28px;  background: #ffe076; border: none;
}
.category-page-wrap .toolbar  .pager .filter-price ,.category-page-wrap .category-title{display: none;}
.category-page-wrap .toolbar  .pager ,.category-page-wrap .toolbar .sorter{margin-bottom: 0px; background: none}
.category-page-wrap .toolbar {margin-bottom: 10px;}
.category-page-wrap .toolbar  .pager ,.category-page-wrap .toolbar .pages{display: none;}
.category-page-wrap .toolbar-bottom  .toolbar .pages{display: block; background: #fff;}
.category-page-wrap .toolbar  p.amount{float: none;color: #000; font-size: 16px; }
.category-page-wrap .category-page-head {
    padding: 15px 0;
    text-align: center
}
.category-page-wrap .category-page-head h3 {
    background: #fff;
    border: 1px solid #b2b2b2;
    padding: 12px 50px;
    display: inline-block;
    margin: 0px 0 15px 0;
    color: #000;
    font-size: 28px;
}
.category-page-wrap .category-page-head h3 a{  color: #000; display: inline-block;
    margin: 0px 0 5px 0;
    font-size: 28px;}
.category-page-wrap .category-blocks .category-detail {
    background: #fff;
    border: 1px solid #b2b2b2;
    margin: 5px;
}
.category-page-wrap .category-blocks .category-detail:hover {
    box-shadow: 0 0 2px #333;
}
.category-page-wrap .category-blocks .col-md-3 {
    padding: 0px;
}
.category-page-wrap .category-blocks .category-detail img { margin-bottom: 0px;
    width: 100%;
}
.category-page-wrap .category-blocks .category-detail h4 {
    padding: 12px;
    color: #000;
    font-size: 28px;
    text-align: left;
    margin: 0;
	min-height: 90px;
}
.category-page-wrap .selectcate {
    width: 200px;
    margin: 17px auto 15px;
    border: 1px solid #fff;
    padding: 3px 15px;
}
.category-page-wrap .selectcate .checkbox label {
    color: #000;
    font-size: 14px;
    margin-left: -50px;
    line-height: 26px
}
.category-page-wrap .cat-result-box p {
    color: #000;
    font-size: 14px;
    margin: 0px;
}
.category-page-wrap .selectcate .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: inherit;
    right: -32px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.category-page-wrap .selectcate .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: inherit;
    right: -28px;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 17px;
    color: #555555;
}
.product-loop-section {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px 0 10px;
}
.product-loop-section ul.productlist {
    list-style: none;
    padding: 0px;
    margin: 0px;  
 }
.product-loop-section ul.productlist .col-md-2 {
    padding: 0 7px;
}
.product-loop-section ul.productlist li.item {
    text-align: center; margin-bottom: 20px;
}
 .product-loop-section ul.productlist li.item  h2.product-name{margin:20px 0 10px;min-height: 64px;}
  .product-loop-section ul.productlist li.item .discount{height: 0px; display: none;}
.product-loop-section ul.productlist li.item  h2.product-name a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px;
    text-align: center;
    line-height: 24px; display: block;
    text-transform: capitalize;
}
.product-loop-section ul.productlist li.item  .price-box {margin:10px 0 20px; display: block;}
.product-loop-section ul.productlist li.item p.messenger_ship{color: #000}
.product-loop-section ul.productlist li.item  .price-box span.price {
   
    padding: 5px 15px;
    border: 2px solid #feeeb3;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: normal;}



.product-loop-section ul.productlist .product-item .prdduct-info h3 {
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    text-align: center;
    line-height: 22px;
    text-transform: capitalize;
}
.product-loop-section ul.productlist .product-item .prdduct-info p.pro-price {
    display: inline-block;
    padding: 5px 15px;
    border: 2px solid #feeeb3;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    line-height: normal
}
.product-loop-section ul.productlist li:hover .product-img img {
    opacity: 0.6
}
.product-loop-section ul.productlist .product-item .prdduct-info p.rating i {
    color: #ffe286
}
.product-loop-section ul.productlist .product-item .prdduct-info p.rating i.active {
    color: #ffba2a;
}
.pagination-wrap {
    background: #fff;
    margin: 10px 0 5px;
    text-align: center
}
.pagination-wrap .pagintion-bns ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination-wrap .pagintion-bns ul li {
    list-style: none;
    padding: 10px 20px;
    display: inline-block
}
.pagination-wrap .pagintion-bns ul li:hover {
    background: #ffe076
}
.pagination-wrap .pagintion-bns ul li a {
    color: #000;
    font-size: 28px;
}
.foot-notes {
    background: #eeeeee
}
.categorypage .search-bar,
.inner-page .search-bar {
    border-bottom: 1px solid #b0b9be;
}



/***********************About Us****************************/

.about-page-wrap {
    background: #fff;
}
.about-page-timeline {
    padding: 40px 0;
    background: #fff;
}
.about-inner ul.timeline {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0px;
    text-align: center;
    position: relative
}
.about-inner ul.timeline::before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #ffd233;
    left: 50%;
    margin-left: -1.5px;
}
.space-top {
    margin-top: 80px;
}
.space-bottom {
    margin-bottom: 80px;
}
.space {
    margin: 80px 0
}
.about-inner ul.timeline li {
    z-index: 999999;
}
.about-inner ul.timeline li .tdate {
    width: 100px;
    padding: 0;
    background: #ffd233;
    border-radius: 5px;
    margin: 0 auto 30px;
    position: relative
}
.about-inner ul.timeline li .tarrow {
    position: relative
}
.about-inner ul.timeline li .tarrow img {
    margin-bottom: -4px;
}
.about-inner ul.timeline li .tdate strong {
    display: block;
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: 41px
}
.about-inner ul.timeline li .timeline-panel {
    padding: 10px;
    border: 4px solid #ffd233;
    border-radius: 14px;
    background: #fff;
    width: 55%;
    position: relative;
    margin: 25px auto
}
.about-inner ul.timeline li .timeline-panel h3 {
    margin: 0 0 8px;
    color: #000;
    font-size: 22px;
}
.about-inner ul.timeline li .timeline-panel p {
    font-size: 16px;
    margin: 0 0;
    color: #000;
}
.about-page-wrap .about-logo {
    text-align: center;
    margin: 40px 0 20px;
}



/***********************sellerlogin page****************************/

.sellerlogin-page-wrap {
    padding: 30px 0;
    background: #fff;
}
.sellerlogin-page-inner {
    margin: 40px 0;
}
.sellerlogin-page-inner .sellerlogin-form-wrap h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 30px;
    text-align: center
}
.sellerlogin-page-inner .sellerlogin-form-wrap p {
    margin: 0 0 15px;
}
.sellerlogin-page-inner .sellerlogin-form-wrap input {
    width: 100%;
    padding: 5px 12px;
    height: 50px;
    background: #ffff;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px
}
.sellerlogin-page-inner .sellerlogin-form-wrap input:focus {
    outline: none
}
.sellerlogin-page-inner .sellerlogin-form-wrap input.submit-btn {
    background: #ffe300;
    height: auto;
    padding: 7px;
    text-align: center;
    color: #3c3930;
    font-size: 26px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    ;
}
.sellerlogin-page-inner .sellerlogin-form-wrap input.submit-btn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.sellerlogin-page-inner .sellerlogin-form-wrap input.submit-btn:focus {
    border: none
}
.sellerlogin-page-inner .sellerlogin-form-wrap p {
    font-size: 16px;
    color: #000;
}
.sellerlogin-page-inner .sellerlogin-form-wrap p span.reqiured {
    float: right;
    color: #e81300
}
.sellerlogin-page-inner .sellerlogin-form-wrap p.new-register {
    text-align: center
}
.sellerlogin-page-inner .sellerlogin-form-wrap p.new-register a {
    font-weight: 600;
    color: #000
}
.sellerlogin-page-inner .sellerlogin-form-wrap p.new-register a:hover {
    text-decoration: underline
}



/***********************Account info page****************************/

.account-info-page-wrap {
    padding: 30px 0;
    background: #fff;
    text-align: left;
}
.account-info-inner {
    margin: 0px 0 20;
}
.account-info-inner  .form-list .field ,.account-info-inner .form-list .input-box{float: none;width: 100%;}
.account-info-inner .accountinfo-form-wrap h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 30px;
    text-align: center
}
.account-info-inner .accountinfo-form-wrap p {
    margin: 0 0 15px;
}
.account-info-inner .accountinfo-form-wrap label {
    font-weight: normal;
    font-size: 16px;
    display: block
}
.account-info-inner .accountinfo-form-wrap input {
    width: 100%;
    padding: 5px 12px;
    height: 45px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 10px #ccc;
    -webkit-box-shadow: inset 0px 0px 10px #ccc;
    box-shadow: inset 0px 0px 10px #ccc; margin-bottom: 12px;
}

.account-info-inner .accountinfo-form-wrap button.button{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffe300;
    height: auto;
    padding: 7px;
    text-align: center;
    color: #3c3930;
    font-size: 26px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; float: none;width: 100%;
}
.account-info-inner .accountinfo-form-wrap button.button:hover{ -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
background: #000;
     color: #ffe300;}

.account-info-inner .accountinfo-form-wrap .changepassword-block input {
    width: 50%;
    margin-right: 10px;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.account-info-inner .accountinfo-form-wrap .changepassword-block a.changepass {
    font-size: 16px;
    color: #239100
}
.account-info-inner .accountinfo-form-wrap .checkbox label span {
    color: #9a9a9a
}
.account-info-inner .accountinfo-form-wrap .checkbox input {
    height: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.account-info-inner .accountinfo-form-wrap .checkbox label::before {
    top: 2px;
}
.account-info-inner .accountinfo-form-wrap .checkbox label::after {
    top: 3px;
}
.account-info-inner .accountinfo-form-wrap .checkbox label {
    color: #000;
}
.account-info-inner .accountinfo-form-wrap .checkbox {
    margin-top: 30px;
}
.account-info-inner .accountinfo-form-wrap .checkbox label a {
    color: #000;
    cursor: pointer;
}
.account-info-inner .accountinfo-form-wrap input:focus {
    outline: none
}
.account-info-inner .accountinfo-form-wrap button.submit-btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ffe300;
    height: auto;
    padding: 7px;
    text-align: center;
    color: #3c3930;
    font-size: 26px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 100%;
}
.account-info-inner .accountinfo-form-wrap button.submit-btn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.account-info-inner .accountinfo-form-wrap input.submit-btn:focus {
    border: none
}
.account-info-inner .accountinfo-form-wrap p {
    font-size: 16px;
    color: #000;
}
.account-info-inner .accountinfo-form-wrap p.back-link{display: none;}
.account-info-inner .accountinfo-form-wrap p span.reqiured {
    float: right;
    color: #e81300
}
.account-info-inner .accountinfo-form-wrap p.new-register {
    text-align: center
}
.account-info-inner .accountinfo-form-wrap p.new-register a {
    font-weight: 600;
    color: #000
}
.account-info-inner .accountinfo-form-wrap p.new-register a:hover {
    text-decoration: underline
}


/***********************legal page****************************/

.order-page-wrap,
.privacy-page-wrap {
    background: #fff;
    padding: 30px 0;
}
.privacy-page-wrap .privacy-page-inner {
    padding-left: 40px;
    text-align: left;
}
.privacy-page-wrap .privacy-page-content h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 20px;
}
.privacy-page-wrap .privacy-page-content ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0px;
}
.privacy-page-wrap .privacy-page-content ul li {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}
.privacy-page-wrap .privacy-page-content p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.order-page-inner .order-content h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: normal;
    margin: 0 0 20px;
}
.order-page-inner .order-content ul.order-list {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.order-page-inner .order-content ul.order-list li {
    margin-bottom: 15px;
}
.order-page-inner .order-content ul.order-list li .order-detail {
    border: 1px solid #b2b2b2;
    padding: 8px;
}
.order-page-inner .order-content ul.order-list li .order-detail h5 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    margin: 0 0 10px;
}
.order-page-inner .order-content ul.order-list li .order-detail p {
    font-size: 16px;
    color: #353535;
}
.order-page-inner .order-content ul.order-list li .order-detail p.order-btn-box {
    margin-bottom: 0px;
}
.order-page-inner .order-content ul.order-list li .order-detail p a.order-btn {
    float: right;
    display: inline-block;
    padding: 6px 40px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    background: #fed434
}
.order-page-inner .order-content ul.order-list li .order-detail p a.order-btn:hover {
    background: #ffe729
}

.order-page-inner .order-content .pagination-wrap .container-fluid{padding: 0}
.order-page-inner .order-content .pagination-wrap .pager {
    padding: 12px 6px;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    font-size: 14px;
	/*background: #f2f2f2; color: #000*/
}

.order-page-inner .order-content .pagination-wrap .pager p.amount strong {
    color: #000;
    font-size: 14px;
}
.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper div span{font-size: 14px;}
.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper ul li a {
    color: #000;
    font-size: 14px;
    background-color: #fff;border: none;
border-bottom: 1px solid #ddd;
border-radius: 0;
}
.order-page-inner .order-content .pagination-wrap .pager .limiter label{margin: 0px;}
.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper ul li:last-child a{border-bottom: none;}
.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper ul li{display: block;}
.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper ul li a:hover,.order-page-inner .order-content .pagination-wrap .pager .jqTransformSelectWrapper ul li a.selected{background: #ffe076; color: #000}

.sales-order-history .buttons-sets p.back-link{display: none;}

/***********************buy page wrap****************************/
.cms-returns, .cms-return-exchange, .cms-standards, .cms-returns .middle, .cms-return-exchange .middle, .cms-standards .middle{ background: #fff}
.buy-page-wrap {
    background: #fff;
    text-align: center;
}
.buy-page-inner .best-price-section {
    text-align: center;
    padding: 30px 0;
}
.buy-page-inner .best-price-section h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: normal;
    margin: 0 0 15px;
}
.buy-page-inner .best-price-section a.regibtn {
    display: inline-block;
    padding: 6px 40px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    background: #ffe500;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.buy-page-inner .best-price-section a.regibtn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.buy-page-inner .pricing-features {
    margin: 50px 0;
}
.buy-page-inner .pricing-features .pricing-box em,
.buy-page-inner .pricing-features .pricing-box i {
    width: 50px;
    height: 50px;
    font-size: 32px;
    color: #000;
    padding: 8px;
    border-radius: 8px;
    background: #ffe500;
}
.buy-page-inner .pricing-features .pricing-box h4 {
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.buy-page-inner .pricing-features .pricing-box p {
    font-size: 14px;
    color: #000;
}
.blue-bar {
    padding: 20px 0;
    background: #242b45
}
.blue-bar p {
    color: #fff;
    font-size: 16px;
    margin: 0px;
}
.buy-page-wrap .category-boxes .category-box-inner img {
    width: 100%;
    transition: all .2s ease-in-out;
}
.buy-page-wrap .category-boxes .category-box-inner:hover img {
    transform: scale(1.1);
}
.buy-page-wrap .category-boxes .category-box-inner:hover .hover-text,
.buy-page-wrap .category-boxes .category-box-inner:hover h4 a {
    transform: scale(1);
}
.buy-page-wrap .category-boxes .row {
    margin: 0px
}
.buy-page-wrap .category-boxes .container-fluid {
    padding: 0px;
}
.search-bar .container-fluid { background: #fff;padding: 3px 0 3px 15px;height: 38px}
.buy-page-wrap .category-boxes .col-md-3 {
    padding: 0px;
}
.buy-page-wrap .category-boxes .category-box-inner {
    position: relative;
    overflow: hidden;
}
.buy-page-wrap .category-boxes .category-box-inner .hover-text {
    position: absolute;
    width: 100%;
    top: 42%;
    left: 0px;
}
.buy-page-wrap .category-boxes .category-box-inner .hover-text h4 {
    margin-top: 0;
}
.buy-page-wrap .category-boxes .category-box-inner .hover-text h4 a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.buy-page-wrap .category-boxes .category-box-inner:hover h4 a {
    transform: scale(1.1);
}
.live-section {
    padding: 60px 0;
    text-align: center
}
.live-section h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: normal;
    margin: 0 0 15px;
}
.live-section p {
    font-size: 16px;
    color: #000;
}
.live-section p a.regibtn {
    display: inline-block;
    padding: 6px 40px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    background: #ffe500;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.live-section p a.regibtn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.bottom-blue .paypal-logo img {
    width: 100%;
}
.bottom-blue .facility-list .col-md-2 {
    padding: 0px 10px;
}
.bottom-blue ul.facility-list {
    text-align: left;
    margin-top: 0px;
    list-style: none;
    padding: 0px;
}
.bottom-blue ul.facility-list li {
    width: 15%;
    float: left;
    margin-right: 12px;
}
.bottom-blue .facility-list img {
    float: left;
    margin-right: 5px;
}
.bottom-blue .facility-list p {
    line-height: 20px;
    margin-top: 5px;
}
.sell-page-wrap {
    background: #fff;
    text-align: center;
}
.sell-page-wrap .best-price-section {
    text-align: center;
    padding: 30px 0;
}
.sell-page-wrap .best-price-section p {
    color: #000;
    font-size: 14px;
    margin: 0 0 20px;
}
.sell-page-wrap .best-price-section h2 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: normal;
    margin: 0 0 15px;
}
.sell-page-wrap .best-price-section a.regibtn {
    display: inline-block;
    padding: 6px 40px;
    margin-top: 10px;
    color: #000;
    font-size: 20px;
    background: #ffe500;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.sell-page-wrap .best-price-section a.regibtn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.sell-page-wrap .sell-page-inner .pricing-features {
    margin: 50px 0 0;
}
.sell-page-wrap .sell-page-inner .pricing-features .pricing-box span {
    width: 50px;
    height: 50px;
    font-size: 32px;
    color: #000;
    padding: 8px;
    border-radius: 8px;
    background: #ffe500;
}
.sell-page-wrap .sell-page-inner .pricing-features .pricing-box h4 {
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.sell-page-wrap .sell-page-inner .pricing-features .pricing-box p {
    font-size: 14px;
    color: #000;
}
.live-section .btns-section {
    margin: 20px 0;
}
.live-section .btns-section a {
    padding: 10px 15px;
    border: 2px solid #000;
    color: #000;
    font-size: 14px;
    width: 16%;
    display: inline-block;
}
.sell-page-wrap .selling-services {
    padding: 30px 0;
    background: #023048
}
.sell-page-wrap .selling-services .selling-serv-box {
    text-align: center;
    margin-bottom: 30px;
}
.sell-page-wrap .selling-services span {
    font-size: 72px;
    color: #fff;
    display: block;
    line-height: 55px;
}
.sell-page-wrap .selling-services h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffd334;
    height: 36px;
}
.selling-steps {
    padding: 40px 0
}
.selling-steps .steps-box strong {
    width: 50px;
    height: 50px;
    font-size: 32px;
    color: #000;
    padding: 8px;
    border-radius: 100%;
    background: #ffe500;
    line-height: 36px;
    display: inline-block
}
.selling-steps .steps-box h4 {
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.selling-steps .steps-box p {
    font-size: 14px;
    color: #888888;
    padding: 0 15px;
}
.selling-services .owl-carousel {
    display: none!important
}
.account-info-inner .accountinfo-form-wrap textarea {
    width: 100%;
    padding: 5px 12px;
    height: 150px;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 10px #ccc;
    -webkit-box-shadow: inset 0px 0px 10px #ccc;
    box-shadow: inset 0px 0px 10px #ccc;
    background-color: transparent;
}
.account-info-inner .accountinfo-form-wrap .select-cusatom select {
    width: 100%;
    padding: 5px 12px;
    height: 45px;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-box-shadow: inset 0px 0px 10px #ccc;
    -webkit-box-shadow: inset 0px 0px 10px #ccc;
    box-shadow: inset 0px 0px 10px #ccc;
    background-color: transparent;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-transform: none;
}
.account-info-inner .accountinfo-form-wrap .select-cusatom select:focus,
.account-info-inner .accountinfo-form-wrap .select-cusatom option:focus,
.account-info-inner .accountinfo-form-wrap .select-cusatom select {
    outline: none
}
.account-info-inner .accountinfo-form-wrap .select-cusatom select {
    background-image: url("https://xikixi.com/skin/frontend/mercado/ecuador/css/data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}
.account-info-inner .accountinfo-form-wrap .select-cusatom select::-ms-expand {
    display: none;
}
.account-info-inner .accountinfo-form-wrap.seller-registration-form h3 {
    text-align: left
}
.account-info-inner .accountinfo-form-wrap.seller-registration-form p span {
    display: block;
    margin-bottom: 10px;
}
.account-info-inner .accountinfo-form-wrap.seller-registration-form p.multiple-select span {
    margin-bottom: 0px;
    padding: 2px 3px 5px
}
.account-info-inner .accountinfo-form-wrap.seller-registration-form .policy label {
    font-weight: normal!important
}
.account-info-inner .accountinfo-form-wrap.seller-registration-form label {
    font-weight: 600;
    text-align: left;
}
.productdeatil-page .product-reviewse {
    margin: 10px 0 10px 0;
    padding: 10px 30px 15px;
    float: none;
}


/*****************************ORDER DETAIL PAGE********************************/

.order-detail-page-wrap {
    padding: 30px 0;
    background: #fff;
}
.order-detail-page-wrap h3 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 10px;
    text-align: center
}
.order-detail-page-wrap h5 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0 0 30px;
    text-align: center
}
.order-detail-container .page-title  h3 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 10px;
    text-align: center;
    float: none;
}
.order-detail-container .page-title  h5 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0 0 30px;
    text-align: center ;float: none;
}

.order-detail-container .alert-box {
    background: #D7FCDB;
    padding: 10px;
    border: 1px solid #98DCA3;
    margin-bottom: 15px;
}
.order-detail-container .alert-box p {
    color: #000;
    margin-bottom: 0px;
}
.order-detailinner-list .contact-order-box {
    border: 1px solid #b2b2b2;
    padding: 8px;
    margin-bottom: 15px;
}
.order-detailinner-list .contact-order-box address{margin-bottom: 0; }
.order-detailinner-list .contact-order-box p {
    color: #000;
    margin-bottom: 5px;
}
.order-detailinner-list .contact-order-box hr {
    margin: 10px 0;
    border-top: 1px solid #ddd;
}
.order-detailinner-list .order-product-box {
    border: 1px solid #fed434;
    padding: 8px;
    margin-bottom: 15px;
}
.order-detailinner-list .order-product-box h4 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 10px;
    text-align: left
}
.order-detailinner-list .order-product-box p {
    color: #000;
    margin-bottom: 5px;
    font-size: 14px;
}
.order-detailinner-list .order-product-box .pro-detail {
    padding-top: 25px;
}
.order-detailinner-list .order-product-box .pro-img img {
    width: 100%;
}
.order-detailinner-list .btn-box ,.btn-box {
    text-align: center;
    margin-top: 26px;
}
.btn-box .separator{display: none;}
.order-detailinner-list .btn-box a {
    background: #ffe076;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    display: inline-block
}
 .btn-box a {
    background: #ffe076;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    display: inline-block
}
 .btn-box a.link-reorder{margin-right: 30px;}
.order-detailinner-list .btn-box a:hover,.btn-box a:hover {
    background: #fed434;
}
.order-detailinner-list .sub-total {
    text-align: right;
    display: none
}
.order-detailinner-list .sub-total p {
    color: #000;
}
.mobile-order-btn {
    text-align: center;
    display: none;
    background: #fff;
    margin-top: 10px;
    padding: 12px 0;
}
.mobile-order-btn a.order-mobile-show {
    background: #ffe300;
    color: #000;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    height: auto;
    width: 300px;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
}
.mobile-order-btn a.order-mobile-show:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}


/*****************************ADDRESS PAGE********************************/

.address-info-page-wrap {
    padding: 30px 0;
    background: #fff;
}
.address-info-page-wrap h3 {
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 20px;
    text-align: center
}
.address-blocks .address-blocks-inner {
    padding: 10px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
}
.address-blocks .address-blocks-inner p {
    color: #000;
}
.address-blocks .address-blocks-inner.yellow-border {
    border: 1px solid #ffc92b;
}
.address-blocks .address-blocks-inner .address-btns a {
    padding: 10px;
    color: #000;
    font-size: 16px;
    display: block;
    border-radius: 5px;
    text-align: center
}
.address-blocks .address-blocks-inner .address-btns a.select-btn {
    border: 1px solid #dec890;
    background: -moz-linear-gradient(91deg, rgba(253, 237, 173, 1) 0%, rgba(253, 245, 216, 1) 100%);
    /* ff3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 245, 216, 1)), color-stop(100%, rgba(253, 237, 173, 1)));
    /* safari4+,chrome */    
    background: -webkit-linear-gradient(91deg, rgba(253, 237, 173, 1) 0%, rgba(253, 245, 216, 1) 100%);
    /* safari5.1+,chrome10+ */    
    background: -o-linear-gradient(91deg, rgba(253, 237, 173, 1) 0%, rgba(253, 245, 216, 1) 100%);
    /* opera 11.10+ */    
    background: -ms-linear-gradient(91deg, rgba(253, 237, 173, 1) 0%, rgba(253, 245, 216, 1) 100%);
    /* ie10+ */    
    background: linear-gradient(359deg, rgba(253, 237, 173, 1) 0%, rgba(253, 245, 216, 1) 100%);
    /* w3c */    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdf5d8', endColorstr='#fdedad', GradientType=0);
    /* ie6-9 */
}
.address-blocks .address-blocks-inner .address-btns a.select-btn:hover {
    background: -moz-linear-gradient(91deg, rgba(253, 245, 216, 1) 0%, rgba(253, 237, 173, 1) 100%);
    /* ff3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(253, 237, 173, 1)), color-stop(100%, rgba(253, 245, 216, 1)));
    /* safari4+,chrome */    
    background: -webkit-linear-gradient(91deg, rgba(253, 245, 216, 1) 0%, rgba(253, 237, 173, 1) 100%);
    /* safari5.1+,chrome10+ */    
    background: -o-linear-gradient(91deg, rgba(253, 245, 216, 1) 0%, rgba(253, 237, 173, 1) 100%);
    /* opera 11.10+ */    
    background: -ms-linear-gradient(91deg, rgba(253, 245, 216, 1) 0%, rgba(253, 237, 173, 1) 100%);
    /* ie10+ */    
    background: linear-gradient(359deg, rgba(253, 245, 216, 1) 0%, rgba(253, 237, 173, 1) 100%);
    /* w3c */    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdedad', endColorstr='#fdf5d8', GradientType=0);
    /* ie6-9 */
}
.address-blocks .address-blocks-inner .address-btns a.nuevo-btn {
    border: 1px solid #cdcdcd;
    background: -moz-linear-gradient(91deg, rgba(231, 231, 231, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* ff3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(245, 245, 245, 1)), color-stop(100%, rgba(231, 231, 231, 1)));
    /* safari4+,chrome */    
    background: -webkit-linear-gradient(91deg, rgba(231, 231, 231, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* safari5.1+,chrome10+ */    
    background: -o-linear-gradient(91deg, rgba(231, 231, 231, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* opera 11.10+ */    
    background: -ms-linear-gradient(91deg, rgba(231, 231, 231, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* ie10+ */    
    background: linear-gradient(359deg, rgba(231, 231, 231, 1) 0%, rgba(245, 245, 245, 1) 100%);
    /* w3c */    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e7e7e7', GradientType=0);
    /* ie6-9 */
}
.address-blocks .address-blocks-inner .address-btns a.nuevo-btn:hover {
    background: -moz-linear-gradient(91deg, rgba(245, 245, 245, 1) 0%, rgba(231, 231, 231, 1) 100%);
    /* ff3.6+ */    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(231, 231, 231, 1)), color-stop(100%, rgba(245, 245, 245, 1)));
    /* safari4+,chrome */    
    background: -webkit-linear-gradient(91deg, rgba(245, 245, 245, 1) 0%, rgba(231, 231, 231, 1) 100%);
    /* safari5.1+,chrome10+ */    
    background: -o-linear-gradient(91deg, rgba(245, 245, 245, 1) 0%, rgba(231, 231, 231, 1) 100%);
    /* opera 11.10+ */    
    background: -ms-linear-gradient(91deg, rgba(245, 245, 245, 1) 0%, rgba(231, 231, 231, 1) 100%);
    /* ie10+ */    
    background: linear-gradient(359deg, rgba(245, 245, 245, 1) 0%, rgba(231, 231, 231, 1) 100%);
    /* w3c */    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e7e7e7', endColorstr='#f5f5f5', GradientType=0);
    /* ie6-9 */
}
.address-info-wrap .submitbtn {
    text-align: center;
    margin-top: 30px;
}
.address-info-wrap .submitbtn a {
    width: 300px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 8px 0;
    margin-bottom: 10px;
    text-decoration: none;
}
.address-info-wrap .submitbtn a.grey-btn {
    background: #eae7e7;
}
.address-info-wrap .submitbtn a.grey-btn:hover {
    background: #c6c6c6
}
.address-info-wrap .submitbtn a.yellow-btn {
    background: #fed434
}
.address-info-wrap .submitbtn a.yellow-btn:hover {
    background: #eec52b
}


/************************CART PAGE****************************/

.cart-page-wrap {
    background: #fff;
}
.cart-page-wrap .blue-bar {
    padding: 15px 0;
}
.cart-page-wrap .blue-bar h3 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    line-height: normal;
    margin: 0px;
    text-align: center
}
.cart-page-wrap .payment-butons .paypal-btns {
    text-align: right
}
.cart-page-wrap .payment-butons .paypal-btns img {
    width: 182px;
    margin-right: 8px;
}
.cart-page-wrap .payment-butons .paypal-btns a {
    background: #fed434;
    font-size: 18px;
    color: #000;
    padding: 15px 50px;
    border: 1px solid #fff;
    display: inline-block
}
.cart-page-wrap table.cart-table tr {
    border-bottom: 1px solid #ccc;
}
.cart-page-wrap table.cart-table tr td.pro-img {
    width: 15%;
    text-align: center
}
.cart-page-wrap table.cart-table tr td.pro-detail {
    width: 85%;
    vertical-align: middle;
}
.cart-page-wrap table.cart-table tr td.pro-detail h5 {
    margin-top: 0px;
}
.cart-page-wrap table.cart-table tr td.pro-detail h5 a {
    color: #019316;
    font-size: 15px;
    font-weight: 600;
}
.cart-page-wrap table.cart-table tr td.pro-detail p {
    color: #000;
}
.cart-page-wrap table.cart-table tr td.pro-detail .input-group {
    width: 10%;
    float: left
}
.cart-page-wrap table.cart-table tr td.pro-detail a.del {
    color: #7f7f7f;
    font-size: 18px;
    margin-left: 15px;
}
.cart-page-wrap table.cart-table tr td {
    padding:12px 8px 8px;
}
.cart-page-wrap table.cart-table tr td.pro-detail .input-group input {
    text-align: center
}
.cart-page-wrap .cart-page-inner-wrap p.relaod {
    padding: 0;
    color: #000;
    font-size: 16px;
    text-align: left;
}
.cart-page-wrap .cart-page-inner-wrap p.relaod a {
    float: right;
    color: #019316;
    display: none;
}
.cart-page-wrap .cart-page-inner-wrap .sub-total {
    text-align: right;
    padding: 10px 0;
}
.cart-page-wrap .cart .totals table#shopping-cart-totals-table {
    width: 100%;
}
.cart-page-wrap .cart .totals table#shopping-cart-totals-table tr td {
    padding: 8px;
    color: #000;
    font-size: 14px;
}
.cart-page-wrap .payment-butons .btn-proceed-checkout.btn-checkout {
    background: #fed434;
    font-size: 18px;
    color: #000;
    padding: 15px 0px;
    border: 1px solid #fff;
    display: inline-block;
}
.cart-page-wrap .payment-butons .btn-proceed-checkout.btn-checkout:hover { background: #ffdb57}

.cart-page-wrap .sub-total .btn-update {
   background: #eae7e7;
    font-size: 12px;
    color: #000;
    padding: 6px 0px;
    border: 1px solid #fff;
    display: inline-block;
    float: left;
}

.cart-page-wrap .sub-total .btn-update span {
    display: block;
    background: no-repeat;
    height: auto;
    font-size: 12px;
    box-shadow: none;
    border: none;
    color: #000
}
.cart-page-wrap .payment-butons .btn-proceed-checkout.btn-checkout span {
    display: block;
    background: no-repeat;
    height: auto;
    font-size: 18px;
    box-shadow: none;
    border: none;
    color: #000;    font-weight: normal;

}
.cart-page-wrap .cart-page-inner-wrap .sub-total p {
    color: #000;
    font-size: 16px;
}
.cart-page-wrap .cart-page-inner-wrap .sub-total p b {
    font-size: 18px;
}


/********************Pop up***********************/

.login-page-wrap {
    background: #fff;
    padding: 30px 0
}
.login-page-wrap .login-page-inner h3 {
    font-size: 30px;
    font-weight: normal;
    color: #000;
    line-height: normal;
    margin: 0 0 30px;
    text-align: center;
}
.login-page-wrap .login-page-inner p {
    margin: 0 0 15px;
}
.login-page-wrap .login-page-inner input {
    width: 100%;
    padding: 5px 12px;
    height: 40px;
    background: #ffff;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px
}
.login-page-wrap .login-page-inner input:focus {
    outline: none
}
.login-page-wrap .login-page-inner input.submit-btn {
    background: #ffe300;
    height: auto;
    padding: 7px;
    text-align: center;
    color: #3c3930;
    font-size: 26px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    ;
}
.login-page-wrap .login-page-inner input.submit-btn:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#osx-overlay {
    background: none;
}
#osx-container {
    box-shadow: none;
    height: auto!important;
    border-radius: 0px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, 0.4);
}

#osx-container #osx-modal-content {
    border-radius: 0px;
    padding: 0px;
}
#osx-container #osx-modal-data {
    padding: 0;
    border-radius: 0px;
}
#osx-container #osx-modal-content #rform {
    padding: 0px;
}
#osx-container #osx-modal-content .close a {
    padding: 5px 9px 0;
}
#osx-container #osx-modal-data ul li label {
    color: #000
}
#osx-container #osx-modal-data .content h3,
#osx-container #osx-modal-content h2 {
    font-size: 30px;
    font-weight: normal;
    color: #999999;
    line-height: normal;
    margin: 0px 0 10px;
    text-align: center;
    font-style: italic;
    font-family: inherit;
}
#osx-container #osx-modal-data #login-form a {
    color: #000;
}
#osx-container #osx-modal-data input {
    width: 100% !important;
    padding: 5px 12px;
    height: 38px;
    background: #fff;
    color: #000;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0px;
}
#osx-container {
    position: fixed!important;
    left: 50%!important;
    transform: translate(-50%, 0)!important;
}
#osx-container #osx-modal-data .required {
    font-size: 14px;
}
#osx-container #osx-modal-data #rform .buttons-set {
    padding: 10px 0 0px;
    border-top: 1px solid #e4e4e4;
    border-bottom: none;
}
#osx-container #osx-modal-data .policy {
    text-align: left;
}
#osx-container #osx-modal-data button {
    background: #ffe300;
    height: auto;
    padding: 7px;
    text-align: center;
    color: #3c3930;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 0px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#osx-container #osx-modal-data button:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.login-page-wrap .login-page-inner input.submit-btn:focus {
    border: none
}
.login-page-wrap .login-page-inner p {
    font-size: 14px;
    color: #000;
}
.login-page-wrap .login-page-inner p span.reqiured {
    float: right;
    color: #e81300
}
.login-page-wrap .login-page-inner p.new-register {
    text-align: center
}
.login-page-wrap .login-page-inner p.new-register a {
    font-weight: 600;
    color: #000
}
.login-page-wrap .login-page-inner p.new-register a:hover {
    text-decoration: underline
}
.login-page-wrap .modal-header {
    border-bottom: none
}
.login-page-wrap .modal-sm {
    width: 340px;
    margin: 10px auto
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, 0.4)
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content h4.modal-title {
    font-size: 34px;
    font-weight: normal;
    color: #999999;
    line-height: normal;
    margin: 0px;
    text-align: center;
    font-style: italic
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content p {
    font-size: 14px;
    color: #000;
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content form input {
    width: 100%;
    padding: 4px 8px;
    height: 35px;
    background: #ffff;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content form input:focus {
    outline: none
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content form input.save-address {
    background: #ffe300;
    height: auto;
    font-size: 18px;
    color: #000;
    padding: 8px 0;
    border: none;
    margin-bottom: 0px;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    ;
}
.address-info-page-wrap #addadreess .modal-dialog .modal-content form input.save-address:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.account-info-page-wrap #passreset .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, 0.4)
}
.account-info-page-wrap #passreset .modal-dialog .modal-content h4.modal-title {
    font-size: 34px;
    font-weight: normal;
    color: #999999;
    line-height: normal;
    margin: 0px;
    text-align: center;
    font-style: italic
}
.account-info-page-wrap #passreset .modal-dialog .modal-content p {
    font-size: 14px;
    color: #000;
}
.aaccount-info-page-wrap #passreset .modal-dialog .modal-content input {
    width: 100%;
    padding: 4px 8px;
    height: 35px;
    background: #ffff;
    color: #000;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 0px
}
.account-info-page-wrap #passreset .modal-dialog .modal-content input:focus {
    outline: none
}
.account-info-page-wrap #passreset .modal-content input.save-address {
    background: #ffe300;
    height: auto;
    font-size: 18px;
    color: #000;
    padding: 8px 0;
    border: none;
    margin-bottom: 0px;
    text-decoration: none;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    ;
}
.account-info-page-wrap #passreset .modal-content input.save-address:hover {
    background: #000;
    color: #ffe300;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.login-page-wrap .modal-dialog .modal-content {
    box-shadow: none;
    border-radius: 0px;
    border: 8px solid;
    border-color: rgba(0, 0, 0, 0.4)
}
.inner-page.modal-open .modal-backdrop {
    background: none
}
.login-page-wrap .modal-dialog .modal-content form.sign-in .new-register a {
    color: #d6bd00
}
.login-page-wrap .modal-dialog .modal-content form.sign-in p {
    margin-bottom: 7px;
}
.login-page-wrap .modal-dialog .modal-content form.sign-in p input {
    border-radius: 0
}
.login-page-wrap .modal-dialog .modal-content form.sign-in .policy label {
    font-size: 12px;
    font-weight: 600;
    color: #000
}
.login-page-wrap .modal-dialog .modal-content form.sign-in input.submit-btn {
    font-size: 18px;
}
.login-page-wrap .modal-dialog .modal-content form.invite-frnd-frm {} .login-page-wrap .modal-dialog .invite-frnd h4 {
    text-align: center;
    font-size: 40px;
    color: #000;
    margin: 12px 0;
    font-weight: 600;
}
.login-page-wrap .modal-dialog .invite-frnd p {
    text-align: center;
    font-size: 16px;
    color: #000;
}
.login-page-wrap .modal-dialog .invite-frnd .modal-header {
    border-bottom: 1px solid #e5e5e5;
}
.login-page-wrap .modal-dialog .modal-content form.invite-frnd-frm input.submit-btn {
    float: right;
    width: auto;
    padding: 5px 12px;
}


/*******************Product Page**************************/

.breadcrum {
    padding: 15px 0;
    margin: 10px 0;
    background: #fff;
    text-align: left;
    border: none;
}
.breadcrum p.breadcrum-list {
    margin: 0px;
    color: #000;
}
.breadcrum p.breadcrum-list a {
    margin-right: 10px;
    text-transform: capitalize;
    color: #000;
    font-weight: normal;
}
.breadcrum p.breadcrum-list a:hover{text-decoration: underline;}
.singleproduct-detail-section {
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.singleproduct-detail-section .product-img #carousel ul li {
    float: none !important;
    margin-bottom: 10px;
}
.singleproduct-detail-section .jcarousel-skin-tango li img.zoom-image {
    border: 1px solid #333;
    padding: 2px;
}
.singleproduct-detail-section .product-img .col-xs-2 {
    padding: 0px;
}
.singleproduct-detail-section .product-img .col-md-2 {
    padding: 0px;
}
.singleproduct-detail-section .product-img .col-xs-10 .main-image img {
  height: auto;
  width: 100%;
}
.singleproduct-detail-section .product-cat-brad {
    margin: 15px 0;
    font-weight: 600;
}
.singleproduct-detail-section .product-cat-brad a {
    color: #000;
    font-weight: normal;
}
.singleproduct-detail-section .product-cat-brad a:hover {
    text-decoration: underline;
}
.singleproduct-detail-section .product-detail {
    text-align: left;
}
.singleproduct-detail-section .product-detail h2.pro-title {
    font-size: 24px;
    margin: 0 0 10px;
    color: #000;
}
.singleproduct-detail-section .product-detail p.pro-rate {
    font-size: 12px;
    color: #000;
}
.singleproduct-detail-section .product-detail p.pro-rate i {
    color: #f1b602;
    font-size: 16px;
}
.singleproduct-detail-section .product-detail .pro-price-sec h1 span.price {
    color: #ff4907;
    font-weight: 600;
    font-size: 32px;
}
.singleproduct-detail-section .product-detail  .addtocontp p span, .singleproduct-detail-section .product-detail .pro-price-sec p {
    font-size: 14px;
    color: #000;
}
.singleproduct-detail-section .product-detail  p.none-info{display: none;}

.singleproduct-detail-section .product-detail .pro-price-sec p b {
    color: #000
}
.singleproduct-detail-section .product-detail .pro-price-sec p strong {
    display: block;
    color: #000;
}
.singleproduct-detail-section .product-detail .pro-price-sec .bootstrap-select .btn:hover {
}
background: none;
.singleproduct-detail-section .product-increment-box .update-cart {
    border: 1px solid #B8E821;
    padding: 15px;
    border-radius: 15px; margin-bottom: 10px;
}

.product-increment-box  .like-socail a{margin: 0 5px;}
.singleproduct-detail-section .product-increment-box .update-cart button.btn-cart {
    background: #ffd334;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border: none;
    box-shadow: none;
}

#block_shipping .padding-none,#block_shipping { padding-bottom: 0px; margin-bottom: 0px; }
.singleproduct-detail-section .product-increment-box .update-cart button.btn-cart:hover {
    background: #f7e653
}
.singleproduct-detail-section .product-increment-box .update-cart p {
    color: #000;
    font-size: 14px;
    text-align: center;
}
.singleproduct-detail-section .product-increment-box .update-cart .input-group {
    width: 130px
}
.singleproduct-detail-section .product-increment-box .update-cart .input-group input.input-number {
    text-align: center;
}
.singleproduct-detail-section .product-increment-box p.like-socail {
    text-align: right;
    margin: 10px 0;
    color: #000;
}
.singleproduct-detail-section .product-increment-box p.like-socail a img {
    width: 25px;
    margin-left: 10px;
}
.singleproduct-detail-section .smilyface {
    margin-top: 30px;
}
.singleproduct-detail-section .smilyface .arrow_box {
    position: relative;
    background: #e6e9f0;
    border: 1px solid #d5d6db;
    float: left;
    margin-top: 28px;
    padding: 10px 25px;
    border-radius: 8px;
    margin-right: 22px;
}
.singleproduct-detail-section .smilyface .arrow_box h4 {
    color: #4b536a
}
.singleproduct-detail-section .smilyface .arrow_box:after,
.arrow_box:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.singleproduct-detail-section .smilyface .arrow_box:after {
    border-color: rgba(230, 233, 240, 0);
    border-left-color: #e6e9f0;
    border-width: 20px;
    margin-top: -20px;
}
.singleproduct-detail-section .smilyface .arrow_box:before {
    border-color: rgba(213, 214, 219, 0);
    border-left-color: #d5d6db;
    border-width: 21px;
    margin-top: -21px;
}
.singlepro-tab-section {
    margin-bottom: 10px;
    background: #fff;
}
.singlepro-tab-section ul.tablist {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.singlepro-tab-section ul.tablist li {
    display: inline-block;
    margin-right: 15px;
}
.singlepro-tab-section ul.tablist li a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid transparent;
    padding: 12px 0;
    display: block;
}
.singlepro-tab-section ul.tablist li a:hover,
.singlepro-tab-section ul.tablist li a.active {
    border-bottom: 2px solid #fec92b
}
.singlepro-tab-content {
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}
.singlepro-tab-content h2 {
    border-bottom: 2px solid #efefef;
    color: #000;
    font-size: 22px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
}
.singlepro-tab-content h3 {
    border-bottom: 2px solid #efefef;
    color: #000;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
}
.singlepro-tab-content p {
    font-size: 14px;
    color: #000;
}
.product-tabs-content .comments_sendtence ul.feature-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-tabs-content .comments_sendtence ul.feature-list li {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    margin-left: 0px;
}
.product-tabs-content.comments_sendtence ul.feature-list li:after {
    clear: both;
    display: table;
    content: " ";
}
.product-tabs-content .comments_sendtence ul.feature-list li img {
    margin-right: 10px;
    float: left;
}
.product-tabs-content .product-rate {
    text-align: left;
}
.singlepro-tab-content .product-rate ul li {
    width: 420px;
    max-width: 100%;
    color: #000;
    font-size: 14px;
}
.singlepro-tab-content .product-rate ul li p {
    float: left;
    margin-right: 20px;
    color: #000;
    font-size: 14px;
}
.singlepro-tab-content .product-rate ul li .progress {
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 0px;
}
.singlepro-tab-content .product-rate ul li .progress .progress-bar {
    background: #f7d452
}
.productdeatil-page .comment-btns .button {
    display: block;
    line-height: normal;
    height: auto;
    opacity: 1;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 0px;
}
.productdeatil-page section {
    padding-bottom: 20px;
    background: #fff;
}
.productdeatil-page .product-rate div {
    padding-left: 0px;
}
.productdeatil-page .product-rate div.userinfo {
    text-align: left;
    margin-top: 15px;
    color: #000;
}
.productdeatil-page .product-rate span {
    text-align: left;
    color: #000
}
.productdeatil-page .product-rate span.vaue {
    height: 20px;
}
.productdeatil-page .product-rate span.title-rate {
    width: 200px;
}
.productdeatil-page .comment-btns h3.h3seo {
    display: block;
    line-height: normal;
    height: auto;
    opacity: 1;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background: #efefef
}
.productdeatil-page .comment-btns .yellow {
    background: #ffd334
}
.productdeatil-page .comment-btns .yellow:hover {
    background: #f7e653
}
.productdeatil-page .progress-rate-block {
    padding-bottom: 15px;
    border-bottom: 2px solid #efefef;
}
.productdeatil-page .user-comments {
    padding: 0px 20px 20px 20px;
    text-align: left;
}


#block_vendor { display: none !important}
.block_about_imosver, .product-view-iconsmore, .product-view-iconsmore li {
    float: left;
    width: 100%;
}
.product-view-iconsmore {
    margin-top: 15px;
}
.product-view-iconsmore li {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-view-iconsmore .imageleft {
    width: 10%;
    float: left;
    margin-right: 10px;
}
.product-view-iconsmore .imageleft img {
    width: 70%;
    margin-top: 10px;
}
.product-view-iconsmore .contentright {

    float: left;
    text-align: left;
}
.product-view-iconsmore .contentright .pfirst {
    font-size: 16px;
}
.product-view-iconsmore .contentright .tfirst {
    margin-top: 20px;
}
.product-view-iconsmore .contentright .tfirst a{
    color: #2e6ce9;
}
.product-view-iconsmore li.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
#block_reviewse .h2seo {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-top: 15px;
}
#block_reviewse .h2seo span {
    width: 100%;
    min-height: 46px; 
    line-height: 46px;
    background: #d7f0d8;
    float: left;
    padding-left: 20px;
    border-radius: 5px;
}

.productdeatil-page .user-comments .itemrw {
    font-size: 14px;
    color: #000
}
.productdeatil-page .user-comments .content-rw {
    font-size: 14px;
    color: #000;
    margin: 0 0 10px 0;
}
.productdeatil-page .user-comments .itemrw {
    margin-bottom: 15px;
}
.productdeatil-page .user-comments .itemrw .topb1 .authorrw,
.productdeatil-page .user-comments .itemrw .date {
    font-size: 14px;
}
.productdeatil-page .user-comments .title-cmt h3 {
    border: none;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
}
.productdeatil-page .user-comments .itemrw .topb1 {
    margin: 0 0 10px;
}
.border-box {
    width: 100%;
    border: 1px solid #efefef;
    margin: 10px 0;
}
.singlepro-tab-content .user-comments p i {
    color: #f1b602;
    font-size: 16px;
}
.productdeatil-page .payment-section img {
    max-width: 100%
}
.productdeatil-page .payment-section .prote_title {
    margin-top: 0px;
}
.productdeatil-page .payment-section .comment-btns .prote_title {
    margin: 0px;
    display: inline-block;
    min-width: 420px;
    padding: 15px 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.productdeatil-page .footerrw {
    color: #000;
    font-size: 14px;
    border-top: 1px solid #efefef;
    padding: 10px 0;
    float: none;
    height: auto;
}
.productdeatil-page .product-reviewse .footerrw a {
    color: #000
}
.productdeatil-page {
    color: #000
}
.owl-wrapper-outer .owl-item .item h2 a {
    border: none;
}
.productdeatil-page .product_about_imosver .block-title {
    border: none;
    text-align: left;
}
.productdeatil-page .product_about_imosver .block-title h3 {
    border-bottom: 1px solid #efefef;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
}
.productdeatil-page .graphsection {
    text-align: left;
}
.statistics_block .graphsection .statistics_rate {
    border-bottom: none;
    clear: both;
    margin-bottom: 0;
    padding-left: 0px;
    height: 140px;
    text-align: center;
}
.productdeatil-page .product-tabs {
    border-bottom: 10px solid #efefef;
}
.productdeatil-page .graphsection .block-title {
    border: none;
    text-align: left;
}
.productdeatil-page .graphsection .block-title h3 {
    border-bottom: 1px solid #efefef;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
}
.productdeatil-page .payment-section {
    padding-top: 15px;
    text-align: left;
}
.productdeatil-page .payment-section .comment-btns {
    margin-bottom: 15px;
}
.productdeatil-page .payment-section .comment-btns a strong {
    color: #068c1d
}
.productdeatil-page .payment-section .comment-btns .prote_title.grey {
    background: #efefef
}
.productdeatil-page .payment-section .comment-btns .prote_title.yellow {
    background: #ffd334
}
.productdeatil-page .payment-section .comment-btns .prote_title.yellow:hover {
    background: #f7e653
}
.productdeatil-page .payment-section p {
    color: #000;
}
.store-location {
    text-align: left;
}
.shipping_block .store-location .map_title {
    margin-bottom: 0px;
}
.productdeatil-page .store-location .block-title {
    border: none;
    text-align: left;
}
.productdeatil-page .store-location .block-title h3 {
    border-bottom: 1px solid #efefef;
    color: #000;
    font-size: 18px;
    padding: 0 0 10px;
}
.shipping_block .store-location .content_info {
    margin: 0px 0 10px 0;
    padding: 0px;
    border: none;
}
.shipping_block .store-location .content_info h3 {
    border-bottom: none;
    color: #000;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 10px;
}
.store-location h3,
.graphsection h3 {
    border: none;
}
.store-location .noticebar {
    background: #efefef;
}
.store-location .noticebar img {
    width: 50px;
    margin-right: 4px;
}
.store-location .noticebar p {
    line-height: 42px;
}
.store-location .comment-btns {
    margin-bottom: 20px;
}
.store-location .comment-btns a {
    display: inline-block;
    margin-right: 10px;
}
.product-increment-box .add-to-cart label {
    float: none;
    display: block;
    color: #000;
    font-size: 14px;
    text-align: left;
}
.product-tabs-content {
    text-align: left;
}
.product-reviewse .title-review h2,
.product-tabs-content h2.product_revendor,
.product-tabs-content h3,
.product-tabs-content .category_title {
    border-bottom: 2px solid #efefef;
    color: #000;
    font-size: 18px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    text-align: left;
}
.product-reviewse .title-review {
    border: none;
    padding: 0px;
    margin: 0px;
}
.product-tabs-content .std,
.product-tabs-content .category_info {
    color: #000
}
.product-tabs-content .std p{text-align: left!important;}
.productdeatil-page .payment-section .comment-btns .customer {
    background: #efefef;
    margin: 0px;
    display: inline-block;
    min-width: 420px;
    padding: 15px 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
}
.productdeatil-page .payment-section .comment-btns .button {
    background: #ffd334;
    margin: 0px;
    display: inline-block;
    min-width: 420px;
    padding: 15px 50px;
    text-align: center;
    color: #000;
    font-size: 16px;
    width: auto;
}
.productdeatil-page .payment-section .comment-btns .button:hover {
    background: #f7e653
}
.productdeatil-page .footerrw {
    color: #000;
    font-size: 14px;
    border-top: 1px solid #efefef;
    padding: 10px 0
}
.productdeatil-page .footerrw a {
    color: #000
}
.account-info-inner .file-up .input-group span button.browse {
    background: #efefef;
    color: #000;
}


/***************CHART CSS****************/

.my-chart-wrap ul.chartcustom {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.my-chart-wrap ul.chartcustom li {
    display: inline-block;
    position: relative;
    background: #fff;
    width: 200px;
    min-height: 100px;
    margin-right: 20px;
}
.my-chart-wrap ul.chartcustom li:last-child {
    margin-right: 0px;
}
.my-chart-wrap ul.chartcustom li span {
    position: absolute;
    display: block;
    width: 100%;
    background: #fdeca7;
    bottom: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.my-chart-wrap ul.chartcustom li span small {
    margin-top: -17px;
    display: block;
    color: #000;
}
.progressgraph {
    width: 665px;
    text-align: center;
    margin: 0 auto;
}
.progressgraph .progress-bar-vertical {
    width: 200px;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-justify-content: flex-end;
    /* Safari */    
    -webkit-align-content: flex-end;
    /* Safari */    
    -webkit-align-items: flex-end;
    /* Safari */    
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: end;
    -webkit-justify-content: end;
    /* Safari */    
    -webkit-align-content: end;
    /* Safari */    
    -webkit-align-items: end;
    /* Safari */    
    -moz-align-items: end;
    -webkit-align-items: end;
    -ms-align-items: end;
    margin-right: 20px;
    float: left;
    margin-bottom: 0px;
    border: none;
    background: none;
    border-radius: 0px;
    box-shadow: none;
}
.progressgraph .progress-bar-vertical .sr-only {
    color: #000;
    font-size: 14px;
}
.progressgraph .progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
    -webkit-transition: height 0.6s ease;
    -o-transition: height 0.6s ease;
    transition: height 0.6s ease;
    background: #fdeca7;
}
.progressgraph .progress-bar-vertical .progress-bar {
    position: relative;
}
.progressgraph .progress-bar-vertical .progress-bar span {
    position: absolute;
    top: -20px;
    left: 0px;
    display: block;
    text-align: center;
    width: 100%;
    color: #000
}
.singlepro-tab-content ul.infolist {
    list-style: none;
    padding: 0px;
}
.productdeatil-page .statistics_block .last_activity ul li {
    background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/list-yellow.png) left 4px no-repeat;
    list-style: none;
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 24px;
    color: #5a5a5a
}
.mobile-pro-header-title {
    display: none;
}
.mobile-pro-header-title h2.pro-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000;
}
.mobile-pro-header-title p.pro-rate {
    font-size: 12px;
    color: #000;
}
.mobile-pro-header-title p.pro-rate i {
    color: #f1b602;
    font-size: 16px;
}
.map-block iframe {
    pointer-events: none;
    position: relative;
    /* IE needs a position other than static */
}
.map-block iframe.clicked {
    pointer-events: auto;
}
.productdeatil-page .blue-bar {
    padding: 6px 0;
}
.productdeatil-page .blue-bar ul.facility-list {
    margin-bottom: 0px;
    margin-top: 4px;
}
.productdeatil-page .blue-barproductview {
    padding: 6px 0;
    background: #242b45;
    min-height: 70px
}
.productdeatil-page .blue-barproductview ul.facility-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 81%;
    float: left;
}
.productdeatil-page .blue-barproductview ul.facility-list li {
    display: inline-block;
    width: 16%;
    margin-top: 9px;
}
.productdeatil-page .blue-barproductview ul.facility-list li img {
    width: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.productdeatil-page .blue-barproductview ul.facility-list li p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.productdeatil-page .blue-barproductview .paypal-logo {
    float: right;
    width: 217px;
    text-align: right;
}
.productdeatil-page .blue-barproductview .paypal-logo img {
    width: 100%;
}
.blue-barproductview {
    padding: 6px 0;
    background: #242b45;
    min-height: 70px;
    text-align: left;
}
.blue-barproductview ul.facility-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 81%;
    float: left;
}
.blue-barproductview ul.facility-list li {
    display: inline-block;
    width: 15%;
    margin-top: 9px;
}
.blue-barproductview.buy-bluebar ul.facility-list li {
  float: left;
}
.blue-barproductview ul.facility-list li img {
    width: 30px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.blue-barproductview ul.facility-list li p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.blue-barproductview .paypal-logo {
    float: right;
    width: 217px;
    text-align: right;
}
.blue-barproductview .paypal-logo img {
    width: 100%;
}
.dropdown.catogory,
.dropdown.location-menu,
.dropdown.user.usermenu,
.dropdown.cart.small-cart-menu {
    display: block !important;
}

  li.location-menu ul#dropdown-mulocation{
   display: none;
  }




.header-main .navbar-wrapper .navbar .left-navigation li.open a.cat,
.header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
.header-main .navbar-wrapper .navbar .left-navigation li a.location:hover,
.header-main .navbar-wrapper .navbar .left-navigation li.open a.location {
    background: #383838;
    color: #fff
}
.header-main .navbar-wrapper .navbar .right-navigation li:hover > a,
.header-main .navbar-wrapper .navbar .left-navigation li:hover > a {
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu:hover > a{
    border-right: 0;
    border-left: 1px solid #fff;
}

.header-main .navbar-wrapper .navbar .right-navigation li:hover span.hideborder,
.header-main .navbar-wrapper .navbar .left-navigation li:hover span.hideborder {
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    background: #ffd435;
    float: left;
    margin-bottom: -3px;
    z-index: 99999;
    position: relative;
}

.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu:hover span.hideborder{
    float: right;
    background: #232f3e;
}
.navbar .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*-------------------------- RESPONSIVE CSS ------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */    
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

@media all and (max-width: 1920px) and (min-width: 1600px) {
    .sellerlogin-form-wrap {
        width: 450px;
        margin: 0 auto
    }
}

@media (max-width: 1670px) {
.top-cat-section .smallbanner ul li{margin:6px 4px;width: 32.64%;}}


@media (max-width: 1600px) {
       .logo .navbar-brand img {
        margin: 0 auto;
    }
}
@media (max-width: 1580px) {
.top-cat-section .smallbanner ul li{margin:4px;width: 32.5%;}}
@media (max-width: 1536px) {
    .bottom-blue ul.facility-list {
        margin-top: 10px;
    }
}

@media (max-width: 1380px) {
    .home-slider .fill {
        background-position: center center;
    }
   .product-loop-section ul.productlist li.item h2.product-name a{ font-size: 15px;
}
    
}
@media (min-width: 1280) {
    .home-slider .carousel-inner {
        height: 100%;
    }}
@media (max-width: 1280px) {
    .top-cat-section .smallbanner ul li{margin:4px;width: 32.4%;}
    .bottom-blue .facility-list img {
        width: 22%;
    }
    .bottom-blue .facility-list p {
        line-height: 16px;
        margin-top: -1px;
        font-size: 14px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li a {
        padding: 13px 10px;
    }
    .productdeatil-page .blue-barproductview ul.facility-list {
        width: 85%;
    }
    .productdeatil-page .blue-barproductview .paypal-logo {
        float: right;
        width: 130px;
        text-align: right;
    }
    .productdeatil-page .blue-barproductview .paypal-logo img {
        width: 100%;
    }
    .blue-barproductview ul.facility-list {
        width: 85%;
    }
    .blue-barproductview .paypal-logo {
        float: right;
        width: 130px;
        text-align: right;
    }
    .blue-barproductview .paypal-logo img {
        width: 100%;
    }
    .productdeatil-page .blue-barproductview .paypal-logo img {
        margin-top: 12px;
    }
    .blue-barproductview .paypal-logo img {
        margin-top: 12px;
    }
}

@media (max-width: 1200px) {
    .owl-wrapper-outer .owl-item .item h2 a {
        font-size: 14px;
    }
    .bottom-blue ul.facility-list {
        margin-top: 4px;
    }
    .bottom-blue ul.facility-list li:nth-child(1) {
        display: none
    }
    .bottom-blue ul.facility-list li {
        width: 17%;
    }
.product-loop-section ul.productlist li.item h2.product-name a{ font-size: 14px;
}

}

@media all and (max-width: 1200px) and (min-width: 992px) {
    .product-loop-section ul.productlist li.col-md-3:nth-child(5n),
    .product-loop-section ul.productlist li.col-md-3:last-child {
        display: none;
    }
}

@media (max-width: 1180px) {.top-cat-section .smallbanner ul li{margin:4px;width: 32.3%;}
.search-bar .searchautocomplete .nav{width: 93%;}

}
@media (max-width: 1050px) {.top-cat-section .smallbanner ul li{margin:4px;width: 32.2%;}}
@media (max-width: 1024px) {
    .live-section .btns-section a {
        width: 230px;
    }
}

@media all and (max-width: 1200px) and (min-width: 980px) {
    .singleproduct-detail-section .product-increment-box p.like-socail a img {
        margin-left: 2px;
    }
}

@media all and (max-width: 1100px) and (min-width: 1000px) {.header-main .navbar-wrapper .navbar .left-navigation li a {
    padding: 13px 7px;}
}
@media (max-width: 1024px) {} 
@media (min-width: 1000px) {
    .header-main .navbar-wrapper .navbar .left-navigation li.dropdown:hover ul.dropdown-menu.multi-level,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu:hover ul.dropdown-menu,
    .header-main .navbar-wrapper .navbar .right-navigation li.dropdown:hover ul.dropdown-menu,	
    .header-main .navbar-wrapper .navbar .left-navigation li.dropdown:hover ul.dropdown-menulocation,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu:hover ul.dropdown-menulocation
    {
        display: block;
    }

.header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul.dropdown-menulocation {position: absolute; left: 0; text-align: left;}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu:hover ul.dropdown-menulocation  { display: block!important; }






}

@media (max-width: 1000px) {

.header-main .navbar-wrapper .navbar .left-navigation .navbar-nav .dropdown.catogory ul li ul.lastlv{top: 0px!important; left: 168px!important;}
.header-main .navbar-wrapper .navbar .left-navigation li.location-menu.open  a.mobile.location {background:none;
    color: #000;}
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu.openloc  a.mobile.location {
        background:#383838;
    color: #fff;}




    .header-main .navbar-wrapper .navbar .right-navigation li a.carth small {
    right: 18px;
    top: -13px;
   
}
    .top-cat-section .smallbanner ul li {    margin: 4px;    width: 48.9%;}
    .top-cat-section .smallbanner ul li:last-child{display: none;}
    .relatedproducty-section .owl-carousel .owl-controls .owl-buttons {
        display: none
    }
    .owl-wrapper-outer .owl-item .item h2 a {
        padding: 10px 12px 0;
    }
    .header-main .navbar-wrapper .navbar li a.mobile {
        font-size: 0px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth b.q-num {
        font-size: 16px;
        right: 17px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth:hover,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac:hover {} .header-main .navbar-wrapper .navbar .right-navigation li a.userac i,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth i {
        margin-left: 0px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location:hover {} .header-main .navbar-wrapper .navbar .left-navigation li a.location i,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat i {
        margin-right: 0px;
    }
    .top-cat-section .col-md-4:last-child {
        display: none
    }
    .flags-wrapper ul.flag-list li a img {
        width: 30px;
    }
    .flags-wrapper ul.flag-list li {
        margin: 0 4px;
    }
    .bottom-blue .facility-list {
        text-align: center
    }
    .bottom-blue .facility-list img {} .bottom-blue .facility-list p {} .bottom-blue .paypal-logo img {
        margin-top: 0px;
    }
    .navbar .navbar-collapse ul.navbar-nav {
        float: none;
    }
    .header-main .navbar-wrapper .navbar span.hide-mobile {
        display: none!important;
    }
    .header-main .navbar-wrapper .navbar .left-navigation {
        padding-left: 0px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation {
        padding-right: 0px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu {
        width: 50px;
        height: 50px;
        float: left;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu a.location,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu a.carth {
        display: block;
        padding: 0px;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 57px;
    }
    .logo .navbar-brand img {
        width: 171px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory a.cat i,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu a.location i,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu a.userac i,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu a.carth i {
        float: none;
        font-size: 22px !important;
        line-height: 52px !important;
    }
    .singlepro-tab-content .comment-btns a.grey {
        margin-top: 20px;
    }
	.header-main .navbar-wrapper .navbar .left-navigation li.open a,  .header-main .navbar-wrapper .navbar .left-navigation li.open a {

    color: #fff;
}
	
}

@media (max-width: 991px) {
    .mobile-pro-header-title {
        display: block;
        text-align: left;
        margin-bottom: 10px;
    }
    .singleproduct-detail-section .smilyface,
    .desktop-pro-header-title {
        display: none;
    }

    .cart-page-wrap .sub-total .btn-update{float: none;}
}

@media (max-width: 980px) {
    .bottom-blue .paypal-logo img {
        margin-top: 0;
    }
    .cart-page-wrap .row {
        margin: 0px;
    }
    .bottom-blue ul.facility-list li:nth-child(2),
    .bottom-blue ul.facility-list li:nth-child(3) {
        display: none
    }
    .bottom-blue ul.facility-list li {
        width: 30%;
    }
    .singlepro-tab-section ul.tablist li {
        margin-right: 5px;
    }
    .productdeatil-page .blue-barproductview ul.facility-list li {
        width: 19%
    }
    .productdeatil-page .blue-barproductview ul.facility-list li:nth-child(6) {
        display: none;
    }
    .productdeatil-page .blue-barproductview .paypal-logo img {
        margin-top: 8px;
        width: 100%;
    }
    .productdeatil-page .blue-barproductview ul.facility-list {
        width: 82%;
    }
    .blue-barproductview ul.facility-list li {
        width: 19%
    }
    .blue-barproductview ul.facility-list li:nth-child(6) {
        display: none;
    }
    .blue-barproductview .paypal-logo img {
        margin-top: 8px;
        width: 100%;
    }
    .blue-barproductview ul.facility-list {
        width: 82%;
    }
    .comment-btns,
    .product-increment-box,
    .singleproduct-detail-section .product-detail {
        clear: both;
    }

    .buy-page-inner .pricing-features .pricing-box{margin-bottom:20px;}
    .buy-page-inner .pricing-features{margin: 40px 0 10px;}
}
@media (max-width: 920px) {
    .top-cat-section .smallbanner ul li {    margin: 4px;    width: 48.5%;}}

@media all and (max-width: 1024px) and (min-width: 769px) {
    .productdeatil-page .blue-barproductview ul.facility-list li p {
        font-size: 11px;
    }    .productdeatil-page .blue-barproductview ul.facility-list li 
    {margin-top: 14px;}
    .productdeatil-page .blue-barproductview .paypal-logo img{margin-top: 13px;}
    .productdeatil-page .blue-barproductview ul.facility-list li img {
        width: 28px;
        margin-right: 9px;
        float: left;
        margin-top: 5px;
    }
    .blue-barproductview ul.facility-list li p {
        font-size: 12px;
    }
    .blue-barproductview ul.facility-list li img {
        width: 28px;
        margin-right: 9px;
        float: left;
        margin-top: 5px;
    }
}

@media (max-width: 800px) {
    .header-main .navbar-wrapper .navbar .collapse {
        display: block;
    }
    .home-slider .carousel-inner {
        height: 355px;

    }
      .home-slider .carousel-inner  .item > a > img{max-width: initial;    height: 100%;}
    .order-detailinner-list .order-product-box .pro-detail {
        padding-top: 0px;
    }
    .order-detailinner-list .order-product-box h4 {
        font-size: 14px;
        font-weight: 600;
    }
    .order-detail-page-wrap h3 {
        font-size: 20px;
    }
    .productdeatil-page .blue-barproductview ul.facility-list li {
        width: 22%
    }
    .productdeatil-page .blue-barproductview ul.facility-list li:nth-child(5) {
        display: none;
    }
    .blue-barproductview ul.facility-list li {
        width: 22%
    }
    .blue-barproductview ul.facility-list li:nth-child(5) {
        display: none;
    }
}



@media (max-width: 768px) {
    .header-main .navbar-wrapper .navbar .right-navigation li.open > a,
    .header-main .navbar-wrapper .navbar .left-navigation li.open > a {
        background: #383838;
        color: #fff;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.open a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li.open a.location {
        background: #383838;
        color: #fff
    }
    .category-page-wrap .category-page-head h3 {
        display: block;
        margin: 0px 6px 10px
    }
    .navbar-nav {
        margin: 0px;
    }
    .home-slider  .carousel-inner {
        height: 320px;
    }
    .header-main .navbar-wrapper .navbar .nav > li,
    .header-main .navbar-wrapper .navbar .nav > li.open
       {
        display: inline-block;
    }
	
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu .dropdown-menu,
    .header-main .navbar-wrapper .navbar .left-navigation li .dropdown-menu,
    .header-main .navbar-wrapper .navbar .right-navigation li.user .dropdown-menu,
    .header-main .navbar-wrapper .navbar .right-navigation li.cart .dropdown-menu,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu .dropdown-menulocation,
    .header-main .navbar-wrapper .navbar .left-navigation li .dropdown-menulocation	{
        position: absolute;
    }
    .flags-wrapper ul.flag-list li {
        margin: 0 4px 10px;
    }
    .product-loop-section ul.productlist .product-item {
        margin-bottom: 14px;
    }
    .about-inner ul.timeline li .timeline-panel {
        width: 75%;
    }
    .bottom-blue ul.facility-list li:nth-child(4) {
        display: block
    }
    .singleproduct-detail-section .product-img .col-xs-2 {
        padding: 0px;
    }
    .statistics_block .statistics_rate .rate {
        width: 28%;
        margin-right: 10px;
        margin-left: 0px;
    }
    .statistics_block .statistics_rate .rate:last-child {
        margin-right: 0px
    }
    .statistics_block .statistics_rate .rate .title {
        font-size: 85%;
        top: -26px;
    }
}


@media (max-width: 767px) {
    .bottom-blue ul.facility-list li:nth-child(4) {
        display: none
    }
    .top-cat-section .col-md-4:nth-child(2) {
        display: none
    }
    .bottom-blue ul.facility-list li {
        width: 44%;
    }
    .singlepro-tab-content .payment-section {} .singlepro-tab-content .payment-section .comment-btns a {
        min-width: 100%;
        display: block;
        padding: 15px 8px;
    }
    .progressgraph {
        width: 100%;
    }
    .progressgraph .progress-bar-vertical {
        width: 28%;
    }
    p.foot-power {
        text-align: left;
    }
    p.foot-power span.pull-right {
        margin-top: 10px;
    }
    .noticebar p {
        font-size: 12px;
    }
    .productdeatil-page .statistics_block .last_activity ul li {
        background: url(https://xikixi.com/skin/frontend/mercado/ecuador/images/ecuador/list-yellow.png) left 4px no-repeat;
        list-style: none;
        padding-left: 32px;
        margin-bottom: 10px;
    }
    p.foot-power {
        text-align: center;
    }
    p.foot-power span.pull-right {
        float: none !important;
        display: block;
    }
    .productdeatil-page .blue-barproductview ul.facility-list li:nth-child(4) {
        display: none;
    }
    .productdeatil-page .blue-barproductview ul.facility-list {
        width: 78%
    }
    .productdeatil-page .blue-barproductview .paypal-logo {} .productdeatil-page .blue-barproductview ul.facility-list li {
        width: 28%;
    }
    .blue-barproductview ul.facility-list li:nth-child(4) {
        display: none;
    }
    .blue-barproductview ul.facility-list {
        width: 78%
    }
    .blue-barproductview ul.facility-list li {
        width: 28%;
    }
}
@media (max-width: 680px) {
  .top-cat-section .smallbanner ul li {    margin: 7px 0 2px;    width:100%;}
  .top-cat-section .smallbanner ul li a, .top-cat-section .smallbanner ul li a img { padding: 0 3px; display: block;  }
 .top-cat-section .smallbanner ul li:nth-child(2) {display: none;}
.owl-wrapper-outer .owl-item .item h2 a { font-size: 17px; }
.dailydeal-index-index .product-loop-section ul.productlist li.item h2.product-name {    margin: 9px 0 15px; min-height: 100%; }
.header-main .navbar-wrapper .navbar .left-navigation .navbar-nav .dropdown.catogory ul li ul.lastlv li a{font-size: 12px;}
}
@media (max-width: 640px) {
    .search-bar .searchautocomplete .nav{width: 88%;}
    .foot-content ul.foot-list li a {
        font-size: 12px;
    }
    .top-cat-section .recent-cat-cblock {
        margin-bottom: 5px;
        padding: 10px;
    }
    .top-cat-section .col-md-4:nth-child(2) {
        display: none
    }
    .relatedproducty-section h2.section-title {
        font-size: 26px;
    }
    .header-main .navbar-wrapper .navbar .collapse {
        display: block;
    }
    .home-slider  .carousel-inner {
        height: 290px;
    }
    .owl-wrapper-outer .owl-item .item h2 a {
        font-size: 14px;
        line-height: 20px;
    }
    .owl-wrapper-outer .owl-item .item p {
        padding: 3px 11px;
        border: 2px solid #feeeb3;
        color: #000;
        font-size: 16px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac i,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth i {
        margin-left: 0px;
    }
    .product-loop-section ul.productlist .product-item .prdduct-info a h3 {
        font-size: 17px;
        line-height: 24px;
        padding: 0px
    }
    .product-loop-section ul.productlist .product-item .prdduct-info p.pro-price {
        padding: 3px 11px;
        border: 2px solid #feeeb3;
        color: #000;
        font-size: 13px;
    }
    .product-loop-section ul.productlist .product-item .prdduct-info h3 {
        font-size: 16px;
        line-height: 24px;
        padding: 0px
    }
    .selling-services .owl-carousel {
        display: block!important
    }
    .selling-services .owl-carousel .owl-buttons {
        display: none
    }
    .selling-services .owl-carousel .owl-pagination .owl-page {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 4px;
        background: #3a7b9d;
        border-radius: 100%;
        font-size: 0px;
    }
    .selling-services .owl-carousel .owl-pagination .owl-page.active {
        background: #4ca0cc;
    }
    .selling-services .owl-carousel .owl-pagination .owl-page span {
        font-size: 0px;
    }
    .selling-services .modile-hidden-sec {
        display: none
    }
    .order-detailinner-list .sub-total,
    .mobile-order-btn {} .cart-page-wrap .payment-butons .paypal-btns a {
        padding: 9px 28px;
    }
    .cart-page-wrap .payment-butons .paypal-btns img {
        width: 35%;
    }
    .cart-page-wrap table.cart-table tr td.pro-detail .input-group {
        width: 40%;
    }
    .cart-page-wrap .cart-page-inner-wrap p.relaod a {
        display: inline-block;
    }
    .cart-page-wrap .row .col-md-12 {
        padding: 0px;
    }
    .store-location .comment-btns a {
        display: block;
        margin-bottom: 2px
    }
    .store-location .noticebar p {
        line-height: 29px;
        padding-right: 2px;
    }
    .store-location .noticebar img {
        width: 70px;
        float: left;
    }
    .productdeatil-page .blue-barproductview ul.facility-list li:nth-child(3) {
        display: none;
    }
    .productdeatil-page .blue-barproductview ul.facility-list {
        width: 70%
    }
    .productdeatil-page .blue-barproductview .paypal-logo {} .productdeatil-page .blue-barproductview ul.facility-list li {
        width: 45%;
    }
    .blue-barproductview ul.facility-list li:nth-child(3) {
        display: none;
    }
    .blue-barproductview ul.facility-list {
        width: 70%
    }
    .blue-barproductview .paypal-logo {} .blue-barproductview ul.facility-list li {
        width: 45%;
    }

    .owl-wrapper-outer .owl-item .item h2{font-weight: normal;}
    .product-loop-section ul.productlist li.item h2.product-name a{ font-size: 14px;}
}

@media (max-width: 620px) {
    .cart-page-wrap .payment-butons .btn-proceed-checkout.btn-checkout{padding: 7px 10px; font-size: 13px;}
    .cart-page-wrap .payment-butons .btn-proceed-checkout.btn-checkout span{font-size:inherit; padding: 0px;}}



@media (max-width: 600px) {
    .breadcrum p.breadcrum-list a:last-child {
        display: none;
    }
}


@media (max-width: 480px) {
    .relatedproducty-section h2.section-title {
        font-size: 20px;
    }
    .home-slider  .carousel-inner {
        height: 214px;
    }
    .logo .navbar-brand img {
        width: 129px;
        margin-top: 1px;
    }
    .top-cat-section .col-md-4 {
        padding: 0px
    }
    .top-cat-section {
        padding: 0px;
    }
    .top-cat-section .recent-cat-cblock {
        margin-bottom: 5px;
    }
    #search input[type="text"] {
        font-size: 22px;
    }
    #search .btn {
        margin-top: 25px;
    }
    .top-cat-section .col-md-4:last-child .recent-cat-cblock {
        margin-bottom: 0px;
    }
    .slider ul.slides li p {
        padding: 3px 15px;
        font-size: 14px;
    }
    .bottom-bar .bestprice-sec p img {
        width: 17%;
        margin-top: 0px;
        margin-left: 3px;
    }
    .header-main .navbar-wrapper .navbar .nav {
        margin-top: -1px
    }
    .header-main .navbar-wrapper .navbar .left-navigation li a,
    .header-main .navbar-wrapper .navbar .right-navigation li a {} .header-main .navbar-wrapper .navbar .left-navigation li a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location:hover {} .header-main .navbar-wrapper .navbar .right-navigation li a.carth,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth:hover,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac:hover {} .header-main .navbar-wrapper .navbar .left-navigation li a.location i,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat i {
        margin-right: 0px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth b.q-num {
        top: 3px;
        font-size: 14px;
    }
    .header-main .navbar-wrapper .navbar .col-xs-4 {
        padding: 0px;
    }
    .header-main .navbar-wrapper .navbar .logo-wraper-custom.col-xs-4 {
        padding: 0px;
    }
    .header-main .navbar-wrapper .navbar .col-xs-4:last-child {
        padding-right: 0px;
    }
    .search-bar .search-icon img {
        width: 15px;
    }
    .category-page-wrap .category-page-head h3 a {
        font-size: 22px;
    }
    .category-page-wrap .category-blocks .category-detail h4 {
        font-size: 21px; min-height: 76px;
    }
    .about-inner ul.timeline li .timeline-panel {
        width: 94%;
    }
    .sellerlogin-page-inner .sellerlogin-form-wrap h3 {
        font-size: 24px;
    }
    .privacy-page-wrap .privacy-page-inner {
        padding-left: 0px;
    }
    .blue-bar p {
        font-size: 14px;
    }
    .live-section .btns-section a {
        padding: 10px 8px;
        font-size: 11px;
        width: 100%;
        display: block;
    }
    .map-section {
        padding: 0 15px;
    }
    .order-detail-page-wrap h3 {
        font-size: 18px;
    }
    .payment-butons .col-md-5 {
        padding: 0px;
    }
    .login-page-wrap .modal-dialog .invite-frnd h4 {
        font-size: 22px;
    }
    .bottom-blue ul.facility-list li:nth-child(5) {
        display: none
    }
    .singlepro-tab-content .payment-section img {
        width: 100%;
    }
    .singleproduct-detail-section .product-img .col-xs-2 {
        padding: 0px;
    }
    .breadcrum p.breadcrum-list a {
        margin-right: 8px;
        font-size: 13px;
    }
    .progressgraph .progress-bar-vertical {
        margin-right: 10px;
    }
    .singlepro-tab-content {
        padding: 30px 20px;
    }
    .productdeatil-page .blue-barproductview ul.facility-list li:nth-child(2) {
        display: none;
    }
    .productdeatil-page .blue-barproductview ul.facility-list {
        width: 50%
    }
    .productdeatil-page .blue-barproductview .paypal-logo {} .productdeatil-page .blue-barproductview ul.facility-list li {
        width: 100%;
    }
    .productdeatil-page .blue-barproductview .paypal-logo img {
        margin-top: 15px;
    }
    .blue-barproductview ul.facility-list li:nth-child(2) {
        display: none;
    }
    .blue-barproductview ul.facility-list {
        width: 50%
    }
    .blue-barproductview .paypal-logo {} .blue-barproductview ul.facility-list li {
        width: 100%;
    }
    .blue-barproductview .paypal-logo img {
        margin-top: 15px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu {
        margin-left: 2px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu {
        margin-right: 2px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu {
        width: 44px;
        height: 40px;
        float: left;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu a.location,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu a.carth {
        display: block;
        padding: 0px;
        height: 40px;
        width: 44px;
        text-align: center;
        line-height: 52px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.catogory a.cat i,
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu a.location i,
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu a.userac i,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu a.carth i {
        float: none;
        font-size: 22px;
        display: inline-block;
    }
    .my-chart-wrap ul.chartcustom li {
        margin-right: 10px;
    }
    .productdeatil-page .payment-section .comment-btns .prote_title,
    .productdeatil-page .payment-section .comment-btns .customer,
    .productdeatil-page .payment-section .comment-btns .button {
        min-width: 100%;
    }
    .singleproduct-detail-section .product-img .main-image img {
        width: 100%;
        height: 100%;
    }
    .jcarousel-container .products-grid .product-name a {
        font-weight: normal;
        font-size: 12px;
    }
    .moreinfo p.pro-price {
        padding: 3px 11px;
        border: 2px solid #feeeb3;
        color: #000;
        font-size: 13px;
    }
    .footerrw span {
        float: none;
        text-align: center;
        margin: 0 0 10px;
        display: block;
    }
    .productdeatil-page section,
    .productdeatil-page .product-reviewse {
        padding: 30px 20px;
    }
    .productdeatil-page section .product-tabs-content {
        padding: 20px 0px;
    }
    .productdeatil-page section#block_shipping {
        padding: 0px;
    }
    .shipping_block .block_content .content_info > span {
        display: block;
        margin: 10px 0;
        line-height: 24px;
        text-align: center;
        padding: 10px;
    }
    .shipping_block .store-location .map_title {
        line-height: 20px;
        font-size: 12px;
    }
    .productdeatil-page .user-comments {
        padding: 20px 0;
    }
    .productdeatil-page .user-comments .title-cmt .topb1,
    .productdeatil-page .user-comments .title-cmt .topb1 div,
    .topb1 div,
    .topb1 .rating-box {
        float: none;
    }
    .topb1 .rating-box {
        margin-bottom: 10px
    }
    .footer .footer-main .foot-content {
        margin-bottom: 20px;
    }
    .foot-content h3 {
        margin-bottom: 4px;
    }
    .copyright-flagsec {
        margin-top: 30px;
    }
    .productdeatil-page .product-rate span {} .owl-wrapper-outer .owl-item .item h2 {
        font-weight: normal;
    }
    .relatedproducty-section .block_title h2 {
        line-height: 24px;
        font-size: 20px
    }
    .relatedproducty-section .block_title h2 a {
        font-size: 12px;
    }
    .owl-wrapper-outer .owl-item .item h2 a {
        font-size: 14px;
        line-height: 16px;
    }
    .navbar-static-top{ z-index: 9}
    #mask,.fillter-wrap { padding: 0;margin: 0;height: 100%; width: 100%;}
    .search_extended_full { position: absolute;bottom: 0;}
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.view-cart, .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.checkout-btn{ font-size: 17px; }
    .logo .navbar-brand img{ width: 165px !important; }
    .search-bar .container-fluid { height: 45px;}
    .mdhomeparam { height: 45px}
    .mdhomeparam .mdhomedelivery{ margin-top: 8px}
    .nav .category-expand { height: 25px !important;width: 25px !important;top: 8px}
    .search-bar .searchautocomplete .nav-submit-button{ margin-right: 6px}
    .search-bar .searchautocomplete .nav-submit-button img{ margin-top: 12px}
    .searchautocomplete .nav .nav-input input{ height: 30px !important;}
    .header-main .navbar-wrapper .navbar .left-navigation li a{background: none;}
    #selectable-categories li { width: 42px !important;height: 42px !important;}
    #selectable-categories .ui-widget-content .ui-selectee { width: 32px !important;}
    #selectable-categories{height: 86px !important;}
    #selectable-delivery li{ padding: 7px 10px 4px 10px !important;}
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu,.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu, .header-main .navbar-wrapper .navbar .right-navigation li a.userac, .header-main .navbar-wrapper .navbar .right-navigation li a.carth { height: 50px !important;width: 50px !important;}
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac i.icon, .header-main .navbar-wrapper .navbar .right-navigation li a.carth i.icon { line-height: 60px !important;}
    .popshowhidelogo{ display: none}
    .logo-wraper-custom { width: 165px !important;}
    .onlyviewwithaproduct { display: none !important}
    .shippingbox-messs{ height: 215px;}
    .content-rightitem{ max-width: 165px;padding-top: 14px;
        height: 140px;
        overflow: scroll; }
    .shippingbox-messs .content-leftinfor{ height: 63px}
    .shippingbox-messs .content-leftinfor_zero{ bottom: 25px}
    .content-rightitem img{ height: 50px}
    .content-rightitem > a{ margin-bottom: 10px}
    .shippingbox-messs .content-lefttime{ bottom: 91px}
    .addtocartseller > span {
        font-size: 15px;
        padding: 9px 15px 5px;
        min-width: auto;
    }
    .product-loop-section ul.productlist li.item h2.product-name a{ height: 50px; overflow: hidden}
    .imgforonlyitem { width: 122px; margin-bottom: 0 !important}     
    .content-rightitem .imgforonlyitem img { height: auto !important;max-height: 100% !important;width: 100% !important;max-width: 100% !important }
}

.product-options-bottom .addthis_toolbox.addthis_default_style {
  display: none;
}
.update-cart .product-options label {
  display: block;
  text-align: left;
}
.update-cart .product-options-bottom .quanitybox {
  margin: 1px 7px 12px 4px;
}
.update-cart  .product-options-bottom, .update-cart .product-options{
 padding: 0;
}
@media (max-width: 420px) {
    .search-bar .catsearch {
        margin-bottom: 2px;
    }
    .home-slider  .carousel-inner {
        height: 190px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location:hover {} .header-main .navbar-wrapper .navbar .right-navigation li a.carth,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth:hover,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac:hover {} .header-main .navbar-wrapper .navbar .right-navigation li a.carth b.q-num {
        right: 13px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul {
        width: 340px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .pro-img img {
        width: 100%;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .pro-desc a {
        margin-top: 0px;
        font-size: 12px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .pro-desc p {
        font-size: 15px;
        margin: 4px 0;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li.total {
        font-size: 14px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a.view-cart,
    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li a.checkout-btn {
        padding: 15px 0;
        font-size: 16px;
    }
    .header-main .navbar-wrapper .navbar .collapse {
        padding: 0px;
    }
    .category-page-wrap .category-page-head h3 {
    
        padding: 6px 25px;
    }
       .category-page-wrap .category-page-head h3 a{    font-size: 18px;}
    .category-page-wrap .category-blocks .category-detail h4 {
        font-size: 16px;
    }
    .product-loop-section ul.productlist .product-item .prdduct-info a h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .product-loop-section ul.productlist .product-item .prdduct-info h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .buy-page-inner .pricing-features {
        margin-bottom: 20px;
    }
    .order-detailinner-list .btn-box a ,.btn-box a{
        font-size: 15px;
        font-weight: 600;
    }
    .cart-page-wrap .payment-butons .paypal-btns a {
        font-weight: 600;
        font-size: 14px;
        padding: 9px 10px;
    }
    .cart-page-wrap table.cart-table tr td.pro-img {
        width: 25%;
    }
    .cart-page-wrap table.cart-table tr td.pro-img img {
        width: 100%;
    }
    .cart-page-wrap table.cart-table tr td.pro-detail {
        width: 75%;
    }
    .store-location .noticebar p {
        line-height: 20px;
        padding-right: 2px;
    }
    .store-location .noticebar img {
        width: 71px;
        float: left;
    }
    .progressgraph .progress-bar-vertical .progress-bar span {
        font-size: 11px;
    }
    .logo .navbar-brand img {
        margin-top: 3px;
    }
    .logo .navbar-brand img {
      
        margin-top: 1px
    }
    .relatedproducty-section .block_title h2 {
        line-height: 20px;
        font-size: 20px
    }
    .relatedproducty-section .block_title h2 a {
        font-size: 12px;
        display: block;
        margin: 0;
    }
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li ol#cart-sidebar li.item .pro-desc strong{ font-size: 12px
}
.header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul .edit-del a {margin: 0px 2px;}
}



@media (max-width: 400px) {
    .breadcrum p.breadcrum-list a:nth-child(4n) {
        display: none;
    }

    .product-loop-section ul.productlist li.item h2.product-name a{ font-size: 12px; line-height: 22px;}
    .imgforonlyitem { width: 100px; margin-top: 10px;}     
}


@media (max-width: 360px) {
    .bottom-bar .bestprice-sec p {
        font-size: 14px;
    }
    .owl-wrapper-outer .owl-item .item h2 a {
        font-size: 12px;
        line-height: normal;
    }
    .home-slider  .carousel-inner {
        height: 167px;
    }
    .foot-content h3 {
        font-size: 16px;
    }
    .copyright-text p {
        font-size: 14px;
    }
    .relatedproducty-section h2.section-title {
        font-size: 17px;
    }
    .logo .navbar-brand img {} .logo .navbar-brand {
        padding: 0;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth:hover,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location:hover {} .pagination-wrap .pagintion-bns ul li {
        padding: 6px 16px;
    }
    .pagination-wrap .pagintion-bns ul li a {
        font-size: 24px;
    }
    .buy-page-inner .best-price-section h2 {
        font-size: 24px;
    }
    .blue-bar p {
        font-size: 12px;
    }
    .buy-page-wrap .category-boxes .category-box-inner .hover-text h4 a {
        font-size: 20px;
    }
    .live-section h2 {
        font-size: 24px;
    }
    .live-section .btns-section a {} .order-detailinner-list .order-product-box h4 {
        font-size: 12px;
    }
    .order-detailinner-list .order-product-box p {
        font-size: 12px;
        margin-bottom: 1px;
    }
    .cart-page-wrap table.cart-table tr td.pro-detail .input-group {
        width: 50%;
    }
    .cart-page-wrap table.cart-table tr td.pro-detail h5 a {
        font-size: 13px;
    }
    .progressgraph .progress-bar-vertical {
        width: 28%;
        margin-right: 10px;
    }
    .progressgraph .progress-bar-vertical .progress-bar span {
        font-size: 9px;
    }
    .singlepro-tab-content h3 {
        line-height: 25px;
    }
    .store-location .comment-btns a {
        display: block;
        ;
        margin-bottom: 5px;
    }
    .logo .navbar-brand img {
        width: 129px;
        margin-left: -10px;
    }
    .statistics_block .statistics_rate .rate {
        width: 29%;
        margin-right: 8px;
    }
    .statistics_block .statistics_rate .rate:last-child {
        margin-right: 0px
    }
    .statistics_block .statistics_rate .rate .title {
        font-size: 9px;
    }
}


@media (max-width: 340px) {
    .login-page-wrap .modal-sm {
        width: 300px;
    }
    .bottom-blue ul.facility-list li:nth-child(5) {
        display: none
    }
    .bottom-blue ul.facility-list li {
        width: 100%;
    }
    .bottom-blue .facility-list p {
        line-height: 32px;
    }
    .my-chart-wrap ul.chartcustom li {
        width: 29%;
        margin-right: 8px;
    }
    .my-chart-wrap ul.chartcustom li span small {
        font-size: 9px;
    }

    .owl-wrapper-outer .owl-item .item h2 a { font-size: 12px;}

    .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.view-cart, .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul li button.checkout-btn {
    font-size: 14px;
    }


    #mask #selectable-categories{ height: 72px !important;}
    #mask #selectable-categories li{ width: 35px !important;height: 36px !important; }
    #mask #selectable-categories .ui-widget-content .ui-selectee{ width: 25px !important;}
    #mask #selectable-delivery li{ padding: 7px 6px 4px 6px !important}
}



@media (max-width: 320px) {
    .category-page-wrap .category-blocks .category-detail h4 {
        font-size: 13px;min-height: 57px;
    }


    .bottom-bar .bestprice-sec p {
        font-size: 12px;
    }
    .owl-wrapper-outer .owl-item .item h2 a {
        font-size: 12px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li a.location i,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat i,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac i,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth i {
        font-size: 16px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth,
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth:hover,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac,
    .header-main .navbar-wrapper .navbar .right-navigation li a.userac:hover {} .header-main .navbar-wrapper .navbar .right-navigation li.small-cart-menu ul {
        width: 310px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li.usermenu ul {
        width: 262px;
    }
    .header-main .navbar-wrapper .navbar .left-navigation li.location-menu ul {
        width: 266px;
    }
    .logo .navbar-brand img {
        width: 135px;
        margin-left: -12px;
    }
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu li,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu li a,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation li,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation li a 	{
        white-space: normal;
    }
	
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menu,
    .header-main .navbar-wrapper .navbar .dropdown-menu .dropdown-menulocation	{
        min-width: 130px;
    }
	
    .header-main .navbar-wrapper .navbar .left-navigation li a,
    .header-main .navbar-wrapper .navbar .right-navigation li a {} .header-main .navbar-wrapper .navbar .left-navigation li a.cat,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat:hover,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location,
    .header-main .navbar-wrapper .navbar .left-navigation li a.location:hover {} .header-main .navbar-wrapper .navbar .left-navigation li a.location i,
    .header-main .navbar-wrapper .navbar .left-navigation li a.cat i {
        margin-right: 0px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li a.carth b.q-num {
        top: 2px;
        font-size: 12px;
        right: 13px;
    }
    .header-main .navbar-wrapper .navbar .right-navigation li:hover a.carth b.q-num,
    .header-main .navbar-wrapper .navbar .right-navigation li.open a.carth b.q-num {
        right: 13px;
    }
    .home-slider  .carousel-inner {
        height: 148px;
    }
    .sellerlogin-page-inner .sellerlogin-form-wrap h3 {
        font-size: 22px;
    }
    .order-detailinner-list .btn-box a ,.btn-box a{
        padding: 10px 9px;
        font-size: 14px;
    }
    .address-info-wrap .submitbtn a {
        display: block;
        width: auto
    }
    .cart-page-wrap .payment-butons .paypal-btns a {
        font-size: 13px;
        padding: 7px 10px;
    }
    .progressgraph .progress-bar-vertical {
        width: 29%;
        margin-right: 8px;
    }
}


@media (max-width: 360px) {
    .block_home_jcarousel ul.products-grid li.item {
        width: 150px;
    }
}


@media (max-width: 480px) and (min-width: 361px) {
    .block_home_jcarousel ul.products-grid li.item {
        width: 210px;
    }
}


@media (max-width: 640px) and (min-width: 481px) {
       .block_home_jcarousel ul.products-grid li.item {
        width: 285px;
    }
}


@media (max-width: 800px) and (min-width: 641px) { 
    .block_home_jcarousel ul.products-grid li.item {
        width: 245px;
    }
}


@media (max-width: 980px) and (min-width: 801px) { 
    .block_home_jcarousel ul.products-grid li.item {
        width: 220px;
    }
}

@media (max-width: 1024px) and (min-width: 981px) {
    .block_home_jcarousel ul.products-grid li.item {
        width: 155px;
    }
}

@media (max-width: 1280px) and (min-width: 1025px) {
    .block_home_jcarousel ul.products-grid li.item {
        width: 195px;
    }
}


@media (max-width: 1380px) and (min-width: 1281px) {
    .block_home_jcarousel ul.products-grid li.item {
        width: 205px;
    }
}


@media (max-width: 1600px) and (min-width: 1381px) {  
    .block_home_jcarousel ul.products-grid li.item {
        width: 255px;
    }
}


@media (max-width: 1920px) and (min-width: 1601px) {
   .block_home_jcarousel ul.products-grid li.item {
        width: 300px;
    }
}
.checkbox {
  padding-left: 20px; }
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
	
	

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
      color: #555555; }
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
        cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 20px; }
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
    padding-left: 5px; }
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
  opacity: 0;
    z-index: 1; }
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
      transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c"; }
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(https://xikixi.com/skin/frontend/mercado/ecuador/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*!
 * Bootstrap-select v1.11.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on August 29, 2016 */



@font-face {
    font-family: 'sinkin_sans100_thin';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-100thin-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-100thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans100_thin_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-100thinitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-100thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans200_x_light';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-200xlight-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-200xlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans200_x_light_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-200xlightitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-200xlightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans300_light';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-300light-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-300light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans300_light_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-300lightitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-300lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans400_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-400italic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-400italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans400_regular';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-400regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans500_medium';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-500medium-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-500medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans500_medium_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-500mediumitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-500mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans600_semibold';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibold-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans600SBdIt';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibolditali-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibolditali-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'sinkin_sans600SBdIt';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibolditali-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-600semibolditali-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans700_bold';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-700bold-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-700bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans700_bold_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-700bolditalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-700bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans800_black';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-800black-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-800black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans800_black_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-800blackitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-800blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans900_x_black';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-900xblack-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-900xblack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'sinkin_sans900_x_black_italic';
    src: url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-900xblackitalic-webfont.woff2') format('woff2'),
         url('https://xikixi.com/skin/frontend/mercado/ecuador/fonts/sinkinsans-900xblackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@charset "UTF-8";

@font-face {
  font-family: "alvaroserrano";
  src:url("https://xikixi.com/skin/frontend/mercado/ecuador/fonts/alvaroserrano.eot");
  src:url("https://xikixi.com/skin/frontend/mercado/ecuador/fonts/alvaroserrano.eot?#iefix") format("embedded-opentype"),
    url("https://xikixi.com/skin/frontend/mercado/ecuador/fonts/alvaroserrano.woff") format("woff"),
    url("https://xikixi.com/skin/frontend/mercado/ecuador/fonts/alvaroserrano.ttf") format("truetype"),
    url("https://xikixi.com/skin/frontend/mercado/ecuador/fonts/alvaroserrano.svg#alvaroserrano") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "alvaroserrano" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "alvaroserrano" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bars:before {
  content: "\61";
}
.icon-globe:before {
  content: "\62";
}
.icon-user:before {
  content: "\63";
}
.icon-basket:before {
  content: "\64";
}
.icon-carrito03-world-copy:before {
  content: "\65";
}
.icon-document:before {
  content: "\66";
}
.icon-world:before {
  content: "\68";
}
.icon-support:before {
  content: "\69";
}
.icon-02-sales:before {
  content: "\67";
}
.icon-shipping:before {
  content: "\6a";
}
.icon-seo:before {
  content: "\6b";
}
.icon-dashboard:before {
  content: "\6c";
}
.icon-deals:before {
  content: "\6d";
}
.icon-quality:before {
  content: "\6e";
}
.icon-languages:before {
  content: "\6f";
}
.icon-currencies:before {
  content: "\70";
}
.icon-padlock:before {
  content: "\71";
}
.icon-13-user2:before {
  content: "\72";
}

/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: osx.css 254 2010-07-23 05:14:44Z emartin24 $
 */

#osx-modal-content{display:none;background-color:#eee; padding-bottom:4px; float:left; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:6px; -moz-box-shadow:0 0 64px #222; -webkit-box-shadow:0 0 64px #222; box-shadow:0 0 64px #222;}
#osx-modal-data .validation-advice{ float: left}
/* Overlay */
#osx-overlay {background-color:#222; cursor:wait;}
#osx-container{
	top: 100px;
	
}
/* Container 
#osx-container {height: auto; background-color:#eee; padding-bottom:4px; width:600px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #222; -webkit-box-shadow:0 0 64px #222; box-shadow:0 0 64px #222;}*/
/* #osx-container a {color:#ddd;} */
#osx-container #osx-modal-title {color:#222; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; position:absolute; right:-20px; top:-26px;}
#osx-container .close a {display:block; color:#777; font-weight:bold; padding:18px 32px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#222;}

#osx-modal-data {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#osx-container .input-text { width : 95% !important}
#osx-modal-content #page-title { margin: 0 !important; padding-top: 15px;}
.linkrenew { margin: auto;}
.forgorpas {
    float: left;
    width: 100%;
}
.forgorpas > a {
    float: left;
    padding-left: 13px;
    font-style: italic;
    font-size: 12px;
    color: #666 !important;
}
#customer-register a {
    font-size: 12px;
}
.btnloginmd { padding-left: 0px; padding-right: 0px;}
#osx-modal-content button span,#osx-modal-content button span span { background: none !important}
#osx-modal-content button {
    background: #ffe300 none repeat scroll 0 0;
    float: left;
    height: 40px;
    width: 100%;
}
.buttons-set.btnloginmd {
    width: 88%;
    margin: auto;
    padding-bottom: 5px;
    border-top: 0;
    padding-top: 35px;
}
.btnloginmd {
    padding-left: 0;
    padding-right: 0;
}
#lform {
    width: 250px;
}
.mdwrapfriend {
    width: 700px;
	color: #222;
}
.mdwrapfriend-top {
    border-bottom: 1px solid #efefef ;
    float: left;
    padding-bottom: 10px;
    width: 100%;
}
.mdwrapfriend-top > img {
    float: left;
    margin-top: 10px;
	width: 150px;
}
.mdwrapfriend-bottom {
    float: left;
    width: 100%;
	border-bottom: 1px solid #efefef;
}
.mdwrapfriend-description {
    font-size: 20px;
    font-weight: bold;
    margin: 32px 0 0;
}
.giftmd-wrap {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}
.giftmd-wrap > img {
    margin: auto;
    width: 95%;
}

.giftmd-email {
    clear: both;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    width: 476px;
}
.giftmd-email .venfriends {
    background-size: auto 35px;
    float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 260px !important;
}
#osx-modal-data .mdwrapfriend .giftmd-email .button{ float: left; width: 180px ! important; margin-top: 0px; height: 35px;}
.giftmd-email > p {
    float: left;
    padding-left: 10px;
    color: #666;
    text-align: left;
}

#osx-modal-content .page-title { display: none}
.wrapemail-re {
    float: left;
    width: 277px;
}
#email_friend_form > p {
    float: left;
    padding-left: 8px;
}
.mdwrapfriend-active{
	width: 200px;
	height: 100px;
}
.mdwrapfriend-active img {
    width: 300px;
}

.mdwrapfriend-active .action-btn.button {
    margin-bottom: 30px;
}
.mdwrapfriend-active img {
    float: left;
    margin-bottom: 20px;
    width: 300px;
	margin-top: 13px;
}
.mdwrapfriend-active {
    height: 100px;
    width: 300px;
}
.messagecuses {
    color: #1cb108;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px !important;
    text-align: left;
    width: 100%;
	display: none;
}
#rform {
    width: 250px;
	padding-top: 13px;
}
#fpass {
    padding-top: 14px;
    width: 260px;
}
#forgot-form > p {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}
	
/*** LOADING ***/
/* Second Loadin Circle */
.quickbg #loadingMask,.quickbg .circle,.quickbg .circle1,.quickbg #loadingMask:before,.quickbg .circle:before,.quickbg .circle1:before,.quickbg #loadingMask:after,.quickbg .circle:after, .circle1:after  {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

.quickbg .loading {
	z-index: 2000;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	_background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s; /* Safari */
	-ms-transition: opacity 1s;
	opacity: 1;
	display:none;
}

.quickbg .loading .circle {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 1s ease-in-out 0s normal none infinite running spinPulse;
	background-color: rgba(0, 0, 0, 0);
	border-color: #ffc92b rgba(0, 0, 0, 0);
	border-image: none;
	border-radius: 50px;
	border-style: solid;
	border-width: 5px;
	box-shadow: 0 0 35px #ffc92b;
	height: 50px;
	margin: 0 auto;
	opacity: 0.9;
	width: 50px;
}

.quickbg .loading .circle1 {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	animation: 1s linear 0s normal none infinite running spinoffPulse;
	background-color: rgba(0, 0, 0, 0);
	border-color: #ffc92b rgba(0, 0, 0, 0);
	border-image: none;
	border-radius: 50px;
	border-style: solid;
	border-width: 5px;
	box-shadow: 0 0 15px #ffc92b;
	height: 30px;
	margin: 0 auto;
	opacity: 0.9;
	position: relative;
	width: 30px;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-ms-keyframes spinPulse {
	0% { -ms-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -ms-transform:rotate(145deg); opacity:1;}
	100% { -ms-transform:rotate(-320deg); opacity:0; }
}
@-ms-keyframes spinoffPulse {
	0% { -ms-transform:rotate(0deg); }
	100% { -ms-transform:rotate(360deg); }
}
.quickbg .loading .circle {
	margin: 180px auto;
}
.quickbg .loading .circle1 {
	top: -220px;
}
.friend-discount {
	float: left;
	cursor: pointer;
}
.friend-discount > img {
	float: left;
	margin: 0 5px;
	width: 28px;
}
.friend-discount > span {
    float: left;
    font-size: 13px;
    padding-top: 6px;
}
.add-friend-active {
	color: #ff3a00;
	font-weight: bold;
	margin-right: 1px;
}
.add-friend-activetime {
	margin-left: 4px;
	font-weight: bold;
}
#osx-modal-content button:hover {
    background: #d7bf00 none repeat scroll 0 0;
}
.invinocard {
    margin: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center !important;
    width: 100%;
}
.friendrecieve .mdwrapfriend-description {
    font-weight: normal;
}
.friendrecieve .mdwrapfriend-description span {
    font-weight: bold;
	font-size: 22px;
}
#osx-modal-content .friendrecieve button {
    height: 56px;
    width: 70%;
}

#osx-modal-content .friendrecieve button {
    float: none;
    font-size: 24px;
    height: 56px;
    margin: auto;
    width: 70%;
}
.friendrecieve {
    width: 700px;
}
#rform .buttons-set { border: none;border-bottom: 1px solid #e4e4e4;}

#rform .buttons-set {
    border-bottom: 1px solid #e4e4e4;
    border-top: medium none;
    padding-left: 0;
    padding-right: 0;
}
#imgre {
    margin: 0;
}
.moreactionrl {
    margin-bottom: 0;
    margin-top: 10px;
	cursor: pointer;
    font-size: 12px;
}
.moreactionrl > span {
    color: #d7bf00;
    font-weight: bold;
}
.catalog-product-view #switchpro_main_child_menu { display: none}
#switchpro ul {
    list-style : none;
	 float: left;
}

#switchpro {
    float       : left;
    margin-left : 10px;
    padding     : 2px 0 0;
}

#switchpro a,
.switchpro_hidden a {
    text-decoration : none;
}

.switchpro_hidden a {
    color       : #4f4f4f;
    font-weight : bold;
}

.switchpro_hidden a:hover {
    color : #c7b371;
}

#switchpro ul li {
    float : left;
	background:transparent url("https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/bkg_your_right.gif") no-repeat scroll right top;
	padding-right: 28px;
	cursor: pointer;
}
.wrapall_something{ background: transparent url("https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/bkg_your_left.gif") no-repeat scroll 0 0;float: left; }
#switchpro ul li label {
    color       : #000;
    font-weight : bold;
    display     : block;
    float       : left;
    padding     : 3px 10px 0 0
}

.switchpro_hidden {
    background            : #fff;
    border                : 2px solid #dadada;
    width                 : 1200px;
    margin                : 0 0 10px;
    text-align            : left;
    position              : relative;
    -webkit-border-radius : 3px;
    -moz-border-radius    : 3px;
    border-radius         : 3px;
}

.clearfix:after {
    clear       : both;
    content     : ".";
    display     : block;
    font-size   : 0;
    height      : 0;
    line-height : 0;
    overflow    : hidden;
}

.switchpro_hidden hr {
    color            : #dedede;
    margin           : 0 10px;
    height           : 2px;
    border           : 0;
    background-color : #dedede;
    float            : left;
    width            : 1176px;
}

.switchpro_hidden h3 {
    padding     : 10px 0px 0 10px;
    margin      : 0;
    font-weight : bold;
    color       : #4e4e4e;
}

.switchpro_hidden p {
    padding     : 5px 0px 0 10px;
    color       : #545454;
    font-weight : bold;
}

.switchpro_hidden span label {
    color : #c7b371;
}

.switchpro_hidden span {
    margin      : 6px 80px;
    color       : #545454;
    font-weight : bold;
    float       : left;
}

/*5a51bceb82bac030501713186ebd5ac13f55e9f58a464e6c66350eacfcc6bdfb*/
.switchpro_hidden ul {
    /*margin: 6px 10px 10px;*/
    color : #545454;
    float : left;
    width : 100%;
}

.switchpro_hidden span.switchpro_head_first {
    margin-left : 30px;
}

.switchpro_hidden ul.switchpro_ul_first {
    margin-left : 10px;
}

.switchpro_close_button {
    position : absolute;
    top      : 5px;
    right    : 5px;
    cursor   : pointer;
}

.switchpro_header {
    background : #efefef;
    padding    : 0 !important;
    width      : 950px !important;
}

a.switchpro_menu {
    /* Sliding right image */
    
    display         : block;
    float           : left;
    height          : 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    
    /* FONT PROPERTIES */
    text-decoration : none;
    color           : #4f4f4f;
    font-family     : Arial, Helvetica, sans-serif;
    font-size       : 12px;
    font-weight     : bold;
}

a.switchpro_menu span {
    /* Background left image */
    
    display     : block;
    line-height : 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
    padding     : 0 10px 5px 8px;
}

#switchpro_navigation_menu {
    float      : left;
    position   : relative;
    z-index    : 7777;
    text-align : left;
}

#switchpro_main_menu {
    width      : 224px;
    left       : -6px;
    position   : absolute;
    z-index    : 1000;
    top        : 31px;
    background : #fff;
    /*display: none;*/
}

#switchpro_main_menu .main_menu {
    float       : left;
    text-align  : left;
    width       : 218px;
    margin-left : 6px;
}

#switchpro_navigation_menu div.switchpro_navigation_menu_header {
    width : 100%;
    float : left;
}

#switchpro_navigation_menu div.switchpro_navigation_menu_header {
    background-color        : #000;
    width                   : 218px;
    cursor                  : pointer;
    position                : relative;
    border-top-left-radius  : 5px;
    border-top-right-radius : 5px;
}

#switchpro_navigation_menu div.switchpro_navigation_menu_header label , #switchpro_navigation_menu div.switchpro_navigation_menu_header h2{
    float       : left;
    color       : #fff;
    background  : url('https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/arrow-down.png') no-repeat 30px 11px;
    padding     : 3px 0px 3px 70px;
    font-weight : bold;
    font-size   : 16px;
	margin-bottom: 3px;
}
#switchpro_navigation_menu div.switchpro_navigation_menu_header h2 {
    padding-top: 5px;
}
#switchpro_navigation_menu div:hover #switchpro_main_menu .main_menu {
    display : block;
}

/*.switchpro_level_root li a {*/
/*padding: 2px 0;*/
/*}*/

.switchpro_level_root li {
    display         : block;
    text-decoration : none;
    font-weight     : bold;
}

.switchpro_level_root li ul li {
    font-weight   : normal;
    padding-right : 10px
}

ul.level0 li.level1:hover {
    color           : #ceae54;
    font-weight     : bold;
    text-decoration : none;
}

#switchpro_main_menu ul.switchpro_level_root {
    margin     : 20px 0 0px 30px;
    min-height : 340px;
    position   : relative;
}

#switchpro_main_menu ul li.level0, #switchpro_main_menu ul li.level2 {
    padding-bottom : 7px;
    display        : block;
}

li.empty {
    padding-bottom : 0 !important;
}

span.level0, span.level2, h1.level2  {
    color          : #000;
    text-transform : uppercase;
    font-weight    : bold;
    font-family    : tahoma;
    cursor         : pointer;
}

h1.level2  {
	font-size: 12px;
}

span.level1, span.level3, span.level5 {
    font-weight    : normal;
    color          : #222;
    font-family    : arial;
    /*font-weight: bold;*/
    text-transform : none;
}

#switchpro_main_menu li.level1:hover span.level1, ul.level0 a:hover span, ul.level2 a:hover span {
    color       : #ceae54;
    background  : #fff
}
#switchpro_main_child_menu ul li ul li.active span.level1 {
	font-weight: bold !important;
	color       : #ceae54 !important;;
}
.current span, #switchpro_main_child_menu li.level1:hover span {
    color       : #ceae54;
    font-weight : bold;
    
}

div.ul_block a:hover, ul.level1 a:hover {
    background : none !important;
}

ul.level0 li.level1:hover, #switchpro_main_child_menu ul.level0 a:hover, .current {
    /* background: url(https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/dotted.png) repeat-x 1px 12px;
  */
}

#switchpro_main_menu ul.level1, ul.level3 {
    display    : none;
    background : #fff;
    
	transition: all 1s ease 0s;
	transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

/*#switchpro_main_menu li.parent li.parent {*/
/*position: relative;*/
/*}*/

#switchpro_main_menu div.ul_block {
    display    : none;
    padding    : 15px;
    background : #fff;
    left       : 188px;
    position   : absolute;
    width      : 704px;
    min-height : 100%;
    top        : -18px;
}

div.ul_block li.parent {
    float         : left;
    padding       : 5px;
    border        : 1px solid #efefef;
    width         : 332px;
    margin-bottom : 10px;
}

div.ul_block ul li.li-block:nth-child(4n) {
    margin-right: 0;
}
div.ul_block ul li.li-block {
    float: left;
    margin: 25px 4% 0 0;
    min-height: 175px;
    position: relative;
    width: 22%;
}


div.ul_block ul li.li-block:nth-child(4n+1) {
    clear: both;
}

div.ul_block ul.parent li.li-block a h1 {
	font-size: 17px;
    font-weight: normal;
    margin-bottom: 6px;
    padding-left: 10px;
    text-align: left;
    text-transform: unset;
   
}

div.ul_block ul li.li-block ul.level2 {
    border: 2px solid #efefef;
    display: block;
    float: left;
    font-size: 14px;
    
    padding-top: 10px;
    width: 95%;
}
.bannersmallimagenew {
    margin: auto auto 15px;
    width: 100%;
}
.libannersmallimagenew { text-align: center}
#child_cate div.ul_block ul li {
	float: left;
    margin: 0 !important;
    min-height: 100px;
    width: 33%;
}
#child_cate .parent .li-block > a {
    display: block;
    float: left;
    width: 100%;
}



#switchpro_main_menu a, #switchpro_main_menu li.level1:hover div.ul_block,
#switchpro_main_child_menu a {
    display         : block;
    text-decoration : none;
}
#switchpro_main_menu .level1 ul.level1 {
    display: block;
    left: 220px;
    opacity: 0;
    padding: 18px 0 10px 15px;
    position: absolute;
    top: -20px;
    visibility: hidden;
    width: 200px;
}
#switchpro_main_menu li.level1:hover ul.level1 {
    left: 188px;
    opacity: 1;
    position: absolute;
    visibility: visible;
    width: 200px;
    z-index: 2000;
}

#switchpro_location_hidden ul li, #ad_popup ul li {
    font-weight : bold;
    cursor      : pointer;
}

#ad_district_id {
    margin-bottom : 18px
}

#ad_region_id li, #ad_district_id li {
    width       : 149px;
    line-height : 1.5em
}

.location_section li.column1 {
    margin-left : 10px;
}

.location_section li.column2 {
    margin-left : 159px;
}

.location_section li.column3 {
    margin-left : 318px;
}

.location_section li.column4 {
    margin-left : 477px;
}

.location_section li.column5 {
    margin-left : 636px;
}

.location_section li.column6 {
    margin-left : 795px;
}

#switchpro_location_hidden ul li:hover, #ad_popup ul li:hover {
    color : #c7b371;
}

li.level3:hover ul {
    display  : block;
    position : absolute;
    left     : 188px;
    width    : 200px;
    padding  : 18px 0px 10px 15px;
    top      : 0px;
    z-index  : 2000;
}

#switchpro_location_hidden ul li.active, #ad_popup ul li.active {
    color : #c7b371;
}

.p-header {
    color       : #ceae54;
    font-weight : bold;
    font-family : tahoma;
}

.buttons-set span {
    margin : 0;
}

#ad_popup hr {
    width : 890px !important;
}

#switchpro_main_child_menu {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #efefef;
    margin: 10px 0 0;
}
#switchpro_main_child_menu span.level1 {
	font-size: 1.9em;
	line-height: 1.25;
}

.productlastscore{  
    bottom: 8px;
    position: absolute;
    right: 10px;
}
#switchpro_main_child_menu ul.child_level_root {  
    border-bottom: 3px solid #efefef;
    border-top: 3px solid #efefef;
    float: left;
    width: 100%;
}
 
#switchpro_main_child_menu ul.child_level_root li {
    display: block;
    float: left;
    padding: 6px 15px;
}

#switchpro_main_child_menu .ul_block {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 15px;
    width: 100%;
}

div.ul_block ul li.li-block ul.level2 a { margin-top: 25px; }
.catalog-category-view .main .breadcrumbs { display: none}
#switchpro_main_child_menu .breadcrumbs { float: left; padding-bottom: 10px;}
#switchpro_main_child_menu .breadcrumbs  ul { float: left;}
#switchpro_main_child_menu .breadcrumbs li span a { float: left; margin-right: 10px; font-size: 13px; }
#switchpro_main_child_menu .breadcrumbs li span span { font-size: 13px;}
#switchpro_main_child_menu .breadcrumbs li span i { color: #ceae54; float: left; font-size: 13px; }
#switchpro_main_child_menu .breadcrumbs li span { float: left; }
#switchpro_main_child_menu .breadcrumbs li span { float: left; }
#switchpro_main_child_menu .breadcrumbs li { float: left; }
#child_cate .parent li.active a h1{ color: #ceae54;}
#child_cate .parent li:hover a h1 { color: #ceae54;}
.jcarousel-container .products-grid .product-name a{ text-transform: none; font-size: 13px; font-weight: 600;padding: 0 8px ;}
.wrapall_something > span { float: left; line-height: 24px; }
.quick-access .links li.first{ padding: 0;}
.cms-home .quick-access .links li.mdactive, .quick-access .links li.first:hover { background: #fff none repeat scroll 0 0; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-top: 1px solid #ccc; }	
.cms-home .quick-access .links li.mdactive > a, .quick-access .links li.first:hover > a { border: 0; height: 30px;background: #fff none repeat scroll 0 0; }
.cms-home .quick-access .links li.mdactive .tophead-wrapleft { display: block}
.cms-home .quick-access .links li.mdactive > a { height: 30px !important; border-bottom: 0 none !important;}
.cms-home .mdactive .tophead-wrapleft li:first-child { display: block; }
.cms-home .mdactive .tophead-wrapleft li { display: none; }

.quick-access .links li.first > a{ height: 27px; display: block; padding: 0px 15px; position: relative; z-index: 9999;border: 1px solid #efefef ;}
.customer-select-address {background: #fff none repeat scroll 0 0; border: 1px solid #ccc; display: none; margin-left: 165px; top: 32px; padding: 10px 15px; position: absolute; width: 295px; z-index: 99999; }
.customer-select-address-title > label { font-size: 16px; font-weight: bold; }
.customer-select-address-title > img { float: right; }
.customer-select-address-title > span { display: block; font-size: 11px; }
.customer-select-address-form { padding-top: 10px; }
.customeraddress-form-item .mditemnew label { color: #666; display: block; float: left; height: 30px; line-height: 30px; margin-bottom: 8px; width: 115px; }
.customeraddress-form-item select { margin-bottom: 8px; width: 180px;display: block; float: left;}
.customeraddress-form-button {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.btnsave-cusaddress { margin-right: 5px !important;}
#close-cusaddress { cursor: pointer; }
.linemdile {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 2px;
	float: left;
}
.mdnav-arrow {
	border-color: transparent transparent #ccc;
	border-style: solid;
	border-width: 0 9px 9px;
	font-size: 0;
	height: 0;
	line-height: 0;
	position: absolute;
	top: -9px;
	width: 0;
	left: 158px;
}
	
.mdnav-arrow-inner {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 9px 9px;
    font-size: 0;
    height: 0;
    left: -9px;
    line-height: 0;
    position: absolute;
    top: 1px;
    width: 0;
}
.mditemnew {
    float: left;
    width: 100%;
}

.mdselect-dropdown {
  /* styling */
  display: inline-block !important;
  font: inherit  !important;
  padding: 0.5em 3.5em 0.5em 1em  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box ;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mdselect-dropdown {
  background: rgba(0, 0, 0, 0) url("https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/mdbgdropdown.png") no-repeat scroll right center !important;
  border: 1px solid #d6d6d6;
}
.mdselect-dropdown:focus {
  background: rgba(0, 0, 0, 0) url("https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/mdbgdropdown.png") no-repeat scroll right center !important;
}
.mdselect-dropdown:-moz-focusring {
  color: transparent !important;;
  text-shadow: 0 0 0 #000 !important;;
}


.black-bar {
    background: rgba(0, 0, 0, 0) url("https://xikixi.com/skin/frontend/mercado/ecuador/md/switchpro/images/blackbar/bg_bar.png") repeat scroll right center;
    border-bottom: 5px solid #efefef;
    float: left;
    height: 68px;
    padding: 0 0 0 2%;
    position: relative;
    width: 98%;
    z-index: 10;
}

.black-bar-item {
    float: left;
    height: 100%;
    width: 14%;
}
.black-bar-item > span {
    color: #fff;
    float: left;
    line-height: 14px;
    margin-top: 20px;
}

.black-bar .black-bar-item:last-child > img {
    height: 38px;
    margin-top: 14px;
}
.black-bar-item > img {
    height: 100%;
    float: left;
}

#child_cate .parent .level2 { padding: 0}
#child_cate .parent .level2 .libannersmallimagenew a{ padding: 0; margin: 0}
#child_cate .parent .level2 .libannersmallimagenew h1{  margin-bottom: 12px;padding-left: 10px}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* .searchautocomplete {
  position: absolute;
  top: -5px;
  right: 0px;
  height: 34px;
  width: 436px;
  padding: 4px 10px;
  -webkit-border-radius: 0px 0px 0px 5px;
  -moz-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
  background: #fff;
  display: block;
} */
.searchautocomplete .sprite {
  background: url('https://xikixi.com/skin/frontend/mercado/ecuador/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
    background: url("https://xikixi.com/skin/frontend/mercado/ecuador/images/search_bar.jpg") no-repeat scroll 0 0 / 695px 31px rgba(0, 0, 0, 0);
    float: left;
    height: 31px;
    position: relative;
    width: 640px;
}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 24px;
  left: 1px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
  min-width: 94px;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  height: 29px;
  line-height: 28px;
  margin: 1px 25px 0 1px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  min-width:60px
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  background: url('https://xikixi.com/skin/frontend/mercado/ecuador/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 35px;
  top: 14px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  z-index: 12;
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 23px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  margin-left: 5px;
  width: 100%;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  background: url('https://xikixi.com/skin/frontend/mercado/ecuador/images/mirasvit/sprite.png');
  background-position: 0px -34px;
  background-repeat: no-repeat;
  float: left;
 
}
/* .searchautocomplete .nav-submit-button .button {
  width: 39px;
  height: 34px;
  padding: 0px 9px;
  margin: 0px;
  cursor: pointer;
  font-weight: bold;
  color: white;
  line-height: 12px;
  font-size: 13px;
  background-color: #3c454e;
  background-image: -moz-linear-gradient(top, #444c55, #313a44);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444c55), to(#313a44));
  background-image: -webkit-linear-gradient(top, #444c55, #313a44);
  background-image: -o-linear-gradient(top, #444c55, #313a44);
  background-image: linear-gradient(to bottom, #444c55, #313a44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444c55', endColorstr='#ff313a44', GradientType=0);
  border: 1px solid #313a44;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
} */
/* .searchautocomplete .nav-submit-button .button:hover {
  background-color: #39414b;
  background-image: -moz-linear-gradient(top, #313a44, #444c55);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313a44), to(#444c55));
  background-image: -webkit-linear-gradient(top, #313a44, #444c55);
  background-image: -o-linear-gradient(top, #313a44, #444c55);
  background-image: linear-gradient(to bottom, #313a44, #444c55);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff313a44', endColorstr='#ff444c55', GradientType=0);
} */
.searchautocomplete .searchautocomplete-placeholder {
  /* -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; */
  background: #FFF;
  border: 1px solid #ccc;
  padding-top: 0;
  position: absolute;
  left: 96px;
  top: 33px;
  width: 543px;	
  z-index: 102;
}
.searchautocomplete-placeholder p {
    margin: 5px 0;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  /* border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px; */
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeeeee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('https://xikixi.com/skin/frontend/mercado/ecuador/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

