body {
  background-color: #fff;
  margin: 0 !important;
}

.page_content_header{
  padding-top: 138px;
}

.headline-icon {
  width: 29px;
  margin-top: 0;
  margin-right: 3px
}

.valentine{
  color: #E240A4;
  font-weight: 600;
}

/* start: google translation */
.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.lang-select {
  cursor: pointer;
}
.lang_li_skip {
  /*
  border-top: 1px solid black;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  display: none;
  */
  text-align: center;
}
.force_to_hide {
  display: none !important;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
.goog-logo-link {
  display: none !important;
}
.ct-topbar {
  text-align: right;
  background: #eee;
}
.ct-topbar__list {
  margin-bottom: 0px;
}
.lang_mobile_middle {
  margin: 0 30px;
}
.left_align_span {
  float: left;
  width: 20%;
}
.seprator_element {
  padding-left: 5px;
  padding-right: 5px;
  width: 20%;
}
.right_align_span {
  float: right;
  width: 60%;
}

.ct-language__dropdown {
  padding-top: 8px;
  background: #fff;
  border: 1px solid #ccc;
  max-height: 600px;
  overflow: hidden;
  position: absolute;
  top: 90%;
  right: 5%;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 280px;
  text-align: center;
  padding-top: 0;
  z-index: 200;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
}
.paddingStyle {
  padding-top: 8px;
}
.ct-language__dropdown.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
}

.ct-language__dropdown li {
  background: #fff;
  padding: 5px;
  color: black !important;
}
.ct-language__dropdown li a {
  display: block;
  color: #000 !important;
  width: 45%;
  margin: auto;
  text-decoration: none !important;
}
.ct-language__dropdown li:first-child {
  padding-top: 10px;
  border-radius: 3px 3px 0 0;
}
.ct-language__dropdown li:last-child {
  padding-bottom: 10px;
  border-radius: 0 0 3px 3px;
}
.ct-language__dropdown li:hover {
  background: #fff;
}
.ct-language {
  position: relative;
  /* padding: 7px 15px; */
  min-width: 40px;
  /* margin-right: -30px;*/
  padding: 0 12px;
}
.lang_dropdown {
  display: flex;
}
.chosen_lang {
  font-size: 20px;
  color: black;
  flex: 1;
}
.tableParent{
  display: table;
}
.down_arrow_icon {
  height: 20px;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}
#language-arrow-down {
  float: right;
  padding-top: 4px;
}
.lang_line {
  height: 0.5px !important;
  border: 0px solid #9b9b9b;
  margin: 15px 10% 15px 10%;
  width: 80%;
  color: #646464;
}
.google_provider {
  margin-top: 8px;
  margin-bottom: 0;
  color: black;
}
.list-unstyled {
  padding-right: 0 !important;
  padding-left: inherit;
  list-style: none;
}
/* end: google translation */


/* registraton dropdown */

.dropdown-icon {
  float: right;
}
.pointer{
  cursor:pointer;
}
#join_here{
  cursor: pointer;
  text-decoration: underline !important;
  margin-top: 3px !important;
  color: black !important
}

.dropdown-container-nav {
  position: relative;
  /*
  float: right;
  margin-right: 0px;
  margin-top: 9px;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
  color: #FFF;
  height: 60px;
  */
}

.registration_dropdown-menu {
  position: absolute;
  margin-right: -6px;
  top: 104%;
  right: 20px;
  z-index: 1000;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(0);
}

.registration_dropdown-menu ul {
  min-width: 233px;
  min-height: 50px;
  padding: 10px 10px 10px 10px;
  margin: 2px 0 0;
  list-style: none;
  position: relative;
}

.registration_join{
  /*line-height: 7px;*/
}

.registration_li{
  margin-top: 0px !important;
}

.registration_dropdown-menu li {
  color: #666;
  margin: 0;
  height: 40px !important;
  padding: 0px 10px 0px 10px;
  margin-top: 5px;
}

.registration_dropdown-menu.active {
  opacity: 1;
  -webkit-transform-origin: right top 0px;
  -webkit-transform: scale(1);
}

.registration_dropdown-menu.active li {
  opacity: 1;
  transform: translateY(0px);
}


.buttonStyleLogin {
  cursor: pointer!important;
  background-color: #fff;
  text-decoration: none!important;
  text-align: center;
  color: #528400 !important;
  border: 1px solid #528400;
  padding: 5px;
  border-radius: 7px;
  width: 100%;
  /*
  margin-top: 2%;
  margin-bottom: 1%;
  */
}

.buttonStyleLogin:hover {
  color: #fff !important;
  background-color: #528400;
}


#user_registration{
  /* margin-top: -9px;
  margin-right: 9px;
  float: right;
   */
}

.circle {
  cursor: pointer!important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #528400;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  color: #528400;
  line-height: 27px;
  text-align: center;
  background: #fff;
}

.sign_in_button{
  cursor: pointer !important;
  height: 32px;
  width: 32px;
}

#sign_out{
  cursor: pointer;
}
/* End: registraton dropdown */



/* start: shoppingCart */
.ekukka-cancel-button{
  height: 37px;
  width: 100%;
  color: transparent;
  color: white;
  background-color: #fff;
  text-decoration: none!important;
  text-align: center;
  color: #528400!important;
  border: 1px solid #528400;
  cursor: pointer;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 18px;
  border-radius: 7px;
}

.ekukka-cancel-button:hover {
  color: #fff!important;
  background-color: #528400;
}

.checkout-button {
  height: 37px;
  width: 100%;
  color: transparent;
  color: white;
  background: #528400;
  border: 1px solid #528400;
  cursor: pointer;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 18px;
  border-radius: 7px;
}

.checkout-button:hover {
  color: #fff;
  border: 1.5px solid #528400;
  background-color: #528400;
}

.u-sidebar__footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 20px;
}
.productDetailsContainer{
  align-self: flex-end;
  display: flex;
  flex-direction: column;
}
.productNameAndVersion{
  display: inline-grid;
}
.quantityContainer{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  text-align: center;
  padding: 10px 0 0 0;

}

.tar{
  text-align: right;
  margin-top: auto;
  margin-bottom: 5px;
}

.quantityContainerFlexItem{
  flex:1;
  
}

.flexBoxMinHeight{
  min-height: 80px;
}

.floatLeft{
  float: left;
}

.floatRight{
  float: right;
}

.mb-3{
  margin-bottom: 8px;
}

.hideMe{
  display: none !important;
}


.shoppingCartTotalContainer{
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #dedede;
  background: #fff;

}
.shoppingCartTotalItem:nth-child(1){
  flex: 1;
  padding: 15px 15px 0 15px;
}
/*
.shoppingCartTotalItem:nth-child(2){
  flex: 1;
  background-color: #d8d8d8;
  padding: 10px 0 10px 0;
}
*/
.shoppingCartTotalItem:nth-child(2){
  flex: 1;
  padding: 15px 15px 0 15px;
}

.productsContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  padding: 15px;
}

.flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  width: 30%;
  margin-right: 1rem !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.rounded {
  border-radius: 0.25rem !important;
}
.p15{
  padding: 0 15px;
}
.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-color: rgb(239, 238, 238); */
  width: 45%;
}

.pointerHand{
  cursor: pointer;
  font-size: 22px;
}
.shoppingCartHeaderAmount{
  font-size: 16px !important;
}

.qtyValue{
  border: none;
  padding: 5px;
  width: 37px;
  height: 37px !important;
  height: 100%;
  float: left;
  text-align: center;
  background-color: #E0E0E0;
  font-size: 20px;
  border-radius: 5px;
  color: black;
  opacity: 1;
  -webkit-text-fill-color:black;
}
.qtyValue[disabled] {
  color: black !important;
  opacity: 1;
  -webkit-text-fill-color:black;
}

.flex-items:nth-child(3) {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  /* background-color: rgb(228, 238, 230); */
  width: 25%;
}

.removalElement{
  flex: 1;
}


.font-weight-semi-bold {
  font-weight: 550 !important;
}
.font-size-1 {
  font-size: 0.875rem;
}
.shoppingCartRemoval{
  float: right;
  font-size: 22px;
}


.visually-hidden1 {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
/* end: shoppingCart */

.hideScrollBar{
  overflow: hidden;
}

.tab { 
  display:inline-block; 
  padding: 0 auto;
  width: 25%;
}
@media (max-width: 1500px) {
  .tab { 
    width: 33%;
  }
}
@media (max-width: 1200px) {
  .tab { 
    width: auto;
    padding: 0 46px;
  }
}

.p0{
  padding: 0 !important;
}

#hamburgerMenuLogo{
  padding: 4px 0px 4px 0px;
}

.shoppingCartHeader{
  /* padding: 8px 0px 0px 15px; */
  font-weight: normal;
  font-size: 24px;
  margin: 0;
}

.mt5{
  margin-top: 5px;
}
.shoppingCart-sideBar hr{
  width: 80%;
  background-color: #e5e5e5;
  border: none;
  height: 1px;
  text-align: center;
  margin: auto;
}


.hideElement {
  display: none !important;
}

#MobileShopName {
  display: none;
  text-align: center;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  #MobileShopName {
    display: none;
  }
}

.submenuActive {
  display: block !important;
}

.submenu-indicator-up {
  transform: rotate(180deg);
}

#mobileMenu {
  border-top: 1px solid #ebebeb;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.mb5{
  margin-bottom: 5%;
}



.mobileS {
  display: inherit !important;
}

.unlink {
  color: inherit;
  text-decoration: none;
}

.unlink:hover {
  color: inherit;
}

ul {
  text-align: left;
}

.top-info-line {
  background: #000000;
  text-align: center;
  /* padding: 4px 0; */
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 769px) {
  .top-info-line {
    font-size: 16px;
    /* padding: 10px 0; */
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 1010;
  transform: translateY(0);
  will-change: transform, top;
  transition: transform 0.2s ease-in-out, top 0.2s ease-in-out;
  border-bottom: 1px solid #ebebeb;
}

.header .mobile {
  display: inherit !important;
  margin-bottom: 5;
}

@media (min-width: 992px) {
  .header .mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .containerNav {
    max-width: 100%;
    padding: 0 16px;
  }
  .header .desktop {
    display: none;
  }
  .hideMeNav{
    display: none !important;
  }
}

.header-main {
  min-height: 56px;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .header-main {
    /* padding-bottom:12px */
  }
}

@media (max-width: 991px) {
  .header-content {
    gap: 16px;
  }

  .header-main {
    justify-content: normal;
  }
  
  .header-logo{
    text-align: center;
  }
  
  .width20{
    width: 20%;
  }
  
  .width25{
    width: 25%;
  }
  
  .width50{
    width: 50%;
  }
  
  .width60{
    width: 60%;
    text-align: center;
  }

}

.header-main,
.header-content {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}

.shoppingCartOverlayContainer{
  height: 100%;
}

.header-logo {
  height: 32px;
  color: inherit;
  text-decoration: none;
}

.header-logo:hover {
  color: inherit !important;
}

.smallDevice{
  display: inherit;
}

.shopNameA{
  text-align: center;
  line-height: 48px;
}
@media (min-width: 992px) {
  .header-logo {
    height: 30px;
    margin: 4px 0 4px 0;
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
  }
  
  .width25{
    width: 25%;
    height: 100%;
  }

  .width50{
    width: 50%;
    height: 100%;
  }

  .header-logo img {
    height: 25px;
    width: 210px;
    transform: scale(1);
    margin-bottom: 2px;
  }
  
  shopNameDesktop {
    width: 33%;
  }
  
  
}



.mainNavTop {
  top: 0 !important;
}

.header-btn {
  padding: 0;
  height: 30px;
  line-height: 24px;
  font-size: 30px;
}
.btline{
  border-top: 1px solid #dadada;
}
.header-nav {
  width: 290px;
  background-color: #fff;
  position: fixed;
  /*top: 20;*/
  left: 0;
  /* transform: translateX(500px); */
  opacity: 0;
  z-index: 300;
  height: 100vh;
  transition: transform 0.4s cubic-bezier(1, -0.13, 0, 1.04),
    top 0.2s ease-in-out;
  font-family: "Open Sans", sans-serif;
}

.scrollBar{
  padding: 0;
  overflow: scroll;
  overflow-y: auto;
  overflow-x: hidden;
  height: 80%;
}


.shoppingCart-sideBar {
  width: 335px;
  background-color: #fff;
  position: fixed;
  /*top: 20;*/
  right: 0;
  transform: translateX(500);
  opacity: 0;
  z-index: 300;
  height: 100vh;
  transition: transform 0.4s cubic-bezier(1, -0.13, 0, 1.04),
    top 0.2s ease-in-out;
  padding-bottom: 4;
}

.header-nav-subcategory {
  display: none;
  width: 310px;
  /* background-color: #f0f0f0; */
  /* position: fixed; */
  /* top: 0; */
  right: 0;
  /* transform: translateX(500px); */
  /* opacity: 0; */
  /* z-index: 300; */
  /* height: 100vh; */
  transition: transform 0.4s cubic-bezier(1, -0.13, 0, 1.04),
    top 0.2s ease-in-out;
}

@media (max-width: 991px) {
  .header-nav,
  .header-nav-subcategory {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .smallDevice{
    margin-left: auto; 
    margin-right: 0;
    padding-left: 0px;
  }
}

@media (min-width: 992px) {
  .header-nav {
    width: 100%;
    height: 100%;
    position: static;
    transform: none;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: none;
    opacity: 1;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
  }
}

@media (max-width: 991px) {
  
  .header-logo.width25{
    width: 50%;
  }
  
  .shopNameA{
    display: none;
  }
  
  .hide .header-nav {
    top: 97px;
  }
}

.header-nav.active_js {
  transform: translateX(0);
  opacity: 1;
}

.shoppingCart-sideBar.active_js {
  transform: translateX(0);
  opacity: 1;
}

.toggleSubMenu {
  display: inline-block;
  /* margin-top: 16px !important; */
  margin-bottom: -16px !important;
}

.black{
  color: black !important;
}

.header-nav-dropdown.active_js > .header-nav-subcategory {
  transform: translateX(0);
  opacity: 1;
}

.header-nav-category,
.header-nav-categoryS,
.header-nav-subcategory,
.header-nav-settings,
.header-dropdown-subcategory {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile .activeCat{
  border-bottom: 2.5px solid #528400;
}

.header-nav-category, .header-nav-categoryS {
  /* margin-bottom: 24px; */
}

@media (min-width: 992px) {
  .header-nav-category {
    margin: 0;
    display: flex;
    /* max-width: calc(100% - 200px); */
    overflow: hidden;
  }
}

.header-nav-categoryS{
  margin: 0;
  overflow: hidden;
  height: auto;
}

.shopping_cart_total_container{
  height: 20%;
  padding-bottom: 20px;
  background: white;
}

@media (min-width: 992px) {
  .header-nav-subcategory {
    top: 100%;
    left: 50%;
    position: absolute;
    height: auto;
    width: 100%;
    padding: 12px 12px 12px;
    display: none;
    transform: translateX(-50%);
    opacity: 1;
    background: #fff;
  }

  .header-nav-subcategory.lvl-3 {
    position: static;
    transform: none;
    padding: 0;
    width: auto;
    flex-direction: column;
    padding-top: 12px;
  }

  .active .header-nav-subcategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .header-nav-subcategory::before,
  .header-nav-subcategory::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    width: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .header-nav-subcategory::before {
    top: 0;
    height: 100%;
    z-index: -1;
    border-top: 1px solid #ebebeb;
    /* height: 70px; */
  }

  .header-nav-subcategory::after {
    bottom: 0;
    height: 20px;
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12); */
    z-index: -2;
  }
}

.header-nav-link {
  font-size: 14px;
  line-height: 19px;
  padding: 16px 16px 16px 16px;
}

.lvl-1 > .header-nav-link {
  font-size: 16px;
}

.header-nav-link .lvl-2 a {
  position: relative;
}

.header-nav-link .lvl-2 a:hover:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2.5px solid #528400;
}

@media (max-width: 991px) {
  .lvl-2 > .header-nav-link {
    text-transform: initial;
    font-weight: 400;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .header-nav-link {
    display: inline-block;
    padding: 0;
  }

  .lvl-1 > .header-nav-link {
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .lvl-1 > .header-nav-link > span,
  .lvl-1 > .header-nav-link > span {
    /* border-bottom: 1px solid transparent; */
    /* padding-bottom: 11px; */
  }

  .lvl-1 > .header-nav-link.active > span,
  .lvl-1 > .header-nav-link:hover > span {
    border-bottom: 2.5px solid #528400;
  }



  .lvl-1 > .header-nav-link.opened > span {
    border-bottom: 2.5px solid #528400;
  }

  .lvl-2 > .header-nav-link {
    padding: 20px 40px 20px 0;
    font-size: 14px;
  }

  .lvl-3 .header-nav-link {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    text-transform: initial;
    font-weight: 400;
  }
}

.header-nav-link .icon-angle,
.header-dropdown-current .icon-angle {
  right: 0;
  top: 0px;
  /* transform: translateY(-50%) rotate(270deg); */
  color: #737373;
}

.f20{
  font-size: 20px;
}

.header-nav-title {
  border-bottom: 1px solid #dadada;
  padding: 8px 15px 8px 15px;
  /*
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
  */
}

.categoryCross{
  padding: 0px 4px !important;
}

.header-nav-title [class^="icon"] {
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

.rightM{
  right: 11px !important;
}
.header-nav-title .icon-cross {
  right: 15px;
}

.header-nav-title .icon-angle {
  transform: translateY(-50%) rotate(90deg);
  left: 16px;
  right: unset;
  color: #000;
}

.header-nav-corporate,
.header-nav-settings {
  padding: 15px 0px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  margin-top: -1px;
}

.header-nav-settings a{
  color: black;
  text-decoration: none !important;
}
.header-information-link {
  margin: 24px 16px;
}
.hide-before::before {
  display: none;
}

.emptyCart{
  padding: 15px;
  font-size: 16px;
  display: none;
}

.header-search-label,
.header-user-label {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.header-user-label {
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.header-content .header-user-label,
.header-content .header-user .icon-angle {
  display: none !important;
}

.header-content .header-user,
.header-content .header-basket,
.header-content .header-search {
  position: relative;
}

.header-content .header-user:hover::before,
.header-content .header-basket:hover::before,
.header-content .header-search:hover::before,
.dropdown-container-nav:hover::before,
.header-nav-title .icon-cross:hover::before,
.iconHoverBg:hover::before{
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background: #f6f6f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1000;
}

.header-content .header-search:hover::before {
  width: 100%;
  border-radius: 100px;
  left: calc(50% - 10px);
}

.header-nav-user a,
.header-nav-user span:not(.header-user-active) {
  width: 100%;
  /* text-align: left; */
}

@media (min-width: 992px) {
  .header-language-label {
    padding-right: 24px;
  }
}

.header-overlay {
  background: rgba(38, 38, 38, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 90;
}

/*
@media (min-width: 992px) {
  .header-overlay {
    display: none;
  }
}
*/

.btnNav,
.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.btnNav:hover,
.clickable,
.dropdown-btn,
.dropdown-item:hover,
.dropdown-select-btn {
  cursor: pointer;
}

.btn-ghost[disabled],
.btn-ghost[disabled]:focus,
.btn-ghost[disabled]:hover,
.btn-outline-dark[disabled],
.btn-outline-dark[disabled]:focus,
.btn-outline-dark[disabled]:hover,
.btn-primary[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.not-allowed {
  cursor: not-allowed;
}

.no-events {
  pointer-events: none;
}

.list-inline,
.list-unstyled {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-inline-item {
  display: inline-block;
  margin: 5px 0;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.containerNav {
  /* width:100%; */
  /*padding-right: 12px;*/
  /* padding-left: 12px; */
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .page_content_header{
    padding-top: 138px;
  }
  .containerNav {
    max-width: 100%;
    /* padding: 0 16px; */
  }

  
}




@media (min-width: 992px) {
  .page_content_header {
    padding-top: 126px;
  }

  .containerNav {
    max-width: 100%;
    padding: 0 16px; 
  }
}

@media (min-width: 1200px) {
  .containerNav {
    /*max-width: 1170px;*/
    max-width: 100%;
    padding: 0 25px;
  }
}

.btnNav {
  /* display: inline-block; */
  /* height: 56px; */
  background-color: transparent;
  border: 0;
  border-radius: 200px;
  /* line-height: 56px; */
  /* font-size: 18px; */
  font-weight: 600;
  padding: 0 12px;
  position: relative;
  transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
  text-decoration: none;
}



/* Start: different layouts */
@media screen and (max-width: 992px){
    .ct-language, #shopNameDesktop {
        display: none;
    }
   
}

@media screen and (max-width: 600px){
  .scrollBar {
    height: 60vh;
  }
  .u-sidebar__footer {
    margin-bottom: 35% !important;
  }

  .containerNav {
    max-width: 100%;
    padding: 0 10px;
  }
  .registration_dropdown-menu {
    margin-right: -12px;
  }
  .btnNav {
    padding: 0 7px;
  }

  .header-content {
    gap: 16px;
  }

  .width20{
    width: 30%;
  }
  .width60{
    /* width: 40%; */
  }

  /*
  .u-sidebar__footer {
    margin-bottom: 35%;
  }
  */

}

@media screen and (max-width: 480px){


  .header-logo img{
    width: 150px;
  }
  .containerNav {
    max-width: 100%;
    padding: 0 8px;
  }
  .header-content {
    gap: 12px;
  }
  .header-content {
    gap: 14px; 
  }




}

@media screen and (max-width: 320px){
  .header-content {
    gap: 4px; 
  }
  .containerNav {
    max-width: 100%;
    padding: 0 5px;
  }
  .header-logo img {
    width: 120px;
  }
}

/* End: different layouts */





@media screen and (max-height: 950px) {
  .scrollBar{
    height: 75%;
  }
}
@media screen and (max-height: 800px) {
  .scrollBar{
    height: 65%;
  }
}

@media screen and (max-height: 600px) {
  .scrollBar{
    height: 55%;
  }
}


@media screen and (max-height: 450px) {
  .scrollBar{
    height: 45%;
  }
}

@media screen and  (max-height: 350px) {
  .scrollBar{
    height: 40%;
  }
}

@media screen and  (max-height: 330px) {
  .scrollBar{
    height: 30%;
  }
  #back_button{
    display: none;
  }
  .header-nav-categoryS {
    height: auto;
  }
}