/* Version: 2026-04-15-v2 - Updated button styles */
/* Cache bust timestamp to force browser reload */

.clearleft {
  clear: left
}

.remabutton.top-button {
transition: all ease-in-out 0.3s;
}

.remabutton.top-button.first:hover:before {
 background-color: #31353e !important;
  }

  .remabutton.top-button:hover:before {
    background-color: #8f9fbc !important;
     }


.alignright {
  text-align: right
}

IFRAME {
  display: Block;
  width: 100%;
  border: none
}

.fluid [class*=span] {
  float: left
}

.span12 {
  width: 100%
}

.span11 {
  width: 91.66666666666667%
}

.span10 {
  width: 83.33333333333333%
}

.span9 {
  width: 75%
}

.span8 {
  width: 66.66666666666667%
}

.span7 {
  width: 58.33333333333333%
}

.span6 {
  width: 50%
}

.span5 {
  width: 41.66666666666667%
}

.span4 {
  width: 33.33333333333333%
}

.span3 {
  width: 25%
}

.span2 {
  width: 16.66666666666667%
}

.span1 {
  width: 8.33333333333333%
}

.span3-alt {
  display: inline-block;
  float: none !important;
}







html,
body {
  padding: 0;
  margin: 0;
}

.wrapper {
  margin-left: 100px;
  margin-right: 100px;
}

@media screen and (max-width: 1700px) {
  .wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
}





.pdp .input {}

.pdp .input.padding-right {
  padding-right: 20px;
  box-sizing: border-box;
}

.pdp .input.padding-left {
  padding-left: 20px;
  box-sizing: border-box;
}

.pdp .input>label {
  color: #5F697C;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  display: inline-block;
}

.standalone-inputlabel {
  color: #5F697C;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  display: inline-block;
}


.pdp .input>div.checkbox {
  display: inline-block;
  float: right;
}

.pdp .input>div.checkbox input {}

.pdp .input>div.checkbox span {
  color: #aaa;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
}


.pdp .standalonecheckbox {
  display: inline-block;
  float: right;
}

.pdp .standalonecheckbox input {}

.pdp .standalonecheckbox span {
  color: #aaa;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
}


.pdp .input>.field {
  position: relative;
}

.pdp .input>.field>input {
  clear: left;
  width: 100%;
  height: 50px;
  background: #F1F9FF;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-indent: 20px;
  border: none;
  outline: none;
  transition: all 0.4s;
}

.pdp .input>.field>input:hover {
  background: #e1e2ec;
}

.pdp .input>.field>textarea {
  clear: left;
  width: 100%;
  height: 200px;
  background: #F1F9FF;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-indent: 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 20px;
  text-indent: 0;
  padding-right: 120px;
}

.pdp .input p {
  color: #5F697C;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
}

.pdp input:focus {
  outline: none;
}

.pdp .input.label {
  position: relative;
}

.pdp .input.label i {
  position: absolute;
  height: 42px;
  left: 5px;
  top: 5px;
  background: #bec0cf;
  width: 80px;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: white;
  border-radius: 4px;
}

.pdp .input.label .field>input {
  text-indent: 90px;
}

.pdp .clearleft {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: left;
}



.pdp {
  padding: 50px;
}

.pdp .upload {
  width: 100%;
  border: 2px dotted #9ca2b9;
  border-radius: 12px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f4f4f5;
  margin-top: 20px;
  transition: all 0.4s;
}

.pdp .upload:hover {
  border: 2px dotted #006FB9;
}

.pdp .photos {}

.pdp .photos .left {}

.pdp .photos .right {}

.pdp .photos .left>div {
  border-radius: 12px;
  border: 2px solid #f4f4f5;
  display: inline-block;
  height: 216px;
  width: 216px;
  background-position: center center;
  background-size: 100%;
  transition: all 0.4s;
  cursor: pointer;
}

.pdp .photos .left>div:hover {
  border: 2px solid #dbdbe3;
}

.pdp .photos .right>div {
  border-radius: 12px;
  border: 2px solid #f4f4f5;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 100px;
  width: 100px;
  background-position: center center;
  background-size: 100%;
  transition: all 0.4s;
  cursor: pointer;
}

.pdp .photos .right>div:hover {
  border: 2px solid #dbdbe3;
}

.pdp .magicbutotn {}

.pdp .magicbutton label {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;

  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 36px;
  left: 20px;
  transition: all 0.4s;
  cursor: pointer;
}

.pdp .magicbutton label:hover {
  color: #EF7D00;
}

.pdp .field .magicbutton {
  position: absolute !important;
  top: -20px !important;
  right: 30px !important;
  left: auto;
}

.pdp .newdocument {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  background: #F1F9FF;
  line-height: 90px;
  text-align: center;
  color: #9ba3b8;
  font-size: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  top: 0px;
  transition: all 0.4s;
  cursor: pointer;
}

.pdp .newdocument:hover {
  color: #798194;

}


.pdp-lastmodified label {
  display: block;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 16px;
  text-align: right;
  margin-bottom: 10px;
}



.graph img {
  height: 180px;
}


.remabutton a {
  text-decoration: none;
}

.remabutton.safeproduct {
  width: 200px;
  float: right;
  text-align:center;
}

.edit{
  width:200px;
  text-align: center !important;
}

/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

header {
  width: 100%;
  height: 50px;
  background: #5F697C;
  display: table;
}

header .top-button.first::before {
  background-color: #F1F9FF !important;
  border-radius: 0;

}

header .top-button.first a {
  color: #EF7D00 !important;


}

header .top-button {
  margin-left: -4px !important;

}

header .top-button::before {
  background-color: #EF7D00 !important;
  border-radius: 0;

}

header .wrapper {}

header .wrapper>section {
  display: table;
  width: 100%;
}

header .wrapper>section>div {
  display: table-cell;
}

header .wrapper>section>div.left {
  width: 30%;
}

@media screen and (max-width: 1700px) {
  header .wrapper>section>div.left {
    width: 10%;
  }
}

header .wrapper>section>div.right {
  width: 70%;
  text-align: right;
}

@media screen and (max-width: 1700px) {
  header .wrapper>section>div.right {
    width: 90%;
  }
}

header .wrapper>section>div.right ul {
  margin: 0;
  padding: 0;
}

header .wrapper>section>div.right ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px !important;
  margin-left: 50px;
}

header .wrapper>section>div.right ul li:last-of-type {
  padding-right: 0;
}

header .wrapper>section>div.right ul li a {
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;

  text-decoration: none;
  transition: all 0.4s;
}

header .wrapper>section>div.right ul li a:hover {
  color: #fff;
}


.remabutton::before {
  background: #006FB9;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  z-index: 1;
  transition: all 0.4s;
  cursor: pointer;
}

.remabutton {
  position: relative;
  /* padding-left: 30px !important;
  padding-right: 30px !important; */
}

.remabutton a {
  position: relative;
  z-index: 555;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-family: Helvetica Neue, Arial, sans-serif;

}

.remabutton img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  
  width: 35px;
  height: 35px;
  transition: all 0.4s;

}

.remabutton.alt {
  width: 200px;
padding-left: 20px;
}

.remabutton.alt a {

  color: #006FB9;
}

.remabutton.alt::before {
  background: #fff;
}

.remabutton.alt a {
  text-decoration: none;
}

.remabutton:hover::before {
  background: #5F697C;
}

.remabutton.alt:hover::before {
  background: #D3DFF3;
}

.pdp-page .remabutton:hover::before {
  background: #006FB9 !important;
}

.pdp-page .remabutton.alt:hover::before {
  background: #343434 !important;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */











/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

nav {
  background: white;
  height: 200px;
  border-bottom: 4px solid #F1F9FF;
}

nav .wrapper {}

nav .wrapper>section {
  width: 100%;
  display: table;
  height: 200px;
}

nav .wrapper>section div.left {
  display: table-cell;
  width: 80%;
  vertical-align: middle;
}

@media screen and (max-width: 1700px) {
  nav .wrapper>section div.left {
    width: 70%;
    vertical-align: middle;
  }
}

nav .wrapper>section div.left>section {}

nav .wrapper>section div.left>section div.top {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3DFF3;
  width: 80%;
}

nav .wrapper>section div.left>section div.bottom {
  display: block;
  padding-top: 25px;
}

nav .wrapper>section div.left>section div.bottom ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

nav .wrapper>section div.left>section div.bottom ul li {
  list-style: none;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
}

nav .wrapper>section div.left>section div.bottom ul li a {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;

  text-decoration: none;
  color: #5F697C;
  transition: all 0.4s;
}

nav .wrapper>section div.left>section div.bottom ul li a:hover {
  color: #EF7D00;
}

nav .wrapper>section div.left>section div.bottom ul li a.active {
  font-weight: bold;
  color: #EF7D00;
}

nav .wrapper>section div.right>section {
  display: table;
  width: 100%;
  height: 200px;
}

nav .wrapper>section div.right>section>div.left {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}

nav .wrapper>section div.right>section>div.left img {
  height: 80px;
  display: block;
  margin-right: 20px;
  transition: all 0.4s;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #EF7D00;
}

nav .wrapper>section div.right>section>div.left img:hover {
  transform: scale(1.2);
}

nav .wrapper>section div.right>section>div.right {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}

nav .wrapper>section div.right>section>div.right div {
  font-family: Helvetica Neue, Arial, sans-serif;
  position: relative;
}

nav .wrapper>section div.right>section>div.right div label {
  font-weight: bold;
  font-size: 18px;
  color: #5F697C;
  display: inline-block;
  margin-right: 10px;
}

nav .wrapper>section div.right>section>div.right div span {
  font-size: 16px;
  color: #5F697C;
}

nav .wrapper>section div.right>section>div.right div p {
  font-size: 16px;
  color: #5F697C;
  padding: 0;
  margin: 0;
}

nav .wrapper>section div.right>section>div.right div img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}



/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

.content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content .wrapper {}

.content .wrapper section.content-section {
  display: table;
  width: 100%;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */

.content .wrapper section.content-section>aside {
  display: table-cell;
  width: 20%;
  position: relative;
  top: -15px;
  vertical-align: top;
}

.content .wrapper section.content-section>aside>ul {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 50px;
  padding: 40px;
  box-sizing: border-box;
}

.content .wrapper section.content-section>aside>ul.misc {}

.content .wrapper section.content-section>aside>ul li {
  list-style: none;
  display: block;
  border-bottom: 1px solid #D3DFF3;
  padding-bottom: 15px;
  padding-top: 15px;
}

.content .wrapper section.content-section>aside>ul li:last-of-type {
  border-bottom: 0;
}

.content .wrapper section.content-section>aside>ul strong {

  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.4s;
}

.content .wrapper section.content-section>aside>ul a {

  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}

.content .wrapper section.content-section>aside>ul a:hover {
  color: #EF7D00;
}

.content .wrapper section.content-section>aside>ul small {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #999;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

.content .wrapper section.content-section>aside>ul i {
  float: right;
  font-size: 22px;
  color: #5F697C;
  font-weight: bold;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-style: normal;
}

.content .wrapper section.content-section>aside>ul.categories {
  background: #F1F9FF;
  margin-top: 15px;
}

.content .wrapper section.content-section>aside>ul.categories ul {
  padding-top: 10px;
  margin-bottom: 10px;
}

.content .wrapper section.content-section>aside>ul.categories ul li {
  border-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.content .wrapper section.content-section>aside>ul.categories ul li a {

  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}

.content .wrapper section.content-section>aside>ul.categories ul li a:hover {
  color: #5F697C;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */

.content .wrapper section.content-section>article {
  display: table-cell;
  width: 80%;
  box-sizing: border-box;
  vertical-align: top;
}

.content .wrapper section.content-section>article>section {
  border: 1px solid #D3DFF3;
  margin-left: 20px;
}




.content .wrapper section.content-section>article .content-top {
  margin-bottom: 20px;
  margin-left: 20px;
}

.content .wrapper section.content-section>article .content-top>section {
  display: table;
  width: 100%;
}

.content .wrapper section.content-section>article .content-top>section>div.left {
  background: #F1F9FF;
  display: table-cell;
  width: 80%;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 50px;
}


.content .wrapper section.content-section>article .content-top>section>div.left .search {
  position: relative;
  margin-bottom: 20px;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div {
  display: table;
  width: 100%;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>section.searchicon {
  background: white;
  display: table-cell;
  height: 60px;
  width: 60px;
  border-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>section.searchicon>img {
  position: relative;
  top: 0px;
  left: 18px;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>section.input {
  height: 60px;
  display: table-cell;
  width: calc(100% - 230px);
  background: white;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>section.input input {
  height: 60px;
  background: white;
  border: none;
  outline: none;
  font-family: Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  width: 100%;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>div {
  width: 200px;
  display: table-cell;
  position: relative;
  left: -20px;
  text-align: center;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>div img {
  width: 16px;
  margin-left: 10px;
}

.content .wrapper section.content-section>article .content-top>section>div.left .search>div>div a {
  text-decoration: none;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div {
  display: inline-block;
  margin-right: 15px;
  opacity: 0.5;
  transition: all 0.4s;
  cursor: pointer;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div.active {
  opacity: 1;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div:hover {
  opacity: 1;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section {
  display: inline-block;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div.allshops {
  border: 1px solid #D3DFF3;
  font-weight: bold;
  color: #000;
  border-radius: 2px;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span i.red {
  background: red;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span i.green {
  background: #53C56C;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div span i.yellow {
  background: #EF7D00;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>section>div small {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>div>i {
  display: inline-block;
  position: relative;
  border-right: 2px solid #5F697C;
  border-bottom: 2px solid #5F697C;
  width: 7px;
  height: 7px;
  transform: rotate(-315deg);
  margin-left: 10px;
  top: -2px;
}

.content .wrapper section.content-section>article .content-top>section>div.left div.countries>strong {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #222;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}




.content .wrapper section.content-section>article .content-top>section>div.right {
  display: table-cell;
  width: 20%;
}

.content .wrapper section.content-section>article .content-top>section>div.right .addnew {
  text-align: center;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article .content-top>section>div.right .addnew i {
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 100%;
  background: #EF7D00;
  line-height: 90px;
  text-align: center;
  color: white;
  font-size: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
  transition: all 0.4s;
  cursor: pointer;
  font-style: normal;
}

.content .wrapper section.content-section>article .content-top>section>div.right .addnew:hover i {
  background: #5F697C;
  transform: rotate(360deg);
}

.content .wrapper section.content-section>article .content-top>section>div.right .addnew strong {

  font-family: Helvetica Neue, Arial, sans-serif;
  color: #343434;
  font-size: 16px;
  text-decoration: none;
}


.content .wrapper section.content-section>article>section .toolbar {
  width: 100%;
  border-bottom: 1px solid #D3DFF3;
  border-top: 1px solid #D3DFF3;
  padding: 30px;
  box-sizing: border-box;
}

.content .wrapper section.content-section>article>section .toolbar>section {
  display: table;
  width: 100%;
}

.content .wrapper section.content-section>article>section .toolbar>section>div {
  display: table-cell;
  width: 25%;
}

.content .wrapper section.content-section>article>section .toolbar>section>div label {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;

  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section {
  display: inline-block;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div {
  padding: 5px;
  background: #F1F9FF;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span i.red {
  background: red;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span i.green {
  background: #53C56C;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div span i.yellow {
  background: #EF7D00;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>section>div small {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article>section .toolbar>section>div>i {
  display: inline-block;
  border-right: 2px solid #5F697C;
  border-bottom: 2px solid #5F697C;
  width: 7px;
  height: 7px;
  transform: rotate(-315deg);
  margin-left: 10px;
  position: relative;
  top: -2px;
}



.content .wrapper section.content-section>article>section .catalog {}

.content .wrapper section.content-section>article>section .catalog>div {}

.content .wrapper section.content-section>article>section .catalog>div>ul {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li {
  list-style: none;
  display: table-row;
  width: 100%;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px solid #D3DFF3;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.photo img {
 width: 100%;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.photo img {
  width: 200px !important;
  height: auto;

 }

.content .wrapper section.content-section>article>section .catalog>div>ul>li:hover>div.photo img {
  transform: scale(1.2);
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.infos label {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #D3DFF3;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li:hover>div.infos label {
  color: #5F697C;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.infos h3 {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #006FB9;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.infos .short_description {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 14px;

  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 50px;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li:hover>div.infos h3 {
  color: #EF7D00;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.infos span {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 14px;

  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls {}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div label {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;

  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div.status {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section {
  display: inline-block;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div {
  padding: 5px;
  background: #F1F9FF;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span img {
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span i {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span i.red {
  background: red;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span i.green {
  background: #53C56C;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div span i.yellow {
  background: #EF7D00;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>section>div small {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls>div>i {
  display: inline-block;
  position: relative;
  border-right: 2px solid #5F697C;
  border-bottom: 2px solid #5F697C;
  width: 7px;
  height: 7px;
  transform: rotate(-315deg);
  margin-left: 10px;
  top: -2px;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .edit {
  text-align: right;
  float: right;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .remabutton {
  width: 100%;
  margin-bottom: 30px;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .remabutton a {
  text-decoration: none;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .remabutton a img {
  width: 16px;
  margin-left: 20px;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .delete {
  text-align: right;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .delete a {
  font-family: Helvetica Neue, Arial, sans-serif;
  font-weight: bold;
  color: #5F697C;
  font-size: 14px;

  display: inline-block;
  text-decoration: none;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .delete a:hover {
  color: #5F697C;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.controls .delete a img {
  display: inline-block;
  margin-right: 10px;
  height: 16px;
  position: relative;
  top: 0px;
}




.content .wrapper section.content-section>article>section .priceinfo {
  padding: 20px;
  border-bottom: 1px solid #D3DFF3;
  text-align: center;
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 16px;
}

.content .wrapper section.content-section>article>section .pagination {
  text-align: center;
}

.content .wrapper section.content-section>article>section .pagination ul {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content .wrapper section.content-section>article>section .pagination ul li {
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.content .wrapper section.content-section>article>section .pagination ul li a {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s;
}

.content .wrapper section.content-section>article>section .pagination ul li a:hover {
  color: #5F697C;
}

.content .wrapper section.content-section>article>section .pagination ul li a.active {
  font-weight: bold;
  color: #EF7D00;
}

/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

footer {}

/* ******************************** */
/* ******************************** */
/* ******************************** */

footer section.top {
  background: #F1F9FF;
  height: 290px;
  width: 100%;
}

footer section.top .wrapper {}

footer section.top .wrapper section {
  display: table;
  width: 100%;
  height: 290px;
}

footer section.top .wrapper>section div.left {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1700px) {
  footer section.top .wrapper>section div.left {
    display: none !important;
  }
}

footer section.top .wrapper>section div.right {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1700px) {
  footer section.top .wrapper>section div.left {
    width: 100% !important;
    display: table-cell;
    vertical-align: middle;
  }
}

footer section.top .wrapper>section div.right>section {
  width: 100%;
  display: table;
}

footer section.top .wrapper>section div.right>section>div {
  width: 25%;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 200px;
  vertical-align: middle;
  font-family: Helvetica Neue, Arial, sans-serif;
}

@media screen and (max-width: 1700px) {
  footer section.top .wrapper>section div.right>section>div {
    padding-left: 50px;
  }
}

footer section.top .wrapper>section div.right>section>div>div {
  position: relative;
}

footer section.top .wrapper>section div.right>section>div>div::before {
  content: '';
  background-image: url(img/slash-icon.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 100%;
  position: absolute;
  top: 6px;
  left: -40px;
  width: 25px;
  height: 35px;
}

footer section.top .wrapper>section div.right>section>div>div small {
  display: block;
  color: #5F697C;

  font-size: 14px;
  margin-bottom: 10px;
}

footer section.top .wrapper>section div.right>section>div>div label {
  display: block;
  font-weight: bold;

}

footer section.top .wrapper>section div.right>section div hr {
  display: block;
  height: 1px;
  background: #D3DFF3;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

footer section.top .wrapper>section div.right>section div p {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 22px;
  font-size: 14px;
}

/* ******************************** */
/* ******************************** */
/* ******************************** */

footer section.bottom {
  background: #5F697C;
  height: 100px;
  width: 100%;
}

footer section.bottom .wrapper {}

footer section.bottom .wrapper section {
  display: table;
  width: 100%;
}

footer section.bottom .wrapper section div.copyright {
  display: table-cell;
  line-height: 100px;
  color: #fff;
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-align: left;
  width: 40%;
  color: rgba(255, 255, 255, 0.5);
}

footer section.bottom .wrapper section div.footerlinks {
  width: 100%;
  display: table-cell;
  text-align: right;
}

footer section.bottom .wrapper section div.footerlinks ul {
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}

footer section.bottom .wrapper section div.footerlinks ul li {
  list-style: none;
  height: 100px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
}

footer section.bottom .wrapper section div.footerlinks ul li a {
  line-height: 100px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;

  text-decoration: none;
  transition: all 0.4s;
}

footer section.bottom .wrapper section div.footerlinks ul li a:hover {
  color: white;
}











/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

.language-switcher-outer {
  position: relative;
}

.language-switcher-btn {
  background: none;
  outline: inherit;
  box-shadow: none;
  border: none;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  transition: all 0.4s;
  cursor: pointer;
}

.language-switcher-btn:hover {
  color: white;
}

.language-switcher-btn img {
  display: inline-block;
  margin-right: 10px;
}

.language-switcher-content {
  width: 150px;
  background: white;
  position: absolute;
  top: 50px;
  left: 0;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 2px;
}

.language-switcher-content ul {
  margin: 0;
  padding: 0;
}

.language-switcher-content li {
  list-style: none;
  display: block;
  color: #5F697C;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.language-switcher-content li img {
  display: inline-block;
  margin-right: 10px;
}

.language-switcher-content li a {
  font-size: 16px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  color: #343434;
}







/* ########################################################## */
/* ########################################################## */
/* ########################################################## */

.magicbutton {
  position: relative;
}

.magicbutton-content {
  width: 150px;
  background: white;
  position: absolute;
  top: 70px;
  left: -20px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 2px;
  border-radius: 12px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
}

.magicbutton-content ul {
  margin: 0;
  padding: 0;
}

.magicbutton-content li {
  list-style: none;
  display: block;
  color: #5F697C;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.magicbutton-content li img {
  display: inline-block;
  margin-right: 10px;
}

.magicbutton-content li a {
  font-size: 14px;
  font-family: Helvetica Neue, Arial, sans-serif;
  text-decoration: none;
  color: #343434;
}

.flex-attirbutes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.flex-attirbutes .span4 {
  width: auto;
  flex-basis: 30%;
  flex-grow: 1;
}

.multiple-select {
  width: 100%;
  margin-bottom: 30px;
}


.cke_notification.cke_notification_warning {
  display: none !important;
}

.flex-cat-info {
  display: flex;
  margin-bottom: 20px;
  gap: 10px;
  flex-direction: column;
}

.content .wrapper section.content-section>article>section .catalog>div>ul>li>div.infos .flex-cat-info label {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 14px;
  display: block;
  border-bottom: 0px solid #D3DFF3;
  padding-bottom: 3px;
  margin-bottom: 0px;
  transition: all 0.4s;
}

.flex-cat-info input {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 10px;
  border: 1px solid #D3DFF3;
}

.flex-cat-info .big input {
  color: #006FB9;
  font-size: 20px;

}

.cat-img-upload {
  display: flex !important;
  flex-direction: column;
}

.cat-photo-flex {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px;
}
/* =========================================================
   ADMIN ACTION BUTTONS — production-quality UI
   ========================================================= */

/* Button group container — vertical stack in listing rows */
.action-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  align-items: stretch !important;
  margin-top: 0 !important;
  min-width: 160px !important;
}

/* Base button */
.admin-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 9px 16px !important;
  font-family: Helvetica Neue, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  border-radius: 20px !important;
  border: 1.5px solid transparent !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease,
              box-shadow 0.18s ease, transform 0.1s ease !important;
  white-space: nowrap !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.admin-btn:focus-visible {
  outline: 3px solid rgba(0, 111, 185, 0.4);
  outline-offset: 2px;
}

.admin-btn:active {
  transform: translateY(1px);
}

/* Primary — Edit (blue) */
.admin-btn--primary {
  background-color: #006FB9 !important;
  border-color: #005f9e !important;
  color: #fff !important;
}
.admin-btn--primary:hover {
  background-color: #005f9e !important;
  border-color: #004d82 !important;
  box-shadow: 0 2px 8px rgba(0, 111, 185, 0.35) !important;
  color: #fff !important;
}

/* Secondary — View (neutral gray) */
.admin-btn--secondary {
  background-color: #f0f2f5;
  border-color: #cdd1da;
  color: #4a5568 !important;
}
.admin-btn--secondary:hover {
  background-color: #e2e6ec;
  border-color: #b0b8c6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #2d3748 !important;
}

/* Danger — Delete (red) */
.admin-btn--danger {
  background-color: #e53e3e !important;
  border-color: #c53030 !important;
  color: #fff !important;
}
.admin-btn--danger:hover {
  background-color: #c53030 !important;
  border-color: #9b2c2c !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(229, 62, 62, 0.45) !important;
}

/* Magento — orange-ish neutral */
.admin-btn--magento {
  background-color: #fff !important;
  border-color: #e07b39 !important;
  color: #c0562a !important;
}
.admin-btn--magento {
  background-color: #f97316 !important;
  border-color: #ea6b0e !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.35) !important;
}

/* SVG icons inside buttons inherit current color */
.admin-btn svg {
  flex-shrink: 0;
}

/* Override old .delete link style inside controls when using .action-group */
.controls .action-group .admin-btn--danger img {
  display: none;
}

/* =========================================================
   HEADER top buttons — SVG icon alignment fix
   ========================================================= */

header .wrapper>section>div.right ul li a svg {
  vertical-align: middle;
  margin-right: 4px;
}

/* =========================================================
   FIELD LABELS in category listing
   ========================================================= */
.field-label {
  font-family: Helvetica Neue, Arial, sans-serif;
  color: #5F697C;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  display: block;
}

/* =========================================================
   STATUS icon — toolbar filter alignment
   ========================================================= */
.filter-status span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}


/* =========================================================
   EDIT PAGE HEADER — clean replacement for top:-65px hack
   ========================================================= */

/* Override the default table-layout for the edit page content-top */
.content .wrapper section.content-section>article .content-top.edit-page-header {
  background: #F1F9FF;
  border-radius: 4px;
  padding: 0;
}

.edit-page-header > section {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 28px 32px;
  width: 100%;
  box-sizing: border-box;
}

/* Override table-cell for left / right inside edit-page-header */
.edit-page-header > section > div.left,
.edit-page-header > section > div.right {
  display: flex !important;
  flex-direction: column;
  gap: 12px;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.edit-page-header > section > div.left {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  flex: 0 0 auto;
}

.edit-page-header > section > div.right {
  align-items: flex-end;
  flex: 0 0 auto;
  text-align: right;
}

/* Dates in edit page header */
.edit-page-header .pdp-lastmodified label {
  display: block;
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #5F697C;
  margin-bottom: 3px;
}

/* Addnew button inside edit page header — no position hack needed */
.edit-page-header .addnew {
  position: static !important;
  top: auto !important;
}

