/*@font-face {
font-family: 'Century Gothic Regular';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Regular'), url('/assets/fonts/GOTHIC.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic Italic';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Italic'), url('/assets/fonts/GOTHICI.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic Bold';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Bold'), url('/assets/fonts/GOTHICB.woff') format('woff');
}

@font-face {
font-family: 'Century Gothic Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Century Gothic Bold Italic'), url('/assets/fonts/GOTHICBI.woff') format('woff');
}

body {
	font-family: 'Century Gothic Regular', sans-serif;
	font-size: 14px;
	color: #535353;
	background-color: #fff;
	padding: 0px;
}*/

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-size: 14px;
	color: #535353;
	background-color: #fff;
	padding: 0px;
}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

h1.inline { display: inline-block; }

.h2 { font-size: 16px; color: #ff3d54; }

a {
	color: #2d2d2d;
 	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
 }
a:hover {
	text-decoration: none;
	color: #ff3d54;

	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}
a:focus { text-decoration: none; }

.add-to-wishlist i { color: #ff3d54; }


/* NAVBAR */
.navbar-default {
	border-radius: 0 !important;
	border: none;
	border-bottom: 1px solid #e7e7e7;
}
.navbar-default .open .dropdown-menu {
	font-size: 13px;
}
.navbar-brand>img {
    margin-top: -5px;
}
/* navbar search */
.nav li.nav-search {
	border-top: 1px solid #e7e7e7;
	padding: 8px 15px 0px 15px;
}
.nav li.nav-search .input-group-addon {
	border: 1px solid #e7e7e7;
	border-radius: 0;
}
.nav li.nav-search .input-group .form-control {
	font-size: 13px;
}


/* V-MENU */
.vmenu-nav {
	display: block;
	float: left;
	font-size: 25px;
    padding: 0 10px;
    margin-left: -10px;
	margin-right: 10px;
}
.vmenu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -370px;
	width: 360px;
	z-index: 1005;

	background: #f6f6f6;
	-webkit-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.65);
	-moz-box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.65);
	box-shadow: 5px 0px 5px -2px rgba(0,0,0,0.65);
}
.vmenu ul.root {
	list-style: none;
	font-size: 16px;
	color: #101010;
    padding: 0;
    margin: 0;
    padding-bottom: 30px;
}
.vmenu ul.root li {
	position: relative;
	border-bottom: 1px solid #ececec;
}
.vmenu ul.root li:last-child {
	border-bottom: none;
}
.vmenu ul.root li a {
	display: block;
	color: inherit;
	padding: 15px 20px;
	background: transparent;
}
.vmenu ul.root li a:hover, ul.root li a.selected {
	color: inherit;
	background: #ececec;
}
.vmenu ul.root li a.disabled {
	color: #9a9a9a;
}
.vmenu ul.root li a.indent {
	padding-left: 40px;
}
.vmenu ul.root li a .menu-caret {
	position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    font-size: 20px;
    text-align: center;
    padding: 16px 0;
    border-left: 1px solid #ececec;
}
.vmenu ul.root .dropdown {
	display: block;
	list-style: none;
	height: 0;
	overflow: hidden;
	/*font-size: 13px;*/
    padding: 0;
}
.vmenu ul.root .dropdown li a {
	display: block;
	padding: 10px 10px 10px 30px;
}
.vmenu ul.root .dropdown li a.selected {
	background: inherit;
	border-color: transparent;
	color: #0088CC;
}
.vmenu ul.root .dropdown li a .image {
	display: block;
	float: left;
	padding-right: 10px;
}
.vmenu ul.root .dropdown li a .image img {
	width: 20px;
}
.vmenu ul.root li.separator {
	border-bottom: 1px solid #ccc;
}
.vmenu ul.root li.block {
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
.vmenu ul.root li.block a.inline {
	display: inline-block;
}
.vmenu ul.root li.block .dropdown li a {
	display: block;
	text-align: center;
	padding: 10px 5px;
}

.vmenu ul.root li.wholesale a {
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: #000;
}

.vmenu ul.root li.search {
	border-bottom: 1px solid #ccc;
}
.vmenu ul.root li.search .mobile-search-form-group {
	margin-bottom: 0;
}
.vmenu ul.root li.search .mobile-search-form-group .form-control {
	font-size: 14px;
    padding: 10px 10px;
    height: 45px;
    background: #fdfdfd;
}
.vmenu ul.root li.search .mobile-search-form-group .input-group-addon {
	border-bottom: none;
    border-left: 1px solid #ececec;
    padding: 6px 16px;
}



body.intro {
	position: relative;
	min-height: 100vh;
    padding: 30px 0;
    margin: 0;
}
body.intro:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-image: url('/assets/images/login-background.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: -1;
}
@media (max-width: 576px) {
	body.intro:before {
		background-position: 30% center;
	}
}



/* BUTTONS */
.btn {
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}

.btn-bold {
	font-weight: 600;
}
.btn-block-centered {
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}

.btn-default {
	border-radius: 0;
}
.btn-primary {
	color: #fff !important;
	background-color: #7fa951;
	border: 1px solid #7fa951;
	/*border-radius: 10px;*/
}
.btn-primary:hover {
	background-color: #6f9446;
	border: 1px solid #6f9446;
}

.btn-secondary {
	color: #fff;
	background-color: #ff3d54;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #da3346;
}
.btn-action {
	color: #fff;
	background-color: #505050;
	border: 1px solid #505050;
	border-radius: 0;
}
.btn-action:hover {
	color: #fff;
	background-color: #636363;
	border: 1px solid #636363;
}

.btn-red {
	color: #fff;
	background-color: #bf1e2d;
}
.btn-red:hover {
	color: #fff;
	background-color: #871620;
}

.btn-black {
	color: #fff !important;
    background: #000;
}
.btn-black:hover {
	color: #fff;
    background-color: #871620;
}

.btn-more-products {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	/*background-color: #bf1e2d;*/
	background-color: #000;
	text-align: center;
	padding: 20px 80px;
}
.btn-more-products:hover {
	color: #fff;
	background-color: #871620;
}
.btn-more-products span {
	display: block;
	font-size: 16px;
    padding-top: 10px;
}

.btn-clear-filters {
	width: 100%;
	color: #fff;
	background-color: #bf1e2d;
	border: none;
	text-align: center;
}
.btn-clear-filters:hover {
	color: #fff;
	background-color: #871620;
}

.btn-tools {
    background: #bf1e2d;
    color: #fff !important;
    border: none;
}
.btn-separator {
	border-right: 1px solid #f6f6f6;
}

.btn-big {
	font-size: 18px;
	border-radius: 0;
    padding: 20px 0;
}

/* FORMS */
label {
	font-size: 13px;
	color: #333;
    font-weight: bold;
}
label em {
	font-style: normal;
    color: #ff3d54;
}

.form-control {
	border: 1px solid #ececec;
    border-radius: 0;
}

.numeric-control-group input {
	text-align: center;
	padding-left: 5px;
    padding-right: 5px;
    min-width: 30px;
}

.numeric-control-group .input-group-minus, .numeric-control-group .input-group-plus {
	font-size: 12px;
	cursor: pointer;
}

.cart-input-group {
    max-width: 130px;
}
.cart-input-group .input-group-minus, .numeric-control-group .input-group-plus {
}
.cart-input-group .input-group-addon {
	background: #fff;
    border: none;
}
.cart-input-group .input-group-addon:hover {
	background: #f5f5f5;
}
.cart-input-group .form-control {
	color: #000;
}


input[readonly] {
    background-color:#fff !important;
}


/* TABLES */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    color: #555;
}


/* SEPARATORS */
.separator-dark {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	margin-top: 20px;
	margin-bottom: 20px;
}
.separator-light {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
}
.separator-fat {
	width: 100%;
	border-bottom: 5px solid #f5f5f5;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* PAGES */
.page-title, .category-title {
    border-bottom: 5px solid #f5f5f5;
	padding-bottom: 16px;
    margin-bottom: 26px;
}
.page-title h1, .page-title h2 {
    line-height: normal;
    color: #2c2c2c;
    font-weight: 300;
    margin: 0;
}
.page-title h2 {
	font-size: 20px;
}
.page-title h3 {
	margin-bottom: 0;
}
.page-title .total-products {
	font-size: 16px;
    display: inline-block;
    padding-left: 10px;
}

.page-subtitle {
	background: #FBFBFB;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    line-height: 18px;
    color: #3A3A3A;
    padding: 12px 15px;
    margin-bottom: 15px;
    position: relative;
}
.page-subtitle h2 {
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}
.page-subtitle h3 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.page-image {   
    margin: -40px -30px 30px -30px;
    border-bottom: 4px solid #e3e3e3;
}
.page-image img {}

.legend {
    float: none;
    background: none;
    border: none;
    border-bottom: 2px solid #3A3A3A;
    font-size: 17px;
    line-height: 21px;
    color: #383737;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 16px;
    padding: 0 0 7px;
}


/* BIG FONT PAGE */
.big-font {
	font-size: 16px;
}
.big-font .form-group {
	margin-bottom: 20px;
}
.big-font .form-control {
	font-size: 16px;
	height: auto;
}
.big-font .btn {
	font-size: 16px;
}
.big-font .cart-list .product .content .title {
	font-size: 16px;
}
.big-font label {
    font-size: 16px;
}
.big-font .selected-attributes {
	font-size: 14px;
}


/* PAGINATION */
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 8px;
	font-weight: 600;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border: none;
}


/* CONTACT  */
.map-content {
	margin-bottom: 30px;
    padding-bottom: 30px;
    height: 400px;
}
.map-content figure iframe {
    border: none;
    height: 400px;
    width: 100%;
}

.contact-info {
	color: #8a8989;
}
.contact-info h3 {
	font-size: 13px;
    line-height: 16px;
    color: #ff3d54;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 14px;
}
.contact-info p {
	border-bottom: 1px solid #ececec;
    padding-bottom: 17px;
    margin-bottom: 17px;
}
.contact-info p.last {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


/* HEADER */
header {
	margin-bottom: 30px;
}
header .header-top {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010;
    transition: padding .3s ease-in;
}

header .promo-bar {
	position: relative;
	color: #fff;
	background: #000;
	text-align: center;
	overflow: hidden;

	transform: scaleY(1);
	transform-origin: top;
    transition: transform 0.26s ease;
}
header .promo-bar .frame {
	background: #3d3131;
}
header .promo-bar span {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px 0;
}
header .promo-bar span a {
	color: inherit;
}
header .promo-bar .close-button {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background-image: url("/assets/images/close-30-white.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
header .promo-bar.shrink {
	transform: scaleY(0);
	transform-origin: top;
}
    

/* top bar */
header .header-top-bar {
	position: relative;
	background: #fff;
	color: #232323;
}
header .header-top-bar a {
	color: inherit;
}
header .header-top-bar a:hover {
	color: #be1e2d;
}
header .header-top-bar-left {
	float: left;
}
header .header-top-bar-right {
	float: right;
}
header .header-top-bar-top {
	position: relative;
	padding: 10px 0px 10px 0px;
}

header .header-brand {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
header .header-brand img {}

header .header-contact {
	float: left;
    margin-right: 30px;
}
header .header-contact .icon {
	display: block;
    float: left;
    font-size: 32px;
    width: 30px;
    margin-top: 5px;
}
header .header-contact .content {
	display: block;
	float: right;
}
header .header-contact i {
	display:block;
	-webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
}
header .header-contact .phone {
	font-size: 16px;
	font-weight: 400;
}
header .header-contact .small {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -1px;
}

header .header-slogan {
	float: right;
	font-size: 16px;
    font-weight: 400;
}

/* top bar cart */
header .header-icon {
	position: relative;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
header .header-icon .badge {
	display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    width: 15px;
    height: 15px;
    padding: 3px 0px 0px 0px;
}

/* Header cart list */
.header-cart-list {
	display:none;
	position: absolute;
	right: 10px;
	max-width: 300px;
	font-weight: 600;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
    z-index: 1000;
    margin-top: 60px;
}
.header-cart-list .list-header {
	position: relative;
    color: #fff;
    /*background: #db396c;*/
    background: #000; /* NEW */
	padding: 5px 10px;
}
.header-cart-list .list-header a {
	color: inherit;
}
.header-cart-list .list-header a:hover {
	color: #efefef;
}
.header-cart-list .list-body {
	padding: 20px 20px 20px 20px;
}
.header-cart-list ul {
	padding: 0;
    margin: 0;
}
.header-cart-list ul li {
	display: block;
    padding-bottom: 10px;
	border-bottom: 1px dotted #eee;
	margin-bottom: 10px;
}
.header-cart-list ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.header-cart-list ul li .content {
	padding-bottom: 10px;
}
.header-cart-list ul li .content:after {
	content:" ";
    display:block;
    clear:both;
}
.header-cart-list ul li .image {
	width: 20%;
    float: left;
}
.header-cart-list ul li .title {
	display: block;
	float: left;
    width: 80%;
    font-size: 13px;
    padding-left: 10px;
}
.header-cart-list ul li .qty-price {
	text-align: center;
}
.header-cart-list ul li .out-of-stock {
	text-align: center;
	font-weight: 600;
	color: #ff0000;
}
.header-cart-list .total {
	color: #7b7a7a;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	border-top: solid 1px #eee;
    padding: 10px;
}
.header-cart-list .total span {
	color: #2d2d2d;
}
.header-cart-list .offer {
	text-align: center;
	padding: 5px;
}

.header-cart-list .close-button {
	position: absolute;
	right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #fff;
}


/* top bar menu */
header .top-bar-menu {
    float: left;
    margin-top: 22px;
}
header .top-bar-menu li {
	border-right: 1px solid #dcdcdc;
}
header .top-bar-menu li:last-child {
	padding-right: 0;
	border-right: none;
}
header .top-bar-menu li a {
	color: inherit;
	padding: 0px 8px 0px 8px;
}
header .top-bar-menu li a:hover {
	color: #be1e2d;
}
header .top-bar-menu li a:hover {
    background-color: transparent;
}
header .top-bar-menu li.language-menu {
	margin-left: 10px;
}
header .top-bar-menu .dropdown-menu {
	left: auto;
	right: 0 !important;
}
header .top-bar-menu .dropdown-menu li a {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
header .top-bar-menu .dropdown-menu li a:hover {
	background-color: #f6f6f6;
}
header .top-bar-menu .dropdown-menu .divider {
    margin: 5px 0;
}


/* header menu */
header .header-menu {
	position: relative;
	background: #fff;
    /*border-bottom: 5px solid #f5f5f5;
	box-shadow: 0px 4px 3px 1px rgba(0,0,0,0.1);*/
    padding-top: 15px;
    padding-bottom: 15px;
    transition: padding .3s ease-in;
}
header .header-menu ul.menu {
	display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}
header .header-menu ul.menu li {
	padding: 0px 15px 0px 15px;
	display:inline-block;
}
header .header-menu ul.menu li:first-child {
	padding-left: 0;
}
header .header-menu ul.menu li:last-child {
	border: none;
}
header .header-menu ul.menu li a {
	display: block;
    color: inherit;
}
header .header-menu ul.menu li a.active, header .header-menu ul.menu li a:hover {
	color: #ff3d54;
}
header .header-menu .dropdown-menu {
	margin-top: 10px;
}
header .header-menu ul.menu ul.dropdown-menu li {
	display: block;
	border: none;
	padding: 0;
}
header .header-menu ul.menu ul.dropdown-menu li a {
	display: block;
	padding: 5px 20px;
}
header .header-menu ul.menu ul.dropdown-menu .divider {
	margin: 0;
}

/* wholesale */
header .header-menu ul.menu li.wholesale {
	position: relative;
	width: 100px;
	height: 25px;
}
header .header-menu ul.menu li.wholesale a {
	position: absolute;
    color: #fff;
    background: #000;
    top: 0;
    left: 0;
    padding: 5px 5px;
}
header .header-menu ul.menu li.wholesale a:hover {
	background: #3d3131;
}


/* collections dropdown menu */
header .header-menu ul.menu li.dropdown-menu-collections {
	position: relative;
}
header .header-menu ul.menu li.dropdown-menu-collections .dropdown-menu-outter {
	display:none;
	position: absolute;
	top: 20px;
	width: max-content;
	padding-top: 20px;
}
header .header-menu ul.menu li.dropdown-menu-collections .dropdown-menu-outter ul.dropdown-menu-inner {
	list-style: none;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	padding: 5px 0;
	margin: 0;
}
header .header-menu ul.menu li.dropdown-menu-collections .dropdown-menu-outter ul.dropdown-menu-inner li {
	display: block;
	padding: 0;
}
header .header-menu ul.menu li.dropdown-menu-collections .dropdown-menu-outter ul.dropdown-menu-inner li a {
	display: block;
    font-size: 15px;
    text-align: left;
    color: #000;
    padding: 8px 20px 8px 20px;
}
header .header-menu ul.menu li.dropdown-menu-collections .dropdown-menu-outter ul.dropdown-menu-inner li a:hover {
	color: #ff3d54;
}


/* header menu options */
header .header-menu .header-menu-options {
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	/*min-width: 700;*/
	max-width: 100%;
	width: max-content;
	
	overflow: hidden;
	text-align: left;
	background: #fff;

	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
	margin-top: 15px;

	z-index: 9999;

	transition: .2s all ease;
}
header .header-menu .header-menu-options .options-heading {
	font-weight: 700;
	background: #fff;
	border-bottom: 1px solid #efefef;
	padding: 10px 20px;
}
header .header-menu .header-menu-options .options-body:after {
	content:" ";
    display:block;
    clear:both;
}
header .header-menu .header-menu-options .options-footer {
	background: #fff;
	border-top: 1px solid #efefef;
	padding: 10px 20px;
}
header .header-menu .header-menu-options .main-group {
	float: left;
	min-width: 250px;
	max-width: 250px;
	/*background: #f9f9f9;*/
    padding: 15px 0px 16px 20px;

    transition: .2s all ease;
}
header .header-menu .header-menu-options .main-group .main-group-title {
	color: #000;
	font-weight: 700;
    padding: 0px 10px 10px 10px;
}
header .header-menu .header-menu-options .main-group .main-group-body {
	overflow-y: auto;
}
header .header-menu .header-menu-options .main-group ul.filters {
	text-align: left;
	list-style: none;
    margin: 0;
    padding: 0;
}

header .header-menu .header-menu-options .main-group ul.filters li a {
	display: block;
	font-size: 15px;
    color: #000;
    padding: 5px 10px 5px 10px;
}
header .header-menu .header-menu-options .main-group ul.filters li a:hover {
    color: #ff3d54;
}
header .header-menu .header-menu-options .main-group ul.filters li a .icon {
	display: inline-block;
    padding-right: 11px;
}
header .header-menu .header-menu-options .main-group ul.filters li a .icon img {
	width: 25px;
	height: 25px;
}

header .header-menu .header-menu-options .main-group.short {
	max-width: 450px;
}
header .header-menu .header-menu-options .main-group.short ul.filters li {
	display: inline-block;
	width: 50%;
}


header .header-menu .header-menu-options .sub-groups {
	float: right;
	min-width: 300px;
	max-width: 660px;
	text-align: center;
	background: #fff;
	padding: 15px 20px;
}
header .header-menu .header-menu-options .sub-groups .group {
	padding-bottom: 20px;
}
header .header-menu .header-menu-options .sub-groups .group .title {
	font-weight: 700;
	color: #000;
    padding: 0px 0 20px 0;
}
header .header-menu .header-menu-options .sub-groups ul.color {
	text-align: left;
	list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
}
header .header-menu .header-menu-options .sub-groups ul.color li {
	display: inline-block;
	width: 33%;
}
header .header-menu .header-menu-options .sub-groups ul.color li a {
	display: inline-block;
    padding: 2px 10px 2px 10px;
	margin-bottom: 20px;
}
header .header-menu .header-menu-options .sub-groups ul.color li a .name {
	white-space: nowrap;
	padding-right: 5px;
}
header .header-menu .header-menu-options .sub-groups ul.color li a .icon {
    padding-right: 10px;
}


header .header-menu .header-menu-options .sub-groups ul.material {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
header .header-menu .header-menu-options .sub-groups ul.material li {
	display: inline-block;
	width: 33%;
}
header .header-menu .header-menu-options .sub-groups ul.material li a {
	display:block;
	text-align: center;
}
header .header-menu .header-menu-options .sub-groups ul.material li a .name {
	display: block;
}
header .header-menu .header-menu-options .sub-groups ul.material li a .icon {
    display: block;
}

header .header-menu .header-menu-options .sub-groups ul li a {
	color: #000;
}
header .header-menu .header-menu-options .sub-groups ul li a:hover {
	color: #ff3d54;
}

header .header-menu .header-menu-options ul.prices {
	text-align: center;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
header .header-menu .header-menu-options ul.prices li {
	display: inline-block;
}
header .header-menu .header-menu-options ul.prices li a {
	display:block;
	color: #000;
	padding-left: 15px;
    padding-right: 15px;
}

header .header-menu .header-menu-options .same-column-height {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

/* Header menu filters & sort */
.header-menu-controls {
	position: absolute;
	width: 300px;
	left: 14%;
    z-index: 1000;
}
.header-menu-controls ul {
	list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);
}
.header-menu-controls ul li.control {
	display: block;
	width: 50%;
	float: left;
}
.header-menu-controls ul li:last-of-type {
	border-left: 1px solid #fff;
}
.header-menu-controls .menu-item-filters, .header-menu-controls .menu-item-sort {
	display: block;
	font-size: 16px;
	color: #fff;
    /*background: #bf1e2d;*/
    background: #000;
	width: 100%;
    border: none;
    text-align: center;
    padding: 5px 5px;
}
.header-menu-controls .menu-item-filters:hover, .header-menu-controls .menu-item-sort:hover {
    background-color: #871620;
}

.header-menu-controls .menu-item-filters {
	border-radius: 0 0 0 4px;
}
.header-menu-controls .menu-item-sort {
	border-radius: 0 0 4px 0;
}

.header-menu-controls .btn-group {
	width: 100%;
}
.header-menu-controls ul.dropdown-menu {
   	right: 1px;
   	left: -60%;
   	margin-top: 0;
}
.header-menu-controls ul.dropdown-menu>li>a {
    padding: 8px 20px;
}


/* Header search form */
header .menu-search {
    position: absolute;
    right: 30px;
    top: 40%;
    max-width: 150px;
    transform: translateY(-50%);
}
header .menu-search .form-group {
	margin-bottom: 0;
}
header .search-input-group .form-control {
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #f5f5f5;
	padding: 0px 5px 0px 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
header .search-input-group .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
header .search-input-group .input-group-addon {
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #ff3d54;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s allheaer ease;
	transition: .3s all ease;
}
header .search-input-group .input-group-addon:hover {
	color: #ff3d54;
	-webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
	transition: .3s all ease;
}


/* dropdown menu caret */
.caret {
	margin-left: 0;
}

.flag {
	border-radius: 3px;
}


/* FOOTER */
footer {
	padding: 30px 0 0 0;
	color: #535353;
	font-size: 16px;
}
footer h4 {
    font-weight: bold;
    color: #393939;
    border-bottom: solid 1px #dcdcdc;
    padding: 0 0 30px 0;
    margin-bottom: 33px;
}
footer h5 {
    color: #393939;
    padding: 0 0 5px 0;
}

footer .address {
    line-height: 24px;
    margin: 0 0 30px 0;
}
footer .phone {
    color: #bf1e2e;
    font-size: 15px;
    margin: 0 0 18px 0;
}
footer .phone p {
	font-weight: 600;
	margin-bottom: 0;
}
footer .phone a {
	font-size: 25px;
	color: inherit;
}
footer .hours {
	font-size: 15px;
	color: #bf1e2e;
	margin-bottom: 20px;
}
footer .hours .title {
	font-weight: 600;
}
footer .email {
	background: url(../images/icon_mail.png) no-repeat 0 3px;
    padding: 0 0 0 23px;
    font-size: 15px;
    margin: 0 0 20px 0;
}
footer .email a {
	color: #535353;
}

footer .footer-menu {
	list-style-type: none;
	padding: 0px;
	font-size: 16px;
	margin-bottom: 30px;
}
footer .footer-menu li {
    margin: 0 0 10px;
}
footer .footer-menu li a {
	display: block;
    color: #535353;
    text-decoration: none;
}
footer .footer-menu li a:hover {
	color: #ff3d54;
}

footer .newsletter {
	padding: 20px 0 5px 0;
	margin-top: 10px;
	margin-bottom: 30px;
}
footer .newsletter .form-group {
	margin-bottom: 5px;
}
footer .newsletter .input-group-addon {
	padding: 0;
	border: 0;
}
footer .newsletter a {
	color: #ff3d54;
}

footer .socials {
	margin-bottom: 30px;
}
footer .socials .social {
	position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
}
footer .socials .social i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
footer .socials .social:hover {
	opacity: .8;
}
footer .socials .social.instagram {
	color: #2b2b2b;
	background-color: #fff;
	border: 1px solid #ccc;
}
footer .socials .social.facebook {
	background-color: #778dbe;
	border: 1px solid #778dbe;
}
footer .socials .social.twitter {
	background-color: #93d4e3;
	border: 1px solid #93d4e3;
}

footer .credits {
	font-size: 13px;
	background: #fff;
	padding: 30px 0 30px 0;
}


/* SECTIONS */
section {
	padding-top: 50px;
	padding-bottom: 50px;
}
section.pad-small {
	padding-top: 20px;
	padding-bottom: 40px;
}


/* Main slider */
.carousel {
    margin-bottom: 30px;
}
.carousel-caption {
	font-size: 24px;
	text-shadow: none;
	background: transparent;
	padding: 20px 20px;
	left: 20px;
	right: auto;
}
.carousel-caption a {
	color: #fff;
}
.carousel-caption.style0 {
	color: #1d1d1d;
}
.carousel-caption.style0 a {
	color: inherit;
}
.carousel-caption.style1 {
	color: #fff;
}
.carousel-caption.style1 a {
	color: inherit;
}
.carousel-caption.style2 {
	color: #bf1e2d;
}
.carousel-caption.style2 a {
	color: inherit;
}
.carousel-control.left,  .carousel-control.right{
	background-image: none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    min-width: 100%;
}


/* Intro Images */
.intro-images {}
.intro-images .intro-image {
	display: block;
	position: relative;
    margin-bottom: 15px;
}
.intro-images .intro-image .carousel-caption {}
.intro-images .intro-image img {
	width: 100%;
}

/* Category Banners */
.category-banners:after {
	content:" ";
    display:block;
    clear:both;
}
.category-banner {
	position: relative;
	float: left;
	width: 33.33%;
	background-color: #fff;
	padding: 1px;
}
.category-banner .title {
	position: absolute;
	color: #464646;
	font-size: 26px;
    right: 25px;
    bottom: 20px;
}
.category-banner img {
	min-width: 100%;
}


/* Blocks */
.block {
    margin: 0 0 33px;
}
.block .block-title {
	position: relative;
	font-size: 20px;
    line-height: normal;
    color: #2c2c2c;
    font-weight: 300;

    border-bottom: 5px solid #f5f5f5;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.block .block-title-button {
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: -10px;
    top: -5px;
    color: #ff3d54;
    font-size: 18px;
    border: none;
}
.block .block-title-button:hover {
	border: 1px solid #dbdbdb;
}
.block .block-title-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.block .block-content {
    width: 100%;
}

.block-side-nav {
    border-bottom: solid 1px #f5f5f5;
    padding: 0 0 40px 0;
    margin: 0 0 25px;
}
.block-side-nav ul {
	list-style-type: none;
	padding: 0px;
}
.block-side-nav ul li {
	position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
    margin: 0 0 12px;
}
.block-side-nav ul li a {
	padding: 0 0 0 18px;
    background: url(../images/cat_arrow.gif) no-repeat 0 8px;
    color: #2b2b2b;
    text-decoration: none;
    position: relative;
}
.block-side-nav ul li a:hover {
	color: #ff3d54;
}


/* FILTERS */
.filters-tag {
	display: none;
	position: fixed;
	width: 300px;
	left: 14%;
	bottom: 10px;
	background: #fff;
	border: solid 1px #dddddd;

    z-index: 2000;

    transition: .2s all ease;

	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.filters-tag .heading {
	position: relative;
    border-bottom: 5px solid #f5f5f5;
    padding: 15px 15px;
}
.filters-tag .heading h3 {
	font-size: 20px;
    line-height: normal;
    color: #2c2c2c;
    font-weight: 300;
	 margin: 0;
}

.filters-tag .heading .close-button {
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff3d54;
    font-size: 18px;
    border: none;
}
.filters-tag .heading .close-button:hover {
	border: 1px solid #dbdbdb;
}
.filters-tag .heading .close-button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.filters-tag .body {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	top: 60px;
    bottom: 0;
    overflow-y: scroll;
    padding: 10px 15px;
}

.filter-title {
	position: relative;
	font-size: 16px;
	font-weight: 600;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.filter-title .filter-toggler {
	display: block;
	position: absolute;
	width: 20px;
    height: 20px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
}
.filter-title .filter-toggler:hover {
	border: 1px solid #dbdbdb;
}
.filter-title .filter-toggler i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.filters-nav {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 15px;
	transition: .3s all ease;
}
.filters-nav.collapsed {
	height: 1px;
    overflow: hidden;
    transition: .3s all ease;
}
.filters-nav li {
	position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: normal;
    /*font-weight: 300;*/
    margin: 0 0 5px;
}
.filters-nav li a {
	position: relative;
    display: block;
    color: #2b2b2b;
    text-decoration: none;
    padding: 3px 5px 3px 5px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filters-nav li a.selected {
    font-weight: 400;
}
.filters-nav li a i {
	color: #ccc;
	margin-right: 5px;
}
.filters-nav li a.selected i {
    color: #636262;
}
.filters-nav li a .image {
	display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.filters-nav li a .image img {
	width: 100%;
	margin-top: -4px;
}



/* Block products */
.block-products {
	list-style-type: none;
    padding: 0px;
}
.block-products li {
	padding: 20px 0px;
	border-bottom: 1px solid #ececec;
}
.block-products li:first-child {
	padding-top: 0;
}
.block-products li .product:after {
	content:" ";
    display:block;
    clear:both;
}
.block-products li .product .image {
	width: 34%;
	float: left;
}
.block-products li .product .details {
	width: 60%;
	float: right;
}
.block-products li .product .details .title {
	display: block;
	color: #2d2d2d;
	font-size: 14px;
	margin-bottom: 5px;
}
.block-products li .product .details .price-box {
	margin-bottom: 10px;
}
.block-products li .product .details .price-box .regular-price {
	color: #B4B4B4;
	font-size: 13px;
	font-weight: bold;
}
.block-products li .product .details .links a {
	display:block;
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}

.block-product {
	padding-bottom: 20px;
	border-bottom: 1px solid #ececec;
}
.block-product:after {
	content:" ";
    display:block;
    clear:both;
}
.block-product .image {
	width: 34%;
	float: left;
}
.block-product .details {
	width: 60%;
	float: right;
}
.block-product .details .title {
	display: block;
	color: #2d2d2d;
	font-size: 14px;
	margin-bottom: 5px;
}
.block-product .details .price-box {
	margin-bottom: 10px;
}
.block-product .details .price-box .regular-price {
	color: #B4B4B4;
	font-size: 13px;
	font-weight: bold;
}
.block-product .details .links {}
.block-product .details .links a {
	display:block;
	font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
}


/* COLLECTIONS */
.collection {
	position: relative;
	border-bottom: 1px solid #ececec;
	padding: 20px 0px;
	margin-bottom: 20px;
}
.collection.last {
	border-bottom: none;
}
.collection .collection-title {
	position: relative;
}
.collection .collection-title h3 {
    margin-top: 0px;
	margin-bottom: 21px;
}
.collection .collection-title .btn-more {
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
}
.collection .content .description {
	margin-bottom: 20px;
}


/* PRODUCTS GRID */
.products-grid .product {
	/*border: solid 1px #eee;*/
    position: relative;
    margin-bottom: 30px;
}
.products-grid .product .image {
	position: relative;
}
.products-grid .product .content {
	padding: 15px;
	padding-top: 30px;
}
.products-grid .product .content:after {
	content:" ";
    display:block;
    clear:both;
}
.products-grid .product .content .details {
	float: left;
	color: #a5a5a5;
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.products-grid .product .content .title {
	display:block;
	height: 40px;
	color: #1d1d1d;
	font-size: 15px;
	overflow: hidden;
}
.products-grid .product .content .title:hover {
	color: #333;
}
.products-grid .product .content .details .price {
	/*float: left;*/
	font-size: 18px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 10px;
}
.products-grid .product .content .details .price .regular-price {
	display: inline-block;
	color: #2d2d2d;
}
.products-grid .product .content .details .price .regular-price.not {
	color: #7b7a7a;
	text-decoration: line-through;
}
.products-grid .product .content .details .price .discount-price {
	display: inline-block;
	color: #2d2d2d;
    margin-left: 10px;
}

.products-grid .product .btn-cart {
	display: inline-block;
	position: relative;
	/*float: right;*/
	width: 70px;
	height: 30px;
	background-color: #7fa951;
	border: 0;
	border-radius: 2px;
	transition: .3s all ease;
}
.products-grid .product .btn-cart img {
	position: absolute;
	height: 16px;
	top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.products-grid .product .btn-cart:hover {
	background-color: #60803d;
}


/* PRODUCTS LIST */

.products-list .description {
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
    margin-bottom: 20px;
}
.products-list .toolbar {
	padding-bottom: 20px;
}
.products-list .toolbar .sort-tool {
	width: max-content;
	border: 1px solid #eee;
}
.products-list .toolbar .sort-tool .sort-label {
    padding: 5px 5px 5px 10px;
}
.products-list .toolbar .sort-tool select {
	color: #000;
	border: none;
	padding: 5px 5px;
	cursor: pointer;
}
.products-list .toolbar .sort-tool select:focus {
	border: none;
	outline-style: unset;
}

.products-list .product .footer {
	padding: 15px;
	border-top: 1px solid #f6f6f6;
}
.products-list .product .add-to-wishlist {
	font-size: 12px;
}

.products-list ul.selected-filters {
	list-style-type: none;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}
.products-list .selected-filters li {
	font-weight: 300;
	margin-bottom: 5px;
}
.products-list .selected-filters li:last-child {
	margin-bottom: 0;
}
.products-list .selected-filters li span {
	font-weight: 400;
}

.products-list-loader {
	display:none;
	text-align: center;
    padding: 30px 0;
}
.products-list-more {
	text-align: center;
	padding: 40px 0 40px 0;
}
.products-list .page-divider {
	position: relative;
	height: 5px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 10px;
	margin-bottom: 40px;
}
.products-list .page-divider .caption {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 13px;
    background: #fff;
    padding: 0 10px;
}


.product-label span.new {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: block;
    color: #464646;
    font-weight: 700;
}
/*.product-label span.limited {
    position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_limited.png) no-repeat;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
}
.product-label span.out-of-stock {
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: block;
    background: url(../images/label_out_of_stock.png) no-repeat;
    width: 75px;
    height: 75px;
    text-indent: -9999px;
}*/
.product-label span.discount {
	position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    background: #000;
    border-radius: 5px;
}

.products-list .product .product-label span.new {
	left: 25px;
}


.products-wrapper {
	margin: auto;
	width: 75%;
}


/* DYNAMIC IMAGE */
.dynamic-image {
	display: block;
	position: relative;
}
.dynamic-image .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .2 ) url('../images/image-loader.svg') 10px 10px no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}
.dynamic-image .image-second {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* PRODUCT DETAILS */
.product-details h1 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 0px;
}
.product-details h3 {
	font-size: 16px;
    color: #ff3d54;
}
.product-details h4 {
	font-size: 14px;
    font-weight: bold;
}
.product-details .product-image-wrapper {
	position: relative;
	background: #ececec;
	border: 1px solid #ececec;
	overflow: hidden;
}
.product-details .product-image-wrapper .loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .2 ) url('../images/image-loader.svg') 15px 15px no-repeat;
}
.product-details .product-image-wrapper .nav-left, .product-details .product-image-wrapper .nav-right {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	padding: 5px;
	z-index: 1000;
}
.product-details .product-image-wrapper .nav-left:hover, .product-details .product-image-wrapper .nav-right:hover {
	background: rgba(204, 204, 204, 0.3);
}
.product-details .product-image-wrapper .nav-left {
	display: none;
	left: 0;
	border-radius: 0 5px 5px 0;
}
.product-details .product-image-wrapper .nav-right {
	right: 0;
	border-radius: 5px 0 0 5px;
}
.product-details .product-image-wrapper .nav-zoom {
	display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 30px;
	padding: 2px 10px;
    z-index: 1000;
	background: rgba(204, 204, 204, 0.5);
    border-radius: 50% 0 0 0;
}
.product-details .product-image-wrapper .nav-zoom span {
	display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 3px;
}

/*.product-details .product-thumbs {
	margin-top: 10px;
	margin-bottom: 20px;
}
.product-details .product-thumbs:after {
	content:" ";
    display:block;
    clear:both;
}
.product-details .product-thumb {
	display: block;
	float: left;
	padding: 5px;
	opacity: 0.70;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
	filter: alpha(opacity = 70)
}
.product-details .product-thumb img {
	min-width: 100%;
}
.product-details .product-thumb.active {
	border: 1px solid #888888;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 100);
	filter: alpha(opacity = 100)
}*/

.product-details .code span {
	font-weight: bold;
}
.product-details .availability {
	font-size: 14px;
	font-weight: bold;
	color: #3a3a3a;
}
.product-details .availability span {
	display: inline-block;
    color: #74b436;
    margin-left: 6px;
}
.product-details .availability span.warning {
	color: #ff0000;
}
.product-details .available-quantity {}
.product-details .limited-edition {
	text-align: right;
	color: #ff3d54;
	font-weight: 600;
}
.product-details .price-box {
	font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    margin: 25px 0 25px;
}
.product-details .price-box .regular-price {
	display: inline-block;
    color: #2d2d2d;
}
.product-details .price-box .regular-price.not {
	color: #7b7a7a;
	text-decoration: line-through;
}
.product-details .price-box .discount-price {
	display: inline-block;
	color: #2d2d2d;
    margin-left: 10px;
}
.product-details .price-box .discount {
	display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #000;
    width: max-content;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.product-details .alert {
/*	padding: 30px 0px 0px 0px;*/
    border-radius: 0;
/*    border-top: 1px solid #eee;*/
/*    margin-top: 30px;*/
}
.product-details .description a {
	text-decoration: underline;
}

.product-filters {
	margin-bottom: 15px;
    margin-top: 15px;
}
.product-filter {
    margin-bottom: 5px;
}

/* Modal product image */
.modal-product-image {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba( 0, 0, 0, .80 );
	z-index: 2000;
}
.modal-product-image .image {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.modal-product-image .image img {
	opacity: 0;
	transition: .3s all ease;
}
.modal-product-image .image img.visible {
	opacity: 1;
	transition: .3s all ease;
}
.modal-product-image .image .modal-close {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ff3d54;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ffffff !important;
    border-radius: 3px;
    padding: 5px 7px;
}
.modal-product-image .modal-nav {
	display: block;
	position: absolute;
    font-size: 30px;
    width: max-content;
	padding: 10px 10px;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 1px 0 #fff;
}
.modal-product-image .modal-next {
	right: 0;
}


/* Product Attributes */
.product-attributes {
	clear: both;
    border: 1px solid #DBDBDB;
    background: #fbfbfb;
    padding: 25px 25px 5px 25px;
}
.product-attributes label {
	font-size: 16px;
}
.product-attributes em {
	color: #ff0000;
}
.product-attributes .required {
	color: #ff3d54;
}
.product-attributes .attribute-group {
	margin-bottom: 20px;
}
.product-attributes .attribute-group .guide {
	display: block;
	margin-top: 15px;
}
.attributes {
	width: 100%;
}
.attributes .btn {
	text-align: left;
	color: #555;
	font-size: 14px;
	border: 1px solid #ececec;
	border-radius: 0;
}
.attributes .btn .caret {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.attributes .btn .price {
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ff3d54;
	font-weight: 600;
}
.attributes .dropdown-menu {
	width: 100%;
	font-size: 16px;
}
.attributes .dropdown-menu li a {
	padding: 3px 10px;
}
.attributes .dropdown-menu li a .price {
	float: right;
	color: #ff3d54;
	padding-left: 10px;
}
.attributes .dropdown-menu li a.selected {
	background-color: #e4e4e4;
}
.attributes .dropdown-menu li a.disabled {
	color: #ababab;
	text-decoration: line-through;
}


/* SEARCH RESULTS */
.result {
	padding: 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.result.last {
	border-bottom: none;
}
.result .image {
	border: 1px solid #ececec;
	padding: 5px;
}
.result h4 {
	margin-top: 0px;
}
.result h4 a {}
.result .code {
	font-size: 12px;
	margin-bottom: 5px;
}
.result .code span {
	font-weight: bold;
}


/* List */
.list-item {
	position: relative;
	padding: 20px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.list-item.last {
	border-bottom: none;
}
.list-item .image {
	border: 1px solid #ececec;
	padding: 5px;
	margin-bottom: 20px;
}
.list-item h4 {
	margin-top: 0px;
}
.list-item .code {
	font-size: 12px;
	margin-bottom: 5px;
}
.list-item .code span {
	font-weight: bold;
}
.list-item .availability {
	font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #3a3a3a;
}
.list-item .availability span {
	display: inline-block;
    color: #74b436;
    margin-left: 6px;
}
.list-item .limited-edition {
	text-align: right;
    color: #ff3d54;
    font-weight: 600;
}
.list-item .price-box {
	margin: 25px 0 25px;
}
.list-item .price-box .regular-price {
	color: #ff3d54;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
}
.list-item .buttons {
	padding-top: 20px;
}


/* USER WINDOWS */
.modal-user-login .modal-content {
	background-color: #fff;
	border-color: #ececec;
	border-radius: 0;
}
.modal-user-login .modal-header {
	padding: 20px 20px 0 20px;
	border-bottom: none;
}
.modal-user-login .modal-header h2 {
	padding: 0 0 15px 0;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff3d54;
}
.modal-user-login .modal-body {
	padding: 20px;
	background: url(/assets/images/login-background.png) no-repeat right bottom #ffffff;
}
.modal-user-login .modal-body .left-side {
	float: left;
}
.modal-user-login .modal-body .right-side {
	float: right;
}
.modal-user-login .modal-footer {
	text-align: center;
}
.modal-user-login .form-control {
	width: 60%;
}
.modal-user-login a.reminder {
	display:block;
	font-weight: bold;
	margin-bottom: 20px;
}

.modal-user-signup .modal-header {
	border-bottom: 1px solid #ececec;
}
.modal-user-signup .modal-header h2 {
	padding: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff3d54;
}
.modal-user-signup .modal-content h3 {
	padding: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff3d54;
    margin-top: 0px;
}
.modal-user-signup .modal-footer {
	text-align: center;
}


.modal-dialog  p.required {
	font-size: 10px;
    text-align: right;
    color: #f00;
}


/* Basket */
.modal-basket .modal-header {
	border-bottom: 1px solid #ececec;
	padding: 20px;
}
.modal-basket .modal-header h2 {
	padding: 0;
	margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #555;
}
.modal-basket .modal-header h2 i {
	font-size: 18px;
	color: #7fa951;
    margin-right: 5px;
}
.modal-basket .modal-body {
	padding: 20px;
}
.modal-basket .modal-footer {
	padding: 20px;
}
.modal-basket .title {
	color: #555;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.modal-basket .selected-attributes {
	margin-bottom: 5px !important;
}
.modal-basket .continue-shopping {
	display: block;
	margin-top: 8px;
}
.modal-basket .selected-attributes li .name {
	color: #808080;
	font-weight: 600;
	margin-bottom: 5px;
}
.modal-basket .cart-summary {
	border-left: 1px solid #eeeeee;
	padding-left: 20px;
}
.modal-basket dl {
	display:block;
	margin-bottom: 5px;
}
.modal-basket dl:after {
	content:" ";
    display:block;
    clear:both;
}
.modal-basket dl dt {
	width: 50%;
	float: left;
	text-align: right;
	font-weight: 400;
    padding-right: 10px;
}
.modal-basket dl dd {
	width: 50%;
	float: right;
	text-align: right;
	font-weight: 600;
}
.modal-basket .btn {
	padding: 15px 0;
}


/* PANELS */
.panel-error {
	color: #ff3d54;
	border: 1px solid #ff3d54;
    border-radius: 0;
    padding: 15px;
}

.form-panel {
	clear: both;
    border: 1px solid #DBDBDB;
    background: #fbfbfb;
    padding: 15px;
    font-size: 13px;
    color: #3A3A3A;
    margin-bottom: 20px;
}
.form-panel h3 {
	font-size: 16px;
	line-height: 1;
	padding: 0px;
	margin: 0px;
}
.form-panel label {
	color: #B4B4B4;
}
.form-panel em {
	color: #ff0000;
}
.required-fields {
	color: #ff3d54;
	font-size: 12px;
}


/* PRODUCT SELECTED ATTRIBUTES */
.selected-attributes {
	display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.selected-attributes li {
	margin-bottom: 5px;
}
.selected-attributes li .name {
	margin-right: 5px;
}
.selected-attributes li .value {
	color: #ff3d54;
}


/* SHOPPING CART */
.cart .separator {
	border-bottom: 1px solid #dbdbdb;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cart .cart-totals {
	background: #fbfbfb;
    border: 1px solid #dbdbdb;
}
.cart .cart-totals td {
	padding: 10px 20px;
	color: #535353;
}
.cart .cart-totals td.caption {
	padding-top: 14px;
}
.cart .cart-totals td.total {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}
.cart .cart-totals td.check-out {
	text-align: center;
	padding: 20px;
}

.cart .cart-buttons {
	text-align: right;
}
.cart .cart-buttons .btnClear {
	margin-left: 30px;
}

.cart-list {
	margin-bottom: 30px;
}
.cart-list .cart-headers {
	font-weight: 600;
	border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.cart-list .cart-headers:after {
	content:" ";
    display:block;
    clear:both;
}
.cart-list .cart-row {
	padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}
.cart-list .cart-row:after {
	content:" ";
    display:block;
    clear:both;
}
.cart-list .product {
	float: left;
	width: 54%;
}
.cart-list .price {
	float: left;
	width: 13%;
    text-align: center;
}
.cart-list .quantity {
	float: left;
	width: 15%;
}
.cart-list .quantity-price {
	float: left;
	width: 13%;
	text-align: center;
}
.cart-list .actions {
	float: left;
	width: 5%;
    text-align: right;
}
.cart-list .product:after {
	content:" ";
    display:block;
    clear:both;
}
.cart-list .product .image {
	float: left;
	width: 15%;
}
.cart-list .product .content {
	float: left;
	width: 85%;
    padding-left: 10px;
}
.cart-list .product .content .title {
	font-size: 14px;
	color: #b4b4b4;
}
.cart-list .product .content .code {
	color: #B4B4B4;
	font-size: 11px;
}
.cart-list .product .content .not-available {
	padding: 5px 10px;
	margin-bottom: 5px;
}
.cart-list .product .content .selected-attributes {
	color: #232323;
	font-size: 12px;
    margin-bottom: 0;
}
.cart-list .cart-row .price, .cart-list .cart-row .quantity-price {
	padding-top: 24px;
}
.cart-list .cart-row .quantity, .cart-list .cart-row .actions {
	padding-top: 18px;
}
.cart-list .cart-row .caption {
	display: none;
}


/* SIDE CART */
.side-cart {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 450px;
	height: auto;
	overflow-y: auto;
	background: #fff;
	border-left: 1px solid #ccc;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.3);

    z-index: 9999;
}
.side-cart .side-cart-header {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}
.side-cart .side-cart-header .close-button {
	position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 18px;
    padding: 10px 10px;
}

.side-cart .side-cart-header .side-cart-title {
	font-weight: bold;
}
.side-cart .side-cart-content {
	/*height: calc(100% - 250px);
	overflow-y: auto;*/
    padding: 10px 20px;
}
.side-cart .side-cart-footer {
	border-top: 1px solid #ccc;
	padding: 10px 20px 15px 20px;
}

.side-cart table.side-cart-products {
	margin-bottom: 30px;
}
.side-cart table.side-cart-products tbody {

}
.side-cart table.side-cart-products tbody td {
	border-top: none;
	border-bottom: 1px solid #ddd;
}
.side-cart table.side-cart-products tbody td.image {
	width: 35px;
	padding-left: 0;
}
.side-cart table.side-cart-products tbody td.product {
	position: relative;
	padding-right: 0;
}
.side-cart table.side-cart-products tbody td.product .title {
	display: block;
	color: #000;
	padding-right: 25px;
}
.side-cart table.side-cart-products tbody td.product .selected-attributes {
	font-size: 12px;
	margin-bottom: 0;
}
.side-cart table.side-cart-products tbody td.product a.remove-product {
	position: absolute;
	font-size: 22px;
    top: 3px;
    right: -10px;
    padding: 0px 10px;
}
.side-cart table.side-cart-products tbody td.product .product-content {
	margin-top: 15px;
}
.side-cart table.side-cart-products tbody td.product .product-content .product-content-left {
	float: left;
	width: 50%;
}
.side-cart table.side-cart-products tbody td.product .product-content .product-content-right {
	float: right;
	width: 50%;
}
.side-cart table.side-cart-products tbody td.product .price {
	text-align: right;
    padding-top: 7px;
}
.side-cart .btn-checkout {
	padding:15px 10px;
}

.side-cart .coupon-error, .side-cart .coupon-success {
	text-align: left;
}

.side-cart .cart-totals {
	background: #fff;
    border: none;
    margin-bottom: 10px;
}
.side-cart .cart-totals td {
	padding: 5px 0px;
	color: #000;
	border-top: 0;
}
.side-cart .cart-totals td.caption {
}
.side-cart .cart-totals td.total {
	font-weight: 600;
	text-align: right;
}

.side-cart-section {}
.side-cart-section .side-cart-section-title {
	font-weight: bold;
    padding-bottom: 5px;
}

.side-cart-section .side-cart-section-content {}

.side-cart-loader {
	display: none;
	position: absolute;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}


/* Checkout */
.step-title {
	padding: 4px 5px 6px;
	background: #000;
    margin-bottom: 10px;
}
.step-title:after {
	content:" ";
    display:block;
    clear:both;
}
.step-title .number {
	float: left;
    background: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    text-align: center;
    margin-right: 8px;
    padding: 3px 0 0;
    height: 27px;
    width: 27px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -webkit-background-clip: padding-box;
}
.step-title h2 {
    float: left;
    font-size: 18px;
    line-height: 17px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
}

.order-form fieldset {
	border: 1px solid #ececec;
    padding: 15px;
    margin-bottom: 20px;
}
.order-form h3 {
	font-size: 16px;
}

.order-option-description {
	font-size: 14px;
    border: 1px solid #ececec;
    padding: 15px;
    margin-bottom: 20px;
}

.payment-method-info {
	font-size: 14px;
    background: #fbfbfb;
    border-top: 1px solid #ececec;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
}
.delivery-method-info {
	
}
.delivery-shipping-info {
	display: block;
	font-size: 14px;
	color: #6f6f6f;
	padding-top: 5px;
}
.delivery-shipping-info img {
	display: inline-block; width: 100px; margin-top: -10px;
}


/* Couriers */

.couriers-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.couriers-list>li {
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.couriers-list>li:first-child {
	border-top: 1px solid #ececec;
}
.couriers-list>li>a {
	display: block;
	position: relative;
    padding: 10px 10px;
}
.couriers-list>li>a:hover {
	background: #fbfbfb;
}
.couriers-list>li>a.selected {
	background: #fbfbfb;
}
.couriers-list>li>a .check-icon {
	display: inline-block;
	width: 16px;
	text-align: center;
	color: #e8e8e8;
	transition: .3s all ease;
}
.couriers-list>li>a.selected .check-icon {
	color: #2d2d2d;
}
.couriers-list>li>a .courier-logo {
	position: absolute;
    right: 5px;
    top: 5px;
}
.couriers-list>li>a .shipping-days {
	display: block;
	font-size: 14px;
    color: #a9a9a9;
    padding-left: 20px;
    padding-top: 5px;
}

.courier-shipping-days {
	font-size: 14px;
}


/* radios groups */

.radio-options {
	list-style: none;
	padding: 0;
	margin: 0;
}
.radio-options>li {
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.radio-options>li:first-child {
	border-top: 1px solid #ececec;
}
.radio-options>li>a {
	display: block;
	position: relative;
    padding: 15px 10px;
}
.radio-options>li>a:hover {
	background: #fbfbfb;
}
.radio-options>li>a.selected {
	background: #fbfbfb;
}
.radio-options>li>a .check-icon {
	display: inline-block;
	width: 16px;
	text-align: center;
	color: #e8e8e8;
	margin-right: 5px;
	transition: .3s all ease;
}
.radio-options>li>a.selected .check-icon {
	color: #2d2d2d;
}
.radio-options>li>a .radio-logo {
	position: absolute;
    right: 10px;
    top: 10px;
}
.radio-options>li>a .radio-info {
	display: block;
	font-size: 13px;
    padding-left: 25px;
    padding-top: 5px;
}
.radio-options>li>a .radio-price {
    font-size: 14px;
    font-weight: 600;
    color: #535353;
    padding-left: 5px;
}
.radio-options>li>a .radio-image {
	display: block;
    padding-left: 25px;
    margin-top: 5px;
}
.radio-options>li>a .radio-image img {
	display: inline-block;
	height: 16px;
    margin-right: 10px;
}


/* Products table */
.table-products {
	color: #555;
}
.table-products th {
	font-weight: normal;
}
.table-products .product {
	font-weight: 600;
}
.table-products .product .code {
	color: #B4B4B4;
	font-size: 10px;
	font-weight: normal;
}
.table-products .attributes {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.table-products .products-price, .table-products .shipping-price, .table-products .cod-price, .table-products .total-price {
	text-align: right;
	font-weight: bold;
}
.table-products .shipping-price-info {
	float: left;
	font-weight: 600;
}

.table-order-details {
	width: 100%;
	margin-bottom: 30px;
}
.table-order-details td {
	color: #8a8a8a;
	padding: 5px 10px 5px 5px;
}
.table-order-details td.header {
    padding: 0;
}
.table-order-details td.data {
	color: #555;
}
.table-order-details td.status {
	color: #ff3d54;
	font-weight: 600;
}
.table-order-details td.notes {
	font-style: italic;
}
.table-order-details .title {
	font-size: 18px;
    color: #fff;
    background: #000;
	padding: 8px 10px;
    margin-bottom: 10px;
}


/* Order form */
.order-form label {
	font-weight: 400;
}
.order-form .grand-total {
	color: #000;
	font-size: 16px;
	text-align: center;
	clear: both;
    border: 1px solid #DBDBDB;
    background: #fbfbfb;
    padding: 25px;
}
.order-form .grand-total .total-price {
	font-size: 20px;
	font-weight: 700;
}
.order-form .grand-total .total-price.not {
	font-weight: normal;
	color: #7b7a7a;
    text-decoration: line-through;
}
.form-title {
	background: #FBFBFB;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #3A3A3A;
    padding: 12px 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
}

/* Checkout ptoducts (desktop) */
.checkout-products {
	margin-bottom: 40px;
}
.checkout-products.checkout-products-sticky {
	position: absolute;
	top: 0;
}
.checkout-products .product {
	margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ececec;
}
.checkout-products .product .product-header {
	border-bottom: 1px dotted #ececec;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.checkout-products .product .product-header:after {
	content:" ";
    display:block;
    clear:both;
}
.checkout-products .product .image {
	float: left;
	width: 15%;
}
.checkout-products .product .title {
	float: right;
    width: 85%;
    padding-left: 10px;
}
.checkout-products .product .code {
	color: #B4B4B4;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: normal;
}
.checkout-products .product .price {
	display: inline-block;
	color: #2d2d2d;
    font-weight: 600;
}
.checkout-products .product .qty {
	display: inline-block;
	font-weight: 600;
	padding-left: 5px;
}
.checkout-products .product .qty-price {
	display: inline-block;
	color: #2d2d2d;
	font-weight: 600;
	padding-left: 5px;
}
.checkout-products .product .attributes {
	font-weight: normal;
	font-size: 13px;
	color: #6f6f6f;
	margin-bottom: 5px;
}
.checkout-products .product .attributes .attribute .value {
	font-weight: 600;
}
.checkout-products .summary {
	padding-bottom: 10px;
	padding-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
}
.checkout-products .summary:after {
	content:" ";
    display:block;
    clear:both;
}
.checkout-products .price {
	font-weight: 600;
	color: #2d2d2d;
}
.checkout-products .price .not {
	color: #7b7a7a;
	text-decoration: line-through;
}
.checkout-products .total-price {
	font-weight: bold;
}
.checkout-products strong {
	font-weight: 600;
}
.checkout-products .shipping-price-info {
	padding-top: 10px;
}
.checkout-products .discount-info {
	margin-top: 10px;
    font-size: 13px;
    font-style: italic;
}
.state-shipping-message {
    font-size: 14px;
	color: #11a700;
    font-weight: 600;
    padding-top: 5px;
}


ul.summary {
	padding: 0;
	margin: 0;
}
ul.summary li {
	display: block;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececec;
}
ul.summary li:after {
	content:" ";
    display:block;
    clear:both;
}
ul.summary li:last-child {
	margin-bottom: 5px;
    border-bottom: none;
}
ul.summary li .caption {
	float: left;
	font-weight: 600;
}
ul.summary li .value {
	float: right;
}
ul.summary li .price {
	font-weight: 600;
	color: #2d2d2d;
}
ul.summary .price .not {
	color: #7b7a7a;
	text-decoration: line-through;
}


/* INDEX WELCOME */
.welcome {
	color: #535353;
	text-align: center;
}
.welcome h1 {
	color: inherit;
	margin-top: 0px;
	margin-bottom: 30px;
}


.welcome-message {
	margin: 0 30px 30px 30px;
}
.welcome-message .content {
	width: max-content;
	text-align: center;
	margin: auto;
}
.welcome-message .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.welcome-message .message {

}

/* COUPON */
.coupon-error {
	color: #ff0000;
	font-weight: 600;
	text-align: center;
}
.coupon-success {
	color: #74b436;
	font-weight: 600;
	text-align: center;
}


/* ARTICLES */
.articles-list .article {
	border-bottom: solid 1px #f5f5f5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.articles-list .article.last {
	border-bottom: none;
}
.articles-list .article h3 {
	line-height: 1.2;
	margin-top: 0px;
}
.articles-list .article .image {
	padding: 10px;
	border: solid 1px #eee;
}
.articles-list .article .image img {
	width: 100%;
}
.articles-list .article .content {
	min-height: 152px;
}
.articles-list .article .link {
	display: block;
	color: #ff3d54;
	text-align: right;
}

.article-details .main-image .title {
	margin-top: 10px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
.article-details .image {
	padding: 10px;
	border: solid 1px #eee;
	margin-bottom: 25px;
}
.article-details .image img {
	width: 100%;
}


/* ECOMMERCE */
.ecommerce-footer {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ecommerce-footer-top {
	padding-bottom: 30px;
    margin-bottom: 30px;
}
.ecommerce-footer-bottom {
    margin-top: 20px;
}
.ecommerce-footer .ecommerce-logo {
	display: inline-block;
    margin: 10px 15px;
}
.ecommerce-footer .ecommerce-logo img {
	height: 40px;
}
.ecommerce-footer .ecommerce-logo.speedex {
	border-right: 2px solid #dcdcdc;
    padding-right: 15px;
}


/* MODALS */
.close {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ff3d54;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
   	opacity: 1;

   	padding: 0px 5px !important;
   	border: 1px solid #e5e5e5 !important;
    border-radius: 3px;
}
.close:hover {
    color: #ff3d54;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* TERMS and other docs */
.document {
	color: #535353;
}
.document .h2 {
	margin-top: 30px;
}
.document p, .document ul, .document ol, .document .table {
	margin-bottom: 20px;
}
.document .logos img {
	margin: auto;
}

.page-content {
	color: #535353;
	margin-bottom: 80px;
}
.page-content h2, .page-content h3 {
    font-weight: 500;
    color: #ff3d54;
    margin-top: 30px;
    margin-bottom: 10px;
}
.page-content h2 {
    font-size: 16px;
}
.page-content h3 {
    font-size: 14px;
}

.page-content p, .page-content ul, .page-content ol, .page-content .table {
    margin-bottom: 20px;
}



/* DOCUMENT FORMATING */
.text-large {
	font-size: 16px;
	line-height: 1.5;
}
.text-dark {
	color: #535353;
}
.text-italic {
	font-style: italic;
}

.text-i-said {
	text-align: center;
	font-style: italic;
	padding: 35px 20px 30px 25px;
}

.pad-top-none { padding-top: 0; }

.mrg-right-sm { margin-right: 10px !important; }
.mrg-right-lg { margin-right: 20px !important; }
.mrg-right-xl { margin-right: 30px !important; }

.mrg-top-none { margin-top: 0; }
.mrg-top-xs { margin-top: 5px !important; }
.mrg-top-sm { margin-top: 10px !important; }
.mrg-top-md { margin-top: 15px !important; }
.mrg-top-lg { margin-top: 20px !important; }
.mrg-top-xl { margin-top: 30px !important; }
.mrg-bottom-none { margin-bottom: 0 !important; }
.mrg-bottom-xs { margin-bottom: 5px !important; }
.mrg-bottom-sm { margin-bottom: 10px !important; }
.mrg-bottom-md { margin-bottom: 15px !important; }
.mrg-bottom-lg { margin-bottom: 20px !important; }
.mrg-bottom-xl { margin-bottom: 30px !important; }

.col-pad-left {
	padding-left: 60px;
}
.col-pad-right {
	padding-right: 45px;
}

.clearfix:after {
	content:" ";
    display:block;
    clear:both;
}


/* POPUPS */
.popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background: rgba(0, 0, 0, 0.7);
	z-index: 3000;
}

.popup-confirm {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	min-width: 300px;
    width: max-content;
	background: #fff;
	padding: 40px 30px 30px 30px;
}
.popup-confirm .close {
    position: absolute;
    top: 5px;
    right: 5px;
}
.popup-confirm .prompt {
	color: #252525;
	margin-bottom: 30px;
}
.popup-confirm .controls {
	text-align: center;
}
.popup-confirm .controls .btn-yes, .popup-confirm .controls .btn-no {
	padding-left: 35px;
    padding-right: 35px;
}
.popup-confirm .controls .btn-yes {
	margin-right: 30px;
}



/* MESSAGE POPUP */
.modal-message {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 0, 0, 0, .2 );
}
.modal-message .modal-message-panel {
	position: absolute;
	padding: 40px 30px 30px 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);

	text-align: center;
	background-color: #fff;

	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,1);
}
.modal-message .modal-message-panel .success {
	position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_success.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .alert {
	position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_alert.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .error {
	position: absolute;
    left: -1px;
    top: -1px;
    display: block;
    background: url(../images/label_error.png) no-repeat;
    width: 61px;
    height: 61px;
    text-indent: -9999px;
}
.modal-message .modal-message-panel .prompt {
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}


/* POPUP MESSAGE */

.popup-message {
	position: fixed;
    right: 10px;
    bottom: -60px;
    width: max-content;
    max-width: 100%;
    color: #fff;
    background: #638340;
    padding: 15px 15px;
    z-index: 2000;
    transition: .3s all ease;
}
.popup-message.active {
	bottom: 10px;
}

@media (max-width: 576px) {
	.popup-message {
		left: 10px;
	    right: 10px;
	    width: max-content;
	    max-width: calc(100% - 20px);
	}
}


/* MEMBER LOGIN */

.login-panel {
	width: 260px;
    max-width: 100%;
    margin:auto;
}

.signup-panel {
	width: 260px;
    max-width: 100%;
    margin:auto;
}

.intro-title {
	font-size: 16px;
	font-weight: bold;
}

.intro-logo {
	width: 170px;
    margin: auto;
}
.intro-logo img {
	width: 100%;
}


.language-flags {
	width: 170px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.language-flags .language-option {

}


/* TOOL BUTTONS */
.tool-buttons {
	position: fixed;
    bottom: 2em;
    right: 1em;
    text-decoration: none;
    font-size: 20px;
}
.tool-buttons a {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
    text-decoration: none;
    color: #fff;
    background: rgba(119, 141, 190, 0.5);
	border-radius: 50%;
}
.tool-buttons a:hover {
    color: white;
    background: rgba(119, 141, 190, 1);
    text-decoration: none;
}
.go-to-top {
	padding-top: 5px;
	margin-bottom: 5px;
}


/* LOADER */
.ajax-loader {
	display: none;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url('../images/ajax-loader.gif') 50% 50% no-repeat;
	opacity: 0.80;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80)
}


.border-radius-0 {
	border-radius: 0;
}

/* MARGINS */

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}