/* *** CSS RESET *** */
:focus {
  outline: 0;
}

a {
  outline: none;
  text-decoration: none;
}

a, img {
  border: 0;
}

button {
  cursor: pointer;
}

/* *** GLOBAL *** */
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1228px) {
  body .container {
    max-width: 1230px;
  }
}
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantRegular.eot");
  src: url("fonts/CAPElephantRegular.eot") format("embedded-opentype"), url("fonts/CAPElephantRegular.woff2") format("woff2"), url("fonts/CAPElephantRegular.woff") format("woff"), url("fonts/CAPElephantRegular.ttf") format("truetype"), url("fonts/CAPElephantRegular.svg#CAPElephantRegular") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantBold.eot");
  src: url("fonts/CAPElephantBold.eot") format("embedded-opentype"), url("fonts/CAPElephantBold.woff2") format("woff2"), url("fonts/CAPElephantBold.woff") format("woff"), url("fonts/CAPElephantBold.ttf") format("truetype"), url("fonts/CAPElephantBold.svg#CAPElephantBold") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "CAPElephant";
  src: url("fonts/CAPElephantBlack.eot");
  src: url("fonts/CAPElephantBlack.eot") format("embedded-opentype"), url("fonts/CAPElephantBlack.woff2") format("woff2"), url("fonts/CAPElephantBlack.woff") format("woff"), url("fonts/CAPElephantBlack.ttf") format("truetype"), url("fonts/CAPElephantBlack.svg#CAPElephantBlack") format("svg");
  font-weight: 900;
}
.bx-wrapper {
  z-index: 1;
}

iframe {
  border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0;
}

body p {
  margin-bottom: 25px;
  margin-top: 0;
}

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0;
}

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0;
}

body .bx-wrapper {
  padding: 0;
  border: none;
}

body {
  overflow-x: hidden;
}

figure {
  margin: 0;
}

body a:hover {
  text-decoration: none;
}

input, textarea, button {
  font-family: "CAPElephant";
}

body {
  font-family: "CAPElephant";
  font-size: 12px;
  color: #000000;
  line-height: 17px;
  min-width: 302px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a, a:hover, a:focus, a:active {
  outline: none !important;
  text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto;
}

.clearer {
  clear: both;
  height: 0;
}

.chosen-container-single .chosen-single div b {
  background: none;
}

.logo, img, a, button {
  transition: 0.15s linear;
}

.bx-caption {
  display: none;
}

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent;
}

.content-box {
  float: left;
  width: 100%;
}

/* *** HEADER *** */
header {
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header-box .container {
  display: flex;
  height: 88px;
  align-items: center;
  justify-content: space-between;
}

header .logo img {
  display: block;
}

.main-menu ul {
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
}

.main-menu ul li {
  margin: 0 17px;
}

.main-menu > ul > li > a {
  color: #91836C;
  display: block;
  padding: 13px 0;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.main-menu > ul > .current > a {
  color: #BC1620;
  font-weight: bold;
}

.main-menu > ul > .current > a:after {
  opacity: 1;
}

.main-menu > ul > li:hover > a {
  color: #BC1620;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none;
}

.main-menu ul ul li {
  position: relative;
  float: left;
  width: 100%;
}

.main-menu ul ul li a {
  position: relative;
  color: #1c2f59;
  text-align: left;
  display: block;
  padding: 11px 15px;
  float: left;
  width: 100%;
  font-size: 14px;
}

.main-menu ul ul li:hover > a {
  background: red;
  color: #fff;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

.main-menu .hoverIn {
  display: block;
}

.main-menu .hoverOut {
  display: none;
}

header .float-right {
  display: flex;
  align-items: center;
}

.h-boxes {
  display: flex;
  align-items: center;
}

.h-box-1 {
  height: 88px;
}

.h-box-1 .h-btn-1 {
  margin-left: 10px;
  width: 72px;
  text-align: center;
}

.h-box-1 .h-btn-1:first-child {
  margin-left: 0;
}

.h-btn-1 {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  padding: 12px 10px;
  color: #fff;
  align-items: flex-end;
  background: #FF9900;
  height: 82px;
}
.h-btn-1:hover {
  opacity: 0.85;
  color: #fff;
}

.h-box-2 {
  display: flex;
  margin: 0 -20px;
  padding: 0 55px;
  text-align: center;
  padding-top: 5px;
}
.h-box-2 .col-box {
  padding: 0 20px;
}
.h-box-2 .txt-1 {
  font-size: 18px;
  font-weight: 900;
  color: #990099;
}
.h-box-2 .select-1 {
  display: inline-block;
}

.select-1 {
  position: relative;
  text-align: left;
}
.select-1 .select-1-name {
  font-size: 12px;
  padding: 5px 0;
  font-weight: 900;
  cursor: pointer;
  background: url("../../img/frontend/icons/01.png") left 11px no-repeat;
  padding-left: 14px;
}
.select-1:hover .select-1-content {
  display: block;
}
.select-1 .select-1-content {
  width: 100%;
  position: absolute;
  top: 100%;
  border-radius: 5px;
  left: 0;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D5D6D6;
  border-radius: 16px;
  background: #fff;
}
.select-1 .select-1-content ul {
  padding: 5px 10px 9px 10px;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.select-1 .select-1-content ul li {
  padding: 1px 0;
}
.select-1 .select-1-content ul li a {
  display: block;
  color: #000;
}
.select-1 .select-1-content ul li a:hover {
  color: #990099;
}

.h-box-3 {
  margin: 0 -14px;
  display: flex;
  align-items: center;
  margin-top: -16px;
}
.h-box-3 a {
  margin: 0 14px;
}
.h-box-3 a:hover {
  opacity: 0.85;
}

.btn-user {
  display: block;
  width: 27px;
  height: 28px;
  background: url("../../img/frontend/icons/02.png");
}

.btn-notification-bell {
  display: block;
  width: 28px;
  height: 28px;
  background: url('../../img/frontend/icons/ring-inactive.png') center;
  background-size: 28px 28px;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.btn-notification-bell-active {
  display: block;
  width: 27px;
  height: 28px;
  background: url("../../img/frontend/icons/ring-active.png") center;
  background-size: 28px 28px;
  display: flex;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
}

.btn-basket {
  display: block;
  width: 27px;
  height: 28px;
  background: url("../../img/frontend/icons/03.png");
}

.btn-logout {
  display: block;
  width: 27px;
  height: 28px;
  background: url("../../img/frontend/icons/04.png");
}

.banner-box img {
  width: 100%;
  display: block;
}

.menu-box {
  margin-top: 33px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D5D6D6;
}
.menu-box .menu-1 > ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-box .menu-1 > ul > li {
  position: relative;
  margin-right: 24px;
}
.menu-box .menu-1 > ul .current > a {
  border-color: #FFCC00;
  font-weight: 900;
}
.menu-box .menu-1 > ul > li > a {
  height: 38px;
  color: #000000;
  font-size: 15px;
  display: block;
  border-bottom: 5px solid transparent;
  padding: 0 13px;
}
.menu-box .menu-1 > ul > li > a:hover {
  color: #990099;
}
.menu-box .box {
  display: flex;
}
.menu-box .box .value {
  color: #990099;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 900;
}

.menu-box-1 ul li {
  position: relative;
  margin-bottom: 10px;
}

.menu-box-1 ul {
  flex-wrap: wrap;
}

.menu-box-1 {
  margin-top: -31px;
  background: rgba(255, 204, 0, 0.2);
  border-top: 1px solid #FFCC00;
  margin-bottom: 13px;
  width: 100%;
}
.menu-box-1 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 17px 12px;
}
.menu-box-1 ul li {
  margin-right: 40px;
}
.menu-box-1 ul li a {
  color: #000;
  font-size: 15px;
}
.menu-box-1 ul li a:hover {
  color: #990099;
}
.menu-box-1 ul li.current a {
  font-weight: 900;
}

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 15px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none;
}

.header-rsp .logo-rsp img {
  max-width: 100%;
  max-height: 100%;
}

.hamburger {
  position: absolute;
  top: 8px;
  right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #000;
}

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px;
}

.data-rsp a {
  font-size: 11px;
}

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 70px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none;
}

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4;
}

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.menu-rsp > nav > ul:first-child {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0;
}

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #D5D6D6;
}

.menu-rsp nav > ul > li:first-child {
  border-top: none;
}

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  float: left;
  width: 100%;
  padding: 13px 15px 14px 15px;
}

.menu-rsp nav a:hover {
  background-color: #990099;
  color: #fff;
}

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px;
}

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer;
}

.menu-rsp nav ul ul {
  display: none;
  color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
  border-color: #D5D6D6;
}

.menu-rsp nav ul ul {
  background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
  background: #fff;
}

.menu-rsp nav ul ul a {
  padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
  padding-left: 45px;
}

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  body {
    padding-top: 70px;
  }
  header {
    position: relative;
  }
  header .logo {
    display: none;
  }
  .main-menu {
    display: none;
  }
}
.select-2 {
  position: relative;
  z-index: 20;
  text-align: left;
}
.select-2 .select-2-name {
  font-size: 15px;
  padding: 1px 0;
  font-weight: 900;
  cursor: pointer;
  background: url("../../img/frontend/icons/05.png") right center no-repeat;
  padding-right: 20px;
}
.select-2:hover .select-2-content {
  display: block;
}
.select-2 .select-2-content {
  background: #990099;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 5px;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D5D6D6;
  border-radius: 16px;
  background: #fff;
}
.select-2 .select-2-content ul {
  padding: 5px 10px 9px 10px;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
.select-2 .select-2-content ul li {
  padding: 1px 0;
}
.select-2 .select-2-content ul li a {
  display: block;
  color: #000;
}
.select-2 .select-2-content ul li a:hover {
  color: #990099;
}

.menu-box {
  margin-bottom: 30px;
  position: relative;
}

.select-2:hover {
  z-index: 100;
}

.search-content {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 100%;
  width: 648px;
}
.search-content .search-box {
  height: 40px;
  display: flex;
  border-radius: 25px;
  border: 1px solid #D5D6D6;
}
.search-content .search-box .search {
  margin-top: 4px;
  height: 30px;
  width: 1px;
  width: 100%;
  border-left: 1px solid #D5D6D6;
  padding: 0 10px;
}
.search-content .search-box .search input {
  width: 100%;
  height: 28px;
  display: block;
  font-size: 15px;
  padding: 0;
  border: none;
}
.search-content .search-box .search-list {
  width: 90px;
  flex-shrink: 0;
}
.search-content .search-box .button-box {
  padding: 3px;
}

.btn-1 {
  width: 86px;
  height: 32px;
  background: #990099;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  padding: 0 20px;
  padding-bottom: 1px;
  text-align: center;
  border: none;
  color: #fff;
}
.btn-1:hover {
  opacity: 0.85;
}

.main-content {
  padding-bottom: 50px;
}

.search-list {
  position: relative;
  z-index: 10;
}
.search-list .search-name {
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  color: #990099;
  font-size: 15px;
  background: url("../../img/frontend/icons/06.png") calc(100% - 10px) 17px no-repeat;
}
.search-list:hover ul {
  display: block;
}
.search-list ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  border-radius: 5px;
  width: calc(100% + 1px);
  margin: 0 0 -1px 0;
  background: #990099;
  list-style: none;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px 10px 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D5D6D6;
  border-radius: 16px;
  background: #fff;
}
.search-list ul li {
  padding: 1px 0;
}
.search-list ul li a {
  display: block;
  padding: 0 10px;
  color: #000;
}
.search-list ul li a:hover {
  color: #990099;
}

.boxes-2 .row {
  margin: 0 -7px;
}
.boxes-2 .row > div {
  padding: 0 7px;
}
.boxes-2 .row .box-2 {
  display: block;
  margin-bottom: 14px;
  position: relative;
}
.boxes-2 .row .box-2:hover {
  opacity: 0.85;
}
.boxes-2 .row .box-2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("../../img/frontend/01.png");
  background-size: 100% 100%;
}
.boxes-2 .row .box-2 .txt {
  padding: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: url("../../img/frontend/icons/07.png") calc(100% - 20px) calc(100% - 20px) no-repeat;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  width: 100%;
}

.boxes-2 .row .box-2 .txt {
  padding-right: 70px;
  transition: all 0.5s ease-out;
}

/* *** LISTA PRODUKTOW *** */
.breadcrumb-box {
  margin-bottom: 20px;
}
.breadcrumb-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 10px;
}
.breadcrumb-box ul li:after {
  content: ">>";
  margin: 0 5px;
}
.breadcrumb-box ul li a {
  color: #000;
}
.breadcrumb-box ul li:last-child:after {
  display: none;
}

.boxes-3 .row {
  margin: 0 -25px;
}
.boxes-3 .row > div {
  padding: 0 25px;
}

.box-3 {
  display: flex;
  margin-bottom: 20px;
  padding: 18px 14px 18px 0;
}
.box-3 figure {
  width: 250px;
  text-align: center;
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  height: 250px;
}
.box-3 .description {
  width: 100%;
}
.box-3 .description .txt-1 {
  font-size: 18px;
  font-weight: 900;
  padding: 0 10px;
  margin-bottom: 5px;
}
.box-3 .description .txt-1 a {
  color: #000;
}
.box-3 .description .txt-2 {
  font-size: 8px;
  padding: 0 10px;
  margin-bottom: 10px;
}
.box-3 .description .txt-3 {
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 5px;
}
.box-3 .description .txt-4 {
  color: #990099;
  font-size: 15px;
  padding: 0 10px;
  padding-top: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D6D6;
}
.box-3 .description .txt-5 {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
}
.box-3 .description .txt-5 .txt-5-2 {
  padding-left: 10px;
  font-weight: 900;
}
.box-3 .description .txt-6 {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-3 .description .txt-6 label {
  font-size: 12px;
}
.box-3 .description .txt-7 {
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  margin-top: 10px;
  justify-content: space-between;
}
.box-3 .description .txt-7 .btn-2 {
  min-width: 155px;
  padding: 0 15px;
}

.select-4 {
  position: relative;
  z-index: 5;
  width: 155px;
}
.select-4 .select-4-name {
  height: 32px;
  border: 1px solid #D5D6D6;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  padding-bottom: 2px;
  padding-right: 24px;
  background: url("../../img/frontend/icons/08.png") calc(100% - 10px) center no-repeat;
  justify-content: space-between;
}
.select-4 .sel-txt-1 {
  font-weight: 900;
}
.select-4 .sel-txt-2 {
  color: rgba(0, 0, 0, 0.3);
}
.select-4 .select-4-description {
  display: none;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  border-radius: 16px;
  padding: 0 10px;
  margin-top: -1px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D5D6D6;
}
.select-4 .select-4-description .sel-txt {
  border-bottom: 1px solid #D5D6D6;
  display: flex;
  padding: 5px 0 6px 0;
  justify-content: space-between;
}
.select-4 .select-4-description .sel-txt:last-child {
  border-bottom: none;
}
.select-4 .select-4-description a {
  color: #000;
}
.select-4 .select-4-description .sel-txt-1 {
  font-weight: normal;
}
.select-4:hover .select-4-description {
  display: block;
}

.btn-2 {
  height: 32px;
  background: #990099;
  font-size: 16px;
  font-weight: bold;
  border-radius: 25px;
  padding: 0 20px;
  padding-bottom: 1px;
  line-height: 30px;
  text-align: center;
  border: none;
  color: #fff;
}
.btn-2:hover {
  opacity: 0.85;
  color: #fff;
}

.quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quantity-box .quantity {
  width: 69px;
  height: 32px;
  display: flex;
  line-height: 26px;
  margin-left: 10px;
  justify-content: space-between;
}
.quantity-box .quantity a {
  font-weight: 900;
  color: #000;
  font-size: 20px;
}
.quantity-box .quantity input {
  width: 42px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #D5D6D6;
  text-align: center;
  padding-bottom: 2px;
}
.quantity-box .quantity input + a {
  margin-top: 1px;
}

.box-3:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.no-select-4 .select-4-name {
  border: none;
  padding: 0;
  background: none;
}

.content-box-1 {
  display: flex;
}
.content-box-1 figure {
  width: 50%;
  padding: 0 20px;
}
.content-box-1 .description {
  width: 50%;
  border-left: 1px solid #D5D6D6;
  padding-left: 7px;
}
.content-box-1 .description .txt-1 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 5px;
}
.content-box-1 .description .txt-2 {
  padding-bottom: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #D5D6D6;
  padding-right: 10px;
}
.content-box-1 .description .txt-3 {
  padding: 10px 10px;
  font-size: 12px;
}
.content-box-1 .description .txt-3 p {
  margin-bottom: 20px;
}
.content-box-1 .description .txt-3 p:last-child {
  margin-bottom: 0;
}
.content-box-1 .description .txt-4 {
  border-bottom: 1px solid #D5D6D6;
  font-weight: 900;
  color: #990099;
  font-size: 18px;
  padding: 10px 10px 12px 10px;
}
.content-box-1 .description .txt-5 {
  display: flex;
  padding: 10px 10px;
}
.content-box-1 .description .txt-5 .txt-5-1 {
  margin-right: 40px;
}
.content-box-1 .description .txt-5 .txt-5-2 {
  font-weight: 900;
}
.content-box-1 .description .txt-6 {
  border-bottom: 1px solid #D5D6D6;
  padding: 0 10px;
}
.content-box-1 .description .txt-8 {
  display: flex;
  padding: 0 10px;
  padding-top: 20px;
}
.content-box-1 .description .txt-8 .btn-2 {
  margin-left: 20px;
  width: 100%;
}
.content-box-1 .description .txt-7 {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid #D5D6D6;
}
.content-box-1 .description .txt-7 .btn-2 {
  width: 100%;
}
.content-box-1 .description .txt-7 .txt-7-1 {
  width: 123px;
  flex-shrink: 0;
}

.quantity-box label {
  margin-top: -2px;
}

button.btn-2 {
  line-height: 27px;
}

.boxes-4 {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.boxes-4 .box-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 106px;
  height: 32px;
  position: relative;
  padding: 0 10px 1px 12px;
  color: #000;
  margin: 10px 17px 0 0;
  border-radius: 50px;
}
.boxes-4 .box-4 .box-4-2 {
  opacity: 0.5;
}
.boxes-4 .box-4 .iradio {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #D5D6D6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.boxes-4 .box-4 .iradio.checked {
  border-color: #990099;
}

.btn-2-1 {
  border: 1px solid #990099;
  background: none;
  line-height: 29px;
  color: #990099;
}
.btn-2-1:hover {
  background: #990099;
  color: #fff;
}

.quantity-box .quantity a:hover {
  color: #990099;
}

.breadcrumb-box ul li a:hover {
  color: #990099;
}

.breadcrumb-box ul {
  flex-wrap: wrap;
}

.title {
  margin: -10px 0 30px 0;
}
.title h1 {
  font-weight: bold;
  font-size: 40px;
  margin: 0;
  line-height: 1.1;
}

.btn-2 {
  display: inline-block;
}

.bkt-content-box-1 {
  display: flex;
}
.bkt-content-box-1 .col-left {
  width: 794px;
  margin-right: 15px;
  flex-shrink: 0;
}
.bkt-content-box-1 .col-right {
  width: 100%;
}

.bkt-title {
  font-size: 15px;
  padding: 0 10px 10px 10px;
  margin-bottom: 17.5px;
  font-weight: 900;
  border-bottom: 1px solid #D5D6D6;
}

.bkt-table-2 {
  padding: 0 10px;
}
.bkt-table-2 table {
  font-size: 15px;
  width: 100%;
}
.bkt-table-2 table tr td:last-child {
  font-size: 18px;
  text-align: right;
  padding-left: 10px;
}
.bkt-table-2 table tr td {
  padding-bottom: 10px;
}
.bkt-table-2 table strong {
  font-weight: 900;
}
.bkt-table-2 + .button-box {
  padding-top: 10px;
}
.bkt-table-2 + .button-box .btn-2 {
  width: 100%;
}

.color-violet {
  color: #990099;
}

.bkt-steps {
  display: flex;
  border-bottom: 1px solid #D5D6D6;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.bkt-steps div {
  color: rgba(0, 0, 0, 0.2);
  font-size: 15px;
  font-weight: 900;
}
.bkt-steps div:last-child:after, .bkt-steps .last:after {
  display: none;
}
.bkt-steps div:after {
  width: 80px;
  height: 3px;
  background: rgba(0, 0, 0, 0.15);
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  margin-top: -3px;
}
.bkt-steps div.current {
  color: #000;
}

.bkt-table-1 table {
  width: 100%;
}
.bkt-table-1 table tr td {
  padding: 11px;
  border-bottom: 1px solid #D5D6D6;
}
.bkt-table-1 table tr td:first-child {
  width: 110px;
}
.bkt-table-1 table tr td .txt-1 {
  font-size: 15px;
  font-weight: 900;
}
.bkt-table-1 table tr td .txt-2 {
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 5px;
}
.bkt-table-1 table tr td .txt-3 {
  display: flex;
  align-items: center;
  padding-bottom: 1px;
}
.bkt-table-1 table tr td .txt-3 .txt-3-1 strong {
  margin-left: 10px;
}
.bkt-table-1 table tr td .txt-3 .quantity-box .quantity input + a {
  margin-top: 0;
}
.bkt-table-1 table tr td .txt-3 .quantity-box {
  margin-top: 2px;
  margin-right: 30px;
}
.bkt-table-1 table tr td .txt-3 .quantity-box .quantity {
  width: 50px;
  line-height: 17px;
  height: auto;
}
.bkt-table-1 table tr td .txt-3 .quantity-box input {
  font-weight: bold;
  border: none;
  height: auto;
  font-size: 12px;
  width: 25px;
}
.bkt-table-1 table .price {
  color: #990099;
  font-size: 15px;
  font-weight: 900;
}
.bkt-table-1 table .bkt-table-icon {
  display: flex;
  height: 60px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.select-2 .select-2-content {
  min-width: 80px;
}

.btn-remove {
  width: 15px;
  height: 17px;
  display: block;
  background: url("../../img/frontend/icons/09.png");
}
.btn-remove:hover {
  opacity: 0.85;
}

.bkt-table-2 table table {
  margin: 0 -10px;
}
.bkt-table-2 table table tr td {
  text-align: left !important;
  padding: 3px 0 !important;
  font-size: 13px !important;
}

.bkt-taxtarea-box {
  padding-top: 5px;
  margin-bottom: 17px;
}
.bkt-taxtarea-box label {
  padding: 0 10px;
  color: #D5D6D6;
  font-size: 13px;
  margin-bottom: 5px;
}
.bkt-taxtarea-box textarea {
  resize: none;
  overflow: auto;
  padding: 3px 10px;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  width: 100%;
  height: 91px;
  font-size: 14px;
}
.bkt-taxtarea-box + .button-box .btn-2 {
  width: 100%;
}

.bkt-title-1 {
  font-weight: bold;
  font-size: 15px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.bkt-form {
  padding-top: 15px;
  width: 592px;
  max-width: 100%;
}
.bkt-form .button-box {
  padding-top: 10px;
}
.bkt-form .btn-2 {
  width: 155px;
}

.label-box label {
  color: #D5D6D6;
  font-size: 13px;
  padding: 5px 10px;
}

.input-box {
  margin-bottom: 10px;
}
.input-box input {
  display: block;
  font-size: 14px;
  padding: 0 10px 3px 10px;
  width: 100%;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  height: 40px;
}

.row14 {
  margin: 0 -7px;
}
.row14 > div {
  padding: 0 7px;
}

.select-3 {
  margin-bottom: 10px;
}
.select-3 select {
  display: block;
  font-size: 14px;
  padding: 2px 10px 3px 10px;
  width: 100%;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  height: 40px;
  -webkit-appearance: none;
  background: url("../../img/frontend/icons/10.png") calc(100% - 10px) center no-repeat;
}

.menu-box .menu-1 > ul li:nth-child(2).current > a {
  border-color: #FF9900;
}

.bg-1 {
  background: #fff5e5;
}

.menu-box-1 {
  min-height: 52px;
}

.menu-box .menu-1 > ul li:nth-child(3).current > a {
  border-color: #CC0000;
}

.bg-2 {
  background: #fae5e5;
  border-color: #CC0000;
}

.title {
  padding: 5px 0;
}

.title-flex {
  display: flex;
  justify-content: space-between;
}
.title-flex .title-txt {
  display: flex;
  align-items: center;
}
.title-flex .title-txt .txt-1 {
  font-size: 15px;
  margin-right: 15px;
}

.nav-tabs-1 {
  margin-bottom: 40px;
}
.nav-tabs-1 ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
}
.nav-tabs-1 ul li {
  margin-right: 140px;
}
.nav-tabs-1 ul li a {
  color: #000;
  display: inline-block;
  line-height: 1.4;
  padding-left: 20px;
  background: url("../../img/frontend/icons/11.png") left 5px no-repeat;
}
.nav-tabs-1 ul li.current a {
  background: url("../../img/frontend/icons/12.png") left 5px no-repeat;
  color: #990099;
  font-weight: bold;
}
.nav-tabs-1 ul li a:hover {
  background: url("../../img/frontend/icons/12.png") left 5px no-repeat;
  color: #990099;
}

.table-1 {
  overflow: auto;
  font-size: 15px;
}
.table-1 table {
  width: 100%;
}
.table-1 table tr td {
  width: 16.6666%;
  padding: 15px 0;
  padding-right: 15px;
  border-bottom: 1px solid #D5D6D6;
}
.table-1 table tr td:last-child {
  padding-right: 0;
}
.table-1 table tr:last-child td {
  border-bottom: none;
}
.table-1 table tr th {
  border-bottom: 1px solid #000;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 13px;
}

.table-1 .btn-2 {
  min-width: 160px;
  padding: 0 10px;
  text-align: center;
}

.table-1-1 table tr th {
  padding: 5px 0;
  border-top: 1px solid #000;
}
.table-1-1 table .txt-1 {
  font-weight: 900;
  font-size: 18px;
  margin-top: -2px;
}

.table-1 table tr th {
  padding-right: 10px;
}

.table-1 table tr th:last-child {
  padding-right: 0;
}

.table-1-2 table tr td {
  width: auto;
}

/* *** LOGOWANIE *** */
.login-content {
  width: 100%;
  min-height: 100vh;
  padding: 145px 0;
  background: url("../../img/frontend/02.png") center no-repeat;
  background-size: cover;
}
.login-content .txt-1 {
  text-align: center;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  padding-top: 20px;
}
.login-content .login-box {
  width: 444px;
  background: #fff;
  text-align: center;
  border-radius: 31px;
  padding: 21px 46px;
}
.login-content .login-box .login-logo {
  margin-bottom: 35px;
}

.input-box-1 {
  margin-bottom: 32px;
}
.input-box-1 input {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-bottom: 2px solid #bfbfbf;
  display: block;
}

.login-box-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: -25px 0 0 0;
}

.link-1 {
  font-size: 9px;
  color: #000;
}

.link-1:hover {
  color: #000;
  opacity: 0.85;
}

.checkbox-box {
  display: flex;
  align-items: center;
}
.checkbox-box label {
  margin: -2px 0 0 0;
}
.checkbox-box .icheckbox {
  width: 10px;
  height: 10px;
  border: 1px solid #707070;
  position: relative;
  margin-right: 6px;
  background-color: white;
}
.checkbox-box .icheckbox.checked {
  border-color: #FF9900;
}
.checkbox-box .icheckbox.checked:after {
  width: 4px;
  height: 4px;
  content: "";
  margin: 2px;
  display: block;
  background: #FF9900;
  border-color: #FF9900;
}

.login-box-1 {
  margin-bottom: 50px;
}

.btn-2-yellow {
  background: #FF9900;
}

.login-box button {
  width: 100%;
}

.page-1 header {
  height: 0;
  overflow: hidden;
}

.page-2 .h-boxes {
  display: none;
}

.main-content-1 {
  padding: 0 0 50px 0;
}
.main-content-1 .title {
  padding: 20px 0;
  margin: 0;
}

.content-box-5 {
  display: flex;
}
.content-box-5 .col-left {
  padding-right: 16px;
  width: 100%;
}
.content-box-5 .col-right {
  flex-shrink: 0;
  width: 295px;
  padding-left: 16px;
  border-left: 1px solid #D5D6D6;
}

.text-1 {
  font-size: 15px;
  line-height: 1.3;
}
.text-1 h2 {
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 15px;
}
.text-1 p {
  margin-bottom: 25px;
}
.text-1 p:last-child {
  margin-bottom: 0;
}

.form-box-1 {
  width: 592px;
  max-width: 100%;
}
.form-box-1 .txt-1 {
  font-size: 15px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 18px;
}
.form-box-1 .txt-1 .btn-edit {
  position: absolute;
  top: 0;
  right: 0;
}
.form-box-1 .txt-1 p {
  margin-bottom: 12px;
}
.form-box-1 .txt-1 p:last-child {
  margin-bottom: 0;
}
.form-box-1 .button-box {
  padding-top: 10px;
}
.form-box-1 button {
  min-width: 155px;
}

.checkbox-box-1 .icheckbox {
  border: 1px solid #D5D6D6;
  border-radius: 4px;
  width: 15px;
  height: 15px;
}

.checkbox-box-1 .icheckbox.checked:after {
  width: 7px;
  height: 7px;
  content: "";
  margin: 3px;
  display: block;
  background: #FF9900;
  border-color: #FF9900;
}

.checkbox-box label a {
  color: #000;
}
.checkbox-box label a:hover {
  color: #000;
  opacity: 0.9;
}

.form-box-1 .button-box-1 {
  padding-top: 35px;
}

.btn-edit {
  width: 16px;
  height: 20px;
  display: block;
  background: url("../../img/frontend/icons/13.png");
}
.btn-edit:hover {
  opacity: 0.85;
}

.form-box-1-1 .txt-1 {
  margin-bottom: 40px;
}

.table-data {
  margin-bottom: 42px;
  overflow: auto;
  font-size: 15px;
  line-height: 1.3;
}
.table-data table td {
  padding: 5px 0;
  padding-right: 20px;
}

.mr-30 {
  margin-bottom: 30px;
}

.btn-wz {
  width: 15px;
  height: 19px;
  display: inline-block;
  background: url("../../img/frontend/icons/14.png");
}
.btn-wz:hover {
  opacity: 0.85;
}

.btn-more {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url("../../img/frontend/icons/15.png") center;
}
.btn-more:hover {
  opacity: 0.85;
}

.tr-bg-1 td {
  background: #f7f7f7;
}

.table-1 table tr td:first-child {
  padding-left: 10px;
}
.table-1 table tr td:last-child {
  padding-right: 10px;
}
.table-1 table tr th:first-child {
  padding-left: 10px;
}
.table-1 table tr th:last-child {
  padding-right: 10px;
}

.table-1-1 {
  padding: 20px;
}

.td-padding-1 {
  padding: 0 !important;
}

.table-1-1 table tr td {
  border: none;
  padding-top: 7px;
  padding-bottom: 7px;
}

.table-1-1 table tr th {
  border-top: none;
  border-bottom: 1px solid #D5D6D6;
}

.table-1-1 table tr:nth-child(2) td {
  padding-top: 15px !important;
}

.btn-more.active {
  transform: rotate(45deg);
}

.table-1 table .tr-bg-1 + tr td {
  background: #f7f7f7;
}

div.btn-wz {
  opacity: 0.2 !important;
}

.table-1-1 tr td {
  width: auto !important;
}
.table-1-1 tr th {
  width: auto !important;
}

.icon-no-active {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #000000;
  background: #fff;
}

.color-blue {
  color: #0099CC;
}

.table-1-1 .button-box-2 {
  display: flex;
}

div.btn-2 {
  opacity: 0.3 !important;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}
.link-2:hover {
  opacity: 0.85;
  color: #000;
  text-decoration: underline;
}

.color-green {
  color: #99CC33;
}

.color-red {
  color: #CC0000;
}

.icon-active {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #990099;
  background: url("../../img/frontend/icons/16.png") center no-repeat;
}

.input-box-1 input::-moz-placeholder {
  font-weight: bold;
  color: #000;
}

.input-box-1 input::placeholder {
  font-weight: bold;
  color: #000;
}

.menu-box-1 {
  z-index: 2;
  position: relative;
}

.xxx-content-box-1 {
  display: flex;
  width: 592px;
  max-width: 100%;
  padding-top: 40px;
  align-items: center;
  justify-content: space-between;
}
.xxx-content-box-1 .select-3 {
  width: 330px;
  margin: 0;
}

.radio-content {
  display: flex;
  margin-top: -5px;
}
.radio-content .radio-box {
  display: flex;
  margin-right: 20px;
  align-items: center;
}
.radio-content .radio-box label {
  font-size: 15px;
  font-weight: bold;
  margin-top: -2px;
}
.radio-content .radio-box .iradio {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 5px;
  border: 1px solid #D5D6D6;
}
.radio-content .radio-box .iradio.checked {
  border: 1px solid #990099;
}

.radio-content .radio-box .iradio.checked:after {
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  margin: 3px;
  display: block;
  background: #990099;
  border-color: #990099;
}

.table-1-3 table tr th {
  border-color: #000;
  border-top: 1px solid #000;
}/*# sourceMappingURL=style.css.map */

.xx-content-box {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  width: 100%;
  padding: 10px 0 30px 0;
  z-index: 99999;
  background: #fff;
}

.xx-content-box .container {
  height: auto;
  display: block;
  text-align: left;
}

.xx-title {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 15px;
}

.xx-table strong {
  font-weight: 900;
}

.xx-table {
  width: 100%;
}

.xx-table table {
  width: 100%;
}

.xx-table table tr td {
  border-bottom: 1px solid #e4e5e5;
  padding: 10px 10px 10px 0;
  font-size: 16px;
}

.xx-table table tr th {
  font-weight: normal;
}

.xx-table {
  overflow: auto;
}

.xx-table table tr:last-child td {
  border-bottom: none;
}

.header-box {
  position: relative;
}

.h-box-2 .col-box {
  cursor: pointer;
  height: 88px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

}

.h-box-2 .col-box:hover .xx-content-box {
  display: block;
}

.h-boxes {
  display: flex;
  align-items: center;
}

.h-box-1 {
  height: 88px;
  display: flex;
}

.h-box-1 .h-btn-1 {
  margin-left: 10px;
}

.h-box-1 .h-btn-1:first-child {
  margin-left: 0;
}


.h-btn-1 {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  padding: 12px 15px;
  color: #fff;
  align-items: flex-end;
  background: #FF9900;
  height: 82px;
}
.h-btn-1:hover {
  opacity: 0.85;
  color: #fff;
}

.h-btn-1-blue {
  background: #0099CC;
}

.h-btn-1-purple {
  background: #990099;
}

.h-btn-1-yellow {
  background: #eac443;
}

.content-box-20 {
  font-size: 15px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.box-3 {
  position: relative;
}

.icon-1-txt {
  height: 24px;
  background: #FFCC00;
  padding: 0 10px;
  position: absolute;
  margin: 15px;
  top: 0;
  left: 0;
  color: #000;
  font-size: 15px;
  line-height: 24px;
}

.report-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.report-content .btn-1 {
  width: auto;
}

.report-content label {
  font-size: 15px;
}

.report-content .checkbox-box-1 {
  display: flex;
  margin-right: 25px;
}

.report-content .checkbox-box-1 .icheckbox {
  margin: 2px 3px 0 0;
}

.report-content input {
  height: 32px;
  width: 115px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #D5D6D6;
  border-radius: 15px;
  margin: 0 7px;
  padding: 0 5px;
  padding-bottom: 1px;
}
  
.report-content {
  padding-bottom: 20px;
}
  
.report-content .txt {
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  margin-right: 10px;
}

.report-content .col-box {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .report-content {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .report-content .col-box {
    display: block;
  }
  .report-content .checkbox-box-1 {
    margin: 10px 0 0 0;
  }
  .report-content input {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 390px) {
  .h-box-1a + .h-box-3 {
    width: 100%;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .h-box-1a {
    padding-bottom: 20px;
  }
  .h-box-1a {
    width: 100%;
    justify-content: center;
  }
  .h-btn-1.h-box-1a {
    margin: 0 !important;
  }
  .h-box-1.h-box-1a .h-btn-1 {
    margin: 0 5px !important
  }
}


/* verbum */

.download-list ul {
  padding-bottom: 20px;
  margin: 0;
  list-style: none;
}

.download-list a {
  font-size: 16px;
  color: #000;
  background: url('../../img/frontend/icons/20-icon.png') left center no-repeat;
  display: flex;
  padding-top: 1px;
  float: left;
  align-items: center;
  min-height: 24px;
  padding-left: 30px;
}

.download-list a:hover {
  opacity: 0.85;
  color: #000;
}

.download-list li {
  display: flex;
  margin-bottom: 32px;
}

.download-list {
  padding-top: 5px;
  margin-bottom: -40px;
}

.download-list ul li:last-child {
  margin-bottom: 0;
}

.input-file-1 {
  width: 100%;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-content: flex-end;
  justify-content: flex-end;
}

.input-file-1:hover .btn-2 {
  opacity: 0.85;
}

.input-file-1:hover {
  cursor: pointer;   
}

.input-file-1 input {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.admin-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 100000000000;
}

.admin-menu-item {
  height: 100%;
  width: 120px;
  font-size: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
}

.admin-menu-item:hover {
  background: #d5d6d6;
}

.table-centered tr, .table-centered td {
  text-align: center;
}

/* *** USER *** */

.a-menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.a-menu ul li {
  display: flex;
  align-items: center;
}

.a-menu a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  padding: 0 12px;
  height: 57px;
  position: relative;
}

.a-menu ul li:last-child:after {
  display: none;
}

.a-menu li:after {
  width: 2px;
  height: 37px;
  content: "";
  display: block;
  background: #e3e3e3;
}

.a-menu .current a {
  font-weight: 900;
  background: #d5d6d6;
}

.a-menu a:hover {
  background: #d5d6d6;
}

.a-menu {
  background: #eaeaea;
}

.menu-box-yellow {
  border-color: #FFCC00;
}

.a-filtration-box {
  display: flex;
}

.a-filtration-box .col-box {
  margin-right: 20px;
}

.a-filtration-box .a-select {
  width: 151px;
}

.a-select select {
  height: 32px;
  font-size: 15px;
  width: 100%;
  font-weight: 900;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: url('../../img/frontend/icons/17.png') calc(100% - 10px) center no-repeat;
  line-height: 30px;
  padding: 0 10px;
  border: 1px solid #D5D6D6;
  border-radius: 25px;
}

.w256 {
  width: 256px !important;
}

.search-1 {
  border: 1px solid #D5D6D6;
  width: 374px;
  height: 32px;
  border-radius: 25px;
  position: relative;
}

.search-1 button {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 31px;
  background: url('../../img/frontend/icons/18.png') center no-repeat;
  border: none;
}

.search-1 input {
  width: 100%;
  height: 29px;
  border: none;
  background: none;
  font-size: 15px;
  padding: 0 10px;
  display: block;
}

.a-filtration-box {
  margin-bottom: 20px;
}

.a-filtration-box-1 {
  display: flex;
  font-size: 13px;
}

.a-filtration-box-1 .txt-1 {
  font-weight: 900;
}

.a-filtration-box-1 .txt-2 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.a-filtration-box-1 .txt-2 ul li {
  margin-left: 20px;
}

.a-filtration-box-1 a {
  color: #000;
}

.a-filtration-box-1 a:hover {
  color: #990099;
}

.a-filtration-box-1 {
  margin-bottom: 40px;
}

.vertical-top table tr td, .vertical-top table tr th {
  vertical-align: top;
}

.a-link-1 {
  color: #000;
  text-decoration: underline !important;
}

.a-link-1:hover {
  color: #000;
  opacity: 0.85;
  text-decoration: underline;
}

.a-link-2 {
  color: #000;
  text-decoration: none;
}

.a-link-2:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.85;
}

.icon-no-active-1 {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #D5D6D6;
  background: #fff;
}

.table-td-bg table tr:nth-child(even) td {
  background: #f7f7f7;
}

.font-13 {
  font-size: 13px;
}

.a-filtration-box .w183 {
  width: 183px;
}

.a-link-1 {
  white-space: nowrap;
}

.a-icon-box {
  display: flex;
  margin-left: -19px;
  align-items: center;
}

.a-icon-box div {
  margin-right: 5px;
}

.js-click-1 {
  text-decoration: none !important;
}

.a-table-buttons .btn-1 {
  height: 27px;
  font-size: 14px;
  display: block;
  margin-right: 20px;
  line-height: 26px;
}

.a-table-buttons .btn-1:hover {
  color: #fff;
}

.a-table-buttons {
  display: flex;
  align-items: center;
}

.btn-remove-1 {
  width: 15px;
  height: 18px;
  display: block;
  background: url("../../img/frontend/icons/19.png");
}

.btn-remove-1:hover {
  opacity: 0.85;
}

.a-table-buttons .btn-1-white {
  background: transparent;
  color: #990099;
  line-height: 24px;  
  border: 1px solid #990099;
}

.a-table-buttons .btn-1-white:hover {
  color: #990099;
}

.a-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  z-index: 100000000000;
}

.a-popup-content {
  padding: 40px 0 60px 0;
  max-height: 100vh;
  overflow: auto;
  background: #fff;
  box-shadow: 0px 3px 16px #00000029;
}

.a-popup-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.a-popup-top .txt-1 {
  line-height: normal;
}

.a-popup-top .txt-1-2 {
  color: #000000;
  font-size: 13px;
}

.a-popup-top .txt-1-2 a {
  color: #000;
}

.a-popup-top .txt-1-1 {
  font-weight: 900;
  font-size: 26px;
}

.a-popup .a-popup-table-1 table tr:nth-child(even) td {
  background: #f7f7f7 !important;
}

.td-width-auto td, .td-width-auto th {
  width: auto !important;
}
 
.a-menu-2 {
  padding-top: 7px;
}

.a-menu-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.a-menu-2 ul li {
  margin-left: 30px;
}

.a-menu-2 a {
  color: #000;
}

.a-menu-2 a:hover {
  color: #000;
  text-decoration: underline;
}

.a-menu-2 .current a {
  color: #000;
  text-decoration: underline;
  font-weight: 900;
}

.a-popup-close {
  position: absolute;
  top: 0;
  right: 2px;
  margin: 8px 10px;
  color: #000;
  font-size: 40px;
}

.a-popup-close:hover {
  color: #000;
  opacity: 0.85;
}

@media only screen and (max-width: 1199px) {
  .a-filtration-box {
    flex-wrap: wrap;
  }
  .a-filtration-box .col-box {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .a-popup-content {
    padding: 20px 0 30px 0;
  }
  .a-popup-top {
    display: block;
  }
  .a-filtration-box .col-box {
    width: 100%;
    margin-right: 0;
  }
  .a-menu-2 ul li {
    margin: 0 15px 0 0;
  }
  .a-filtration-box {
    margin-top: -5px;
  }
  .search-1 {
    width: 100%;
  }
  .a-filtration-box .a-select {
    width: 100% !important;
  }
}

/* *** NEW *** */

.menu-box.menu-color-green .menu-1 > ul li:nth-child(2).current > a {
  border-color: #99CC33;
}

.menu-box.menu-color-green {
  border-color: #99CC33;
}

.boxes-2-1 .row .box-2:after {
  background-image: url("../../img/frontend/01.png");
}

.menu-box.menu-color-green + .menu-box-1 {
  border-color: #99CC33;
  background: #ebf5d6;
}

.boxes-3-1 .box-3 figure {
  height: auto;
}

.boxes-3-1 .box-3 .description .txt-3 {
  padding-top: 15px;
  padding-bottom: 10px;
}

.boxes-3-1 .box-3 .description .txt-4 {
  border: none;
}

.boxes-3-1 .box-3 {
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 4px;
}

.boxes-3-1 .box-3 .txt-7 {
  display: flex;
  justify-content: flex-end;
}

.btn-basket-fix {
  background: url('../img/icons/28.png');
  width: 71px;
  height: 71px;
  display: block;
  border-radius: 50%;
  position: fixed;
  bottom: 75px;
  right: 50%;
  margin-right: -700px;
}

.btn-basket-fix:hover {
  opacity: 0.9;
}

.menu-box {
  z-index: 11;
}

@media only screen and (max-width: 1420px) {
  .btn-basket-fix {
    margin-right: 0;
    right: 20px;
    bottom: 20px;
  }
  .btn-basket-fix {
    width: 45px;
    height: 45px;
    background-size: 100% auto;
  }
}

.z-content-box-1 {
  display: flex;
  padding-top: 10px;
}

.z-content-box-1 .col-left {
  flex-shrink: 0;
  width: 285px;
  margin-right: 75px;
}

.z-content-box-1 .image {
  border: 1px solid #99CC33;
  text-align: center;
  padding: 15px;
}

.z-content-box-1 .col-right {
  width: 100%;
}

.z-title h1, .z-title h2 {
  font-weight: 900;
  margin: 0;
  color: #990099;
  font-size: 18px;
}

.z-title {
  margin-bottom: 16px;
}

.color-black h1, .color-black h2 {
  color: #000;
}

.z-text p {
  margin-bottom: 15px;
}

.z-text p:last-child {
  margin-bottom: 0;
}

.z-boxes-1 .row-box {
  display: flex;
  flex-wrap: wrap;
}

.z-boxes-1 .col-box {
  margin-top: 20px;
  width: 76px;
  margin-right: 50px;
}

.z-box-1 {
  text-align: center;
}

.z-box-1 figure {
  width: 76px;
  height: 76px;
  border: 1px solid #D5D6D6;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.z-box-1 .txt {
  min-height: 43px;
  line-height: 1.2;
  margin: 5px 0 7px 0;
}

.z-quality {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.z-quality input {
  width: 41px;
  height: 26px;
  display: block;
  font-weight: 900;
  padding: 0 5px;
  padding-bottom: 2px;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #D5D6D6;
}

.z-quality a {
  color: #000;
  margin-top: -5px;
  font-weight: 900;
  font-size: 20px;
}

.z-quality a:hover {
  color: #990099;
}

.z-box-1 .checked + figure:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  display: block;
  left: 0;
  border: 2px solid #99CC33;
}

.mb-55 {
  margin-bottom: 55px;
}

.z-title-1 {
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 25px;
}

.z-form-box .label-box label {
  color: #000;
}

.z-form-box .label-box label {
  padding: 0 0 11px 0;
}

.input-box textarea {
  display: block;
  font-size: 14px;
  padding: 3px 10px 3px 10px;
  width: 100%;
  border: 1px solid #D5D6D6;
  border-radius: 5px;
  height: 58px;
  resize: none;
  overflow: auto;
}

.z-boxes-2 {
  display: flex;
  flex-wrap: wrap;
}

.z-box-2 {
  margin-right: 30px;
  margin-bottom: 15px;
  display: flex;
}

.z-box-2 strong {
  font-weight: 900;
}

.z-box-2 input {
  border: 1px solid #D5D6D6;
  width: 51px;
  height: 32px;
  border-radius: 15px;
  margin-left: 10px;
  margin-top: 3px;
  padding: 0 5px;
  text-align: center;
}

.btn-2-black {
  border: 1px solid #000;
  color: #000;
  background: none;
  line-height: 29px;
  cursor: pointer;
}

.btn-2-black:hover {
  background: #000;
  color: #fff;
}

.z-box-3 {
  display: flex;
}

.z-input-file {
  flex-shrink: 0;
  cursor: pointer;  
  position: relative;
}

.z-input-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

.z-box-3 {
  padding-top: 20px;
}

.z-list-1 {
  margin-left: 25px;
  width: 100%;
  padding-top: 7px;
}

.z-list-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.z-list-1 ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.z-list-1 ul li:last-child {
  margin-bottom: 0;
}

.z-preview {
  width: 12px;
  height: 12px;
  background: url('../../img/frontend/icons/29.png');
  display: block;
}

.z-remove {
  width: 15px;
  margin-left: 15px;
  height: 16px;
  background: url('../../img/frontend/icons/30.png');
  display: block;
}

.z-preview:hover, .z-remove:hover {
  opacity: 0.9;
}

.z-list-1-buttons {
  display: flex;
  padding-left: 15px;
  align-items: center;
}

.select-3 select, .select-3 option {
  font-family: "CAPElephant";
}

.z-form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
}

.z-form-buttons .btn-2 {
  margin-left: 15px;
}

.z-link-1 {
  font-weight: 900;
  color: #000;
  font-size: 15px;
}

.z-link-1:hover {
  color: #000;
  opacity: 0.85;
}

.z-box-3 {
  align-items: flex-start;
}

@media only screen and (max-width: 992px) {
  .z-content-box-1 {
    display: block;
  }
  .z-content-box-1 .col-left {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .z-boxes-1 .col-box {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .z-boxes-1 .col-box {
    width: 50%;
    margin-right: 0;
  }
  .z-box-1 {
    width: 76px;
    margin: 0 auto;
  }
  .select-2 .select-2-name {
    font-size: 13px;
  }
  .menu-box .box .value {
    font-size: 13px;
  }
  .z-boxes-2 {
    display: block;
  }
  .z-form-buttons {
    display: block;
  }
  .z-link-1 br {
    display: none;
  }
  .z-form-buttons .btn-2 {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .z-box-3 {
    display: block;
  }
  .z-list-1 {
    margin: 17px 0 0 0;
  }
}

.bkt-table-1 .figure-1 {
  width: 80px;
  height: 80px;
  border: 1px solid #D5D6D6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
}

.bkt-table-2 + .button-box .btn-2-1 {
  margin-top: 20px;
}

.z-box-5 {
  display: flex;
  justify-content: space-between;
  padding-top: 9px;
  width: calc(100% + 58px);
  border-top: 1px solid #D5D6D6;
}

.z-box-5-txt-1 {
    flex-shrink: 0;
}

.z-box-5-txt-2 strong {
  font-weight: 900;
}

.z-box-5-2 a {
  color: #000;
}

.z-box-5-2 a:hover {
  color: #000;
  opacity: 0.85;
}

.bkt-table-1 table tr td {
  vertical-align: top;
}

.z-box-5-1 {
  display: flex;
}

.z-box-5-2 {
  flex-shrink: 0;
}

.z-box-5-1 div {
  margin-right: 15px;
}

.z-btn-more {
  color: #000;
}

.z-btn-more:hover {
  color: #000;
  opacity: 0.85;
}

.z-box-4 {
  padding-top: 4px;
}

.z-box-4-content {
  padding-top: 12px;
  padding-left: 12px;
}

.z-box-6 .name {
  background: url('../../img/frontend/icons/31.png') calc(100% - 2px) center no-repeat;
  font-weight: 900;
  color: #990099;
  cursor: pointer;
  padding-right: 20px;
  transition: 0.15s linear;
}

.z-box-6 .name.active {
  background: url('../../img/frontend/icons/32.png') right center no-repeat;
}

.z-box-6 .name:hover {
  opacity: 0.9;
}

.z-box-4-content {
  display: none;
}

.z-box-6 {
  margin-bottom: 10px;
}

.z-box-6-content {
  display: none;
}

.z-box-6-content {
  padding-left: 12px;
  padding-top: 12px;
}

.z-box-6-content p {
  margin-bottom: 12px;
}

.z-box-6-content strong {
  font-weight: 900;
}

.z-box-6-content p img {
  margin-top: 7px;
}

.z-box-6-content p:last-child {
  margin-bottom: 0;
}

.z-box-6 table {
  margin-bottom: 12px;
}

.z-box-6 table tr td {
  border: none;
  padding: 0 10px 0 0;
}

@media only screen and (max-width: 992px) {
  .z-box-5 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .z-box-5-1 {
    display: block;
  }
  .z-box-5-1 div {
    margin: 0 0 5px 0;
  }
  .z-box-5 {
    display: block;
  }
}

.xxx-content-box-1-1 {
  padding-bottom: 17px;
}

.xxx-content-box-1-1 .radio-box {
  align-items: flex-start;
}

.bkt-title-1 span {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .radio-content {
    flex-wrap: wrap;
  }
  .radio-content .radio-box {
    margin-bottom: 20px;
  }
  .radio-content .radio-box:last-child {
    margin-bottom: 0;
  }  
}

option:disabled {
  color: red;
}

.bkt-communique-box {
  font-weight: bold;
  color: #FF0000;
  padding: 0 10px;
  font-size: 15px;
}

/* *** *** */

.menu-box .menu-1.c-menu-1 > ul .current > a {
  border-color: #000;
}

.c-boxes-2 .row .box-2:after {
  background: url(../../img/frontend/03.png);
    background-size: 100% 100%;
}

.c-boxes-1 .c-box-1 {
  margin-bottom: 60px;
}

.c-boxes-1 .c-box-1:last-child {
  margin-bottom: 0;
}

.c-title {
  font-size: 13px;
  margin-bottom: 15px;
}

.c-table table td {
  background: none !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}

.c-table table th {
  font-size: 11px !important;
  border-color: #eaeaea !important;
}

.c-bg-1 {
  background: #f7f7f7;
}

.c-table table tr td:first-child, .c-table table tr th:first-child {
  padding-left: 0;
}

.cu-content-box-3 .label-box label {
  color: #000;
}

.cu-content-box-3 .select-3 select {
  background-image: url(../../img/frontend/icons/33.png);
}

.input-date {
  background: url(../../img/frontend/icons/34.png) calc(100% - 10px) center no-repeat;
}

.c-btn-1 {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 38px;
  display: block;
}

.c-select {
  margin-bottom: 10px;
}

.c-select .chosen-select {
  width: 100%;
}

.c-select .chosen-select .container {
  width: 100% !important;
}

.c-btn-1 {
  margin-bottom: 10px;
}

.c-select .chosen-container-single .chosen-single, .c-select .chosen-container-multi .chosen-choices {
  display: block;
    font-size: 14px;
    padding: 0 10px 3px 10px;
    width: 100%;
    border: 1px solid #D5D6D6;
    box-shadow: none;
    line-height: 38px;
    background: none !important;
    background: url(../../img/frontend/icons/33.png) calc(100% - 10px) center no-repeat !important;
    border-radius: 5px;
    height: 40px;
}

.c-select .chosen-container-multi .chosen-choices {
  padding-bottom: 1px;
  color: #000;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #444;
    font-family: "CAPElephant";
}

.chosen-container-multi .chosen-choices li.search-choice span {
  line-height: normal;
  padding-top: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
  padding-top: 3px !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  top: 9px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  height: 30px;
}

.c-btn-1:hover {
  color: #fff;
}

.c-select .chosen-container-active.chosen-with-drop .chosen-single, .c-select .chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 5px 5px 0 0;
}

.c-select .chosen-container-single .chosen-drop, .c-select .chosen-container-multi .chosen-drop{
  border-color: #D5D6D6;
}

.c-select .chosen-container .chosen-results li.result-selected, .c-select .chosen-container-multi .chosen-drop li.result-selected,
.c-select .chosen-container-multi .chosen-drop li.highlighted{
   background: #990099 !important;
   color: #fff;
}

.c-select .chosen-container-multi .chosen-drop li.result-selected,
.c-select .chosen-container-multi .chosen-drop li.highlighted {
  background: #fff !important;
}

.c-select .chosen-container-multi .chosen-drop li {
  border-bottom: 1px solid #D5D6D6;
  padding-top: 10px;
  padding-bottom: 10px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  margin-top: 4px !important;
}

.c-select .chosen-container .chosen-results li, .c-select .chosen-container-multi .chosen-drop li {
  margin-top: 1px;
}

.chosen-container-single .chosen-search input[type="text"] {
  background: #F2F2F2 url('../../img/frontend/icons/35.png') calc(100% - 10px) 12px no-repeat;
  height: 39px;
  padding: 0 10px;
  border: none;
}

.chosen-container .chosen-results li:hover, .c-select .chosen-container-multi .chosen-drop li:hover {
  background: #990099;
}

.c-select .chosen-container-multi .chosen-drop li:hover {
  background: #fff;
}

.cc-content-box-1 {
  display: flex;
  justify-content: space-between;
}

.cc-sidebar {
  width: 30%;
}

.cc-list-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.cc-list-1 li {
  padding: 5px 0;
}

.cc-list-1 a {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
}

.cc-list-1 a:hover {
  opacity: 0.9;
}

.cc-sidebar .u-title-1 {
  text-align: right;
}

.c-select .chosen-container-multi .chosen-drop li {
  padding-left: 40px;
  position: relative;
}

.c-select .chosen-container-multi .chosen-drop li:after {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  left: 10px;
  content: "";
  display: block;
  border: 1px solid #707070;
}

body .c-select .chosen-container-multi .chosen-drop li {
  background: #fff !important;
  color: #444 !important;
}


.c-select .chosen-container-multi .chosen-drop li.highlighted:before, .c-select .chosen-container-multi .chosen-drop li.result-selected:before {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  border-radius: 50%;
  left: 10px;
  content: "";
  display: block;
  background: #990099;
  border: 3px solid #fff;
}

@media only screen and (max-width: 992px) {
  .cc-content-box-1 {
  display: block;
  }
  .cc-sidebar {
    width: 100%;
    padding-top: 40px;
  }
  .cc-sidebar .u-title-1, .cc-list-1 {
    text-align: left;
  }
}

/* *** NEW MENU MOBILE *** */

@media only screen and (max-width: 1199px) {
  .menu-1 {
    display: block !important;
    width: 70%;
    overflow: auto;
  }
  .menu-box .menu-1 > ul > li {
    white-space: nowrap;
  }
  .menu-box .menu-1 {
    height: 55px;
  }
}

@media only screen and (max-width: 992px) {
  .menu-box {
    display: block;
    height: auto;
  }
  .menu-box .menu-1 > ul > li > a {
    height: auto;
    padding: 27px 0 20px 0;
  }
  .menu-box .menu-1 {
    height: auto;
  }
  .menu-box .menu-1 > ul > li {
    padding: 0 15px;
    margin:0;
  }
  .header-rsp .hamburger {
    display: none !important;
  }
  .menu-1 {
    background: white;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .menu-box {
    margin-top: 0;
  }
  .menu-box .box {
    padding: 20px 0;
  }
}

.special-point-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #990099 95%, #0000) 50% 1px / 14px 6px no-repeat, radial-gradient(farthest-side, #0000 calc(100% - 7px), #ccc 0);
  animation: l9 2s infinite linear;
}
@keyframes l9 {to{transform: rotate(1turn)}}

.show-big-size-image {
  background-color: #000;
  height: 100%;
  width: 95%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition-duration: 0.5s;
}

.show-big-size-image:hover {
  opacity: 0.7;
}

.big-image-modal {
  position: fixed;
  background-color: #000000B3;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;

  img {
    height: 80vh;
  }

  .x-close-button {
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    
    svg {
      height: 55px;
      width: 55px;
    }
  }
}

.show-big-size-image-mini {
  width: 23%;
  position: relative;
}

.miniature-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.personalized-category {
  font-size: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  font-weight: bold;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 20;
  transition: all 0.5s ease-out;
}

.personalized-category img{
  height: 0px;
}

.personalized-hover-image {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: 0;
}

.boxes-2 .col-md-4:hover {
  .personalized-category {
    font-size: 20px;
    height: 40px;
    cursor: pointer;
  }

  .personalized-hover-image {
    opacity: 1;
  }

  .personalized-category img{
    height: 25px;
  }

  .txt-personalized {
    bottom: 45px;
  }
}

.uploaded-file-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketing-section {
  background-color: #D5D6D633;
  width: 450px;
  padding: 15px;
}

.product-banner {
  width: 100%;
  background-color: #99009919;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rounded-input {
  border-radius: 20px;
  border-color: #7a7a7a;
  border-width: 1px;
  padding-left: 10px;
  padding: 6px;
}

.clothes-size-input {
  padding: 5px 10px 5px 10px;
  border: 1px solid #7a7a7a;
  border-radius: 50px;
  width: 125px;
}

.clothes-size-input input {
  border: none;
  -moz-appearance: textfield; 
  color: #000000
}

.clothes-size-input input::-webkit-inner-spin-button,
.clothes-size-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* *** 10.03 *** */
.ss-table-1 {
  border-bottom: 1px solid #D5D6D6;
}
.ss-table-1 table tr td {
  width: auto !important;
}
.ss-table-1 table .text-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .nav-tabs-1 li br {
    display: none;
  }
}
.ss-link-1 {
  color: #000;
  font-weight: bold;
  color: #000;
  padding-left: 29px;
  display: inline-block;
  background: url("../../img/frontend/icons/40.png") left center no-repeat;
}
.ss-link-1:hover {
  color: #000;
  opacity: 0.8;
}

.ss-link-1.active {
  background: url("../../img/frontend/icons/41.png") left center no-repeat;
}

.ss-table-1 .ss-txt {
  padding-left: 29px;
  padding-top: 10px;
}

.ss-menu {
  margin-bottom: 30px;
}
.ss-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ss-menu ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.ss-menu ul li a {
  display: inline-block;
  height: 32px;
  border: 1px solid #990099;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 20px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
}
.ss-menu ul li a:hover {
  background: #990099;
  color: #fff;
}
.ss-menu ul .current a {
  background: #990099;
  color: #fff;
}

.ss-boxes-1 .row-box {
  display: flex;
  margin: 0 -7px;
  flex-wrap: wrap;
}
.ss-boxes-1 .row-box .col-box {
  margin-bottom: 14px;
  padding: 0 7px;
  width: 33.3333%;
}
.ss-boxes-1 .row-box .col-box .ss-box-1 {
  position: relative;
  padding: 10px;
  background: url(../../img/frontend/05.png) right center no-repeat;
  border: 1px solid #D5D6D6;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 35px;
}
.ss-boxes-1 .row-box .col-box .ss-box-1 .txt-1 {
  font-size: 12px;
  line-height: 17px;
}
.ss-boxes-1 .row-box .col-box .ss-box-1 .txt-2 {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 24px;
}
.ss-boxes-1 .row-box .col-box .ss-box-1 .btn-2 {
  width: 140px;
  text-align: center;
}

.w-info {
  width: 21px;
  height: 21px;
  background: url("../../img/frontend/icons/42.png") center no-repeat;
  position: absolute;
  top: 0;
  margin: 10px;
  right: 0;
}

.ss-boxes-1 {
  padding-bottom: 30px;
}

.ss-title-1 {
  font-weight: bold;
  font-weight: 900;
  font-size: 13px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ss-boxes-1 .row-box .col-box {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

.notification {
  border-top: black 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}

.notification:last-child {
  border-bottom: black 1px solid;
}

.notification-header {
  display: flex;
  cursor: pointer;
}

.notification-header div:first-child, .notification-header div:last-child {
  flex: 0.05 !important;
}

.notification-header div:first-child {
  display: flex;
  align-items: center;
}

.notification-header div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.notification-header div:nth-child(2) {
  flex: 0.9 !important;
  font-size: 20px;
  font-weight: bold;
}

.notification-date {
  margin-top: 10px;
  color: grey;
  font-size: 17px;
  line-height: 30px;
}

.notification-content {
  display: flex;
}

.notification-content div:first-child {
  flex: 0.05;
}

.notification-content div:last-child {
  flex: 0.95;
  font-size: 17px;
  line-height: 30px;
}

.notification-close {
  transform: rotate(180deg);
}

/* *** SLIDER *** */

.aa-slider {
  overflow: hidden;
  position: relative;
}

.aa-slider .swiper {
  overflow: hidden; 
}

.aa-slider .swiper-button-prev  {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  top: auto;
}

.aa-slider .swiper-button-prev:after {
  color: #000;
  font-size: 25px;
  padding-top: 3px;
}

.aa-slider .swiper-button-next  {
  width: 50px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 50%;
  margin-right: -50px;
  background: #fff;
  top: auto;
}

.aa-slider .swiper-button-next:after {
  color: #000;
  font-size: 25px;
  padding-top: 3px;
}

.aa-box-1 {
  display: flex;
  background: #778184;
  align-items: center;
}

.aa-box-1 figure {
  width: 60%;
}

.aa-box-1 .figure-1 {
  width: 100%;
}

.aa-box-1 .description {
  padding: 30px 50px;
  width: 40%;
  color: #fff;
  line-height: 1.3;
}

.aa-box-1 .txt-1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.aa-box-1 .txt-2 {
  font-size: 20px;
}

.aa-box-1 .button-box {
  padding-top: 25px;
}

@media only screen and (max-width: 992px) {
  .aa-box-1 {
    display: block;
  }
  /* .aa-slider {
    margin-bottom: 40px;
  } */
  .aa-box-1 figure {
    width: 100%;
  }
  .aa-box-1 figure img {
    width: 100%;
  }
  .aa-box-1 .description {
    text-align: center;
    width: 100%;
    padding: 20px 30px 80px 30px;
  }
}

.aa-box-1 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .aa-box-1 .txt-2 {
    font-size: 16px;
  }
  .aa-box-1 .txt-1 {
    font-size: 30px;
    padding-bottom: 4px;
  }
}

/* *** HP *** */
.contractors-protocols-count {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #eaeaea;
  padding: 10px;
  min-width: 230px;
  border-radius: 10px;
}

.contractors-protocols-count-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  p {
    margin: 5px;
    font-weight: 600;
  }
}