body {
    font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-top: 12rem;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
body.desktop {
	min-width: 1170px;
	/* padding-bottom: 2.5rem; */
}
* {
	outline: none !important;	
}
h1, h2 {
    font-size: 1.5rem;
    margin: 0;
}
a, a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none !important;
}
button, input, optgroup, select, textarea {
    font-family: 'Titillium Web', sans-serif;
	outline: none !important;
}
:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:active, 
:-webkit-autofill:focus {
	-webkit-box-shadow: inset 0 0 0px 9999px white !important;
}

img {
	border: 0 !important;
}

body.desktop .container, body.desktop .container-fluid {
	min-width: 1170px;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dark-bg {
    color: #fff;
    background-color: #333;
}
.white-bg {
    background-color: #fff;
}
.overflow-hidden {
	overflow: hidden !important;
}
.highlight {
    display: inline-block;
    padding: 0;
    position: relative;
}
.highlight:before {
    background-color: #fffe94;
    bottom: 9%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.breadcrumb-wrapper {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(86,86,86,0.03) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(86,86,86,0.03) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(86,86,86,0.03) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08565656',GradientType=0 );
}

.breadcrumb {
	background: transparent;
}
.breadcrumb .breadcrumb-item {
	font-size: 0.8rem;
    color: #ccc;	
}
.breadcrumb .breadcrumb-item:first-child {
    color: #636c72;	
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #ccc;
    font-family: "FontAwesome";
    content: "\f105";
}

header.header-main {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100vw;
    height: 12rem;
    background-color: #fff;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
header.header-main .header-user {
	font-size: 0.75rem !important;
    height: 1.75rem;
    line-height: 1.75rem;
    border-bottom: 1px solid #f4f4f4;
}
header.header-main .header-user li {
	float: left;
	padding-right: 2rem;
}
header.header-main .header-user a {
    color: #aaa;
}
header.header-main .header-user i:before {
	position: relative;
	top: 2px;
}
header.header-main .header-content {
	position: relative;
	height: 10rem;
	padding: 1rem 0;
}
header.header-main .header-content img.header-logo {
	position: absolute;
	left: 0;
    right: 0;
	height: 3rem;
    margin: auto;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
header.header-main .header-content .header-family {
	position: absolute;
	left: 0;
    right: 0;
    bottom: 3rem;
    margin: auto;	
}
header.header-main .header-content .header-family ul {
	margin: 0 auto;
    display: inline-flex;
    line-height: 1rem;
}
header.header-main .header-content .header-family ul li {
	float: left;
	padding: 0 1rem;
}

header.header-main .header-content .header-family ul li:before {
	content: "/";	
	font-family: "Rubik";
	font-size: 14px;
    font-weight: bold;
    color: #d0d0d0;
    text-transform: uppercase;
	padding: 0 2rem 0 0;
}
header.header-main .header-content .header-family ul li:first-child:before {
	display: none;
}
header.header-main .header-content .header-family ul li a {
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

header.header-main .header-content .header-cart {
	position: absolute;
	top: 1.5rem;
	right: 0;
}

header.header-main .header-content .header-cart ul li {
	float: left;
	padding: 0 0 0 2rem;
}

header.header-main .nav-main {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100vw;
    color: #fff;
    text-align: center;
}
header.header-main .nav-main ul {
	/* display: inline-flex; */
	display: block;
	margin: auto;
}
header.header-main .nav-main ul li {
	float: left;
	padding: 0 1.5rem;	
}

header.header-main .nav-main ul li a {
	display: block;
	color: #eee;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    padding: 0.5rem 0;
}

header.header-main .nav-main ul li a.active {
background: rgb(51,48,51);
background: -moz-linear-gradient(top,  rgba(51,48,51,1) 0%, rgba(69,72,77,1) 100%);
background: -webkit-linear-gradient(top,  rgba(51,48,51,1) 0%,rgba(69,72,77,1) 100%);
background: linear-gradient(to bottom,  rgba(51,48,51,1) 0%,rgba(69,72,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333033', endColorstr='#45484d',GradientType=0 );

    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
header.header-main .nav-main .dropdown-menu {
    width: 100%;
    padding: 1rem;
    color: #000;
    background: rgba(255,255,255,0.98);
    border-radius: 0;
    border: 0;
    left: 0;
    right: 0;
    margin: 0;
 -webkit-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.15);
box-shadow: 0px 2px 5px -2px rgba(0,0,0,0.15);
}
header.header-main .nav-main li.dropdown.show .dropdown-menu {
    display: table;
}
/*


.nav > li.dropdown.open .dropdown-menu {
    display: table;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem 0;
    border-radius: 0;
}

*/


footer.footer-main .card, footer.footer-main .card .card-header, footer.footer-main .card .card-block {
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
}
footer.footer-main .card .card-header h5 {
	font-size: 0.75rem;
	font-weight: bold;
	text-transform: uppercase;
}
footer.footer-main .card .card-block {
	padding-top: 1rem !important;
}
footer.footer-main .card .card-block a {
	font-size: 0.75rem;
	font-weight: normal;
}

footer.footer-main .card .card-header h5 a.collapsed:after {
    content: "\f107";
}
footer.footer-main .card .card-header h5 a:after {
    content: "\f106";
    position: absolute;
    top: 0.75rem;
	right: 1rem;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #bbbbbb;
}

footer.footer-main .footer-social a {
	padding: 1rem;
	background: #2b2b2b;
	border-radius: 4px;
}
footer.footer-main .footer-social a i {
    position: relative;
	top: 4px;
}

footer.footer-main .footer-infos p, footer.footer-main .footer-infos address {
	color: #9da4a9 !important;
}

footer.footer-main .footer-secondary-links li {
	float: left;
	padding: 0 1rem;
}
footer.footer-main .footer-secondary-links li:first-child {
	padding-left: 0;
}
footer.footer-main .footer-secondary-links li a {
	color: #fff;	
}
footer.footer-main .footer-secondary-links li.powered {
	float: right !important;
	padding: 0 !important;
}
footer.footer-main .footer-secondary-links li.powered em {
	font-style: normal;
	color: #e73E01 !important;	
}

footer.footer-main .footer-secondary-links li.powered a:before {
    content: "";
    vertical-align: middle;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/vip.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin: 0 0.5rem;
}

.footer-partners {
	border-bottom: solid 1px rgba(0,0,0,0.1);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 50%, rgba(86,86,86,0.1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 50%,rgba(86,86,86,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 50%,rgba(86,86,86,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#08565656',GradientType=0 );
	box-shadow: 0px -3px 3px rgba(0,0,0,0.02);
	-moz-box-shadow: 0px -3px 3px rgba(0,0,0,0.02); 
	-webkit-box-shadow: 0px -3px 3px rgba(0,0,0,0.02);
	-o-box-shadow: 0px -4px 3px rgba(0,0,0,0.02);
}
.footer-partners img {
	height: 1.5rem;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url(/asset/css/desaturate.svg#greyscale);
}

.footer-newsletter {
	position: relative;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
    width: 100%;  
    padding: 3rem 0 4rem 0; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    -moz-box-shadow:    inset  0  8px 8px -8px rgba(0,0,0,0.4), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.4);
    -webkit-box-shadow: inset  0  8px 8px -8px rgba(0,0,0,0.4), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.4);
     box-shadow:        inset  0  8px 8px -8px rgba(0,0,0,0.4), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.4);
	-o-box-shadow:        inset  0  8px 8px -8px rgba(0,0,0,0.4), 
                        inset  0 -8px 8px -8px rgba(0,0,0,0.4);	
}
.footer-newsletter:before {
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
    border-width: 30px 0 0 50vw;
	border-color: transparent transparent transparent #ffffff;
}
.footer-newsletter:after {
	content:"";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 50vw;
	border-color: transparent transparent #ffffff transparent;
}
@media (max-width: 1199px) {
	.desktop .footer-newsletter:before {
		display: none
	}
	.desktop .footer-newsletter:after {
		display: none
	}
}
.footer-newsletter-background {
	position:absolute;
	z-index: -1;
	top: 0;
    left: auto;
    right: 0;
    width: 100%; 
	margin: auto;
	text-align: center;
	opacity: 0.6;
}
.footer-newsletter-background img {
	width: 100%;
}
#newsletterFORM {
	background: rgba(0,0,0,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#newsletterFORM h5, #newsletterFORM p, #newsletterFORM span {
	color: #fff;
}
#newsletterFORM button {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#newsletterFORM .form-control-feedback {
	text-align: left;
    width: 100%;
    display: inline-block;
}
.desktop #newsletterFORM {
	margin: auto;
	width: 40%;
}

.footer-partners img:hover {
	-webkit-filter: grayscale(0) !important;
	filter: none !important;
}

.footer-tags h5 {
    display: inline-block;
    color: #aaa;
    font-size: 10px;
    text-transform: uppercase;
    background: #eee;
    padding: 0.5rem;
}
.footer-tags li {
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.footer-tags a {
	display: block;
	font-size: 11px;
	color: #bbb;
	padding: 0.25rem 0.5rem;
	border: 1px solid #eee;
}
.footer-tags a:before {
	content: "#";
	color: #ccc;
	padding-right: 0.25rem;	
}
.footer-tags a:hover {
	color: #888888;
}

body.scrolled {
	padding-top: 8rem !important;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.scrolled header.header-main {
    height: 8rem;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.scrolled header.header-main .header-content {
	height: 6rem;
}
.scrolled header.header-main .header-content img.header-logo {
	height: 2rem;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.scrolled header.header-main .header-content .header-family {
	top: 1.3rem;
	left: 0;
	right: auto;
}

.scrolled header.header-main .header-content .header-family ul li:first-child {
	padding-left: 0;
}


.desktop .splash-carousel {
	min-height: 300px;
}









/******** icons ********/

i.mdi::before,
span.mdi::before,
button.mdi::before {
    font-size: 24px;
    line-height: 13px;
}
.btn.mdi::before,
.btn .mdi::before {
    position: relative;
    top: 4px;
}
.btn-xs.mdi::before,
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}
.btn-sm.mdi::before,
.btn-sm .mdi::before {
    font-size: 18px;
    top: 2px;
}


.dropdown-menu .mdi {
    width: 18px;
}
.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}
.nav .mdi::before {
    position: relative;
    top: 4px;
}
.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}
.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}
.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}


/******** modal ********/
.modal-header {
	padding: 5px 15px;	
	border-radius: 3px 3px 0 0 !important;
}
.modal-content {
	border: 0 !important;
	border-radius: 3px !important;   
    outline: 0;
}
.modal-title i.mdi:before {
	font-size: 20px;
}
.modal-footer {
	border-radius: 0 0 3px 3px !important;
}

/******** owl ********/
.splash-carousel.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000;
}

.owl-theme .owl-nav [class*=owl-], 
.owl-theme .owl-nav [class*=owl-]:hover, 
.owl-theme .owl-nav [class*=owl-]:active, 
.owl-theme .owl-nav [class*=owl-]:focus {
    color: #000;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 !important;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-dots-inside .owl-dots {
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    right: 0;	
    margin: 0;
}


.product-photos .owl-nav {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: 0;
}

.product-photos .owl-nav .owl-prev {
	position: absolute;
	left: 0;
	top: 50%;
}

.product-photos .owl-nav .owl-next {
	position: absolute;
	right: 0;
	top: 50%;
}

.product-photos .owl-nav [class*=owl-] {
    background-color: rgba(255,255,255,0.4) !important;
    width: 3rem;
    height: 3rem;
    margin: 0 !important;
    line-height: 3rem;
    text-align: center;
    border-radius: 0;
}
.product-photos .owl-nav [class*=owl-] i {
	color: #aaa;
	line-height: 3rem;	
}
.product-photos .owl-nav [class*=owl-]:hover {
    background-color: rgba(255,255,255,0.2) !important;
}
.product-photos .owl-nav [class*=owl-]:hover i {
	color: #000;
}

.ticker-carousel .owl-theme .owl-nav {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.absolute.above {
    z-index: 2;
}
.absolute {
    position: absolute !important;
}
.relative {
	position: relative !important;
}

.static {
	position: static !important;
}



.form-control {
	position: relative !important;
	color: #797474 !important;
    border: 1px solid rgba(0,0,0,.1) !important;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.form-control:focus {
	color: #797474;
    border-color: rgba(0,0,0,.3) !important;
}



.labeledForm .form-group.focused label {
    background: #fff;
	font-size: 10px;
    top: -7px;
    left: 8px;
    padding: 0 8px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;  
}
.labeledForm .form-group label {
    position: absolute;
    z-index: 1;
	top: 11px;
    left: 8px;
    font-size: 12px;
    color: darkgrey;
    font-weight: normal !important;
	text-transform: uppercase;
    padding: 0 4px;
    transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;  
}

.labeledForm .form-group .form-control {
    background: transparent !important;
}
.labeledForm .form-group select.form-control {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    color: darkgrey !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
}


.labeledForm.fv-form-bootstrap4:not(.form-inline) label~.fv-control-feedback {
    top: 0 !important;
}

.formWrapper {
	border: 5px solid #f7f7f7;
    transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear; 
}
body.init .formWrapper {
	min-height: 50px;
	background-image: url("../img/loading.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px 15px;
}
#contactFORM {
	opacity: 1;
    transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear; 
}
body.init #contactFORM {
	opacity: 0;
	height: 0;
    transition: all 1s linear;
    -o-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -webkit-transition: all 1s linear; 
}
.contact-address {
	font-size: 12px;
	color: #9da4a9;
	border: 5px solid #f7f7f7;
}
.contact-address strong {
	color: #000;
}


.btn {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn.btn-main {
	color: #fff !important;
	background-color: #000;
}
.btn.btn-main:hover {
	background-color: #343434;
}

.striked-title {
	position: relative;
    font-size: 1.5rem;
    line-height: 1.5rem;
	text-align: center;
	text-transform: uppercase;
}
.striked-title:before {
    position: absolute;
    content: '';
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}
.striked-title span {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}
.striked-title em {
    font-style: normal;
    font-weight: normal;
}
.sticky-flash {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100vw;
    transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: transform .4s ease-in;
    -o-transition: -o-transform .4s ease-in;
    -moz-transition: -moz-transform .4s ease-in;
    -webkit-transition: -webkit-transform .4s ease-in;
}

.flash-open .sticky-flash {
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);	
    transition: transform .4s ease-in;
    -o-transition: -o-transform .4s ease-in;
    -moz-transition: -moz-transform .4s ease-in;
    -webkit-transition: -webkit-transform .4s ease-in;
}
.col-ticker-icon {
    color: #fff;
    background: #000;
    padding-left: 1rem;
    white-space: nowrap;
}
.col-ticker-icon span {
	display: inline-block;
    position: relative;
    top: 2px;
	margin-left: 10px;	
}
.col-ticker-news {
	padding-left: 3rem;
	color: #fff !important;	
	background: #1f1f1f;
}
.col-ticker-news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 0.75rem solid #000 !important;	
}
.col-ticker-news a {
	color: #fff !important;	
}
.ticker-carousel.owl-theme .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;	
}
.ticker-carousel.owl-theme .owl-nav i {
    color: #fff !important;
}
.sticky-flash i:before {
    position: relative;
    top: 4px;
}

.logo-sep {
	position: relative;
	text-align: center
}
.logo-sep:before {
    position: absolute;
    content: '';
    top: 2.5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.1);
}
.logo-sep div {
    position: relative;
    z-index: 2;
	display: inline-block;
	background: #fff;
	padding: 1rem;	
}
.logo-sep div img {
	height: 3rem;
	opacity: .6;	
}

#map {
	width: 100vw;
	height: 400px;
}


#toast-container.toast-bottom-full-width>div, #toast-container.toast-top-full-width>div {
    width: 100%;
    border-radius: 0;
}
.toast-close-button {
    top: 0;
}
#toast-container > .toast {
    background-image: none !important;
}

#toast-container > .toast:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 18px;
    float: left;
    margin-left: -1em;
    color: #FFF;
    padding-right: 0.5em;
    margin-right: 0.5em;
} 
#toast-container > .toast-warning:before {
    content: "\f1cd";
}
#toast-container > .toast-error:before {
    content: "\f071";
}
#toast-container > .toast-info:before {
    content: "\f06a";
}
#toast-container > .toast-success:before {
    content: "\f00c";
}










/********/

.header-search {
	display: inline-block;
}

#submit {
	display: none;	
}

#searchForm .icon, #searchForm .submit{
	width: 24px;
	height: 19px;
	background: #fff;
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
}

#searchForm .submit {
	background: #fff;
	cursor: pointer;
}

/* Now, we'll create a search (magnifying glass) icon using pseudo elements */
#searchForm .icon:after, #searchForm .submit:after  {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #000;
	border-radius: 50%;
	left: 6px;
	top: 0;
}

#searchForm .icon:before, #searchForm .submit:before {
    content: "";
    position: absolute;
    height: 8px;
    width: 2px;
    background: #000;
    transform: rotate(-35deg);
    top: 13px;
    left: 20px;
    border-radius: 3px;
}

/* Styling the input */
#searchForm #search {
	position: absolute;
	top: -3px;
    right: 24px;
    height: 18px;
	width: 0;
	position: absolute;
	padding: 0;
	opacity: 0;
	font-size: 12px;
	border: none;
    border-bottom: 1px dotted #ccc;
	outline: none;
	-webkit-appearance: none;
}

.bootstrap-select.btn-group div.dropdown-menu {
	padding: 0 !important;
}
.bootstrap-select.btn-group ul.dropdown-menu.inner {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 12px !important;
    color: darkgrey !important;
    font-weight: normal !important;
}

.bootstrap-select>.dropdown-toggle {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;	
    background: #fff !important;
}

.form-select .fv-control-feedback {
    right: 35px;
}

.form-select:before {
    content: "\f107";
    position: absolute;
    top: 0;
    right: 1rem;
    display: inline-block;
    font-size: 1.5rem !important;
    font-family: "FontAwesome";
    color: rgba(0,0,0,.25);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#registerFORM .nav-pills .nav-link {
    border-radius: 0;
    background: #efefef;
}
#registerFORM .nav-pills .nav-link.active {
    background: #000000;
}

#registerFORM .nav .mdi::before {
    top: 2px;
}
#registerFORM.registrated .page-link:hover {
	cursor: not-allowed;
}

#registerFORM.registrated .register-pagination {
	opacity: 0.5;
}
#registerFORM .form-check-input {
    margin-left: -0.75rem;
    margin-right: 0.25rem;
}

#registerFORM .form-check .form-control-feedback {
    display: inline-block;
}
#registerFORM .form-check label {
    position: relative !important;
}
#registerFORM .form-control-feedback {
    display: block;
}
#registerFORM fieldset .form-control-feedback {
    margin-top: 1.25rem;
}
#registerFORM .form-check-label {
    color: darkgrey;
    font-size: 12px;
    padding-left: 0.25rem !important;
}
#registerFORM fieldset {
	padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.1) !important;
}

#registerFORM fieldset legend {
	font-size: 10px;
	color: darkgrey;
    margin-bottom: 0;
    margin-left: -0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    display: block;
    width: inherit;
    text-transform: uppercase;
}
.custom-select {
    position: relative !important;
	font-family: 'Montserrat', sans-serif;
    font-size: 12px !important;
    color: darkgrey !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(0,0,0,.1) !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
#registerModal ol {
	padding-left: 1.5rem;
	list-style:	decimal;
    font-size: 0.75rem;
	color: #565656;
}
#registerModal a[href^="mailto:"] {
	border-bottom: 1px dotted #000; 
}




/**** product ****/

.product-header ul {
	display: inline-block;
    margin: auto;
}
.product-header ul:before {
    content: "/";
    padding-right: 10px;
    position: relative;
    float: left;
    font-size: 11px;
    color: #ccc;
    top: -1px;
}
.product-header ul:after {
    content: "/";
    padding-left: 10px;
    position: relative;
    float: left;
    font-size: 11px;
    color: #ccc;
    top: -1px;
}
.product-header li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.product-header li:not(:first-child):before {
    content: "/";
    padding-right: 20px;
    position: relative;
    float: left;
    font-size: 11px;
    color: #ccc;
    top: -1px;
}
.product-header h3, .product-header h4 {
	display: flex;
	font-size: 0.75rem;
    color: #ccc !important;
	margin: 0;
}
.product-listing .product-item {
	padding-bottom: 2rem !important;
}
.product-listing .product-item h5 {
	position: relative;
	font-size: 0.75rem;
    line-height: 1rem;
}
.product-listing .product-item h5 span {
	font-size: 0.5rem;
    padding: 3px 5px;
    top: -1px;
    position: relative;
    border-radius: 2px;
}
.product-listing .product-item h5 span.new {
    color: #fff;
    background: #000;
}
.product-listing .product-item h5 span.sale {
    color: #fff;
    background: #e73e01;
}
.product-listing .product-item .product-photo {
	position: relative;
	display: block;
}
.product-listing .product-item .product-discount {
	position: absolute;
	z-index: 2;
	right: 0;
	color: #fff;
    padding: 5px 10px;
	background: rgba(0,0,0,0.8);
}
.product-listing .product-item .product-new {
	position: absolute;
	right: 0;
	bottom: 0;
}
.product-listing .product-item .product-favorite {
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
}
.product-listing .product-item .product-favorite i {
	padding: 1px;	
}

.product-listing .product-item .product-description {
	margin: 0.5rem auto;
	font-size: 11px;
    line-height: 1.25;
    height: 26px;
	color: #ccc;
	overflow: hidden;
}
.product-listing .product-item .product-price strike {
	color: #aaa;
	margin-left: 15px;
}

.product-listing .infinitescroll button {
	position: relative;
	z-index: 3;
}
.product-listing .infinitescroll button:hover {
	background: #fff !important;
}

.product-listing:after {
	opacity: 0;	
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.product-listing.loading:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(255,255,255,0.9);
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.product-item:after {
	opacity: 0;	
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}
.product-item.loading:after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: rgba(255,255,255,0.5);
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

.product-filter {
	padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,.1) !important;
    text-align: center;
}

.product-filter legend {
    display: inline-block;
    width: auto;
	margin: auto;
    padding: 0 15px;
    font-size: 0.75rem;
    color: darkgrey;
    text-transform: uppercase;
}

.product-sort {
	display: flex;
	font-size: 0.75rem;
	border-bottom: 3px solid rgba(0,0,0,.05) !important;
}
.product-sort span, .product-sort a {
    position: relative;
    bottom: -3px;
	padding-bottom: 10px;
    margin-right: 35px;
    border-bottom: 3px solid transparent;
	color: #aaa;
    text-transform: uppercase;
}
.product-sort a.active {
	border-color: rgba(0,0,0,.5);
}

.page-item {
	padding: 0 2px;	
}

.page-link {
    color: #000;
    border: 1px solid transparent;
}

.page-item.active .page-link {
    color: #aaa;
    background-color: #efefef;
    border-color: #efefef;
    border-radius: 4px;
}

.page-item.disabled .page-link {
    border-color: transparent;
}
.page-item .page-link:hover {
	background: #fff;
    border-color: transparent;
}


.product-detail .product-photos {
	width: 100% !important;
    min-width: 100% !important;
}

.product-detail .product-photos .product-photo-large {
	padding-left: 2.65rem;
	padding-right: 2.65rem;
}


.product-detail .product-photos .product-photo-thumbnail ul li {
	width: 100%;
	margin-bottom: 1.5rem;	
}

.product-detail .nav-pills .nav-link {
	border-radius: 0;
	background: rgba(0,0,0,0.05) !important;
}
.product-detail .nav-pills .nav-link.active {
	color: #808080;
	background: rgba(0,0,0,0.1) !important;
}
.product-detail .tab-content {
	background: rgba(0,0,0,0.03) !important;
    box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.2);
}
.qty-group .form-control {
	background-color: #fff;
	border-radius: 0 !important;
    border-color: #ccc !important;
}
.qty-group .btn-secondary:disabled {
    border-color: #ccc !important;
    opacity: 1;
}
.qty-group .btn-secondary:disabled i {
	opacity: 0.65;	
}
.qty-group .btn-secondary:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}