/*base fonts*/
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #999;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  /*width: 560px;*/
  /*margin-left: -280px;*/
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  transform: translateX(-50%);
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
@media screen and (max-device-width: 767px) {
  .modal.fade.in {
    width: 90%;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal.fade.in {
    width: 90%;
  }
}
.modal-header {
  padding: 5px 10px;
  border-bottom: 1px solid #f5f5f5;
}
.modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2em;
  background: #18aef3;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
}
.modal-header h4 {
  margin: 0;
  font-size: 1.2em;
  line-height: 30px;
  padding: 0;
  color: #5a3391;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.modal-product {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  justify-content: left;
  align-items: flex-start;
}
.modal-product img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
  max-height: 100px;
  width: unset;
}
.modal-product .modal-product-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}
@media screen and (max-device-width: 767px) {
  .modal-product .modal-product-img {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-product .modal-product-img {
    width: calc(100% - 20px);
  }
}
.modal-product .modal-product-info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
}
@media screen and (max-device-width: 767px) {
  .modal-product .modal-product-info {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-product .modal-product-info {
    width: calc(100% - 20px);
  }
}
.modal-product .modal-product-info h2 {
  font-size: 1.125em;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  color: #5a3391;
}
.modal-product .modal-product-info .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: left;
  align-items: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.modal-product .modal-product-info .price-wrapper .price,
.modal-product .modal-product-info .price-wrapper .currency {
  font-weight: 600;
  font-size: 2em;
  color: #5a3391;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  text-align: right;
  background-color: #ffffff;
  border-top: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
@media screen and (max-device-width: 767px) {
  .modal-footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .modal-footer {
    padding: 15px;
    text-align: center;
    padding: 14px 15px 15px;
  }
}
@media screen and (max-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-footer {
    padding: 15px;
    text-align: center;
    padding: 14px 15px 15px;
  }
}
@media screen and (max-device-width: 767px) {
  .modal-footer {
    padding: 15px 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-footer {
    padding: 15px 10px;
    margin-bottom: 0;
    text-align: center;
  }
}
.modal-footer .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
@media screen and (max-width: 480px) {
  .modal-footer .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .modal-footer .btn {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin: 5px 0;
  }
}
.modal-footer a.btn {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc9.ttf) format('truetype');
}
@font-face {
  font-family: Akrobat-Regular;
  src: url("../fonts/Akrobat-Regular.otf") format("opentype");
}
body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  outline: none;
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
body {
  font-family: 'Akrobat-Regular';
  font-size: 16px;
  font-display: auto;
  min-width: 320px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: flex-start;
  align-items: stretch;
  height: 100vh;
  justify-content: flex-start;
}
.svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.svg path {
  fill: #fff;
}
.rateit {
  word-wrap: normal;
}
section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}
div.section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
}
div.cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: row;
}
div.plain-wrapper {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
div.mob-section {
  display: none;
}
@media screen and (max-device-width: 767px) {
  div.mob-section {
    display: flex;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  div.mob-section {
    display: flex;
  }
}
div.mob-section .header-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 10px 0 10px 0;
  height: 100%;
  position: relative;
}
div.mob-section .header-logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
div.mob-section .header-logo .logo {
  width: 100%;
  display: block;
  text-align: center;
}
div.mob-section .company_name {
  color: #666;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
a {
  text-decoration: none;
  color: #999;
}
label {
  color: #999;
}
h1 {
  font-size: 2em;
  font-weight: bold;
}
h2 {
  font-size: 1.8em;
  font-weight: bold;
}
h3 {
  font-size: 1.5em;
  font-weight: bold;
}
input,
select,
textarea {
  padding: 10px 5px;
  border: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:focus {
  outline: none;
}
.form-control {
  width: 100%;
}
div.shead {
  background-color: #331079;
}
@media screen and (max-device-width: 767px) {
  div.shead {
    height: 100px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  div.shead {
    height: 100px;
  }
}
.home-categories {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 360px);
  margin-left: 360px;
  position: relative;
}
@media screen and (max-device-width: 767px) {
  .home-categories {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .home-categories {
    width: 100%;
    margin-left: 0;
  }
}
.home-categories ul.slick-dots {
  display: flex;
  justify-content: center;
}
.home-categories ul.slick-dots button {
  text-indent: -9999px;
}
.home-categories ul.slick-dots li {
  background: #331079;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  margin: 20px;
}
.home-categories ul.slick-dots li.slick-active {
  background: #b73d3d;
}
.nav-media {
  z-index: 101;
  position: fixed;
  left: -100vw;
  width: 100vw;
  top: 0;
  height: 100vh;
  transition: left 0.5s ease;
  background: #000;
}
.nav-media .m-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  transition: transform ease 0.1s;
}
.nav-media .m-nav-header {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
.nav-media .m-nav-list,
.nav-media .nav {
  margin: 10px;
  width: 100%;
}
.nav-media .m-nav-list li.categories,
.nav-media .nav li.categories {
  justify-content: left;
}
.nav-media .m-nav-list li,
.nav-media .nav li {
  padding: 5px;
  width: 100%;
  border-bottom: 1px solid #151515;
}
.nav-media .m-nav-list li a,
.nav-media .nav li a {
  font-size: 1.375em;
  color: #fff;
  line-height: 40px;
  width: 100%;
  display: block!important;
}
.nav-media .m-nav-list li a i,
.nav-media .nav li a i {
  margin: 0 20px;
  font-size: 1.4em;
}
.nav-media .m-nav-list li ul,
.nav-media .nav li ul {
  margin: 10px;
  width: 100%;
}
header {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  max-width: 1370px;
  margin: 0 auto;
  /*.wrapper-full();*/
  min-height: 100px;
}
header .company_name {
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-device-width: 767px) {
  header .company_name {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .company_name {
    display: none;
  }
}
@media screen and (max-device-width: 767px) {
  header {
    height: 100px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header {
    height: 100px;
  }
}
header .header-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 25px 0 10px 0;
}
@media screen and (max-device-width: 767px) {
  header .header-row {
    margin: 0px 0;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-row {
    margin: 0px 0;
  }
}
header .header-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
header .header-logo {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-device-width: 767px) {
  header .header-logo {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-logo {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  header .header-logo {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-logo {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  header .header-logo {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-logo {
    display: none;
  }
}
header .header-logo .logo {
  width: 100%;
  display: block;
  text-align: center;
}
header .header-info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
  align-self: flex-end;
  align-content: space-evenly;
}
@media screen and (max-device-width: 767px) {
  header .header-info {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-info {
    display: none;
  }
}
header .header-info .header-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
header .header-info .header-links ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: calc(100% - 20px);
  justify-content: flex-start;
}
header .header-info .header-links ul li {
  margin-right: 20px;
}
header .header-info .header-links ul li a {
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.702);
  margin-left: 5px;
  cursor: pointer;
}
header .header-info .contacts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: calc(100% - 20px);
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
header .header-info .contacts ul.phones {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: 200px;
  margin: 0;
  justify-content: flex-start;
}
header .header-info .contacts ul.phones li {
  margin-left: 5px;
  display: none;
}
header .header-info .contacts ul.phones li a {
  color: rgba(255, 255, 255, 0.702);
  font-size: 1.125em;
  font-weight: bold;
}
header .header-info .contacts ul.phones li:first-child {
  display: flex;
}
header .header-info .contacts .callback {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  width: unset;
  color: #fff;
  position: relative;
}
header .header-info .contacts .callback a {
  font-size: 1em;
}
header .header-info .contacts .callback .callbackform {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  display: none;
  width: 300px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  padding: 20px;
  z-index: 1000;
  border-radius: 5px;
  background: #000000bf;
  box-shadow: 1px 1px 4px 0px #ce0000;
}
header .header-info .contacts .callback .callbackform form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
header .header-info .contacts .callback .callbackform form .btn {
  padding: 14px 20px;
  border-radius: 0 3px 3px 0;
}
header .header-info .contacts .callback:hover .callbackform {
  display: flex;
}
header .header-info .worktime {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: calc(100% - 20px);
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  color: #fff;
}
header .header-info .worktime ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  margin-left: 10px;
}
header .header-info .worktime ul li {
  margin-right: 10px;
}
header .header-cart button {
  font-size: 1.5em;
  padding: 10px;
  cursor: pointer;
  background: #ce0000;
  box-sizing: border-box;
  color: #fff;
  border-radius: 3px;
  margin: 5px;
}
header .header-cart .tofavlist {
  align-self: center;
}
header .header-cart .tofavlist button {
  background: #9898983b;
  border: 1px solid #6d6d6d;
}
header .header-cart .cartlist {
  padding: 0;
  align-self: center;
  position: relative;
}
@media screen and (max-device-width: 767px) {
  header .header-cart .cartlist {
    position: static;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-cart .cartlist {
    position: static;
  }
}
header .header-cart .cartlist .dropdown-cart {
  display: none;
  position: absolute;
  flex-direction: column;
  right: -5px;
  min-width: 600px;
  background: #ffffff;
  box-shadow: inset -3px 1px 16px 0px rgba(0, 0, 0, 0.25);
  z-index: 1001;
  justify-content: right;
}
header .header-cart .cartlist .dropdown-cart .cart_button a {
  font-weight: 600;
  font-size: 1.5em;
}
header .header-cart .cartlist .dropdown-cart .cart_button svg {
  margin-right: 10px;
}
@media screen and (max-device-width: 767px) {
  header .header-cart .cartlist .dropdown-cart {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    right: 0;
    min-width: unset;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-cart .cartlist .dropdown-cart {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    right: 0;
    min-width: unset;
  }
}
header .header-cart .cartlist .dropdown-cart li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding: 10px;
}
header .header-cart .cartlist .dropdown-cart li .dropdown-cart-img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  height: 50px;
  display: flex;
  justify-content: center;
}
header .header-cart .cartlist .dropdown-cart li .dropdown-cart-img img {
  max-width: 100%;
  max-height: 100%;
  height: unset;
}
header .header-cart .cartlist .dropdown-cart li .dropdown-cart-title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  flex-grow: 1;
  align-self: center;
}
header .header-cart .cartlist .dropdown-cart li .dropdown-cart-title a {
  color: #5a3391;
  font-weight: 600;
}
header .header-cart .cartlist .dropdown-cart li .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  justify-content: flex-start;
}
header .header-cart .cartlist .dropdown-cart li .price-wrapper .price,
header .header-cart .cartlist .dropdown-cart li .price-wrapper .currency {
  color: #5a3391;
  font-weight: 600;
}
header .header-cart .cartlist .dropdown-cart li .price-wrapper .amount {
  width: 100%;
}
header .nav-wrap {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  position: relative;
}
@media screen and (max-device-width: 767px) {
  header .nav-wrap {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap {
    display: none;
  }
}
header .nav-wrap .menu-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  margin-right: 0;
  padding: 10px;
  background: #b73d3d;
  overflow: hidden;
  position: relative;
}
header .nav-wrap .menu-title a {
  pointer-events: none;
  position: relative;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
}
header .nav-wrap .menu-title a i {
  margin-right: 10px;
}
header .nav-wrap ul.nav {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  flex-wrap: nowrap;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  position: absolute;
  width: 100%;
  min-width: 300px;
  transition: box-shadow 0.1s ease-in-out;
  z-index: 10;
  top: 100%;
}
@media screen and (max-device-width: 767px) {
  header .nav-wrap ul.nav {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav {
    display: none;
  }
}
@media screen and (max-device-width: 1200px) {
  header .nav-wrap ul.nav {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-device-width: 1200px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav {
    margin-top: 0;
    padding-left: 0;
  }
}
@media screen and (max-device-width: 767px) {
  header .nav-wrap ul.nav {
    justify-content: flex-start;
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav {
    justify-content: flex-start;
    display: none;
  }
}
header .nav-wrap ul.nav li {
  padding: 10px 5px;
  justify-content: space-between;
}
@media screen and (max-device-width: 992px) {
  header .nav-wrap ul.nav li {
    margin: 0 5px;
  }
}
@media screen and (max-device-width: 992px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav li {
    margin: 0 5px;
  }
}
header .nav-wrap ul.nav li i {
  float: right;
  line-height: 25px;
  padding: 0 5px;
  color: #18aef3;
}
header .nav-wrap ul.nav li h3 {
  font-size: 1.3em;
  padding: 5px 10px;
}
@media screen and (max-device-width: 767px) {
  header .nav-wrap ul.nav li {
    margin: 0;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav li {
    margin: 0;
  }
}
header .nav-wrap ul.nav li > img {
  float: left;
}
header .nav-wrap ul.nav li > a {
  font-family: 'Akrobat-Regular';
  font-display: auto;
  font-size: 1.125em;
  text-transform: uppercase;
  float: left;
  padding: 3px;
  color: rgba(49, 0, 117, 0.702);
}
header .nav-wrap ul.nav li ul.nav-second-level {
  display: none;
  position: absolute;
  z-index: 110;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  width: calc(1370px - 25% - 20px);
  border-top: 0;
  left: 100%;
  top: 0;
  align-items: flex-start;
  align-content: flex-start;
  border: 1px solid #f5f5f5;
  border-left: none;
  padding: 10px;
}
@media screen and (max-device-width: 1200px) {
  header .nav-wrap ul.nav li ul.nav-second-level {
    flex-direction: row;
    height: unset;
  }
}
@media screen and (max-device-width: 1200px) and (-webkit-max-device-pixel-ratio: 2) {
  header .nav-wrap ul.nav li ul.nav-second-level {
    flex-direction: row;
    height: unset;
  }
}
header .nav-wrap ul.nav li ul.nav-second-level li {
  width: 300px;
  padding: 0;
  padding-bottom: 5px;
  position: relative;
}
header .nav-wrap ul.nav li ul.nav-second-level li > a {
  font-size: 1em;
  font-weight: unset;
  color: rgba(49, 0, 117, 0.702);
  position: relative;
}
header .nav-wrap ul.nav li ul.nav-second-level li a:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 100;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #b73d3d;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
header .nav-wrap ul.nav li ul.nav-second-level li:hover a::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.8;
}
header .nav-wrap ul.nav li ul.nav-second-level li.subchild > a {
  color: #b73d3d;
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0;
}
header .nav-wrap ul.nav li.categories:hover > ul.nav-second-level {
  display: flex;
}
header .m-enter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  display: none;
  justify-content: flex-start;
  width: unset;
  flex-grow: 1;
  padding: 10px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-device-width: 767px) {
  header .m-enter {
    display: flex;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .m-enter {
    display: flex;
  }
}
header .m-enter a {
  pointer-events: none;
  position: relative;
  color: #ffffff;
  font-size: 1.375em;
  font-weight: bold;
}
header .header-search {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-device-width: 767px) {
  header .header-search {
    justify-content: space-between;
    flex-direction: column-reverse;
    height: 100px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-search {
    justify-content: space-between;
    flex-direction: column-reverse;
    height: 100px;
  }
}
header .header-search .search-wrap {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  margin-right: 0;
  position: relative;
  flex-grow: 1;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
@media screen and (max-device-width: 767px) {
  header .header-search .search-wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-search .search-wrap {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  header .header-search .search-wrap {
    position: unset;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-search .search-wrap {
    position: unset;
  }
}
header .header-search .search-wrap .search-img {
  padding: 10px;
  width: 150px;
}
header .header-search .search-wrap .search-title {
  flex-grow: 10;
}
header .header-search .search-wrap form {
  display: flex;
  width: 100%;
  height: 40px;
}
@media screen and (max-device-width: 992px) {
  header .header-search .search-wrap form {
    width: 100%;
  }
}
@media screen and (max-device-width: 992px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-search .search-wrap form {
    width: 100%;
  }
}
header .header-search .search-wrap button {
  background: #b73d3d;
  font-size: 1em;
  padding: 10px 30px;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.702);
  color: #ffffff;
  margin-left: 5px;
  cursor: pointer;
}
@media screen and (max-device-width: 767px) {
  header .header-search .search-wrap button {
    padding: 10px 10px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  header .header-search .search-wrap button {
    padding: 10px 10px;
  }
}
header .header-search .search-wrap input {
  width: 100%;
  border: none;
  background-color: #50268a;
  padding: 10px;
  line-height: 30px;
  order: 0;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.702);
}
header .header-search .search-wrap .search-out {
  display: none;
  position: absolute;
  justify-content: space-between;
  flex-direction: column;
  z-index: 111;
  left: 0;
  right: 0px;
  top: 100%;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 3px;
}
header .header-search .search-wrap .search-out .search-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
header .header-search .search-wrap .search-out .search-item a {
  line-height: unset;
  font-size: 1em;
  padding: 0;
}
header .header-search .search-wrap .search-out .search-item img {
  max-height: 100px;
}
.useractions {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: nowrap;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  justify-content: flex-end;
}
@media screen and (max-device-width: 767px) {
  .useractions {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .useractions {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  .useractions {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .useractions {
    justify-content: space-between;
    align-items: center;
  }
}
.userarea {
  margin: 0 20px;
}
@media screen and (max-device-width: 767px) {
  .userarea {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .userarea {
    margin: 0 10px 0 0;
  }
}
.login-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-device-width: 767px) {
  .login-form {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .login-form {
    width: calc(100% - 20px);
  }
}
.login-form form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.login-form form div {
  padding: 10px 0;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.login-form form div input {
  border-radius: 10px;
  background-color: #eae5f1;
  height: 35px;
}
.form-title {
  font-size: 1.3em;
  color: #17aef3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.registration-form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-device-width: 767px) {
  .registration-form {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .registration-form {
    width: calc(100% - 20px);
  }
}
.registration-form form {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.registration-form form div {
  padding: 10px 0;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.registration-form form div input {
  border-radius: 10px;
  background-color: #eae5f1;
  height: 35px;
}
.userarea .btn {
  font-size: 1em;
}
.userarea:hover .userareaform {
  display: flex;
}
@media screen and (max-device-width: 767px) {
  .userarea:hover .userareaform {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .userarea:hover .userareaform {
    display: none;
  }
}
.wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 1370px;
  margin: 0 auto;
  /*.wrapper-full();*/
  justify-content: flex-start;
  position: relative;
  align-items: flex-start;
  background: #ffffff;
  align-content: flex-start;
}
.wrap div.title {
  width: 100%;
  color: #666;
  font-weight: bold;
}
div.sfoot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 10px;
  flex-direction: column;
  background-color: #331079;
  margin-bottom: 0px;
  position: relative;
}
footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  max-width: 1370px;
  margin: 0 auto;
  /*.wrapper-full();*/
  padding: 20px;
}
footer .footer-logo {
  width: 150px;
}
footer .footer-blocks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: relative;
}
footer .footer-blocks .block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  color: #fff;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
}
@media screen and (max-device-width: 767px) {
  footer .footer-blocks .block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  footer .footer-blocks .block {
    width: calc(100% - 20px);
  }
}
footer .footer-blocks .block .block-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-device-width: 767px) {
  footer .footer-blocks .block .block-title {
    text-align: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  footer .footer-blocks .block .block-title {
    text-align: center;
  }
}
footer .footer-blocks .block ul li {
  padding: 5px 0;
}
footer .footer-blocks .block a {
  color: #ffffff;
}
footer .footer-blocks .block a i {
  margin-right: 10px;
}
footer .footer-blocks .block .callback {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  font-size: 1.5em;
  color: #fff;
}
footer .footer-blocks .block .callback h4 {
  font-size: 0.8em;
}
footer .footer-blocks .block .callback form {
  display: none;
}
.breadcrumb {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: left;
}
.breadcrumb a {
  color: #999;
  font-weight: normal;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 0;
  position: relative;
  color: #999;
}
.breadcrumb .breadcrumb-item span {
  font-size: 1em;
}
.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #666;
  border-top: 1px solid #999;
  -webkit-transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
  transform: translateY(-50%) rotate3d(0, 0, 1, 45deg);
  top: 50%;
  left: 100%;
}
.breadcrumb .breadcrumb-item .breadcrumb-dropdown {
  display: none;
  position: absolute;
  width: 300px;
  border: 1px solid #f5f5f5;
  background: #ffffff;
  z-index: 110;
  top: 100%;
  box-shadow: 1px 0px 20px 3px rgba(0, 0, 0, 0.25);
}
.breadcrumb .breadcrumb-item .breadcrumb-dropdown li {
  padding: 5px 10px;
  color: #999;
}
.breadcrumb .breadcrumb-item .breadcrumb-dropdown li a {
  color: #999;
}
.breadcrumb .breadcrumb-item:hover .breadcrumb-dropdown {
  display: block;
}
.titlelink {
  font-size: 1em;
  color: #000000;
  font-weight: bold;
  line-height: 1.5;
}
.btn {
  background: #b73d3d;
  color: #ffffff;
  padding: 10px 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  /* text-overflow: ellipsis; */
  text-decoration: none;
  border-radius: 5px;
}
.btn i {
  background: #b73d3d;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  text-align: center;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}
input.btn {
  text-transform: uppercase;
  font-weight: bold;
}
.products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
.productsActions {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.productsActions .products {
  justify-content: center;
}
.categories {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.categories h1 {
  width: 100%;
  text-align: center;
  margin: 1em 0;
  padding: 0 1em;
}
.categories .category {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-device-width: 992px) {
  .categories .category {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 992px) and (-webkit-max-device-pixel-ratio: 2) {
  .categories .category {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 480px) {
  .categories .category {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .categories .category {
    width: calc(100% - 20px);
  }
}
.categories .category .category-over {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.categories .category .category-over .category-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.categories .category .category-over .category-title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  align-self: flex-end;
  position: absolute;
  text-align: center;
  background: #ffffffb9;
  width: 100%;
  padding: 10px;
}
.categories .category .category-over .category-title .titlelink {
  font-size: 1.5em;
  font-weight: normal;
}
@media screen and (max-device-width: 767px) {
  .categories .category .category-over .category-title .titlelink {
    font-size: 1.375em;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .categories .category .category-over .category-title .titlelink {
    font-size: 1.375em;
  }
}
.product {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
  min-height: 470px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex!important;
  justify-content: unset;
  position: relative;
  z-index: 1;
}
@media screen and (max-device-width: 992px) {
  .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 992px) and (-webkit-max-device-pixel-ratio: 2) {
  .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 480px) {
  .product {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .product {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  .product {
    min-height: unset;
    justify-content: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product {
    min-height: unset;
    justify-content: center;
  }
}
.product .promotion {
  display: none;
}
.product .product-over {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  align-content: flex-start;
  background: #fff;
  position: relative;
  border: 1px solid #eee;
  padding: 10px;
}
.product .product-over .product_image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 20px;
  height: 270px;
  align-items: center;
}
@media screen and (max-device-width: 767px) {
  .product .product-over .product_image {
    height: unset;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product .product-over .product_image {
    height: unset;
  }
}
.product .product-over .product_meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
.product .product-over .product_meta .product_title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: space-between;
  margin: 5px 0;
  flex-wrap: nowrap;
}
@media screen and (max-device-width: 767px) {
  .product .product-over .product_meta .product_title {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product .product-over .product_meta .product_title {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.product .product-over .product_meta .product_title h3 {
  font-size: 1em;
}
.product .product-over .product_meta .product_title .code {
  font-weight: bold;
  font-size: 0.8em;
  color: #666;
}
.product .product-over .product_meta .price-wrapper,
.product .product-over .product_meta .bonus-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: unset;
}
.product .product-over .product_meta .price-wrapper .price,
.product .product-over .product_meta .bonus-price-wrapper .price {
  font-size: 2em;
  font-weight: bold;
  margin: 5px 0 5px 5px;
  color: #b73d3d;
}
.product .product-over .product_meta .price-wrapper .currency,
.product .product-over .product_meta .bonus-price-wrapper .currency {
  font-size: 1.375em;
  font-weight: bold;
  margin: 0 5px;
  color: #b73d3d;
}
.product .product-over .product_meta .product-button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  width: unset;
}
.product .product-over .product_meta .product-button .tocart {
  font-size: 1.125em;
  text-transform: uppercase;
  font-weight: 600;
}
.product .product-over .product_meta .product-button a {
  margin: 0 5px;
}
.product .product-over .product_params {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding-top: 20px;
  display: none;
}
.product .product-over .product_params .listdesc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  justify-content: flex-start;
}
.product .product-over .product_params .listdesc li {
  color: #ce4600;
  word-break: break-word;
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 5px 0 0;
  font-weight: bold;
  display: contents;
}
.product .product-over .product_params .listdesc li span {
  font-weight: normal;
  display: contents;
  color: #222;
}
.product .product-over .product_params .listdesc li::after {
  content: " / ";
  display: contents;
  color: #222;
}
.product:hover {
  z-index: 10;
}
.product:hover .product-over {
  overflow: visible;
  position: absolute;
  align-self: stretch;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 1px 1px 9px 0px #8e8d8d87;
  margin: -10px;
}
@media screen and (max-device-width: 767px) {
  .product:hover .product-over {
    position: relative;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product:hover .product-over {
    position: relative;
  }
}
.product:hover .product-over .product_params {
  display: flex;
}
.product-small {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  display: flex!important;
  justify-content: unset;
  position: relative;
  z-index: 1;
}
@media screen and (max-device-width: 767px) {
  .product-small {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-small {
    width: calc(50% - 20px);
  }
}
.product-small .promotion {
  display: none;
}
.product-small .product-over {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: flex-start;
  background: #fff;
  position: relative;
}
.product-small .product-over .product_image {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  display: flex;
  height: 120px;
  align-items: center;
}
@media screen and (max-device-width: 767px) {
  .product-small .product-over .product_image {
    margin: unset;
    height: unset;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-small .product-over .product_image {
    margin: unset;
    height: unset;
  }
}
.product-small .product-over .product_meta {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-content: center;
}
.product-small .product-over .product_meta .product_title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.product-small .product-over .product_meta .product_title h3 {
  font-size: 1em;
}
.product-small .product-over .product_meta .product_title h3 a {
  color: #5a3391;
  font-size: 1.125em;
  font-weight: normal;
}
.product-small .product-over .product_meta .product_title .code {
  font-weight: bold;
  font-size: 0.8em;
}
.product-small .product-over .product_meta .price-wrapper,
.product-small .product-over .product_meta .bonus-price-wrapper {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: calc(100% - 20px);
  justify-content: space-between;
  align-items: center;
}
.product-small .product-over .product_meta .price-wrapper .price,
.product-small .product-over .product_meta .bonus-price-wrapper .price {
  font-size: 1.875em;
  font-weight: bold;
  color: #b73d3d;
}
.product-small .product-over .product_meta .price-wrapper .currency,
.product-small .product-over .product_meta .bonus-price-wrapper .currency {
  font-size: 1.875em;
  font-weight: bold;
  color: #b73d3d;
}
.product-small .product-over .product_meta .bonus-price-wrapper {
  display: none;
}
.product-small .product-over .product_meta .product-button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  justify-content: flex-start;
  align-items: center;
}
.product-small .product-over .product_params {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding-top: 20px;
  display: none;
}
.product-small .product-over .product_params .listdesc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  justify-content: flex-start;
}
.product-small .product-over .product_params .listdesc li {
  color: #ce4600;
  word-break: break-word;
  font-size: 0.9em;
  line-height: 1.3;
  margin: 0 5px 0 0;
  font-weight: bold;
  display: contents;
}
.product-small .product-over .product_params .listdesc li span {
  font-weight: normal;
  display: contents;
  color: #222;
}
.product-small .product-over .product_params .listdesc li::after {
  content: " / ";
  display: contents;
  color: #222;
}
.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.products-wrapper h1 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  color: #17aef3;
}
.products-wrapper .sidebar {
  width: 300px;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .sidebar {
    position: fixed;
    z-index: 100;
    top: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    left: -100vw;
    transition: left ease 0.5s;
    background: #fff;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .sidebar {
    position: fixed;
    z-index: 100;
    top: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    left: -100vw;
    transition: left ease 0.5s;
    background: #fff;
  }
}
.products-wrapper .sidebar .categories-search {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  height: 100%;
  justify-content: flex-start;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 5px 0px;
  z-index: 1000;
  background: #f7f7f7;
}
.products-wrapper .sidebar .categories-search .search-title {
  color: #000;
  width: 100%;
  font-weight: bold;
  padding: 10px;
}
.products-wrapper .sidebar .categories-search li {
  margin: 0 0 0 0;
  padding: 5px 10px;
}
.products-wrapper .sidebar .categories-search li a:hover {
  color: #ce4600;
}
.products-wrapper .sidebar .filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 5px 0px;
  z-index: 1000;
}
.products-wrapper .sidebar .filters-wrapper li {
  margin: 0 0 0 0;
}
.products-wrapper .sidebar .filters-wrapper li .slider-wrap {
  width: 100%;
  padding: 5px 15px;
  padding-bottom: 10px;
}
.products-wrapper .sidebar .filters-wrapper li .filters {
  padding: 0 10px;
}
.products-wrapper .sidebar .filters-wrapper li .filters li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
.products-wrapper .sidebar .filters-wrapper li .filters li ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.products-wrapper .sidebar .filters-wrapper li .filters li ul li {
  border: none;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label {
  margin-bottom: 0;
  font-size: 1em;
  cursor: pointer;
  height: 25px;
  display: block;
  line-height: 25px;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label .filtercount {
  float: none;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label input {
  display: none;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #999999;
  background: #ffffff;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  color: #999999;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label .cr i {
  position: absolute;
  font-size: 1em;
  line-height: 0;
  top: 50%;
  left: 5%;
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label input:checked + .cr i {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  visibility: visible;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label.disabled {
  color: #f5f5f5;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label.disabled .cr {
  border: 1px solid #f5f5f5;
  color: #f5f5f5;
}
.products-wrapper .sidebar .filters-wrapper li .filters li .checkbox label:after {
  bottom: 0px;
  content: "";
  left: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ce4600;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.products-wrapper .sidebar .filters-wrapper li a {
  color: #999;
  width: 100%;
  font-weight: bold;
  padding: 10px 0;
}
.products-wrapper .middle {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: calc(100% - 300px);
  justify-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.products-wrapper .middle .m-filters {
  display: none;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .m-filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
  .products-wrapper .middle .m-filters a {
    font-size: 1.5em;
  }
  .products-wrapper .middle .m-filters a i {
    font-size: 1em;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .m-filters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    padding: 10px;
  }
  .products-wrapper .middle .m-filters a {
    font-size: 1.5em;
  }
  .products-wrapper .middle .m-filters a i {
    font-size: 1em;
  }
}
.products-wrapper .middle .product {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}
@media screen and (max-device-width: 992px) {
  .products-wrapper .middle .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 992px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .product {
    width: calc(50% - 20px);
  }
}
@media screen and (max-device-width: 480px) {
  .products-wrapper .middle .product {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .product {
    width: calc(100% - 20px);
  }
}
.products-wrapper .middle .products-panel-body {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.products-wrapper .middle .products-panel-body .dropdown {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  color: #18aef3;
  border-left: 0;
  border-right: 0;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .products-panel-body .dropdown {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .products-panel-body .dropdown {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.products-wrapper .middle .products-panel-body .dropdown .dropdown-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  padding-left: 10px;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu {
    margin-top: 10px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu {
    margin-top: 10px;
  }
}
.products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .dropdown-item {
  margin-right: 5px;
  color: #666;
  border: 1px solid #666;
  border-radius: 15px;
  padding: 3px 10px;
  text-transform: lowercase;
  cursor: pointer;
}
.products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .dropdown-item.active {
  border: 1px solid #18aef3;
  color: #ffffff;
  background: #18aef3;
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .hight {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .hight {
    display: none;
  }
}
@media screen and (max-device-width: 767px) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .namedec {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .products-wrapper .middle .products-panel-body .dropdown .dropdown-menu .namedec {
    display: none;
  }
}
.content {
  padding: 10px;
}
.category_description p,
.fulldescription p,
.content p {
  display: block!important;
  margin-top: 1em!important;
  margin-bottom: 1em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  line-height: 2em;
}
.category_description ul,
.fulldescription ul,
.content ul {
  display: block!important;
  list-style-type: disc!important;
  margin-top: 1em!important;
  margin-bottom: 1 em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 40px!important;
}
.category_description ul li,
.fulldescription ul li,
.content ul li {
  display: list-item !important;
  list-style: initial!important;
  line-height: 1em!important;
}
.category_description ul h1,
.fulldescription ul h1,
.content ul h1 {
  display: block!important;
  font-size: 2em!important;
  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h2,
.fulldescription ul h2,
.content ul h2 {
  display: block!important;
  font-size: 1.5em !important;
  margin-top: 0.83em !important;
  margin-bottom: 0.83em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h3,
.fulldescription ul h3,
.content ul h3 {
  display: block!important;
  font-size: 1.17em !important;
  margin-top: 1em!important;
  margin-bottom: 1em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h4,
.fulldescription ul h4,
.content ul h4 {
  display: block!important;
  margin-top: 1.33em !important;
  margin-bottom: 1.33em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul u,
.fulldescription ul u,
.content ul u {
  text-decoration: underline!important;
}
.category_description ul b,
.fulldescription ul b,
.content ul b,
.category_description ul strong,
.fulldescription ul strong,
.content ul strong {
  font-weight: bold!important;
}
.category_description ul cite,
.fulldescription ul cite,
.content ul cite,
.category_description ul i,
.fulldescription ul i,
.content ul i {
  font-style: italic!important;
}
.category_description ul strike,
.fulldescription ul strike,
.content ul strike {
  text-decoration: line-through !important;
}
.product-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.product-wrapper .product-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  display: none;
  justify-content: flex-start;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding: 15px 0;
  margin-bottom: 20px;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-title {
    display: flex;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-title {
    display: flex;
  }
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-title {
    padding: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-title {
    padding: 0;
    margin-bottom: 0;
  }
}
.product-wrapper .product-title h1 {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  color: #5a3391;
}
.product-wrapper .product-title .rating-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-title .rating-wrapper {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-title .rating-wrapper {
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-title .code {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-title .code {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-title .code {
    width: calc(100% - 20px);
  }
}
.product-wrapper .details {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-content: flex-start;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
}
.product-wrapper .details .product-title {
  display: flex;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .details .product-title {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details .product-title {
    display: none;
  }
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .details {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 480px) {
  .product-wrapper .details {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details {
    width: calc(100% - 20px);
  }
}
.product-wrapper .details .product-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  justify-content: flex-start;
}
.product-wrapper .details .product-row .product-column {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .details .product-row .product-column {
    width: calc(100% - 20px);
    flex-grow: 1;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details .product-row .product-column {
    width: calc(100% - 20px);
    flex-grow: 1;
  }
}
.product-wrapper .details .product-row .product-column li {
  list-style: none;
}
.product-wrapper .details .product-row .product-column ul li:before {
  content: "—";
  position: relative;
  left: -5px;
}
.product-wrapper .details .product-row .callme-button {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 10px;
}
.product-wrapper .details .forprice {
  flex-wrap: nowrap;
}
.product-wrapper .details .intro,
.product-wrapper .details .instock {
  padding: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
}
.product-wrapper .details .instock {
  color: #56ae00;
}
.product-wrapper .details .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
.product-wrapper .details .price-wrapper .price {
  width: 100%;
  font-weight: bold;
  font-size: 3em;
  align-self: flex-end;
  line-height: 1;
  color: #b73d3d;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .details .price-wrapper .price {
    font-size: 1.5em;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details .price-wrapper .price {
    font-size: 1.5em;
  }
}
.product-wrapper .details .price-wrapper .currency {
  font-weight: bold;
  font-size: 2em;
  align-self: flex-end;
  line-height: 1;
}
.product-wrapper .details .tocart {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  font-size: 1.375em;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  height: 60px;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .details .tocart {
    flex-wrap: nowrap;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .details .tocart {
    flex-wrap: nowrap;
  }
}
.product-wrapper .details .tocart svg {
  margin-right: 10px;
}
.product-wrapper .details form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.product-wrapper .details form input {
  width: 100%;
}
.product-wrapper .details button.btn {
  border-radius: 0 3px 3px 0;
}
.product-wrapper .details ul li a.phone {
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
}
.product-wrapper .product-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  justify-content: flex-start;
  align-items: center;
  margin-top: 45px;
}
.product-wrapper .product-tabs-wrapper .tab-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  display: none;
  -webkit-order: 1;
  order: 1;
}
.product-wrapper .product-tabs-wrapper .tab-content .tab-image {
  display: flex;
  justify-content: center;
  margin: 20px;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .tab-image {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .tab-image {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .comments,
.product-wrapper .product-tabs-wrapper .tab-content .commentform {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .comments,
  .product-wrapper .product-tabs-wrapper .tab-content .commentform {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .comments,
  .product-wrapper .product-tabs-wrapper .tab-content .commentform {
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .comments {
  margin: 20px 0;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .comments {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .comments {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .comments .comment {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding: 15px 0;
}
.product-wrapper .product-tabs-wrapper .tab-content .comments .comment .comment-heading {
  padding: 5px 0;
  margin-right: 5px;
}
.product-wrapper .product-tabs-wrapper .tab-content .comments .comment .comment-heading strong {
  font-size: 1.1em;
  font-weight: bold;
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform {
  margin: 20px 0;
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 20px;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group {
    justify-content: center;
    margin: 0;
    padding: 10px;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group {
    justify-content: center;
    margin: 0;
    padding: 10px;
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group label {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.333333333333336% - 20px);
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group label {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group label {
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group input,
.product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group textarea {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
  border: 1px solid #331079;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group input,
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group textarea {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group input,
  .product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group textarea {
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .commentform .form-group textarea {
  height: 70px;
}
.product-wrapper .product-tabs-wrapper .tab-content .fulldescription {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper .tab-content .fulldescription {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper .tab-content .fulldescription {
    width: calc(100% - 20px);
  }
}
.product-wrapper .product-tabs-wrapper .tab-content .fulldescription h3 {
  color: #ce4600;
}
.product-wrapper .product-tabs-wrapper .tab-content .fulldescription hr {
  border-top: 1px dashed #ce4600;
}
.product-wrapper .product-tabs-wrapper label {
  padding: 0.2em 1em;
  cursor: pointer;
  z-index: 1;
  border-radius: 10px;
  margin: 10px 0;
  margin-right: 100px;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper label {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper label {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper label {
    margin-right: unset;
    text-align: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper label {
    margin-right: unset;
    text-align: center;
  }
}
.product-wrapper .product-tabs-wrapper label:first-of-type {
  margin-left: 0;
}
.product-wrapper .product-tabs-wrapper input[type=radio],
.product-wrapper .product-tabs-wrapper .tab-content {
  display: none;
}
.product-wrapper .product-tabs-wrapper input[type=radio]:checked + label {
  background: #331079;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .product-tabs-wrapper input[type=radio]:checked + label {
    /* display:none;*/
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .product-tabs-wrapper input[type=radio]:checked + label {
    /* display:none;*/
  }
}
.product-wrapper .product-tabs-wrapper input[type=radio]:checked + label + .tab-content {
  display: flex;
}
.product-wrapper .product-tabs-wrapper table {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.product-wrapper .product-tabs-wrapper table .groupname {
  display: table-caption;
  padding: 10px 0;
  margin-bottom: 6px;
  border-bottom: 1px dashed #e6e5e5;
}
.product-wrapper .product-tabs-wrapper table .groupname th {
  font-weight: bold;
}
.product-wrapper .product-tabs-wrapper table .fields {
  width: 100%;
}
.product-wrapper .product-tabs-wrapper table .fields .field {
  width: 50%;
  padding: 5px 0;
}
.product-wrapper .product-tabs-wrapper table .fields ul li {
  margin: 10px 0;
}
.product-wrapper .similar-products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin: 80px 0;
}
.product-wrapper .similar-products .title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  text-align: center;
  color: #5a3391;
}
@media screen and (max-device-width: 767px) {
  .product-wrapper .similar-products .title {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .product-wrapper .similar-products .title {
    display: none;
  }
}
.cart-products {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.333333333333336% - 20px);
  order: 1;
}
@media screen and (max-device-width: 767px) {
  .cart-products {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .cart-products {
    width: calc(100% - 20px);
  }
}
.cart-products .cart-group {
  display: flex;
}
.cart-products .cart-group li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-end;
  align-items: flex-end;
  margin: 5px;
  padding: 5px;
  color: #5a3391;
}
.cart-products .cart-group .total {
  font-size: 1.5em;
  margin-left: 10px;
  color: #5a3391;
  font-weight: 600;
}
.cart-products .cart-group .listing {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  position: relative;
  align-items: center;
}
.cart-products .cart-group .listing .cart-img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  height: 150px;
}
.cart-products .cart-group .listing .cart-img img {
  max-width: 100%;
  max-height: 100%;
  height: unset;
}
.cart-products .cart-group .listing .cart-count {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(83.33333333333334% - 20px);
}
.cart-products .cart-group .listing .cart-count .product-title {
  width: 100%;
  color: #5a3391;
  font-weight: 600;
}
.cart-products .cart-group .listing .cart-count .code {
  color: #5a3391;
}
.cart-products .cart-group .listing .cart-count .price {
  color: #5a3391;
  font-size: 1.5em;
  white-space: nowrap;
  margin-left: 20px;
}
.cart-products .cart-group .listing .cart-count .cart-product-count {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  width: unset;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.cart-products .cart-group .listing .cart-count .cart-product-count .removeone,
.cart-products .cart-group .listing .cart-count .cart-product-count .addone {
  border: 1px solid #ddd;
  padding: 10px 10px;
  cursor: pointer;
}
.cart-products .cart-group .listing .cart-count .cart-product-count .amount {
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.cart-products .cart-group .listing .cart-count .cart-product-count .remove {
  border: 1px solid #ddd;
  padding: 10px 10px;
  cursor: pointer;
  margin-left: 20px;
}
.cart-ok {
  margin: 20px;
}
.cart-ok p {
  padding: 10px;
}
.cart-info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  order: 2;
}
@media screen and (max-device-width: 767px) {
  .cart-info {
    width: calc(100% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .cart-info {
    width: calc(100% - 20px);
  }
}
.cart-info .fieldset,
.cart-info .fieldset-address {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-content: flex-start;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.cart-info .fieldset legend,
.cart-info .fieldset-address legend {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  font-weight: bold;
  padding: 10px 0;
}
.cart-info .fieldset .form-group,
.cart-info .fieldset-address .form-group {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  padding: 10px 0;
}
.cart-info .fieldset .form-group input,
.cart-info .fieldset-address .form-group input {
  border: 1px solid #ddd;
  width: 100%;
  background: #ecdfff;
  border-radius: 15px;
  padding: 10px 20px;
}
.cart-info .fieldset .form-group button,
.cart-info .fieldset-address .form-group button {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
}
.cart-info .fieldset .form-group svg,
.cart-info .fieldset-address .form-group svg {
  margin-right: 20px;
}
.cart-info .fieldset .form-group select,
.cart-info .fieldset-address .form-group select {
  background: #ecdfff;
  border-radius: 15px;
  padding: 10px 20px;
}
.cart-info .fieldset .form-group select option,
.cart-info .fieldset-address .form-group select option {
  background: #fff;
}
.cart-info .fieldset-address .form-group {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.cart-info .fieldset-address .form-group div {
  width: 100%;
  padding: 10px;
}
.cart-info .fieldset-address .form-group div label {
  font-weight: bold;
  cursor: pointer;
}
.cart-info .fieldset-address .form-group div label input.radio {
  display: none;
}
.slider-wrap {
  width: 100%;
  padding: 5px 0;
}
.slider-wrap .ui-slider {
  position: relative;
  text-align: left;
  margin: 10px 0;
  height: 4px;
  background: #ce4600;
  border: 1px solid #ce4600;
}
.slider-wrap .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  top: 1px;
  height: 2px;
}
.slider-wrap .ui-state-default {
  background: transparent;
  font-weight: normal;
  top: -7px;
  background: #ffffff;
  border: 2px solid #ce4600;
}
.slider-wrap .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 8px;
  height: 16px;
  cursor: default;
  margin-left: -5px;
}
.visited {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: left;
  position: unset!important;
}
.visited:after {
  content: "";
  width: 100%;
  display: inline;
}
.similar {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.66666666666667% - 20px);
  justify-content: center;
  flex-shrink: 1;
  flex-grow: 1;
  justify-content: left;
  position: unset!important;
}
.similar:after {
  content: "";
  width: 100%;
  display: inline;
}
.slick-list {
  flex-grow: 1;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  color: #5a3391;
  font-size: 3em;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-left {
  left: 0;
}
.slick-right {
  right: 0;
}
.slider-for {
  display: flex!important;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(83.33333333333334% - 20px);
}
.slider-for .pic {
  display: flex!important;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-device-width: 767px) {
  .slider-for .pic {
    height: unset!important;
    width: unset!important;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .slider-for .pic {
    height: unset!important;
    width: unset!important;
  }
}
.slider-for .pic img {
  display: block;
  width: auto;
  height: auto;
}
.slider-nav {
  display: flex!important;
  height: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
}
@media screen and (max-device-width: 767px) {
  .slider-nav {
    display: none!important;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .slider-nav {
    display: none!important;
  }
}
.slider-nav .pic {
  max-width: 100px;
  height: 100px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.slider-nav .pic img {
  height: auto;
}
.slider-nav .draggable {
  padding: 0!important;
}
.slider-nav .slick-slide {
  width: 100%!important;
  height: unset!important;
}
@media screen and (max-device-width: 767px) {
  .slider-nav .slick-slide {
    width: 10px!important;
    height: 10px!important;
    display: block!important;
    border-radius: 10px;
    border: 1px solid #ce0000;
    margin: 5px;
  }
  .slider-nav .slick-slide.slick-current {
    background: #ce4600;
  }
  .slider-nav .slick-slide div {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .slider-nav .slick-slide {
    width: 10px!important;
    height: 10px!important;
    display: block!important;
    border-radius: 10px;
    border: 1px solid #ce0000;
    margin: 5px;
  }
  .slider-nav .slick-slide.slick-current {
    background: #ce4600;
  }
  .slider-nav .slick-slide div {
    display: none;
  }
}
.slider-nav .slick-track {
  display: flex!important;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-left: 0!important;
  margin-right: 0!important;
  align-items: center;
  width: unset!important;
}
@media screen and (max-device-width: 767px) {
  .slider-nav .slick-track {
    height: 10px;
    justify-content: center;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .slider-nav .slick-track {
    height: 10px;
    justify-content: center;
  }
}
.slick-track {
  align-items: center;
  display: flex!important;
}
.similar .slick-left {
  left: 20px;
  transform: translateX(400%);
}
.similar .slick-right {
  left: 20px;
  right: unset;
  transform: translateX(600%);
}
@media screen and (max-device-width: 767px) {
  .similar .slick-arrow {
    display: none!important;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .similar .slick-arrow {
    display: none!important;
  }
}
.pictures {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.66666666666667% - 20px);
  max-height: 500px;
}
@media screen and (max-device-width: 767px) {
  .pictures {
    width: calc(83.33333333333334% - 20px);
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .pictures {
    width: calc(83.33333333333334% - 20px);
  }
}
@media screen and (max-device-width: 480px) {
  .pictures {
    width: calc(83.33333333333334% - 20px);
  }
}
@media screen and (max-device-width: 480px) and (-webkit-max-device-pixel-ratio: 2) {
  .pictures {
    width: calc(83.33333333333334% - 20px);
  }
}
.pictures .slick-arrow {
  top: unset;
  left: 50%;
  transform: translateX(-50%);
}
.pictures .slick-left {
  top: 0;
  transform: rotate(90deg) translateX(-50%);
}
.pictures .slick-right {
  right: unset;
  bottom: 0;
  transform: rotate(90deg);
}
.pictures .slider-nav {
  display: flex!important;
  height: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(16.666666666666668% - 20px);
}
@media screen and (max-device-width: 767px) {
  .pictures .slider-nav {
    display: none!important;
  }
}
@media screen and (max-device-width: 767px) and (-webkit-max-device-pixel-ratio: 2) {
  .pictures .slider-nav {
    display: none!important;
  }
}
.pictures .slider-nav .pic {
  max-width: 100px;
  height: 100px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pictures .slider-nav .pic img {
  height: auto;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-bottom: 100px;
  border: 1px solid #eee;
  padding: 1px;
}
.pagination .paginate_button {
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .paginate_button a {
  text-align: center;
  font-size: 1.125em;
  color: #666;
  width: 100%;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}
.pagination .paginate_button:hover a,
.pagination .paginate_button.active a {
  border-bottom: 2px solid #02aff6;
}
.price_links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.price_links a {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  padding: 10px;
}
.prcode {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.prcode code {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.category_description p,
.fulldescription p,
.content p {
  display: block!important;
  margin-top: 1em!important;
  margin-bottom: 1em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  line-height: 2em;
}
.category_description ul,
.fulldescription ul,
.content ul {
  display: block!important;
  list-style-type: disc!important;
  margin-top: 1em!important;
  margin-bottom: 1 em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  padding-left: 40px!important;
}
.category_description ul li,
.fulldescription ul li,
.content ul li {
  display: list-item !important;
  list-style: initial!important;
  line-height: 1em!important;
}
.category_description ul h1,
.fulldescription ul h1,
.content ul h1 {
  display: block!important;
  font-size: 2em!important;
  margin-top: 0.67em !important;
  margin-bottom: 0.67em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h2,
.fulldescription ul h2,
.content ul h2 {
  display: block!important;
  font-size: 1.5em !important;
  margin-top: 0.83em !important;
  margin-bottom: 0.83em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h3,
.fulldescription ul h3,
.content ul h3 {
  display: block!important;
  font-size: 1.17em !important;
  margin-top: 1em!important;
  margin-bottom: 1em!important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul h4,
.fulldescription ul h4,
.content ul h4 {
  display: block!important;
  margin-top: 1.33em !important;
  margin-bottom: 1.33em !important;
  margin-left: 0!important;
  margin-right: 0!important;
  font-weight: bold!important;
}
.category_description ul u,
.fulldescription ul u,
.content ul u {
  text-decoration: underline!important;
}
.category_description ul b,
.fulldescription ul b,
.content ul b,
.category_description ul strong,
.fulldescription ul strong,
.content ul strong {
  font-weight: bold!important;
}
.category_description ul cite,
.fulldescription ul cite,
.content ul cite,
.category_description ul i,
.fulldescription ul i,
.content ul i {
  font-style: italic!important;
}
.category_description ul strike,
.fulldescription ul strike,
.content ul strike {
  text-decoration: line-through !important;
}
