/* PRIMARY COLOR #191919 */
/* MOVEMENT CORPO COLOR #ff7a00 */ 
/* SPACING AND SIZING VALUES: 32 - 51 - 83 - 135 - 219 - 354 - 574 - 928*/ 
:root{
    font-size: 16px;
}
a{
    color: #191919;
    font-style: bold;
}
body{
    font-family: 'Roboto', sans-serif;
    padding-top: 83px;
}
main{
    min-height: 80vh;
}
h4{
    font-size: 1.4rem;
    margin-bottom: 32px;
}
.bold{
	font-weight: bold;
}
.noPadding{
    padding: 0 !important;
}
.btnMvt{
    color: #191919;
    border: 1px solid #191919;
    padding: 8px 18px;
    background: transparent;
    transition: all .32s ease-in-out;
    cursor: pointer;
}.btnMvt:hover,.btnMvt:focus{
    background: #191919;
    color: #fff;
}
.logoModal{
    display: block;
    max-width: 135px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 51px;
}

/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */
/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */
/* NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV - NAV -  */
nav{
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background: #191919;
}
.navWraper{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
nav .switch{
    display: inline-block;
    float: right;
}
#navLink{
    display: inline-block;
    margin-left: 51px;
}
#navTabletVerticalWrapper{
    display: none;
}
#navLink li{
    display: inline-block;
}
#qteTotalCart{
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
}
.logoNav {
	max-width: 130px;
	margin-top: 10px;
	display: inline-block;
	vertical-align: top;
}
#btnList,
#btnGrid {
	z-index: 9;
	background: transparent;
	position: fixed;
	bottom: 32px;
	width: 96px;
	color: #ff7a00;
	border: 1px solid #ff7a00;
	padding: 8px 12px;
}#btnList:hover,
#btnGrid:hover{
    background: #ff7a00;
    color: #fff;
}
#btnGrid{
    right: 32px;
}
#btnList{
    right: 135px;
}
#navLang{
    display: inline-block;
    color: #fff;
    float: right;
    margin-left: 32px;
}
#navLang .active{
    font-weight: 500;
    color: #ff7a00;
}
#navLang li {
	padding: 0 12px;
	border-right: 1px solid #fff;
	cursor: pointer;
	line-height: 1;
	margin-top: 25px;
}#navLang li:last-child{
    border-right: none;
}
#btnCart {
	color: #ff7a00;
	background: transparent;
	border: none;
	font-size: 22px;
	float: right;
	margin-top: 20px;
	cursor: pointer;
    margin-right: 32px;
    transition: all .32s ease-in-out
}#btnCart:hover{
    transform: scale(1.3)
}
#navSpTriger {
	cursor: pointer;
	font-size: 28px;
	color: #fff;
}
#closeNav{
	cursor: pointer;
	position: absolute;
	right: 32px;
	top: 5px;
	font-size: 32px;
	color: #555;
}
#navSp {
	position: fixed;
	background: rgba(255,255,255,.9);
	z-index: 99999;
	width: 100%;
	height: 100vh;
    left: -100%;
    top: 0;
	transition: all .32s ease-in-out;
}
#navSp ul {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
}
#navSp ul li {
	margin-bottom: 22px;
	display: block;
	float: initial;
}#navSp ul li:last-child{

}
#navSp ul li a, #navSp ul li .menuLogout {
	color: #191919;
	font-size: 32px !important;
}
/* MODAL LOGIN - MODAL LOGIN - MODAL LOGIN - MODAL LOGIN -  */
/* MODAL LOGIN - MODAL LOGIN - MODAL LOGIN - MODAL LOGIN -  */
/* MODAL LOGIN - MODAL LOGIN - MODAL LOGIN - MODAL LOGIN -  */ 
#btnLogin{
    width: 100%;
}
.btnForgotPw{
    border: none;
    color: #777;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    margin-bottom: 32px;
    margin-top: 16px;
    cursor: pointer;
    transition: all .32s ease-in-out;
}.btnForgotPw:focus,.btnForgotPw:hover{
    color: #191919;
    background: transparent;
}
#btnResetPw{
    opacity: .3;
}
.modal-footer a{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #777;
}
/* MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - */
/* MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - */
/* MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - MODAL ACCOUNT - */
#modalAccount h5{
    margin-bottom: 32px;
}
#valideNewPw{
    float: left;
}
/* MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - */
/* MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - */
/* MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - MODAL ORDERS - */
th{
    color: #ff7a00;
}
td, th{
    font-size: 14px;
}
tr td:nth-child(odd){
    background-color: #f0f0f0
}
.btnOrderToCart{
    margin-top: 32px;
}
.collapsible-header {
	position: relative;
}
.orderDate {
	position: absolute;
	right: 32px;
}

.totalLabel{
    float: right;
    font-weight: 700;
}
.totalPriceOldOrder{
    font-weight: 700;
    text-align: right;
}
/* MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - */
/* MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - */
/* MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - MODAL ADDRESS - */
.adressBox {
	border: 1px solid #191919;
	margin-bottom: 18px;
    padding: 0 18px;
    position: relative;
}
.checkAddress{
    position: absolute;
    right: 0;
    top: 12px;
}
/* */ 
#recapCart .input-field{
    margin: 0;
}
#recapCart .input-field input{
    margin: 0;
}
#sendOrder{
    float: right;
}
#modalCart h5 {
	font-size: 18px;
	font-weight: 500;
}
/* MODAL ALERT - MODAL ALERT - MODAL ALERT - MODAL ALERT -  */ 
/* MODAL ALERT - MODAL ALERT - MODAL ALERT - MODAL ALERT -  */ 
/* MODAL ALERT - MODAL ALERT - MODAL ALERT - MODAL ALERT -  */ 
#modalAlert .modal-content{
    text-align: center;
    color: #fff;
}
#alertNumber{
    font-weight: 500;
    margin-bottom: 0;
}
#modalAlert .modal-footer{
    background-color: #191919;
}
#modalAlert .modal-footer a{
    color: #fff;
}
/* FILTER LIST - FILTER LIST - FILTER LIST - FILTER LIST -  */
/* FILTER LIST - FILTER LIST - FILTER LIST - FILTER LIST -  */
/* FILTER LIST - FILTER LIST - FILTER LIST - FILTER LIST -  */ 

#filterList{
    margin-top: 32px;
}
#filterList input {
	padding-right: 20px;
}
.select-wrapper + label{
    top: -32px;
}
#resetFilter {
	height: 48px;
	width: 100%;
}
.chip{
    border-radius: 0;
}
.chip .close{
    font-size: 28px;
    padding-top: 6px;
}
.filterContainer{
    padding: 5px 0px 1px 6px;
    border: 1px solid #777;
    margin-bottom: 28px;
    position: relative;
}
.chipsLabel {
	color: #777;
	position: absolute;
	top: -22px;
	font-size: 14px;
}
.chipContainer{
    display: inline-block;
}
/* PRODUCT LIST - PRODUCT LIST - PRODUCT LIST - PRODUCT LIST -  */
/* PRODUCT LIST - PRODUCT LIST - PRODUCT LIST - PRODUCT LIST -  */
/* PRODUCT LIST - PRODUCT LIST - PRODUCT LIST - PRODUCT LIST -  */ 


#pagination{
    text-align: center;
}
.pagination li.active {
    background-color: #ff7a00;
}
#sectionProduct{

}

#sectionProduct .collapsible-body{
    padding-top: 16px;
}
#sectionProduct .collapsible-header{
    background: #191919;
    border-bottom: 1px solid #ff7a00;
    color: #fff;
    font-weight: 500;
}
.productQte{
    max-width: 100px;
}
.buyingPrice{
    display: none;
}
#sectionProduct table .input-field{
    margin-bottom: 0;
}
.addToCart{
    text-align: center;
    cursor: pointer;
}
.stockCustomer {
	height: 100%;
	padding: 26px 0px;
}
.prodcuType{
    padding: 0 12px;
    border-right: 1px solid #fff;
    display: inline-block;

}
.genderIcon {
	padding-right: 8px;
	border-right: 1px solid #fff;
    min-width: 28px;
    display: inline-block;
}
.modelDesc {
	margin-top: 8px;
}

#sectionProduct table tr td:nth-child(odd){
    background-color: transparent
}
#sectionProduct table tr:nth-child(even){
    background-color: #f0f0f0;
}
.specialPadding {
	padding: 0;
	margin-bottom: 8px;
}
.stockGreen,
.stockOrange,
.stockRed{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
.stockGreen{background: #97c000}
.stockOrange{background: #ea5300}
.stockRed{background:#e31a10}
.cartNoStock{
    opacity: .3;
    cursor: no-drop;
}

/* PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - */
/* PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - */
/* PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - PRODUCT GRID - */ 
.productGridContainer{
    position: relative;
}
.gridHeader{
    background: #191919;
    color: #fff;
    padding: 6px 12px;
    border-bottom: 1px solid #ff7a00;
    font-size: 14px;
    min-height: 104px;
}
.gridImg{
    position: relative;
    padding: 18px 0;
    min-height: 340px;
}
.gridImg img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: auto;
	max-width: 90%;
	max-height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.materialboxed.active{
    transform: none;
}
.productGridContainer .input-field input[type="number"]{
    max-width: 60px;
}
.productGridContainer th,
.productGridContainer td{
    padding: 8px;
}
.productGridContainer .productYear {
	display: inline-block;
	margin-left: 12px;
	border-right: 1px solid #fff;
	padding-right: 12px;
}
#materialbox-overlay {
	background-color: rgba(255,255,255,.9);
}
.refGrid{
    margin-bottom: 6px;
    display: inline-block;
}
.borderStockGreen,
.borderStockOrange,
.borderStockRed,
.borderStockBlack{
    border-top: 8px solid;
}
.borderStockGreen{border-color: #97c000}
.borderStockOrange{border-color: #ea5300}
.borderStockRed{border-color:#e31a10}
.borderStockBlack{border-color:#191919}

.cartGrid{
    cursor: pointer;
    font-size: 18px;
}
.gridPdf{
    z-index: 3;
    position: absolute;
    right: 12px;
    top: 12px;
}
/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */
/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */
/* FOOTER - FOOTER - FOOTER - FOOTER - FOOTER - FOOTER -  */
footer{
    background: #191919;
} 
.footer-copyright{
    background: #000;
}
.footer-copyright .row{
    margin-bottom: 0;
}
footer h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 32px;
}
.socialLink li,
.footerLink li{
    display: inline-block;
}
footer li a {
    color: #777
}

.socialLink li{
    margin-right: 12px;
}.socialLink li:last-child{
    margin-right: 0;
}
.socialLink li a{
    transition: all .32s ease-in-out;
}.socialLink li a:hover{
    color: #cbd501;
}
.footerLink li {
	padding-right: 12px;
	border-right: 1px solid #777;
	margin-right: 6px;
}.footerLink li:last-child{
    border-right: none;
    margin-right: 0;
}
.footerLink li a{
    transition: all .32s ease-in-out;
}.footerLink li a:hover{
    color: #fff;
}
.socialLink li a{
    color: #ff7a00;
    font-size: 22px;
}
.footer-copyright a {
	color: #333;
}
/* CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - */
/* CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - */
/* CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - CUSTOM FORM - */ 
.input-field{
    margin-bottom: 16px;
    margin-top: 0;
}
.input-field label{
    color: #777;
    margin-left: 8px;
 }
 .input-field label.active{
     top: -6px;
 }
 .input-field input[type=text],
 .input-field input[type=email],
 .input-field input[type=password],
 .input-field input[type=number],
 textarea.materialize-textarea {
    box-sizing: border-box;
    border: 1px solid #ff7a00;
    box-shadow: none;
    color: #191919;
    padding-left: 8px;
 }
 .input-field input[type=number]{
     max-height: 32px;
 }
 
 input[type="text"]:not(.browser-default):focus:not([readonly]),
 input[type="email"]:not(.browser-default):focus:not([readonly]),
 input[type="password"]:not(.browser-default):focus:not([readonly]),
 input[type="number"]:not(.browser-default):focus:not([readonly]),
 textarea.materialize-textarea:focus {
    border-bottom: 1px solid #ff7a00;
    box-shadow: 0 1px 0 0 #ff7a00;
 }
 input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
 input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
 input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
 input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
 textarea.materialize-textarea:focus:not([readonly]) + label,
 textarea.materialize-textarea:focus + label {
    top: -6px;
    color:#777;
 }
 textarea.materialize-textarea{
    min-height: 218px;
 }
 input.captcha{
    padding-left: 6px;
 }
 .switch label input[type="checkbox"]:checked + .lever::after{
    background-color: #ff7a00;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: #777;
}
[type="radio"].filled-in:checked + span:not(.lever)::after{
    border: 2px solid #ff7a00;
    background-color: #ff7a00;  
}
[type="checkbox"]:checked + span:not(.lever)::before{
    border-right: 2px solid #ff7a00;
    border-bottom: 2px solid #ff7a00;
}
.dropdown-content li > a, .dropdown-content li > span{
    color: #ff7a00;
}
.collapsible-body .input-field input[type="text"]{
    max-height: 32px;
    font-size: 16px;
}
[type="checkbox"].filled-in:checked + span:not(.lever)::after{
    border: 2px solid #ff7a00;
    background-color: #ff7a00;
}

.labelBlack{
	color: #191919;	
}

#modalPcOnly{
    display: none;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff;
    text-align: center;
    padding: 18px;
    overflow: hidden;
}
#modalPcOnly img{
    max-width: 80%;
}
@media(max-width: 767px){
    #modalPcOnly{
        display: flex;
        align-items: center;
    }
}

.refreshLabel{
	display: none;
	width: auto;
	float: right;
    font-weight: 700;
	color: #ff7a00;
	margin-right: 50px;
	cursor: pointer;
	animation: refreshBounce 1.5s ease-in-out infinite;
}@keyframes refreshBounce {
    from {transform: scale(1);}
    50% {transform: scale(1.05);}
	to {transform: scale(1);}
}


.addressCartNotFound{
	padding: 12px;
    display: inline-block;
    font-weight: 700;
}
.trashItemCart{
 cursor: pointer;	
}

.productGridContainer.z-depth-2 {
	margin-bottom: 24px;
}

.gridPdf a,
.productLink {
	color: #191919;
}
.modal .modal-content{
    padding-top: 51px;
}
.closeModal{
    top: 8px !important;
}
.displayPerPageWrapper .select-wrapper{
    max-width: 60px;
    display: inline-block;
    margin-left: 12px;
}


.displayPerPageWrapper .select-wrapper input {
	box-sizing: border-box;
	border: 1px solid #ff7a00;
	box-shadow: none;
	color: #191919;
    padding-left: 8px;
    max-height: 38px;
}
#goToResultPage {
	box-sizing: border-box;
	border: 1px solid #ff7a00;
	box-shadow: none;
	color: #191919;
	padding-left: 8px;
	max-width: 55px;
	margin: 0 6px;
    max-height: 38px;
    margin-bottom: 12px;
}
.cartNoStock .cartGrid{
	opacity: .3;
	cursor: no-drop;
}
.cartTotalBgWhite{
    background: transparent !important;
}
.collapsible.popout li{
    margin-left: 0;
    margin-right: 0;
}
.pagination {
	margin-top: 0;
}

.collapsible-header .productYear {
	margin: 0 0px 0 12px;
	border-right: 1px solid #fff;
	padding-right: 12px;
}
.collapsible-header .modelDesc {
	margin-top: 0;
	margin-left: 12px;
}
.actionMaxResultsPage {
	margin-left: 6px;
}
.orderUnavailableArticle{
	opacity: .3;
}
.orderUnavailableArticleMsg {
	text-align: left;
	font-weight: 700;
}
.gridHeaderWrapper {
	display: inline-block;
	float: right;
}
.gridHeader .prodcuType{
    border: none;
}
thead {
    border-bottom: 1px solid #d8d8d8;
}
tr {
    border-bottom: 1px solid #d8d8d8;
}

.goToResultPageWrapper {
    float: right;
    width: 100%;
    text-align: right;
}
.gridHeader .modelDesc {
	margin-top: 8px;
	font-size: 16px;
}
.menuLogout {
	margin-left: 12px;
}
#cartAnim {
    opacity: .65;
    display: none;
	position: fixed;
	z-index: 99999;
	color: #ff7a00;
	font-size: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
#cartAnim.active{
    display: block;
	animation: addToCartAnnim 0.75s ease-in-out 1;
}
@keyframes addToCartAnnim {
    from {font-size: 38em;}
	to {font-size: 0;}
}

#btnBot,
#btnTop{
    z-index: 9;
    position: fixed;
    bottom: 78px;
    width: 95px;
    color: #ff7a00;
    border: 1px solid #ff7a00;
}#btnBot:hover,
#btnTop:hover{
    background: #ff7a00;
    color: #fff;
}
#btnBot:focus,
#btnTop:focus{
    background: transparent;
    color: #ff7a00;
}
#btnTop {
	right: 135px;	
}
#btnBot{
    right: 32px;
}


.modal-content {
	min-height: 350px;
}

#modalAlert .modal-content{
    min-height: initial;
}








.closeModal {
    z-index: 999;
    position: absolute;
    top: 18px;
    right: 32px;
    font-size: 32px;
    color: #191919;
}

.default_products{
	width: 100%;
	padding-top: 5%;
	text-align: center;
	color: #777;
	font-size: 2em;
}
.default_products p{
	display: block;
	width: 70%;
	margin: auto;
}
.adressBoxSelected{
	border-color: rgb(255, 122, 0);
}
.filterContainer{
	margin-right: 4px;
}

.preloader-modal-spacer,
.preloader-modal-global-wrapper{
	display: block;
	position: static;
	height: 100px;
	min-height: 100px;
}
.outer-preloader-wrapper,
.outer-preloader-modal-wrapper{
    position: absolute; 
	z-index: 10100;
	left: 50%;
    top: 50%;
}

.inner-preloader-wrapper,
.inner-preloader-modal-wrapper{
    position: absolute;
    /*left: 50%;
    top: 0;
	padding-top: 20%;
    transform: translate(-50%, -50%);*/
    text-align: center;
}
.spinner-blue-only{
	border-color: #ff7a00;
}
.menuLogout{
	cursor: pointer;
}

.pagination li a {
	vertical-align: bottom;
}
.select-wrapper input.select-dropdown:focus {
	border-bottom: 1px solid #ff7a00;
}
.select-wrapper label{
    margin-left: 0 !important;
}

@media(max-width:1279px){
    .logoNav{
        display: none;
    }
    #productList.container,
    #containerFilter.container,
    .container {
        max-width: 90%;
        width: 90%;
    }
    #navLang {
        display: inline-block;
        color: #fff;
        float: right;
        margin-left: 32px;
        margin-right: 6%;
    }
    nav ul a,
    .menuLogout {
        font-size: 14px;
    }
    .modal{
        width: 90%;
        min-height: 80%;
    }
    #btnList, #btnGrid {
        bottom: 32px;
    }
    #btnBot, #btnTop {
        bottom: 32px;
    }
    #btnList, #btnGrid {
        right: initial;
    }
    #btnList{
        left: 32px;
    }
    #btnGrid {
        left: 136px;
    }
    #navLang li {
        font-size: 14px;
    }
    .gridCardColor {
        min-height: 60px;
        align-items: center;
        display: grid;
    }
}



@media(max-width:1000px){
    #navSpTriger{
		display: block;
	}
    #navLink{
        display: none !important;
    }
    #navTabletVerticalWrapper{
        width: 200px;
        display: inline-block;
        margin-left: 7%;
    }
    #navTabletVerticalWrapper input[type="text"]{
        box-sizing: border-box;
        border: 1px solid #ff7a00;
        box-shadow: none;
        color: #191919;
        padding-left: 8px;
        color: #fff;
    }
    #navTabletVerticalWrapper .select-wrapper .caret{
        fill: #fff;
    }
    .displayPerPageWrapper .select-wrapper {
        margin-left: 0;
    }
    /* #goToResultPage {
        margin-left: 0;
    } */
    .maxResultsPage {
        display: none;
    }
    .goToResultPageWrapper,.displayPerPageWrapper {
        line-height: 2.1;
    }
    .menuLogout {
        margin-left: 12px;
    }
}

@media(max-width:1400px){
    .dropdown-content {
        min-width: 200px;
    }
}
.addToCart svg {
	min-height: 42px;
}
@media(max-width: 1410px){
    .addToCart svg {
        min-height: 60px;
    }
}