<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --pink: #FF007F;
  --pink-50: rgba(255, 0, 127, 0.2);
}

body {
  font-family: 'Raleway', sans-serif;
}

body.menu-mobile-is-open {
  overflow: hidden;
}

a {
  color: #999 !important;
}

a:hover {
  text-decoration: none !important;
  color: #999 !important;
}

#privacy_label {
  color: var(--pink) !important;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(204, 204, 204, 0.2);
  display: none;
}

.overlay .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--pink);
  color: #fff;
  padding: 10px;
}

.alert {
  border-radius: 0px;
}

.alert-grey,
.alert-info {
  background-color: #CCC !important;
  text-align: center !important;
  border: 0px !important;
  color: #000 !important;
}

.alert-custom {
  background-color: var(--pink);
  color: white;
}

.label-sent {
  background-color: var(--pink);
  color: white;
}

.label-in-progress {
  background-color: #999;
  color: white;
}

body.successPaymentBank {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#modalSizes .modal-title {
  text-transform: uppercase;
}

#user-orders,
#user-orders .label,
.loginmodal-container {
  font-size: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#user-orders p {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

#user-orders .order-status {
  width: 250px;
}

#user-orders .payment-type {
  width: 120px;
}

body.successPaymentBank .amount-to-pay {
  background-color: #dff0d8;
}

body.successPaymentBank .alert {
  margin-bottom: 0px;
}

label {
  font-weight: normal;
}

.user-panel {
  margin-bottom: 30px;
  height: 32px;
  overflow: hidden;
}

body.viewProduct .panel-default {
  border: 0px;
}

.panel-default&gt;.panel-heading {
  background-color: white;
  padding-left: 0px;
  padding-right: 0px;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel-title a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  color: #000 !important;
}

.panel-title a:hover {
  text-decoration: none;
}

.panel-title a::after {
  content: "-";
  display: inline-block;
  font-size: 25px;
  position: absolute;
  right: 0px;
  top: -5px;
}

.panel-title a.collapsed::after {
  content: "+";
}

.panel-title a:hover {
  text-decoration: none;
}

.my-acc,
.my-acc-login,
.my-acc-register {
  float: right;
  background-color: #cccccc;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

.my-acc-login {
  margin-left: 5px;
}

.my-acc:hover,
.my-acc-login:hover,
.my-acc-register:hover {
  color: #fff;
}

.user-page .row {
  margin-bottom: 40px;
}

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #f7f7f7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  ;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
}

.loginmodal-container input[type="submit"] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type="text"],
input[type="password"],
select {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type="text"]:hover,
input[type="password"]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal-submit {
  display: block;
  line-height: 50px;
  background: #cccccc;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.user-page .loginmodal-container {
  margin: auto;
  border-radius: 0px;
  padding: 30px 10px;
}

.header {
  padding-top: 30px;
}

.sub-header {
  padding: 0px 15px 0px 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.header .top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.header .logo {
  margin-top: 20px;
  text-align: center;
}

.header .logo img {
  max-width: 100%;
  max-height: 80px;
}

.header .phone,
.header .dropdown-langs {
  float: left;
}

.header .phone {
  margin-right: 15px;
}

.header .dropdown-langs button {
  background-color: transparent;
  border: 0;
}

.header .search {
  position: relative;
  display: inline-block;
  float: right;
}

.header .search .field {
  background: #ededed none repeat scroll 0 0;
  border: 0;
  border-radius: 5px;
  padding: 5px;
  min-width: 230px;
}

.header .search a {
  color: #000;
  position: absolute;
  right: 8px;
  top: 5px;
}

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

.mr-0 {
  margin-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.mainmenu nav {
  margin-left: -15px;
}

.mainmenu li {
  /* display: inline-block;
  position: relative;*/
  background-color: #CCC;
  height: 40px;
  float: left;
}

.mainmenu .navbar-nav-left li {
  margin-right: 15px;
}

.mainmenu .navbar-nav-right li {
  margin-left: 15px;
}

.mainmenu .navbar-nav-right li:last-child {
  background-color: transparent;
}

.mainmenu li:hover a {
  color: #333 !important;
}

.mainmenu ul li a {
  color: #333;
  display: block;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 0px 0px 0;
  margin: 0px;
  text-transform: uppercase;
  height: 40px;
  background-color: white;
  width: 100%;
}

.mainmenu ul li a:hover {
  color: #333;
  height: 36px;
}

/* .mainmenu ul li.active a {
  color: #cccccc;
} */

.nav li a:focus,
.nav li a:hover {
  background-color: #fff;
}

.mainmenu ul li:hover a {
  color: #cccccc;
  text-decoration: none;
}

.mainmenu ul li a i {
  font-size: 12px;
}

.mainmenu ul li ul li {
  display: block;
}

.mainmenu ul li ul li a {
  font-weight: 400;
  text-transform: capitalize;
}

.mainmenu ul li ul li a {
  font-size: 13px;
  font-weight: 400;
  padding: 5px 0;
  text-transform: capitalize;
}

.mainmenu ul li .megamenu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px #888;
  left: 0px;
  opacity: 0;
  padding: 30px 30px 40px;
  position: absolute;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: auto;
  z-index: 2147483647;
}

.mainmenu ul li:hover .megamenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

.mainmenu ul li .megamenu span {
  width: 33.333%;
  float: left;
  padding: 0px 10px;
}

.mainmenu ul li .megamenu span a {
  padding: 4px 0;
  background: none;
  font-weight: 400;
  font-size: 12px;
}

.mainmenu ul li .megamenu span a.mega-title {
  border-bottom: 1px solid #ddd;
  color: #393939;
  font-weight: 600;
  margin-bottom: 5px;
}

.mainmenu ul li .megamenu {}

.mainmenu ul li .megamenu.megamenu1 {
  left: -395px;
}

.mainmenu ul li .megamenu.megamenu2 {
  left: -485px;
}

nav .navbar-header .menu-text-xs {
  text-transform: uppercase;
  float: left;
  margin-top: 15px;
  margin-left: 15px;
}

.navbar {
  margin-bottom: 0px;
  min-height: auto;
  border: 0px;
}

.navbar .lang {
  color: grey;
}

.navbar-nav-left {
  float: left;
}

.navbar-nav-right {
  float: right;
}

.slideshow {
  position: relative;
  width: 100%;
  /* max-width: 1140px; */
  height: 627px;
  overflow: hidden;
}

.slideshow img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow img.active {
  opacity: 1;
}


#home-slider {
  height: 600px;
  margin-bottom: 30px;
}

#home-slider .item {
  background-size: 100%;
  background-repeat: no-repeat;
  height: 600px;
}

#home-slider .item h3 {
  font-size: 60px;
  font-family: "Lobster Two", cursive;
  margin-top: 200px;
}

#home-slider .item h3 a {
  color: #90815b;
}

#home-slider .item h3 a:hover {
  text-decoration: none;
}

#home-slider .item .description {
  color: #6d604c;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}

.cart-icon {
  height: 30px;
}

.mainmenu ul li.user-icon {
  height: 30px;
  width: 25px;
  position: relative;
}

.mainmenu ul li.user-icon a {
  display: block;
  margin: auto;
}

.mainmenu ul li.user-icon a img {
  height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
}

#home-slider .item .add-to-cart {
  color: #4c4c4c;
  border: 2px solid #6d604c;
  border-radius: 30px;
  display: inline-block;
  font-size: 18px;
  padding: 5px 25px;
  text-transform: uppercase;
}



#home-slider .item .add-to-cart:hover {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #fff;
  text-decoration: none;
}

.home-carousel .item img {
  max-height: 200px;
  margin: 0 auto;
}

.carousel-control.left,
.carousel-control.right {
  background-color: none;
  background-image: none;
}

.carousel-control span {
  color: #cccccc;
}

.home-banners .single-banner {
  width: 50%;
  overflow: hidden;
}

.home-banners .single-banner a {
  display: block;
  position: relative;
}

.home-banners .single-banner img {
  transform: scale(1);
  transition: all 0.5s;
  max-width: 100%;
  height: auto;
}

.new-products {
  padding-bottom: 70px;
}

.new-products h3 {
  text-align: center;
  font-family: "Lobster Two", cursive;
  font-size: 32px;
  color: #4c4c4c;
  font-weight: bold;
  text-transform: capitalize;
}

.new-products .carousel-inner h1 {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.new-products .carousel-inner a {
  color: #4c4c4c;
  text-decoration: none;
}

.new-products .carousel-inner .price {
  display: block;
  text-align: center;
  color: #cccccc;
  font-weight: bold;
}

.new-products .carousel-control i {
  color: #cccccc;
}

.new-products .add-to-cart {
  display: block;
  width: 150px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e2dfdb;
  border-radius: 30px;
  color: #6d604c;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 25px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.new-products .add-to-cart:hover {
  background-color: #cccccc;
  color: #fff;
}

.new-products .cover {
  width: 100%;
}

.blog-posts {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog-posts h3 {
  text-align: center;
  font-family: "Lobster Two", cursive;
  font-size: 32px;
  color: #4c4c4c;
  font-weight: bold;
  text-transform: capitalize;
}

.blog-posts .carousel-inner img {
  margin-bottom: 10px;
}

.blog-posts .carousel-inner h1 {
  font-size: 24px;
  text-align: center;
  font-family: "Lobster Two", cursive;
  margin: 0;
  margin-bottom: 10px;
}

.blog-posts .carousel-inner a {
  color: #4c4c4c;
  text-decoration: none;
}

.blog-posts .carousel-inner .description {
  color: #888888;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}

.blog-posts .carousel-inner .time {
  display: block;
  text-align: center;
}

.blog-posts .read-more {
  color: #6d604c;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  padding-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.shop-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
}

.shop-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.shop-dropdown .dropdown {
  margin-left: 0 !important;
}

.shop-dropdown i {
  font-size: 30px;
  color: var(--pink);
}

.shop-dropdown .badge {
  position: absolute;
  right: -5px;
  bottom: 0px;
  font-size: 15px;
}

.shop-dropdown .btn-remove-from-cart {
  background-color: #000000;
  color: #FFF;
  border: 1px solid #000000;
}

.dropdown-cart {
  height: auto;
  max-height: 320px;
  overflow-x: hidden;
  width: 265px;
  padding: 10px;
  position: absolute;

}

.dropdown-cart li.shop-item {
  background-color: white;
  margin: 11px 0px 0px 0px !important;
  height: 60px;
  border-bottom: 1px solid #f1f1f1;
}

.dropdown-cart li.shop-item:hover {
  border-color: var(--pink-50);
}

.dropdown-cart li.shop-item:last-child {
  border-bottom: none !important;
  margin-bottom: 10px !important;
}

.dropdown-cart li.shop-item .num_added {
  position: absolute;
  background-color: var(--pink);
  width: 20px;
  height: 20px;
  border-radius: 24px;
  text-align: center;
  color: white;
  display: block !important;
}

.dropdown-cart li.checkout {
  margin: 10px auto !important;
  padding-top: 1px;
  clear: both;
  float: none;
}

.dropdown-cart .cleaner {
  height: auto;
  margin-left: 0px !important;
}

.dropdown-cart .cleaner a,
.dropdown-cart .cleaner a:hover {
  padding: 0px;
  height: auto;
}

.dropdown-menu .divider {
  /* display: block;
  width: 100%; */
}

.shop-dropdown a.dropdown-toggle {
  color: #333;
  font-size: 13px;
  background-color: white;
}

.shop-dropdown a.dropdown-toggle:hover {
  text-decoration: none;
}

.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
  background-color: white;
}

.dropdown-cart li .item {
  display: block;
  margin: 3px 0;
}


.dropdown-cart li .item:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.dropdown-cart li .item-in {
  float: left;
  height: 55px;
}

.dropdown-cart li .item-in img {
  height: 50px;
  width: 50px;
}

.dropdown-cart li .item-in a.item-info span {
  font-size: 12px;
}

.dropdown-cart li .item-in a.item-info .product-name {
  display: block;
}

.dropdown-cart .go-checkout {
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px;
  transition: all 0.5s ease-out 0s;
  width: 100%;
  text-transform: uppercase;
  height: 40px;
  margin-top: 10px;
}

.dropdown-cart .go-checkout:hover {
  background-color: #cccccc;
  color: #fff;
  height: 40px;
}

.dropdown-cart .item-x-absolute {
  position: absolute;
  right: 10px;
}

.dropdown-cart li .item-in .left-side {
  float: left;
  width: 50px;
}

.dropdown-cart li .item-in .right-side {
  float: left;
  margin-left: 2px;
  width: 170px;
}

.dropdown-cart .item-info {
  padding: 5px 10px;
}

.dropdown-cart .item-info .prices span {
  color: #000
}

.dropdown-cart .item-info span.prices {
  display: block !important;
}

.dropdown-cart .item-info .prices,
ul.dropdown-cart .item-info .currency {
  color: #666;
  display: inline !important;
  font-size: 16px;
  font-weight: bold;
}

#view-product h1 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 32px;
  margin-bottom: 10px;
}

#view-product h2 {
  margin: 0;
  padding: 0;
  color: #999;
  font-size: 16px;
  margin-bottom: 10px;
}

#view-product .product-info {
  background-color: #fff;
  padding: 10px;
}

#view-product .product-info .add-to-cart {
  display: block;
  margin: 0px auto 5px auto;
  width: 100%;
  background-color: #000;
  color: #FFF !important;
  font-size: 16px;
  font-weight: 700;
  padding: 11px 25px;
  text-transform: uppercase;
  text-align: center;
}

#view-product .product-info .add-to-cart img {
  margin-right: 10px;
  height: 32px
}

#view-product .manage-buttons {
  padding-top: 10px;
  padding-bottom: 10px;
}

#view-product #description {
  background-color: #ffff;
  padding: 20px 10px 10px 15px;
}

#view-product #description p {
  line-height: 27px;
  margin: 0px 0px;
}

#view-product #description .header {
  background-color: #f4f4f4;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding: 20px;
}

#view-product #description .header .title {
  color: #fff;
  background-color: #cccccc;
  padding: 20px;
  margin-left: -20px;
}

#view-product .top-part {
  margin-bottom: 20px;
}

.inner-nav {
  background-color: #f1f1f1;
  padding: 20px;
  margin-bottom: 30px;
}

.inner-nav .active {
  color: #cccccc;
}

#modalImagePreview {
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#modalImagePreview .modal-content {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 700px;
  width: 80%;
}

#modalImagePreview #caption {
  color: #ccc;
  display: block;
  height: 150px;
  margin: auto;
  max-width: 700px;
  padding: 10px 0;
  text-align: center;
  width: 80%;
}

#modalImagePreview .modal-content,
#modalImagePreview #caption {
  animation-duration: 0.6s;
  animation-name: zoom;
  webkit-animation-duration: 0.6s;
  webkit-animation-name: zoom;
}

#modalImagePreview .close {
  opacity: 1;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  right: -10px;
  top: -40px;
  transition: 0.3s;
}

#modalImagePreview .close:hover,
#modalImagePreview .close:focus {
  color: #bbb;
  cursor: pointer;
  text-decoration: none;
}

#modalImagePreview img {
  max-width: 100%;
}

#modalImagePreview .arrows {
  margin-top: 20px;
}

#modalImagePreview .arrows .inner-prev {
  display: inline-block;
  width: 48%;
  text-align: center;
}

#modalImagePreview .arrows .inner-next {
  display: inline-block;
  width: 48%;
  text-align: center;
}

.other-images-container .active img {
  border: 3px solid #b1b1b1;
}

.img-series {
  bottom: -17px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
}

.img-sl {
  cursor: pointer;
}

.orders-from-category {
  margin-bottom: 20px;
}

.orders-from-category h2 {
  color: #4c4c4c;
  font-size: 28px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Lobster Two", cursive;
  text-align: center;
}

.product-inner {
  min-height: 450px;
  position: relative;
}

.fade-in-section {
  opacity: 1;
  /* transform: translateY(5vh);
  visibility: hidden;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  will-change: opacity, visibility; */
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

.triangle-topright {
  border-top: 200px solid rgba(141, 125, 122, .7);
  border-left: 200px solid transparent;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.triangle-bottomleft {
  border-bottom: 200px solid rgba(141, 125, 122, .7);
  border-right: 200px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}

.triangle-topright p {
  color: white;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  top: -173px;
  right: 16px;
}

.triangle-bottomleft p {
  color: white;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  position: absolute;
  bottom: -173px;
  left: 16px;
}

.product-inner h3 {
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  padding-top: 5px;
  margin: 5px 0;
  margin-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #b2adb0;
  /*  border: 1px solid #CCC; */
}

.product-inner h4 {
  text-align: left;
  font-weight: normal;
  padding-top: 5px;
  margin: 5px 0;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  color: #333;
  /* border: 1px solid #CCC; */
}

.product-inner .price {
  display: block;
  text-align: left;
  font-size: 14px;
  color: #333;
  /* border: 1px solid #CCC; */
}

.product-inner .add-to-cart {
  display: block;
  width: 150px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #e2dfdb;
  border-radius: 30px;
  color: #6d604c;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  padding: 11px 25px;
  text-transform: uppercase;
  transition: all 0.5s;
}

.product-inner .add-to-cart:hover {
  background-color: #cccccc;
  color: #fff;
  text-decoration: none;
}

#checkout-page {
  margin-bottom: 20px;
}

#checkout-page #goOrder {
  padding: 0px;
}


#checkout-page #goOrder .form-error {
  color: var(--pink);
  padding: 5px 0px 0px 0px;
  display: inline-block;
}

#checkout-page #goOrder input.form-error,
#checkout-page #goOrder select.form-error,
#checkout-page #goOrder textarea.form-error {
  border: 1px solid var(--pink);
}


#checkout-page #goOrder .column-left h4,
#checkout-page #goOrder .column-right h4 {
  margin-top: 0px;
}

#checkout-page #goOrder .required {
  color: var(--pink);
  font-size: 15px;
}

#checkout-page #goOrder .form-control {
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  padding: 5px;
}

#checkout-page #goOrder label {
  font-size: 12px;
  color: #444444;
}

#checkout-page #goOrder .product-name {
  display: block;
  padding-top: 10px;
}

#checkout-page .go-order {
  display: block;
  line-height: 50px;
  background: #000;
  border: medium none;
  color: #fff !important;
  font-size: 17px;
  font-weight: 600;
  height: 50px;
  margin: 20px 14px 20px 18px;
  padding: 0;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

#checkout-page h4 {
  font-size: 14px;
  padding: 10px;
  ;
  background-color: rgb(229, 229, 229);
  color: #000;
  text-transform: uppercase;
}

.paypal-image {
  width: 320px;
  margin: auto;
}

.paypal-redirect {
  margin: 50px auto 20px auto;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: var(--pink);
}

.paypal-3-rate {
  margin: 20px 0px 0px 0px;
  text-align: center;
  font-size: 16px;
  display: flex;
  justify-content: center;
}

.table-products {
  width: 100%;
  text-align: center;
}

body.ShoppingCartPage .table-products img.product-image {
  width: 80px;
  margin: 0px;
}

body.checkout .table-products img.product-image {
  width: 80px;
  margin: 5px 0px 0px 5px;
}

.relative {
  position: relative;
}

.payment-type-box {
  border: 1px solid #ccc;
  margin: 20px 14px 0px 18px;
  padding: 40px 12px 12px 12px;
  position: relative;
}

.payment-type-box .top-header {
  position: absolute;
  top: -12px;
  left: 12px;
  background-color: #f6f7fb;
  font-size: 14px;
  padding: 5px;
  width: 230px;
}

.remove-product {
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #000;
  color: white !important;
  border-color: #000;
}

.remove-product:hover {
  border-color: #000;
  background-color: #FFF;
  color: #000 !important;
}

.add-remove-product {
  border: 1px solid #ccc;
  padding: 5px;
  display: inline-block;
  margin: auto;
}

.add-remove-product a {
  background-color: #FFF;
  border-color: #FFF;
  color: #000;
}

.add-remove-product a:hover {
  background-color: #000;
  border-color: #000;
  color: #FFF !important;
}

.btn {
  border-radius: 0px;
}

.btn-login {
  background-color: var(--pink);
  color: white !important;
  border: 1px solid var(--pink);
}

.btn-login:hover {
  background-color: white;
  color: var(--pink) !important;
}

.btn-green {
  background-color: #cccccc;
  color: #fff;
}

#shopping-cart {
  margin: 0px auto 20px auto;
}

#shopping-cart .table {
  width: 100%;
}

#shopping-cart .table th {
  background-color: #CCC;
  vertical-align: middle;
  text-align: center;
  padding: 10px !important;
}

#shopping-cart .table th,
#shopping-cart .table td {
  padding: 15px;
}

#shopping-cart .table td.aligned {
  vertical-align: middle;
  text-align: center;
}

.btn-black {
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
}

.btn-black:hover {
  background-color: #FFF;
  color: #000 !important;
}

#contacts {
  margin-bottom: 20px;
}

#contacts #map {
  margin-bottom: 30px;
  height: 400px;
  width: 100%;
}

#contacts .contact-details {
  background-color: #f4f4f4;
  padding: 20px;
}

#contacts .contact-form {
  background-color: #f4f4f4;
  padding: 20px;
}

#contacts .contact-form .form-control {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-left: 10px;
}

#contacts .contact-form label {
  font-size: 12px;
  font-weight: normal;
  color: #444;
}

.blog-list .caption {
  color: #666;
}

.blog-list small span {
  margin-right: 7px;
}

.blog-list small,
.blog-list small a,
.blog-preview-time {
  color: silver;
}

.blog-list .caption h5 {
  font-size: 16px;
}

.blog-list img {
  width: 100%;
}

#blog .thumbnail {
  border-radius: 0;
}

.blog-preview-time {
  display: inline-block;
  margin-bottom: 10px;
}

.blog-description {
  color: #666;
  font-size: 13px;
}

.blog-artchive {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 0;
}

.blog-artchive .item {
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #ccc;
  border-image: none;
  border-style: none none dotted;
  border-width: 0 0 1px;
  moz-border-bottom-colors: none;
  moz-border-left-colors: none;
  moz-border-right-colors: none;
  moz-border-top-colors: none;
  padding: 10px 0px;
  padding-left: 10px;
}

.blog-artchive .item a {
  color: #666;
}

.blog-home-left-categ {
  margin-bottom: 20px;
}

.blog-list .description {
  height: 125px;
  overflow: hidden;
}

.blog-list h5 {
  height: 40px;
  overflow: hidden;
}

.blog-list .img-container {
  height: 400px;
  overflow: hidden;
}

#shop-page {
  margin-bottom: 20px;
}

#shop-page .categories {
  border: 1px solid #cccccc;
  border-radius: 5px;
}

#shop-page .categories .body {
  padding: 10px;
}

#shop-page .categories .title {
  background-color: #cccccc;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}

#shop-page .categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#shop-page .categories ul li,
div.filter-sidebar ul li a {
  margin-bottom: 4px;
}

#shop-page .categories ul li a {
  color: #6d6d6d;
  display: inline-block;
  font-size: 13px;
}

#shop-page .categories ul li a.selected,
div.filter-sidebar ul li a:hover {
  color: #1e88e5;
}

#show-xs-nav {
  border: 1px solid #666;
  color: #666;
  font-size: 15px;
  padding: 3px;
  text-align: center;
  text-decoration: none;
}

#show-xs-nav span i {
  margin-left: 5px;
}

#shop-page .bootstrap-select&gt;.dropdown-toggle.bs-placeholder,
#shop-page .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:active,
#shop-page .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:focus,
#shop-page .bootstrap-select&gt;.dropdown-toggle.bs-placeholder:hover {
  color: #fff;
}

#products-side h1 {
  font-family: "Lobster Two", cursive;
  margin: 0;
  margin-bottom: 20px;
}

.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:focus,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
  color: #cccccc;
}

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;a:focus,
.pagination&gt;.active&gt;a:hover,
.pagination&gt;.active&gt;span,
.pagination&gt;.active&gt;span:focus,
.pagination&gt;.active&gt;span:hover {
  background-color: #cccccc;
  border: 1px solid #cccccc;
  color: #fff;
}

footer .footer {
  background-color: #f4f4f4;
}

.footer .container {
  padding-bottom: 50px;
}

.footer p {
  margin: 0;
}

.footer img {
  max-width: 100%;
}

.footer h3 {
  border-bottom: 1px solid #bac1c8;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  padding: 40px 0 10px;
  text-transform: uppercase;
}

.footer h3 a {
  color: #333;
}

.footer ul {
  color: #7f8c8d;
  list-style-type: none;
  margin-left: 0;
  margin-top: 15px;
  padding-left: 0;
}

.footer ul li a {
  display: block;
  padding: 0 0 5px 0;
}

.footer a,
.footer p {
  color: #78828d;
}

.footer p,
.footer ul {
  font-size: 13px;
}

footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}

footer #footer_privacy_for_newsletter {
  margin-top: 10px;
  display: flex;
}

footer .newsletter_disclaimer {
  margin-top: 10px;
}

footer .newsletter_disclaimer a {
  display: inline !important;
}

footer .newsletter-box input[type="checkbox"] {
  display: inline;
  margin: 0px 5px 0px 0px;
}

footer .newsletter-box label {
  display: inline;
  margin: 0px;
  padding: 0px;
}

footer .newsletter-box label a {
  display: inline;
}

footer .newsletter-box input[type="text"] {
  padding: 10px;
  text-align: left;
  width: 230px;
}

input:focus-visible {
  outline: 1px solid var(--pink);
}

footer .newsletter-box button {
  background-color: #000;
  padding: 10px 12px;
  color: white;
}

footer .newsletter-box button:hover {
  color: #000;
  background-color: #FFF;
  border: 1px solid #000;
}

footer .footer-icon li {
  text-align: left;
  clear: left;
}

#notificator {
  display: none;
  left: 50%;
  margin-left: -100px;
  padding: 15px 25px;
  position: fixed;
  text-align: center;
  top: 20px;
  width: 200px;
  z-index: 5000;
}

.coupon-label {
  padding: 10px;
  margin-right: 5px;
  /* display: none; */
  border-radius: 0px;
}

.vat-included {
  display: block;
  font-size: 12px;
  color: grey;
}

.only-for-italy {
  display: block;
}

.go-category {
  color: #FF007F;
  text-transform: uppercase;
}

#sizes {}

#price {
  font-weight: bold;
  color: #333;
  padding: 5px;
  /*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
}

.size-price {
  font-size: 22px;
  margin-top: 22px;
}

.row-info {
  font-size: 16px;
  padding: 5px 0px;
  margin-top: 20px;
}

#payment-modal .modal-body {
  padding: 20px 50px;
}

#modalPaypal .modal-body {
  padding: 0px;
}

#modalPaypal h1 {
  text-transform: uppercase;
  font-size: 24px;
  padding: 10px 10px 10px 30px;
  margin-top: 30px;
}

#modalPaypal ul {
  margin: 0px 0px 50px 0px;
  padding: 0px 0px 0px 20px;
}

#modalPaypal ul li {
  font-style: italic;
  margin: 10px;
  list-style: none;
  font-size: 16px;
}

#modalPaypal .paypal-banner {
  text-align: center;
}

.paypal {
  color: #337ab7;
  margin-bottom: 10px;
}

.paypal a {
  margin: 4px 0px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
  color: #999;
}

.size-guide {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  padding: 0px;
  font-size: 16px;
}

.size-guide:hover {
  color: #999;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 5px;
}

.img-thumbnail {
  margin-bottom: 10px;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}

.pinterest a {
  color: #333;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}

.pinterest a:hover {
  text-decoration: none;
}

.out-of-stock {
  text-align: center;
  background-color: #CCC;
  color: #000;
  border: 1px solid #CCC;
  text-transform: uppercase;
}

.policy {
  padding: 0px 0px 100px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#custom-page.pagebio img {
  width: 100%;
}

.masonry-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.grid-item {
  width: 30%;
  /* 3 columns */
  margin: 10px 1.5%;
}

/* 
==============
Cookie banner 
============== 
*/

#cookie-banner {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000;
  color: #FFF;
  padding: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #CCC;
  max-width: 100%;
  margin: auto;
}

#deny-all {
  display: none;
}

#cookie-step-1 {
  display: block;
}

#cookie-step-2 input[type="checkbox"] {
  margin-left: 10px;
}

#accept-selected {
  display: none;
}

#cookie-step-2 {
  display: none;
}

#cookie-text {
  display: none;
}

#cookie-btn-close {
  position: absolute;
  top: 30px;
  right: 40px;
}

#cookie-btn-close a {
  font-size: 25px;
  color: white !important;
}

#cookie-header {
  margin: 0px auto;
  max-width: 55%;
  padding: 20px;
  text-align: left;
}

#cookie-banner button {
  background: #CCC;
  color: #000;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  margin: 5px;
}

#cookie-banner button:hover {
  background: #FFF;
  color: #000;
}

#cookie-banner #cookies-buttons {
  margin: 50px 0px 10px 0px;
  text-align: center;
}

/* Clearfix to avoid float issues */
.masonry-container::after {
  content: "";
  display: table;
  clear: both;
}

.bg-info {
  background-color: transparent;
  font-weight: bold;
}

.product-link {
  text-align: left;
  padding: 10px 0px 0px 20px;
  color: #000;
  text-transform: uppercase;
}

.share-on-pinterest {
  display: inline-block;
  text-transform: uppercase;
}

.hamburger-menu {
  display: none !important;
}

#dots-container {
  display: none;
}

.sub-header.mobile {
  display: none;
}

.sub-header.desktop {
  display: block;
}

.shop .product-inner .product-image {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.shop .product-inner .product-image img {
  width: 100%;
}

.user-content {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1200px) {
  .mainmenu ul li a {
    font-size: 15px;
    margin: 0px;
  }

  footer .newsletter-box button .menu-left,
  .menu-right {
    float: left;
  }

  .sub-header.desktop {
    visibility: visible;
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {

  #cookie-header {
    width: 95%;
    max-width: 100%;
  }

  #cookie-btn-close {
    top: 20px;
    right: 20px;
  }

  footer .newsletter-box button {
    margin-top: 10px;
  }

  .user-content {
    flex-direction: column-reverse;
    /* On mobile: col-sm-8 on top, col-sm-4 below */
  }

  .ShoppingCartPage .product-link {
    display: block;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  body.ShoppingCartPage .table-products img.product-image {
    width: 80px;
    display: block;
    margin: 0px auto 10px auto;
  }

  .table-products img.product-image #view-product .product-info {
    padding: 10px 15px;
  }

  #view-product h1 {
    font-size: 28px;
  }

  #view-product .product-info {
    padding: 20px 10px;
  }

  .product-inner .product-info {
    min-height: 72px;
    /* border: 1px solid #CCC; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 5px;
  }

  .shop .product-inner h3 {
    font-size: 10px;
    padding-top: 0px;
    margin: 0px;
  }

  .product-inner h4 {
    padding-top: 0px;
    font-size: 10px;
    margin: 0px;
  }

  .header .logo img {
    width: 80%;
    max-height: none;
  }

  .masonry-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0px;
    padding: 0px;
  }

  .header .logo {
    margin-bottom: 10px;
  }

  .menu-left,
  .menu-right {
    float: none;
  }

  .sub-header {
    margin-bottom: 0px;
    border-top: 0px;
    border-bottom: 1px solid CCC;
    padding-top: 10px;
    margin-bottom: 20px;
    display: block !important;
  }

  #view-product .top-part {
    padding: 10px;
  }

  #dots-container {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -25px;
    height: 20px;
    width: fit-content;
    z-index: 10;
    margin: auto;
  }

  .dot {
    height: 10px;
    width: 10px;
    background-color: #CCC;
    /* border: 1px solid #333; */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
  }

  .dot.current {
    background-color: #333;
  }

  .navbar {
    position: relative;
  }

  .sub-header.mobile .navbar-nav {
    margin-top: 0px;
  }

  .sub-header.mobile .navbar-nav&gt;li {
    float: none;
    margin-bottom: 10px;
  }

  .sub-header.mobile .navbar-nav&gt;li a {
    padding-bottom: 0px;
  }

  .sub-header.mobile .navbar-nav&gt;li a {
    font-size: 20px;
    color: #000 !important;
    text-transform: uppercase;
  }

  .sub-header.mobile .navbar-nav&gt;li a.selected {
    color: #999 !important;
  }

  .sub-header.desktop {
    display: block !important;
  }

  .sub-header.desktop .menu-left {
    display: none;
  }

  .sub-header.desktop .menu-right .social,
  .sub-header.desktop .menu-right .choose-lang {
    display: none;
  }

  .sub-header.desktop .mainmenu .navbar-nav-right {
    justify-content: flex-end;
    /* margin-right: 10px; */
  }

  .mainmenu li {
    background-color: transparent;
    padding-left: 10px;
  }

  .shop #products-side {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 4px;
    padding: 4px;
  }

  .viewProduct .image-wrapper {
    display: flex;
    gap: 0px;
    width: fit-content;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    margin: 0px 0px 20px 0px;
  }

  .viewProduct .img-preview {
    scroll-snap-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
    width: fit-content;
    overflow: hidden;
  }

  .hamburger-menu {
    display: block !important;
    position: absolute !important;
    left: 0px;
    top: 12px;
    padding: 0px !important;
    margin: 0px !important;
  }

  .hamburger-menu span {
    display: block;
    width: 33px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #333;
    z-index: 1;
    /* transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease */
    ;
  }

  .sub-header.mobile {
    position: fixed;
    top: 185px;
    left: -150vw;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    z-index: 1000;
    margin: 0px;
    display: block;
  }

  .sub-header.mobile.is-active {
    animation: slideIn 0.3s ease-in-out both;
  }

  .sub-header.mobile.is-not-active {
    animation: slideOut 0.3s ease-in-out both;
  }

  .shop .product-inner {
    min-height: auto;
    margin-bottom: 20px;
    position: relative;
    padding: 0px;
  }

  .shop .product-inner .product-image {
    height: 140px;
    overflow: hidden;
    text-align: center;
    /* border: 1px solid #CCC; */
    background-size: cover;
    background-position: center;
  }

  .shop .product-inner .product-image img {
    display: none;
  }

  .shop-dropdown .badge {
    right: 14px;
  }

  @keyframes slideIn {
    from {
      left: calc(-150vw);
    }

    to {
      left: 0;
    }
  }

  @keyframes slideOut {
    from {
      left: 0;
    }

    to {
      left: calc(-150vw);
    }
  }

  .sub-header.mobile .navbar ul {
    display: block;
  }

  .sub-header.mobile .navbar li {
    display: block;
  }

  #home-slider,
  #home-slider .item {
    height: auto;
  }

  #home-slider .item h3 {
    margin-top: 0;
    font-size: 20px;
  }

  #home-slider .item .description {
    font-size: 14px;
  }

  #home-slider .item .add-to-cart {
    padding: 5px 15px;
    font-size: 12px;
  }

  .header .search {
    float: none;
  }

  .header .phone,
  .header .dropdown-langs {
    float: none;
  }

  .header .dropdown-langs {
    margin-bottom: 10px;
  }

  .home-banners .single-banner {
    width: 100%;
    margin-bottom: 10px;
  }

  .multi-item-carousel .item .col-xs-12:nth-child(2),
  .multi-item-carousel .item .col-xs-12:nth-child(3) {
    display: none;
  }

  .multi-item-carousel .item a .img-responsive {
    margin: 0 auto;
  }

  #nav-categories,
  #show-xs-nav .hidde-sp {
    display: none;
  }

  .social-media-product-share {
    margin-bottom: 20px;
  }

  .viewProduct .triangle-topright {
    right: 0px;
  }

  .viewProduct .triangle-bottomleft {
    left: 0px !important;
  }

  .shop .triangle-topright,
  .shop .triangle-bottomleft {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    border: 0px;
    background-color: rgba(141, 125, 122, .7);
    width: 100%;
  }

  .shop .triangle-topright p,
  .shop .triangle-bottomleft p {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 12px;
    padding: 5px;
    margin: 0px;
  }

  .grid-item {
    width: 100%;
    margin: 10px 0px;
    padding: 0px 5px;
    /* border: 1px solid #CCC; */
  }

  .table-products th,
  .table-products td {
    font-size: 12px;
    padding: 4px !important;
  }
}

@media (max-width: 600px) {


  .add-remove-product {
    min-width: 75px;
  }

  .dropdown-cart li {
    width: auto !important;
  }

  .mainmenu nav {
    margin: 0px;
  }

  .table-products .remove-product {
    display: none;
  }

  .masonry-item {
    width: 100%;
    /* 1 column */
    margin: 10px 0;
  }

  .header {
    padding-top: 20px !important;
  }

  .header .logo {
    text-align: center;
    padding: 0px !important;
  }

  .dropdown-menu-right {
    right: 5px;
    top: 48px
  }

  .sub-header&gt;div {
    padding: 0px;
  }

  .mainmenu .navbar-nav-left {
    margin-top: 20px;
  }

  .mainmenu .navbar-nav-right {
    margin-top: 0px;
  }

  .mainmenu li {
    background-color: transparent;
  }

  #checkout-page .go-order {
    width: auto;
  }

  .mainmenu .navbar-nav-left,
  .mainmenu .navbar-nav-right {
    display: flex;
    float: none;
    justify-content: space-between;
  }

  .mainmenu .navbar-nav-right li,
  .mainmenu .navbar-nav-left li {
    margin: 0px;
    padding: 0px;
    float: none;
  }

  .mainmenu .navbar-nav-right li {
    width: 65px;
  }

  .mainmenu ul li a {
    font-size: 14px;
  }

  .bio-pic {
    overflow: hidden;
    margin: 0px;
    padding: 0px;
  }

  .bio-pic img {
    width: 120% !important;
  }

  footer .footer {
    margin-top: 50px;
  }

  .img-preview {
    padding: 0px;
  }

  .img-preview img {
    padding: 0px;
  }

  .img-thumbnail {
    border-radius: 0px;
  }



  #view-product .top-part&gt;div {
    padding: 0px;
  }

  .paypal a {
    white-space: normal;
    text-align: left;
  }

  .modal-dialog {
    margin: 0px;
    width: 97%;
  }

  #modalPaypal .paypal-banner img {
    width: 100%;
  }

  #checkout-page h4 {
    font-size: 19px;
  }

  #checkout-page #goOrder .product-name {
    display: none;
  }

  #checkout-page #goOrder .discount {
    margin-bottom: 10px;
  }

  .navbar-nav .open .dropdown-menu {
    position: absolute;
    z-index: 2000;
    width: 100%;
    max-width: 100%;
    min-width: 320px;
    background-color: white;
    border: 1px solid #CCC;
  }

  .alert-danger h4 {
    font-size: 15px !important;
    padding: 0px !important;
    background-color: transparent !important;
  }

  .coupon-label {
    padding: 5px;
  }
}</pre></body></html>