body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
    margin-bottom: 50px; 
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
        height: 75px;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* CUSTOM */
@font-face {
    font-family: RubikRegular;
    src: url(../fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: RubikMedium;
    src: url(../fonts/Rubik-Medium.ttf);
}

@font-face {
    font-family: RubikLight;
    src: url(../fonts/Rubik-Light.ttf);
}
@font-face {
    font-family: RubikBold;
    src: url(../fonts/Rubik-Bold.ttf);
}

@font-face {
    font-family: CalibreRegular;
    src: url(../fonts/Calibre-Regular.ttf);
}

@font-face {
    font-family: CalibreBold;
    src: url(../fonts/Calibre-Bold.ttf);
}

@font-face {
    font-family: BauMedium;
    src: url(../fonts/Bau-Medium.ttf);
}

@font-face {
    font-family: BauBold;
    src: url(../fonts/Bau-Bold.ttf);
}

.CLR { clear: both; }
.FL { float: left; }
.FR { float: right; }

header {
    /*padding: 3.5rem 0 3.5rem 0;*/
    padding: 6rem 0 3.5rem 0;
}

#logo { margin: 0; width: 42%; }

#menu {
    background: none;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 73%;
    float: left;
}

.navbar-collapse { padding-left: 10px; padding-right: 10px; }

#menu .nav > li > a {
    font-family: 'RubikMedium', sans-serif;
    color: #000;
    text-shadow: none;
    padding: 10px 16px 10px 10px;
    font-size: 1.3rem;
}

#menu .nav > li > a:hover { background: none; }
.dropdown-menu { 
    background: #000;
    left: -10px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 220px;
}

#menu .dropdown-inner { width: 100%; }
#menu .dropdown-inner ul { padding: 0 2rem; }
#menu .dropdown-inner ul li {
    border-bottom: 1px solid #FFF;
    padding: 1rem 0;
}

#menu .dropdown-inner ul li:last-child {
    border: none;
}

#menu .dropdown-inner a {
    color: #FFF;
    font-family: 'RubkiMedium', sans-serif;
    min-width: auto;
    padding: 0 0 0 3px;
}

#menu .dropdown-inner a:hover {
    background: none;
}

#menu .dropdown-inner ul li:hover {
    border-bottom: 1px solid #F04A3D;
}

#menu .dropdown-inner ul li:last-child:hover {
    border-bottom: none;
}

#menu .dropdown-inner ul li:hover a {
    color: #F04A3D;
}

.search-box {
    float: right;
    width: 25%;
}

    .search-box #search {
        border: 1px solid #000;
    }

    .search-box #search .input-lg { border: none; box-shadow: none; outline: none;}

    .search-box #search .btn-lg {
        background: none;
        border: none;
        padding: 0 1.5rem 0 0;
        text-shadow: none;
    }

        .search-box #search .btn-lg i { font-size: 2rem; color: #F04A3D; }

ul.header-icons { list-style: none; width: 100%; text-align: right; }

    ul.header-icons >  li {
        display: inline-block;
        position: relative;
        padding-left: 3rem;
        margin-right: 10%;
        font-family: 'RubikMedium', sans-serif;
        color: #000;
        cursor: pointer;
        margin-top: 1.5rem;
    }

    ul.header-icons > li > a {
        background: url(../image/header-icons.png) no-repeat;
        height: 24px;
        width: 22px;
        position: absolute;
        top: -3px;
        left: 0px;
    }

        ul.header-icons > li:nth-child(2) > a {
            background-position: -25px 0;
            width: 25px;
        }

        ul.header-icons > li:nth-child(2) {
            padding-left: 3.5rem;
        }

        ul.header-icons > li:nth-child(3) > a {
            background-position: -50px 0;
            width: 25px;
        }

        ul.header-icons > li:last-child { margin-right: 0; }

    ul.header-icons > li > span {
        position: absolute;
        bottom: -4px;
        left: 15px;
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: #000;
        color: #FFF;
        text-align: center;
        font-size: 1rem;
        display: block;
    }

div.shop-by-category, div.shop-features, div.bestsellers {
    margin-top: 7rem;
}

    div.shop-by-category h2, div.shop-features h2, div.bestsellers h2 {
        color: #000;
        text-transform: uppercase;
        font-family: 'RubikBold', san-serif;
        font-size: 2.8rem;
        text-align: center;
    }


    div.shop-by-category ul {
        width: 92%;
        list-style: none;
        margin: 3rem auto 0 auto;
        padding: 0;
    }

        div.shop-by-category ul li {
            display: inline-block;
            width: 15.2%;
            margin-right: 1%;
            text-align: center;
        }

    div.mobile-shop-features {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 350px;
    }

    div.shop-features ul {
	width: 1000vw;
	position: absolute;
	top: 0;
	left: 0;
        list-style: none;
        padding: 0;
        margin-top: 3rem;
    }

    /*
    div.shop-features ul {
        width: 100%;
        list-style: none;
        padding: 0;
        margin-top: 3rem;
    }*/

        div.shop-features ul li {
            display: inline-block;
            /*width: 30%;
            margin-right: 4%; */
	    width: 28vw;
	    margin-right: 2vw;
        }

            div.shop-features ul li:last-child { margin-right: 0; }

            div.shop-features ul li img { width: 100%; height: 330px; }

.owl-wrapper-outer {
    border: none !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    footer > .container {
	border-top: 1px solid #000;
	padding-top: 25px;    
    }

    footer a:hover { color: #000; }
    footer ul.footer-features {
        padding: 0;
        //border-top: 1px solid #000;
        //border-bottom: 1px solid #000;
        list-style: none;
        //height: 176px; 
        //margin: 0 auto 2.5rem auto;
        text-align: center;
    }

        footer ul.footer-features li {
            //position: relative;
            display: inline-block;
            //width: 31%;
	    width: 23%;
            margin-top: 3px;
            font-family: 'RubikLight', sans-serif;
            font-size: 1.4rem;
            text-align: center;
        }

	ul.footer-features li a { cursor: default; }
        ul.footer-features li a img { max-height: 80px; width: 90%; }
        ul.footer-features li:last-child a img { width: 25%;  width: 85%; }
        /*
        footer ul.footer-features li:nth-child(2) {padding-left: 82px; }
        footer ul.footer-features li:nth-child(3) {padding-left: 243px; }

        footer ul.footer-features li a {
            position: absolute;
            background: url(../image/payment-icons.png) no-repeat;
            width: 85px;
            height: 42px;
            top: 0;
            left: 0;
        }

            footer ul.footer-features li:nth-child(2) a {
                background-position: -83px 0;
                width: 60px;
            }

            footer ul.footer-features li:nth-child(3) a {
                background-position: -138px 0;
                width: 225px;
            }
        */
        footer h5 {
            color: #000;
            font-family: 'RubikMedium', sans-serif;
            text-transform: uppercase;
            margin-bottom: 1.8rem;
        }
        
        footer h5.MT { margin-top: 2.5rem; }

            footer a {
                color: #000;
                font-family: 'RubikLight', sans-serif; 
            }

div.hero-image { 
    width: 100%; 
    margin: 1rem 0 5.5rem 0;
}

    div.hero-image img { width: 100%; max-height: 300px; }

    div.about-us-left {
        width: 60%; 
    }

    div.about-us-right { width: 34%; }
    div.about-us-right img { width: 100%; max-height: 380px; }

    div.spacer { padding: 2.5rem; }

    div.about-us-smaller-right { width: 60%; }

div.information p  {
    font-family: 'RubikRegular', sans-serif;
    color: #000;
    margin-bottom: 2.5rem;
    font-size: 1.3rem;
    line-height: 2.5rem;
}

div.information h1 {
    font-family: 'RubikBold', sans-serif;
    margin: 2rem 0 1rem 0;
    color: #000;
    text-transform: uppercase;
}

    div.location-left { width: 48%; margin-top: 2rem; }
    
    div.location-right { width: 48%; margin-top: 2rem;}

    div.map-view {
        width: 80%;
        height: 200px;
    }

    div.location-left h2, div.location-right h2 {
        color: #000;
        font-family: 'RubikBold', sans-serif;
        font-size: 1.5rem;
    }

    div.faq-question { width: 70%; }
    div.faq-question h2 {
        font-family: 'RubikBold', sans-serif;
        color: #000;
        margin-top: 4rem;
        font-size: 1.5rem;
    }

    div.faq-bar h3 {
        font-family: 'RubikLight', sans-serif;
        color: #000;
    }
    
    div.shop-by-category ul li a img { width: 72%; }
    div.shop-by-category ul li a h4 { margin-top: 4rem; font-family : 'RubikRegular', sans-serif; }
    div.shop-by-category ul li { margin-bottom: 3rem; }

div.search-result-left {
    width: 24%; 
}

div.search-result-right { 
    width: 74%;
}

    .search-result-left aside {
        width: 100% !important;
        float: none;
    }

div.search-result {
    width: 33%;
    padding: 2.5rem 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}

    .search-result-right .product-layout:hover { border: 1px solid #CCC; }
    .search-result .product-thumb {  border: none; }
    .search-result .product-thumb .image { float: none; }
    .search-result .product-thumb .image a img { width: 80%; }

    .search-result .product-thumb .image span {
        position: absolute;
        //top: 4rem;
	top: 11rem;
        left: -0.2rem;
        background: #F04B3D;
        color: white;
        padding: 0.8rem 2rem;
        //transform: rotate(-45deg);
	opacity: 0.6;
	width: 100%;
        z-index: 2;
        font-weight: bold;
        font-size: 1.8rem;
    }    

    .search-result .product-thumb .image span.discount-ribbon {
        width: auto;
        top: 0rem !important;
        left: 0rem !important;
        transform: none !important;
	opacity: 1;
    }

    .search-result .product-thumb .caption { 
        margin-left: 0; 
        margin-top: 4rem; 
    }

    .search-result .product-thumb .caption h4 a {
        font-family: 'RubikMedium', sans-serif;
        color: #000;
    }

    .search-result .product-thumb .caption p:first-of-type {
        margin-top: 2rem;
        font-family: 'RubikRegular', sans-serif;
        color: #000;
        font-size: 1.3rem;
        height: 65px;
    }

    .search-result .product-thumb .caption hr {
        width: 2rem;
        border-top: 2px solid #000;
        padding: 0;
        margin: 14px 0;
    }

    .search-result .product-thumb .price, h2.product-price {
        color: #F04A3D;
        font-family: 'RubikMedium', sans-serif;
        font-size: 1.8rem;
	    height: 45px;
    }

    span.installment-text {
        margin-bottom: 1.5rem;
	    display: none;
        /*display: inline-block;*/
        font-family: 'RubikRegular', sans-serif;
        font-size: 1.3rem;
        position: relative;
	    height: 48px;
    }
	span.installment-spacer { height: 48px; display: inline-block; margin-bottom: 1.5rem; }
        span.installment-text b {
            color: #F04A3D;
            font-family: 'RubikMedium', sans-serif;
        }

        a.installment-help {
            position: absolute;
            top: -2px;
            right: -16px;
            color: #888;
        }

            a.installment-help i {
                background: #CCC;
                border-radius: 6px;
                font-size: 0.9rem;
                width: 12px;
                height: 12px;
                text-align: center;
                padding-top: 0.05rem;
                padding-right: 0.1rem;
            }

	a.thumb-help {
	    right: 20px;
	}

    .search-result .button-group {
        border: none !important;
        background: none !important;
        padding: 0 20px;
    }

    .search-result .product-thumb .button-group button {
        background: none;
        border-left: none;
        border-right: none;
        line-height: 30px;
        width: 38%;
        text-align: right;
    }

    .pctdiscount-preview { 
	color: #F04A3D;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5rem;
    }

    .pctdiscount {
	color: #F04A3D;
	font-size: 1.4rem;
	font-weight: bold;
    }

    .product-left #button-grey {
        width: auto;
        padding: 8px 12px;
        display: inline-block;
        text-shadow: none;
        background: #BBB;
        font-family: 'RubikMedium', sans-serif;
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.4rem;
        text-align: center;
        border-radius: 0;
        border: none;
    }
    .search-result .product-thumb .button-group button:first-of-type, .product-left #button-cart, .search-result #button-grey {
        background: #F04B3D;
        font-family: 'RubikMedium', sans-serif;
        color: #FFF;
        text-transform: uppercase;
        font-size: 1.4rem;
        width: 60%;
        text-align: center;
        border-radius: 0;
        border: none;
    }

    .search-result #button-grey { background: #BBB; }
    .search-query-bar {
        background: #F04B3D;
        width: 100%; 
        margin: 2rem 0;
    }

    .padSearch { padding: 1.2rem 2.2rem; }

    .search-query-bar .search-query {
        font-family: 'RubikBold', sans-serif;
        color: #FFF;
        font-size: 1.3rem;
    }

    .search-query-bar .search-sort {
        font-family: 'RubikBold', sans-serif;
        color: #FFF;
        font-size: 1.3rem;
	display: block;
	width: 32%;
    }

	.search-query-bar .search-sort select {
            display: inline-block;
            width: 70%; 
            margin-left: 6%;
            height: 2.5rem;
            background: #FFF;
            font-weight: normal;
            border: none;
            margin-top: -2px;
        }

.checkout-cart h1, .checkout-confirm-details h2, .history-box h1 { 
    color: #000;
    font-family: 'RubikBold', sans-serif;
    font-size: 2.7rem;
}

    .history-box h1 { text-transform: uppercase; }

.checkout-cart table thead, .history-box table thead {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

    .checkout-cart table { margin-top: 2rem; width: 77%; }
    .history-box table { margin-top: 2rem; width: 100%; }

    .checkout-cart table>tbody>tr>td { border-top: none; border-bottom: 1px solid #000; padding:1.7rem 1rem;}
    .history-box table>tbody>tr>td { border-top: none; border-bottom: 1px solid #000; padding:1.7rem 1rem;}

    .checkout-cart table > thead > tr > td, .history-box table > thead > tr > td {
        font-family: 'RubikBold', sans-serif;
        color: #F04A3D;
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        padding: 1.1rem 1rem;
    }

    .checkout-cart table > tbody > tr:last-child > td, .history-box table > tbody > tr:last-child > td {
        border-bottom: none;
    }

    .checkout-cart .img-thumbnail, .history-box .img-thumbnail { border: none; }
    .checkout-cart td.desc { width: 40%; }
    .history-box td.desc { width: 35%; }
    .checkout-cart td.desc a, .history-box td.desc a {
        font-family: 'RubikLight', sans-serif;
        color: #000;
        font-size: 1.5rem;
        display: block;
        margin-bottom: 1rem;
    }

    .checkout-cart td.desc span.price, .history-box td.desc span.price {
        color: #000;
        font-family: 'RubikMedium', sans-serif;
        font-size: 1.7rem;
    }

    .checkout-cart td.quantity, .checkout-cart td.unit-price, .history-box td.quantity, .history-box td.unit-price, .history-box td.date-purchased {
        font-family: 'RubikMedimum', sans-serif;
        font-size: 1.9rem;
        color: #000;
        vertical-align: middle;
        width: 13%;
    }

    .history-box td.quantity, .history-box td.unit-price, .history-box td.date-purchased { font-size: 1.5rem; }
    .checkout-cart td.remove-item { vertical-align: middle; }
    .checkout-cart td.remove-item button {
        border: none;
        background: none;
    }

        .checkout-cart td.remove-item button i {
            color: #F04A3D;
            font-size: 1.5rem;
        }

        .checkout-cart td.total-title, .checkout-cart td.total-text {
            color: #000;
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.9rem;
            text-transform: uppercase;
        }

        .checkout-cart td.total-highlighted {
            color: #F04A3D;
            font-size: 2.2rem;
        }

.product-breadcrumbs { list-style: none; margin: 0 0 3rem 0; padding: 0;}

    .product-breadcrumbs li {
        display: inline-block;
    }

    .product-breadcrumbs li:after {
        content: ' / ';
        font-family: 'RubikBold', sans-serif;
    }

    .product-breadcrumbs li:last-child:after { content: ''; }

    .product-breadcrumbs li a {
        text-transform: uppercase;
        font-family: 'RubikBold', sans-serif;
        color: #000;
        font-size: 1.3rem;
    }

    .product-breadcrumbs li:last-child a {
        font-family: 'RubikRegular', sans-serif;
    }

.product-left {
    width: 77%;
}
    .product-info .thumbnail { border: 0; }

    .product-info .thumbnails .image-additional {
        margin-left: 2%;
        width: 23%;
        max-width: initial;
        border: 1px solid #DDD;
        margin-bottom: 10px;
    }

    .product-info .thumbnails .image-additional a { margin-bottom: 0; padding: 10px 5px; }
    .product-info .thumbnails .image-additional a img { width: 78%; }

    .product-info-tabs {
        margin: 3rem 0;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

    .product-info-tabs>li.active>a, .product-info-tabs>li.active>a:focus, .product-info-tabs>li.active>a:hover {
        border: none;
        background: none;
        color: #F04A3D;
    }

    .product-info-tabs > li >a {
        font-family: 'RubikMedium', sans-serif;
        font-size: 1.4rem;
    }

    .product-info-tabs > li >a:hover { color: #F04A3D; background: none; border:none; }
    .product-info-tabs li {
        width: 33%;
        text-align: center;
        padding: 1.1rem 0;
    }

    .tab-pane { font-family: 'RubikRegular', sans-serif; font-size: 1.3rem; line-height: 2.5rem;}

    .product-info-tabs li a {
        text-transform: uppercase;
        color: #000;
        padding: 0;
        margin: 0;
    }

    .product-left h1 {
        font-family: 'RubikLight', sans-serif;
        font-size: 3rem;
        margin-top: 0;
        text-transform: uppercase;
    }

    .product-left h6 {
        text-transform: uppercase;
        margin-bottom: 0.2rem;
        font-family: 'RubikMedium', sans-serif;
        font-size: 3rem;
    }

    .related-products .product-thumb .caption { margin-top: 2.8rem; min-height: initial; }
    .related-products .product-thumb .image a img { width: 75%; }

    .related-products .product-thumb .price {
        color: #F04A3D !important;
        font-family: 'RubikMedium', sans-serif !important;
        font-size: 1.8rem !important;
    }
    
    h3.related-products-title {
        color: #000;
        font-family: 'RubikBold', sans-serif;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: 16rem;
        padding: 1.3rem 0;
        font-size: 1.4rem;
    }

    table.table-specs {
        width: 80%;
    }

    table.table-specs >tbody>tr>td { border: none; }
    table.table-specs > tbody > tr, table.table-specs > thead > tr { border-bottom: 1px solid #000; }

    h2.product-price {
    	font-size: 3rem;
    }

    hr.price-bar {
    	border-top: 4px solid #F04A3D;
    	width: 2rem;
    }

    span.product-label-bold {
    	font-family: 'RubikBold', sans-serif;
    	color: #000;    	    
    	font-size: 1.3rem;
    	display: block;
    	margin-top: 2.5rem;
    }

    .bundle-button {
    	border: 1px solid #000;
    	background: #FFF;
    	margin-right: 0.8rem;
   	padding: 0.4rem 1.8rem;
   	margin-bottom: 0.8rem;
    	outline: none;
    }

    .product-info-group label {
        font-family: 'RubikBold', sans-serif;
    	color: #000;
    	margin-top: 2rem;
    	font-size: 1.3rem;
    }

    .product-info-group input[type=text] {
    	width: 8rem;
    	text-align: center;
    	border-radius: 0;
    	border: 1px solid #000;
    	font-family: 'RubikRegular', sans-serif;
    	font-size: 1.3rem;
    }

    .product-left #button-cart {
    	width: auto;
    	padding: 8px 12px;
    	display: inline-block;
    	text-shadow: none;
    }

    .product-left #button-wish, .search-result .button-group button:nth-child(2) {
    	display: inline-block;
    	background: none;
    	border: none;
    	box-shadow: initial;
    	text-shadow: none;
    	color: #F04A3D;
    }

    	.product-left #button-wish i, .search-result .button-group button:nth-child(2) i { font-size: 2.2rem; }
    	.product-left #button-compare {
    		display: block;
    	    background: #000;
    		color: #FFF;
    		border-radius: 0;
    		border: none;
    		margin-top: 1.5rem;
    		font-family: 'RubikMedium', sans-serif;
    		font-size: 1.4rem;
    		text-shadow: none;
    	}

.product-right {
    width: 22%;
}


.category-content h1 {
	font-family: 'RubikBold', sans-serif;
}

.category-content  ul.subcat-list {
	list-style: none;
	width: 98%;
	margin: 3rem auto 4rem auto;
}

	.category-content ul.subcat-list li {
		display: inline-block;
		width: 22%;
		margin-right: 2%;		
	}

		.category-content ul.subcat-list li a { 
			display: block; 
			text-align: center;
			font-family: 'RubikRegular', sans-serif;
			color: #000;
		}

		.category-content ul.subcat-list li a:last-child { margin-top: 2rem; font-size: 1.5rem; }

		.category-content ul.subcat-list li a:last-child:hover {
			color: #F04A3D;
		}
		.category-content ul.subcat-list > li > a > img { width: 70%; }

/* COLUMN LEFT CATEGORY */
.product-category-left {
	margin-top: 2rem;
}
	
	.product-category-left a {
		border: none;
		background: #EDEDED;
		border-radius: 0;
		font-family: 'RubikRegualr', sans-serif;
		font-size: 1.4rem;
		color: #000;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.product-category-left a.parent {
		font-family: 'RubikBold', sans-serif;
		font-size: 1.4rem;
	}

	.product-category-left a.active, .product-category-left a:hover {
		border: none !important;
		color: #000 !important;
		border-radius: 0 !important;
		font-size: 1.4rem !important;		
	}

	.product-category-left { background: #EDEDED; }

	.product-category-left h2 {
		color: #F04B3D;
		padding: 1rem 0rem;
		margin: 0 1rem 1rem 1rem;
		font-family: 'RubikBold', sans-serif;
		font-size: 1.4rem;
		text-transform: uppercase;
		border-bottom: 1px solid #BBB;
        padding-top: 2.2rem;
	}


.compare-products {
	background: #F04A3D;	
	padding: 2rem;
	display: none;
}
	
	.compare-products h2 {
		margin: 0 0 3.5rem 0;
    	padding: 0;
    	font-family: 'RubikBold', sans-serif;
    	color: #FFF;
    	font-size: 1.4rem;
	}

	.compare-products hr { margin-top: 5px; margin-bottom: 10px; }

	.compare-products a.clear-all-link {
		color: #FFF;
		font-family: 'RubikRegular', sans-serif;
		font-size: 1.4rem;
		text-transform: uppercase;
		display: block;		
	}

	.compare-products button {
	    color: #FFF;
	    background: none;
	    border: 1px solid #FFF;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    margin-top: 2rem;
	    font-family: 'RubikRegular', sans-serif;
	    font-size: 1.4rem;
	    padding: 0.5rem 1rem;
    	text-transform: uppercase;
	}

	.compare-products ul {
		list-style: none;		
		padding: 0;
		margin: 0;
	}

		.compare-products ul li {
			position: relative;
			width: 90%;			
			padding-bottom: 1.6rem;
		}
		
		.compare-products ul li > a {
			color: #FFF;
			font-family: 'RubikRegular', sans-serif;
			font-size: 1.4rem;
		}

		.compare-products ul li > span {
			position: absolute;
			width: 20px;
			height: 20px;
			border-radius: 10px;
			background: #FFF;
			top: 10px;
			right: -11%;
			text-align: center;
		}				

			.compare-products ul li > span > a {
				color: #000;
			}

			.compare-products ul li > span > a i {
				font-size: 12px;
			}

		.compare-overlay {
			width: 100%;
			height: 100%;
			background: #000;
			opacity: 0.7;
			position: absolute;
			top: 0;
			left: 0;		
			z-index: 50;	
		}

		.compare-box {
			position: fixed;
			width: 90%;				
			background: #FFF;
			top: 5%;
			left: 5%;
			z-index: 51;
			overflow: auto;
			border-radius:10px;
		}

		.compare-box h1 {
			font-family: 'RubikBold', sans-serif;
			text-align: center;
			padding: 0;
			margin: 0 0 4.5rem 0;
			font-size: 2.5rem;
			color: #000;								
		}

		.close-button {
			position: absolute;
			top: 0;
			right: 0;
			color: #FFF;
			background: #F04A3D;
			width: 20px;
			height: 20px;
			border-radius: 10px;			
			text-align: center;
		}


		.compare-table .img-thumbnail { border: none; }

		.compare-table tbody > tr > td { text-align: center; }
		.compare-table tbody > tr > td:first-child { text-align: left; }

		.compare-table tr td input[type=button].btn-block {
			background: #F04A3D;
		    border: none;
		    text-transform: uppercase;
		    font-family: 'RubikRegular', sans-serif;
		    padding: 0.9rem 2rem;
		    text-shadow: none;
		    min-width: initial;
		    width: auto;
		    border-radius: 0;
		    margin: 0 auto;
		    font-size: 1.4rem;
		}

		.compare-table tbody > tr > td, .compare-table tbody > tr > td a, .compare-table thead > tr > td, .compare-table thead > tr > td a { 
			color: #000; 
			font-family: 'RubikRegular', sans-serif;
			font-size: 1.2rem;
			border-bottom: 1px solid #EDEDED;
		}

			.compare-table>tbody+tbody {
				border-top: none !important;
			}

			.compare-table td strong {
				font-family: 'RubikBold', sans-serif;
			}
/* PAGINATION */
.paging {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0.9rem 0;
	font-family: 'RubikRegular', sans-serif;
	color: #000;
	font-size: 1.3rem;
}

	.paging .pagination li > span, .paging .pagination li > a {
		border: none;
		border-radius: 0;
		color: #000;
		padding: 0 12px;
	}

	.paging .pagination li.active > span {
		background: none;
		color: #F04A3D;
	}

    .well {
        border-radius: 0 !important;
        background: none !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }


.shipping-details, .shipping-method-details, .payment-method-details, .checkout-confirm-details {
    width: 77%;
    margin-bottom: 3rem;
}

    .shipping-details h2, .shipping-method-details h2, .payment-method-details h2, .promo-code-details h2, .customreward-details h2 {
        color: #F04A3D;
        font-family: 'RubikBold', sans-serif;
        letter-spacing: 0.6rem;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 3rem 0 3rem 0;
        padding: 1rem 0 1rem 1rem;
        text-transform: uppercase;
        font-size: 1.3rem;
    }

    .promo-code-details input[type=text], .customreward-details input[type=text] { 
        border: 1px solid #000;
        height: 3.5rem;
        margin-right: 2rem;
        width: 35%;
        margin-bottom: 4rem;
        padding: 1rem;
    }
    .shipping-method-details p, .shipping-method-details label, .payment-method-details label {
        font-family: 'RubikRegular', sans-serif;
        color: #000;
    }

    .shipping-method-details textarea {
        border: 1px solid #000;
        border-radius: 0;
    }

    .shipping-details select {
        width: 70%;
        margin: 1rem 0;
    }

    .shipping-details form label {
        font-family: 'RubikRegular', sans-serif;
        font-size: 1.3rem;
    }

    .shipping-form { 
    }

        .shipping-form .form-group { margin-left: 0; margin-right: 0; }

        .shipping-form label {
            font-family: 'RubikMedium', sans-serif !important;
            text-transform: uppercase;
            color: #000;
        }

        .shipping-form input, .shipping-form select {
            border-radius: 0;
            box-shadow: none;
            border: 1px solid #000;
            margin-top: 0.5rem;
        }
        .shipping-form-left { width: 48%; }

        .shipping-button, .payment-method-button, .cash-button {
            background: #F04A3D;
            color: #FFF;
            border: none;
            border-radius: 0;
            box-shadow: none;
            text-shadow: none;
            font-family: 'RubikMedium',sans-serif;
            text-transform: uppercase;
            padding: 0.8rem 3rem;
            font-size: 1.5rem;
        }

.cart-summary {
    background: #F04A3D;
    margin-top: 2rem;
}

    .cart-pad { padding: 2rem; }
    .cart-pad div { color: #FFF; font-family: 'RubikLight', sans-serif; }

    .cart-pad .total-title {
        width: 45%;
        display: inline-block;
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
        text-transform: uppercase;
    }

    .cart-pad .total-text {
        width: 48%;
        font-family: 'RubikMedium', sans-serif;
        display: inline-block;
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }

    .cart-pad hr {
        border-top: 1px solid #FFF;
        margin: 1rem 0 1.5rem 0
    }

    .cart-details-checkout-button {
        margin-top: 2rem;
    }

    .cart-details-checkout-button, .cart-details-continue-button {
        display: block;
        margin-bottom: 1.5rem;
        padding: 1rem;
        text-transform: uppercase;
        font-family; 'RubikRegular', sans-serif;
        text-align: center;
        border: 1px solid #FFF;
        width: 100%;
        color: #FFF;
        font-size: 1.3rem;
    }


    .cart-details-checkout-button:hover, .cart-details-continue-button:hover {
        background: #FFF;
        color: #F04A3D;
        border: 1px solid #F04A3D;
    }


.checkout-success-box {
    width: 70%;
    margin: 4rem auto 0 auto;
}

    .checkout-success-box ul {
        margin: 0;
        padding: 0;
        text-align: center;
        list-style: none;
        color: #000;
        font-family: 'RubikMedium', sans-serif;
        font-size: 1.3rem;
    }

    .checkout-success-box h1 {
        font-family: 'RubikBold', sans-serif;
        color: #000;
        text-transform: uppercase;
        text-align:center;
        margin-bottom: 5rem;
    }

    .checkout-success-box h2 {
        color: #F04A3D;
        font-family: 'RubikRegular', sans-serif;
        text-transform : uppercase;
        text-align: center;
        font-size: 3.5rem;
        margin-bottom: 2rem;
    }

    .checkout-success p, .checkout-failure p {
        color: #000;
        font-family: 'RubikRegular', sans-serif;
        text-align: center;
        font-size: 1.4rem;
        line-height: 2rem;
        margin-top: 3rem;
    }

        .checkout-success p a, .checkout-failure p a {
            color: #F04A3D;
            font-family: 'RubikRegular', sans-serif;
        }

        .checkout-success a.continue-button, .checkout-failure a.continue-button {
            display: block;
            width: 31%;
            margin: 5rem auto 0 auto;
            background: #F04A3D;
            color: #FFF;
            text-align: center;
            font-family: 'RubikLight', sans-serif;
            padding: 1.5rem 1rem;
            font-size: 2rem;
            letter-spacing: 0.3rem;
        }

#cart, #account-shortcut {
    position: absolute;
    left: -195px;
    width: 300px;
    top: 18px;
    z-index: 30;
    display: none;
}

    #account-shortcut {
        width: 250px;
        left: -140px;
    }

    .cart-header {
        background: #F04A3D;
        width: 100%;
    }

        .cart-header h1 {
            padding: 1.5rem 1.2rem 1.2rem 1.2rem;
            color: #FFF;
            font-family: 'RubikMedium', sans-serif;
            text-transform: uppercase;
            text-align: left;
            font-size: 1.3rem;
        }

    #cart .dropdown-menu, #account-shortcut ul { 
        display: block;
        background: #FFF;
        float: none !important;
        position: initial;
        padding: 0;
        margin-top: -10px;
        height: 330px;
    }

    #account-shortcut ul { height: 275px; }
    #account-shortcut ul li {
        padding: 1.8rem 1.2rem;
        text-align: left;
        margin: 0 auto;
    }

        #account-shortcut ul li { border-bottom: 1px solid #999; }
        #account-shortcut ul li:last-child {border: none; }
        #account-shortcut ul li a { 
            text-transform: uppercase;
            color: #000;
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.3rem;
            padding: 0;
        }

        #account-shortcut ul li a:hover {
            background: none;
        }
    #cart .dropdown-menu li:first-child, #account-shortcut .dropdown-menu li:last-child {
        min-height: 155px;
        max-height: 160px;
        overflow: auto;
    }

    #cart ul, #account-shortcut ul {
        width: 100%;
    }

    #cart table { width: 100%; }

        #cart table > tbody > tr > td:first-child { 
            width: 38%; 
            vertical-align: top;
            border: none;
        }

            #cart table > tbody >tr > td:first-child a img {
                border: none;
                vertical-align: top;
                padding: 0;
                border: none;
                border-radius: 0;
                line-height: 0;
            }

        #cart table > tbody > tr > td:nth-child(2) {
            width: 62%;
            font-family: 'RubikLight', sans-serif;
            color: #000;
            font-size: 1.3rem;
            line-height: 2rem;
            border: none;
        }

        #cart table > tbody > tr > td:nth-child(2) a {
            font-family: 'RubikLight', sans-serif;
            color: #000;
            font-size: 1.3rem;
        }
        
        #cart table > tbody > tr > td:nth-child(2) span {
            font-family: 'RubikMedium', sans-serif;
            color: #000;
            font-size: 1.5rem;
        }


        #cart .dropdown-menu li > div { min-width: auto; }

        #cart table.table-total tr td { padding: 4px; color: #000; }
        #cart table.table-total tr:last-child td:nth-child(2) {
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.6rem;
            color: #F04A3D;
        }

        #cart table.table-total tr:last-child td:first-child {
            font-family: 'RubikMedium', sans-serif;
            color: #F04A3D;
            font-size: 1.6rem;
        }

        p.buttons { margin-bottom: 2rem; }

        p.buttons > a:first-child {
            display: inline-block;
            background: #000;
            color: #FFF;
            text-transform: uppercase;
            padding: 0.7rem 2.2rem;
            font-family: 'RubikMedium',sans-serif;
            font-size: 1.4rem;
            margin-right: 1rem;
        }

        p.buttons > a:last-child {
            display: inline-block;
            background: #F04A3D;
            color: #FFF;
            text-transform: uppercase;
            padding: 0.7rem 2.8rem;
            font-family: 'RubikMedium',sans-serif;
            font-size: 1.4rem;
        }

.bubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 20px;
    border-color: transparent transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -1px;
    right: 21px;
}

.bubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 20px;
    border-color: #F04A3D transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0px;
    right: 21px;
}

    .register-box h1, .login-box h1 {
        font-family: 'RubikBold', sans-serif;
        color: #000;
        text-transform: uppercase;
        font-size: 2.8rem;
        margin: 4rem 0 5rem 0;
    }

    .register-box legend, .contact-us-box legend {
        font-family: 'RubikBold', sans-serif;
        color: #000;
        text-transform: uppercase;
        font-size: 1.6rem;
        border-color: #000;
        margin-bottom: 3rem;
    }

    .register-box .form-group, .contact-us-box .form-group {
        margin: 0;
    }

        .register-box .register-left, .contact-us-box .contact-us-left { width: 48%; }
        .register-box .register-right, .contact-us-box .contact-us-right { width: 48%; }

        .login-box form, .contact-us-box form { margin-top: 3.5rem; }
        .register-box .form-group label, .login-box .form-group label, .contact-us-box .form-group label {
            float: none;
            display: block;
            text-align: left;
            width: auto;
            padding: 0 0 0.7rem 0;
            font-family: 'RubikBold', sans-serif;
            color: #000;
            text-transform: uppercase;
            font-size: 1.3rem;
        }

        .register-box .form-group input[type=text], .register-box .form-group input[type=email],.register-box .form-group input[type=tel], .register-box .form-group select,
        .register-box .form-group input[type=password], .login-box .form-group input[type=text], .login-box .form-group input[type=password],
        .contact-us-box .form-group input[type=text], .contact-us-box .form-group input[type=email] {
            border: 1px solid #000;
            font-family: 'RubikRegular', sans-serif;
            border-radius: 0;
            margin-bottom: 3rem;
            font-size: 1.3rem;
        }

        .register-box .custom-field { width: 48%; display: block; float: left; }
        .register-box #custom-field2 { float: right; clear: none; }
        .register-box .input-group-btn { vertical-align:top; }

        .register-box .form-group .col-sm-10 {
            width: 100%;
            float: none;
            margin: 0;
            padding: 0;
        }

        .basic-captcha .form-group { clear: both; }
            .basic-captcha input[type=text] { float: left; width: 48%; }
            .basic-captcha img { float: left; margin-left: 3rem; }

        .register-box .buttons, .contact-us-box .buttons { font-family:'RubikMedium', sans-serif; color: #000; }
        .register-box .buttons input[type=submit], .contact-us-box .buttons input[type=submit] {
            margin: 3rem 0;
            border-radius: 0;
            background: #F04A3D;
            color: #FFF;
            border: none;
            width: 20%;
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.4rem;
        }
        
        .register-box iframe, .login-box iframe { max-height : 34px!important; }

    .login-box div.col-sm-6 { padding: 0; width: 46%; }
        .login-box .well { padding: 0; }

        .login-box .well h2 {
            font-family: 'RubikBold', sans-serof;
            color: #000;
            text-transform: uppercase;
            border-bottom: 1px solid #000;
            padding-bottom: 0.9rem;
            margin-bottom: 2rem;
            font-size: 1.5rem;
        }

        .login-box .well p {
            font-family: 'RubikRegular', sans-serif;
            color: #000;
            font-size: 1.3rem;
        }

        .login-box label.remember-me { text-transform: none; font-size: 1.1rem; float:left; margin-top: -1.5rem; }
        .login-box a.forgotten-link { float: right; font-size: 1.1rem; color: #888; margin-top: -1.5rem; }

        .login-box .password-form { margin-bottom: 3rem; }
        .login-box input[type=submit], .login-box a.btn-primary, .register-box input[type=submit] {
            border-radius: 0;
            border: none;
            color: #FFF;
            background: #F04A3D;
            font-family: 'RubikMedium', sans-serif;
            width: 38%;
            text-transform: uppercase;
            padding: 0.8rem 0;
            font-size: 1.3rem;
            float: left;
        }

        .login-box input[type=submit] + div, .register-box input[type=submit] + div {
            width: 50%;
            float: right;
        }

        .register-box input[type=submit] + div {
            margin-top: 3rem;
            float: left;
            margin-left: 3rem;
            width: 30%;
        }

        .login-box a.btn-primary { margin-top: 3rem; }

.logout-box h1 {
    font-family: 'RubikBold', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 2.8rem;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
    margin-bottom: 1.5rem;
}

    .logout-box p {
        font-family: 'RubikRegular', sans-serif;
        font-size: 1.2rem;
        color: #000;
    }

    .edit-register-box div.buttons div {
        display: inline-block;
        width: 20%;
        margin-right: 2rem;
        float: left;
    }

        .edit-register-box div.buttons div a {
            border: none;
            border-radius: 0;
            background: #000;
            color: #FFF;
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.4rem;
        }

        .edit-register-box div.buttons div a, .edit-register-box div.buttons div input[type=submit] {
            display: block;
            width: 100%;
            text-transform: uppercase;
        }

        .edit-register-box label.radio-inline {
            display: inline; 
            margin-right: 3rem;
            margin-left: 2rem;
        }

.order-info-details { margin: 3rem 0 2rem 0; }

.order-info-details h2 {
    font-family: 'RubikMedium', sans-serif;
    color: #000;
    font-size: 1.5rem;
    padding: 0.5rem 0;
    margin: 0;
}

    .order-info-details h2 a { color: #F04A3D; }

.contact-us-box { width: 73%; }

.contact-us-box h1 { 
    color: #000;
    font-family: 'RubikBold', sans-serif;
    font-size: 2.7rem;
    text-transform: uppercase;
}

.contact-us-box .form-group textarea {
    border: 1px solid #000;
    font-family: 'RubikRegular', sans-serif;
    border-radius: 0;
    margin-bottom: 3rem;
    font-size: 1.3rem;
}

.account-nav-bar {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 4rem;
    margin-top: 4rem;
}

    .account-nav-bar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .account-nav-bar ul li {
        float: left;
        width: 30%;
        margin-right: 1%;
        text-align: center;
        padding: 0.9rem 0;
    }
    
    .account-nav-bar ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        font-family: 'RubikBold', sans-serif;
        font-size: 1.3rem;
    }

    .account-nav-bar ul li.sel a { color: #F04A3D; }

.edit-register-box .table { width: 80%; }
.edit-register-box .table>tbody>tr>td { 
    border-top: 1px solid #000; 
    font-family: 'RubikRegular', sans-serif;
    color: #000;
    padding: 1.5rem 0;
    font-size: 1.4rem;
}

.edit-register-box .table > tbody > tr:first-child > td { border: none; }

p.no-order-buffer {
    font-family: 'RubikRegular', sans-serif;
    color: #000;
    border-top: 1px solid #bbb;
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.edit-register-box div.text-danger, .contact-us-box div.text-danger {
    margin-top: -2rem;
    margin-bottom: 2rem;
}


.fb-register-box .text-danger {
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.order-list tbody td, .order-list tbody td a {
    font-family: 'RubikRegular', sans-serif;
    color: #666;
    font-size: 1.5rem;
}

    .order-list tbody td a {
        color: #F04A3D;
        font-family: 'RubikMedium', sans-serif;
    }

    .order-list tbody td.order-status {
        font-family: 'RubikBold', sans-serif;
        color: #000;
    }

.order-invoice h2 {
    font-family: 'RubikBold', sans-serif;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 3rem 0 2rem 0;
    text-transform: uppercase;
}

    .order-invoice .order-info ul {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        list-style: none;
        padding: 1rem 1rem;
        margin: 0 0 6rem 0;
    }

        .order-invoice .order-info ul li {
            display: inline-block;
            width: 49%;
            text-transform: uppercase;
            font-family: 'RubikMedium', sans-serif;
            color: #000;
            font-size: 1.8rem;
            padding: 1rem 0;
        }

        .order-invoice .order-info ul li span {
            font-family: 'RubikLight', sans-serif;
            padding-left: 1rem;
        }

        .order-invoice .order-info ul li span.invoice {
            color: #F04A3D;
            font-family: 'RubikMedium', sans-serif;
        }

        .order-invoice table > thead > tr > td {
            border-bottom: 1px solid #000;
            font-family: 'RubikBold', sans-serif; 
            color: #F04A3D;
            font-size: 1.5rem;
        }

        .order-invoice table > tbody > tr > td, .order-invoice table > tfoot > tr > td {
            border: none;
            padding: 3rem 0;
            color: #000;
            font-size: 1.5rem;
        }

        .order-invoice table > tbody > tr > td > b {
            font-family: 'RubikMedium', sans-serif;
        }

        .order-invoice table > tfoot > tr > td {
            padding: 1.5rem 0;
            text-transform: uppercase;
            font-family: 'RubikBold', sans-serif;
        }

        .order-invoice table > tfoot > tr > td:first-child {
            font-family: 'RubikLight', sans-serif;
        }

        .order-invoice table > tfoot > tr:last-child > td {
            border-top: 2px solid #000;
            font-family: 'RubikBold', sans-serif;
            font-size: 2.5rem;
            color: #F04A3D;
        }

        .order-invoice table > tfoot > tr:last-child > td:first-child {
            font-family: 'RubikBold', sans-serif;
            font-size: 2.5rem;
            color: #000;
        }

        .order-invoice .buttons div a {
            margin: 3rem 0;
            border-radius: 0;
            background: #F04A3D;
            color: #FFF;
            border: none;
            width: 30%;
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.4rem;
        }

h5.keep-in-touch { font-size: 1.5rem; }

    ul.keep-in-touch-icons li {
        display: inline-block;
    }

    ul.keep-in-touch-icons li a {
        display: block;
        background: url(../image/social-icons.png) no-repeat;
        width: 37px;
        height: 30px;
    }

        ul.keep-in-touch-icons li.twitter a {
            background-position: -37px 0;
        }

        ul.keep-in-touch-icons li.instagram a {
            background-position: -74px 0;
        }

        ul.keep-in-touch-icons li.youtube a {
            background-position: -111px 0;
        }

div.subscribe-box {
    background: #F04A3D;
    margin-top: 1.5rem;
}

    div.subscribe-pad { padding: 1.7rem 1.2rem; text-align: center;  }
    div.subscribe-pad h2 { 
        font-family: 'RubikLight', sans-serif;
        color: #FFF;
        padding: 0;
        text-align: center;
        margin: 0 0 1rem 0;
        letter-spacing: 0.3rem;
    }

    div.subscribe-pad p {
        font-family: 'RubikRegular', sans-serif;
        color: #FFF;
        text-align: center;
        margin-bottom: 0.5rem;
	font-size: 1.1rem;
    }

        div.subscribe-input { width: 100%; position: relative; }
        div.subscribe-input input[type=text] {
            border: none;
            background: #FFF;
            width: 100%;
            height: 3.3rem;
        }

        div.subscribe-input a {
            position: absolute;
            background: url(../image/envelope-icon.png) no-repeat;
            top: 5px;
            right: 7px;
            width: 30px;
            height: 30px;
        }

        a.subscribe-btn {
            color: #FFF;
            background: #000;
            font-family: 'RubikMedium', sans-serif;
            padding: 1rem 5rem;
            font-size: 1.6rem;
            margin-top: 2rem;
            display: inline-block;
            width: 65%;
            text-align: center;
        }

        a.subscribe-btn:hover {
            color: #FFF;
        }

    #mobile-menu { display: none; }
    .mobile-menu-icon { display: none !important; }


    .cart-mobile { display: none; }

    .owl-controls .owl-page.active span {
        background: #F04A3D !important;
    }

    div.mobile-shop-features-control {
        display: none;
    }

    div.mobile-footer { display: none; }
    
    div.tab-content > h3 { display: none; }

    .history-box table thead tr td:nth-child(2) { display: none; }
    .history-box table tbody tr td:nth-child(2) { display: none; }

/* PAYMENT METHOD */
#payment-content {
    width: 100%;
}

.payment-options-header {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    list-style: none;
    margin: 0;
    padding: 1rem 0 1rem 1.5rem;
}

    .payment-options-header li {
        font-family: 'RubikBold', sans-serif;
        color: #F04A3D;
        text-transform: uppercase;
        font-size: 2rem;
        display: inline-block;
        letter-spacing: 0.2rem;
        text-align: left;
        width: 25%;
    }

    .payment-options-header li:first-child {
        color: #000;
        font-size: 1.5rem;
    }

    ul.payment-options-table {
        margin: 4rem 0;
        width: 100%;
        list-style: none;
        padding: 0;
    }

        ul.payment-options-table li {
            width: 24.5%;
            min-height: 120px;
            text-align: center;
            border-right: 1px solid #000;
            display: inline-block;
	    margin-bottom: 4em;
        }

	ul.payment-options-table li:last-child {
            border-right: none;
        }

        ul.payment-options-table li img {
            width: 55%;
            text-align: center;
            margin: 0 auto;
        }

        .payment-radio {
            font-family: 'RubikMedium', sans-serif;
            color: #000;
            font-size: 1.4rem;
            min-height: 45px;
        }

        .payment-radio input[type=radio] {
            display: inline-block;
            margin-right: 1rem;
        }

        .back-button {
            background: #000;
            margin-right: 2rem;
        }

        a.bdo-apply {
            margin: 3rem 0 2rem 0;
            display: block;
            color: #F04A3D;
            font-family: 'RubikMedium', sans-serif;
            font-style: italic;
            font-size: 1.4rem;
        }

        .payment-instructions { display: none; }

	select[name=installment-terms] {
            margin: 2rem 0;
            border: 1px solid #000;
            background: #FFF;
            width: 45%;
            height: 30px;
            color: #000;
            font-family: 'RubikMedium', sans-serif;
        }

        .payment-instructions img {
            width: 12%;
            margin-right: 6rem;
        }

    .half-width { width: 100% !important; margin: 0 auto !important; }
	.half-width img { max-height: none !important; }

/* END PAYMENT METHOD */

/* COURIER */
h1.order_track_title {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 3rem;
}

h2.order_track_label {
    font-size: 1.5rem;
    color: #000;
    font-family: 'RubikBold', sans-serif;
}

h2.order_track_label span {
    color: #F04A3D;
}

ul.order_track_route {
    list-style: none;
    margin: 5rem 0;
    padding: 0;
    width: 80%;
}

    ul.order_track_route li {
        float: left;
        width: 33%;
        position: relative;
    }

    ul.order_track_route span {
        font-family: 'RubikBold', sans-serif;
        display: block;
    }

        ul.order_track_route span.origin {
            color: #000;
            font-size: 2.5rem;
            padding-bottom: 3rem;
        }

        ul.order_track_route span.ship_date {
            color: #000;
            font-family: 'RubikRegular', sans-serif;
            font-size: 1.2rem;
            padding-bottom: 0.5rem;
        }

        ul.order_track_route span.destination {
            text-align: right;
        }
            ul.order_track_route span.destination b {
                font-family: 'RubikBold', sans-serif;
            }

        ul.order_track_route li i {
            position: absolute;
            font-size: 5rem;
            top: 1%;
            right: -9%;
            color: #888888;
        }

.progressbar {
  margin: 8rem 0 0 2rem;
  padding: 0;
  height: 150px;
  width: 125%;
}

.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  font-family: 'RubikRegular', sans-serif;
  position: relative;
  text-align: left;
  color: #000;
}

.progressbar li span {
  font-family: 'RubikRegular', sans-serif;
  color: #000;
  display: block;
  margin: 2rem 0 0 -1.5rem;
  font-size: 1.1rem;
  text-align: center;
  width: 20%;
}

.progressbar li:before {
  width: 18px;
  height: 18px;
  content: " ";
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #999;
  display: block;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  background-color: #999;
}

.progressbar li.active:before {
  background-color: #F04A3D;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #999;
  top: 8px;
  left: -97%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #000;
}
.progressbar li.active:before {
  border-color: #F04A3D;
}
.progressbar li.active + li:after {
  background-color: #F04A3D;
}

.history-box table.courier_details {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 2rem !important;
}

.history-box table.courier_details > tbody > tr > td {
    border: 0 !important;
    width: 50%;
    display: table-cell !important;
    font-family: 'RubikRegular', sans-serif;
    padding: 1.3rem 0.5rem;
    font-size: 1.5rem;
}

    .history-box table.courier_details > tbody >tr >td > b {
        font-family: 'RubikBold', sans-serif;
    }

/* END COURIER */

/* FEATURED */
div.bestseller-frame {
    margin-top: 3rem;
    overflow: hidden;
    position: relative;
    height: 530px;
    width: 100%;
}

div.bestseller-container {
    width: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
}

div.featured-result {
    display: inline-block;
    width: 11.82%;
    margin-right: 12px;
    border: 1px solid #CCC;
}

    div.featured-result .product-thumb .image {
        margin: 0 auto;
        width: 90%;
    }

    div.featured-result .product-thumb h4 {
        font-size: 14px;
        height: 35px;
        overflow: hidden;
    }

    div.featured-result .product-thumb .caption p:first-of-type {
        font-size: 1.2rem;
        height: 75px;
	overflow: hidden;
        margin-top: 1rem;
    }

    div.featured-result .product-thumb .price, h2.product-price {
        font-size: 1.6rem;
    }

    div.shop-features {
        margin-top: 5rem !important;
    }
/* END FEATURED */

/* ANNOUNCEMENT */
.announcement-bar {
    background-color: #F04A3D;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.8rem;
    text-align: center;
    z-index: 1000;
    font-family: 'RubikBold', sans-serif;
    font-size: 1.3rem;
    color: #FFF;
}

/* END ANNOUNCEMENT */
/* MOBILE */
@media all
and (min-width : 320px)
and (max-width : 667px) {
    header { padding: 1.5rem 0 0.1rem 0; margin-top: 1rem;}
    #logo { width: 100%; }
    .mobile-menu-icon { display: block !important; }

    header {
	position: fixed;
	/*top: 0;*/
        top: 60px;
	left: 0;
	z-index: 21;
	background: #FFF;
    }

    div.search-container {
	position: fixed;
	z-index: 20;
	/*top: 60px;*/
	left: 0;
	width: 100%;
	top: 121px;
    }

    div.home-container {
	 /*margin-top: 102px;*/
         margin-top: 162px;
    }

    header .col-sm-4 { float: left; width: 30%; margin: 0; padding: 0; }
    header .col-sm-5 { width: 54%; padding-right: 0; padding-left: 0; }
    ul.header-icons { margin: 0; padding: 0; text-align: right; margin-left: 3%; }

    ul.header-icons >  li { 
        margin-right: 0; 
        color: transparent; 
        padding-left: 0;
        margin-top: 0.5rem;
        display: block;
        float: left;
        width: 23%;
        margin-right: 4%;
    }

    ul.header-icons > li:nth-child(2) { padding-left: 0; }
    ul.header-icons > li:last-child {
        width: 18%;
        margin-right: -6px;
    }

    nav { display: none; }
    header .container { padding-left: 12px; padding-right: 12px; }
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .search-box {
        float: none;
        width: 100%;
    }

    .row { margin: 0; }

    .search-box #search {
        border-left: none;
        border-right: none;
    }

    .search-box #search { height: 35px; width: 100%; }
    .search-box #search .input-lg { text-transform: uppercase; }
    #search .input-group-btn { position: absolute; top: 7px; right: 34px; }
    #search { margin-bottom: 0px; }
    .search-box #search .btn-lg { padding: 0; }

    #content { padding: 0; margin: 0;}
    .history-box { margin-top: 16rem !important; }

    .information {
        margin-top:105px !important;
    }

    .checkout-cart { margin-top: 18rem; }

    .half-width { width: 100% !important; margin: 0 !important; }
	.half-width img { max-height : 300px !important; }

    div.shop-by-category, div.shop-features { margin-top: 5rem; }
    div.shop-by-category ul { width: 95%; }
    div.shop-by-category ul li { width: 31%; margin-bottom: 2rem; }
    div.shop-by-category ul li a h4 { margin-top: 3rem; }

    footer h5 {
        text-align: center;
        font-size: 1.6rem;
    }

    h5.keep-in-touch { font-size: 1.6rem; }

    footer ul.list-unstyled li { text-align: center; }

    footer ul.list-unstyled li a { 
        font-size: 1.5rem;
    }

    footer h5.MT { margin-top: 3.5rem; }

    ul.keep-in-touch-icons { text-align: center; margin-bottom: 3.5rem; }

    footer .col-sm-5 { width: 100%; padding: 0; margin: 0; }
    a.subscribe-btn { width: 85%; }

    .search-result-left { float: none; width: 100%!important; margin-top: 10rem; }
        .search-result-left .hidden-xs { display: block !important; }

    .search-result-right { float: none; width: 100% !important; }
    .search-sort { display: none; }

    div.search-result { width: 49%; padding; 2rem 0; }
    .search-result .button-group { padding: 0 7px; }
    .search-result .product-thumb .caption p:first-of-type {
	height: 115px;
    }

    .search-result .product-thumb .price, h2.product-price { height: 58px; }
    span.installment-text, span.installment-spacer { height: 57px; }

    .product-thumb h4 { height: 55px; overflow: hidden; }
    
    div.shop-by-category h2, div.shop-features h2 { font-size: 2.3rem; }

    .product-breadcrumbs { padding: 1rem 1.5rem; margin-top: 16rem;}
    .product-left { width: 100%; float: none; }

    .product-right { display: none; }

    .product-info { width: 100%; margin: 0; padding: 0;}
    .thumbnails { margin-right: 10px; margin-left: 0; }

    h3.related-products-title {
        text-align: center;
        font-family: 'RubikBold', sans-serif;
        border: none;
        font-size: 2.2rem;
    }

    ul.footer-features li:last-child a img {
        width: 70%;
    }

    .register-box h1, .login-box h1 {
        text-align:center;
    }

    .login-box .col-sm-6 { float: none; width:100% !important; }
    .login-box .well h2, .logout-box h1, .history-box h1 {
        border-top: 1px solid#000;
        padding: 1.2rem;
        font-size: 1.7rem;
    }

    .history-box h1 { border-bottom: 1px solid #000; }

    .register-box {
        margin-top: 13rem !important;
    }

    .register-box legend, .contact-us-box legend {
        border-top: 1px solid#000;
        padding: 1.2rem;
        font-size: 1.7rem;
    }

    .register-box .register-left, .contact-us-box .contact-us-left, .register-box .custom-field {
        width: 90% !important;
        float: none !important;
        padding: 0 5% !important;;
    }

    .register-box .register-right, .contact-us-box .contact-us-right {
        width: 90%;
        float: none;
        padding: 0 5%;
    }

    .register-box fieldset > .form-group, .contact-us-box fieldset > .form-group {
        width: 90% !important;
        float: none !important;
        padding: 0 5% !important;;
    }

    .basic-captcha input[type=text] { float: none; width: 100%; }
    .basic-captcha img { float: none; margin: 0; }

    .register-box div.buttons div {
        margin-left: 5%;
    }

    .logout-box h1, .history-box h1 {
        margin: 0;
        border-top: none;
        padding: 2.8rem 0;
        text-align: center;
    }

    .login-box .well p, .logout-box p, .history-box p {
        padding: 1rem 2.8rem;
        font-size: 1.5rem;
        line-height: 2.8rem;
        border: none;
    }

    .login-box input[type=submit], .login-box a.btn-primary, .register-box .buttons input[type=submit], .edit-register-box div.buttons div input[type=submit] {
        float: none;
        width: 86%;
        margin: 0 7% 6% 7%;
        padding: 1.3rem 0;
        font-size: 1.6rem;
    }

    .login-box input[type=submit] { margin-top: 1.5rem; }

    .register-box .buttons input[type=submit] {
        margin-top: 2.8rem;
        margin-left: 3%;
    }

    .login-box form {
        padding: 0 2.8rem;
    }

    .login-box label.remember-me { float: none; margin-bottom: 0; }
    .login-box a.forgotten-link { float: none; }

    .login-box input[type=submit] + div, .register-box input[type=submit] + div {
        float: none;
        width: 100%;
        padding-left: 19%;
    }

    .register-box input[type=submit] + div {
        padding-left: 14%;
        margin-top: 0;
        width: 86%;
        overflow: hidden;
    }

    ul.header-icons > li > span { bottom: 12px; }

    .edit-register-box div.buttons div {
        width: 100%;
        margin-top: 2rem;
    }

    .product-info-tabs li {
        width: 50%;
    }

    h3.related-products-title {
        margin-top: 7rem;
    }

    .tab-content>.tab-pane { padding: 0 2rem; }

    div.information h1 {
        text-align: center;
        margin-bottom: 4rem;
    }

        div.information p { padding: 0 2rem; }
        div.information > p:first-child { margin-top:2rem; }

        div.location-left, div.location-right {
            float: none;
            width: 90%;
            padding: 0 5%;
        }

        div.map-view { display: none; }

        div.location-left h2, div.location-right h2 {
            text-transform: uppercase;
            color: #F04A3D;
            font-size: 2rem;
        }

        .contact-us-box { width: 100%; }

        .contact-us-box h1 { text-align: center; }

        div.about-us-left, div.about-us-right, div.about-us-smaller-right {
            float: none;
            width: 92%;
            padding: 0 0 0 8%;
        }
        
        div.about-us-right img { margin-bottom: 5rem; }
        div.about-us-smaller-right { float: none; margin: 2rem 0; }
        div.about-us-smaller-left { float: none; text-align: center; }
        div.about-us-smaller-left img { float: none !important; }

        .search-result .product-thumb .button-group button:first-of-type, .product-left #button-cart, .search-result #button-grey {
            width: 69%;
        }

        .search-result .product-thumb .button-group button {
            width: 30%;
        }

        div.button-group button span {
            display: inline !important;
            font-size: 1.2rem;
        }

        div.button-group button i {
            display: none !important;
        }

        .category-content ul.subcat-list {
            list-style: none;
            width: 94%;
            margin: 3rem 3% 4rem 3%;
            padding: 0;
        }

        .category-content ul.subcat-list li { width: 30%; min-height: 150px; }
        .category-content ul.subcat-list li a:last-child { font-size: 1.2rem; }

        /* CART */
        .checkout-cart h1 {
            text-align: center;
            font-size: 2.4rem;
            margin-bottom: 2rem;
        }

        .checkout-cart form div.table-responsive {
            border: none;
        }

        .checkout-cart form div.table-responsive table, .account-wishlist .checkout-cart .table-responsive table {
            display: none;
        }

        .account-wishlist .table-responsive {
            border: none;
        }
        
        .cart-mobile li button.add-cart-wish {
            position: initial;
            color: #FFF;
            font-family: 'RubikRegular', sans-serif;
            background: #F04A3D;
            border: none;
            padding: 0.5rem 2rem;
            margin-top: 1rem;
        }

        .cart-mobile li a.remove-wish {
            background: #000;
            color: #FFF;
            padding: 0.85rem 2rem;
        }

        .order-invoice div.table-responsive table { display: none; }
        .order-invoice div.table-responsive { border: none; }

        .confirm-checkout table { display: none; }
        .confirm-checkout { border: none; }

        .checkout-confirm-details h2 {
            font-size: 2.4rem;
            padding: 0 1.5%;
            text-align: center;
        }
    
        .cart-mobile { display: block; list-style: none; width: 96%; padding: 0 2%; margin-top: 35px; }

        .cart-mobile li {
            width: 100%;
            border-bottom: 1px solid #000;
            padding: 1.6rem 0;
            position: relative;
        }

            .cart-mobile li button {
                position: absolute;
                right: 0;
                top: 5px;
                background: none;
                border: none;
            }

            .cart-mobile li:last-child { border-bottom: none; }

        .cart-mobile-left { width: 35%; }
		.cart-mobile-left > a > img { width: 100%; }

        .cart-mobile-right { width: 60%; }

        .total-left { width: 43%; }
        .total-right { width: 52%; }

        .cart-mobile-right a {
            font-family: 'RubikLight', sans-serif;
            color: #000;
            text-decoration: none;
            font-size: 1.6rem;
        }

        .cart-mobile-right, .total-right {
            font-family: 'RubikMedium', sans-serif;
            font-size: 1.6rem;
            color: #000;
            padding-top: 1rem;
            line-height: 2.6rem;
        }
    
        .total-left {
            text-transform: uppercase;
            font-family: 'RubikLight', sans-serif;
            color: #000;
            font-size: 1.6rem;
            padding-top: 1.4rem;
        }

        .total-right { padding-top: 1rem; text-align: right; }

        .cart-mobile li.voucher { border: none; padding: 1rem 0; }

        .TAL {text-align: left !important; }

        .cart-mobile li.total { padding: 0.6rem 0; }
        .cart-mobile li.total .total-right {
            font-size: 2.1rem;
        }

        .cart-mobile hr { border-top: 1px solid #000; margin-top: 10px; margin-bottom: 10px; }
        .cart-mobile li.total .tred { color: #F04A3D; }
        .cart-summary { display: none; }

        .cart-mobile li.buttons a:first-child { background: #F04A3D; }
        .cart-mobile li.buttons a:last-child { background: #000; }

        .shipping-details, .shipping-method-details, .payment-method-details, .checkout-confirm-details {
            width: 100%; 
        }

        .shipping-details select { width: 100%; }

        .shipping-content, .shipping-method-content, .payment-method-content, .checkout-confirm-content {
            padding: 0 5%;
        }

        .bubble:after {
            top: 3px;
            right: 32%;
        }

        #cart {
            left: -62vw;
            width: 101vw;
        }

        #account-shortcut {
            left: -75vw;
            width: 100vw;
        }

        #account-shortcut .bubble:after {
            right: 17%;
        }

        #cart .dropdown-menu li p { color: #000; }

        .history-box table {
            margin-top: -0.1rem;
        }

        .history-box table thead tr td:nth-child(2), .history-box table thead tr td:last-child { display: none; }
        .history-box table tbody tr td:nth-child(2), .history-box table tbody tr td:last-child { display: none; }

        .history-box table > thead > tr > td { padding: 1.1rem 0.5rem; }
        .history-box table>tbody>tr>td { padding: 1.7rem 0.5rem; border-bottom: 1px solid #000 !important; }

        .order-invoice .order-info ul { border-top: none; border-bottom: none; }
        .order-invoice .order-info ul li {
            display: block;
            width: 100%;
            text-align: center;
            padding: 0.5rem 0;
        }
    
        .order-invoice .buttons div a {
            width: 80%;
            margin: 3rem 10%;
        }

        .contact-us-box .buttons input[type=submit] {
            width: 80%;
            margin: 3rem 10%;
        }

        div.mobile-shop-features {
            /*width: 100vw;
            overflow: hidden;
            position: relative;
            height: 320px;*/
	    width: 100%;
        }

        div.shop-features ul li img {
            max-height: 320px;
        }

        div.shop-features ul {
            /*width: 300vw;*/
	    /*width: 100%;*/
            margin-top: 1rem;
            /*position: absolute;
            top: 0;
            left: 0;*/
        }

        div.shop-features ul li { 
            /*width: 26%;*/
            width: 100vw;
            /*margin: 0 3%;*/
	    margin: 0;
            text-align: center;
	    margin-bottom: 3rem;
        }

        div.mobile-shop-features-control {
            display: block;
            text-align: center;
        }

        div.mobile-shop-features-control a {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin-right: 2%;
        }

            div.mobile-shop-features-control a span {
                display: block;
                width: 12px;
                height: 12px;
                background: #000;
                opacity: 0.5;
                border-radius: 6px;
                -webkit-border-radius: 6px;
            }

            div.mobile-shop-features-control a.active span {
                background: #F04A3D;
                opacity: 1;
            }

    .edit-register-box div.buttons div a { width: 86%; }

    .edit-register-box .table-responsive { border: none; }
    
    .edit-register-box .table>tbody>tr>td {
        padding: 1.5rem 0.8rem;
        font-size: 1.2rem;
        border-bottom: 1px solid #000 !important;
    }
        .edit-register-box .table>tbody>tr:last-child>td {
            border: none !important;
        }

    .edit-register-box div.buttons div:first-child { margin-top: 0; }
    .edit-register-box div.buttons { margin-top: 0.5rem; }
    .edit-register-box div.buttons div {
        width: 95% !important;
        margin-top: 1.5rem;
    }

    div.subscribe-box {
        margin: 1.5rem 0 3.5rem 0;
    }

    footer { margin-bottom: 0; }

    div.mobile-footer {
        display: block;
        position: relative;
        height: 80px;
        width: 100%;
        background: #666;
        margin-top: 2.5rem;
    }

        div.mobile-footer a {
            position: absolute;
            right: 10px;
            top: 10px;
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 20px;
            -webkit-border-radius: 20px;
            background: #F04A3D;
            color: #FFF;
            text-align: center;
            padding-top: 5px;
        }

        div.mobile-footer a i { font-size: 2.4rem; }

        .category-content ul.subcat-list { display: none; }

        aside.col-sm-3 {padding: 0; }
        aside > .product-category-left > .list-group {
            margin-bottom: 0;
        }
        aside > .product-category-left > .list-group:last-child {
            margin-top: 0;
        }

        .product-category-left { background: none; margin-bottom: -1px !important; margin-top: 0!important; }
        aside#column-left .product-category-left {
            margin-top: 4.5rem !important;
        }

        .product-category-left h2 {
            padding: 1.5rem;
            margin: 0;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            color: #000;
            position: relative;
        }

        .product-category-left h2:after {
            position: absolute;
            content: ">";
            right: 10px;
            top: 12px;
            color: #000;
            font-size: 1.7rem;
        }

        .product-category-left h2.down:after {
            content: "v";
            font-size: 1.2rem;
            top: 16px;
        }

        .product-category-left a { background: none; }

        .slider {
            border-bottom: 1px solid #000;
	    width: 100%;
        }


        .slider .well{ margin-bottom: 2rem; }
        .slider > a:first-child {
            padding-left: 1.5rem;
            position: relative;
        }
        
        .slider > a:first-child:after {
            content: ">";
            right: 10px;
            top: 12px;
            font-size: 1.7rem;
            position: absolute;
        }

        .slider > a.down:first-child:after {
            content: "v";
            font-size: 1.6rem;
        }
        
        .slider > a:first-child:hover {
            background: none;
        }
    
        .checkout-success-box {
            width: 100%;
        }

        .checkout-success-box h1 {
            font-size: 2.8rem;
            padding: 2.8rem 2.5rem;
            border-bottom: none;
	    margin-top: 10rem;
        }

        .checkout-success a.continue-button, .checkout-failure a.continue-button {
            width: 70%;
        }

        div.faq {
            padding: 2.8rem 2rem;
        }

        p.no-order-buffer { text-align: center; margin-top: 15rem; padding: 1rem; }

        ul.product-info-tabs { display: none; }

        div.tab-content > h3 {
            display: block;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            font-family: 'RubikMedium', sans-serif;
            text-transform: uppercase;
            padding: 1rem 1.9rem;
            color: #000;
            font-size: 1.8rem;
            position: relative;
        }

        div.tab-content > h3:after {
            content: ">";
            color: #000;
            position: absolute;
            top: 10px;
            right: 10px;
        }

        div.tab-content > h3.active:after {
            content: "v";
            font-size: 1.3rem;
            top: 13px;
        }

        div.tab-content .tab-pane {
            overflow: hidden;
            display: block;
        }

	select[name=installment-terms] {
            width: 85%;
        }

        .shipping-details { margin-top: 120px; }

        div#payment-content {
            margin-top: 120px;
        }

        ul.payment-options-table li {
            width: 49.5%;
            border-right: none;
            margin-bottom: 3rem;
        }

	a.thumb-help {
	    position: relative;
	    top: -2px;
	    left: 5px;
	}
	
	div.category-content { margin-top: 150px; margin-bottom: -50px; }
	
	.search-result .product-thumb .image span {
	    top: 8rem;
	}

	/*APP DOWNLOAD */
        .app-bar {
            background-color: #F04A3DEC;
            width: 100%;
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 99;
            padding: 5% 0;
        }    

        .fb_reset {
            display: none;
        }    

        .app-bar p {
            font-family: 'RubikMedium', sans-serif;
            color: #FFF;
            text-align: center;
            padding: 0 12%; 
            font-size: 1.5rem;
        }    

        .app-bar span {
            font-family: 'RubikLight', sans-serif;
            color: #FFF;
            text-align: center;
            padding: 0 10%; 
            display: block;
            font-size: 1.3rem;
        }    

            .app-bar input[type=button] {
                display: block;
                margin: 0 auto;
                width: 80%; 
                background: #EEE;
                border-radius: 12px;
                padding: 0.5rem 0.5rem;
                color: #000;
                font-family: 'RubikMedium';
                font-size: 1.2rem;
                margin-top: 1rem;
                border: none;
            }    

            .app-bar input.not-now-btn {
                background: none;
                color: #FFF;
            } 

	    /* BESTSELLER MOBILE */
            div.bestsellers {
                margin-bottom: 5.5rem;
            }

            div.bestseller-frame {
                height: 490px;
                margin-top: 1.5rem;
            }

            div.featured-result {
                width: 46.3vw;
                margin-right: 4px;
                margin-left: 5px;
                padding: 1.5rem 0;
            }

            div.featured-result .product-thumb .caption {
                margin-top: 3rem;
            }

            div.featured-result .product-thumb h4 { font-size: 13px; height: 50px; }
            div.featured-result .product-thumb .caption p:first-of-type {
                font-size: 1.1rem;
                height: 80px;
            }

            div.featured-result .product-thumb .price, h2.product-price {
                font-size: 1.4rem;
            }
            /* END BESTSELLER MOBILE */
}       
    
/* LOYALTY */

.account-nav-bar ul li { 
    width: 24%; 
}

.summary-list tbody td a {
    color: #F04A3D;
    font-family: 'RubikMedium', sans-serif;
}

.customreward-details input[type=radio] {
    margin-right: 10px;
}

.customreward-details input[type=text] {
    width: 5%;
    border: 1px solid #AAA;
    margin-right: 0;
    height: 30px;
}

/* CUSTOM FB LOGIN */
.custom-fb-button {
    background: #3B5998;
    border: none;
    width: 38%; 
    text-transform: uppercase;
    padding: 0.8rem 0;
    font-size: 1.3rem;
    color: #FFF;
    float: left;
    margin-left: 3%;
    text-align: center;
    font-family: 'RubikMedium', sans-serif;
    text-decoration: none;
}

.custom-fb-button:hover {
    color: #FFF;
}

.register-fb {
    margin: 3rem 0 0 3%;
    width: 20%;
}

@media (max-width: 667px) and (min-width: 320px) {
    .custom-fb-button {
        float: none;
        display: inline-block;
        width: 86%;
        margin: 0 7% 6% 7%;
        padding: 1.3rem 0;
        font-size: 1.6rem;
    }

    .register-fb {
        margin-left: 3%;
    }
}
