/*francisco@factor15.cl*/
/*ns25.domaincontrol.com*/
/*72.167.131.157*/
/*<iframe width="1040" height="585" src="https://www.youtube.com/embed/DxAHS4-cA7k?rel=0" frameborder="0" allowfullscreen="">
</iframe>*/


/*tomateperalta@gmail.com*/

/* =============================================================
	OVERRIDE STYLES
============================================================= */
/* Body Background */
body {
	background: #FAFAFA !important; 
	-webkit-font-smoothing: antialiased;
}

/* Specify Main Font Family for the website */
body, p, span, small, a, .button {
	font-family: 'Roboto', sans-serif !important;
}

/* Roboto */
*.roboto {font-family: 'Roboto', sans-serif !important;}

/* Roboto Condensed */
*.roboto-c {font-family: 'Roboto Condensed', sans-serif !important;}

/* Fira Sans */
*.fira {font-family: 'Fira Sans', sans-serif !important;}

/* Rajdhani */
*.rajd {font-family: 'Rajdhani', sans-serif !important;}

/* Teko */
*.teko {font-family: 'Teko', sans-serif !important;}

/* Last .columns classes inside a .product-gallery div will float left */
.product-gallery .product-block:last-child {float: left !important;}

/* All .column classes will float left */
/*[class*="column"] + [class*="column"]:last-child {float: left !important;}*/

.clear {clear: both;}
.float-left {float: left !important;}
.float-right {float: right !important;}
.upp {text-transform: uppercase !important;}
.normal {font-weight: normal !important;}
.italic {font-style: italic !important;}
.lighter {font-weight: lighter !important;}
.bold {font-weight: bold !important;}
.bolder {font-weight: bolder !important;}
.table {width: 100%;}

/* Custom Select Boxes*/
select, select.select {
	font-size: 80%; 
	color: #666666; 
	font-weight: 500; 
	-webkit-font-smoothing: antialiased; 
	margin: 0; 
	cursor: pointer; 
	border-width: 0 0 2px 0; 
	border-color: rgba(0,0,0,.15); 
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	-webkit-font-smoothing: antialiased;
}
select.select {
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
}
select:hover, 
select.select:hover, 
select:focus, 
select.select:focus {
	border-color: #DDDDDD;
}

/* Transition for Hover & Focus states */
*.trsn, *.trsn:hover, *.trsn:focus, a, a:hover, a:focus, input, input:hover {
	text-decoration: none !important; 
	-webkit-transition: all 0.2s linear !important; 
	-moz-transition: all 0.2s linear !important; 
	-ms-transition: all 0.2s linear !important; 
	-o-transition: all 0.2s linear !important; 
	transition: all 0.2s linear !important;
}

/* Border radius for text inputs */
input.text, textarea.text, textarea.textarea {
	font-family: 'Roboto', sans-serif !important;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	-webkit-font-smoothing: antialiased;
}

/* Making images fill the screen or container where they're */
img.default {
	width: auto !important;
	max-width: inherit !important;
	height: 100% !important;
	margin: 0 auto !important;
	display: inline-block;
}
img.full {
	width: 100% !important;
}

/* Custom Rows */
.row.row-wide {
	max-width: 100% !important;
}
.row.row-wide .row.row-large {
	margin: 0 auto;
}


/* =============================================================
	COMIGN SOON
============================================================= */
/*	Coming Soon Header
============================================================= */
#coming-soon-header {
	width: 100%;
	/*height: 35%;*/
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	background: #28333E;
	/*z-index: 9999;*/
}
#coming-soon-header img {
	margin-top: 2.875rem;
	margin-bottom: 0.9375rem;
}
#coming-soon-header .text {
	font-size: 1.25rem;
	color: #FFFFFF;
}

/*	Coming Soon Content
============================================================= */
#coming-soon-content {
	width: 100%;
	/*height: 65%;*/
	/*padding: 3.875rem 15% 0;*/
	padding-top: 3.875rem;
	padding-bottom: 4.75rem;
	/*position: absolute;
	top: 35%;
	left: 0px;*/
	background: #E84E1B;
	/*z-index: 9999;*/
}
#coming-soon-content .csc-title {
	font-size: 2.75rem;
	color: #FFFFFF;
	text-shadow: 0 1px 5px rgba(0,0,0,.25);
	/*margin-top: 2.875rem;*/
	margin-top: 0;
}
#coming-soon-content .csc-title small {
	font-size: 0.9375rem;
	color: #FAFAFA;
	line-height: 1;
	letter-spacing: 0.05rem;
	display: block;
}
#coming-soon-content .csc-subtitle {
	font-size: 1.25rem;
	color: #FFFFFF;
	text-shadow: 0 1px 5px rgba(0,0,0,.25);
	margin-bottom: 2.875rem;
}
#coming-soon-content .button {
	color: #E84E1B;
	border-color: #FFFFFF;
	background: #FFFFFF;
}


/* =============================================================
	HEADER
============================================================= */
/*	Header Left & Right 
============================================================= */
header {
	/*background: #B73631;*/
  background: #18afab;
}
.header-left ul, 
.header-right ul {
	margin: 0;
}
.header-left ul li, 
.header-right ul li {
	line-height: 40px;
	height: 40px;
	display: inline-block;
}
.header-left ul li a, 
.header-left ul li .period, 
.header-right ul li a {
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: bold;
}

/* Header Left */
.header-left ul li .period {
	margin: 0 0.5rem 0 0.65rem;
}

/* Header Right */
.header-right ul li a {
	font-size: 0.9rem;
	width: 40px;
	height: 40px;
	margin-left: 0.5rem;
	display: block;
	background: #18afab;
}
.header-right ul li a:hover {
	background: #139693;
}


/* =============================================================
	NAVIGATION (for Desktop Devices)
============================================================= */
#navigation {
	height: 124px;
	padding: 0.9375rem 0;
}
#navigation, 
#navigation .top-bar {
	background: #032049;
}
#navigation .top-bar {
	max-width: 1140px;
	height: 104px;
}
#navigation .top-bar-section {
	width: 100%;
	height: 40px;
	display: block;
	position: absolute;
	top: 24.5px;
}

/*	Topbar Logo 
============================================================= */
#topbar-logo {
	text-align: center;
	width: 150px;
	height: 114px;
	margin: 0 auto;
	float: none;
	position: relative;
	z-index: 1;
}
#topbar-logo .name {
	height: 114px;
  padding-top: 15px;
}
#topbar-logo img {
	width: auto;
  margin-left: -50px;
}

/*	Navigation Menu Levels 
============================================================= */
/* Navigation First Level */
#navigation .first-level > a {
	font-size: 1.025rem;
	font-weight: 700;
	line-height: 50px;
	padding: 0 0.9375rem !important;
	position: relative;
	background: #032049;
}
#navigation .first-level > a:hover, 
#navigation .first-level:hover:not(.has-form) > a {
	color: #e84e1b;
}
#navigation .first-level > a:after {
	border-color: #e84e1b transparent transparent transparent;
	position: absolute;
	top: inherit;
	bottom: -5px;
	left: -5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	writing-mode: tb-rl;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#navigation .first-level:hover:not(.has-form) > a:after, 
#navigation .first-level > a:hover:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Navigation Second Level */
#topbar-cats .first-level .dropdown {
	border-top: 3px solid #e84e1b;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
	background: #FFFFFF;
}
#topbar-cats .first-level .dropdown .second-level {
	background: #FFFFFF;
}
#topbar-cats .first-level .dropdown .second-level > a {
	font-size: 0.9rem;
	color: #28333E;
	line-height: 2.5rem;
	border-bottom: 1px solid #EEEEEE;
	background: #FFFFFF;
}
#topbar-cats .first-level .dropdown .second-level > a:hover, 
#topbar-cats .first-level .dropdown .second-level > a:focus, 
#topbar-cats .first-level .dropdown .second-level:hover:not(.has-form) > a {
	background: #EEEEEE;
}

/* Navigation Third Level */
#topbar-cats .dropdown .dropdown {
	top: -3px;
	background: #EEEEEE;
}
#topbar-cats .dropdown .third-level {
	background: #EEEEEE;
}
#topbar-cats .dropdown .third-level > a {
	font-size: 0.9rem;
	color: #28333E;
	line-height: 2.25rem;
	border-bottom: 1px solid #DDDDDD;
	background: #EEEEEE;
}
#topbar-cats .dropdown .third-level > a:hover {
	background: #DDDDDD;
}

/*	Navigation on Fixed State 
============================================================= */
#navigation.fixed {
	height: 100px;
	-webkit-transition: all 0.2s ease !important; 
	-moz-transition: all 0.2s ease !important; 
	-ms-transition: all 0.2s ease !important; 
	-o-transition: all 0.2s ease !important; 
	transition: all 0.2s ease !important;
}
#navigation.fixed .top-bar, 
#navigation.fixed #topbar-logo, 
#navigation.fixed #topbar-logo .name, 
#navigation.fixed #topbar-logo img, 
#navigation.fixed .top-bar-section {
	height: 50px;
	-webkit-transition: all 0.2s ease !important; 
	-moz-transition: all 0.2s ease !important; 
	-ms-transition: all 0.2s ease !important; 
	-o-transition: all 0.2s ease !important; 
	transition: all 0.2s ease !important;
}
#navigation.fixed .top-bar-section {
	top: 0;
  margin-top: 15px;
}

/*	Languages & Currencies Dropdown 
============================================================= */
#lang-dropdown-trigger[aria-expanded="true"], 
#currency-dropdown-trigger[aria-expanded="true"] {
	color: #E84E1B !important;
}
#lang-dropdown, 
#currency-dropdown {
	border-width: 3px 0 0 0;
	border-top-color: #E84E1B;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#lang-dropdown.open, 
#currency-dropdown.open {
	right: 11px;
	left: inherit !important;
}
#lang-dropdown:focus, 
#lang-dropdown.open, 
#currency-dropdown:focus, 
#currency-dropdown.open {
	outline: none !important;
}
#lang-dropdown:before, 
#currency-dropdown:before {
	border-color: transparent transparent #E84E1B transparent;
	top: -14px;
	right: 9px;
	left: inherit;
}
#lang-dropdown:after, 
#currency-dropdown:after {
	border-color: transparent transparent #E84E1B transparent;
	top: -16px;
	right: 8px;
	left: inherit;
}
#lang-dropdown li, 
#currency-dropdown li {
	width: 100%;
	float: none;
	display: block;
	background: #FFFFFF;
}
#lang-dropdown li a, 
#currency-dropdown li a {
	color: #28333E;
	padding: 0 1.875rem;
	border-top: 1px solid #EEEEEE;
	background: #FFFFFF;
}
#lang-dropdown li a.active, 
#currency-dropdown li a.active {
	font-weight: bold;
	padding-top: 0.1rem;
	border-top: none;
	background: #FAFAFA;
}

/*	Search Dropdown 
============================================================= */
#search-dropdown-trigger[aria-expanded="true"] {
	color: #E84E1B !important;
}
#search-dropdown {
	width: 100%;
	max-width: 100%;
	padding: 0;
	border: none;
	top: 182px !important;
	left: 0 !important;
	/*background: #B73631;*/
	background: #F4F4F4;
	visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: visibility 0s linear 0.25s, opacity 0.25s linear; 
	-moz-transition: visibility 0s linear 0.25s, opacity 0.25s linear; 
	-ms-transition: visibility 0s linear 0.25s, opacity 0.25s linear; 
	-o-transition: visibility 0s linear 0.25s, opacity 0.25s linear; 
	transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}
#search-dropdown.open {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#navigation.fixed #search-dropdown {
	top: 78px !important;
}
#search-dropdown:before, 
#search-dropdown:after {
	display: none;
}
#search-dropdown:focus, 
#search-dropdown.open {
	outline: none !important;
}

/* Search Dropdown Form */
#dropdown_search_form {
	width: 100%;
	height: 101px;
	padding: 0.9375rem 1.875rem;
	border-bottom: 1px solid #EDEDED;
	position: relative;
}
#dropdown_search_input {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.75rem;
	color: #E84E1B;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #F4F4F4;
}
#dropdown_search_input::-webkit-input-placeholder {color: rgba(0,0,0,.25); transition: color 0.5s;}
#dropdown_search_input:-moz-placeholder {color: rgba(0,0,0,.25); transition: color 0.5s;}
#dropdown_search_input::-moz-placeholder {color: rgba(0,0,0,.25); transition: color 0.5s;}
#dropdown_search_input:-ms-input-placeholder {color: rgba(0,0,0,.25); transition: color 0.5s;}
#dropdown_search_input:focus {color: #E84E1B; background: #F4F4F4;}
#dropdown_search_input:focus::-webkit-input-placeholder {color: #E84E1B;}
#dropdown_search_input:focus:-moz-placeholder {color: #E84E1B;}
#dropdown_search_input:focus::-moz-placeholder {color: #E84E1B;}
#dropdown_search_input:focus:-ms-input-placeholder {color: #E84E1B;}
#dropdown_search_button {
	font-size: 1.25rem;
	color: rgba(0,0,0,.25);
	width: 70px;
	height: 70px;
	padding: 0;
	position: absolute;
	top: 0.9375rem;
	right: 1.875rem;
	background: transparent;
}
#dropdown_search_button:hover, 
#dropdown_search_button:focus {
	color: #E84E1B;
}
#dropdown_search_button:focus {
	outline: none !important;
}


/* =============================================================
	NAVIGATION (for Tablest & Mobile Devices)
============================================================= */
#sidebar-left, 
#sidebar-right {
	/*background: #28333E;*/
	background: #FAFAFA;
}

/*	Mobile Navigation 
============================================================= */
#mobile-nav {
	height: 5.5rem;
	background: #032049;
}
#mobile-nav .left-small, 
#mobile-nav .right-small {
	text-align: center;
	width: 6rem;
	height: 6rem;
	border: none;
}
#mobile-nav .left-off-canvas-toggle, 
#mobile-nav .right-off-canvas-toggle {
	font-size: 0.75rem;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 5.75rem;
	letter-spacing: 0.05rem;
	height: 6rem;
	display: block;
}
#mobile-nav .left-off-canvas-toggle[aria-expanded="true"], 
#mobile-nav .right-off-canvas-toggle[aria-expanded="true"] {
	color: #E84E1B;
}
#mobile-nav .middle {
	height: 6rem;
	right: 6rem;
	left: 6rem;
}
#mobile-nav .middle .title {
	line-height: 1;
	height: 6rem;
}
#mobile-nav .middle .title img {
	height: 3.1rem;
	margin-top: 0.95rem;
}

/*	Sidebar Left 
============================================================= */
#sidebar-left .off-canvas-list {
	border-bottom: 1px solid rgba(255,255,255,.075);
}
#sidebar-left .title label {
	font-size: 0.8rem;
	/*color: #CCCCCC;*/
	color: #FAFAFA;
	letter-spacing: 0.05rem;
	padding: 0.8rem 0.9375rem 0.75rem;
	/*border-top: 1px solid #FFFFFF;*/
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.15);
	/*background: rgba(0,0,0,.15);*/
	background: #E84E1B;
}

/* First Level */
#sidebar-left .first-level > a {
	/*color: #FFFFFF;*/
	color: #28333E;
	font-weight: 800;
	letter-spacing: 0.05rem;
	padding: 0.75rem 0.9375rem;
	/*border-bottom: 1px solid rgba(0,0,0,.25);
	border-top: 1px solid rgba(255,255,255,.075);*/
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #FFFFFF;
	/*background: #28333E;*/
	background: #FAFAFA;
}
#sidebar-left .first-level > a:hover, 
#sidebar-left .first-level > a:focus {
	/*background: rgba(0,0,0,.15);*/
	background: #EEEEEE;
}

/* Second & Third Level */
#sidebar-left .left-submenu {
	background: #FAFAFA;
}
#sidebar-left .has-submenu .parent > a {
	font-size: 1.1rem;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.05rem;
	padding: 0.8rem 0.9375rem 0.75rem;
	border-bottom: 1px solid rgba(0,0,0,.15);
	background: #E84E1B;
}
#sidebar-left .has-submenu .second-level > a, 
#sidebar-left .has-submenu .third-level > a {
	font-size: 0.95rem;
	color: #28333E;
	letter-spacing: 0.025rem;
	padding: 0.75rem 0.9375rem;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #FFFFFF;
	background: #FAFAFA;
}
#sidebar-left .left-submenu .second-level > a:hover, 
#sidebar-left .left-submenu .third-level > a:focus {
	background: #EEEEEE;
}
#sidebar-left .left-submenu .back {
	padding: 1.5rem 0.9375rem;
	background: #FAFAFA;
}
#sidebar-left .left-submenu .back .button {
	font-size: 0.75rem;
	color: #28333E;
	padding: 0.75rem 1.25rem 0.85rem 0.75rem;
	display: inline-block;
	border: 2px solid #28333E;
	background: #FAFAFA;
}
#sidebar-left .left-submenu .back .button:hover, 
#sidebar-left .left-submenu .back .button:focus {
	color: #FFFFFF;
	background: #28333E;
}
#sidebar-left .left-submenu .back .button:before {
	display: none;
}

/*	Sidebar Search 
============================================================= */
#sidebar-left .sidebar-search {
	/*padding: 0.9375rem;*/
	padding: 1.25rem 0.9375rem;
	border-bottom: 1px solid #EEEEEE;
}
#sidebar_search_form {
	width: 100%;
	display: inline-block;
	position: relative;
}
#sidebar_search_input {
	/*color: #B73631;*/
	color: #28333E;
	height: 2.5rem;
	margin: 0;
	padding: 0.5rem 2.5rem 0.5rem 0.5rem;
	border-color: #CCCCCC;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #FAFAFA;
}
#sidebar_search_input::-webkit-input-placeholder {color: #999999; transition: color 0.5s;}
#sidebar_search_input:-moz-placeholder {color: #999999; transition: color 0.5s;}
#sidebar_search_input::-moz-placeholder {color: #999999; transition: color 0.5s;}
#sidebar_search_input:-ms-input-placeholder {color: #999999; transition: color 0.5s;}
#sidebar_search_input:focus {/*color: #B73631;*/ color: #28333E; border-color: #28333E; background: #FAFAFA;}
#sidebar_search_input:focus::-webkit-input-placeholder {/*color: #B73631;*/ color: #28333E;}
#sidebar_search_input:focus:-moz-placeholder {/*color: #B73631;*/ color: #28333E;}
#sidebar_search_input:focus::-moz-placeholder {/*color: #B73631;*/ color: #28333E;}
#sidebar_search_input:focus:-ms-input-placeholder {/*color: #B73631;*/ color: #28333E;}
#sidebar_search_button {
	font-size: 0.8rem;
	color: #CCCCCC;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
}
#sidebar_search_button:hover, 
#sidebar_search_button:focus {
	/*color: #B73631;*/
	color: #28333E;
}

/*	Sidebar Login 
============================================================= */
#sidebar-login > .title > a, 
#sidebar-login-box .title > label, 
#sidebar-currency > .title > a, 
#sidebar-currency-box .title > label {
	font-size: 0.8rem;
	color: #FAFAFA;
	letter-spacing: 0.05rem;
	padding: 0.8rem 0.9375rem 0.75rem;
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.15);
	background: #E84E1B;
}
#sidebar-login > .title > a:before, 
#sidebar-currency > .title > a:before {
	display: none;
}
#sidebar-login > .title > a .fa-angle-right, 
#sidebar-currency > .title > a .fa-angle-right {
	font-size: 1.25rem;
	float: right;
}

/* Sidebar Login Box */
#sidebar-login-box, 
#sidebar-currency-box {
	background: #FAFAFA;
}
#sidebar-login-box .title > label, 
#sidebar-currency-box .title > label {
	font-size: 0.9rem;
	padding: 0.7rem 0.9375rem 0.75rem;
}
#sidebar-login-box .back, 
#sidebar-currency-box .back {
	margin-bottom: 0.9375rem;
	padding: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,.1);
}
#sidebar-login-box .back a, 
#sidebar-currency-box .back a {
	font-size: 0.85rem;
	color: #FAFAFA;
	font-weight: 600;
	text-transform: initial;
	padding: 0.25rem 0.9375rem 0.5rem;
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	background: #E84E1B;
}
#sidebar-login-box .back a:after, 
#sidebar-currency-box .back a:after {
	display: none !important;
}
#sidebar-login-box .back a .fa-angle-left, 
#sidebar-currency-box .back a .fa-angle-left {
	margin-right: 0.25rem;
}
#sidebar-login-box li:not(.title), 
#sidebar-currency-box li:not(.title) {
	padding: 0 0.9375rem;
}
#sidebar-login-box li .text, 
#sidebar-currency-box li .text {
	font-size: 0.9rem;
	color: #28333E;
	margin-bottom: 0;
}
#sidebar-login-box li .new-text, 
#sidebar-currency-box li .new-text {
	font-size: 0.9rem;
	/*color: #999999;*/
	color: rgba(0,0,0,.45);
	margin-bottom: 0;
}
#sidebar-login-box .button, 
#sidebar-currency-box .button {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	padding: 0.5rem 0.9375rem 0.75rem;
	border-width: 2px;
}
#sidebar-login-box .create, 
#sidebar-login-box .logout {
	font-size: 0.9rem;
	color: #28333E;
	font-weight: bold;
	padding: 0;
	display: inline-block;
	border-bottom: 1px solid transparent;
	background: transparent !important;
}
#sidebar-login-box .create:hover, 
#sidebar-login-box .create:focus , 
#sidebar-login-box .logout:hover, 
#sidebar-login-box .logout:focus {
	border-bottom-color: #28333E;
}

/*	Sidebar Currency Box  */
#sidebar-currency-box .back {
	margin-bottom: 0;
}
#sidebar-currency-box .slang-item {
	padding: 0 !important;
}

/*	Sidebar Languages 
============================================================= */
#sidebar-languages .title a {
	font-size: 0.8rem;
	color: #FAFAFA;
	letter-spacing: 0.05rem;
	padding: 0.8rem 0.9375rem 0.75rem;
	border-top: 1px solid rgba(255,255,255,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	background: #E84E1B;
}
#sidebar-languages .slang-item a, 
#sidebar-currency .slang-item a {
	color: rgba(40, 51, 62,.5);
	font-weight: 800;
	letter-spacing: 0.05rem;
	padding: 0.75rem 0.9375rem;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #FFFFFF;
	background: #FAFAFA;
}
#sidebar-languages .slang-item a:hover, 
#sidebar-currency .slang-item a:hover {
	background: #EEEEEE;
}
#sidebar-languages .slang-item a:hover, 
#sidebar-currency .slang-item a:hover, 
#sidebar-languages .slang-item.active a, 
#sidebar-currency .slang-item.active a {
	color: #28333E;
}
#sidebar-languages .slang-item.active a .fa-check-circle {
	font-size: 0.8rem;
}

/*	Sidebar Cart 
============================================================= */
/* Sidebar Cart Titles */
#sidebar-cart .title > label, 
#sidebar-cart .title > a {
	font-size: 0.8rem;
	color: #FAFAFA;
	letter-spacing: 0.05rem;
	padding: 0.8rem 0.9375rem 0.75rem;
	border-top: none;
	border-bottom: 1px solid rgba(0,0,0,.15);
	background: #E84E1B;
}

/* Sidebar Cart Empty */
#sidebar-cart .sidebar-cart-empty {
	padding: 0.9375rem;
}
#sidebar-cart .sidebar-cart-empty .text {
	font-size: 0.9rem;
	color: #28333E;
}

/* Sidebar Cart List Item */
.sidebar-list-item {
	width: 235px;
	padding: 0.9375rem 0 1.1rem 0.9375rem;
	float: left;
	display: inline-block;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #EEEEEE;
}
.sidebar-list-item .sl-image {
	width: 55px;
	padding: 0.25rem 0;
	float: left;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	background: #FFFFFF;
}
.sidebar-list-item .sli-name {
	font-size: 1.25rem;
	color: #28333E;
	line-height: 1.1;
	text-transform: uppercase;
	width: 160px;
	margin: 0;
	float: right;
	padding-right: 0.5rem;
}
.sidebar-list-item .sli-name .option {
	font-size: 60%;
	color: #999999;
	font-weight: 500;
	line-height: 1;
	text-transform: initial;
	width: 100%;
	margin-bottom: 0.25rem;
	display: block;
}
.sidebar-list-item .sli-price {
	font-size: 0.85rem;
	color: #666666;
	font-weight: 600;
	width: 160px;
	margin-bottom: 0;
	padding-right: 0.5rem;
	float: right;
}
.sidebar-list-item .sli-price-old {
	font-size: 0.75rem;
	color: #999999;
	font-weight: normal;
	text-decoration: line-through;
}

/* Sidebar Cart List Actions */
.sidebar-list-actions {
	width: 220px;
	padding: 1.875rem 0.9375rem 0.9375rem;
	float: left;
	border-top: 1px solid #FFFFFF;
}
.sidebar-list-actions .sla-button {
	width: 98%;
	margin-bottom: 0;
	border-width: 2px;
}
.sidebar-list-actions .sla-anchor {
	font-size: 0.85rem;
	color: #999999;
	padding: 0.9375rem 0 0.25rem;
	display: inline-block;
	border-bottom: 1px solid transparent;
	background: #FAFAFA;
}
.sidebar-list-actions .sla-anchor:hover, 
.sidebar-list-actions .sla-anchor:focus {
	color: #333333;
	border-bottom-color: #666666;
	background: #FAFAFA;
}




/* =============================================================
	FOOTER
============================================================= */
footer {
	background: #e84e1b;
}

/*	Footer About 
============================================================= */
#footer-about {
	padding-top: 2.75rem;
	padding-bottom: 2.5rem;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
#footer-title {
	font-size: 1.1rem;
	color: #FFFFFF;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin: 0 0 0.5rem;
}
#footer-description {
	font-size: 0.85rem;
	color: rgba(255,255,255,.75);
	line-height: 1.75;
	margin: 0;
}


/*	Footer Lists 
============================================================= */
#footer-lists {
	padding-top: 2.5rem;
	/*padding-bottom: 2.5rem;*/
	border-top: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.footer-list-block {
	margin-bottom: 0.5rem;
}
.footer-list-block ul {
	margin: 0;
}

/* Footer List Block Title */
.footer-list-block .flb-title {
	margin-bottom: 0.75rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255,255,255,.25);
}
.footer-list-block .flb-title a, 
.footer-list-block .flb-title span {
	font-size: 1.1rem;
	color: #FFFFFF;
	letter-spacing: 0.1rem;
	font-weight: 500;
}

/* Footer List Block Item */
.footer-list-block .flb-item {
	margin-bottom: 0.25rem;
}
.footer-list-block .flb-item a {
	font-size: 0.8rem;
	color: rgba(255,255,255,.5);
	font-weight: 600;
	letter-spacing: 0.05rem;
}
.footer-list-block .flb-item a:hover {
	color: #FFFFFF;
}

/*	Footer Copyright 
============================================================= */
#footer-copyright {
	padding-top: 1.1rem;
	padding-bottom: 0.9375rem;
	border-top: 1px solid rgba(255,255,255,.1);
}
#footer-copyright .copyright {
	font-size: 0.85rem;
	color: rgba(255,255,255,.5);
	margin: 0;
}
#footer-copyright .copyright .pipe {
	margin: 0 0.75rem;
}


/* =============================================================
	GENERALS ELEMENTS
============================================================= */
#error-page {
	padding-top: 2.75rem;
}

/*	Buttons 
============================================================= */
.button {
	letter-spacing: 0.05rem;
	border-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: transparent;
}

/* Button Grey */
.button.grey {
	color: #CCCCCC;
	border-width: 1px;
	border-color: #CCCCCC;
}
.button.grey:hover,
.button.grey:focus {
	color: #28333E;
	background: #CCCCCC;
}

/* Button Grey Reversed */
.button.grey.reversed {
	color: #FFFFFF;
	background: #CCCCCC;
}
.button.grey.reversed:hover, 
.button.grey.reversed:focus {
	border-color: #999999;
	background: #999999;
}

/* Button Red */
.button.red {
	color: #E84E1B;
	border-color: #E84E1B;
}
.button.red:hover, 
.button.red:focus {
	color: #FFFFFF;
	background: #E84E1B;
}
/* Button Red */
.button.red.reversed {
	color: #FFFFFF;
	background: #E84E1B;
}
.button.red.reversed:hover, 
.button.red.reversed:focus {
	color: #E84E1B;
	background: transparent;
}

/* Button Blue */
.button.blue {
	color: #032049;
	border-color: #032049;
}
.button.blue:hover, 
.button.blue:focus {
	color: #FFFFFF;
	background: #032049;
}

/* Button Blue Reversed */
.button.blue.reversed {
	color: #FFFFFF;
	background: #032049;
}
.button.blue.reversed:hover, 
.button.blue.reversed:focus {
	color: #032049;
	background: transparent;
}

/* Button Red */
.button.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.button.opacity:hover, 
.button.opacity:focus {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/* Button Estimate Shipping */
#cart-estimate .button {
	color: #666666;
	margin-bottom: 0.9375rem;
	border-color: #EEEEEE;
	border-bottom: 2px solid rgba(0,0,0,.1);
	background: #EEEEEE;
}
#cart-estimate .button:hover, 
#cart-estimate .button:focus {
	color: #222222;
}

/* Go Back Link */
.go-back {
	font-size: 0.9rem;
	color: #999999;
	letter-spacing: 0.05rem;
	margin-top: 0.9375rem;
	margin-right: 0.25rem;
	padding-bottom: 0.1rem;
	display: inline-block;
	border-bottom: 1px solid #FAFAFA;
}
.go-back:hover, 
.go-back:focus {
	color: #666666;
	border-bottom-color: #CCCCCC;
}

/*	Section Title 
============================================================= */
.section-title {
	padding-top: 4.25rem;
	padding-bottom: 2.75rem;
}
.section-title .title {
	font-size: 2.5rem;
	color: #032049;
	line-height: 1;
	margin: 0;
}
.section-title .title-border {
	margin-top: 0.5rem;
}

/*	Product Gallery 
============================================================= */
.product-gallery {
	margin-bottom: 1.875rem;
}
.product-block {
	margin-bottom: 2.75rem;
}

/* Product Block Image */
.product-block-image {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	background: #FFFFFF;
}
.pbi-anchor {
	display: block;
}

/* Product Block Info */
.product-block-info {
	min-height: 6.25rem;
	background: #FFFFFF;
  min-height: 130px;
}
.pbi-name {
	font-size: 1.3rem;
	color: #032049;
	line-height: 1;
	margin: 0 0 0.5rem;
}
.pbi-price {
	font-size: 1.1rem;
	color: #E84E1B;
	line-height: 1.4;
	margin: 0;
}
.pbi-discount {
	font-size: 85%;
	color: #999999;
	text-decoration: line-through;
}
.pbi-price-old {
	text-decoration: line-through;
	opacity: 0.5;
}
.pbi-border {
	width: 10%;
	height: 2px;
	display: block;
	position: absolute;
	right: 45%;
	bottom: 0;
	left: 45%;
	background: #FFFFFF;
}

/* Product Block Transitions */
.product-block:hover .pbi-border, 
.product-block:focus .pbi-border {
	width: 100%;
	left: 0;
	right: 0;
	background: #E84E1B;
}

.product-form-stock {
	font-size: 0.9rem;
  color: #888888;
  line-height: 45px;
  letter-spacing: 0.05rem;
  height: 45px;
  margin-right: 0.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
/* =============================================================
	HOME PAGE
============================================================= */
/*	Home Image Slider 
============================================================= */
#home-image-slider {
	padding: 0;
}

/* Slider Timer */
#home-image-slider .orbit-timer {
	display: none !important;
}

/* Slider Arrows */
#home-image-slider .orbit-prev {
	text-align: left;
	left: 0.9375rem;
}
#home-image-slider .orbit-next {
	text-align: right;
	right: 0.9375rem;
}
#home-image-slider .orbit-prev, 
#home-image-slider .orbit-next {
	color: #FFFFFF;
	line-height: 40px;
	text-indent: inherit !important;
	top: 47.5%;
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#home-image-slider .orbit-prev:hover, 
#home-image-slider .orbit-next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all 0.2s linear !important; 
	-moz-transition: all 0.2s linear !important; 
	-ms-transition: all 0.2s linear !important; 
	-o-transition: all 0.2s linear !important; 
	transition: all 0.2s linear !important;
}
#home-image-slider .orbit-prev span, 
#home-image-slider .orbit-next span {
	font-size: 5rem;
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	border: none;
	position: relative;
	top: 0;
	left: 0;
}
#home-image-slider .orbit-prev span:after, 
#home-image-slider .orbit-next span:after {
	width: 100%;
	height: auto;
	display: block;
	/*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;
	transform: translate(0, 0);
}
#home-image-slider .orbit-prev span:after {
	/*content: "&lsaquo;";*/
	/*content: "‹";*/
	content: "\f104";
}
#home-image-slider .orbit-next span:after {
	/*content: "&rsaquo;";*/
	/*content: "›";*/
	content: "\f105";
}

/* Slider Anchors */
#home-image-slider .image-slide-anchor {
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
	background: #000000;
}
#home-image-slider .image-slide-link {
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 58px;
	letter-spacing: 0.05rem;
	width: 25%;
	height: 60px;
	display: block;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	top: 12.5rem;
	left: 37.5%;
	background: rgba(0,0,0,.1);
	z-index: 1;
}
#home-image-slider .image-slide-link:hover, 
#home-image-slider .image-slide-link:focus {
	color: #222222;
	background: #FFFFFF;
}
#home-image-slider .image-slide-anchor:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

/*	Home Content Slider 
============================================================= */
/* Content Slides */
#home-content-slider {
	min-height: 115px;
}
#home-content-slider .content-slide {
	width: 100%;
	height: 100%;
	padding: 1.35rem 1.875rem 0.9375rem;
	display: block;
	border-bottom: 1px solid #EEEEEE;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFFFFF;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
#home-content-slider .content-slide.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
#home-content-slider .content-slide:hover {
	background: #EEEEEE;
}

/* Content Slides Elements */
#home-content-slider .subject {
	font-size: 0.75rem;
	color: rgba(40, 51, 62, 0.75);
	margin: 0;
}
#home-content-slider .title {
	font-size: 1.7rem;
	color: #28333E;
	line-height: 1;
	margin: 0.25rem 0 0;
}
#home-content-slider .subtitle {
	color: #E84E1B;
	letter-spacing: 0.05rem;
}

/*	Trustbar 
============================================================= */
#trustbar {
	padding-top: 3.875rem;
	padding-bottom: 1.875rem;
	background: url("//assets.jumpseller.com/store/tomatesurfshop/themes/53712/trustbar-pattern.png?1437459087") scroll repeat top left #003563;
}

/* Trustbar Block */
.trustbar-block {
	margin-bottom: 1.875rem;
}
.trustbar-block .fa {
  color: #FFFFFF;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.trustbar-block .title {
  color: #FFFFFF;
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
  margin-bottom: 0;
}
.trustbar-block .text {
  color: #FFFFFF;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.trustbar-block .button {
  margin-bottom: 0;
}

/*	Blog/News/Videos Feed 
============================================================= */
.feed-post {
	margin-bottom: 1.875rem;
	float: left !important;
}

/* Post Image */
.feed-image {
	background: #000000;
}
.feed-link {
	display: block;
	position: relative;
}
.feed-link img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
.feed-icon {
	height: 100%;
	padding-top: 16%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.feed-icon span {
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 56px;
	width: 60px;
	height: 60px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}

/* Post Lang */
#blog-lang {
	margin-top: 0.9375rem;
}
#blog-lang li {
	margin-right: -4px;
	display: inline-block;
}
#blog-lang li a.active {
	color: #E84E1B;
	border-bottom-color: #E84E1B;
}
#blog-lang li a {
	font-size: 0.75rem;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.5rem 0.9375rem;
	border-bottom: 2px solid #EEEEEE;
}

/* Post Information */
.feed-info {
	padding-top: 0.9375rem;
	padding-bottom: 1.75rem;
	background: #FFFFFF;
}
.feed-category {
	color: #868E97;
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
	margin: 0 0 0.65rem;
}
.feed-title {
	font-size: 1.35rem;
	color: #28333E;
	line-height: 1;
	margin: 0 0 0.5rem;
}
.feed-body {
	font-size: 0.8rem;
	color: #9E9E9D;
}
.feed-more {
	font-size: 0.85rem;
	color: #E84E1B;
}
.feed-more:hover, 
.feed-more:focus {
	color: #A32E2A;
}
.feed-border {
	width: 10%;
	height: 2px;
	display: block;
	position: absolute;
	right: 45%;
	bottom: 0;
	left: 45%;
	background: #FFFFFF;
}

/* Post Transitions */
.feed-post:hover .feed-link img {
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.feed-post:hover .feed-border, 
.feed-post:focus .feed-border {
	width: 100%;
	left: 0;
	right: 0;
	background: #E84E1B;
}

/* Blog/News Feed Actions */
.feed-actions {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	margin: 0.9375rem 0 1.875rem;
}
.feed-actions .button {
	font-size: 0.9rem;
}

/* Videos Feed */
#videos-feed {
	background: #F4F4F4;
}
#videos-feed .feed-info, 
#videos .feed-info {
	min-height: 5.75rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
#videos-feed .feed-title {
	margin: 0;
}


/* =============================================================
	CATEGORY & SEARCH RESULTS PAGES
============================================================= */
#category-page .category-image {margin-bottom: 15px;}
/*	Void Warning 
============================================================= */
.void-warning {
	margin-bottom: 5.75rem;
}
.void-warning .alert-box {
	padding: 2.5rem 1.875rem 1.75rem;
	border: none;
	background: #FFFFFF;
}
.void-warning .alert-title {
	font-size: 1.75rem;
	color: #28333E;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0 0 0.9375rem;
}
.void-warning .text {
	color: #777777;
	margin-bottom: 1.875rem;
}

/*	Gallery Breadcrumbs 
============================================================= */
#gallery-breadcrumbs {
	margin-bottom: 2.75rem;
}
#gallery-breadcrumbs .breadcrumbs {
	height: 35px;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: none;
	background: transparent;
}
#gallery-breadcrumbs .breadcrumbs li {
	font-size: 0.75rem;
	line-height: 35px;
	float: none;
	display: inline-block;
}
#gallery-breadcrumbs .breadcrumbs li a {
	color: #999999;
}
#gallery-breadcrumbs .breadcrumbs li a:hover, 
#gallery-breadcrumbs .breadcrumbs li a:focus {
	color: #28333E;
}
#gallery-breadcrumbs .breadcrumbs li.current span {
	color: #28333E;
	margin-left: 0.25rem;
}

/*	Gallery Sort 
============================================================= */
#gallery-sort {
	margin-bottom: 2.75rem;
}
#gallery-sort span {
	font-size: 0.75rem;
	color: #666666;
	line-height: 35px;
	margin-right: 0.5rem;
	display: inline-block;
}
#gallery-sort .select {
	width: 200px;
	height: 35px;
}

/*	Gallery Pager 
============================================================= */
.gallery-pager {
	margin-bottom: 3.75rem;
}
.gallery-pager .pager {
	margin: 0;
	list-style: none;
	display: inline-block;
}
.gallery-pager .pager li {
	margin: 0 0.5rem;
	display: inline-block;
}
.gallery-pager .pager li a {
	font-size: 0.95rem;
	color: #28333E;
	line-height: 25px;
	min-width: 25px;
	height: 30px;
	display: block;
	border-bottom: 2px solid #FAFAFA;
	background: #FAFAFA;
}
.gallery-pager .pager li a:hover, 
.gallery-pager .pager li.active a {
	border-bottom-color: #28333E;
}
.gallery-pager .pager li.active a {
	font-weight: bold;
}


/* =============================================================
	PRODUCT PAGE
============================================================= */
#product-page {
	padding-top: 2.75rem;
}
#product-image, 
#product-content {
	margin-bottom: 3.75rem;
}

/*	Product Image 
============================================================= */
#product-image > img, 
#product-slider > img {
	padding: 0.9375rem;
	background: #FFFFFF;
}

/* Product Thumbs */
#product-thumbs {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	border-top: 2px solid #FAFAFA;
	background: #FFFFFF;
}
#product-thumbs .thumb {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#product-thumbs .thumb:hover, 
#product-thumbs .thumb.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*	Product Info 
============================================================= */
#product-info, 
#product-info-small {
	margin-bottom: 0.9375rem;
}
#product-info .product-name, 
#product-info-small .product-name {
	font-size: 2.5rem;
	color: #032049;
	line-height: 1;
	margin-bottom: 0;
}
#product-info .product-price, 
#product-info-small .product-price {
	font-size: 1.75rem;
	color: #E84E1B;
	margin-bottom: 0.9375rem;
}
#product-info .product-price small, 
#product-info-small .product-price small {
	font-size: 70%;
	color: #999999;
	font-style: italic;
}
#product-info .product-description, 
#product-info .product-description p, 
#product-info .product-description li {
	font-size: 0.9rem;
	color: #888888;
	margin-top: 0;
    margin-bottom: 0px!important;
}
#product-info-small {
	margin-bottom: 1.875rem;
}
#product-info-small .product-name {
	margin-top: 0;
}

/*	Product Form 
============================================================= */
.form-row {
	margin-bottom: 1.875rem;
}
.form-row .form-title {
	font-size: 0.9rem;
	color: #888888;
	line-height: 45px;
	letter-spacing: 0.05rem;
	height: 45px;
	margin-right: 0.5rem;
	display: inline-block;
}
.form-row .text {
	font-size: 1.1rem;
	text-align: center;
	width: 60px;
	height: 45px;
	margin: 0;
	display: inline-block;
}
.form-row .select {
	max-width: 300px;
	height: 45px;
	padding: 0.5rem 0.75rem;
	background-color: #FFFFFF;
}
#product-qty {
	padding-top: 6px;
}

/* Product Actions */
#product-actions {
	margin-bottom: 1.875rem;
}
#product-actions .button {
	margin-bottom: 0;
}
#product-actions .fa-chevron-right {
	font-size: 0.85rem;
	margin-left: 0.5rem;
}

/* Product Availability */
.form-availability .wrapper {
	padding: 1rem 1.25rem 1.25rem;
	border: 1px solid #EEEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(0,0,0,.025);
}
.form-availability .title {
	font-size: 1.25rem;
	/*color: #E84E1B;*/
	color: #666666;
	letter-spacing: 0.05rem;
}
.form-availability .text {
	font-size: 0.95rem;
	color: #666666;
}
.form-availability .button {
	margin: 0;
}

/*	Product Share 
============================================================= */
#product-share, 
#product-share > .wrapper {
	height: 56px;
}
#product-share > .wrapper {
	padding-top: 20px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
#product-share .fb-share-button, 
#product-share .twitter-share-button {
	position: absolute !important;
	top: 14px !important;
	left: 0 !important;
}
#product-share .fb-share-button {
	margin-right: 0.75rem;
	top: 0;
}
#product-share .twitter-share-button {
	top: 18px !important;
	left: 8.5rem !important;
}

/*	Suggested Products 
============================================================= */
#suggested-products {
	background: #F4F4F4;
}

/* Suggested Title */
#suggested-title .title {
	font-size: 1.75rem;
}

/* Suggested Actions */
.suggested-actions {
	padding-top: 1.875rem;
	padding-bottom: 1.5rem;
}


/* =============================================================
	CART PAGE
============================================================= */
#cart-page {
	padding-bottom: 3.75rem;
}

/*	Cart Table Titles 
============================================================= */
.cart-table-titles {
	padding-right: 4.25rem;
}
.table-title {
	padding-bottom: 0.5rem;
}
.table-title .title {
	font-size: 0.85rem;
	color: #999999;
	letter-spacing: 0.05rem;
}

/*	Cart Table Product 
============================================================= */
.cart-table-product {
	padding-top: 0.9375rem;
	padding-right: 4.25rem;
	padding-bottom: 0.9375rem;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #EFEFEF;
	background: #FFFFFF;
}
.cart-table-product.first {
	border-width: 1px;
}
.cart-table-product:hover, 
.cart-table-product:focus {
	border-color: #CCCCCC;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 1;
}

/* Cart Table Content */
.ctp-content > .row {
  margin: 0 -0.9375rem !important;
}
.ctp-content .ctp-main, 
.ctp-content .ctp-qty, 
.ctp-content .ctp-subtotal {
	padding-right: 0.9375rem !important;
	padding-left: 0.9375rem !important;
}

/* Cart Table Delete */
.ctp-delete {
	font-size: 1.75rem;
	color: #CCCCCC;
	font-weight: 300;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	/*top: 0.9375rem;*/
	top: 3.25rem;
	right: 0.9375rem;
}
.ctp-delete:hover {
	color: #222222;
}

/* Cart Table Image */
.ctp-anchor {
	padding: 0.5rem;
	display: block;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}
.ctp-anchor:hover {
	border-color: #DDDDDD;
}

/* Cart Table Main Info */
.ctp-main {
	padding-top: 1.15rem !important;
}
.ctp-main.has-options {
	padding-top: 0.15rem !important;
}
.ctp-name {
	font-size: 1.75rem;
	color: #28333E;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin: 0.5rem 0 0;
}
.ctp-price {
	font-size: 1.25rem;
	color: #E84E1B;
	line-height: 1;
	margin: 0;
}
.ctp-discount {
	font-size: 85%;
	color: #999999;
	font-weight: 300;
	text-decoration: line-through;
}
.ctp-option {
	font-size: 0.75rem;
	color: #999999;
	font-weight: 700 !important;
	line-height: 1;
	margin: 0 0 0.5rem;
	display: inline-block;
}
.ctp-option span {
	line-height: 1;
	padding-right: 0.75rem;
	border-right: 1px solid #DDDDDD;
}
.ctp-option span.last {
	padding-right: 0;
	border-right: none;
}
.ctp-subtitle {
	font-size: 0.75rem;
	color: #999999;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-bottom: 0.25rem;
}

/* Cart Table Qty */
.ctp-qty {
	padding-top: 1.875rem !important;
}
.ctp-qty .select-qty {
	width: 55px;
	margin-right: 0.75rem;
}
.ctp-qty .ctp-number {
	padding-top: 0.5rem;
	display: inline-block;
}

/* Cart Table Subtotal */
.ctp-subtotal {
	padding-top: 2.25rem !important;
}
.ctp-number {
	font-size: 0.95rem;
	color: #666666;
}

/*	Cart Estimate 
============================================================= */
#cart-estimate {
	margin-bottom: 1.875rem;
	padding-top: 1.35rem;
}
#cart-estimate .title {
	color: #666666;
	font-weight: 600;
}

/* Cart Estimate Form */
#cart-estimate label {
	font-size: 0.75rem;
	color: #999999;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	margin-bottom: 0.15rem;
}
#cart-estimate .select {
  margin-bottom: 0.9375rem;
}

/* Estimate Shipping Results */
#estimate_shipping_results {
	padding-top: 1rem; 
	border-top: 1px dotted #CCCCCC;
}
#estimate_shipping_results > #estimates {
	width: 100%; 
	height: auto; 
	display: inline-block; 
	border-bottom: 1px dotted #CCCCCC;
}
#estimate_shipping_results > #estimates > dt,
#estimate_shipping_results > #estimates > dd {
	font-size: 0.8rem; 
	font-weight: 600;
	margin-bottom: 1rem; 
	float: left; 
	display: inline-block;
}
#estimate_shipping_results > #estimates > dt {
	width: 70%;
}
#estimate_shipping_results > #estimates > dd {
	text-align: right; 
	width: 30%;
}
#estimate_shipping_results > #estimates > dt > input[type="radio"] {
	margin-bottom: 0;
	margin-right: 0.25rem;
}

/*	Cart Discont 
============================================================= */
#cart-discount {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
#cart-discount .title {
	font-size: 0.9rem;
	color: #666666;
	line-height: 2.5rem;
	letter-spacing: 0.05rem;
	height: 2.5rem;
	margin: 0 0.9375rem 0 0;
	float: left;
	display: inline-block;
}
#coupon_form {
	width: auto;
	height: 2.5rem;
	float: left;
	display: inline-block;
}
#coupon_code {
	width: 300px;
	height: 2.5rem;
	margin: 0;
	float: left;
	display: inline-block;
	border-width: 1px 0 1px 1px;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
#set_coupon_code_button {
	line-height: 2.3rem;
	width: 100px;
	height: 2.5rem;
	margin: 0;
	padding: 0 1.25rem;
	float: left;
	display: inline-block;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

/*	Cart Totals 
============================================================= */
/*#cart-totals {
	padding-top: 2.025rem;
}*/
#cart-totals .table {
	border-width: 1px 0 0;
	border-color: #DDDDDD;
}
#cart-totals .table, 
#cart-totals tfoot, 
#cart-totals .totals {
	background: transparent;
}
#cart-totals td {
	font-weight: normal;
	padding: 0.9375rem;
	border-top: 2px solid #EEE;
	border-bottom: 1px solid #EEEEEE;
}
#cart-totals td.roboto {
	font-size: 0.7rem;
	color: #999999;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
#cart-totals td.roboto-c {
	font-size: 1rem;
	color: #666666;
}
#cart-totals .totals.key td {
	color: #333333;
	border-bottom: none;
}


/* =============================================================
	CHECKOUT
============================================================= */
/*	Checkout Container 
============================================================= */
#checkout {
	padding-bottom: 3.75rem;
}
#checkout-left {
	padding-right: 1.875rem;
	border-right: 1px solid #EEEEEE;
}
#checkout .legend {
	font-size: 1.25rem;
	color: #666666;
	font-weight: bold;
	padding: 0 0.85rem;
}
#checkout-right .legend {
	padding: 0;
}
#checkout .field {
	min-height: 4.75rem;
	display: block !important;
}
#checkout .field label {
	font-size: 0.75rem;
	color: #666666;
	font-weight: 500;
}
#checkout .field .text {
	margin-bottom: 0;
}
#checkout #shipping_address_same_as_shipping {
	min-height: inherit;
	margin-bottom: 0.9375rem;
}
#checkout .actions {
	margin-top: 0.9375rem;
}
#checkout p.required {
	font-size: 0.9rem;
	color: #F04124;
	padding: 1.875rem 0.9375rem 0;
}

/* Other */
#other .field label {
	margin-bottom: 0.25rem;
}
#other .field .textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 9rem;
	min-height: 9rem;
	max-height: 11rem;
}

/* Payments & Shipping Options */
#payments_options, 
#shipping_options {
	margin-bottom: 0.9375rem;
	border-bottom: 1px solid #EEEEEE;
}
#payments_options .subtitle, 
#shipping_options .subtitle {
	font-size: 0.9rem;
	color: #666666;
	font-weight: 600;
	margin-left: 0.25rem;
}
#payments_options .payment_information, 
#shipping_options .shipping_information {
	padding-left: 1.35rem;
}
#payments_options .payment_information, 
#payments_options .payment_information p, 
#shipping_options .shipping_information, 
#shipping_options .shipping_information p {
	font-size: 0.9rem;
	color: #777777;
}
#payments_options .payment_information img, 
#shipping_options .shipping_information img {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
	display: block;
}


/* =============================================================
	REVIEW ORDER
============================================================= */
#review-page {
	padding-bottom: 3.75rem;
}
#review-page .cart-table-titles, 
#review-page .cart-table-product {
	padding-right: 0.9375rem;
}
#review-page #cart-totals .table {
	border: none !important;
}
#review-page #cart-totals tr.first td {
	border-top: none;
}

/* Review & Billing Addresses */
#review-shipping-address, 
#review-billing-address {
	margin-bottom: 1.875rem;
	padding-top: 1.15rem;
}
#review-shipping-address .title, 
#review-billing-address .title {
	font-size: 0.85rem;
	color: #444444;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin: 0 0 0.9375rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #EEE;
}
#review-shipping-address .address, 
#review-billing-address .address {
	font-size: 0.9rem;
	color: #666666;
}


/* =============================================================
	SUCCESS ORDER
============================================================= */
#success-page {
	padding-bottom: 3.75rem;
}

/*	Success Title  
============================================================= */
#success-title .title {
	margin-bottom: 0.75rem;
}
#success-title .text {
	font-size: 1.1rem;
	color: #666666;
}

/*	Ordered Products 
============================================================= */
#ordered-products {
	margin-bottom: 1.875rem;
	padding-top: 1rem;
}
#ordered-products #cart-totals .table, 
#ordered-products #cart-totals .table .totals.first td {
	border-top: none !important;
}

/* Ordered Title */
.ordered-title .title {
	font-size: 1rem;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0.75rem;
	padding-left: 0.9375rem;
}
.ordered-title .title small {
	font-size: 75%;
	color: #999999;
	font-weight: 600;
	line-height: 1.5;
	text-transform: initial;
	margin-top: 0.25rem;
	display: block;
}

/* Ordered Item */
.ordered-item {
	padding: 1.25rem 0;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #EFEFEF;
	background: #FFFFFF;
}
.ordered-item.first {
	border-width: 1px;
}
.ordered-name {
	font-size: 1.5rem;
	color: #E84E1B;
	font-weight: 600;
	letter-spacing: 0.05rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.ordered-name small {
	font-size: 55%;
	color: #999999;
	line-height: 1.25;
	letter-spacing: 0;
	margin-top: 0.25rem;
	display: block;
}
.ordered-name .option {
	color: #28333E;
	line-height: 1.25;
	display: inline-block;
	padding-right: 0.75rem;
	margin-right: 0.75rem;
	border-right: 1px solid #DDD;
	text-transform: initial;
}
.ordered-price {
	font-size: 0.8rem;
	color: #999999;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0;
}
.ordered-price .roboto-c:nth-of-type(2) {
	margin: 0 0.5rem;
}

/* Success Information */
#success-info .success-info-block {
	border-style: solid;
	border-color: #EEEEEE;
	background: #FFFFFF;
}
#success-info .success-info-block.shipping {
	padding-top: 0.9375rem;
	padding-bottom: 0.9375rem;
	border-width: 1px 1px 0 1px;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
#success-info .success-info-block.payment {
	border-width: 0 1px 1px 1px;
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}
#success-info .title {
	font-size: 0.9rem;
	color: #666666;
	font-weight: bold;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #EEEEEE;
}
#success-info .text, 
#success-info .text p {
	font-size: 0.9rem;
	color: #666666;
}
#success-info  .payment .text br {
	display: none;
}

/* Success Actions */
#success-actions {
	padding-top: 1.5rem;
}


/* =============================================================
	CUSTOMERS
============================================================= */
/*	Login, Create Password & Registration Pages 
============================================================= */
#login-page, 
#register, 
#edit-address {
	padding-bottom: 3.75rem;
}

/* Titles */
#login-title .title, 
#register-title .title {
	letter-spacing: -0.05rem;
}
#login-title .title small, 
#register-title .title small {
	font-size: 0.85rem;
	line-height: 1;
	letter-spacing: 0.1rem;
	margin-bottom: 0.5rem;
	display: block;
}

/* Login Form */
#login, 
#details {
	margin-bottom: 1.875rem;
}
#login .field, 
#create_password .field, 
#register-form .field, 
#customer_address .field {
	min-height: 5.75rem;
}
#login .field label, 
#create_password .field label, 
#register-form .field label, 
#customer_address label {
	font-size: 0.75rem;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
}
#login .field .text, 
#create_password .field .text, 
#register-form .field .text, 
#customer_address .text {
	color: #28333E;
	text-align: center;
	height: 2.8125rem;
	margin-bottom: 0;
	border: 1px solid #FAFAFA;
	background: #FFFFFF;
}
#login .field .text:focus, 
#create_password .field .text:focus, 
#register-form .field .text:focus, 
#customer_address .text:focus {
	border-color: #CCCCCC;
}
#register-form .field .select, 
#customer_address .select {
	height: 2.8125rem;
}
#login-page .actions a {
	font-size: 0.9rem;
	color: #999999;
	font-style: italic;
}
#login-page .actions a:hover {
	color: #333333;
}
#login .error {
	font-size: 0.85rem;
	color: #F04124;
	text-transform: uppercase;
	margin-top: 0.9375rem;
}
#login .notice {
	font-size: 0.85rem;
	color: #666666;
	margin-top: 0.9375rem;
}

/* Login New Customer */
#login-new .title {
	font-size: 1rem;
	color: #666666;
	margin-bottom: 1.875rem;
	padding-top: 1.9375rem;
	border-top: 1px solid #DDDDDD;
}
#login-new .login-new-wrapper {
	padding: 0 1.875rem;
}

/* Register Form */
#register-form .legend, 
#customer_address .legend {
	display: none;
}
#register-form .actions {
	padding: 0 0.9375rem;
}

/*	Account Page 
============================================================= */
/* Account Title */
#account-title .title .email {
	font-size: 1.1rem;
	color: rgba(40, 51, 62,0.75);
	line-height: 1;
	letter-spacing: 0.05rem;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	display: block;
}
#account-title .logout {
	font-size: 1rem;
	color: rgba(0,0,0,.25);
	font-weight: bold;
	display: inline-block;
}
#account-title .logout:hover {
	color: rgba(0,0,0,.5);
}

/* Customer Information */
.account-info {
	margin-bottom: 2rem;
	padding-bottom: 1rem;
}
.account-info .title {
	font-size: 1rem;
	color: #666666;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 1rem;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #F4F4F4;
}
.account-info p {
	font-size: 0.9rem;
	color: #666666;
}
.account-info .button {
	color: #666666;
	border-color: #EEEEEE;
	background: #EEEEEE;
}
.account-info .button:hover, 
.account-info .button:focus {
	color: #FFFFFF;
	border-color: #666666;
	background: #666666;
}
.account-info .button.edit, 
.account-info .button.delete {
	margin-right: 0.25rem;
	margin-left: 0.25rem;
}

/* Purchases Table Titles */
.purchases-table {
	margin-bottom: 1.875rem;
}
.purchase-subheader {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(0,0,0,.25);
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
	background: #28333E;
}
.purchase-subheader .title {
	font-size: 1.25rem;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 0;
}
.purchase-title {
	line-height: 1;
	padding-top: 0.6rem;
	padding-bottom: 0.75rem;
	border-top: 1px solid rgba(255,255,255,.1);
	background: #28333E;
}
.purchase-title span {
	font-size: 0.8rem;
	color: rgba(255,255,255,.75);
	font-weight: bold;
	letter-spacing: 0.05rem;
}

/* Purchase Block */
.purchase-block {
	padding-top: 0.9375rem;
	padding-bottom: 0.75rem;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid rgba(0,0,0,.075);
	border-bottom: 1px solid rgba(0,0,0,.075);
	border-left: 1px solid rgba(0,0,0,.075);
	background: #F4F4F4;
}
.purchase-block.first {
	border-top: none;
}
.purchase-block.last {
	-webkit-border-radius: 0 0 2px 2px; 
	-moz-border-radius: 0 0 2px 2px; 
	border-radius: 0 0 2px 2px;
}
.purchase-block span {
	font-size: 0.9rem;
	color: #666666;
}
.purchase-block-info h6 {
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.purchase-block-info .label {
	font-size: 0.6875rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.45rem 0.5rem 0.375rem;
}
.purchase-block-info .label.pending-payment {
	color: #333333; 
	background: #EFE300;
}
.purchase-block-info .label.paid {
	background: #5CB85C;
}
.purchase-block-info .label.abandoned {
	background: #999999;
}
.purchase-block-info .label.canceled {
	background: #D9534F;
}

/* Purchases Table Empty */
.purchase-block-empty {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	border-right: 1px solid rgba(0,0,0,.075);
	border-bottom: 1px solid rgba(0,0,0,.075);
	border-left: 1px solid rgba(0,0,0,.075);
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	/*background: #F4F4F4;*/
	background: #F9F8F7;
}
.purchase-block-empty .text {
	margin: 0;
}

/* Account Actions */
.account-actions {
	margin-bottom: 3.75rem;
}
.account-actions .text {
	color: #C73F51;
}


/* =============================================================
	ABOUT US
============================================================= */
#about-us {
	padding-bottom: 2.75rem;
}

/*	About Us Title 
============================================================= */
#about-us-title .subtitle {
	font-size: 1.5rem;
	color: #28333E;
	margin-top: 2.875rem;
}

/*	About Us Content & Images 
============================================================= */
#about-us .about-content, 
#about-us .about-image {
	margin-bottom: 1.875rem;
}
#about-us .about-content .text {
	color: #444444;
	font-weight: lighter;
}
#about-us .about-image img {
	margin-bottom: 0.9375rem;
}
#about-us .about-image .img-foot {
	font-size: 0.75rem;
	color: #666666;
}
#about-us .about-sponsored {
	margin-bottom: 1.875rem;
}
#about-us .about-sponsored .title {
	font-size: 1.6rem;
	color: #666666;
	letter-spacing: 0.05rem;
}
#about-us .about-sponsored img {
	margin-bottom: 0.9375rem;
}
#about-us .about-sponsored .absp-name {
	font-size: 0.9375rem;
	color: #E84E1B;
	text-transform: uppercase;
}


/* =============================================================
	OUR STORES
============================================================= */
#our-stores {
	padding-bottom: 3.75rem;
}

/*	Our Stores Title 
============================================================= */
#our-stores-title .subtitle {
	font-size: 0.9375rem;
	color: #28333E;
	margin-top: 1.875rem;
	margin-bottom: 0;
}

/*	Our Stores Blocks 
============================================================= */
.our-stores-block {
	margin-bottom: 1.875rem;
}
.osb-wrapper {
	padding-top: 0.9375rem;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #F4F4F4 #F4F4F4 #EEEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FFFFFF;
}
.osb-image {
	margin-bottom: 0.9375rem;
}
.osb-title {
	color: #E84E1B;
	line-height: 1;
	letter-spacing: 0.05rem;
	margin-bottom: 0;
}
.osb-subtitle {
	font-size: 0.8rem;
	color: #999999;
	margin-bottom: 0.75rem;
	padding-bottom: 0.9375rem;
	border-bottom: 1px solid #f4f4f4;
}
.osb-list-icon {
	font-size: 0.9375rem;
	color: #999999;
}
.osb-list-item {
	font-size: 0.9375rem;
	color: #28333E;
	margin-bottom: 1.25rem;
}
.osb-list-item strong {
	font-size: 0.7rem;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.075rem;
	display: block;
}


/* =============================================================
	BLOG, NEWS & VIDEOS
============================================================= */
#blog-news, 
#videos {
	padding-bottom: 3.75rem;
}
#blog-news .tabs-content .content {
	width: auto;
}

/*	Blog & News Title 
============================================================= */
#blog-news-title {
	padding-bottom: 1.875rem;
}

/*	Blog & News Tabs 
============================================================= */
#blog-news-tabs {
	margin-bottom: 1.875rem;
}
#blog-news-tabs .tabs .tab-title {
	margin: 0 -2px;
	float: none;
	display: inline-block;
}
#blog-news-tabs .tabs .tab-title:nth-of-type(1) {
	border-right: 1px solid #FAFAFA;
}
#blog-news-tabs .tabs .tab-title a {
	font-size: 0.9rem;
	color: #666;
	letter-spacing: 0.15rem;
	padding: 1rem 3.75rem 0.9375rem;
	border-bottom: 3px solid rgba(40, 51, 62, 0.25);
	background: #F4F4F4;
}
#blog-news-tabs .tabs .tab-title a:hover {
	background: #FFFFFF;
}
#blog-news-tabs .tabs .tab-title a:focus {
	outline: none !important;
}
#blog-news-tabs .tabs .tab-title.active a {
	color: #28333E;
	border-bottom-color: #E84E1B;
	background: #FFFFFF;
}

/*	Post Page 
============================================================= */
#post-page {
	padding-bottom: 3.75rem;
}

/* Post Page Title */
#post-page-title {
	padding-top: 2.75rem;
	padding-bottom: 1.875rem;
}
#post-page-title .post-page-avatar {
	width: 100px;
	height: 100px;
	margin-bottom: 0.9375rem;
	display: inline-block;
	border: 3px solid #FFFFFF;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}
#post-page-title .post-page-avatar img {
	width: auto;
	max-width: inherit;
	height: 100%;
	margin-left: -50%;
}
#post-page-title .date {
	font-size: 0.9rem;
	color: #666666;
	margin: 0 0 0.75rem;
}

/* Post Page Share */
#post-page-share {
	padding-bottom: 1.875rem;
}
#post-page-share .post-page-tw {
	padding-top: 4px;
}

/* Post Page Content */
#post-page-content p {
	color: #666666;
	line-height: 1.75;
}
#post-page-content iframe {
	width: 100% !important;
	height: 500px;
}

/* Post Page Actions */
#post-page-actions {
	padding-top: 0.9375rem;
}
#post-page-actions .button {
	margin-bottom: 0.9375rem;
}

/* Post Related */
#post-related-title {
	padding-top: 1.875rem;
}
#post-related-title .title {
	font-size: 1.5rem;
	color: #666666;
	margin-top: 0;
	margin-bottom: 2.75rem;
	padding-top: 2.75rem;
	border-top: 2px solid #EEEEEE;
}


/* =============================================================
	CONTACT PAGE
============================================================= */
#contact-page {
	padding-bottom: 3.75rem;
}

/*	Contact Page Form 
============================================================= */
#contact-page-form .subtitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 1.875rem;
}

/* Contact Form */
#contact_form h2.error, 
#contact_form h2.success {
	font-size: 1.25rem;
	margin-bottom: 0.9375rem;
	padding: 0 0.9375rem;
}
#contact_form h2.error {
	color: #F04124;
}
#contact_form h2.success {
	color: #95DB5C;
}
#contact_form .field {
	min-height: 5.75rem;
}
#contact_form .field label {
	font-size: 0.75rem;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.25rem;
	padding-left: 0.1rem;
}
#contact_form .field br {
	display: none;
}
#contact_form .field .text {
	font-size: 0.875rem;
	color: #28333E;
	height: 2.8125rem;
	margin-bottom: 0;
	padding: 0.5rem 0.9375rem;
	border: 1px solid #FAFAFA;
	background: #FFFFFF;
}
#contact_form .field .text:focus {
	border-color: #CCCCCC;
}
#contact_form .field span.error {
	color: #F04124;
	text-align: right;
	margin: 0;
	background: transparent;
}
#contact_form p.required {
	font-size: 0.85rem;
	color: #E84E1B;
	font-style: italic;
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}
#contact_form .button {
	margin-left: 0.15rem;
}

/*	Contact Information  
============================================================= */
.contact-info-wrapper {
	padding-top: 1.35rem;
	/*padding-bottom: 1.35rem;*/
	border-bottom: 3px solid #EEEEEE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #FFFFFF;
}
#contact-info .title {
	font-size: 0.9375rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-bottom: 0.9375rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #EEEEEE;
}

/* Contact Details */
#contact-details .text {
	font-size: 0.95rem;
	color: #666666;
}
#contact-details .text strong {
	font-weight: 500;
}

/* Stores */
#contact-stores .subtitle {
	font-size: 1rem;
	color: #28333E;
	font-weight: 500;
	margin-bottom: 0.75rem;
}
#contact-stores iframe {
	width: 100% !important;
	height: 240px;
	margin-bottom: 1.5rem;
}


/* =============================================================
	ARICA CHILEAN CHALLENGE 2015
============================================================= */
/*	ACC Page Content 
============================================================= */
#acc-page-content {
	padding-bottom: 2.75rem;
}
#acc-page-content iframe {
	width: 100% !important;
}












/* =============================================================
	MEDIA QUERIES
============================================================= */
/*	Specifications for Small Screens
============================================================= */
/* max-width 640px */
@media only screen and (max-width: 40em) {
	
	/* Footer */
	#footer-lists .footer-list-block {height: 15rem !important;}
	
	/* Product Gallery */
	.product-gallery .product-block {width: 50%;}

	/* Home Slideshow */
	#home-image-slider .image-slide-link {width: 40%; top: 9rem; left: 30%;}
	#home-image-slider .orbit-prev, 
	#home-image-slider .orbit-next {display: block;}
	#home-image-slider .orbit-prev span, 
	#home-image-slider .orbit-next span {font-size: 4rem;}

	/* Product Page */
	.form-row .form-title {line-height: 1; height: 1.5rem; margin: 0; display: block;}
	#product-qty {margin-bottom: 2.5rem;}

	/* Cart Page */
	.ctp-delete {top: 1.25rem; right: 1.25rem;}
	.ctp-content .ctp-main {padding-top: 0 !important;}
	.ctp-content .ctp-qty, 
	.ctp-content .ctp-subtotal {padding-top: 0.9375rem !important;}
	.ctp-content .ctp-number {padding-top: 0.35rem; display: inline-block;}
	#coupon_form {width: 100%;}
	#coupon_code {width: 70%;}
	#set_coupon_code_button {width: 30%;}
	#cart-totals {margin-bottom: 1.875rem;}
	#cart-totals td.roboto {padding-left: 0;}
	#cart-totals td.roboto-c {padding-right: 0;}

	/* Checkout Page */
	#checkout-right {margin-top: 1.875rem; padding: 0;}

	/* Review Order Page */
	#review-page #cart-actions .button {width: 100%; padding: 1rem 0 1.0625rem;}

	/* Success Order Page */
	#ordered-products {margin-bottom: 0; padding-right: 1.875rem; padding-left: 1.875rem;}
	#ordered-products .ordered-title .title {padding-left: 0;}
	#success-actions {padding: 2.75rem 0 0;}

	/* Client Account Page */
	.purchase-block {padding-top: 1.875rem;}
	.purchase-block .purchase-block-info {margin-bottom: 0.9375rem;}

	/* About Us Page */
	#about-us .about-sponsored:not(.about-sponsored-title) {width: 50%;}
	
	/* ACC 2015 */
	#acc-page-content .live-webcast iframe {height: 340px !important;}

}

/* max-width 480px */
@media only screen and (max-width: 30em) {
	
	/* Footer */
	#footer-lists .footer-list-block {width: 50%;}
	
	/* Product Gallery */
	.product-gallery .product-block {width: 100%;}

	/* Home Slideshow */
	#home-image-slider .image-slide-link {width: 50%; top: 6.75rem; left: 25%;}

	/* Cart Page */
	.cart-table-product {padding-right: 3.75rem; padding-left: 1.875rem;}
	.ctp-image, 
	.ctp-content {width: 100%; margin-bottom: 0.75rem;}

	/* About Us Page */
	#about-us .about-sponsored:not(.about-sponsored-title) {width: 100%;}
	
	/* ACC 2015 */
	#acc-page-content .live-webcast iframe {height: 250px !important;}
	
}

/* max-width 320px */
@media only screen and (max-width: 20em) {
	
	/* Footer */
	#footer-lists .footer-list-block {width: 100%;}

	/* Client Account Page */
	.purchase-block .purchase-block-info {width: 50%;}
	
	/* ACC 2015 */
	#acc-page-content .live-webcast iframe {height: 210px !important;}
	
}

/*	Specifications for Medium Screens
============================================================= */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	/* Category & Search Galleries */
	#category-gallery .product-block, 
	#search-gallery .product-block {width: 33.3333%;}

	/* Checkout Page */
	#checkout-left {padding-left: 1.875rem;}

	/* Success Order Page */
	#ordered-products {padding-left: 1.875rem;}
	
}

/* Screens from 768px to 1023px */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	/* Footer */
	#footer-lists .footer-list-block {text-align: center; width: 33.3333%; min-height: 15rem !important; height: inherit !important;}

	/* About Us Page */
	#about-us .about-us-wrapper .row .about-image, 
	#about-us .about-us-wrapper .row .about-content {width: 100%;}
	#about-us .about-us-wrapper .row:nth-of-type(1) .about-image {left: 0;}
	#about-us .about-us-wrapper .row:nth-of-type(1) .about-content {right: 0;}

	/* ACC 2015 */
	#acc-page-content .live-webcast iframe {height: 450px !important;}

	
}

/*	Specifications for Large Screens
============================================================= */
/* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	
	/* Custom Rows */
	.row.row-large {max-width: 1140px;}
	.row.row-wide .row.row-large {width: 1170px;}

	/* Home Slideshow */
	#home-image-slider .image-slide-link {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;}
	#home-image-slider .image-slide-anchor:hover img {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; filter: alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75; opacity: 0.75;}
	#home-image-slider .image-slide-anchor:hover .image-slide-link {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
	#home-content-slider .content-slide.active, 
	#home-content-slider .content-slide.active:hover {border-bottom-color: #E84E1B; background: #E84E1B;}
	#home-content-slider .content-slide {height: 25%;}
	#home-content-slider .content-slide[data-orbit-link="slide-1"] {top: 0;}
	#home-content-slider .content-slide[data-orbit-link="slide-2"] {top: 25%;}
	#home-content-slider .content-slide[data-orbit-link="slide-3"] {top: 50%;}
	#home-content-slider .content-slide[data-orbit-link="slide-4"] {top: 75%;}
	#home-content-slider .content-slide {-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; filter: alpha(opacity=100) !important; -moz-opacity: 1 !important; -khtml-opacity: 1 !important; opacity: 1 !important;}
	#home-content-slider .content-slide.active .subject {color: #28333E;}
	#home-content-slider .content-slide.active .title {color: #FFFFFF;}
	#home-content-slider .content-slide.active .subtitle {color: rgba(255,255,255, 0.85);}

	/* ACC 2015 */
	/*#acc-page-content .live-webcast iframe{height: 450px;}*/
	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    -webkit-font-smoothing: subpixel-antialiased;
}

.text-currency {
	position: absolute;
  z-index: 2;
  top: -10px;
  font-size: 11px;
  color: #fff;
  margin-left: 20px;
}

#product-options .form-option {margin-bottom: 15px;}
#product-options .form-title {min-width: 70px;}

@media print, screen and (min-width: 40em){
  .hide-for-medium {
      display: none!important;
  }
}

@media (max-width: 641px){
  .sorting-hidden {
      display: none;
  }
  #gallery-breadcrumbs {
    margin-bottom: 2rem;
}
  #side-filters .gallery-toolbar .select {
    min-width: 100%;
    margin: 0;
}
}

.gallery-toolbar {
  display:none;
  }

/*  Product Gallery
==================================================================================== */
.product-gallery {
  padding-bottom: 2.875rem;
}

/*  Gallery Toolbar  */
@media (max-width: 640px) {
.gallery-toolbar {
  display:block;
  }
}
@media (min-width: 640px) {
  .gallery-toolbar {
    margin-bottom: 2.875rem;
  }
}

.gallery-toolbar__title {
  font-size: 0.825rem;
  color: #999999;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  height: 40px;
  padding-top: 3px;
  display: inline-block;
}
.gallery-toolbar__select {
  width: 200px;
  height: 40px;
  margin-left: 5px;
}

/* Filters */
#show_filters {
  border-width: 1px;
}

#show_filters .badge {
  width: 15px;
  height: 15px;
  min-width: auto;
  border-radius: 3px;
}

.category_menu_list .count::before {
  content: '(';
}

.category_menu_list .count::after {
  content: ')';
}

.parent-2 {
  display: none;
}

#side-filters {
  display: none;
}

#side-filters .gallery-toolbar {
  display: none;
}

@media (min-width: 640px) {
  #side-filters {
    display: block !important;
  }
}

@media (max-width: 641px) {
  .sorting-hidden {
    display: none;
  }

  #side-filters .gallery-toolbar {
    display: block;
  }

  #side-filters .gallery-toolbar .select {
    width: 100%;
    margin: 0;
  }

  .gallery-toolbar .gallery-toolbar__title.sorting {
    display: none;
  }

  .gallery-toolbar .gallery-toolbar__select {
    width: auto;
    max-width: 180px;
    margin: 0;
  }
}

#side-filters h4 {
  font-size: 1.25em;
  font-weight: 700;
}

#side-filters h5 {
  font-family: 'Khula', sans-serif !important;
  font-size: 0.75rem;
  color: rgba(2, 73, 100, 0.5);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.25rem;
}

#side-filters .side-filters_selected .clearAll {
  text-decoration: underline;
  margin-top: 10px;
  margin-bottom: 15px;
}

#side-filters .clearFilter {
  background: #eee;
}

#side-filters .badge {
  font-size: 75% !important;
  border-radius: 3px;
  padding: 0.1em 0.3em;
}

#side-filters .badge a {
  color: #fff;
  opacity: 0.7;
}

#side-filters .badge a:hover {
  opacity: 1;
}

.category_menu_list .count {
  color: #aeaeae;
}

.category_menu_trigger_child.active i {
  transform: rotate(180deg);
}

#side-filters .side-filters_selected .clearFilter {
  margin-bottom: 2px;
}
#side-filters .filter_wrapper {
  padding: 15px 5px 15px 10px;
  text-align: left;
}
#side-filters .filter_wrapper.categories {
  padding: 15px 10px;
  text-align: left;
}

#side-filters .filter_wrapper > ul {
  margin: 0;
  padding: 0;
  max-height: 310px;
  overflow: auto;
  font-size: 0.875em;
  padding-right: 15px;
}

#side-filters .filter_wrapper ul a {
  color: inherit;
}

#side-filters .filter_wrapper > ul li > ul {
  margin: 0 0 10px 5px;
  padding: 0;
  display: none;
}

#side-filters .filter_wrapper > ul li > .custom-control {
  line-height: 1.9;
}

#side-filters .category_menu_trigger_child {
  display: block;
  position: relative;
}

#side-filters .category_menu_trigger_child i {
  float: right;
  margin-right: -15px;
}

#side-filters .custom-control-label {
  margin: 0;
  display: inline;
}

#side-filters .checkbox {
  margin: 0;
}

#side-filters #price_filter .price_message {
  display: none;
  font-size: 0.875rem;
  color: #856404;
  background-color: #fff3cd;
  padding: 0.75rem;
  border: 1px solid #ffeeba;
  margin-bottom: 0.9375rem;
  border-radius: 0.25rem;
}

.void-message {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}


#side-filters .button.block {
    min-width: 100%;
    display: block;
}
/*Others*/


.badge, .badge.primary {
    background: #28333e;
    color: #fefefe;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
}

.card {
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}