.pb-10 {
  padding-bottom: 10px;
}

header>div>div:not(.search-block) {
  padding: 10px;
}

.offer {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10000;
  width: 100px;
  height: 100px;
  background-image: url(../image/offer.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.review-list img {
  max-width: 100px !important;
}

.offerss {
  display: block;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10000;
  width: 100px;
  height: 100px;
  background-image: url(../image/offerss.png);
  background-size: contain;
  background-repeat: no-repeat;
}

header>div {
  /*
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	*/
  position: relative;
  z-index: 100;
  background: white;
  border-bottom: solid 1px #ccc;
}

.cookies-message>div {
  padding: 10px;
}

.cookies-message {
  background: white;
  border-bottom: solid 1px #ccc;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.err {
  color: #dc3545;
}

.no-decoration {
  text-decoration: none !important;
}

.no-decoration:hover {
  text-decoration: none !important;
}

.top-nav-categories>ul>li.logo a.cancel {
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  margin-top: 0px;
}

.m-5 {
  margin: 5px;
}

.top-nav-categories>ul>li.logo>small,
.logo>a>small {
  font-size: 15px;
}

.pt-5 {
  padding-top: 5px;
}

.logo>a:hover {
  color: #989898 !important;
  text-decoration: none !important;
}

.top-nav-categories>ul>li.logo {
  display: none;
  margin: 10px 0 20px 30px !important;
}

.logo>a,
.top-nav-categories>ul>li.logo {
  color: #3c3c3c !important;
  font-size: 30px;
  font-weight: bold;
}

header>div>div:not(.search-block)>div.logo>a>img {
  height: 35px;
}

header>div>div:not(.search-block) {
  display: flex;
}

header>div>div:not(.search-block)>div:nth-child(2) {
  flex: 1 1 100%;
  /*overflow: hidden;*/
}

.free-shipping {
  -webkit-mask-image: url(../image/v2/icons/free-delivery.svg);
  mask-image: url(../image/v2/icons/free-delivery.svg);
}

.made-to-order {
  -webkit-mask-image: url(../image/v2/icons/dummy.svg);
  mask-image: url(../image/v2/icons/dummy.svg);
}

.worldwide-shipping {
  -webkit-mask-image: url(../image/v2/icons/worldwide.svg);
  mask-image: url(../image/v2/icons/worldwide.svg);
}

.d-flex {
  display: flex;
}

.d-flex.middle {
  align-items: center;
}

.message-box {
  padding: 10px;
  text-align: left;
  background: #f7f7f7;
  border: solid 1px #ccc;
}

.message-box.alert strong {
  font-size: 20px;
}

.message-box.alert {
  color: #ff2514;
  background-color: white;
  /* border-color: white; */
}

.mt-10 {
  margin-top: 10px;
}

header>div>div:not(.search-block)>div:last-child>ul>li>a,
.svg-icon,
header .menu {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  width: 25px;
  background-color: #3c3c3c;
}

.svg-icon.lg {
  height: 35px;
  width: 35px;
}

.ml-10 {
  margin-left: 10px;
}

header>div>div:not(.search-block)>div:last-child>ul>li {
  display: inline-block;
  vertical-align: middle;
}

header>div>div:not(.search-block)>div:last-child>ul>li {
  margin-right: 10px !important;
}

header .search-block {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}

header .search-block>div>div>.button-search {
  margin-top: 4px;
}

header .search-block>div {
  display: flex;
  padding: 8px 5px;
}

header .search-block>div>input {
  background: 0;
  border: 0;
  display: inline-block;
  font-size: 25px;
  outline: 0;
  letter-spacing: 2px;
  flex: 1 1 100%;
  overflow: hidden;
  margin-right: 3px;
}

header .search>a {
  -webkit-mask-image: url(../image/v2/icons/search.svg);
  mask-image: url(../image/v2/icons/search.svg);
}

header .account>div>a,
header .lang>div>a {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 10px;
}

header .account>div,
header .lang>div {
  display: none;
  position: absolute;
  right: 0;
  z-index: 20;
  padding-top: 14px;
}

header .account:hover>div,
header .lang:hover>div {
  display: block;
}

header .account>a {
  -webkit-mask-image: url(../image/v2/icons/user.svg);
  mask-image: url(../image/v2/icons/user.svg);
}

header .menu {
  -webkit-mask-image: url(../image/v2/icons/menu.svg);
  mask-image: url(../image/v2/icons/menu.svg);
  display: none !important;
}

.product_description {
  text-align: left;
  font-size: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  color: black;
}

header>div>div:not(.search-block)>div:last-child>ul>li>a:hover {
  background-color: #989898;
}

header>div>div:not(.search-block)>div:last-child>ul>li,
header>div>div>div:last-child>ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header>div>div:not(.search-block)>div:nth-child(3) {
  margin-top: 6px;
}

header>div>div:not(.search-block) {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cart>.content>.inner .items,
#cart>.content>.inner .items>li {
  padding: 0;
  margin: 0;
}

#cart>.content>.inner .items>li>div {
  overflow: hidden;
}

#cart>.content>.inner .items>li>a {
  width: 100%;
  padding-top: 160%;
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
}

#cart>.content>.inner .items>li>a>span.options {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
}

#cart>.content>.inner .items>li>a>span.options>span {
  display: inline-block;
  margin: 2px;
}

#cart>.content>.inner .items>li>a>span.options .fabric {
  width: 20px;
  height: 20px;
  background-position: center top;
  background-size: 110%;
}

#cart>.content>.inner .items>li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 150px;
}

#cart>.content>.inner .items>li>a>*,
#cart>.content>.inner .items>li>a>span>span {
  display: block;
}

#cart>.content>.inner .cart-inf {
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart>.content>.inner {
  position: relative;
}

#cart>.content>.inner>.cancel {
  position: absolute;
  right: 0;
  top: 0;
}

#cart>.content>.inner .cart-inf>ul {
  min-width: 50%;
}

#cart>.content>.inner .cart-inf>div {
  flex: 1 1 100%;
}

#cart>.content>.inner .cart-inf .items {
  overflow: auto;
  white-space: nowrap;
}

#cart>.content>.inner .items>li>a>span:not(.cancel) {
  padding: 3px;
}

#cart>.content>.inner .cart-inf>div {
  min-width: 150px;
}

#cart>.content>.inner .cart-inf>div>div {
  margin: 0 10px;
}

.fs-15 {
  font-size: 15px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.cart-ttl>div>div>div {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
}

/* Let's get this party started */
.custom-scrollbar ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.custom-scrollbar ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* Handle */
.custom-scrollbar ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.custom-scrollbar ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.4);
}

#cart>.content>.inner .items>li>a>span>span {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#cart>.content>.inner {
  background-color: white;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

#cart-total>span>span {
  vertical-align: middle;
}

#cart-total>span {
  color: #252525;
}

#cart-total {
  background: none;
  /*	margin-right: 10px;*/
}

#cart-total:hover>span,
#cart-total:hover {
  color: #989898;
  text-decoration: none;
}

#cart-total:hover::before {
  background-color: #989898;
}

#cart-total::before {
  vertical-align: middle;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #3c3c3c;
  -webkit-mask-image: url(../image/v2/icons/bag.svg);
  mask-image: url(../image/v2/icons/bag.svg);
  margin-right: 2px;
}

#cart>.heading>h4 {
  display: none;
}

header #cart>.content {}

#cart.active-cart>.content {
  display: block !important;
}

#cart-total .hidden {
  display: none;
}

#cart>.content {
  display: none;
  z-index: 10;
  right: 0;
  width: 100%;
}

.top-nav-categories>ul,
.top-nav-categories>ul {
  text-align: center;
}

.top-nav-categories>ul,
.top-nav-categories>ul>li {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.top-nav-categories {
  margin: 0px 5px;
}

.top-nav-categories>ul>li:hover>ul {
  display: block;
}

.top-nav-categories>ul>li>ul>li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav-categories>ul>li>ul>li>a {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  padding: 5px 20px;
  display: block;
}

.top-nav-categories>ul>li>ul {
  display: none;
  top: 0;
  left: -50%;
  position: absolute;
  padding-top: 25px;
}

.top-nav-categories>ul>li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 6px !important;
}

a {
  color: #252525 !important;
}

@media (max-width: 1050px) {
  header .logo>a {
    display: none;
  }
}

.g-recaptcha {
  margin-top: 20px;
}

@media (max-width: 920px) {
  header .logo>a {
    display: inline-block;
  }
}

@media (max-width: 280px) {
  header .logo>a:last-child {
    display: none;
  }

  header .account>div,
  header .lang>div {
    padding-top: 11px !important;
  }
}

@media (max-width: 400px) {
  header .menu {
    display: inline-block !important;
  }
}

header .logo>* {
  vertical-align: middle;
}

@media (max-width: 920px) {
  header .menu {
    display: inline-block !important;
  }

  .top-nav-categories>ul::after {
    display: block;
    content: "";
    height: 20px;
  }

  .top-nav-categories>ul {
    overflow: auto;
  }

  .top-nav-categories>ul,
  .top-nav-categories>ul {
    text-align: left;
  }

  .top-nav-categories>ul>li>ul {
    display: block;
    position: static;
    padding: 0px;
    margin: 0;
  }

  .top-nav-categories>ul>li>ul>li>a {
    background: none;
    border: none;
    padding: 10px 10px 10px 25px;
    display: block;
  }

  .top-nav-categories>ul>li.logo {
    display: block;
  }

  .top-nav-categories.active {
    display: block;
  }

  .top-nav-categories {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 20;
  }

  .top-nav-categories>span {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .top-nav-categories {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .top-nav-categories>ul {
    position: relative;
    z-index: 2;
    background: #f7f7f7;
    height: 100%;
    min-width: 300px;
    display: inline-block;
  }

  .top-nav-categories>ul>li {
    display: block;
    margin-left: 20px !important;
  }

  .top-nav-categories>ul>li:not(.logo)>a {
    display: block;
    padding: 10px !important;
  }
}

@media (max-width: 300px) {
  .top-nav-categories>ul {
    width: 100%;
    min-width: 0px;
  }
}

@media (max-width: 400px) {
  #cart>.content>.inner .items>li {
    width: 100px;
  }

  .logo>a>small {
    display: none;
  }
}

.remove-cart-item {
  z-index: 1;
  position: absolute;
  display: block;
}

.products-list {
  display: flex;
  flex-wrap: wrap;
}

.products-list>div>div:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.products-list>div>div>div>a>span .price-old:not(.price-full) {
  text-decoration: line-through;
}

.products-list>div>div>div {
  text-align: center;
  text-transform: uppercase;
}

.products-list>div>div>div>a>span .price-fixed {
  font-weight: bold;
}

.products-list>div>div>div>a>span .special-price .price-fixed {
  display: inline-block;
  margin-left: 5px;
  color: #ff2514;
}

.products-list>div>div>div>a>span:last-child {
  margin-top: 10px;
  display: block;
}

.products-list>div>div>div {
  padding: 10px 0 0 0;
}

.products-list>div>div>a>span {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.products-list>div>div>a {
  padding-top: 160%;
  position: relative;
  display: block;
  overflow: hidden;
}

.products-list {}

@media (max-width: 3000px) {
  .products-list>div {
    width: 10%;
  }
}

@media (max-width: 2700px) {
  .products-list>div {
    width: 11.11%;
  }
}

@media (max-width: 2400px) {
  .products-list>div {
    width: 12.5%;
  }
}

@media (max-width: 2100px) {
  .products-list>div {
    width: 14.28%;
  }
}

@media (max-width: 1800px) {
  .products-list>div {
    width: 16.66%;
  }
}

@media (max-width: 1500px) {
  .products-list>div {
    width: 20%;
  }
}

@media (max-width: 1200px) {
  .products-list>div {
    width: 25%;
  }
}

@media (max-width: 900px) {
  .products-list>div {
    width: 33.33%;
  }
}

@media (max-width: 600px) {
  body:not(.zoom) .the-product .image>div:first-child {
    width: 100% !important;
  }

  body:not(.zoom) .the-product .image>div:last-child {
    float: none !important;
    width: 100% !important;
  }

  body:not(.zoom) .the-product .image>div:last-child figure {
    display: inline-block !important;
  }

  .products-list>div {
    width: 50%;
  }
}

@media (max-width: 300px) {
  .products-list>div {
    width: 100%;
  }
}

.products-list>div>div {
  padding: 10px;
}

.products-list>div {
  vertical-align: top;
  margin-bottom: 20px;
}

/*the-product*/
.the-product {
  display: flex;
}

@media (max-width: 600px) {
  .the-product {
    display: block !important;
  }

  .the-product>.right>div {
    margin-left: 0px !important;
  }
}

.the-product>.right>div>div>h1 {
  text-transform: uppercase;
}

.the-product>.right>div>div>h1,
.the-product>.right>div>div>h2 {
  text-transform: uppercase;
}

.the-product>.right>div>div>h2 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}

.the-product>.right>div>div>.price {
  margin-bottom: 20px;
}

.the-product>.right>div>div>.price>div>span.price-old:not(.price-full) {
  text-decoration-line: line-through;
  margin-right: 5px;
  display: inline-block;
}

body.zoom .the-product .image {
  position: relative;
}

body.zoom .the-product .image>div:last-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
}

body.zoom .the-product .image>div:last-child>a>img {
  width: 100%;
}

.the-product .image>div:last-child {
  width: 70px;
  margin-right: 2px;
}

.the-product .image>div:last-child figure {
  width: auto;
  margin: 0 3px 3px 0;
}

body.zoom .the-product .image>div:last-child figure {
  display: block;
}

.the-product .image>div:first-child>a {
  position: relative;
  display: block;
  width: 100%;
  cursor: url(../image/v2/icons/zoom-in.png), zoom-in;
}

body.zoom {
  overflow: hidden;
}

body.zoom .the-product .image>div:first-child>a {
  cursor: url(../image/v2/icons/zoom-out.png), zoom-out;
}

.the-product .image>div:first-child {
  display: inline-block;
  width: calc(100% - 72px);
}

body.zoom .the-product .image>div:first-child>a {
  position: absolute;
  left: 0;
}

body.loading * {
  cursor: progress !important;
}

body.zoom .the-product .image {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
}

body.zoom .the-product .image>div:last-child>span {
  display: block;
}

.the-product .image>div:last-child>span {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 10px;
}

.the-product .image>div:last-child {
  font-size: 0;
  float: left;
}

.the-product .image>div:last-child figure {
  display: block;
}

.the-product .image>div:last-child a:not(:last-child) {}

.the-product .image>div:first-child a>img {
  z-index: 1;
  display: block;
  width: 100%;
  background-size: contain;
}

.the-product .image>div:last-child {
  overflow: auto;
  white-space: nowrap;
}

.the-product>.right>div>div>.price>div.special-price>span.price-fixed {
  color: #ff2514;
}

.the-product>.right>div>div>.price>div>span {
  text-transform: uppercase;
  font-size: 20px !important;
}

.the-product>.right>div {
  margin-left: 10px;
  text-align: center;
}

.the-product>.left,
.the-product>.right {
  flex: 1 1 50%;
}

/*the-product*/

.imgFabric>div.selected {
  background-color: #0088cc;
}

.imgFabric>div>a.no-image {
  background-size: 100% !important;
}

.imgFabric>div>a {
  background-size: contain;
  background-size: 110%;
  background-position: center top;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.imgFabric {
  margin-top: 3px;
}

.imgFabric>div {
  display: inline-block;
  padding: 2px;
  margin: 2px;
  border: 1px solid #ddd;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#content {}

#cart-total {
  position: relative;
}

.w-full {
  width: 100%;
}

#cart-total>span>span {
  background: rgba(244, 67, 54, 0.9);
  border-radius: 2px;
  padding: 0 5px;
  display: block;
  color: white;
}

#cart-total>span {
  top: -5px;
  left: -8px;
  position: absolute;
}

.invisible {
  visibility: hidden;
  height: 0;
  width: 0;
}

.button.sm {
  font-size: 12px !important;
  padding: 3px 7px !important;
}

.option {
  margin-bottom: 20px;
}

.option>div:first-child>div:first-child {
  float: left;
}

.option>div:first-child>div:last-child {
  float: right;
}

.option {
  text-align: left;
}

.mb-2 {
  margin-bottom: 2px;
}

.option>div:first-child {
  overflow: hidden;
  margin-bottom: 5px;
}

.the-dialog>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 10px;
}

.the-dialog>div>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  max-width: 600px;
  margin: 0 auto;
}

.the-dialog>div>div>div>* {
  padding: 10px;
}

.the-dialog>div>div>div {
  background: white;
}

.the-dialog>span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.the-dialog .buttons {
  padding: 0 !important;
}

.the-dialog .buttons>div>div {
  padding: 5px;
}

.the-dialog .buttons>div {
  border-top: solid 1px #ccc;
  white-space: nowrap;
  display: flex;
}

.the-dialog .buttons>div {
  overflow: hidden;
}

.flex {
  display: flex;
}

.flex .full {
  flex: 1 1 100%;
}

.flex.center {
  align-items: center;
  justify-content: center;
}

.flex .half {
  flex: 1 1 50%;
}

.the-dialog {
  display: none;
  position: fixed;
  z-index: 1000000000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.the-dialog.open {
  display: block;
}

.the-dialog .header {
  display: flex;
  padding-bottom: 5px;
  border-bottom: solid 1px #ccc;
}

.the-dialog .header> :first-child {
  flex: 1 1 100%;
}

.the-dialog .header> :last-child>a.cancel {
  margin: 0 !important;
}

input[type="range"] {
  -webkit-appearance: none;
  height: 10px;
  padding: 0px !important;
  border: solid 0px !important;
  background: #c6c6c6;
  outline: none;
  opacity: 0.7;
  margin: 10px 0 15px 0 !important;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1bbc9b;
  cursor: pointer;
}

/* All the same stuff for Firefox */
input[type="range"]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1bbc9b;
  cursor: pointer;
}

/* All the same stuff for IE */
input[type="range"]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #1bbc9b;
  cursor: pointer;
}

.personalSizes>div>div>div>.img {
  display: none;
}

.personalSizes>div>div>div.focus>.img {
  display: block;
}

.personalSizes>div>div>div {
  padding: 5px;
}

.personalSizes>div>div>div.focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.personalSizes>div>div>div>div>input {
  width: 50px;
  text-align: center;
  margin-left: 2px;
  border: solid 1px #ccc;
}

.ml-2 {
  margin-left: 2px;
}

.ml-3 {
  margin-left: 3px;
}

.capitalize {
  text-transform: capitalize;
}

.upper {
  text-transform: uppercase;
}

.w-70 {
  width: 70px !important;
}

.bb-1 {
  border-bottom: solid 1px #ccc;
}

.pb-5 {
  padding-bottom: 5px;
}

@media (max-width: 350px) {
  .flex.max-350 {
    display: block;
  }
}

@media (max-width: 500px) {

  .flex.max-500,
  #container-inner {
    display: block !important;
  }

  #container-inner>div:not(#content):not(#column-right):not(#column-left) {
    width: auto !important;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #2196f3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.align-center {
  vertical-align: middle;
  text-align: center;
}

.choose-box a.disabled {
  color: rgba(37, 37, 37, 0.3) !important;
}

.flex.column {
  flex-direction: column;
  height: 100%;
}

.flex.column>.header {
  flex: 0 0 auto;
}

.flex.column>.content {
  flex: 1 1 auto;
  position: relative;
  /* need this to position inner content */
  overflow-y: auto;
}

.flex.column>.buttons {
  flex: 0 0 auto;
}

.form-style-1 {
  margin: 10px !important;
  padding: 0;
}

.form-style-1>li {
  padding: 0 !important;
  display: block;
  list-style: none;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.form-style-1>li>textarea,
.form-style-1>li>input {
  width: 100%;
}

.review-rating>div:first-child {
  width: 200px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.review-rating>div:first-child>span:first-child {
  background-image: url(../image/v2/icons/star.png);
  z-index: 1;
}

.review-rating>div:first-child>span {
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-rating>div:first-child>span:last-child.active,
.review-rating>div:first-child:hover>span:last-child {
  display: block !important;
}

.review-rating>div:first-child>span:last-child {
  background-image: url(../image/v2/icons/star-full.png);
  z-index: 2;
  display: none;
}

.form-style-1>li>label {
  margin: 0 0 3px 0;
  padding: 0;
  display: block;
  font-weight: bold;
}

#container-inner>#content,
#container-inner>#column-right,
#container-inner>#column-left {
  padding: 5px;
  flex: 1;
}

#container-inner>div:not(#content):not(#column-right):not(#column-left) {
  width: 100%;
}

#container-inner>#content {
  flex: 1 1 50%;
}

#container-inner {
  display: flex;
  flex-wrap: wrap;
}

.rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.rating>span {
  background-repeat: repeat-x;
  background-size: contain;
  width: 100px;
  height: 20px;
  display: inline-block;
}

.rating>span:first-child {
  background-image: url(../image/v2/icons/star.png);
}

.rating>span:last-child {
  background-image: url(../image/v2/icons/star-full.png);
  position: absolute;
  left: 0;
}

header .lang.ro>a {
  background-image: url(../image/v2/icons/romania.png) !important;
}

header .lang.en>a {
  background-image: url(../image/v2/icons/united-kingdom.png) !important;
}

header .lang>a {
  background-color: rgba(0, 0, 0, 0) !important;
  background-size: contain;
}

.w-100 {
  width: 100%;
}

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

.fixed-bottom {
  background: #f7f7f7;
  border: solid 1px #ccc;
}

.fixed-bottom .discount {
  display: inline-block;
  padding: 3px;
  color: #fff;
  background-color: #dc3545;
  font-size: 18px;
}

.fixed-bottom>div {
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.fb {
  background-color: #3b5998;
  display: inline-block;
  padding: 5px 10px;
  border: none;
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  color: #efefef;
}

.fb>span {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background-image: url(../image/icon-facebook.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.products-list>div>div>div>a>span>span>span {
  font-size: 10px;
  color: rgba(37, 37, 37, 0.9);
}

/*popup*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index: 1000000;
}

.overlay.hide {
  visibility: hidden;
  opacity: 0;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 1s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: rgba(0, 0, 0, 0.5);
}

.popup .content {
  max-height: 30%;
  overflow: auto;
  color: #444444;
}

@media screen and (max-width: 700px) {
  .popup {
    width: 70%;
  }
}

/*pulse button*/
.pulse-button {
  position: relative;
  border: none;
  box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
  /* border-radius: 50%; */
  border-radius: 25px;
  padding: 10px;
  /* font-size: 20px; */
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #e84c3d;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse-button:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 15px rgba(232, 76, 61, 0);
  }
}

/* pulse button */