@font-face {
  font-family: 'pill gothic 600mg rg';
  src: url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.eot');
  /* IE9 Compat Modes */
  src: url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}


@font-face {
  font-family: 'pill gothic 600mg md';
  src: url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.eot');
  /* IE9 Compat Modes */
  src: url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.woff') format('woff'),
    /* Pretty Modern Browsers */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('fonts/PillGothic600mg-Regular/PillGothic600mg-Regular.svg#svgFontName') format('svg');
  /* Legacy iOS */
}




.clearleft {
  clear: left
}

.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: #888;
  font-size: 12px;
  font-family: 'pill gothic 600mg rg';
  display: inline-block;
}

.standalone-inputlabel {
  color: #888;
  font-size: 12px;
  font-family: 'pill gothic 600mg rg';
  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: 12px;
  font-family: 'pill gothic 600mg rg';
}


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

.pdp .standalonecheckbox input {}

.pdp .standalonecheckbox span {
  color: #aaa;
  font-size: 12px;
  font-family: 'pill gothic 600mg rg';
}


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

.pdp .input>.field>input {
  clear: left;
  width: 100%;
  height: 50px;
  background: #f3f4fe;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-family: 'pill gothic 600mg rg';
  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: #f3f4fe;
  border-radius: 4px;
  color: #333;
  font-size: 16px;
  font-family: 'pill gothic 600mg rg';
  text-indent: 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 20px;
  text-indent: 0;
  padding-right: 120px;
}

.pdp .input p {
  color: #888;
  font-size: 12px;
  font-family: 'pill gothic 600mg rg';
}

.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: 'pill gothic 600mg rg';
  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 #e30018;
}

.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: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  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: #e40017;
}

.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: #f3f4f5;
  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: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 16px;
  text-align: right;
  margin-bottom: 10px;
}



.graph img {
  height: 180px;
}


.remabutton a {
  text-decoration: none;
}

.remabutton.safeproduct {
  width: 150px;
}

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

header {
  width: 100%;
  height: 58px;
  background: #343434;
  display: table;
}

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;
  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: 58px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: 'pill gothic 600mg rg';
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.4s;
}

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



.remabutton::before {
  background: #e30018;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-20deg);
  z-index: 1;
  transition: all 0.4s;
  cursor: pointer;
}

.remabutton {
  position: relative;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.remabutton a {
  position: relative;
  z-index: 555;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  font-family: 'pill gothic 600mg rg';
  text-transform: uppercase;
}

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

}

.remabutton.alt {
  width: 200px;
}

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

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

.remabutton:hover::before {
  background: #be0215;
}

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

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

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

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











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

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

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 #ddd;
  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: 'pill gothic 600mg rg';
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
  transition: all 0.4s;
}

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

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

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;
}

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: 'pill gothic 600mg rg';
  position: relative;
}

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

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

nav .wrapper>section div.right>section>div.right div p {
  font-size: 16px;
  color: #888;
  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 {
  display: table;
  width: 100%;
}

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

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

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

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

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

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

.content .wrapper>section>aside>ul strong {
  text-transform: uppercase;
  font-family: 'pill gothic 600mg rg';
  color: #111;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.4s;
}

.content .wrapper>section>aside>ul a {
  text-transform: uppercase;
  font-family: 'pill gothic 600mg rg';
  color: #111;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}

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

.content .wrapper>section>aside>ul small {
  font-family: 'pill gothic 600mg rg';
  color: #999;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
}

.content .wrapper>section>aside>ul i {
  float: right;
  font-size: 22px;
  color: #111;
  font-weight: bold;
  font-family: 'pill gothic 600mg rg';
  font-style: normal;
}

.content .wrapper>section>aside>ul.categories {
  background: #f3f4f5;
}

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

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

.content .wrapper>section>aside>ul.categories ul li a {
  text-transform: uppercase;
  font-family: 'pill gothic 600mg rg';
  color: #888;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}

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

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

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

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




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

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

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


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

.content .wrapper>section>article .content-top>section>div.left .search::after {
  border-bottom: 4px solid #e40017;
  content: "";
  bottom: -1px;
  left: 0;
  right: 32px;
  display: block;
  position: absolute;
}

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

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

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

.content .wrapper>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>article .content-top>section>div.left .search>div>section.input input {
  height: 60px;
  background: white;
  border: none;
  outline: none;
  font-family: 'pill gothic 600mg rg';
  font-size: 18px;
  width: 100%;
}

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

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

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

.content .wrapper>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>article .content-top>section>div.left div.countries>div.active {
  opacity: 1;
}

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

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

.content .wrapper>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>article .content-top>section>div.left div.countries>div.allshops {
  border: 1px solid #ddd;
  font-weight: bold;
  color: #000;
  border-radius: 2px;
}

.content .wrapper>section>article .content-top>section>div.left div.countries>div>section>div span {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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

.content .wrapper>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>article .content-top>section>div.left div.countries>div>section>div span i.red {
  background: #e40017;
}

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

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

.content .wrapper>section>article .content-top>section>div.left div.countries>div>section>div small {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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

.content .wrapper>section>article .content-top>section>div.left div.countries>strong {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #222;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}




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

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

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

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

.content .wrapper>section>article .content-top>section>div.right .addnew strong {
  text-transform: uppercase;
  font-family: 'pill gothic 600mg rg';
  color: #343434;
  font-size: 16px;
  text-decoration: none;
}


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

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

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

.content .wrapper>section>article>section .toolbar>section>div label {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

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

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

.content .wrapper>section>article>section .toolbar>section>div>section>div span {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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

.content .wrapper>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>article>section .toolbar>section>div>section>div span i.red {
  background: #e40017;
}

.content .wrapper>section>article>section .toolbar>section>div>section>div small {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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



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

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

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

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

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

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

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.infos label {
  font-family: 'pill gothic 600mg rg';
  color: #888;
  font-size: 14px;
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  transition: all 0.4s;
}

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.infos h3 {
  font-family: 'pill gothic 600mg rg';
  color: #111;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 50px;
  transition: all 0.4s;
}

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.infos span {
  font-family: 'pill gothic 600mg rg';
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s;
}

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.controls>div label {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  transition: all 0.4s;
}

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

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

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.controls>div>section>div span {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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

.content .wrapper>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>article>section .catalog>div>ul>li>div.controls>div>section>div span i.red {
  background: #e40017;
}

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

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.controls>div>section>div small {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

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

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

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

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

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

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

.content .wrapper>section>article>section .catalog>div>ul>li>div.controls .delete a {
  font-family: 'pill gothic 600mg rg';
  font-weight: bold;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s;
}

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

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




.content .wrapper>section>article>section .priceinfo {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-family: 'pill gothic 600mg rg';
  color: #888;
  font-size: 16px;
}

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

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

.content .wrapper>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>article>section .pagination ul li a {
  font-family: 'pill gothic 600mg rg';
  color: #888;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s;
}

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

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

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

footer {}

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

footer section.top {
  background: #f3f4f5;
  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: 33.3333333%;
  display: table-cell;
  box-sizing: border-box;
  padding-left: 200px;
  vertical-align: middle;
  font-family: 'pill gothic 600mg rg';
}

@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: 2px;
  left: -29px;
  width: 15px;
  height: 35px;
}

footer section.top .wrapper>section div.right>section>div>div small {
  display: block;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}

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

footer section.top .wrapper>section div.right>section div hr {
  display: block;
  height: 1px;
  background: #ddd;
  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: 30px;
  font-size: 18px;
}

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

footer section.bottom {
  background: #343434;
  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: 'pill gothic 600mg rg';
  text-align: left;
  width: 20%;
  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: 'pill gothic 600mg rg';
  text-transform: uppercase;
  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: 58px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-family: 'pill gothic 600mg rg';
  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: #111;
  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: 'pill gothic 600mg rg';
  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: #111;
  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: 12px;
  font-family: 'pill gothic 600mg rg';
  text-decoration: none;
  color: #343434;
}


.cke_notifications_area {
  display: none;
}