@charset "utf-8";@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap');body {
  font-family: 'Karla', sans-serif;
  color: #161026;
  font-size: 20px;
  line-height: 32px;
  color: #161026;
}


.smallText {
text-decoration: none;
font-weight: 400;
}

.subtitle1 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

.subtitle2,
h2 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

.subtitle3,
h3 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 32px;
  line-height: 37px;
  margin: 0;
}

.subtitleHeader{
  font-size: 80px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
  display: block;
}

.button{
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  padding: 15px 70px 15px 30px;
  position: relative;
  transition: background 1s ease;
  border-radius: 12px;
  border: 1px solid #57D170;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, #BBECC5 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.buttonGreen,
#content a.buttonGreen {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  padding: 15px 40px 15px 80px;
  position: relative;
  transition: background 1s ease;
  border-radius: 12px;
  border: 1px solid #57D170;
  background-size: 200% 100%;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.buttonUnderline,
#content .buttonUnderline{
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  display: inline-block;
  padding: 0 80px 15px 30px;
  position: relative;
  background: linear-gradient(to right, #BBECC5 50%, #57D170 50%);
  background-size: 200% 7px;
  background-position: right bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-repeat: no-repeat;
}


.name,
.phone,
.email {
  display: inline-block;
  position: relative;
  padding: 0px 0px 0px 30px;
}

.name::before,
.phone::before,
.email::before {
  position: absolute;
  top: 7px;
  left: 0px;
  color: #57D170;
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
}

.phone::before {
content: "\f095";
}

.email::before {
content: "\f0e0";
}

.name::before {
content: "\f007";
}

.moduleTitle{
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.moduleBorder{
  position: relative;
  display: block;
  margin: 0 0 20px;
}

.moduleBorder::before{
  display: block;
  content: '';
  height: 100%;
  width: 4px;
  background: #0D3896;
  position: absolute;
  top: 0;
  left: -50px;
}

@media(max-width:1100px){
  .moduleBorder::before{
    display: none;
  }
}
@font-face {
    font-family: volvo;
    src: url(https://saffiorfik.gl/templates/vox/Volvo/VolvoNovum-Regular.ttf);font-display:swap;}

body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: 'Karla', sans-serif;
  color: #161026;
}

body.menu-open{
  background: #161026;
}

body.menu-open section,
body.menu-open #slideshow,
body.menu-open footer,
body.menu-open #p_headerLeft,
body.menu-open .module.volvo{
  display: none;
}

ul.category-module, ul.category-module li {
list-style: none;
}

#content a,
.module.menuFooter ul li ul li a,
.module.menuCopyright ul li a,
.module.contactText a,
#cookiesck_text a {
  color: #161026;
  text-decoration: none;
  font-weight: 700;
  display: inline;
  position: relative;
  background: linear-gradient(to right, #BBECC5 50%, #57D170 50%);
  background-size: 200% 2px;
  background-position: right bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-repeat: no-repeat;
  text-decoration: none;
  padding-bottom: 3px;
}

#cookiesck_text a{
  color: #FFF;
}

#content a:hover,
.module.menuFooter ul li ul li a:hover,
.module.menuCopyright ul li a:hover,
.module.contactText a:hover,
#cookiesck_text a:hover {
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media(max-width:800px){
  #content a:hover,
  .module.menuFooter ul li ul li a:hover,
  .module.menuCopyright ul li a:hover,
  .module.contactText a:hover,
  #cookiesck_text a:hover{
    background-position: right bottom;
  }
}

#content .item-page.products .pageBottom ul li a,
#content .blog.products .items-row .item a.link,
#content .blog .item .item-image a,
#content .blog .item h2 a{
  background: none;
  display: block;
}

section, main, footer#footer {
padding: 50px 0px;
}

#content ul,
.module.team .newsflash .item ul{
  margin: 10px 0 0;
  padding: 0 0 0 40px;
  list-style-type: none;
}

#content .item-page.products ul{
  margin: 0;
  padding: 0;
}

#content ul li,
.module.team .newsflash .item ul li {
  position: relative;
  margin: 0 0 20px;
}

#content .item-page.products ul li{
  margin: 0;
}

#content ul li::before,
.module.team .newsflash .item ul li::before {
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #57D170;
  position: absolute;
  top: 11px;
  left: -40px;
}

#content .pagination ul li::before,
#content .item-page ul.nav li::before,
#content .item-page.stock .slider ul.slick-dots li::before{
  display: none;
}

/***** size start *****/

/* 18 */
.module.team .newsflash .item,
.blog.jobs .items-row .item{
  font-size: 18px;
  line-height: 32px;
}

@media(max-width:1600px){
  .module.team .newsflash .item,
  .blog.jobs .items-row .item{
    font-size: 1.125vw;
    line-height: 2vw;
  }
}

@media(max-width:1420px){
  .module.team .newsflash .item,
  .blog.jobs .items-row .item{
    font-size: 16px;
    line-height: 30px;
  }
}


/* 20 */
body,
div#cookiesck,
.cookiesck-main .cookiesck-main-desc{
  font-size: 20px;
  line-height: 32px;
}

@media(max-width:1600px){
  body,
  div#cookiesck,
  .cookiesck-main .cookiesck-main-desc{
    font-size: 1.25vw;
    line-height: 2vw;
  }
}

@media(max-width:1440px){
  body,
  div#cookiesck,
  .cookiesck-main .cookiesck-main-desc{
    font-size: 18px;
    line-height: 30px;
  }
}


/* 24 */
.home .module h2,
#content .blog.products .items-row .item h2{
  font-size: 24px;
  line-height: 28px;
}

@media(max-width:1600px){
  .home .module h2,
  #content .blog.products .items-row .item h2{
    font-size: 1.5vw;
    line-height: 1.75vw;
  }
}

@media(max-width:1200px){
  .home .module h2,
  #content .blog.products .items-row .item h2{
    font-size: 18px;
    line-height: 22px;
  }
}


/* 32 */
#content h3,
#content .blog .item h2,
.module.team h4 {
  font-size: 32px;
  line-height: 37px;
}

@media(max-width:1600px){
  #content h3,
  #content .blog .item h2,
  .module.team h4{
    font-size: 2vw;
    line-height: 2.312vw;
  }
}

@media(max-width:1100px){
  #content h3,
  #content .blog .item h2,
  .module.team h4{
    font-size: 22px;
    line-height: 26px;
  }
}


/* 40 */
#content h2,
#content .item-page.products .pageBottom ul li h2 {
  font-size: 40px;
  line-height: 50px;
}

@media(max-width:1600px){
  #content h2,
  #content .item-page.products .pageBottom ul li h2 {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
}

@media(max-width:1500px){
  #content h2,
  #content .item-page.products .pageBottom ul li h2 {
    font-size: 30px;
    line-height: 40px;
  }
}


/* 60 */
.home .module h3,
#content h1,
.module .subtitleHeader {
  font-size: 60px;
  line-height: 70px;
}

@media(max-width:1600px){
  .home .module h3,
  #content h1,
  .module .subtitleHeader {
    font-size: 3.75vw;
    line-height: 4.375vw;
  }
}

@media(max-width:1070px){
  .home .module h3,
  #content h1,
  .module .subtitleHeader {
    font-size: 40px;
    line-height: 50px;
  }
}


/***** size end *****/

/* bouton white start */
.button,
#content a.button,
.module.contactText .button,
.search .pageBottom button.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  padding: 15px 70px 15px 30px;
  position: relative;
  transition: background 1s ease;
  border-radius: 12px;
  border: 1px solid #57D170;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, #F4FCF5 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.button:hover,
#content a.button:hover,
.module.contactText .button:hover,
.search .pageBottom button.btn:hover,
.button:focus,
#content a.button:focus,
.module.contactText .button:focus,
.search .pageBottom button.btn:focus {
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media(max-width:800px){
  .button,
  #content a.button,
  .module.contactText .button,
  .search .pageBottom button.btn,
  .button:hover,
  #content a.button:hover,
  .module.contactText .button:hover,
  .search .pageBottom button.btn:hover,
  .button:focus,
  #content a.button:focus,
  .module.contactText .button:focus,
  .search .pageBottom button.btn:focus {
    line-height: 1.1;
    background-position: right bottom;
  }
}

.button::after,
#content a.button::after,
.item-page.products .pageBottom ul li .detailsInner::after,
.search .pageBottom button.btn::after{
  display: block;
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #57D170;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}

.item-page.products .pageBottom ul li .detailsInner::after{
  right: 15px;
  transition: all 0.5s ease;
}

.item-page.products .pageBottom ul li:hover .detailsInner::after{
  right: 5px;
  transition: all 0.5s ease;
}

@media(max-width:800px){
  .item-page.products .pageBottom ul li:hover .detailsInner::after{
    right: 15px;
  }
}

/* bouton white end */

/* bouton green start */
.buttonGreen,
#content a.buttonGreen {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  padding: 15px 35px 15px 75px;
  position: relative;
  transition: background 1s ease;
  border-radius: 12px;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, #FFF 50%, #57D170 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  cursor: pointer;
}

.buttonGreen:hover,
#content a.buttonGreen:hover {
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media(max-width:800px){
  .buttonGreen,
  #content a.buttonGreen,
  .buttonGreen:hover,
  #content a.buttonGreen:hover{
    background-position: right bottom;
    line-height: 1.1;
  }
}

.buttonGreen::after,
#content a.buttonGreen::after{
  display: block;
  content: '\f303';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #161026;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 40px;
  transition: color 0.5s ease;
}

.buttonGreen:hover::after,
#content a.buttonGreen:hover::after{
  color: #57D170;
  transition: color 0.5s ease;
}

@media(max-width:800px){
  .buttonGreen:hover::after,
  #content a.buttonGreen:hover::after{
    color: #161026;
  }
}

/* bouton green end */

/* bouton pdf start */
.buttonPDF,
#content a.buttonPDF {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  padding: 15px 40px 15px 80px;
  position: relative;
  transition: background 1s ease;
  border-radius: 12px;
  border: 1px solid #57D170;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, #F4FCF5 50%, #FFF 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.buttonPDF:hover,
#content a.buttonPDF:hover {
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media(max-width:800px){
  .buttonPDF,
  #content a.buttonPDF,
  .buttonPDF:hover,
  #content a.buttonPDF:hover{
    background-position: right bottom;
    line-height: 1.1;
  }
}

.buttonPDF::after,
#content a.buttonPDF::after{
  display: block;
  content: '\f15c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #57D170;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 40px;
}

/* bouton pdf end */


/* green underline bouton start */

.module.menuProducts ul li a .exploreInner{
  display: inline-block;
  padding: 0 30px 5px;
  border-bottom: 7px solid #57D170;
}

@media(max-width:800px){
  .module.menuProducts ul li a .exploreInner{
    line-height: 1.1;
  }
}

.buttonUnderline,
#content .buttonUnderline,
#content .blog .item .readmore a{
  text-decoration: none;
  font-weight: 700;
  color: #161026;
  background: linear-gradient(to right, #BBECC5 50%, #57D170 50%);
  background-size: 200% 7px;
  background-position: right bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0 80px 15px 30px;
  position: relative;
}

.buttonUnderline:hover,
#content .buttonUnderline:hover,
#content .blog .item .readmore a:hover{
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

@media(max-width:800px){
  .buttonUnderline,
  #content .buttonUnderline,
  #content .blog .item .readmore a,
  .buttonUnderline:hover,
  #content .buttonUnderline:hover,
  #content .blog .item .readmore a:hover{
    line-height: 1.1;
    background-position: right bottom;
  }
}

.buttonUnderline::after,
#content .buttonUnderline::after,
#content .blog .item .readmore a::after{
  display: block;
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #57D170;
  position: absolute;
  top: 2px;
  right: 30px;
  transition: 0.5s ease;
}

.buttonUnderline:hover::after,
#content .buttonUnderline:hover::after,
#content .blog .item .readmore a:hover::after{
  right: 20px;
  transition: 0.5s ease;
}

@media(max-width:800px){
  .buttonUnderline:hover::after,
  #content .buttonUnderline:hover::after,
  #content .blog .item .readmore a:hover::after{
    right: 30px;
  }
}

/* green underline bouton end */



/* titles start */

#content h1{
  color: #FFF;
  font-weight: 700;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid #FFF;
}

h2 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 60px;
  line-height: 70px;
  margin: 0;
}

.home .module h2{
  text-transform: uppercase;
  margin: 0 0 20px;
}

.item-page.products h2{
  margin: 0 0 20px;
}

h3 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}

h4 {
  text-decoration: none;
  font-weight: 700;
  display: block;
  color: #161026;
  font-size: 32px;
  line-height: 37px;
  margin: 0;
}


/* titles end */



/* pagination start */
#content .pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 0px;
  margin: 40px 0 0px;
  list-style: none;
}

#content .pagination ul li {
display: inline-block;
padding: 0px;
margin: 0px 10px 10px 0px;
list-style: none;
position: relative;
}

#content .pagination ul li.pagination-start,
#content .pagination ul li.pagination-prev{
  padding-left: 30px;
}

#content .pagination ul li.pagination-prev{
  margin-right: 30px;
}

#content .pagination ul li.pagination-end,
#content .pagination ul li.pagination-next{
  padding-right: 30px;
}

#content .pagination ul li.pagination-next{
  margin-left: 30px;
}

#content .pagination ul li span {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  font-weight: 700;
  width: 20px;
  line-height: 19px;
  text-align: center;
  position: relative;
  border-bottom: 7px solid #57D170;
}

#content .pagination ul li a {
  display: inline-block;
  text-decoration: none;
  width: 20px;
  text-align: center;
  color: #404040;
  position: relative;
  font-weight: 400;
  border-bottom: 7px solid transparent;
  background: none;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
}

#content .pagination ul li.pagination-start span,
#content .pagination ul li.pagination-start a,
#content .pagination ul li.pagination-prev span,
#content .pagination ul li.pagination-prev a,
#content .pagination ul li.pagination-end span,
#content .pagination ul li.pagination-end a,
#content .pagination ul li.pagination-next span,
#content .pagination ul li.pagination-next a {
  width: auto;
  border-color: transparent;
  color: rgba(64, 64, 64, .28);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  position: initial;
}

#content .pagination ul li.pagination-start a,
#content .pagination ul li.pagination-prev a,
#content .pagination ul li.pagination-end a,
#content .pagination ul li.pagination-next a{
  color: #404040;
  position: initial;
}

#content .pagination ul li.pagination-start span::before,
#content .pagination ul li.pagination-start a::before,
#content .pagination ul li.pagination-prev span::before,
#content .pagination ul li.pagination-prev a::before,
#content .pagination ul li.pagination-next span::before,
#content .pagination ul li.pagination-next a::before,
#content .pagination ul li.pagination-end span::before,
#content .pagination ul li.pagination-end a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: rgba(64, 64, 64, .28);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 16px;
  line-height: 19px;
}

#content .pagination ul li.pagination-start a::before,
#content .pagination ul li.pagination-prev a::before,
#content .pagination ul li.pagination-next a::before,
#content .pagination ul li.pagination-end a::before {
  color: #404040;
}

#content .pagination ul li.pagination-start span::before,
#content .pagination ul li.pagination-start a::before {
  content: "\f323";
  left: 0;
}

#content .pagination ul li.pagination-prev span::before,
#content .pagination ul li.pagination-prev a::before {
  content: "\f053";
  left: 0;
}

#content .pagination ul li.pagination-next span::before,
#content .pagination ul li.pagination-next a::before {
  content: "\f054";
  right: 0;
}

#content .pagination ul li.pagination-end span::before,
#content .pagination ul li.pagination-end a::before {
  content: "\f324";
  right: 0;
}
/* pagination end */

/* forms start */

#content .convertforms{
  font-family: 'Karla', sans-serif !important;
  font-size: 18px;
  color: #161026;
  font-style: normal;
  font-weight: 400;
	padding: 0;
	max-width: 100%;
	background: transparent;
}

#content .convertforms form{
  accent-color: #0D3896;
  text-align: left;
}

#content .convertforms .cf-form-wrap{
  padding: 0;
}

#content fieldset {
border: 0px none;
padding: 0px;
}


#content .convertforms .cf-control-group{
  margin-bottom: 20px;
}

#content label {
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  font-size: 18px;
  color: #242527;
  display: block;
  }

#content input,
#content .convertforms textarea {
  border: 0px none;
  padding: 20px 15px;
  background-color: #FFF;
  margin: 0;
  border-radius: 12px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #57D170;
  font-size: 18px;
  color: #161026;
}

#content .convertforms input:focus,
#content .convertforms input:hover,
#content .convertforms textarea:focus,
#content .convertforms textarea:hover,
#content .convertforms input.error,
#content .convertforms textarea.error{
  border-color: #0D3896 !important;
}


#content .convertforms input[type="checkbox"],
#content .convertforms input[type="radio"]{
  height: 20px;
  width: 20px;
}

#content .convertforms button.cf-btn{
  opacity: 1;
  width: auto;
  padding: 20px 40px;
  font-weight: 700;
}


#content .convertforms.cf-success .cf-response{
	background: transparent;
	text-align: left;
	font-size: 18px;
	line-height: 1.2;
	color: #161026;
  padding:  0;
  border-radius: 0;
}

#content .convertforms #errorNotes .errors{
  font-weight: 700;
  -webkit-text-fill-color: #0D3896;
}

#content .convertforms label.error{
  -webkit-text-fill-color: #0D3896;
  font-weight: 700;
  font-size: 16px;
}



/* forms start */

.inner {
  /* width: 1200px; */
  width: 86%;
  max-width: 1475px;
  text-align: left;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px;
  position: relative;
}


#content .inner{
  width: 100%;
  max-width: 100%;
}

.mod-articles-category-readmore {
margin: 0px;
}

.tooltip {
display: none !important;
}

/* header start */
#header {
  width: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 130px;
  z-index: 999991;
}

.home #header{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent
}

.menu-open #header,
.menu-open.home #header{
  border: none;
}

@media(max-width:1340px){
  #header{
    height: 130px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
}

#header .inner {
  overflow: visible;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media(max-width:1340px){
  #header .inner{
    align-items: center;
  }
}

.menu-open #header .inner{
  align-items: flex-start;
}

#p_headerLeft{
  padding: 0 55px;
}

@media(max-width:1450px){
  #p_headerLeft{
    padding: 0 30px;
  }
}

@media(max-width:1340px){
  #p_headerLeft{
    padding: 0 0 0 30px;
    display: flex;
    align-items: center;
  }
}

@media(max-width:800px){
  #p_headerLeft{
    padding: 0 0 0 20px;
  }
}

.module.skipButton {
  position: absolute;
  max-width: 300px;
  right: 0;
  left: 0;
  margin: 0 auto;
}



.module.skipButton a {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  z-index: 99999999;
  box-shadow: 0px 5px 12px #06244c1d;
}

.module.skipButton a:active,
.module.skipButton a:focus,
.module.skipButton a:hover {
  left: 0px;
  top: 0px;
  right: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

.module.logo {
  display: inline-block;
}

.module.logo h1,
.module.logo a {
font-size: 0px;
line-height: 0px;
color: transparent;
display: block;
}

.module.logo a {
  display: block;
  width: 162px;
  height: 95px;
  background-image: url('https://saffiorfik.gl/templates/vox/images/saffiorfik-logo.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

.home .module.logo a {
  background-image: url('https://saffiorfik.gl/templates/vox/images/saffiorfik-logo-white.png');
}

@media(max-width:1450px){
  .module.logo a{
    width: 135px;
    height: 80px;
  }
}

@media(max-width:450px){
  .module.logo a{
    width: 135px;
    height: 60px;
  }
}

#p_headerCenter {
  min-height: 130px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  position: relative;
  align-items: flex-end;
  flex: 1;
  justify-content: space-between;
}

.home #p_headerCenter{
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media(max-width:1340px){
  #p_headerCenter,
  .home #p_headerCenter{
    border: none;
  }
}

.menu-open #p_headerCenter,
.menu-open.home #p_headerCenter{
  flex-wrap: wrap;
  justify-content: flex-start;
}

.module.homeButton{
  display: none;
  margin-top: 30px;
}

@media(max-width:800px){
  .menu-open .module.homeButton{
    display: block;
  }
}

/* menu start */

.module.menu {
position: relative;
}

.module.menu ul {
list-style: none;
display: flex;
justify-content: flex-start;
align-items: stretch;
width: 100%;
padding: 0px;
margin: 0px;
height: 80px;
}

.module.menu ul li {
display: flex;
align-items: stretch;
text-align: center;
position: relative;
cursor: pointer;
margin: 0px 0 0 45px;
}

@media(max-width:1570px){
  .module.menu ul li {
    margin: 0px 0 0 30px;
  }
}

.module.menu ul li a{
display: flex;
align-items: center;
flex-wrap: wrap;
color: #161026;
text-decoration: none;
font-size: 20px;
font-weight: 700;
}

.home .module.menu ul li a{
  color: #FFF;
}

.module.menu ul li a.separator,
.module.menu-mobile ul li a.separator,
.module.menuFooter ul li a.separator{
  pointer-events: none;
  cursor: pointer;
}

@media(max-width:1700px){
  .module.menu ul li a{
    font-size: 16px;
  }
}

.module.menu ul li a::before {
  content: "";
  background-color: #57D170;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -4px;
  opacity: 0;
  transition: opacity 0.5s ease;
  right: 0;
  left: 0px;
  margin: 0 auto;
  z-index: 9;
}

.module.menu ul li a:hover::before,
.module.menu ul li.active a::before,
.module.menu ul li:hover > a::before,
.module.menu ul li.subOpen a::before{
  opacity: 1;
}

.module.menu ul li ul {
  background-color: #161026;
  list-style: none;
  position: absolute;
  display: block;
  /* width: auto; */
  height: auto;
  left: -110px;
  top: 80px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  padding: 40px 25px;
  width: 250px;
}

.module.menu ul li.subOpen ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.module.menu ul li ul li {
display: block;
margin: 0px;
}

.module.menu ul li ul li:first-child,
.module.menu ul li ul li:last-child {
margin: 0px;
}

.module.menu ul li ul li a {
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  padding: 15px;
  border-right: 0px none;
  text-align: left;
  display: block;
  color: #FFF;
  font-weight: 400;
  border-left: 1px solid #57D170;
  transition: all 0.5s ease;
}

.module.menu ul li ul li a:hover,
.module.menu ul li ul li.active a{
  padding: 15px 5px 15px 25px;
  transition: all 0.5s ease;
}

.module.menu ul li ul li.active a::before,
.module.menu ul li ul li.active span.separator::before,
.module.menu ul li ul li a:hover::before,
.module.menu ul li ul li span.separator:hover::before,
.module.menu ul li.subOpen ul li a::before {
display: none;
}


/* menu end */


.module.menuTop {
text-align: right;
z-index: 999993;
position: absolute;
top: 30px;
right: 0;
}

@media (max-width: 1340px) {
  .module.menuTop {
    display: none;
  }
  .menu-open .module.menuTop {
    display: block;
    position: relative;
    margin-left: 30px;
    top: 0;
  }
}

.module.menuTop ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
}

.module.menuTop ul li {
display: inline-block;
padding: 0px;
margin: 0px 0 0 40px;
list-style: none;
}

@media (max-width: 1340px){
  .module.menuTop ul li{
    margin: 0 40px 0 0;
  }
}

.module.menuTop ul li a,
.module.homeButton a {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
}

.module.menuTop ul li a::after,
.module.homeButton a::after {
  font-size: 20px;
  line-height: 20px;
  color: #161026;
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: color 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module.menuTop ul li a.search::after{
  content: '\f002';
}

.module.menuTop ul li a.contact::after{
  content: '\f3c5';
}

.module.homeButton a::after{
  content: '\f015';
}

.home .module.menuTop ul li a::after,
.menu-open .module.menuTop ul li a::after,
.module.homeButton a::after{
  color: #FFF;
}

.module.langue {
text-align: right;
z-index: 999993;
}

@media (max-width: 1340px) {
.module.langue {
display: none;
}
.menu-open .module.langue {
display: block;
}
}

.module.langue ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: center;
}

.module.langue ul li {
  padding: 0px;
  margin: 0px 0 0 45px;
  list-style: none;
}

@media(max-width:1570px){
  .module.langue ul li {
    margin: 0px 0 0 30px;
  }
}

.module.langue ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #161026;
  transition: color 0.5s ease, border 0.5s ease;
  height: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.home .module.langue ul li a,
.menu-open .module.langue ul li a{
  color: #FFF;
}

.module.langue ul li a::after{
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  transition: background 0.5s ease;
}

.module.langue ul li a:hover::after,
.module.langue ul li.lang-active a::after{
  background: #57D170;
  transition: background 0.5s ease;
}

#p_headerRight{
  border-bottom: 1px solid #E0E0E0;
  padding: 0 20px 0 50px;
  display: flex;
}

.home #p_headerRight{
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

@media(max-width:1450px){
  #p_headerRight{
    padding: 0 20px;
  }
}

@media(max-width:1340px){
  #p_headerRight,
  .home #p_headerRight{
    border: none;
  }
}

@media(max-width:800px){
  #p_headerRight{
    padding: 0 ;
  }
}

.module.volvo .custom{
  display: flex;
  align-items: center;
}

.module.volvo a{
  font-size: 0;
  line-height: 0;
  color: transparent;
  display: block;
  height: 122px;
  width: 122px;
  background-image: url(https://saffiorfik.gl/templates/vox/images/volvo-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home .module.volvo a{
  background-image: url(https://saffiorfik.gl/templates/vox/images/volvo-logo-white.png);
}

@media(max-width:450px){
  .module.volvo a{
    height: 80px;
    width: 80px;
  }
}

.module.menu-button{
  position: relative;
}

.module.menu-button::before {
  content: "\f0c9";
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #161026;
  line-height: 32px;
  font-size: 32px;
  cursor: pointer;
  cursor: hand;
  width: 40px;
  text-align: center;
  padding: 20px 20px;
  font-weight: 300;
}

.home .module.menu-button::before{
  color: #FFF;
}

.menu-open .module.menu-button::before {
  content: "\f00d";
  color: #FFF;
}

.module.menu-button button{
  border: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  cursor: pointer;
}

/* header end */

/* Menu mobile start */
.module.menu-button, .module.menu-mobile {
display: none;
z-index: 999993;
}

@media (max-width: 1340px) {
.module.menu-button {
display: inline-block;
}
}


@media (max-width: 1340px) {
.module.menu, .module.menu-mobile {
display: none;
}
}

.menu-open .module.menu-mobile {
  display: block;
  background-color: #161026;
  opacity: 1;
  z-index: 999992;
  text-align: left;
  padding: 80px 0px 30px 0px;
  width: 100%;
}

.menu-open .module.menu-mobile ul {
display: block;
margin: 0px;
padding: 0px;
list-style: none;
}

.menu-open .module.menu-mobile ul li {
display: block;
text-align: left;
padding: 0px;
margin: 0px;
list-style: none;
}

.menu-open .module.menu-mobile ul li a{
  padding: 20px 30px;
  margin: 0px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.menu-open .module.menu-mobile ul li ul {
  left: -9999px;
  position: absolute;
  padding: 0 30px;
}

.menu-open .module.menu-mobile ul li.open ul {
position: relative;
left: auto;
display: block;
}

.menu-open .module.menu-mobile ul li ul li a{
  padding: 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  border-left: 1px solid #57D170;
}

.menu-close .module.menu-mobile {
display: none;
}
/* mobile menu end */



/* slideshow start */
#slideshow {
  padding: 200px 0px 80px;
  background-image: url(https://saffiorfik.gl/templates/vox/images/home-header.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media(max-width:900px){
  #slideshow{
    background-image: url(https://saffiorfik.gl/templates/vox/images/mobile-header-img.jpg);
  }
}

#slideshow .inner{
  z-index: 1;
}

.module.headerText{
  width: 86%;
  max-width: 1375px;
  color: #FFF;
}

@media(max-width:1340px){
  .module.headerText{
    width: 100%;
  }
}

.module.headerText .module-header,
.module.headerText .module-content{
  width: 45%;
}

@media(max-width:1340px){
  .module.headerText .module-header,
  .module.headerText .module-content{
    width: 100%;
    max-width: 700px;
  }
}

/* slideshow end */


/* top01 start */

#top01{
  padding: 0;
  position: relative;
}

@media(max-width:1100px){
  #top01{
    position: relative;
  }
}

#top01 .inner,
#top02 .inner{
  width: 86%;
  max-width: 1460px;
  position: initial;
}

#top01 .inner{
  padding: 150px 0 120px;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;

}

@media(max-width:1100px){
  #top01 .inner,
  #top02 .inner{
    width: 100%;
  }

  #top01 .inner{
    padding: 60px 0 0;
    border: none;
  }
}

.module.productsText{
  width: calc(53% - 50px);
  margin: 0 0 120px;
  padding-left: 50px;
}

@media(max-width:1100px){
  .module.productsText{
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .module.productsText .custom{
    width: 86%;
    margin: 0 auto 50px;;
  }
}

.module.menuProducts{
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-right: none;
}

.module.productsText .image{
  position: absolute;
  top: 198px;
  right: 0;
  width: 42%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 408px;
}

@media(max-width:1100px){
  .module.productsText .image{
    position: relative;
    width: 100%;
    max-height: none;
    top: auto;
  }
}

.module.productsText .image img,
.module.servicesText .image img{
  width: 100%;
  height: auto;
}

@media(max-width:1100px){
  .module.menuProducts{
    margin: 0 auto;
  }
}

.module.menuProducts ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

@media(max-width:800px){
  .module.menuProducts ul{
    display: block;
  }
}

.module.menuProducts ul li{
  width: calc(33.333% - 1px);
  border-right: 1px solid #E0E0E0;
  transition: background 0.5s ease;
}

.module.menuProducts ul li:last-of-type{
  border: none;
}

.module.menuProducts ul li:hover{
  background: rgba(244, 252, 245, .45);
  transition: background 0.5s ease;
}

@media(max-width:800px){
  .module.menuProducts ul li{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E0E0E0;
  }
}

.module.menuProducts ul li a{
  display: block;
  padding: 50px 50px 130px;
  text-align: center;
  text-decoration: none;
  position: relative;
  height: calc(100% - 180px);
  color: #161026;
  font-weight: 700;
}

@media(max-width:1100px){
  .module.menuProducts ul li a{
    padding: 50px 20px 130px;
  }
}

@media(max-width:800px){
  .module.menuProducts ul li a{
    padding: 50px 20px 50px;
  }
}

.module.menuProducts ul li a img{
  max-height: 100px;
  width: auto;
}

.module.menuProducts ul li a h4{
  margin: 25px 0 0;
}

.module.menuProducts ul li a .explore{
  position: absolute;
  right: 0;
  bottom: 50px;
  left: 0;
  transition: all 0.5s ease;
}

.module.menuProducts ul li:hover a .explore{
  bottom: 60px;
  transition: all 0.5s ease;
}

@media(max-width:800px){
  .module.menuProducts ul li a .explore,
  .module.menuProducts ul li:hover a .explore{
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 60px;
    display: block;
  }
}

/* top01 end */

/***** top02 start *****/

#top02{
  padding: 0;
  position: relative;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.module.servicesText .image{
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 408px;
}

@media(max-width:1100px){
  .module.servicesText .image{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin: 0 0 50px;
    max-height: none;
  }
}

.module.servicesText .custom{
  width: calc(53% - 50px);
  margin: 0 0 0 auto;
  padding: 90px 0px 120px 50px;
  border-left: 1px solid #E0E0E0;
}

@media(max-width:1100px){
  .module.servicesText .custom{
    width: 86%;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
    border-left: 1px solid #E0E0E0;
    border-left: none;
  }
}

.module.servicesText h4 a{
  color: #161026;
  text-decoration: none;
  position: relative;
  padding-right: 40px;
  transition: all 0.5s ease;
}

.module.servicesText h4 a:hover{
  padding-right: 60px;
  transition: all 0.5s ease;
}

@media(max-width:800px){
  .module.servicesText h4 a:hover{
    padding-right: 40px;
  }
}

.module.servicesText h4 a::after{
  display: block;
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #57D170;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}



/***** top02 end *****/

/***** top03 start *****/

#top03{
  padding: 0;
}

#top03 .inner{
  padding: 140px 0 200px;
  border-left: 1px solid #E0E0E0;
}

@media(max-width:1100px){
  #top03 .inner{
    padding: 50px 0 80px;
    border: none;
  }
}

#p_top03{
  display: flex;
 justify-content: space-between;
}

@media(max-width:1100px){
  #p_top03{
    display: block;
  }
}

.module.aboutTitle{
  width: calc(40% - 50px);
  padding-left: 50px;
}

@media(max-width:1100px){
  .module.aboutTitle{
    width: 100%;
    padding-left: 0px;
    margin: 0 0 50px;
  }
}

.module.aboutText{
  width: 48%;
}

@media(max-width:1100px){
  .module.aboutText{
    width: 100%;
  }
}


/***** top03 end *****/


/* content start */
#content img {
max-width: 100%;
height: auto !important;
}

#content {
padding: 50px 0px 100px 0px;
}

@media(max-width:1340px){
  #content {
  padding: 0px 0px 60px 0px;
  }
}

.blog .pageBottom,
.item-page .pageBottom,
.blog.products .pageBottom,
.blog.stock .pageBottom,
.blog.jobs .pageBottom,
.search .pageBottom,
#other01 .inner,
#other02 .inner{
  width: 86%;
  max-width: 850px;
  margin: 0px auto;
}

.item-page.products.menu .pageBottom,
.item-page.stock .pageBottom,
.blog.jobs .pageBottom,
.blog.contact .pageBottom{
  max-width: 1040px;
}

.blog.stock .pageBottom{
  max-width: 1340px;
}

.blog .category-desc{
  max-width: 850px;
  margin: 0 auto 80px;
}


.article-info {
margin: 0px 0px 20px 0px;
padding: 0px;
}

.published, .create {
margin: 0px;
padding: 0px;
color: #707379;
font-size: 18px;
font-weight: 700;
}

.pageTop{
  margin: 50px 0 125px;
  border-bottom: 1px solid #E0E0E0;
}

@media(max-width:1000px){
  .pageTop{
    margin: 0px 0 60px;
    border-bottom: none;
  }
}

.pageTop .pageTopInner{
  width: 45%;
  padding-left: 7%;
  background: #0D3896;
}

@media(max-width:1340px){
  .pageTop .pageTopInner{
    width: 55%;
  }
}

@media(max-width:1000px){
  .pageTop .pageTopInner{
    width: 93%;
  }
}


.pageTop .pageTopInner .page-header{
  height: 310px;
  display: flex;
  align-items: center;
  margin-top: 90px;
  padding-right: 40px;
}

@media(max-width:1000px){
  .pageTop .pageTopInner .page-header{
    margin: 0;
  }
}

@media(max-width:700px){
  .pageTop .pageTopInner .page-header{
    height: 200px;
  }
}

.pageTop .headerImage{
  display: block;
  height: 380px;
  width: 51%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
}

#slideshow::after{
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(22, 16, 38, .28);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: color;
}

@media(max-width:1000px){
  .pageTop .headerImage{
    display: none;
  }
}

hr{
  border: none;
  border-bottom: 1px solid #E0E0E0;
}
/* content end */


/* footer start */
#footer {
background-color: #0D3896;
}

#footer .inner div[data-position="footer"] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 24px;
  color: #FFF;
}

.module.contact{
  width: 100%;
  max-width: 200px;
}

@media(max-width:1100px){
  .module.contact{
    margin: 0 auto;
    text-align: center;
  }
}

.module.contact img{
  width: 100%;
  height: auto;
}

.module.contact ul {
  padding: 0px;
  margin: 20px 0 0px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media(max-width:1100px){
  .module.contact ul{
    justify-content: center;
  }
}

.module.contact ul li {
display: inline-block;
padding: 0px;
margin: 0px 10px 0px 0;
list-style: none;
}

@media(max-width:1100px){
  .module.contact ul li{
    margin: 0 5px;
  }
}

.module.contact ul li a {
  font-size: 0px;
  line-height: 0px;
  color: transparent;
  height: 30px;
  width: 30px;
  display: block;
  position: relative;
}

.module.contact ul li a::after {
  font-size: 20px;
  line-height: 20px;
  color: #57D170;
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
}

.module.contact ul li a.facebook::after {
content: "\f082";
font-family: "Font Awesome 5 Brands";
}

.module.contact ul li a.twitter::after {
content: "\f081";
font-family: "Font Awesome 5 Brands";
}

.module.contact ul li a.youtube::after {
content: "\f167";
font-family: "Font Awesome 5 Brands";
}

.module.contact ul li a.instagram::after {
content: "\f16d";
font-family: "Font Awesome 5 Brands";
}

.module.contact ul li a.linkedin::after {
content: "\f08c";
font-family: "Font Awesome 5 Brands";
}

@media(max-width:1100px){
  .module.contact ul li a::after{
    justify-content: center;
  }
}


.module.menuFooter{
  width: calc(100% - 300px);
}

@media(max-width:1100px){
  .module.menuFooter{
    display: none;
  }
}

.module.menuFooter ul,
.module.menuCopyright ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.module.menuFooter ul.nav.menu,
.module.menuCopyright ul{
  display: flex;
  flex-wrap: wrap;
}

.module.menuFooter ul li{
  margin: 0 30px 30px 0;
  min-width: 200px;
}

.module.menuFooter ul li:last-of-type{
  width: auto;
  margin: 0 0 30px;
}

.module.menuFooter ul li a{
  color: #FFF;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.module.menuFooter ul li a.separator{
  margin-bottom: 20px;
  display: block;
}

.module.menuFooter ul li ul li{
  margin: 0 0 10px;
  min-width: 0;
}

.module.menuFooter ul li ul li a,
.module.menuCopyright ul li a{
  font-weight: 400;
  text-transform: none;
  color: #FFF;
}

#copyright{
  padding: 30px 0;
  border-top: 1px solid rgba(224, 224, 224, .2);
  background: #0D3896;
  color: #FFF;
  font-size: 16px;
  line-height: 32px;
}

@media(max-width:1100px){
  #copyright .inner{
    text-align: center;
  }
}

#p_copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width:1200px){
  #p_copyright{
    display: block;
  }
}


.module.menuCopyright ul{
  justify-content: flex-start;
}

@media(max-width:1100px){
  .module.menuCopyright ul{
    display: block;
  }
}

.module.menuCopyright ul li{
  margin: 0 40px 0 0px;
}

.module.menuCopyright ul li:last-of-type{
  margin: 0;
}

@media(max-width:1100px){
  .module.menuCopyright ul li{
    margin: 0 0 10px;
  }
}

.module.copyright {
  font-size: 14px;
  margin: 0 0 20px;
}
/* footer end */


/***** products start *****/

.item-page.products .pageBottom ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  text-align: center;
}

.item-page.products .pageBottom ul li{
  width: calc(50% - 1px);
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}

.item-page.products .pageBottom ul li:nth-of-type(even){
  border-left: 1px solid #E0E0E0;
}

@media(max-width:800px){
  .item-page.products .pageBottom ul li,
  .item-page.products .pageBottom ul li:nth-of-type(even){
    width: 100%;
    border-left: none;
  }
}

#content .item-page.products .pageBottom ul li a{
  padding: 20px 40px 100px;
  height: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}

@media(max-width:800px){
  #content .item-page.products .pageBottom ul li a{
    padding: 20px 40px 40px;
    height: auto;
    display: block;
  }
}

.item-page.products .pageBottom ul li img{
  margin: auto 30px;
}

@media(max-width:800px){
  .item-page.products .pageBottom ul li img{
    margin: auto 10px;
  }
}

.item-page.products .pageBottom ul li .details{
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
}

@media(max-width:800px){
  .item-page.products .pageBottom ul li .details{
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}

.item-page.products .pageBottom ul li .detailsInner {
  display: inline-block;
  padding: 0 45px 10px 30px;
  position: relative;
  background: linear-gradient(to right, #BBECC5 50%, #57D170 50%);
  background-size: 200% 7px;
  background-position: right bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background-repeat: no-repeat;
}

.item-page.products .pageBottom ul li:hover .detailsInner{
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}


@media(max-width:800px){
  .item-page.products .pageBottom ul li .detailsInner,
  .item-page.products .pageBottom ul li:hover .detailsInner{
    line-height: 1.5;
    background-position: right bottom;
  }
}


/***** products end *****/

/***** subcategory products start *****/

#content .blog.products .category-desc img{
  width: 100%;
  max-width: 400px;
  height: auto;
}

.blog.products .items-row{
  display: flex;
  flex-wrap: wrap;
}

.blog.products .items-row .span0{
  width: calc(33.333% - 7px);
  margin: 0 10px 60px 0;
  position: relative;
  text-align: center;
}

.blog.products .items-row .span0:nth-of-type(3n+3){
  margin-right: 0;
}

.blog.products.trucks .items-row .span0{
  text-align: left;
}

@media(max-width:900px){
  .blog.products .items-row .span0,
  .blog.products .items-row .span0:nth-of-type(3n+3){
    width: calc(50% - 5px);
    margin: 0 10px 60px 0;
  }

  .blog.products .items-row .span0:nth-of-type(even){
    margin-right: 0;
  }
}

@media(max-width:600px){
  .blog.products .items-row .span0,
  .blog.products .items-row .span0:nth-of-type(3n+3),
  .blog.products .items-row .span0:nth-of-type(even){
    width: 100%;
    margin: 0 0px 60px 0;
  }

}

.blog.products .items-row .item img{
  width: 100%;
  margin: 0 auto 20px;
  display: block;
}

.blog.products.icons .items-row .item img{
  width: 75%;
}

#content .blog.products .items-row .item a.link{
  font-size: 0;
  line-height: 0;
  color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.blog.products.trucks{
  font-family: volvo;
}

/* other products start */
/*

.module.other .newsflash .item .item-wrapper table tr td{
  padding: 0 0 20px;
}

.module.other .newsflash .item .item-wrapper table tr td:first-of-type{
  padding-right: 30px;
  font-weight: 700;
}

@media(max-width:500px){
  .module.other .newsflash .item .item-wrapper table tr td{
    display: block;
    padding: 0;
  }

  .module.other .newsflash .item .item-wrapper table tr td:last-of-type{
    padding: 0 0 30px;
  }
}

.module.other .newsflash .item h2{
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.module.other .newsflash .item .item-img img{
  width: 100%;
  height: auto;
}

.module.other .newsflash .item table{
  margin: 0 0 20px;
} */

/* other products end */


/***** subcategory products end *****/



/***** stock start *****/

.blog.stock .items-row{
  display: flex;
  flex-wrap: wrap;
}

.blog.stock .items-row .span1{
  width: calc(33.333% - 102px);
  border: 1px solid #E0E0E0;
  position: relative;
  padding: 34px 50px 150px;
}

.blog.stock .items-row .span1:nth-last-of-type(3n+1){
  /* border-right: none; */
}

.blog.stock .items-row .item{
  /* height: calc(100% - 84px); */
}

@media(max-width:1360px){
  .blog.stock .items-row .span1{
    width: calc(33.333% - 42px);
    padding: 34px 20px 150px;
  }
}

@media(max-width:1200px){
  .blog.stock .items-row .span1{
    width: calc(50% - 42px);
    padding: 34px 20px 150px;
  }
}

@media(max-width:800px){
  .blog.stock .items-row .span1{
    width: calc(100% - 42px);
    padding: 30px 20px 30px;
  }
}

.blog.stock .items-row .item .item-image{
  line-height: 0;
  margin: 0 0 20px;
}

.blog.stock .items-row .item .page-header{
  margin: 0 0 80px;
}

.blog.stock .item .fieldContainer .field{
  display: flex;
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 22px;
}

@media(max-width:600px){
  .blog.stock .item .fieldContainer .field{
    display: block;
  }
}

.blog.stock .item .fieldContainer .field .label{
  width: calc(50% - 20px);
  margin: 0 20px 0 0;
  font-weight: 700;
}

@media(max-width:600px){
  .blog.stock .item .fieldContainer .field .label{
    width: 100%;
    margin: 0;
    display: block;
  }
}

.blog.stock .item .fieldContainer .field .value{
  width: 50%;
}

@media(max-width:600px){
  .blog.stock .item .fieldContainer .field .value{
    width: 100%;
    display: block;
  }
}

.blog.stock .item .readmore{
  position: absolute;
  bottom: 50px;
  left: 50px;
  margin: 0;
}

@media(max-width:1200px){
  .blog.stock .item .readmore{
    left: 20px;
  }
}

@media(max-width:800px){
  .blog.stock .item .readmore{
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 60px;
    display: block;
  }
}

/* item stock start */

.item-page.stock .pageBottom .page-header{
  margin: 0 0 60px;
}

#content .item-page.stock .stockImages{
  margin: 0 0 100px;
  display: block;
}

#content .item-page.stock .slider.slick-initialized.slick-slider{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

#content .item-page.stock .slider.slick-initialized.slick-slider button.slick-arrow{
  font-size: 0;
  line-height: 0;
  color: transparent;
  height: 36px;
  width: 40px;
  background: transparent;
  border: 1px solid #57D170;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
}

#content .item-page.stock .slider.slick-initialized.slick-slider button.slick-arrow::after{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 40px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #161026;
  position: absolute;
  top: 0;
  left: 0;
}

#content .item-page.stock .slider.slick-initialized.slick-slider button.slick-arrow.slick-prev::after{
  content: '\f104';
}

#content .item-page.stock .slider.slick-initialized.slick-slider button.slick-arrow.slick-next::after{
  content: '\f105';
}

#content .item-page.stock .slider.slick-initialized.slick-slider button.slick-arrow.slick-disabled::after{
  opacity: 0.5;
}

#content .item-page.stock .slider .slick-list{
  width: 80%;
  margin: 0 auto;
}

@media(max-width:600px){
  #content .item-page.stock .slider .slick-list{
    width: 70%;
  }
}

#content .item-page.stock .slider ul.slick-dots{
  margin: 20px 0 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.item-page.stock .fieldContainer .field{
  display: flex;
  font-size: 18px;
  line-height: 26px;
}

@media(max-width:800px){
  .item-page.stock .fieldContainer .field{
    display: block;
    margin: 0 0 30px;
  }
}

.item-page.stock .fieldContainer .field .label{
  width: 250px;
  margin: 0 30px 30px 0;
  font-weight: 700;
}

@media(max-width:800px){
  .item-page.stock .fieldContainer .field .label{
    width: 100%;
    margin: 0;
  }
}

.item-page.stock .fieldContainer .field .value{
  width: calc(100% - 280px);
}

@media(max-width:800px){
  .item-page.stock .fieldContainer .field .value{
    width: 100%;
  }
}

.item-page.stock .buttons{
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
}

.item-page.stock .buttons a{
  margin: 0 20px 20px 0;
}


.item-page.stock table tr td{
  padding: 0 0 20px;
}

.item-page.stock table tr td:first-of-type{
  padding-right: 30px;
  font-weight: 700;
}

@media(max-width:500px){
  .item-page.stock table tr td{
    display: block;
    padding: 0;
  }

  .item-page.stock table tr td:last-of-type{
    padding: 0 0 30px;
  }
}

#services{
  padding: 0 0 120px;
  border-top: 1px solid #E0E0E0;
}

@media(max-width:900px){
  #services{
    padding: 0 0 60px;
  }
}

#services .inner{
  width: 100%;
  max-width: 100%;
}

#p_services{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.module.contracts{
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}

.module.contracts .item{
  display: flex;
  align-items: center;
}

@media(max-width:900px){
  .module.contracts .item{
    display: block;
  }
}

.module.contracts .item .item-img,
.module.contactImage{
  width: 42%;
  line-height: 0;
}

@media(max-width:900px){
  .module.contracts .item .item-img,
  .module.contactImage{
    width: 100%;
  }
}

.module.contracts .item .item-img img,
.module.contactImage img{
  width: 100%;
  height: auto;
}

.module.contracts .item .item-wrapper{
  width: calc(58% - 80px);
  padding: 0px 0 0 80px;
}

.module.contactText{
  width: calc(51% - 80px);
  margin: 0 0 0 7%;
  padding: 40px 80px 40px 0;
}

@media(max-width:1100px){
  .module.contracts .item .item-wrapper{
    width: calc(58% - 40px);
    padding: 40px 0 0 40px;
  }

  .module.contactText{
    width: calc(51% - 40px);
    padding: 40px 40px 40px 0;
  }
}

@media(max-width:900px){
  .module.contracts .item .item-wrapper{
    width: 86%;
    padding: 30px 0 30px 0px;
    margin: 0 auto;
  }

  .module.contactText{
    width: 86%;
    padding: 30px 0px;
    margin: 0 auto;
  }
}

.module.contracts .item .item-wrapper-inner,
.module.contactText .module-content{
  max-width: 700px;
}

@media(max-width:900px){
  .module.contactText .module-content{
    max-width: 100%;
  }
}

.module.contactText .module-content{
  margin: 0 0 0 auto;
}

.module.contracts .item .item-wrapper-inner .item-header{
  margin: 0 0 30px;
}




/* item stock end */

/***** stock end *****/

/***** team start *****/

#team{
  padding: 0;
}

#team .inner{
  max-width: 1030px;
}

@media(max-width:800px){
  #team .inner{
    margin: 0 auto;
  }
}

.module.team,
.module.leanMore{
  padding: 0 0 100px;
}

@media(max-width:800px){
  .module.team,
  .module.leanMore{
    padding: 0 0 60px;
  }
}

.module.team.future{
  padding: 0;
}

.module.team .module-header{
  max-width: 850px;
  margin: 0 auto 40px;
}

.module.team .newsflash{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module.team .newsflash .item{
  width: calc(50% - 60px);
  margin: 0 0 200px;
}

.module.team .newsflash .item:nth-of-type(even){
  margin: 200px 0 0;
}

.module.team .newsflash .item:last-of-type{
  margin-bottom: 0;
}


@media(max-width:1000px){
  .module.team .newsflash .item{
    width: calc(50% - 30px);
  }
}

@media(max-width:800px){
  .module.team .newsflash .item,
  .module.team .newsflash .item:nth-of-type(even){
    width: 100%;
    margin: 0 0 80px;
  }

  .module.team .newsflash .item:last-of-type{
    margin-bottom: 0;
  }

}

.module.team .newsflash .item .item-img{
  margin: 0 0 20px;
  line-height: 0;
}

.module.team .newsflash .item .item-img img{
  width: 100%;
  max-width: 500px;
  height: auto;
}



/***** team end *****/


/***** jobs start *****/

.blog.jobs .items-row .span1{
  border: 1px solid #E0E0E0;
  border-bottom: none;
  padding: 50px 70px;
}

.blog.jobs .items-row .span1:last-of-type{
  border-bottom: 1px solid #E0E0E0;
}

.blog.jobs .items-row .item{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.blog.jobs .items-row .item .page-header{
  width: 100%;
  margin: 0 0 35px;
}

.blog.jobs .items-row .item .itemLeft{
  flex: 1;
}

.blog.jobs .items-row .item .field,
.blog.jobs .items-row .item .itemIntro,
.item-page.jobs .fields-container dd{
  padding-left: 30px;
  position: relative;
  margin: 0 0 5px;
}

.blog.jobs .items-row .item .field::before,
.item-page.jobs .fields-container dd::before{
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  color: #57D170;
  position: absolute;
  top: 7px;
  left: 0;
}

.blog.jobs .items-row .item .field.type::before,
.item-page.jobs .fields-container dd.type::before{
  content: '\f073';
}

.blog.jobs .items-row .item .field.location::before,
.item-page.jobs .fields-container dd.location::before{
  content: '\f3c5';
}

.blog.jobs .items-row .item p.readmore{
  margin: 0;
}

.module.leanMore{
  margin-top: 60px;
  text-align: right;
}

.item-page.jobs .pageBottom .apply{
  margin: 40px 0;
}

.article .module.team.future,
.article .module.leanMore{
  display: none;
}

/***** jobs end *****/


/***** contact start *****/

.blog.contact .items-row{
  display: flex;
  flex-wrap: wrap;
}

.blog.contact .items-row .span2{
  border: 1px solid #E0E0E0;
  padding: 50px 50px 80px;
  width: calc(50% - 102px);
}

.blog.contact .items-row .span2:nth-of-type(even){
  border-left: none;
}

@media(max-width:900px){
  .blog.contact .items-row .span2{
    padding: 50px 20px;
    width: calc(50% - 42px);
  }
}

@media(max-width:800px){
  .blog.contact .items-row .span2,
  .blog.contact .items-row .span2:nth-of-type(even){
    width: calc(100% - 42px);
    border: 1px solid #E0E0E0;
    border-bottom: none;
  }

  .blog.contact .items-row .span2:last-of-type{
    border-bottom: 1px solid #E0E0E0;
  }
}

.blog.contact .items-row .item .item-image{
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

#content .blog.contact .items-row .item .item-image img{
  height: 70px !important;
  width: auto;
}

.blog.contact .items-row .item .page-header{
  text-align: center;
  margin: 0 0 65px;
}

.blog.contact .items-row .item .itemBody{
  /* width: 80%; */
  /* margin: 0 auto; */
  text-align: center;
}

#map{
  padding: 0;
  line-height: 0;
}

#map .inner{
  width: 100%;
  max-width: 100%;
}

.module.map iframe{
  width: 100%;
  height: 400px;
}

/***** contact end *****/

/***** search start *****/

.search .pageBottom hr{
  margin: 30px 0;
}

.search .pageBottom .form-limit,
.search .pageBottom .counter{
  display: none;
}

.search .pageBottom .search-results{
  margin-top: 60px;
}


/***** search end *****/


/***** cookies start *****/

div#cookiesck{
  position: fixed;
  bottom: 0;
  background: #161026;
  color: #FFF;
  width: calc(100% - 120px);
  max-width: 800px;
  padding: 50px 60px !important;
  text-align: left;
}

@media(max-width:700px){
  div#cookiesck{
    padding: 20px !important;
    width: calc(100% - 40px);
  }
}

div#cookiesck .inner{
  width: 100%;
}

div#cookiesck > div{
  text-align: left;
  align-items: flex-start;
}

div#cookiesck a.cookiesck_button,
div.cookiesck-main-buttons .cookiesck_button,
.cookiesck-category .cookiesck_button,
.cookiesck-category .cookiesck_button:hover,
.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active,
div.cookiesck-main-buttons .cookiesck_button:hover{
  padding: 22px 40px 22px 60px ;
  display: inline-block;
  margin: 30px 0 0 20px;
  font-weight: 700;
  position: relative;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, transparent 50%, #57D170 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  border: 1px solid #57D170;
  cursor: pointer;
  color: #161026;
}

@media(max-width:700px){
  div#cookiesck a.cookiesck_button{
    padding: 15px 20px 15px 40px;
  }
}

div.cookiesck-main-buttons .cookiesck_button,
.cookiesck-category .cookiesck_button,
.cookiesck-category .cookiesck_button:hover,
.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active,
div.cookiesck-main-buttons .cookiesck_button:hover{
  padding: 10px 15px;
  border-width: 2px;
  margin: 5px;
}

div#cookiesck a.cookiesck_button#cookiesck_decline,
div#cookiesck a.cookiesck_button#cookiesck_settings,
div.cookiesck-main-buttons .cookiesck_button.cookiesck-decline,
div.cookiesck-main-buttons .cookiesck_button#cookiesck_readmore,
.cookiesck-main .cookiesck-decline:hover,
.cookiesck-main .cookiesck-decline.cookiesck-active{
  color: #57D170;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  background: linear-gradient(to right, #57D170 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-color: #57D170;
}

div#cookiesck a.cookiesck_button:hover,
div#cookiesck a.cookiesck_button#cookiesck_decline:hover,
div#cookiesck a.cookiesck_button#cookiesck_settings:hover{
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  color: #57D170;
}

div#cookiesck a.cookiesck_button#cookiesck_decline:hover,
div#cookiesck a.cookiesck_button#cookiesck_settings:hover{
  color: #161026;
}

div.cookiesck-main-buttons .cookiesck_button:hover{
  /* background: initial !important; */
}

div#cookiesck a.cookiesck_button::before{
  display: block;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
}

@media(max-width:700px){
  div#cookiesck a.cookiesck_button::before{
    left: 15px;
  }
}

div#cookiesck a.cookiesck_button#cookiesck_decline::before{
  content: '\f00d';
}

div#cookiesck a.cookiesck_button#cookiesck_settings::before{
  content: '\f013';
}

div#cookiesck_interface{
  max-width: 700px;
  margin: 0 auto;
  top: 60px;
  bottom: auto;
  color: #FFF;
  background: #161026;
  border: none;
}

@media(max-width:700px){
  div#cookiesck_interface{
    padding-top: 80px;
    top: 0;
  }
}

div#cookiesck_interface .cookiesck-main-close{
  background: #57D170;
  color: #161026;
  font-weight: 700;
}

div#cookiesck_interface .cookiesck-category-desc{
  color: #FFF;
}

div#cookiesck_interface .cookiesck-platform{
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 12px;
}

div#cookiesck_interface .cookiesck-platform-name,
div#cookiesck_interface .cookiesck-category-name{
  color: #FFF;
  flex: 1;
}

/***** cookies end *****/
#cf_2 .cf-control-group[data-key="5"] {
                --button-border-radius: 12px;
--button-padding: 13px 20px;
--button-color: #161026;
--button-font-size: 16px;
--button-background-color: #57d170;

            }
        .convertforms {
                --color-primary: #4285F4;
--color-success: #0F9D58;
--color-danger: #d73e31;
--color-warning: #F4B400;
--color-default: #444;
--color-grey: #ccc;

            }
        #cf_2 {
                --font: Arial;
--max-width: 500px;
--background-color: rgba(255, 255, 255, 1);
--border-radius: 0px;
--control-gap: 10px;
--label-color: #333333;
--label-size: 16px;
--label-weight: 400;
--input-color: #757575;
--input-placeholder-color: #75757570;
--input-text-align: left;
--input-background-color: #ffffff;
--input-border-color: #cccccc;
--input-border-radius: 3px;
--input-size: 16px;
--input-padding: 12px 12px;

            }
        .cf-field-hp {
	display: none;
	position: absolute;
	left: -9000px;
}
			#cookiesck {
				position:fixed;
				left:0;
				right: 0;
				bottom: 0;
				z-index: 1000000;
				min-height: 30px;
				color: #eeeeee;
				background: rgba(0,0,0,0.5);
				text-align: center;
				font-size: 14px;
				line-height: 14px;
			}
			#cookiesck_text {
				padding: 10px 0;
				display: inline-block;
			}
			#cookiesck_buttons {
				float: right;
			}
			.cookiesck_button,
			#cookiesck_accept,
			#cookiesck_decline,
			#cookiesck_settings,
			#cookiesck_readmore {
				float:left;
				padding:10px;
				margin: 5px;
				border-radius: 3px;
				text-decoration: none;
				cursor: pointer;
				transition: all 0.2s ease;
			}
			#cookiesck_readmore {
				float:right;
			}
			#cookiesck_accept {
				background: #1176a6;
				border: 2px solid #1176a6;
				color: #f5f5f5;
			}
			#cookiesck_accept:hover {
				background: transparent;
				border: 2px solid darkturquoise;
				color: darkturquoise;
			}
			#cookiesck_decline {
				background: #000;
				border: 2px solid #000;
				color: #f5f5f5;
			}
			#cookiesck_decline:hover {
				background: transparent;
				border: 2px solid #fff;
				color: #fff;
			}
			#cookiesck_settings {
				background: #fff;
				border: 2px solid #fff;
				color: #000;
			}
			#cookiesck_settings:hover {
				background: transparent;
				border: 2px solid #fff;
				color: #fff;
			}
			#cookiesck_options {
				display: none;
				width: 30px;
				height: 30px;
				border-radius: 15px;
				box-sizing: border-box;
				position: fixed;
				bottom: 0;
				left: 0;
				margin: 10px;
				border: 1px solid #ccc;
				cursor: pointer;
				background: rgba(255,255,255,1) url(https://saffiorfik.gl/plugins/system/cookiesck/assets/cookies-icon.svg) center center no-repeat;
				background-size: 80% auto;
				z-index: 1000000;
			}
			#cookiesck_options > .inner {
				display: none;
				width: max-content;
				margin-top: -40px;
				background: rgba(0,0,0,0.7);
				position: absolute;
				font-size: 14px;
				color: #fff;
				padding: 4px 7px;
				border-radius: 3px;
			}
			#cookiesck_options:hover > .inner {
				display: block;
			}
			#cookiesck > div {
				display: flex;
				justify-content: space-around;
				align-items: center;
				flex-direction: column;
			}
			
			
			.cookiesck-iframe-wrap-text {
				position: absolute;
				width: 100%;
				padding: 10px;
				color: #fff;
				top: 50%;
				transform: translate(0,-60%);
				text-align: center;
			}
			.cookiesck-iframe-wrap:hover .cookiesck-iframe-wrap-text {
				color: #333;
			}
			.cookiesck-iframe-wrap-allowed .cookiesck-iframe-wrap-text {
				display: none;
			}
