@import url('bulma.css');



/*---JARILO CODE---*/

/* jssocial */
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: 0.2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: 0.6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: 0.5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490f3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-link {
  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-link:active,
.jssocials-share-link:focus,
.jssocials-share-link:hover {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 0.3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box:hover {
  background: #dcdcdc;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent #dcdcdc transparent transparent;
}
.jssocials-share-count-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #057102;
}

/* ------------ Slider Code ---------------------------------------------- */

@keyframes slidy2 {
  0% {
    left: 0%;
  }
  45% {
    left: 0%;
  }
  50% {
    left: -100%;
  }
  95% {
    left: -100%;
  }
  100% {
    left: -200%;
  }
}
@keyframes slidy3 {
  0% {
    left: 0%;
  }
  30% {
    left: 0%;
  }
  35% {
    left: -100%;
  }
  65% {
    left: -100%;
  }
  70% {
    left: -200%;
  }
  95% {
    left: -200%;
  }
  100% {
    left: -300%;
  }
}
@keyframes slidy4 {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
@keyframes slidy5 {
  0% {
    left: 0%;
  }
  15% {
    left: 0%;
  }
  20% {
    left: -100%;
  }
  35% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  55% {
    left: -200%;
  }
  60% {
    left: -300%;
  }
  75% {
    left: -300%;
  }
  80% {
    left: -400%;
  }
  95% {
    left: -400%;
  }
  100% {
    left: -500%;
  }
}
@keyframes slidy6 {
  00.00% {
    left: 0%;
  }
  11.66% {
    left: 0%;
  }
  16.66% {
    left: -100%;
  }
  28.33% {
    left: -100%;
  }
  33.33% {
    left: -200%;
  }
  45.00% {
    left: -200%;
  }
  50.00% {
    left: -300%;
  }
  61.66% {
    left: -300%;
  }
  66.66% {
    left: -400%;
  }
  78.33% {
    left: -400%;
  }
  83.33% {
    left: -500%;
  }
  95.00% {
    left: -500%;
  }
  100.0% {
    left: -600%;
  }
}
@keyframes slidy7 {
  00.00% {
    left: 0%;
  }
  10.28% {
    left: 0%;
  }
  14.28% {
    left: -100%;
  }
  24.56% {
    left: -100%;
  }
  28.56% {
    left: -200%;
  }
  38.84% {
    left: -200%;
  }
  42.84% {
    left: -300%;
  }
  53.12% {
    left: -300%;
  }
  57.12% {
    left: -400%;
  }
  67.40% {
    left: -400%;
  }
  71.40% {
    left: -500%;
  }
  81.68% {
    left: -500%;
  }
  85.68% {
    left: -600%;
  }
  96.00% {
    left: -600%;
  }
  100.0% {
    left: -700%;
  }
}

#slider {
  overflow: hidden;
  margin: auto;
  position: relative;
}

.slider-over {
  position: absolute;
  top: 0;
  pointer-events: none;
}
#slider figure img {
  width: 10%;
  float: left;
}
#slider figure {
  position: relative;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  width: 1000%;
}
#slider[data-slides='2'] figure {
  animation: 15s slidy2 infinite;
}
#slider[data-slides='3'] figure {
  animation: 20s slidy3 infinite;
}
#slider[data-slides='4'] figure {
  animation: 25s slidy4 infinite;
}
#slider[data-slides='5'] figure {
  animation: 30s slidy5 infinite;
}
#slider[data-slides='6'] figure {
  animation: 35s slidy6 infinite;
}
#slider[data-slides='7'] figure {
  animation: 40s slidy7 infinite;
}

/*-- template fixes --*/
.section {
  padding: 1.5rem 0.5rem !important;
}
.section.tight {
  padding: 0.75rem 1.5rem !important;
}
ul {
  margin-bottom: 0px !important;
}
.container {
  max-width: 1200px !important;
  padding: 0rem;
}
#main-desc_wrap.section {
  padding: 0px !important;
}
.divide {
  height: 3px;
  background-color: #ed241b;
  width: 20%;
  margin: 0.75rem 0;
  margin-top: 0.5rem;
}
strong { font-weight: 600 !important; }

.column.is-narrow {display: flex;}

@media (orientation: landscape) and (min-width: 297px) {
  #mbl-header, #mbl-nav { display: none !important; }
}

@media (max-width: 990px) {
  .section {
    padding: 1rem !important;
  }
  #main-desc_wrap.section {
    padding: 1.5rem !important;
  }
  #main-desc_wrap {
    margin-top: 140px;
    padding: 0 1rem;
  }
}
@media (max-width: 770px) {
  #main-desc_wrap {
    margin-top: 70px;
  }
}

/*--Presets--*/

.txt-break {
  width: 100%;
  height: 1px;
  background-color: #057102;
  margin: 30px 0px;
}

.font-a { font-size: 24px !important; font-weight: 500 !important; letter-spacing: 1.2px !important; color: #262626 !important; }
.font-b { font-size: 14px !important; font-weight: 400 !important; font-family: "verdana-pro", sans-serif !important; letter-spacing: 1px !important;  }
.font-c { font-weight: 600 !important; line-height: 1.5; color: #282828 ; font-size: 28px; font-family: "verdana-pro"; letter-spacing: normal !important; text-transform: uppercase; }

/*-- template settings --*/
html {
  overflow-y: auto;
}

::-webkit-scrollbar {
  display: none;
}
::-webkit-scrollbar-track {
  display: none;
}
body {
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
background-position: top 165px center, bottom 330px center;
background-repeat: no-repeat;
overflow-x: hidden;
background-size: contain;

}
body * {
  font-family: "verdana-pro", sans-serif;
  color: #2c3c4d;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
}
.is-primary {
  background-color: #1c2835;
  color: #fff;
}
.is-primary.bttn {
  background-color: #057102;
  color: #fff !important;
  width: fit-content;
  width: -moz-fit-content;
  padding: 15px 30px;
  transition: all 0.4s;
}
.is-primary.bttn:hover {
  background-color: #2c4d99;
  transition: all 0.2s;
}
.is-primary.bttn.highlight {
  background-color: #057102;
  color: #fff;
  width: fit-content;
  width: -moz-fit-content;
  padding: 15px 30px;
  transition: all 0.4s;
}
.is-primary.bttn.highlight a {
  color: #fff;
}
.is-primary.bttn.highlight:hover {
  background-color: #2c4d99;
  transition: all 0.2s;
}
.fa-jar-bttn {
  padding-right: 0.25rem;
  color: #9b9c98;
}
.fa {
  color: #fff;
}

@media (max-width: 990px) {
  .bttn.is-primary.highlight {
    max-width: 100%;
    margin: auto;
  }
  body {
    background-size: auto;
  }
}

#bodywrapper {
  max-width: 1200px;
  margin: auto;
  background-color: transparent;
}

@media (min-width: 990px) {
  #bodywrapper {
    margin-top: 0.5rem;
  }
  body { 
    background: #fff !important;
  }
}

/*-- panels --*/
.panel {
  border: 1px solid #ededed;
  padding: 0.5rem;
}
.panel-body {
  padding: 1rem;
}

/*-- Text headder --*/
#txt-slider { background-color: #f6f7fa   !important; padding: 3px 0; position: relative; border-bottom: solid 5px #2c3c4d; }
#txt-slider.is-hidden-desktop { position: fixed; }

@keyframes slideconstant {
  0% { left: 0%; }
  100% { left: -300%;} 
}
#slider2 { overflow: hidden; margin: auto; position: relative; border-radius: 5px; }
.slider2-over {  position: absolute;  top: 0;  pointer-events: none; }
#slider2 figure img { width: 10%; float: left; }
#slider2 figure { position: relative; margin: 0; left: 0; text-align: left; font-size: 0; width: 1000%; }
#slider2 figure { animation: 50s slideconstant infinite; animation-timing-function: linear; }



@media (max-width: 990px) {
  #txt-slider {
    z-index: 9999 !important;
    position: fixed;
    bottom: 0px;
  }
}

/*-- Header--*/
@media (min-width:1024px) {
  #topbar-mobile { display: none; }
}
#mbl-nav .nav_wrap .columns .column:first-of-type { background-color: #1c2835; padding-left: 1.5rem; }
#topbar-mobile .fa-mobile-bttn { color: #2c3c4d; }
#topbar-mobile .mobilebttn { text-align: center; fill: #fff; height: 100%; display: flex; justify-content: center; }
#topbar-mobile .has-background-dark { background-color: #beb0d1!important;}
#mobile-menu .menu-list a, .menu-label { color: #000; }

#mbl-header { margin-bottom: 12px;  padding: 1rem 1.5rem !important; background-color: #fff; }

#mbl-topbar { background-color: #f9f9f9; padding: 0.25rem 0.5rem; position: fixed; z-index: 9999999999; width: 100%;}
#mbl-topbar p { font-size: 16px; font-family: "verdana-pro", sans-serif;  font-weight: 500 !important; }

#topbar-mobile .mobilebttn svg { width: 22px; }
#topbar-mobile #mbl-nav .nav_wrap .columns .column:first-of-type .mobilebttn svg { fill: #fff; }

#mbl-nav { background-color: #1c2835; }
#mbl-nav .nav_wrap .columns .column { border-right: solid 1px #1111113d; }
#mbl-nav .nav_wrap .columns .column:last-of-type { border-right: none; padding-right: 1.5rem; }
.menu-list > ul:nth-child(2) { padding: 0 0.5rem; }

#mbl-header .logowrap { height: 100%; display: flex; flex-direction: column; justify-content: center; width: 180px; margin-top: -5px; }
#mbl-header .column:first-of-type { padding-left: 0 !important; }
#mbl-header .column:last-of-type { padding-right: 0 !important; }


@media (max-width:990px) {
    #topbar .contactsection { display: none !important; }
    #topbar-mobile { position: fixed; width: 100%; z-index: 3000; z-index: 999999999; }  
}
@media (min-width:990px) {
  #mbl-topbar {display: none; }  
}

/* #mobile-menu-wrapper { position: fixed; top: 24px; width:100%; } */
#mobile-menu-activator { opacity:0; position: absolute; }
#mobile-menu { max-height:0px; overflow:hidden; transition: max-height 500ms; position: absolute; z-index: 999; width: 100%; background-color: #fff; }
#mobile-menu .box { height: 100vh; overflow: scroll; background: transparent !important; }
#mobile-menu-activator:checked + #mobile-menu { max-height: 100vh; transition: max-height 1s; overflow: scroll; }
#mobile-menu .menu-list a, .menu-label { color: #1c2835; font-size: 24px;font-weight: 500;line-height: 45px; letter-spacing: 1.2px; }


/*-- nav bar --*/
#nav {
  background-color: transparent;
}
#nav ul.nav-bttn_wrap {
  position: relative;
margin: 0;
margin-bottom: 0px;
display: flex;
justify-content: center;
}
#nav li { 
  width: 100%; 
}
#nav ul.nav-bttn_wrap > li > a .wrap { margin: 0px 5px; text-align: center; background-color: #f6f7fa; border-radius: 10px; padding: 15px; transition: all 0.4s;  }
#nav ul.nav-bttn_wrap > li:first-of-type > a .wrap { margin-left: 0px; }
#nav ul.nav-bttn_wrap > li:last-of-type > a .wrap { margin-right: 0px; }
#nav ul.nav-bttn_wrap > li > a .wrap:hover { transform: scale(1.05); transition: all 0.2s; background-color: #2c3c4d; }
#nav ul.nav-bttn_wrap > li > a .wrap:hover p { color: #fff; }
#nav ul.nav-bttn_wrap > li > a .wrap img { transition: all 0.6s; }
#nav ul.nav-bttn_wrap > li > a .wrap p { transition: all 0.4s; font-weight: 600; }
#nav ul.nav-bttn_wrap > li > a .wrap:hover img, #nav ul.nav-bttn_wrap > li > a .wrap:hover p { transform: scale(1.2); transition: all 0.4s; top: 15px; }

#nav img { max-width: 100%; width: 60px; }

/*-- main header --*/
#header {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 1.5rem 0 !important;
  background-size: cover;
}
#header .logoimg {
  max-width: 100%;
  width: 250px;
}
#navbar .icon {
  color: #2c5d40;
}
#navbar .icon:hover {
  color: #fff;
}
.top-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: right;
}
#navbar ul.nav-bttn_wrap {
  position: relative;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  display: flex;
  justify-content: end;
}
#navbar ul.nav-bttn_wrap.left {
  justify-content: left !important;
  color: #80ea95;
}
#navbar ul.nav-bttn_wrap > li {
  padding: 0 35px;
  list-style: none;
  transition: all 0.4s;
  display: flex;
flex-direction: column;
justify-content: center;
padding-right: 0px;
}

 #navbar ul.nav-bttn_wrap > li:nth-child(1) > a :hover {
  color: #ed241b !important;
  transition: all 0.2s;
 }

#navbar ul.nav-bttn_wrap > li:hover {
  color: #1c2835 !important;
  transition: all 0.2s;
}
#navbar ul.nav-bttn_wrap > li:nth-child(5) {
  border: none;
}
#navbar ul.nav-bttn_wrap > li > a {
  cursor: "verdana-pro";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  transition: 0.4s all;
  margin-bottom: -3px;
  font-weight: 300 !important;
  font-size: 15px !important;
  letter-spacing: 0.5px !important;

}
#navbar ul.nav-bttn_wrap > li > a:hover,
#navbar ul.contact-bttn_wrap > li > a:hover {
  color: #ed241b ;
  transition: all 0.2s;
}
#navbar .left > li:nth-child(1) {
  padding-left: 0px !important;
}
#navbar .right > li:nth-child(2) {
  padding-right: 0px !important;
}

@media (max-width: 1200px) {
  #header {
    padding: 20px 25px !important;
  }
}

@media (max-width: 1150px) {
  #header .top-list li a {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  #header {
    padding-top: 60px !important;
    background-position-y: bottom;
    padding-bottom: 15px !important;
  }
  #gallery-inner {
    margin-top: 0px;
  }

}
@media (max-width: 770px) {
  #gallery-inner {
    margin-top: 50px;
  }

}

@media (max-width: 770px) {
  #header {
    padding: 0px !important;
    padding-top: 0px;
  padding-top: 50px !important;
  background-position: inherit;
  background-color: transparent;
  margin-bottom: -40px;
  border-bottom: solid 1px transparent !important;
  }
  #header .logoimg {
    margin: auto;
    display: block;
  }
  #header .contactsection {
    float: none !important;
    text-align: center;
  }
  #header .img-wrap .logoimg {
    max-width: 300px;
  }
  #header .logowrap img {
    max-width: 100%;
    padding: 10px;
    width: 200px;
  }
}

#contactbar, #contactbar .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}


@media (max-width: 1200px) {
  #header {
    padding: 20px 25px !important;
  }
}

@media (max-width: 1150px) {
  #header .top-list li a {
    font-size: 12px;
  }
}

@media (max-width: 990px) {
  #header {
    padding-top: 60px !important;
    background-position-y: bottom;
    padding-bottom: 15px !important;
  }
}

@media (max-width: 770px) {
  #header {
    padding: 0px !important;
    padding-top: 0px;
  padding-top: 50px !important;
  background-position: inherit;
  background-color: transparent;
  margin-bottom: -40px;
  border-bottom: solid 1px transparent !important;
  }
  #header .logoimg {
    margin: auto;
    display: block;
  }
  #header .contactsection {
    float: none !important;
    text-align: center;
  }
  #header .img-wrap .logoimg {
    max-width: 300px;
  }
  #header .logowrap img {
    max-width: 100%;
    padding: 10px;
    width: 200px;
  }
}

#contactbar, #contactbar .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}




/*-- USPS--*/
#usp { padding: 15px !important;  background-color: #1c2835; }
#usp .uspicon p {font-size: 14px !important; font-family: "verdana-pro", sans-serif; cursor: pointer; display: flex; align-items: center; margin: 0; text-align: left; color: #111; font-weight: 500; letter-spacing: 1px !important; transition: all 0.4s; }
#usp a { display: flex; justify-content: center; }
#usp .uspicon { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
#usp .uspicon img { max-height: 100%; height: 55px; margin-right: 10px; max-width: 40px; height: 40px; }
#usp .uspicon .text_wrap { font-family: "verdana-pro", sans-serif, sans-serif ; height: 100%;  display: flex;  flex-direction: column;  justify-content: center; }
#usp .uspicon .text_wrap strong {font-weight: 500; font-size: 16px !important; font-family:  inter;}
#usp .uspicon .text_wrap strong, #usp .uspicon p { font-size: 15px !important; transition: all 0.4s; color: #1c2835;  letter-spacing: 1px ; font-weight: 500; }
#usp .uspicon p { font-weight: 500; font-size: 12px !important; }

#usp .column:nth-child(1) .uspicon a { justify-content: start; }
#usp .column:nth-child(3) .uspicon a { justify-content: end; }

#usp .img_wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; }

@media(max-width:770px){
  #usp { display: none; }
}


/*-- product and description --*/
#product-title { border-top: solid 1px #33333329; border-bottom: solid 1px #33333329; padding: 25px 1.5rem !important; background-color: #fff; }
#product-title .title .main { font: var(--title-main); letter-spacing: 1px; }
#product-title .title .sub p { color: #999999ab   !important; margin-bottom: 0.75rem; ; font-weight:8700 !important;}
#product-title .title .sub p { font-size: var(--title-sub); }
#product-title .bttn_wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; }
#product-title .bttn_wrap .bttn { width: 100%; }
.font-b svg { fill: #2c3c4d; }
.sub p {margin-bottom: 0.5rem; }

#desc-banner { background-color: #f1f8f5; border: 1px solid #95c9b4; padding: 16px; margin-bottom: 1rem; }
#desc-banner svg { font-size: 18px; fill: #eb2126; height: 100%; }
#desc-banner .column.is-narrow .text_wrap p { font-size: 12px; color: #999999ab ;  }
#desc-banner .column.is-narrow .text_wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; }
#desc-banner .columns .column .text_wrap.b { padding-left: 45px !important; height: 100%; display: flex; flex-direction: column; justify-content: center; }
#desc-banner .font-b {font-size: 14px !important; line-height: 1.5; }

.top-banner_wrap p.font-b { font-size: 14px; margin-bottom: -3px !important; }
.top-banner_wrap img { max-width: 100%; width: 300px !important; margin-bottom: 15px; }

#main-info-text .shortdesc .head { margin-bottom: 1rem; }

#main-info-text .sub { margin-bottom: 1rem; }

#planet-banner { background-color: transparent; border: 1px solid #99D5CF; padding: 16px; margin: 1rem 0; margin-bottom: 1.75rem !important; border-radius: 15px; }
#planet-banner svg { font-size: 18px; fill: #2c3c4d; height: 100%; }
#planet-banner .column.is-narrow .text_wrap p { font-size: 12px; color: #999999ab ;  }
#planet-banner .column.is-narrow .text_wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; }
#planet-banner .columns .column .text_wrap.b { padding-left: 2rem !important; height: 100%; display: flex; flex-direction: column; justify-content: center; }
#planet-banner .font-b {font-size: 14px !important; }

#icon .icon_wrap { display: flex; }
#icon .icon_wrap .svg_wrap { margin-right: 10px; }
#icon .icon_wrap .svg_wrap svg { fill: #ef6c00;  border-radius: 100px; background-color: #fde1cc; font-size: 28px; padding: 6px; }
#icon .icon_wrap  p { color: #ef6c00; font-weight: 700; letter-spacing: normal !important; }

#description-box .bttn_wrap { display: flex; margin-top: 1.25rem; }
#description-box .bttn_wrap .bttn {  width: 100%; background-color: #ed241b; }
#description-box .bttn_wrap .bttn:hover {  width: 100%; background-color: #2c3c4d; }

#maininfo .container { border-radius: 15px;}

@media (max-width: 990px) {
  #product-title .responsive_wrap {  margin-top: 155px; }
  
}
@media (max-width: 770px) {
  #product-title { padding: 25px 0.5rem; }
  #product-title .bttn { display: none; }
  #product-title .title {  margin-bottom: -25px; }
}

#info-bttns {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#info-bttns .info-bttn_wrap {
  background-color: #80ea95;
  padding: 20px 0px;
  transition: 0.4s;
}
#info-bttns .info-bttn_wrap:hover {
  background-color: #58585a ;
  transition: 0.2s;
  color: #fff;
}
#info-bttns .info-bttn_wrap p {
  text-align: center;
  font-size: 16px;
  color: inherit;
  
  font-weight: 300;
  letter-spacing: 1px;
}

@media(max-width: 990px) {
  #info-bttns .info-bttn_wrap p { font-size: 10px; }
}

#maininfo .descriptipn-box_wrap {
background-size: cover;
height: 100%;
}
#productdesc {
    opacity: 1;
    transition: all 0.25s;
    line-height: 1.5;
    letter-spacing: 0;
    padding-top: 1.5rem;
}
#product_wrap {
  border: 1px solid #eb2126;
  padding: 20px;
}
#maininfo img {
  max-width: 100%;
  margin: auto;
}
#maininfo .desc-img-wrap {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#maininfo .desc-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#description-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#description-box .details-big {
  padding-left: 0.5rem;
}
#description-box .details-big .price {
  font-family: Lato;
  font-weight: 400px;
  font-style: normal;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0px;
}
#description-box .feedback p {
  display: inline-block;
  background: url('https://ebay.jarilohosting.co.uk/2023/jamangietrading/listing/images/fbackstars.png');
    background-repeat: repeat;
  background-repeat: no-repeat;
  padding-left: 90px;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 400;
  font-family: "verdana-pro";
  letter-spacing: 1px !important;
  
}
#description-box .feedback p strong {
  font-weight: 500;
  color: #54595f !important;
  font-family: "verdana-pro";
}
#description-box .details-big .feedback  a {
  display: inline-block;
  color: #07a4a6;
  font-size: 13px;
  letter-spacing: 0.6px;
  font-family: inherit; 
  text-decoration: underline;
  background-repeat: no-repeat;
  transition: all 0.4s;
  font-weight: 400;
  font-family: "verdana-pro";

}
#description-box .details-big .feedback a:hover { 
  color: #eb2126;
  transition: all 0.2s;
 }
#description-box .feedback {
  margin-bottom: 15px;
  padding: 12px 0;
}
#main-info-text .shortdesc p.font-a {
  margin-bottom: 0.75rem;
}
#main-info-text .shortdesc p strong {
  font-size: 15px !important;
  margin-right: 5px;
  color: #2c3c4d  !important;
  letter-spacing: 0.5px !important;
  margin-right: 7px;
}
#main-info-text .shortdesc p.font-b strong {
  color: #ef6c00 !important;
}
#product_description_box .description_wrap {
  font-weight: 400px;
  font-family: '"nunito"; ';
}

#description_section {
  padding: 50px 0px;
  background-color: #e6e6e6;
}

.desc_bttns a {
  display: inline-block;
}

.desc_bttn:hover {
  color: #fff;
  font-family: "verdana-pro";
  background-color: #6e0938;
  padding: 15px 25px;
  font-size: 16px;
  transition: all 0.4s;

  letter-spacing: 1px;
  font-weight: 400;
}
.desc_bttn p {
  color: #111 !important;
  50px;
  font-family: "verdana-pro";
  font-size: 16px;
  transition: all 0.4s;

  letter-spacing: 1px;
  font-weight: 400;
}

.mailinglist_bttn_inner {
  text-align: center;
  padding: 10px;
  background-color: #7a7a7a;
  color: #454545;
  margin-top: 30px;
  transition: 0.4s all;
  font-family: '"nunito"; ' !important;
  letter-spacing: 1px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mailinglist_bttn_inner:hover {
  background-color: #eaac33;
  transition: 0.2s all;
}

#description-box .shortdesc .panel-body * {
  font-weight: 400px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
#description-box .shortdesc .panel-body ul {
  margin-top: 1rem;
}
#title_banner {
  background: url('https://ebay.jarilohosting.co.uk/2023/jamangietrading/listing/images/mobbg.jpg');
  padding: 50px 0px;
  background-size: cover;
  background-position: top center;
  border-top: solid #e5262a 3px;
}
#title_banner .feedback ul li {
  display: inline-block;
}
#title_banner .feedback .fa-star {
  color: #ff7851;
}

#title_banner .feedback .feedback-link a {
  color: #777;
  font-size: 13px;
  letter-spacing: 0.6px;
  margin-left: 6px;
}
#title_banner .title {
  font-family:"verdana-pro", sans-serif;
  font-weight: 200;
  font-size: 26px;
  margin-bottom: 0.3rem;
  line-height: 28px;
  color: #fff;
}
#title_banner .title_content p {
  font-family: "verdana-pro", sans-serif;
  color: #fff;
  letter-spacing: 3.5px;
  line-height: 2;
  margin-bottom: 1rem;
  font-size: 27px;
  
}
#main-buttons {
  bottom: 0px;
  position: relative;
  margin-top: 1.5rem;
}
#main-buttons .mainbttn_wrap {
  width: 100%;
}
#main-buttons .mainbttn_wrap .bttn {
  width: 100% !important;
  text-align: center;
  margin-bottom: 5px;
}

#product_description_box h5 {
  font-size: 34px;
  font-weight: bold;
  font-family: Lato;
  font-weight: 400px;
  font-style: normal;
  border-bottom: 1px solid #e5262a;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
#product_description_box {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.5px;
}

.panel-body p {
  font-weight: 400px;
}

#right_usps {
  margin-top: 1.5rem;
}
#right_usps .usp_item {
  padding: 15px 25px;
  background: #eb2126;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 400px;
  text-align: center;

}
#right_usps .usp_item .fa {
  color: #eaac33;
  margin-right: 5px;
}
#usp_bttm .fas.fa-chevron-right {
  float: right;
}

#usp_top {
  margin: 13px -5px;
  padding: 13px 40px 15px 55px;
  background-repeat: no-repeat;
  background-position: 15px 12px;
  background-image: url(images/condition-icon.png);
  background-color: #fff;
  height: 165px;
}

#usp_bttm .usp_bttm_wrap {
  margin-top: 30px;
  text-align: center;
}
#usp_bttm i {
  font-size: 15px;
  margin-right: 5px;
  color: #eaac33;
}
#usp_bttm .usp_bttns_wrap {
  padding: 10px;
  border-top: solid 2px #d3d2d2;
  transition: 0.4s all;
  font-family: '"nunito"; ' !important;
}
#usp_bttm .usp_bttns_wrap:hover {
  text-decoration: underline;
}
#usp_bttm .usp_wrap {
  font-weight: bold !important;
}
.tc_wrap strong {
  color: #329acc !important;
}


@media (max-width: 990px) {
  .desc_bttns,
  #usp_bttm {
    padding: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .mailinglist_bttn_inner {
    margin-top: 20px;
  }
  #description-box .details-big .feedback .feedback-link a {
    font-size: 16px !important;
  }
  
  .desc_bttns a {
    display: block !important;
  }
  #description-box p {
    font-size: 13px !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .desc_bttns .desc_bttn {
    margin-top: 35px;
  }
  #description-box {
    padding-left: 0px !important;
  }
  #description-box .details-big {
   height: 100%;
   padding: 0.5rem 0.5rem !important;
  }
  .desc_bttns .desc_bttn {
    width: 30% !important;
  }
  #maininfo .descriptipn-box_wrap {
    margin-top: -20px;
  }
  #productdesc {
    margin-top: 0px;
    padding-bottom: 2.25rem !important;
  }
  #productdesc {
    padding: 0.5rem !important;
    margin-top: 0.75rem ;
  }
  #main-info-text, .feedback  {
    display: none;
  }
  .is-desktop > div:nth-child(2){
    padding-top: 0 !important;
  }
  .is-desktop > div:nth-child(1) {
    padding-bottom: 0 !important;
  }
  #maininfo .desc-img-wrap {
    border-bottom: none !important;
    background-color: transparent;
  }
  #maininfo .descriptipn-box_wrap {
    border-top: none !important;
  }
  #description-box .details-big .title {
    font-size: 24px !important;
  }

  #main-desc_wrap .columns { display: grid !important; }
  #main-desc_wrap .columns .column:nth-child(1) { order: 2; }
  #main-desc_wrap .columns .column:nth-child(2) { order: 1; }
  #main-desc_wrap .columns .column:nth-child(2) .bttn { display: none; }
  #description-box .details-big .title { line-height: 1.25; }
}
@media (max-width: 770px){
  .desc_bttns .desc_bttn {
    width: 70% !important;
  }
  #maininfo .desc-img {
    width: 100%;
    background-color: transparent;
  padding-top: 0px;
  }
}


/*-- Product Desc Box --*/
#productdesc .desc-title {
  margin: 0px 0px 20px 0px;
}
#productdesc .desc-title p strong {
  font-size: 21px !important;
  font-weight: 500 !important;

  font-family: "verdana-pro", sans-serif;
  transition: all 0.4s;
}
#productdesc .desc_bttn {
  width: 20%;
}
#productdesc .shortdesctitle {
  padding: 0.6em 0.75em;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.6;
}
#productdesc .shortdesc.panel-body {
  padding: 0px;
}-

@media (max-width: 990px) {
  #productdesc .panel-body * {
    font-size: 16px !important;
  }
  #productdesc .desc_bttn {
    width: 70%;
  }
 
}



/*-- cat grid --*/
#catgrid { padding-top: 0 !important; padding-bottom: 0 !important; margin: 2rem 0; }
#catgrid .catbox { position: relative;  max-height: 100%; }
#catgrid .catbox img { transition: all 0.6s; width: 100%; display: block;  border-radius: 10px 10px 0px 0px; border: solid 1px #eee; border-bottom: none; padding: 5px;}
#catgrid .column { transition: all 0.6s;  }
#catgrid .column:hover { transform: scale(1.05); transition: all 0.4s;  }

#catgrid .caption { background-color: #f6f7fa; border-radius: 0px 0px 10px 10px; text-align: center; padding: 10px ;  height: 100px; display: flex; flex-direction: column; justify-content: center; }
#catgrid .catbox .caption img { position: absolute;  transition: all 0.4s ease-out; }
#catgrid .catbox:hover .caption img { position: absolute;  transition: all 0.2s ease-in; }

#catgrid .title_wrap { text-align: center; margin-bottom: 1.5rem; }

.cattitle { color: #2c3c4d; line-height: 27px; margin-bottom: 7px; font-weight: 700 !important; font-size: 18px !important; letter-spacing: normal !important; }
#catgrid a:hover .catbutton { background-color: #ed241b; transition: all 0.2s ease-in;}

.catbttn { margin-top: -3px; display: flex; justify-content: center; }
.catbttn p:hover { color: #2c3c4d !important; transition: all 0.2s; border-bottom: solid 1px #2c3c4d; cursor: "verdana-pro"; }
.catbttn p { font-weight: 500;color: #ed241b;transition: all 0.4s;border-bottom: solid 1px transparent;font-family: "verdana-pro";margin-top: -5px; }

#catgrid .cat-title .top p.font-c { color: #ed241b !important; font-size: 18px; }
#catgrid .cat-title .bottom p.font-c { color: #2c3c4d !important;  }


/*-- relatedproducts --*/
#relatedproducts .related-thumb {
  border: 1px solid #ededed;
  padding: 1.5rem;
  height: 100%;
}
#relatedproducts .related-thumb .related-content {
  text-align: center;
}
#relatedproducts .related-thumb .related-content .related-title {
  margin-top: 0.5rem;
}
#relatedproducts .related-thumb .related-image {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#relatedproducts .related-thumb .related-image img {
  max-width: 100%;
  transition: all 0.5s;
  max-height: 100%;
  object-fit: scale-down;
}
#relatedproducts .related-thumb .related-content .related-bttn {
  margin: auto;
  display: block;
  margin-top: 0.8rem;
}
#relatedproducts .related-thumb:hover .related-image img {
  transform: scale(0.9);
  transition: all 0.2s;
}
#relatedproducts h3 {
  padding-bottom: 10px;
  font-weight: 500;
  font-family: 'Lato';
  color: #9b9c98;
  font-size: 16px;
}
/*-- footer --*/
#footer { background: #f6f7fa; position: relative; z-index: 9999; padding-top: 0 !important;
  padding-bottom: 0 !important; }
#footer * {font-size: 14px; line-height: 24px; color: #2c3c4d; ;}
#footer .column.f-column { padding: 0px; }
#footer .about-footer h4, .footerlink-header { font-size: 16px !important; font-weight: 500 !important; margin-bottom: 8px; }
#footer .footerbreak { width: 100%; height: 1px; background-color: #fff; margin-bottom: 15px; }
#footer .footerlink-header { margin-bottom: 0.5rem; }
#footer .footermenu ul { margin-left: 1rem; }
#footer .footermenu ul li a { transition: all 0.4s; }
#footer .footermenu ul li a:hover { margin-left: 10px; transition: all 0.2s; }
#footer .footermenu ul li a i { font-size: 10px; }
 {  padding: 20px; }
.footercats a:hover { color: #64fbef !important }
.footertitle {color: #2c3c4d !important;  padding: 1rem 0rem 0.5rem 0rem; font-family: "verdana-pro", sans-serif; font-size: 18px !important; font-weight: 600 !important; }
.footerlinks a:hover li { transition: all 0.2s ease-in; color: #ed241b !important;}
.footerlinks a li { transition: all 0.4s ease-out; color: #fd0 !important !important; }
.footerdesc img { padding: 1rem 0rem;}
#topbar-mobile > div > div > div.column.mob-bttn-alt > a > div > i { color: #2c3c4d;}
#footer .column:nth-child(3) .footertitle { text-align: left;}
#footer .column:nth-child(3) .footerdesc {text-align: left;}

.footerlogo img.logoimg { max-width: 100px !important;}

@media ( min-width: 770px ) {
  .footerlogo  { margin-top: 2rem; }
}
@media ( max-width: 990px ) {
  #footer .section { padding: 1.5rem !important; }
  .footerlogowrap { margin-left: 0px;}
}
@media ( max-width: 770px ) {
  #footer .footerlogowrap { text-align: center; }
}

/* footer banner */

#footerbanner {background: url('https://ebay.jarilohosting.co.uk/2023/superecig/listing/images/footerbanner.jpg') #f6f7fa;  background-position: top center;  background-repeat: no-repeat;  text-align: center;  background-size: cover; padding: 1.5rem !important; }

.footerpromo { position: absolute; width: 55%; right: 0px; text-align: left; bottom: 35px; margin-bottom: 2%;}
.footerpromotitle { letter-spacing: 0px; font-size: 24px; font-weight: 900; margin-bottom: 15px; line-height: 1.5; font-family: 'Montserrat';  color: #222 !important;}
.footerpromotext { color: inherit; font-size: 14px; line-height: inherit; font-family: 'Montserrat'; margin-top: 10px; letter-spacing: inherit;}
.footerpromobutton {  display: block; padding: 8px 20px; text-align: center; background-color: #003768; transition: all 0.4s; color: #fff; width: 25%; margin-top: 20px; }
a:hover .footerpromobutton { color: #fff; background-color: #222; transition: all 0.2s ease-in;}
ul.menu-list { margin-top: -20px; line-height: 30px;}

#footerbanner .box_wrap img  { 
  position: relative;
  top: 2px;
 }
#footerbanner .box_wrap  { 
  color: #fff !important;
  height: 100%;
  display: flex;
flex-direction: column;
justify-content: center;
 }
#footerbanner .box_wrap img  { 
  transition: all 0.4s;
 }
#footerbanner .box_wrap:hover img  { 
  transition: all 0.2s;
  transform: scale(0.9);
 }
 @media (max-width: 990px){
  #footerbanner .box_wrap img {
    max-width: 100%;
   width: 150px;
   margin: auto;
  }
  #footerbanner { background-position-x: -800px; }
 }
 @media (max-width: 770px){
  #footerbanner { background-position-x: -1000px; }
 }

#jariload {
  text-align: center;
}
#jariload p {
  color: #53565b !important;
  letter-spacing: 1px ;

  font-weight: 500;
  text-align: center;
  padding: 10px;
}


/* ------------ Extra Info Tabs ------------------------------------------- */
#extra-information { padding-top: 1rem !important; }
#extra-information * { color: #000;}
#extra-information .panel-information h3 { margin: 0; font-size: 16px; font-weight: 500;}
#extra-information input { display:none; }
#extra-information .panel { margin-bottom: 0px; border: none; padding-left: 0; padding-right: 0; }
#extra-information aside.panel-information .panel-heading { display: block; position: relative; background-color: #2c3c4d; : 0; padding: 0.8em 0.75em !important; border: none; border-radius: 5px; }
#extra-information aside.panel-information .panel-heading h3 { color: #fff !important; font-size: 16px; font-weight: 500 !important; font-family: "verdana-pro", sans-serif; letter-spacing: 1px  !important; line-height: 1.25;  }
#extra-information aside.panel-information .panel-heading { margin-bottom: 0; padding: 20px 20px; : 5px;}
#extra-information aside.panel-information .panel-heading .fa-plus { position: absolute; right: 15px; top: 32%; color: #fff; font-size: 16px; transform: rotate(-90deg); transform: all 0.3s; }
#extra-information aside.panel-information input:checked + .panel-heading .fa-plus { transform: rotate(90deg); transition: all 0.3s; margin-top: 3px; }
#extra-information aside.panel-information .panel-body { max-height: 0vh; overflow: hidden; padding: 0 20px; transition: all 0.3s; }
#extra-information aside.panel-information input:checked + label + .panel-body { position: relative; max-height: 100%; padding: 15px 20px; transition: max-height 0.3s; color: #fff;}
#extra-information aside.panel-information .panel-body * { opacity: 0; transition: all 0.25s; }
#extra-information aside.panel-information input:checked + label + .panel-body * { opacity: 1; transition: all 0.25s; list-style: disc; }
#extra-information aside.panel-information input:checked + label:after { content: ''; right:15px; }

#extra-information aside.panel-information .panel-body a {
  color: #0010ff !important;
  transition: all 0.4s;
}
#extra-information aside.panel-information .panel-body a:hover {
  border-bottom: solid 1px #0010ff;
  transition: all 0.2s;
}

@media (max-width: 990px) {
  #extra-information { padding-bottom: 1.5rem !important; }
}

/* #mobile-menu-wrapper { position: fixed; top: 24px; width:100%; } */
#mobile-menu-activator {
  opacity: 0;
  position: absolute;
}
#mobile-menu {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 500ms;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-size: cover;
  background-position: center;
  filter: grayscale(50%);
}
#mobile-menu .box {
  height: 100vh;
  overflow: scroll;
  background-color:;
  padding: 0px !important;
  padding-bottom: 50px !important;
}
#mobile-menu-activator:checked + #mobile-menu {
  max-height: 100vh;
  transition: max-height 1s;
  overflow: scroll;
  position: fixed;
  z-index: 999999999;
}
#mobile-menu aside.menu {
  padding-top: 160px;
}
#mobile-menu aside.menu *{
  font-family: "verdana-pro", sans-serif;
}
#mobile-menu .menu-list .header {
  background-color: #1c283527276524;
}
#mobile-menu .menu-list .header a {
  font-size: 28px;
  padding: 0.5rem 0.5rem;

 
}
#mobile-menu .menu-list a {
  font-weight: 600;
  font-size: 16px;
  padding: 0.25rem;

}
#mobile-menu .menu-list li {
  border-top: solid 1px #111;
  margin: 0px 0.5rem;
}
#mobile-menu .menu-list li:first-of-type {
  border-top: none;
}



.mobile-menu-text {
  background-color: #eaac33;
  padding: 25px !important;
}
.mobile-menu-text p {
  color: #fff;
  font-size: 16px !important;
  color: #fff;
  font-family: "verdana-pro", sans-serif;
  line-height: 1.8;
  text-align: center;
}

#mobile-menu .logoimg {
  width: 300px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
/* change 200vh to approx height for smoother animation */

/* USP Bar */
#usprow {
  padding-bottom: 0 !important;
}
#usprow .ups-wrap img {
  max-width: 100%;
  width: 100%;
  border: 1px solid #ed241b;
}

/* Main slider code */
#slider { border: solid 1px #eee; border-radius: 10px; }
#slideable-wrapper {
  position: relative;
  width: 100%;
  border: solid 1px #ededed;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #fff;
}
#slideable-wrapper .slideable-buttons {
  position: absolute;
  top: 150px;
  left: 10px;
  width: calc(100% - 20px);
  pointer-events: none;
}
#slideable-wrapper .slideable-buttons .button {
  pointer-events: all;
}
#slideable-wrapper .slideable-buttons .button:last-of-type {
  right: 0;
  position: absolute;
}
#slideable-wrapper .slideable-buttons .slideable-hint {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
}
#slideable-wrapper .slideable-buttons .slideable-hint i {
  background: white;
  font-size: 50px;
  border: 3px solid #b5b5b5;
  padding: 10px;
  top: -15px;
  position: relative;
  transition: all 1000ms;
  animation-duration: 3s;
  animation-name: slidehint;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  opacity: 0;
  pointer-events: none;
}
#slideable-gallery {
  overflow: hidden;
  touch-action: pan-x;
  scroll-snap-type: x mandatory;
  position: relative;
}
#slideable-gallery,
#slideable-gallery img {
  height: auto;
  margin: auto;
  max-height: 500px;
  width: 430px;
}
#slideable-gallery .slideable-grip {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
#slideable-gallery .slideable-item {
  scroll-snap-align: start;
  position: relative;
  min-width: 100%;
}
#slideable-gallery input {
  opacity: 0;
  position: absolute;
}
#slideable-gallery.container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#slideable-gallery::-webkit-scrollbar {
  display: none;
}

.slideable-dots {
  text-align: center;
  margin-top: 10px;
}
.slideable-dots label {
  display: inline-flex;
  line-height: 15px;
  background: #233851;
  color: #000;
  font-size: 10px;
  text-decoration: none;
  padding: 0 6px;
  justify-content: center;
  margin: 0 2px 10px;
}
#slider-wrap .slider-top {
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.slideable-dots label:focus {
  background: #ccc;
}

@media (max-width: 770px) {
  #slider-wrap {
    padding-left: 20px !important;
  }
}

/* Responsiveness */
@media (min-width: 990px) {
  #slider-wrap {
    display: block !important;
    padding-top: 0.75rem !important;
  }
  #slider-wrap.container-fluid.section.mbl {
    display: none !important;
  }
}
@media (max-width: 990px) {
  #slider-wrap.container-fluid.section.mbl {
    display: block !important;
    padding-top: 0px !important;
  }
  #slider-wrap {
    display: none !important;
  }
}

  

@media (min-width: 768px) {
  .slider {
    width: 500px;
  }
  .slider .slide {
    width: 500px;
    height: 500px;
  }
  .slider .slider-hinter {
    top: 250px;
  }
}

/* Responsiveness */
@media (min-width: 768px) {
  .slider {
    width: 500px;
  }
  .slider .slide {
    width: 500px;
    height: 500px;
  }
  .slider .slider-hinter {
    top: 250px;
  }
}

/* Hide button navigation if snap not supported. */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

@keyframes slidehint {
  0% {
    left: -50px;
    opacity: 0;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  70% {
    left: 50px;
    opacity: 0;
  }
}

/* Hide button navigation if snap not supported. */
@supports (scroll-snap-type) {
  .slider > a {
    display: none;
  }
}

@keyframes slidehint {
  0% {
    left: -50px;
    opacity: 0;
  }
  30% {
    left: 0;
    opacity: 1;
  }
  70% {
    left: 50px;
    opacity: 0;
  }
}


/*--Jarilo Ad--*/
#jarilo { text-align: center; padding: 1.5rem; background-color: #ffffff !important;}
#jarilo p { font-size: 14px; margin-bottom: 7px; color: #000; }
#jarilo img { width: 100%; max-width: 120px; }

@media (max-width: 990px){
  #jarilo {
    margin-bottom: 2rem !important;
  }
 }


/*-- Gallery --*/

@media (min-width: 990px) {
  .gallery { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
  .gallery .gallery__item { padding: 3px; }
}
.gallery {
  position: relative;
  padding-top: 480px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); 
  gap: 0.5rem ;
}

.gallery .gallery__item {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: solid 1px #eee;
  border-radius: 5px;
}

.gallery .gallery__item[data-src=""] { display: none; }
.gallery .gallery__item[data-src="[image]"], .gallery .gallery__item[data-src="[image2]"], .gallery .gallery__item[data-src="[image3]"], .gallery .gallery__item[data-src="[image4]"], .gallery .gallery__item[data-src="[image5]"], .gallery .gallery__item[data-src="[image6]"], .gallery .gallery__item[data-src="[image7]"], .gallery .gallery__item[data-src="[image8]"], .gallery .gallery__item[data-src="[image9]"], .gallery .gallery__item[data-src="[image10]"], .gallery .gallery__item[data-src="[image11]"], .gallery .gallery__item[data-src="[image12]"], .gallery .gallery__item[data-src="[image13]"], .gallery .gallery__item[data-src="[image14]"], .gallery .gallery__item[data-src="[image15]"], .gallery .gallery__item[data-src="[image16]"], .gallery .gallery__item[data-src="[image17]"], .gallery .gallery__item[data-src="[image18]"], .gallery .gallery__item[data-src="[image19]"], .gallery .gallery__item[data-src="[image20]"], .gallery .gallery__item[data-src="[image21]"], .gallery .gallery__item[data-src="[image22]"], .gallery .gallery__item[data-src="[image23]"], .gallery .gallery__item[data-src="[image24]"] { display: none; }

    .gallery .gallery__item .bigimg {
      opacity: 0;
      display: none;
      transition: all 0.4s;
      background: #fff; }
.gallery .gallery__item .bigimg img {
  max-height: 100%;
  max-width: 90%;
  width: auto;
  margin: auto;
  display: block;
  
}

  .gallery input:checked + .bigimg {
    display: flex;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 470px;
    width: 100%;
    padding: 0;
    transition: all 0.2s;
    border: solid 1px #eee;
    padding: 15px;
    border-radius: 10px;
    }
  
.gallery label img {
  display: block !important;
}



  @media (max-width: 990px) {
    .gallery {
      padding-top: 350px;
      justify-content: center;
      margin: 0 -1rem;
    }

      .gallery .gallery__item {
        min-height: 80px;
        width: 60px;
        padding: 5px;
       }

      .gallery input:checked + .bigimg {
        height: 300px; } }

        input[type=checkbox], input[type=radio] {
          vertical-align: baseline;
          display: none !important;
      }


/* contact split */
#contactsplit { padding: 0px 1.5rem !important; position: relative; }
#contactsplit .container { overflow: hidden; }
.splitcontent { padding: 15px 0px; background-position: center top; background-repeat: no-repeat; background-size: cover;}
.splitwrap { 5px; background: url('https://ebay.jarilohosting.co.uk/2023/superecig/listing/images/splitwrap-bg.jpg'); padding: 10px 30px;  background-position: top center; background-repeat: no-repeat; background-size: cover; overflow: hidden;}  
.splitcontent h2 { color: #fff; font-size: 28px; font-weight: 500; font-family: 'Montserrat';  letter-spacing: 1px; }
.splitcontent h3 {  color: #fff; font-weight: 500; font-size: 16px !important;  font-family: Montserrat; letter-spacing: 1px !important; }
.splitbuttonwrap { display: flex; flex-direction: column; justify-content: center; height: 100%; text-align: right; position: absolute; top: 0; right: -30px;}
.splitbutton { 5px; background: #1c283596; color: #1c2835 !important; padding: 80px; text-align: center; margin-left: auto; transition: all 0.4s ease-out; font-weight: 500 !important;  letter-spacing: 1px !important; transform: skew(15deg, 10deg); }
.splitbutton p { transform: skew(-15deg, -10deg); color: #fff; font-size: 18px; font-weight: 500px; }
.splitbuttonwrap .splitbutton:hover { background-color: #ed241b7a; }
.splitbuttonwrap .splitbutton:hover p { color: #fff; }
#contactsplit .bttns_wrap { height: 100%; display: flex; flex-direction: column; justify-content: center; }

@media (max-width: 990px) {
  #contactsplit { padding: 0 0.5rem !important; }
  .splitbuttonwrap { display: none; }
}
  


#catgrid h2 { border-left: 5px solid #1c2835; padding-left: 20px; }


/*--Block Banner--*/
.block-ban_wrap .text_wrap { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 2rem; border-radius: 0 10px 10px 0; background-color: #f6f7fa; }
.block-ban_wrap .bttn { margin-top: 1.5rem; width: 40%; color: #fff !important; font-size: 16px; font-weight: 500 !important; font-family: "verdana-pro", sans-serif; letter-spacing: 1px  !important; line-height: 1.25;  }
.block-ban_wrap .img_wrap img, .block-ban_wrap .img_wrap { height: 100%; }
#block-ban .text_wrap img { width: 100%; max-width: 250px; margin-bottom: 1.5rem; } 
#block-ban .block-ban_wrap .columns.is-gapless { border: solid 5px #fe6d38; }

h1 { font-family: "ubuntu"; line-height: 38px; font-weight: 600; font-size: 30px; color: #1c2835; text-transform: uppercase; margin-bottom: 15px; }
h2 { font-family: "ubuntu"; font-size: 18px !important; font-weight: 500 !important; color: #333; color: #747479; letter-spacing: 0.5px !important; letter-spacing: 3px !important; }
h3 { font-family: "ubuntu"; font-weight: 600; color: #ed241b; transition: all 0.4s; border-bottom: transparent; letter-spacing: normal !important; text-transform: uppercase; font-size: 17px; }

@media (max-width: 990px) {
  #block-ban { margin-top: 1rem 0; }
  #block-ban .text_wrap { padding: 1.5rem !important; }
  #block-ban .bttn { width: 100%; }

  #slider {  10px 0 0; }
  .block-ban_wrap .text_wrap { border-radius: 0px 0px 10px 10px;}

}

/*--BUTTONS--*/
.bttn {
  display: block;
  padding: 15px 30px;
  text-align: center;
  background-color: #2c3c4d;
  transition: all 0.4s;
  border-radius: 10px;
  }
  .bttn p { font-size: 14px; font-family: "verdana-pro", sans-serif; font-weight: 600 !important; color: #fff !important; transition: all 0.4s; text-transform: uppercase; letter-spacing: 0.5px;
  }
  .bttn:hover  {
    transition: 0.2s all;
    background-color: #ed241b;
  }
  .bttn:hover p  {
    color: #fff !important;
    transition: 0.2s all;
    
  }

  .bttn.mbl {
    padding: 10px 0;
    background-color: transparent;
    text-align: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bttn.mbl:hover {
    background-color: transparent;
  }
  .bttn.mbl p {
    margin-right: 5px;
    font-size: 14px;
    color: #2c3c4d !important;
  }
  .bttn.mbl .fa.fa-envelope.fa-mobile-bttn {
    margin-left: 5px;
  }
