/*lazy load fix .OK*/
img.lazy:not([src]),
img:not([src]){
	opacity:0; 
}

/*blue shadow fix .FALSE*/
*{
	outline: none !important;
}
.btn:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
[type="button"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* DEFAULT LINK .FALSE
-------------------------------------------------- */
a{
	font-family: 'DM Sans', sans-serif;
	color:#0d1a26;
	text-decoration:none;
	outline:none;
}
a:hover{
    color:#ef0909;
	text-decoration:none;
}
a:focus{
	color:inherit;
	text-decoration:inherit;
} 


/* BODY .FALSE
-------------------------------------------------- */
body{ 
	font-family: 'DM Sans', sans-serif;
    font-weight: 400;
	font-size:14px;
	color:#0d1a26;
	padding-top:inherit;
}
body.white-navbar {
	padding-top:80px !important; /*navbar-custom -> height*/
}



/* HEADER .FALSE
-------------------------------------------------- */
/*transition*/
header .navbar-custom,
header .navbar-custom .navbar-brand,
body.white-navbar header .navbar-custom .navbar-brand svg path,
header .navbar-custom.sticky .navbar-nav > .nav-item > .nav-link
{
	transition: all 0.7s;
}
/*header-top*/
header .header-top{
	min-height: 97px;
	background:#fff;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
}
/*header search*/
.header-search{
	display:inline-block;
	margin-right:20px;
}
.header-search form.custom .search-input {
	width: 300px;
	height: 44px;
	padding-left: 48px;
	padding-right: 14px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #b5b5b5;
	border-radius: 6px;
	border: solid 1px #dedede;
	background-color: #f8f9fb;
}
.header-search form.custom .search-input:focus {
	border-color: #d8d8d8 !important;
}
.header-search form.custom .form-group {
	position:relative;
	margin-bottom:0;
}
.header-search form.custom input[type=submit] {
	display:inherit !important;
    position: absolute;
	width: 20px;
	height: 20px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22y74n5bas8a%22%3E%3Cpath%20style%3D%22fill%3Anone%3Bstroke%3A%236f6f6f%22%20d%3D%22M0%200h20v20H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20style%3D%22clip-path%3Aurl(%23y74n5bas8a)%22%3E%3Cpath%20d%3D%22m14.831%2014.831%204.556%204.556-4.556-4.556a8.395%208.395%200%201%201%200-11.872%208.394%208.394%200%200%201%200%2011.872z%22%20transform%3D%22translate(.057%20.057)%22%20style%3D%22stroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bfill%3Anone%3Bstroke%3A%236f6f6f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 20px 20px;
    color: transparent;
	background-color: transparent !important;
    outline: none;
    border: none;
}
/*header icons*/
header .btn-svg,
header .language-button{
	margin-left:20px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 27px;
	letter-spacing: normal;
	text-align: left;
	color: #b5b5b5;
}
header .btn-svg:hover,
header .language-button:hover{
	color: #000000;
}
header .btn-svg svg path{
	fill:#b5b5b5;
	fill-rule: evenodd;
}
header .btn-svg:hover svg path{
	fill:#000000;
}
header .btn-svg span{
	padding-left:5px;
}
/*cart(desktop)*/
header .cart-button{
	position:relative;
}
header .cart-button sup {
    position:absolute;
    top: -6px;
	left: 12px;
    vertical-align: baseline;
}
header .cart-button sup span{
	background-color: #f00;
	min-width:18px;
	height:18px;
	padding: 2.3px 6px 2.7px;
	border-radius:30px;
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: -0.22px;
	text-align: center;
	color: #ffffff;
}
/*navbar-custom*/
header .navbar-custom {
	min-height: 52px;
	padding-top:0;
	padding-bottom:0;
	background:#fff !important;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
/*navbar-brand*/
header .navbar-custom .navbar-brand {
	z-index:1999;
	margin:0;
	padding:0;
	object-fit: contain;
}
/*navbar-toggler*/
header .navbar-toggler {
	display:none;
	border:none;
	padding-right:5px;
	padding-left:30px;
	height:30px;
}
header .navbar-toggler span {
	display: block;
	margin-top:6px;
	width: 22px;
	height: 2px;
	background-color: #b5b5b5;
	-webkit-animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	animation-timing-function: cubic-bezier(0.5, 10, 0.6, 0.1);
	box-shadow: 1px 1px 4px darken(#9b59b6, 4%);
	transition: all 0.25s ease-out;
}
header .navbar-toggler span:nth-of-type(1){
	margin-top:0;
}
header .navbar-toggler span:nth-of-type(2){
	margin-left:7px;
	width: 15px;
}
header .navbar-toggler span:nth-of-type(3){
}
header .navbar-toggler:not(.collapsed) span,
body.white-navbar header .navbar-toggler span{
	background-color: #b5b5b5;
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(1){
	 transform: rotate(45deg);
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(2){
	display:none;
}
header .navbar-toggler:not(.collapsed) span:nth-of-type(3){
	margin-top: -2px;
	transform: rotate(-45deg);
}
/*nav-item .OK*/
header .navbar-custom .navbar-nav > .nav-item{
    padding: 0 30px;
    position: inherit;
}
header .navbar-custom .navbar-nav > .nav-item:first-child{
    padding-left: 0;
}
header .navbar-custom .navbar-nav > .nav-item:last-child{
    padding-right: 0;
}
header .navbar-custom .navbar-nav > .nav-item:hover > .nav-link,
header .navbar-custom .navbar-nav > .nav-item.active > .nav-link{
	color: #ef0909;
}
/*nav-link .OK*/
header .navbar-custom .navbar-nav > .nav-item > .nav-link{
	padding: 16px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #302f2f;
}
/*dropdown-toggle .OK*/
.navbar-nav .dropdown-toggle::after{
	display:none;
}
/*dropdown .FALSE*/
header .navbar-custom .navbar-nav .dropdown-menu{
    padding: 40px 0 44px 0;
    margin-top: 0;
    background-color: #fff;
    background-clip: inherit !important;
	border-radius: 0;
	border: none;
	border-top: solid 1px #e2e2e2;
	box-shadow: 0 16px 30px 0 rgba(0, 0, 0, 0.08);
}
header .navbar-custom .navbar-nav .dropdown-menu.dropdown-menu-right::before{
	left:inherit;
	right:0;
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link{
	margin-bottom: 16px;
    padding: 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #6f6f6f;
}
header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover{
	color: #ef0909;
}
header .navbar-custom .navbar-nav .dropdown-menu .image-list{
    padding-left: 0;
}
header .navbar-custom .navbar-nav .dropdown-menu .image-list .nav-link img{
	display:block;
    padding-bottom: 15px;
}
/*dropdown multi col*/
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul{
	float:left;
	width:100%;
	padding-left:0;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul li{
	float:left;
	width:33.3333%;
	padding-right:15px;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .campaign ul{
	width:100%;
	padding-left:0;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .campaign ul li{
	margin-bottom:28px;
}
header .navbar-custom .navbar-nav .dropdown-menu .multi-col .campaign ul li:last-child{
	margin-bottom:0;
}




/* FOOTER .FALSE
-------------------------------------------------- */
footer{
	color:#fff;
	background: #000000 url(../images/footer/bg.png) top -110px right -22px no-repeat;
}
footer .black-container{
	padding-top: 82px;
	padding-bottom: 42px;
	min-height: 332px;
}
footer ul {
    margin-bottom: 0;
    padding-left: 0;
}
/*first-block .OK*/
footer .logo{
	display:block;
	margin-bottom:22px;
}
footer .block-1 p{
	margin-bottom:6px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
footer .other-online li{
	float:left;
	margin-left:18px;
}
footer .other-online li:first-child{
	margin-left:0;
}
footer .other-online li a{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
footer .other-online li a:hover{
	color: #ef0909 !important;
}
/*social .OK*/
footer .social ul{
	float:left;
	margin:30px 0 0 0;
}
footer .social ul li{
	float:left;
	margin-left: 15px;
}
footer .social ul li:first-child{
	margin-left: 0;
}
footer .social ul li a{
	display:inline-block;
	width: 44px;
	height: 44px;
	padding: 10px 10px;
	border-radius: 6px;
	background-color: #fff;
}
footer .social ul li a svg{
	width:100%;
}
footer .social ul li a svg path{
	fill:#ef0909;
}
footer .social ul li a
footer .social ul li a svg g,
footer .social ul li a svg path{
	transition:all .4s;
}
footer .social ul li a:hover{
	background: #ef0909;
}
footer .social ul li a:hover svg path{
	fill:#fff;
}
/*footer-nav .FALSE*/
footer h4{
	margin-bottom:18px;
}
footer h4,
footer h4 a{
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
footer h4 a:hover,
footer ul li a:hover,
footer .address a:hover{
	color: #ef0909;
}
footer ul{
	margin-bottom:0;
}
footer ul li a{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
/*footer address .FALSE*/
footer .address,
footer .address a{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}
footer .address .map-pin{
	margin-top:14px;
}
/*footer-bottom .OK*/
.footer-bottom{
	margin-top:0px;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #000;
	color:#fff;
}
.footer-bottom a,
.footer-bottom .copyright{
	margin-right:24px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	line-height: 1.43;
	text-align: left;
	color: #ffffff;
}
.footer-bottom a:hover{
	color: #000;
}
.footer-bottom a:last-child{
	margin-right:0;
}
footer .card-logo{
	margin-bottom:0;
    padding-left: 0;
}
footer .card-logo li{
	padding-left:13px;
}


/* FORM
-------------------------------------------------- */
/*custom .form-group .OK*/
.custom .form-group {
	margin-bottom: 20px;	
}
.custom .form-floating>label{
	padding:15px 20px;
}
.custom .form-floating>.form-control,
.custom .form-floating>.form-control-plaintext,
.custom .form-floating>.form-select{
	min-height:auto; /*form-floating height bug fix*/
}
.custom .form-control,
.custom .form-select {
	background-clip: padding-box;
	transition:none;
	height:50px;
	padding: 0 20px;
	border-radius: 6px;
	border: solid 1px #dedede;
	background-color: #fff;
}
.custom .form-control,
.custom .form-label,
.custom .form-select {
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #6f6f6f;
}
.custom .form-control:focus,
.custom .form-select:focus {
	color:#333 !important;
	box-shadow:none !important;
	border-color: #999 !important;
}
.custom textarea.form-control {
	padding: 16px;
	min-height: 120px;
	border:1px solid #dedede;
}
.custom .form-select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20data-name%3D%22Group%203448%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.148%22%20height%3D%227.545%22%20viewBox%3D%220%200%2014.148%207.545%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22ehqdr6ji6a%22%3E%3Cpath%20data-name%3D%22Rectangle%202364%22%20style%3D%22fill%3Anone%3Bstroke%3A%23b2b2b2%22%20d%3D%22M0%200h14.148v7.545H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20data-name%3D%22Group%203447%22%20style%3D%22clip-path%3Aurl(%23ehqdr6ji6a)%22%3E%3Cpath%20data-name%3D%22Path%204966%22%20d%3D%22m13.454.25-6.6%206.6L.25.25%22%20transform%3D%22translate(.222%20.222)%22%20style%3D%22stroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bfill%3Anone%3Bstroke%3A%23b2b2b2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right 18px top 50%, 0 0;
	background-size: 14.1px 7.5px;
}
.custom .form-floating .form-select{
	height:56px;
	padding-top: 1.625rem;
	padding-bottom: 0.625rem;
}
/*custom radio and checkbox .OK*/
.custom .form-check{
	padding-left: 28px;
}
.custom .form-check .form-check-input {
	margin-left: -28px;
	width: 20px;
	height: 20px;
}
.custom .form-check .form-check-input:checked {
    border-color: #302f2f;
}
.custom .form-check .form-check-input:checked[type=checkbox] {
	background-color: #302f2f;
	border-radius:4px;
	background-size:12px 12px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cg%3E%3Cpath%20style%3D%22fill%3Anone%22%20d%3D%22M0%200h14v14H0z%22%2F%3E%3Cpath%20d%3D%22M-20930.937%2014146.17a.733.733%200%200%201-.08%200%20.752.752%200%200%201-.553-.343l-2.023-3.168a.751.751%200%200%201%20.229-1.035.753.753%200%200%201%201.037.229l1.518%202.378%205.375-5.423a.75.75%200%200%201%201.061%200%20.75.75%200%200%201%20.006%201.061l-6.035%206.088a.753.753%200%200%201-.535.213z%22%20transform%3D%22translate(20935.93%20-14135.303)%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') !important;
}
.custom .form-check .form-check-input:checked[type=radio] {
	background-color: #fff;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%27-4%20-4%208%208%27%3E%3Ccircle%20r%3D%272%27%20fill%3D%27%23ef0909%27%2F%3E%3C%2Fsvg%3E') !important;
}
.custom .form-check .form-check-label,
.custom .form-check .form-check-label a{
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7rem;
	letter-spacing: normal;
	text-align: left;
	color: #302f2f;
}
.custom .form-check .form-check-label a{
	text-decoration:underline;
}
.custom .form-check .form-check-input[type=radio] {
	margin-top: 0.18em; /*radio label line height bug fix*/
}
/*input-group .OK*/
.custom .input-group-text {
	font-family: 'DM Sans';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #727272;
    background-color:#f8f9fb;
    border-radius: .25rem;

}
/*file .OK*/
.custom .form-file{
	/*margin-top:34px;*/
}
.custom .form-file input[type=file]{
	display:none;
}
.custom .form-file label.form-label{
	display:block;
	margin-bottom:10px;
}
.custom .form-file label.form-file-label{
	position:relative;
	margin-bottom:0;
	min-width: 152px;
	height: 50px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 50px;
	letter-spacing: normal;
	text-align: left;
	color: #ef0909;
	border-radius: 25px;
	border: solid 1px #ef0909;
	background-color: #eff5f7;
}
.custom .form-file label.form-file-label:hover{
	background-color: #ef0909;
	color: #fff;
	border: solid 1px #ef0909;
}
.custom .form-file label.form-file-label::before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	margin-top:-4px;
	margin-right:8px;
	width:20px;
	height:20px;
	background-color: #ef0909;
	mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/attachmnet.svg) no-repeat center / contain;
}
.custom .form-file label.form-file-label:hover::before{
	background-color: #fff;
}
.custom .form-file span{
	display:inline-block;
	margin: 14px 0 0 14px;
	overflow: hidden; 
	width: 172px; 
	height: 20px; 
	white-space: nowrap;
	font-family: 'DM Sans';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	text-overflow: ellipsis;
}
/*form custom button .FALSE*/
.custom .btn {

}



/* BUTTONS .OK
-------------------------------------------------- */
.btn{
	display:inline-block;
	padding:0 40px;
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: center;
	border-radius:4px;
	transition: all .3s;
}
.btn.focus, 
.btn:focus{
	box-shadow:none;
}
.btn:hover{
}
.btn.btn-lg{
	min-width:160px;
	height: 50px;
	line-height:48px; /*vertical center*/
}
.btn.btn-sm{
	min-width:132px;
	height: 42px;
	line-height:40px; /*vertical center*/
	font-size: 14px;
}
/*.btn-primary .OK*/
.btn-primary{
	border: solid 1px #ef0909;
	background-color: #ef0909;
	color: #fff;
}
.btn-primary:hover,
.btn-primary.btn:focus,
.btn-primary.btn:active,
.btn-primary.btn:disabled{
	color: #fff;
	border: solid 1px #000;
	background:#000;
}
/*.btn-outline-primary .OK*/
.btn-outline-primary{
  	border: solid 1.5px #ef0909;
	color: #333333;
    background-color:transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary.btn:focus,
.btn-outline-primary.btn:active,
.btn-outline-primary.btn:disabled{
  	border: solid 1.5px #ef0909;
    background-color: #ef0909;
    color: #fff;
}
/*.btn-outline-white .OK*/
.btn-outline-white.btn{
	border: solid 1px #fff;
	color: #fff;
}
.btn-outline-white.btn:hover,
.btn-outline-white.btn:focus,
.btn-outline-white.btn:active,
.btn-outline-white.btn:disabled{
	background:#fff;
	color: #000;
	border-color:#fff;
}
/*.btn-outline-dark .OK*/
.btn-outline-dark.btn{
	border: solid 1px #000;
	color: #000;
}
.btn-outline-dark.btn:hover,
.btn-outline-dark.btn:focus,
.btn-outline-dark.btn:active,
.btn-outline-dark.btn:disabled{
	background:#fc2d39;
	color: #fff;
	border-color:#fc2d39;
}


/* BANNER .FALSE
-------------------------------------------------- */
body .banner{
	background:none;
}
body .banner h1{
	display:none;
}
body:not(.products) .banner:not(.hidden-banner){
	/*border-top:1px solid #e2e2e2;*/
	border-bottom:1px solid #e2e2e2;
    background-image:url(../images/banner-head.jpg) !important;
    background-repeat:repeat !important;
    background-size:center center !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
    background-size:auto !important;
}
body:not(.products) .banner:not(.hidden-banner)::before {
	display:none;
}
body:not(.products) .banner:not(.hidden-banner) .row {
	height: 222px;
    -ms-flex-align: center!important;
    align-items: center!important;
}
body:not(.products) .banner:not(.hidden-banner) h1 {
	display:inherit !important;
    font-family: 'DM Sans', sans-serif;
	margin:0;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
body:not(.products) .banner:not(.hidden-banner) .nav-breadcrumb{
	/*display:none;*/
}
body:not(.products) .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb{
	margin: 0 0 14px 0;
}
body:not(.products) .banner:not(.hidden-banner) .nav-breadcrumb .breadcrumb .breadcrumb-item.active{
	color: #afafaf;
}


/* BREADCRUMB .FALSE
-------------------------------------------------- */
.nav-breadcrumb{
	margin-bottom:0;
}
.nav-breadcrumb .breadcrumb{
	padding:0;
	margin: 40px 0 38px 0;
	background-color: transparent !important;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item+.breadcrumb-item{	
	padding-left:10px;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a{
	font-family: 'DM Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #afafaf;
}
.nav-breadcrumb .breadcrumb .breadcrumb-item.active,
.nav-breadcrumb .breadcrumb .breadcrumb-item:hover,
.nav-breadcrumb .breadcrumb .breadcrumb-item > a:hover{
	color: #000;
}
.breadcrumb-item+.breadcrumb-item::before {
	color: #b5b5b5;
	padding-right:10px;
}


/* SECOND MENU SCROLLER .FALSE
-------------------------------------------------- */
.nav-second{
    background-color:inherit;
	border-bottom: 1px solid #e2e2e2;
	/*navbar scroller*/
	position: relative;
	height:44px;
	z-index: 2;
	overflow-y: hidden;
}
.nav-second .nav {
	/*navbar scroller*/
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: 0;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.nav-second .nav .nav-item .nav-link,
.nav-second .nav .nav-item.active .nav-link {
	position:relative;
    margin-right: 24px;
    padding: 13px 0 13px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.43px;
	text-align: left;
	color: #6f6f6f;
}
.nav-second .nav .nav-item .nav-link:hover,
.nav-second .nav .nav-item.active .nav-link {
	color: #ef0909;
}
/*.nav-second .nav .nav-item .nav-link:hover:before,*/
.nav-second .nav .nav-item.active .nav-link:before {
	content:"";
	display:block;
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
	border-bottom:1px solid #ef0909;
}
.nav-second .nav .nav-item:last-child .nav-link{
    margin-right: 0;
}
.nav-second .nav .nav-item .nav-link.logout-link svg{
    margin-top:-3px;
	margin-left:6px;
}
.nav-second .nav .nav-item .nav-link.logout-link:hover svg path{
    fill:#000000;
}


/* WRAPPER .FALSE
-------------------------------------------------- */
main > .wrapper{
	margin-top:52px;
	margin-bottom:80px;
}


/* GALLERY CAROUSEL
-------------------------------------------------- */
.carousel.gallery{
	background-color: #f8f8f8; 
}
.carousel.gallery .carousel-control-next,
.carousel.gallery .carousel-control-prev{
	display:inherit;
	opacity: 1;
	top: inherit;
	width:40px;
}
.carousel.gallery .carousel-control-next{
	right: 20px;
	bottom: 20px;
}
.carousel.gallery .carousel-control-next svg,
.carousel.gallery .carousel-control-prev svg{
	width:40px;
	height:40px;
}
.carousel.gallery .carousel-control-next svg path,
.carousel.gallery .carousel-control-prev svg path{
	stroke:#ef0909;
}
.carousel.gallery .carousel-control-next:hover svg rect,
.carousel.gallery .carousel-control-prev:hover svg rect{
	fill:#ef0909;
}
.carousel.gallery .carousel-control-next:hover svg path,
.carousel.gallery .carousel-control-prev:hover svg path{
	stroke:#fff;
}
.carousel.gallery .carousel-control-prev{
	left: inherit;
	right: 70px;
	bottom: 20px;
}


/* GENERAL TEXT .FALSE
-------------------------------------------------- */
main .content .text{
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.43;
	color: #0d1a26;
}
main .content .text .carousel.gallery{
	margin-top:60px;
}
main .content .text .exp2{
	margin-top:45px;
}
main .content .text h1{
	margin-bottom:45px;
	font-family: 'DM Sans', sans-serif;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
main .content .text h2{
	margin-bottom:30px;
	font-family: 'DM Sans', sans-serif;
	font-size: 44px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -1.45px;
	text-align: center;
	color: #000;
}
main .content .text h3{
	margin-bottom:15px;
	font-family: 'DM Sans', sans-serif;
	font-size: 32px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text h4{
	margin-bottom:15px;
	font-family: 'DM Sans', sans-serif;
	font-size: 28px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text h5{
	margin-bottom:15px;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.19px;
	text-align: left;
	color: #000;
}
main .content .text ul{
	list-style:outside;
}
main .content .text ul li{
	margin-left:20px;
}
main .content .text table{
	width:100%;
	border: solid 1px #e6e6e6;
}
main .content .text table tr{
    border-bottom: 1px solid #e6e6e6;
}
main .content .text table tr td,
main .content .text table tr th{
	padding:14px 32px;
    border-right: 1px solid #e6e6e6;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
main .content .text table thead{
	background-color: #f8f8f8;
}
main .content .text table thead tr th{
	padding-top:16px;
	padding-bottom:16px;
	font-weight: 600;
}



/* SCROLLBAR .FALSE
-------------------------------------------------- */
.scroll{
	overflow-y: hidden;
    overflow-x: auto;
	scrollbar-color: #fff rgba(153,153,153,1);
	scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
.scroll::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
.scroll::-webkit-scrollbar-thumb {
	background: #999;
	border: 10px none #ffffff;
	border-radius: 61px;
}
.scroll::-webkit-scrollbar-thumb:hover {
 	background: #999;
}
.scroll::-webkit-scrollbar-thumb:active {
	background: #999;
}
.scroll::-webkit-scrollbar-track {
	background: #e6e6e6;
	border: 6px none #ffffff;
	border-radius: 30px;
}
.scroll::-webkit-scrollbar-track:hover {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-track:active {
	background: #e6e6e6;
}
.scroll::-webkit-scrollbar-corner {
	background: transparent;
}


/* MEMBERS
-------------------------------------------------- */
/*general*/
.members main .content .custom .btn{
	width:100%;
}
.members main .content .custom .input-group .btn{
	width:auto; /*input-group btn bug fix*/
}
.members main .content h2{
	margin-bottom:20px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #ef0909;
}
.members main .content .guest{
	margin-bottom:60px;
}
/*forgot*/
.forgot a{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.57;
	letter-spacing: normal;
	color: #000;
	text-decoration:underline;
}
.forgot a:hover{
	color: #ef0909;
	text-decoration:none;
}
.members main .content .custom .btn{
	min-width: 190px;
}
/*change password*/
.change-password{
	position:relative;
}
.change-password a{
	display:inline-block;
	position:absolute;
	z-index:1;
	right:16px;
	top:-55px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	color: #ef0909;
}
.change-password-btn:hover{
	color: #000;
}
.change-password input,
.change-password label{
	display:none;
}
.change-password input.visible,
.change-password label.visible{
	display:block !important;
}
/*back button*/
.members .back-button{
	display: -ms-flexbox!important;
    display: flex!important;
	-ms-flex-align: center!important;
    align-items: center!important;
	margin-bottom:30px;
	font-family: 'DM Sans', sans-serif;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.73px;
	text-align: left;
	color: #000000;
}
.members .back-button span{
	padding-left:11px;
}
/*order details .OK*/
.members.order-details .cart-panel-left .card{
	margin-bottom: 24px;
	border: solid 1px #e2e2e2;
	background-color: #fff;
	border-radius: 12px;
}
.members.order-details .cart-panel-left .card .card-body {
    padding: 22px 20px;
}
.members.order-details .products-title{
	display:block;
	margin-bottom:14px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}
.members.order-details .products-attribute,
.members.order-details .products-personalized{
	display:block;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.11;
    letter-spacing: normal;
    text-align: left;
    color: #727272;
}
.members.order-details .products-sku{
	display:block;
	margin-top:14px;
	font-family: Lora;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #b4b4b4;
}
.members.order-details .cart-panel-left h4.card-title{
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}
.members.order-details .cart-panel-left h6.card-title{
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #333;
}
.members.order-details .cart-panel-left .card-text{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.86;
	letter-spacing: normal;
	text-align: left;
	color: #727272;
}
.order-details .cart-prices-info{
	top:172px; /*sticky bug fix*/
	z-index: 10; /*sticky bug fix*/
	background-color: #fff;
}
/*address book .FALSE*/
.members.address-book .record-list .card{
	margin-bottom: 30px;
	border:1px solid #e2e2e2;
	border-radius:0;
}
.members.address-book .record-list .card h5{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;	
}
.members.address-book .record-list .card p{
	height:62px;
	overflow:hidden;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;	
}
.members.address-book .record-list .btn-outline-danger,
.members.address-book .record-list .btn-outline-primary{
	border:none;
	padding:0;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.members.address-book .btn-outline-danger:hover,
.members.address-book .btn-outline-primary:hover{
	background:none;
    color:#dc3545;
}
/*address modal*/
#addressModal h5{
	margin: 30px 0 30px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.44px;
	text-align: center;
	color: #000000;
}
/*b2b panel*/
.members .left-panel{
	background:#f7f7f7;
}
.members .left-panel .logo{
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:9;
}
.members .left-panel h5{
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.44px;
	text-align: left;
	color: #000000;
}
.members .right-panel{
	background-image: url('../images/login/bg.jpg');
	background-size: cover;
	background-position: center;
}
/*my-orders*/
.members.my-orders .record{
	margin-bottom:24px;
}
.members.my-orders .record .card{
	border-color:#e2e2e2;
}
.members.my-orders .record .card .btn-primary{
	padding:0 10px;
	font-size:15px;
}



/* TABS MENU
-------------------------------------------------- */
.tabs-menu .nav{
	margin-bottom:40px !important;
	padding: 4px;
	border-radius: 6px;
	background: #f4f4f4;
}
.tabs-menu .nav .nav-link{
	font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: bold;
	color:#b5b5b5;
	background: none;
}
.tabs-menu .nav .nav-link:hover{
	color:#302f2f;
}
.tabs-menu .nav .nav-link.active{
	color:#302f2f;
	background: #fff;
}



/* LIST GROUP
-------------------------------------------------- */
.list-group-item {
    padding-top:16px;
    padding-bottom:16px;
    border: 1px solid #e2e2e2;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	line-height: 1.23;
	color: #000000;	
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #000000;
    background-color: #fafafa;
}
.list-group-item.list-group-red{
	font-size:14px;
	color: #ed1d24;
	border:none;
	padding-bottom:0;
}
.list-group .list-group-header{
	font-weight:600;
}


/* HOME
-------------------------------------------------- */
/* home carousel .FALSE*/
#homeCarousel{ }
#homeCarousel::after{ /*slider left black gradient*/
	z-index:1;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	content: "";
	width:100%;
	max-width: 766px;
	opacity: 0.56;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
}
/*carousel-caption .FALSE*/
#homeCarousel .caption {
	z-index:99;
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	bottom:initial;
	width:100%;
    padding-left: 0;
    padding-right: 0;
	padding-bottom:0;
}
#homeCarousel .caption .col-12 {
	max-height:340px;
	overflow:hidden;
}
#homeCarousel .caption .col-12 .title{
	margin: 0 0 22px;
	max-height: 132px;
	overflow:hidden;
	font-family: 'DM Sans', sans-serif;
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	text-align: left;
	color: #fff;
}
#homeCarousel .caption .col-12 .info{
	margin: 0 0 27px 1px;
	max-height: 88px;
	overflow:hidden;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
#homeCarousel .caption .col-12 .btn-lg{
	background:rgba(255,255,255,0.4);
	border:none;
}
#homeCarousel .caption .col-12 .btn-lg:hover{
	background:#fff;
	border:none;
}
/*carousel-indicators .OK*/
#homeCarousel .carousel-indicators{
    margin-bottom: 30px;
}
#homeCarousel .carousel-indicators li{
	margin-left:12px;
	margin-right:0;
	width: 17px;
	height: 17px;
	border:1px solid #ffffff;
	border-radius: 17px;
	opacity: 1;
	background: none;
}
#homeCarousel .carousel-indicators li.active{
	opacity: 1;
	background:#ffffff;
}
/*carousel prev+next .OK*/
#homeCarousel .carousel-control-next, 
#homeCarousel .carousel-control-prev{
	z-index:99;
	position: absolute;
	top: 50%;
	bottom: inherit;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width:37px;
}
#homeCarousel .carousel-control-next{
	right:20px;
}
#homeCarousel .carousel-control-prev{
	left:20px;
}
/*home content .OK*/
.home .content h3.title{
  font-family: 'DM Sans';
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #ef0909;
}
.home .content p{
	font-family: 'DM Sans';
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #302f2f;
}
/*main-brand .OK*/
.main-brand{
	background-color: #f7f8f9;
}
.main-brand .head{
	background-color: #fff;	
	max-height:268px;
}
.main-brand .left h3{
	margin:107px 0 15px 0;
}
.main-brand .left p{
	margin-bottom:0;
}
.main-brand .right img{
	margin-top:84px;
}
.main-brand .search{
	margin-top:100px;
}
.main-brand .list{
	margin-top:100px;
}
.main-brand .list p{
	margin-bottom:0;
}
.main-brand .list .slider{
	margin:40px 0 100px 0;
}
.main-brand .list .slider .item{
	padding:14px 14px;
}
.main-brand .list .slider .item .record{
	display:block;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.main-brand .list .slider .item .record figure{
	margin:0;
}
.main-brand .slick-disabled{
    opacity: 0.4;
}
.main-brand .slick-prev,
.main-brand .slick-prev:hover,
.main-brand .slick-prev:focus,
.main-brand .slick-next,
.main-brand .slick-next:hover,
.main-brand .slick-next:focus{
	z-index:2;
	width: 30.1px;
	height: 18.4px;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230.089%22%20height%3D%2218.384%22%20viewBox%3D%220%200%2030.089%2018.384%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22uh3xlna3ea%22%3E%3Cpath%20style%3D%22fill%3A%23302f2f%22%20d%3D%22M0%200h30.089v18.384H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M30.359%2010.58H10.241V8.613h20.118zm-18.6-8.534L3.6%209.592l8.156%207.553-1.554%201.629-9.033-8.365L.3%209.593l.874-.81L10.205.418z%22%20transform%3D%22translate(-.28%20-.404)%22%20style%3D%22fill%3A%23302f2f%22%2F%3E%3Cg%20style%3D%22clip-path%3Aurl(%23uh3xlna3ea)%22%3E%3Cpath%20d%3D%22M10.241%208.611h20.115v1.967H10.241zm-9.071.17L10.205.418l1.554%201.628L3.6%209.59l8.155%207.552-1.55%201.628-9.035-8.363-.87-.816z%22%20transform%3D%22translate(-.279%20-.402)%22%20style%3D%22fill%3A%23302f2f%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.main-brand .slick-prev{
	left: -6px;
}
.main-brand .slick-next{
	right: -7px;
	margin-top:-10px;
	transform: rotate(180deg);
}
.main-brand .slick-prev:before,
.main-brand .slick-next:before{
	display:none;
}
/*main-products .FALSE*/
.main-products{
	overflow:hidden; 
	position:relative;
	margin: 110px 0 72px 0;
}
.main-products h3{
}
/*main-products tablist .FALSE*/
.main-products .nav-scroll {
    margin: -2px 0 50px 0;
    position: relative;
    height: 24px;
    z-index: 2;
    overflow-y: hidden;
}
.main-products .nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 0;
    margin-top: 0;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.main-products .nav-scroll .nav .nav-item .nav-link{
	padding:0;
	margin-right:26px;
	font-family: 'DM Sans', sans-serif;
	font-size:14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: center; 
	color: #302f2f;
	opacity:1;
}
.main-products .nav-scroll .nav .nav-item:last-child .nav-link{
	margin-right:0;
}
.main-products .nav-scroll .nav .nav-item .nav-link.active{
	color: #ef0909;
	position:relative;
}
.main-products .nav-scroll .nav .nav-item .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ef0909;
}
/*main-products slider .FALSE*/
.main-products .slick-list{
	overflow:inherit;
}
.main-products .slick-track{
	min-width:100%;
}
.main-products .slick-prev,
.main-products .slick-next {
	display: none !important;
}
.main-products .record-list.slider .item{
	padding:0 14px; /*slick slider bs5 bug fix*/
}
/*main category. OK*/
.main-category{
	padding: 80px 0 120px 0;
	background:#f7f8f9;
}
.main-category h1{
	margin-bottom: 8px;
	font-family: 'DM Sans', sans-serif;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: center;
	color: #000;
}
.main-category p{
	margin-bottom: 55px;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
/*main newsletter .OK*/
.main-newsletter{
	align-items: center!important;
    display: flex!important;
	height: 308px;
    background: url("../images/newsletter/bg.jpg") no-repeat center center;
    background-size: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.main-newsletter .newsletter{
	display: flex!important;
	justify-content: center!important;
}
.main-newsletter .newsletter h4{
	margin-bottom:12px;
	font-family: 'DM Sans', sans-serif;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
.main-newsletter .newsletter p{
	margin-bottom: 36px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
.main-newsletter .newsletter .custom .form-group,
.main-newsletter .newsletter .custom .form-control {
    margin-bottom: 2px;
}
.main-newsletter .newsletter .btn {
	width:100%;
	min-width:auto;
}
.main-newsletter .newsletter .btn:hover,
.main-newsletter .newsletter .btn:focus{
	border:1px solid #fff !important;
	background:#fff !important;
	color:#111 !important;
}
.main-newsletter .newsletter .custom .form-control::-webkit-input-placeholder {
  color: #6a6a6a;
}
.main-newsletter .newsletter .custom .form-control::-moz-placeholder {
  color: #6a6a6a;
}
.main-newsletter .newsletter .custom .form-control:-ms-input-placeholder {
  color: #6a6a6a;
}
.main-newsletter .newsletter .custom .form-control::-ms-input-placeholder {
  color: #6a6a6a;
}
.main-newsletter .newsletter .custom .form-control::placeholder {
  color: #6a6a6a;
}
/*main-slogan. OK*/
.main-slogan{
	margin:76px 0 36px 0;
}
.main-slogan .item{
	margin-bottom:30px;
    display: flex!important;
	align-items: center!important;
}
.main-slogan figure{
	width: 86px;
	height: 86px;
    display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	border: solid 2px #ef0909;
	border-radius:86px;
}
.main-slogan p{
	padding-left:20px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}



/* RECORD LIST HOVER ANIMATE .OK
-------------------------------------------------- */
.record-list-animate .record{
    display: block;
    position: relative;
	margin-bottom:40px;
	border-radius: 6px;
	overflow: hidden; /*radius fix*/
}
.record-list-animate .record .hover:after{
	content:"";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
	opacity: 0.52;
	background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
	transition: all 0.25s;
}
.record-list-animate .record:hover .hover:after{
    height: 168px;
	opacity: 0.52;
	background-image: linear-gradient(to top, #000 12%, rgba(0, 0, 0, 0));
}
.record-list-animate .record figure{
	margin:0;
}
.record-list-animate .record .hover h3{
	z-index:2;
	position:absolute;
	left:24px;
	right:24px;
	bottom:24px;
	transition: all 0.25s;
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.73px;
	text-align: left;
	color: #fff;
}
.record-list-animate .record .hover span{
	z-index:2;
    opacity: 0;
    visibility: hidden;
	position:absolute;
	left:24px;
	right:27px;
	bottom:27px;
	transition: all 0.3s;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	color: #fff;
}
.record-list-animate .record:hover .hover h3{
	bottom:50px;
}
.record-list-animate .record:hover .hover span{
    opacity: 1;
    visibility: visible;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.254%22%20height%3D%2217.68%22%3E%3Cg%3E%3Cpath%20d%3D%22M1.414%2017.68%200%2016.266%207.426%208.84%200%201.414%201.414%200l8.84%208.84z%22%20style%3D%22fill%3A%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-size: 10.254px 17.68px;
	background-position: center right;
}



/* RECORD LIST .OK
-------------------------------------------------- */
.record-list .record{
	position:relative;
    display: block;
    margin-bottom: 76px;
	overflow:hidden;
	border-radius: 6px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.11);
	border: solid 1px #f2f2f2;
	background-color: #fff;
}
.record-list .record:hover{
	margin-bottom:14px; /*hover btn-list fix*/
}
.record-list .record figure{
	margin-bottom:0;
}
.record-list .record figure img{
	image-rendering: -webkit-optimize-contrast; /*chrome blurry - bug fix*/
}
.record-list .record .wrap{
	padding:14px 16px;
}
.record-list .record .title{
	display: block;
}
.record-list .record .title b{
	display: block;
	margin-bottom:10px;
	height: 43px;
	overflow:hidden;
	font-family: "DM Sans";
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: normal;
	text-align: center;
	color: #707070;
}
.record-list .record .title span.price{
	display: block;
	font-family: "DM Sans";
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #302f2f;
}									 
/*btn-list .OK*/
.record-list .record .btn-list {
	height:0;
	opacity:0;
}
.record-list .record:hover .btn-list {
	height:auto;
	opacity:1;
	margin-top:14px;
	transition:all 0.3s;
}
.record-list .record .btn-list .btn{
	height: 48px;
	line-height:46px; /*vertical center*/
}
/*review .OK*/
.record-list .record .btn-list .review{
	z-index:2;
	min-width:inherit;
	width:80%;
}
/*favorite .OK*/
.record-list .record .favorite-btn{
	z-index:2;
	padding:5px 0 0 0;
	margin-left:18px;
	width:48px; 
	max-width:48px;
	min-width:48px;
}
.record-list .record .favorite-btn[data-type="add"]::before{
	display:inline-block;
	content:"";
	width: 21.3px;
	height: 20px;
	background-color: #111;
	-webkit-mask-image: url(../images/svg/heart.svg);
	mask-image: url(../images/svg/heart.svg);
}
.record-list .record .favorite-btn[data-type="remove"]::before{
	display:inline-block;
	content:"";
	width: 21.3px;
	height: 20px;
	background-color: #111;
	-webkit-mask-image: url(../images/svg/heart-active.svg);
	mask-image: url(../images/svg/heart-active.svg);
}
.record-list .record .favorite-btn[data-type="add"]:hover::before,
.record-list .record .favorite-btn[data-type="remove"]:hover::before{
	background-color: #fff;
}




/*PRODUCTS DETAIL .OK*/
/*products detail gradient .OK*/
.products.detail main > .wrapper {
    margin-top:0;
}
.products.detail main > .banner .nav-breadcrumb .breadcrumb {
    margin-bottom:0 !important;
    padding-bottom:38px;
}
.products.detail main > .banner{
	background: #f7f8f9 !important;
}
.products.detail .product-wrapper {
	background: linear-gradient(180deg, #f7f8f9 0%, #fff 100%);
}
/*left box*/
/*img zoom+thumbnails .OK*/
.products .large-img {
	position:relative;
	overflow:hidden;
	border-radius: 12px;
	border: solid 1px #dedede;
    background-color: #fff;
}
.products .large-img img {
    cursor: url(../images/svg/zoom-in.svg), auto;
}
.products .large-img .zoom-mobile-button {
    position: absolute;
    right: 30px;
    top: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
    z-index: 1;
}
.products .thumbnails,
.products .thumbnails li{
	padding:0;
}
.products .thumbnails li{
	margin-bottom:20px;
}
.products .thumbnails li a{
	display:block;
	overflow:hidden;
	padding: 0;
	border-radius: 6px;
	border: solid 1px #dedede;
	background-color: #fff;
}
/*right box*/
/*information .OK*/
.products .information .btn-dark{
	width:100%;
}
.products .information h1{
	margin-bottom: 23px;
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products .information .other-info{
	margin-bottom: 12px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products .information .other-info span{
	padding-right:22px;
}
.products .information .product-description{
	font-family: Proxima Nova;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
/*product card .OK*/
.products .products-cart-form .card{
	border: solid 1px #e8e8e8;
	border-radius: 12px;
	position:relative;
}
.products .products-cart-form .card .card-body{
	padding:20px;
}
.products .products-cart-form .card h5{
	margin-bottom: 19px;
	font-family: Proxima Nova;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
/*product-prices-list  .OK*/
.products .information .product-price-list {}
.products .information .product-price-list .price-list-wrap{
	margin-bottom:30px;
	padding: 7px 12px 5px 12px;
	object-fit: contain;
	border-radius: 6px;
	border: solid 1px #dedede;
	background-color: #fff;
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height:1.22;
	letter-spacing: normal;
	text-align: left;
	color: #302f2f;
}
.products .information .price-list-wrap span{
	display:block;
	font-family: 'DM Sans', sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #302f2f;
}
/*product attribute .OK*/
.products .information .attribute{
	margin-top: 4px;
	margin-bottom: 26px;
}
.products .information .attribute p{
	margin-bottom: 12px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products .information .product-code,
.products .information .product-category,
.products .information .product-brand,
.products .information .product-order-types{
	margin-bottom: 14px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products .information .products-msgbox .alert{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
/*product slogan .OK*/
.product-slogan {
	margin-top:30px;
}
.product-slogan > div {
	margin-bottom:16px;
}
.product-slogan > div:nth-child(even) {
	padding-left:7px;
}
.product-slogan > div:nth-child(odd) {
	padding-right:8px;
}
.product-slogan .slogan-item{
	overflow:hidden;
	width:100%;
	height:100%;
	border-radius: 6px;
	border: solid 1px #302f2f;
	background-color: #fff;
}
.product-slogan .slogan-item figure{
	height:100%;
	width:52px;
	background-color: #302f2f;
	margin-bottom:0;
}
.product-slogan .slogan-item figure svg{
	width:100%;
	max-width:30px;
}
.product-slogan .slogan-item .slogan-title{
	padding:8px 12px 6px 10px; 
	font-family: 'DM Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.23;
	color:#ef0909;
	text-align:left;
}
.product-slogan .slogan-item .slogan-title small{
	font-size:10px;
	font-weight:normal;
	color:#302f2f;
}
/*product social .OK*/
.products .product-social{
	float:right;
	margin-top: 16px;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}
.products .product-social span{
	float:left;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #302f2f;
}
.products .product-social ul{
	float:left;
	padding-left:14px;
	margin-bottom:0;
}
.products .product-social ul li{
	float:left;
	margin-left: 14px;
}
.products .product-social ul li:first-child{
	margin-left: 0;
}
.products .product-social ul li a{
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
	width: 38px;
	height: 38px;
	border-radius: 6px;
	border: solid 1px #fff;
	background-color:#fff;
}
.products .product-social ul li a{
	transition:all .4s;
}
.products .product-social ul li a:hover{
	border: solid 1px #ef0909;
	background-color: #ef0909;
}
.products .product-social ul li a:hover svg path{
	fill:#fff !important;
}
/*products -> quantity .OK*/
.products .quantity-title{
	margin: 0 10px 0 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products .quantity{
	display:inline-block;
	width:100%;
}
.products .quantity .btn{
	padding:0;
	min-width: 50px;
	height: 50px;
	font-size:18px;
	font-family: 'DM Sans', sans-serif;
	border: solid 1px #dedede;
	background-color: #f7f8f9;
	color: #302f2f;
	border-radius: 6px;
}
.products .quantity .btn:hover {
    background: #ef0909;
    color: #fff;
    border: solid 1px #ef0909;
}
.products .quantity .bootstrap-touchspin-down {
	border-top-right-radius: 0; /*bug fix*/
    border-bottom-right-radius: 0; /*bug fix*/
}
.products .quantity .bootstrap-touchspin-up {
    border-top-left-radius: 0; /*bug fix*/
    border-bottom-left-radius: 0; /*bug fix*/
}
.products .quantity .form-control {
	padding:0;
	height: 50px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
/*products -> cart-add-button .OK*/
.products.detail .cart-add-button{
	width:100%;
}
/*products detail tablist .OK*/
.products.detail main .content .product-tabs{
	margin-top: 40px;
	border-bottom: 1px solid #dedede;
}
.products.detail main .content .product-tabs .nav-item .nav-link{
	margin-left:30px;
	padding:0 16px 13px 16px;
	border:none !important;
	border-bottom:1px solid transparent !important; /*bug fix*/
	background:none !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #6f6f6f;
}
.products.detail main .content .product-tabs .nav-item:first-child .nav-link{
	margin-left:0;
}
.products.detail main .content .product-tabs .nav-item .nav-link.active {
	color: #ef0909;
}
.products.detail main .content .product-tabs .nav-item .nav-link.active svg path {
	fill: #ef0909;
}
.products.detail main .content .product-tabs .nav-item .nav-link.active {
	border-bottom:1px solid #ef0909 !important;
}
.products.detail main .content .product-tabs .nav-item .nav-link svg {
	margin-right:6px;
}
.products.detail main .content .product-tabs .nav-item .nav-link svg path {
	fill: #6f6f6f;
}
.products.detail main .content .tab-content>.tab-pane{
	padding:36px 0 0 0 !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.products.detail main .content .tab-content>.tab-pane ul{
	list-style:outside;
}
.products.detail main .content .tab-content>.tab-pane ul li{
	margin-left:16px;
}	
/*related-products .OK*/
.products.detail main .content .related-products h3{
	margin-bottom: 32px;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #ef0909;
}
/*left+right item visible .start*/
.products.detail main .content .related-products .slick-track{
	min-width:100%;
}
.products.detail main .content .related-products{
	overflow:hidden; 
	position:relative;
	margin-top: 61px;
}
.products.detail main .content .related-products .slick-list{
	overflow:inherit;
}
/*left+right item visible .end*/
.products.detail main .content .related-products .item {
    padding: 0 12px 0 12px;
}
.products.detail main .content .related-products .slick-prev,
.products.detail main .content .related-products .slick-next {
	display: none !important;
}
.products.detail .related-products .record-list .record:hover:before{
	display:none;
}


/* CONTACT .FALSE
-------------------------------------------------- */
/*contact list*/
.contact main .content .map-pin{
	margin-top: 30px;
}
.contact main .content .map-pin a{
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	color: #000;
}
.contact main .content .map-pin a:hover{
	color: #ef0909;
}
/*contact form*/
.contact .contact-form p{
	margin-bottom:0;
	font-family: 'DM Sans', sans-serif;
	font-size: 17px;
	line-height: 1.53;
	text-align: left;
	color: #0d1a26;
}
.contact .contact-form form{
	margin-top: 25px;
}


/* CART .FALSE
-------------------------------------------------- */
.quantity input{
	text-align:center;
}
.cart-products:after{
	content:"";
	display:inline-block;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.cart-products:last-child{
	margin-bottom:0 !important;
} 
.cart-products:last-child:after{
	display:none;
}  
.cart-products .right{
	width:100px;
	min-width:100px;
}
/*credit card modal*/
#creditCardModal .spinner-wrap{
	position:relative;
}
#creditCardModal .spinner-wrap .spinner-center{
	position: absolute;
    top: 34px;
	width:100%;
    text-align:center;
}
#creditCardModal .modal-body{
	min-height:100px;
}


/* CATEGORY+SEARCH .FALSE
-------------------------------------------------- */
.category h1,
.products.search h1{
	margin: 0 0 29px 0;
	font-family: 'DM Sans', sans-serif;
	font-size: 55px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: -1.82px;
	text-align: left;
	color: #000;
}
.category .filter,
.products.search .filter{
	margin-top:22px;
}
.category .filter .form-group,
.products.search .filter .form-group{
	float:right;
	margin:0;
	padding:0 0 0 24px;
}
.category .filter select.form-control,
.products.search .filter select.form-control{
	margin:0;
	padding: 0 20px 0 0;
	min-width: auto;
	height:auto;
	font-size: 15px;
	line-height: 1.47;
	border:none;
	background-position: right 0 top 50%, 0 0;
}


/* MODAL .OK
-------------------------------------------------- */
.modal-backdrop.show {
    opacity: .8;
}
.modal .close{
	background:none;
}
/*modal as left/right sidebar .OK */
.modal.left .modal-dialog,
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	max-width: inherit;
	width: 400px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body,
.modal.right .modal-body {
	padding-left:30px;
	padding-right:30px;
}
/*Left*/
.modal.left.fade .modal-dialog{
	left: -400px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
			transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.show .modal-dialog{
	left: 0;
}  
/*Right*/
.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
/*model center wrap*/
.modal.sidebar .modal-body .wrap{
	width:100%;
}
/*model sidebar style*/
.modal.sidebar .modal-content{
	border-radius: 0;
	border: none;
	background-image: linear-gradient(to top, #fff, #f7f8f9);
}
.modal.sidebar button.close{
	z-index:9999;
	position:fixed;
	top:26px;
	right:26px;
	background:none;
	float:inherit;
	font-size:inherit;
}
/*modal language+currency*/
.modal.sidebar h5{
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: left;
	color: #000000;
}
.modal.sidebar .language,
.modal.sidebar .currency{
	margin:50px 20px 0 20px;
}
.modal.sidebar .language h5,
.modal.sidebar .currency h5{
	font-size: 22px;
	font-weight: normal;
	line-height: 1.23;
	letter-spacing: -0.52px;
}
.modal.sidebar .language ul,
.modal.sidebar .currency ul{
	padding-left:0;
	margin-top:22px;
	margin-bottom:0;
}
.modal.sidebar .language ul > li,
.modal.sidebar .currency ul > li{
	margin-top:15px;
}
.modal.sidebar .language ul > li:first-child,
.modal.sidebar .currency ul > li:first-child{
	margin-bottom:0;
}
.modal.sidebar .language ul > li a,
.modal.sidebar .currency ul > li a{
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: -0.28px;
	text-align: left;
	color: #b4b4b4;
}
.modal.sidebar .language ul > li a.active,
.modal.sidebar .language ul > li a:hover,
.modal.sidebar .currency ul > li a.active,
.modal.sidebar .currency ul > li a:hover{
	color: #000000;
}
.modal.sidebar .language ul > li a img,
.modal.sidebar .currency ul > li a figure{
	opacity:0.4;
}
.modal.sidebar .currency ul > li a figure{
	display:inline-block;
	margin:0;
	width: 48px;
	height: 48px;
	border: solid 1px #000000;
	background-color: #ffffff;
	text-align:center;
	line-height:48px;
	border-radius:48px;
}
.modal.sidebar .language ul > li a.active img,
.modal.sidebar .language ul > li a:hover img,
.modal.sidebar .currency ul > li a.active figure,
.modal.sidebar .currency ul > li a:hover figure{
	opacity:1;
}
.modal.sidebar .language ul > li a span,
.modal.sidebar .currency ul > li a span{
	margin-left:16px;
}
/*login modal*/
#loginModal .modal-body h5{
	font-family: 'DM Sans', sans-serif;
	font-size: 22px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.44px;
	text-align: center;
	color: #000000;
}
#loginModal .modal-body p{
	max-width: 240px;
	margin: 0 auto 28px auto;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}
#loginModal .modal-body .btn{
	width:100%;
}
#loginModal .modal-body .login-wrap h5{
	margin: 50px auto 21px auto;
	max-width: 240px;
}
#loginModal .modal-body .register-wrap{
	margin-bottom: 20px;
}
#loginModal .modal-body .register-wrap h5{
	margin: 70px auto 19px auto;
}
/*menu modal*/
#menuModal .modal-body{
	position:relative;
	background: #f7f8f9 url(../images/menu-modal-bg.png) right top no-repeat;
	height:100%;
	min-height: 540px;
} 
#menuModal .modal-body .logo{
	margin-top:6px;
}
#menuModal .modal-body .navbar-modal ul{
	padding-left:0;
	margin-top:100px;
}
#menuModal .modal-body .navbar-modal ul li{
	padding-top: 24px;
	padding-bottom:24px;
	border-bottom: 1px solid #dedede;
}
#menuModal .modal-body .navbar-modal ul li:last-child{
	border-bottom: none;
}
#menuModal .modal-body .navbar-modal ul li a{
	font-family: 'DM Sans', sans-serif;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	text-align: left;
	color: #302f2f;
}
#menuModal .modal-body .navbar-modal ul li a:hover{
	color: #ef0909;
}
#menuModal .modal-body .social{
	position:absolute;
	bottom:30px;
	left:30px;
}
#menuModal .modal-body .social ul{
	padding-left:0;
	margin-bottom:0;
}
#menuModal .modal-body .social ul li{
	float:left;
	margin-left: 14px;
}
#menuModal .modal-body .social ul li:first-child{
	margin-left: 0;
}
#menuModal .modal-body .social ul li a{
	display:inline-block;
	width: 54px;
	height: 54px;
	padding: 14px;
	border-radius: 6px;
	border: solid 1px #302f2f;
	background-color: #fff;
}
#menuModal .modal-body .social ul li a svg{
	width:100%;
}
#menuModal .modal-body .social ul li a:hover{
	border: solid 1px #ef0909;
}
#menuModal .modal-body .social ul li a:hover svg path{
	fill:#ef0909;
}

#menuModal .modal-dialog{
	background: url('../images/menu-modal-bg.png') top right no-repeat !important;
}


/*CONFIRMATION .FALSE*/
.confirmation main .content .text{
	text-align:center;
	margin-top:40px;
	margin-bottom:30px;
}
.confirmation main .content .text h3{
	font-family: 'DM Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #ed1d24;
}
.confirmation main .content .text p{
	margin-bottom:40px;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.66px;
	text-align: center;
	color: #000000;
}
.confirmation main .content .text .order-code h4{
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: center;
	color: #000000;
}
.confirmation main .content .text .order-code .text-success{
	margin-bottom:40px;
	padding: 10px 35px !important;
	border: solid 1px #e2e2e2 !important;
	background-color: #fafafa !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.28px;
	text-align: center;
	color: #000 !important;
}


/*CART .OK*/
.cart h5{
	margin-bottom:0;
	font-family: 'DM Sans', sans-serif;
	font-size: 28px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: -0.62px;
	text-align: left;
	color: #ed1d24;
}
.cart .cart-products h5{
	font-size: 30px;
	line-height: 1.23;
	letter-spacing: -0.99px;
	color: #000;
}
/*basket empty*/
.cart .basket-empty figure{
	display:block;
	margin:22px auto;
	width: 100px;
	height: 100px;
	border-radius:100px;
	padding: 31.1px 33.2px 30.2px 28.1px;
	border: solid 1px #e2e2e2;
	background-color: #ffffff;
}
.cart .basket-empty p{
	margin-bottom:30px !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.66px;
	text-align: center;
	color: #000000;
}
/*products*/
.cart .cart-products-wrap{
	margin-bottom:80px;
}
.cart .cart-products-wrap .list-group-flush>.list-group-item:last-child,
.cart .cart-address .list-group-flush>.list-group-item:last-child  {
    border-bottom-width: 1px !important;
}
.cart .products-title{
	display:block;
	margin-bottom:14px;
	font-family: 'DM Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: -0.34px;
	text-align: left;
	color: #000000;
}
.cart .products-attribute,
.cart .products-personalized{
	display:block;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #ef0909;
}
.cart .products-sku{
	display:block;
	margin-top:14px;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #b4b4b4;
}
/*cart -> quantity*/
.cart .quantity{
	display:inline-block;
}
.cart .quantity .btn{
	padding:0;
	min-width: 50px;
	height: 50px;
	font-size:18px;
	font-family: 'DM Sans', sans-serif;
	border: solid 1px #dedede;
	background-color: #f7f8f9;
	color: #302f2f;
	border-radius: 6px;
}
.cart .quantity .btn:hover {
    background: #ef0909;
    color: #fff;
    border: solid 1px #ef0909;
}
.cart .quantity .bootstrap-touchspin-down {
	border-top-right-radius: 0; /*bug fix*/
    border-bottom-right-radius: 0; /*bug fix*/
}
.cart .quantity .bootstrap-touchspin-up {
    border-top-left-radius: 0; /*bug fix*/
    border-bottom-left-radius: 0; /*bug fix*/
}
.cart .quantity .form-control {
	height: 50px;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.22;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
/*cart -> cart-remove*/
.cart .cart-remove{
	position:absolute;
	margin-top:15px;
	margin-left:12px;
}
/*order types*/
.cart-order-types,
.cart-address .shipping-address,
.cart-address .billing-address,
.cart-payment-methods{
	margin-bottom:65px;
}
/*address*/
.cart-address .btn-cart-address{
	margin-left:30px;
	padding: 9px 19px 8px 19px;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	background:none;
	white-space:nowrap;
}
.cart-address .btn-cart-address svg{
	margin-right:6px;
}
.cart-address .btn-cart-address:hover,
.cart-address .btn-cart-address:active{
	color: #fc2d39 !important;
}
.cart-address .edit-remove-bar{
	margin-top:10px;
}
.cart-address .edit-remove-bar a{
	margin-left:24px !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.cart-address .edit-remove-bar a:hover{
	color: #ed1d24;
}
.cart-address .edit-remove-bar a svg{
	display:none;
}
/*billing address*/
.cart-address .billing-address .same-delivery-address{
	margin-top:25px;
}
.cart-address .list-group-item {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*payment methods*/
.cart-payment-methods .credit-card{
	margin-top:30px;
}
.cart-payment-methods .credit-card .credit-card-bank .form-group{
	margin-bottom:15px;
}
.cart-payment-methods .credit-card .credit-card-bank .credit-card-image{
	display:none;
}
.cart-payment-methods .credit-card .credit-card-bank .installment-header [class*=col-]{
	font-weight:600;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment-values{
	text-align:center;
}
.cart-payment-methods .credit-card .credit-card-bank .card-installment label{
	margin-bottom:0;
}
/*bank account*/
.cart-payment-methods .bank-account{
	margin-top:30px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .custom-control{
  margin-bottom:30px;
  margin-right: 13px;
}
.cart-payment-methods .bank-account .accordion .accordion-header .custom-control:last-child{
  margin-right: 0;
}
.cart-payment-methods .bank-account .accordion .accordion-header .custom-control img{
  border: solid 1px #d8dbd4;
}
.cart-payment-methods .bank-account .accordion .accordion-header .custom-control-label::before,
.cart-payment-methods .bank-account .accordion .accordion-header .custom-control-label::after {
  top: 50%;
  transform:translateY(-50%);
}
.cart-payment-methods .bank-account .accordion .collapse-content{
	margin-bottom:30px;
	opacity: 0.4;
	font-family: Gotham;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.46;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.cart-payment-methods .bank-account .accordion .collapse-content b {
	font-weight: normal;
}
.cart-payment-methods .bank-account textarea.form-control {
    margin-top: 0 !important;
}
/*order notes*/
.cart-order-notes h5{
	margin-bottom:20px;
}
.cart-order-notes{
	margin-bottom:28px;
}
.cart-order-notes #orderNotes{
}
/*policy*/
.cart .policy{
	margin-bottom:60px;
}
/*submit*/
.cart input[type="submit"]{
	width:100%;
}
/*prices info*/
.cart-prices-info{
	margin-bottom:30px;
	padding:1rem;
	border: solid 1px #e2e2e2;
	background-color: #fafafa;
	border-radius: 12px;
}
.cart-prices-info .list-group-item{
	background:none;
	border-color:#e2e2e2 !important;
}
.cart-prices-info h5 {
    border-bottom: 1px solid #E2E2E1 !important;
    padding-bottom: 15px;
    margin-bottom: 0 !important;
}
.cart-prices-info a:hover{
	color: #ef0909 !important;
}
.cart-prices-info a:hover svg path{
	fill: #ef0909 !important;
}
.cart-prices-info a.coupon-remove-button svg{
	display:inline-block;
	margin-top:-3px;
}
.cart-prices-info .cart-grand-total{
	margin-top:1rem;
}
/*points*/
.points-grand-total{
	color:#b4b4b4;
	font-weight:bold;
}
/*coupon code*/
.cart-coupon-code{
	margin: 0 -17px -17px;
	padding: 17px;
	background: #000;
	border-radius: 0 0 12px 12px;	
}
.cart-coupon-code hr{
	display:none;
}
.cart-coupon-code a{
	color: #fff !important;
}
.cart-coupon-code a:hover{
	color: #ef0909 !important;
}
.cart-coupon-code [name=couponCode]{
	margin:20px 0 15px 0;
	border:none;
}
.cart-coupon-code .coupon-add-button{
	width:100%;
	margin-bottom:5px;
	border: 1px solid #ef0909;
}
.cart-coupon-code .coupon-add-button:hover{
	border: 1px solid #fff;
}


/* COUPONS .FALSE
-------------------------------------------------- */
.members.coupons .record-list .item {
	margin-bottom:30px;
}
.members.coupons .record-list .item .card {
    border: 1px solid #dedede;
    border-radius: 0;
}
.members.coupons .record-list .item .card .card-left{
	border-right:1px dashed #dedede;
}
.members.coupons .record-list .item.active .card,
.members.coupons .record-list .item.active .card .card-left {
    border-color: #ef0909 !important;
}
.members.coupons .record-list .card .card-left .discount{
	/*
	height: 68px;
    overflow: hidden;
	*/
    font-family: 'DM Sans', sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #ed1d24;
	margin-bottom:16px;
}
.members.coupons .record-list .card .card-left .discount small{
	display:block;
	font-size:60%;
}
.members.coupons .record-list .btn{
	width:100%;
	min-width:inherit !important;
}
.members.coupons .record-list .card .card-right h5.card-title {
	margin-bottom: 15px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.members.coupons .record-list .card .card-right .card-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.members.coupons .record-list .card .card-right .card-text small:after{
	content:"";
	display:block;
	width:100%;
}


/* PRICE INDEX .OK
-------------------------------------------------- */
.price-index .wrapper {
    margin-top: 20px;
    margin-bottom: 90px;
}
.price-index .records h2{
	margin-top:50px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal;
	font-size:26px;
	text-align:center;
}
.price-index .records .price-wrapper .name{
	float:left;
	width:32%;
	border:1px solid #e2e2e2;
	margin:2px 0 2px 4px;
	padding:8px;
	font-family: 'DM Sans', sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}
.price-index .records .price-wrapper .price{
	float:left;
	width:65%; 
	border:1px solid #e2e2e2; 
	margin:2px 0 2px 4px; 
	padding:8px;
	font-family: 'DM Sans', sans-serif;
	font-size:20px;
	font-weight:normal;
	text-align:left;
}
.price-index .vat span{
	display:inline-block;
	width: 99.3%;
    height: 48px;
    padding: 12px;
	margin:30px 4px 0 4px;
    font-family: 'DM Sans', sans-serif;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #fff !important;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
}


/* DEALERS .OK
-------------------------------------------------- */
.dealers h5.sub-title {
    margin-bottom: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: -0.62px;
    text-align: left;
    color: #ed1d24;
}
.dealers [name=payment_form]{
    margin-top: 60px;
}
.dealers [name=payment_form] [name=paymentTotal]{
    font-size: 15px;
}
.dealers .credit-card-installment{
	margin-bottom:0;
}
.dealers .credit-card-installment li{
	margin-bottom: 20px;
}
.dealers .credit-card-image{
	display:none;
}
.dealers .installment-header{
	font-weight:bold;
}


/* CATALOG .OK
-------------------------------------------------- */
.catalog .content .file-list .record{
    display: block;
    position: relative;
    margin-bottom: 30px;
	min-height: 255px;
	background-color: #efefef;
	border:none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.catalog .content .file-list .record h5{
	padding:28px 18px;
	width: 200px;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3;
	color: #0d1a26;
}
.catalog .content .file-list .record .pdf-icon{
	position:absolute;
	right:16px;
	bottom:16px;
	width:41px;
	height:55px;
	background-color: #ed1d24;
	mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
	-webkit-mask: url(../images/svg/pdf-icon.svg) no-repeat center / contain;
}
.catalog .content .file-list .record:hover .pdf-icon{
	background-color: #fff;
}
.catalog .content .file-list .record:hover{
	background-color: #ef0909;
}
.catalog .content .file-list .record:hover h5{
	color: #fff;
}


/* NEWS .OK
-------------------------------------------------- */
.news .second-banner{
    margin-bottom: 50px;
}
.news main .content .record{
    display: block;
    position: relative;
    margin-bottom: 100px;
	text-align:left;
}
.news main .content .record figure{
	margin:0;
}
.news main .content .record .title{
	margin-top:25px;
	height: 1.2em;
	overflow:hidden;
	font-family: 'DM Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.23;
	text-align: left;
	color: #0d1a26;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news main .content .record p{
	margin: 20px 0 30px 0;
	height: 74px;
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.news main .content .record .readmore{
	position: relative;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.5px;
	text-align: left;
	color: #000;
}
.news main .content .record .readmore::before{
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -8px;
	left: 0;
	background-color: #000;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.news main .content .record:hover span:before{
	visibility: visible;
	width: 100%;
}


/*TABLIST (scroll) .OK*/
.nav-scroll {
    z-index: 2;
    position: relative;
    height: 24px;
	margin-bottom:20px;
    overflow-y: hidden;
}
.nav-scroll .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: 0;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.nav-scroll .nav-item{
	min-height:24px;
}
.nav-scroll .nav-item .nav-link{
	padding:0;
	margin-right:24px;
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.23;
	letter-spacing: -0.43px;
	text-align: left;
	color: #000;
	opacity: 0.4;
}
.nav-scroll .nav-item:last-child .nav-link{
	margin-right:0;
}
.nav-scroll .nav-item .nav-link.active{
	color: #000000;
	opacity: 1;
	position:relative;
}
.nav-scroll .nav-item .nav-link.active:after{
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
}


/* PAGINATION .ok
-------------------------------------------------- */
.pagination {
	margin-top:30px;
}
.page-link {
	padding: 12px 16px;
	background-color: #fff;
	border: 1px solid #e2e2e2;
	font-family: 'DM Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.page-link:hover {
	color: #000;
	background-color: #e9ecef;
	border-color: #e2e2e2;
}
.page-item.active .page-link {
	color: #000;
	background-color: #e9ecef;
	border-color: #e2e2e2;
}


/* WP .FALSE
-------------------------------------------------- */
/*wp btn*/
.wp-btn {
    display: block;
    z-index: 200;
    position:fixed;
	right:20px;
	bottom:20px;
    cursor: po'DM Sans', sans-serif;
    overflow: hidden;
    border: 0px;
}
.popover{
	z-index:999 !important;
}
.wp-popover{
	position:fixed !important;
}



/* TOP SLOGAN .OK
-------------------------------------------------- */
.top-slogan{
	background:#c80120;
	padding:13px 0;
}
.top-slogan span{
	padding-left: 15px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.top-slogan svg path{
	fill:#fff;
}
.top-slogan .slogan-1 svg{
	max-height:44px;
}
.top-slogan .slogan-2 svg{
	max-height:42px;
}
.top-slogan .slogan-3 svg{
	max-height:46px;
}
.top-slogan .slogan-4 svg{
	max-height:42px;
}



/* INFO BOX .OK
-------------------------------------------------- */
body.info-box-open {
	/*padding-top: 38px;*/
}
body.info-box-open header .info-box{
	display:flex !important;
}
body header .info-box{
	display:none !important;
	z-index:1031;
	/*
	position:fixed;
	left:0;
	top:0;
	*/
	width:100%;
	height:38px;
	background:#f8f8f8;
	border-bottom:1px solid #e2e2e2;
	
}
body.info-box-open header .info-box .close{
	position:absolute;
	right:15px;
	margin-top:2px;
}
body.info-box-open header .info-box span{
	font-family: 'DM Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 36px;
	letter-spacing: -0.26px;
	color: #000;
}
body.info-box-open header .info-box.blink span{
	animation: blinker 1s linear infinite;
}
@keyframes blinker {
	33%{opacity: 1;}
	66%{opacity: .75;}
	99%{opacity: 1;}
}
body.info-box-open header nav.navbar-custom{
	/*margin-top:38px;*/
}



/* CAMPAING MODAL .OK
-------------------------------------------------- */
#campaignModal .modal-dialog {
    max-width: 720px;
}
#campaignModal .modal-content {
	border:none;
	border-radius:0;
}
#campaignModal .modal-body {
	padding:0;
}
#campaignModal .close {
	position:absolute;
	top:10px;
	right:15px;
}
#campaignModal .close svg{
	width:16px;
}
#campaignModal .modal-body .right {
	padding: 36px;
}
#campaignModal .modal-body .left {
}
#campaignModal .modal-body .text h4 {
	margin-bottom:15px;
	font-family: 'DM Sans', sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #ef0909;
}
#campaignModal .modal-body .text hr {
	border: none;
	height: 1px;
	width: 100%;
	margin-bottom:20px;
	background: #ef0909;
}
#campaignModal .modal-body .text p {
	margin-bottom:0;
	font-family: 'DM Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}


/* COKIEE .OK
-------------------------------------------------- */
.cokiee-alert{
	z-index:199;
	position:fixed;
	padding: 18px 0;
	bottom:0;
	left:0;
	right:0;
	font-family: 'DM Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: normal;
	color: #ffffff;
	background-color: #000;
	opacity:0.8;
}
.cokiee-alert a{
	color: #ffffff;
}
.cokiee-alert a:not(.btn):hover{
	text-decoration:underline;
}
.cokiee-alert .close-btn{
	display: block;
	margin: 0 auto;
	height: 38px;
	min-width: auto;
	max-width: 150px;
	line-height: 38px;
	font-size: 13px;
}
.cokiee-alert .close-btn:hover{
	color: #000;
}


/* ALERTS .OK
-------------------------------------------------- */
#Msgbox,
#Msgbox a{
	font-size:14px;
	line-height:1.33;
	text-align:left;
}
#Msgbox .btn-close{
	text-indent:-10000px;
}


/* POINTS .OK
-------------------------------------------------- */
.points .currency-symbol{
	min-width:60px;
	text-align:center;
	-ms-flex-pack: center;
	justify-content: center;
} 
.points .create-coupon{
	min-width:140px !important;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.points .colored-1-text{
	color: #ed1d24;
}
/*points modal*/
.points #pointsCuponModal .info-text{
	margin-top:22px;
	margin-bottom:22px;
	font-family: Proxima Nova;
	font-size: 18px;
	line-height: 1.23;
	color: #000000;
}
.points #pointsCuponModal .gift-coupon{
	font-family: Proxima Nova;
	font-size: 24px;
	line-height: 1.23;
	color: #000000;
}
/*points toast*/
.points .coupon-toast{
	z-index:9999;
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0.9;
}



/*RESPONSIVE*/
/* Medium devices(md) (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	/*body .OK*/
	body {
		padding-top:78px;
	}
	body.opened {
		overflow-y:hidden;
	}
	body.info-box-open {
		/*padding-top: 116px;*/
	}
	/*header .OK*/
	header{
		z-index:1030;
		position:fixed;
		top:0;
		left:0;
		right:0;
	}
	header.sticky-top{
		-webkit-box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
		-moz-box-shadow: 0px 0px 16px -5px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 16px -5px rgb(0 0 0 / 75%);
	}
	/*header-top .OK*/
	header .header-top{
		min-height: 78px;
		border-top:none;
		border-bottom:1px solid #dedede;
	}
	header.sticky-top .header-top{
		min-height:64px;
	}
	header,
	header .header-top,
	header.sticky-top .navbar-brand svg {
		transition: all 0.7s;
	}
	/*header-top*/
	header .btn-svg .btn-text{
		display:none;
	}
	/*navbar .FALSE*/
	/*navbar-toggler .OK*/
	header .navbar-toggler {
		display:block !important;
	}
	/*navbar-custom .OK*/
	header .navbar-custom {
		padding-left:0;
		padding-right:0;
		min-height:inherit !important;
		border:none;
	}
	body.opened header .navbar-custom {
		max-height:inherit !important;
		background:#fff !important;
		-webkit-box-shadow:none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	/*logo .OK*/
	header.sticky-top .navbar-brand{
		padding:0;
	}
	/*navbar-brand .OK*/
	header .navbar-brand img{
		width: 143px;
	}
	header.sticky-top .navbar-brand img{
		width: 126px;
	}
	/*navbar-collapse .OK*/
	header .navbar-custom .navbar-collapse{
		overflow-x:auto;
		width: 100%;
		margin-right: -15px;
		margin-left: -15px;
	}
	/*navbar-nav .FALSE*/
	header .navbar-custom .navbar-nav{
		margin-top: 0;
		margin-bottom: 30px;
	}
	header .navbar-custom .navbar-nav > .nav-item {
		border-top:none;
		border-bottom:1px solid #e2e2e2;
		padding-left:0;
		padding-right:0;
		margin-right: 0;
		margin-left:0;
		position:relative;
	}
	header .navbar-custom .navbar-nav > .nav-item:first-child {
		margin-left: 0;
	}
	header .navbar-custom .navbar-nav > .nav-item > .nav-link{
		display:block;
		padding: 20px 12px;
		font-family: 'DM Sans', sans-serif;
		font-size: 20px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: #000;
	}
	header .navbar-custom .navbar-nav .dropdown-menu {
		display:none;
    	background-color: none;
		padding: 0 0 22px 0;
		width: 100%;
		border-top: none;
		border-bottom: none;
		box-shadow: none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu.show {
		display:block;
	}
	header .navbar-custom .navbar-nav .dropdown-menu::before{
		display:none;
	}
	header .navbar-custom .navbar-nav .dropdown-menu li {
		float:none;
		margin:0;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link {
		margin-bottom:0;
		padding: 13px 0 !important;
		font-family: 'DM Sans', sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: left;
		color: #727272;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .nav-link:hover {
		color: #000;
	}
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown):hover > .nav-link::before,
	header .navbar-custom .navbar-nav > .nav-item:not(.dropdown).active > .nav-link::before{
		display:none !important;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link::before{
		position:absolute;
		top:26px !important;
		right:20px !important;
		left:inherit !important;
		width: 14px !important;
		height: 14px !important;
		margin:0;
		padding:0;
		vertical-align:inherit;
		content: "";
		border: none !important;
		background-color: #000;
		-webkit-mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
		mask: url(../images/svg/navbar-down.svg) no-repeat 50% 50%;
	}
	header .navbar-custom .navbar-nav > .nav-item.dropdown > .nav-link.show::before{
		transform: rotate(180deg);
		background-color: #ef0909;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .image-list .nav-link img {
		display:none;
		padding-bottom: 0;
	}
	header .navbar-custom .navbar-nav .dropdown-menu .multi-col .link-wrap ul li {
		float:none;
		width: 100%;
		padding-right: 0;
	}
	/*header icons .OK*/
	header .btn-svg{
		margin-left:20px;
	}
	/*navbar-custom btn-svg .FALSE*/
	header .navbar-custom .btn-svg{
		float: left;
		width: 50%;
		margin-bottom: 30px;
		margin-left: 0;
		text-align: left;
		font-size: 16px;
	}
	header .navbar-custom .btn-svg svg{
		margin-left:15px;
		width:30px;
		height:24px;
	}
	header .navbar-custom .btn-svg span{
		padding-left:7px;
	}
	/*language*/
	header .btn-svg.language-button{
		display:inline-block;
		float:none;
		width:100%;
		margin-top: 0;
		margin-bottom:30px;
		text-align: left;
		font-size:16px;
  		color: #000;
	}
	header .btn-svg.language-button div{
		-ms-flex-align: center!important;
		align-items: center!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	header .btn-svg.language-button img{
		margin-left:15px;
	}
	header .btn-svg.language-button span{
		padding-left:7px;
	}
	header .btn-svg.language-button i{
		padding-left:10px;
		color: #b4b4b4;
	}
	/*FOOTER .OK*/
	footer {
		padding-top: 54px;
	}
	footer .black-container {
		padding-top: 20px;
		padding-bottom: 42px;
	}
	footer .block-2,
	footer .block-3,
	footer .block-4 {
		margin-top: 50px;
	}
	/*footer-bottom .OK*/
	.footer-bottom {
		margin-top: 0px;
	}
	/*footer social .OK*/
	footer .social ul {
		margin-bottom: 20px;
	}
	/*wp btn .OK*/
	.wp-btn {
		opacity:0.8;
	}
	.wp-btn:hover{
		opacity:1;
	}
	/*PRODUCTS DETAIL .FALSE*/
	.products .information h1 {
		margin-top: 30px;
	}
	.products .large-img .zoom-mobile-button {
		right: 20px;
		bottom: 20px;
		top:inherit;
		width: 27px;
    	height: 27px;
	}
	.products .thumbnails{
		margin: 15px 0 0 0;
	}
	.products .thumbnails li{
		float:left;
		margin-left:15px;
	}
	.products .thumbnails li:first-child{
		margin-left:0;
	}
	.products .thumbnails li a{
		max-width: 56px;
	}
	.products-cart-form{
		margin-top:30px;
	}
	.product-slogan div:nth-child(even) {
		padding-left:15px;
	}
	.product-slogan div:nth-child(odd) {
		padding-right:15px;
	}
	.products .product-social {
		float: none;
	}
	.products.detail main .content .related-products h3 {
		margin-top: 64px;
		margin-bottom: 41px;
		font-size: 32px;
	}
	.products.detail main .content .product-tabs {
		border-bottom: none !important;
	}
	.products.detail main .content .product-tabs .nav-item{
		display:block;
		width:100%;
	}
	.products.detail main .content .product-tabs .nav-item .nav-link{
		margin:0 0 18px 0;
		display:inline-block;
	}
	.products.detail main .content .tab-content>.tab-pane {
		padding: 0 !important;
	}
	/*PRODUCTS CATEGORY .OK*/
	.category h1,
	.products.search h1{
		font-size:32px;
	}
	.category .filter,
	.products.search .filter {
		margin: 10px 0;
	}
	/*CART .FALSE*/
	/*products*/
	.cart .cart-products-wrap {
		margin-bottom: 25px;
	}
	.cart .products-sku{
	}
	/*cart -> quantity*/
	.cart .quantity .btn {
		width: 20px;
	}
	.cart .quantity .form-control {
		max-width: 45px;
		padding: 0 10px;
	}
	.cart .cart-remove{
		padding-left:10px;
	}
	/*prices info*/
	.cart-prices-info{
		margin-bottom: 25px;
	}
	/*cart register guest .OK*/
	.cart .register-form-guest button{
		min-width: 160px;
	}
	.cart .register-form-guest .guest-login-wrap{
		text-align:right;
	}
	.cart .register-form-guest .guest-login-wrap a{
		white-space:nowrap;
		display:block;
	}
	/*header-search .OK*/
	.header-search {
		display: inline-block;
		margin-right: 0;
	}
	.header-search form.custom .search-input {
		width: 100%;
		height: 64px;
		padding-left: 46px;
		padding-right: 46px;
		font-family: 'DM Sans', sans-serif;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.21;
		letter-spacing: normal;
		text-align: left;
		color: #b5b5b5;
		border-radius: 0;
		border: none;
		border-bottom: solid 1px #e2e2e2;
		background-color: #f8f8f8;
	}
	.header-search form.custom input[type=submit] {
		right: 15px;
	}
	.header-search form.custom .search-input::-webkit-input-placeholder {
	  color: #b5b5b5;
	}
	.header-search form.custom .search-input::-moz-placeholder {
	  color: #b5b5b5;
	}
	.header-search form.custom .search-input:-ms-input-placeholder {
	  color: #b5b5b5;
	}
	.header-search form.custom .search-input::-ms-input-placeholder {
	  color: #b5b5b5;
	}
	.header-search form.custom .search-input::placeholder {
	  color: #b5b5b5;
	}
	/* POINTS .OK
	-------------------------------------------------- */
	.points .create-coupon-info{
		margin-bottom:10px;
	}
}
/* Small devices(sm) devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	/* general text FALSE*/
	main .content .text{
		line-height: 1.53;
	}
	main .content .text h1, 
	main .content .text h2, 
	main .content .text h3, 
	main .content .text h3, 
	main .content .text h5{
		line-height: 1.3;
		letter-spacing: -0.24px;
	}
	main .content .text h2,
	.references main .content .text.references-text h2,
	.partners main .content .text.partners-text h2 {
		margin-bottom:32px;
		font-size: 20px;
	}
	main .content .text h3 {
		font-size: 18px;
	}
	main .content .text h4 {
		font-size: 16px;
	}
	main .content .text h5 {
		font-size: 14px;
	}
	main .content .text .carousel.gallery {
		margin-top: 35px;
	}
	main .content .text .exp2 {
		margin-top: 30px;
	}
	/* contact .FALSE */
	.contact .contact-form h2 {
		margin-top:60px;
		font-size: 32px;
	}
	.contact .contact-form p{
		font-size: 15px;
	}
	/*separator .FALSE*/
	hr.separator:before{
		width:55px;
	}
	/*CART*/
	.cart .products-title {
		margin-top:15px;
		margin-bottom: 10px;
	}
	.cart .products-sku {
		margin-top: 10px;
		margin-bottom:15px;
	}
	.cart .quantity .btn {
		width: 35px;
	}
	.cart .cart-remove{
		padding-left:15px;
	}
	.cart .quantity .form-control {
		max-width: 50px;
	}
	/*order types*/
	.cart-payment-methods .custom-control{
		display:block !important;
	}
	/*CATEGORY+SEARCH .OK*/
	.category h1,
	.products.search h1{
		margin: 0 0 15px 0;
	}
	.category .filter .form-group,
	.products.search .filter .form-group {
		float: left;
		margin: 0;
		padding: 0 24px 15px 0;
	}
	/*record-list .OK*/
	.record-list .record {
		margin-bottom: 60px;
	}
	.record-list .record .btn-list {
		opacity: 1 !important;
		height:auto;
		margin-top: 14px;
	}
	/* MEMBERS .FALSE
	-------------------------------------------------- */
	.members main .content .register h2{
		margin-top:45px;
	}
	/*HOME .OK*/
	/*home carousel .OK*/
	#homeCarousel .carousel-control-next,
	#homeCarousel .carousel-control-prev {
		margin-top:-100px;
	}
	#homeCarousel .caption {
		margin-top:110px;
		text-align:center;
	}
	#homeCarousel .caption .col-12 .title {
		margin-bottom:16px;
		max-height: 74px;
		font-size: 30px;
		line-height: 1.23;
		text-align:center;
	}
	#homeCarousel .caption .col-12 .info {
		max-height: 62px;
		font-size: 14px;
		font-weight: bold;
		line-height: 1.57;
		text-align:center;
	}
	#homeCarousel .carousel-indicators {
		display:none;
	}
	/*home content .OK*/
	.home .content h3.title {
		font-size: 28px;
		line-height: 1.23;
	}
	/*main-brand. OK*/
	.main-brand .left h3 {
		margin: 70px 0 10px 0;
	}
	.main-brand .right img {
		margin-top: 0px;
	}
	.main-brand .list {
		margin-top: 80px;
	}
	.main-brand .list .slider {
		margin: 20px 0 60px 0;
	}
	/*main-category. OK*/
	.main-category {
		padding: 50px 0 60px 0;
	}
	.main-category p {
		margin-bottom: 26px;
	}
	/*main-products. OK*/
	.main-products {
		overflow: hidden;
		position: relative;
		margin: 50px 0 60px 0;
	}
	.main-products p{
		margin-bottom: 26px !important;
	}
	.main-products .nav-scroll {
		margin:0 0 40px 0;
	}
	.main-products .record-list .record {
		margin-bottom: 0 !important;
	}
	/*main-slogan. OK*/
	.main-slogan .item {
		margin-bottom: 40px;
    	display: block!important; 
		align-items: baseline!important;
		text-align:center;
	}
	.main-slogan figure {
		margin: 0 auto 16px auto;
	}
	.main-slogan p {
		margin-bottom:0;
		padding-left: 0;
		text-align: center;
	}
	/*main-newsletter. OK*/
	.main-newsletter .newsletter .btn {
		padding: 0 12px;
		font-size: 15px;
	}
	/*footer-bottom .OK*/
	.footer-bottom .copyright {
		margin-right: 0;
		
	}
	.footer-bottom .card-logo{
		margin-bottom:20px;
	}
	footer .card-logo li:first-child {
		padding-left: 0;
		margin-left:-10px;
	}
	/* COUPONS .FALSE
	-------------------------------------------------- */
	.members.coupons .record-list .item .card .card-left{
		border-right:none;
	}
	.members.coupons .record-list .card .card-right {
		margin-top: 22px;
	}
	.members.coupons .record-list .card .card-right > div {
		width:100%;
	}
	.members.coupons .record-list .card .card-right h5.card-title,
	.members.coupons .record-list .card .card-right .card-text {
		text-align: center;
	}
}
/* Extra small(xs) devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	/*wrapper .FALSE*/
	main > .wrapper {
		margin-top: 33px;
		margin-bottom: 58px;
	}
	/*home*/
	/*home->carousel .FALSE*/
	/*carousel gallery .FALSE*/
	.carousel.gallery .carousel-control-next svg,
	.carousel.gallery .carousel-control-prev svg {
		width: 30px;
		height: 30px;
	}
	.carousel.gallery .carousel-control-next {
		right: 10px;
		bottom: 15px;
	}
	.carousel.gallery .carousel-control-prev {
		right: 50px;
		bottom: 15px;
	}
	/*main-brand. OK*/
	.main-brand .left h3 {
		margin: 44px 0 10px 0;
	}
	.main-brand .right img {
		margin-top: 0px;
	}
	.main-brand .list {
		margin-top: 80px;
	}
	.main-brand .list .slider {
		margin: 20px 0 60px 0;
	}
	/* CATEGORY+SEARCH .OK
	-------------------------------------------------- */
	.category .filter .form-group,
	.products.search .filter .form-group{
		width:100%;
		padding-bottom:25px;
		padding-top:0;
		padding-right:15px;
	}
	/* MODAL  .FALSE
	/*modal as left/right sidebar .FALSE */
	.modal.left .modal-body,
	.modal.right .modal-dialog {
		width: 360px;
	}
	/*CONTACT .FALSE*/
	input[name=captcha]{
		width: 140px !important;
	}
	/*pagination .OK*/
	.page-link {
		padding: 10px 10px;
	}
	/* POINTS .OK
	-------------------------------------------------- */
	.points .currency-symbol{
		min-width:40px;
	} 
	.points .create-coupon{
		min-width:96px !important;
	}
	/*points modal*/
	.points #pointsCuponModal .info-text{
		margin-top:22px;
		margin-bottom:22px;
		font-family: Proxima Nova;
		font-size: 18px;
		line-height: 1.23;
		color: #000000;
	}
	.points #pointsCuponModal .gift-coupon{
		font-family: Proxima Nova;
		font-size: 24px;
		line-height: 1.23;
		color: #000000;
	}
	.points #pointsCuponModal .btn.btn-lg{
		min-width: 144px;
	}
	/*points toast*/
	.points .coupon-toast{
		z-index:9999;
		position: fixed;
		bottom: 20px;
		right: 20px;
		opacity: 0.9;
	}
}
/*#new add (less than 376px)*/
@media (max-width: 375.98px) {
	/*logo .OK*/
	.navbar-brand svg{
		width: 161px;
		height: auto;
	}
}
/*#new add only for desktop screens*/
@media all and (min-width: 992px) {
	/*header.dropdown hover auto open .OK*/
	header .dropdown:hover>.dropdown-menu {
		display: block;
	}
	/*hover effect only for desktop screens .OK*/
	.navbar .nav-item .dropdown-menu{
		display:inherit !important;
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s, opacity 0.3s linear;
		left:0; /*full width menu*/
		right:0; /*full width menu*/
	}
	.navbar .nav-item:hover .dropdown-menu{
		opacity:1;
		visibility:visible;
		top:100%;
	}
}
/* Large(lg) devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	/*header .OK*/
	/*header-top*/
	header .btn-svg .btn-text{
		display:none;
	}
	/*header-bottom*/
	header .navbar-custom .navbar-nav .dropdown-menu li {
		margin-left: 25px;
	}
	/*social .OK*/
	footer .social ul li{
		margin-left: 7px;
	}
	footer .social ul li a{
		width: 52px;
		height: 52px;
		padding: 14px;
	}
}

/*Extra large(xl) devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1399.98px) {
}
/*Extra extra large (xxl) devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) and (max-width: 1919.98px) {
} 
/*#new add (full hd, 1920px and up)*/
@media all and (min-width: 1920px) {
	/*container .OK*/
	.container {
		max-width: 1640px;
	} 
}