::-webkit-input-placeholder {
  color: #adadad;
  opacity: 1;
}
:-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
::-moz-placeholder {
  color: #adadad;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #adadad;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.single-custom .single-slide {
  -webkit-flex-basis: 33%;
  -moz-flex-basis: 33%;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  position: relative;
}
.single-custom .single-slide .gallery-top .swiper-slide {
  background: #000;
}
.single-custom .single-slide .gallery-top .swiper-slide img {
  display: block;
}
.single-custom .single-slide .gallery-thumbs {
  position: static;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 20px;
}
.single-custom .single-slide .gallery-thumbs .swiper-slide {
  width: 80px;
  height: 80px;
  background-size: cover;
}
.single-custom .single-slide .clors-pr {
  display: none;
}
.single-custom .single-slide .clors-pr.act {
  display: block;
}
.single-custom .summary {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.single-custom .summary .price span {
  font-weight: 100;
  color: #fff;
  font-size: 36px;
  margin-right: 7px;
}
.single-custom .summary .wc-tabs {
  display: none;
}
.single-custom .summary #tab-description h2 {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 25px;
  line-height: 18px;
}
.single-custom .summary table.variations {
  width: 65%;
}
.single-custom .summary table.variations tbody {
  width: 100%;
  display: block;
}
.single-custom .summary table.variations tbody tr {
  display: block;
}
.single-custom .summary table.variations tbody tr td.value {
  position: relative;
  display: block;
}
.single-custom .summary table.variations tbody tr td.value:before {
  content: '';
  position: absolute;
  top: 17px;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
.single-custom .summary table.variations select {
  background: transparent;
  padding: 0 17px;
  color: #fff !important;
  font-weight: 300;
  cursor: pointer;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-custom .summary table.variations select option {
  background: #360932;
  text-transform: uppercase;
}
.single-custom .summary table.variations .reset_variations {
  display: none !important;
}
.single-custom .summary .single_variation_wrap {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  margin-bottom: 10px;
}
.single-custom .summary .single_variation_wrap input[type="number"] {
  height: 40px;
  width: 100%;
  background: transparent;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 10px;
}
.single-custom .summary .single_variation_wrap .button {
  width: 100%;
  padding: 14px 15px;
  text-transform: uppercase;
}
.single-custom .related-prod {
  -webkit-flex-basis: 37%;
  -moz-flex-basis: 37%;
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  margin: 0 1% 0 0;
}
.single-custom .related-prod h2 {
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 5px 20px;
  margin-bottom: 20px;
  background: #000;
  font-weight: 300;
}
.single-custom .related-prod ul.products {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0;
}
.single-custom .related-prod ul.products:before {
  display: none;
}
.single-custom .related-prod ul.products:after {
  display: none;
}
.single-custom .related-prod ul.products li {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin: 0 0 10px;
}
.coc-bl {
  background: #b10073;
  background: -moz-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: -webkit-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: linear-gradient(to right, #b10073 0%, #d9008d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10073', endColorstr='#d9008d',GradientType=1);
}
.custom_login, .custom_register {
  margin: 0 auto;
  width: 400px;
  max-width: 96%;
  text-align: center;
}
.woocommerce form .form-row .required {
  display: inline-block;
  margin-left: 5px;
}
.log_reg {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.log_reg .login_block, .log_reg .register_block {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  text-align: center;
}
.woocommerce-password-strength.strong, .woocommerce-password-strength.good, .woocommerce-password-strength.bad, .woocommerce-password-strength.short {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  font-weight: 300 !important;
}
.page-id-18 .woocommerce form.login, .page-id-18 .woocommerce form.register {
  min-height: 340px;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-MyAccount-navigation ul li {
  line-height: 40px;
}
.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px rgba(176, 37, 187, 0), 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent, 0 0 20px transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  text-shadow: 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  text-shadow: 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px rgba(176, 37, 187, .87), 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de, 0 0 20px #ff00de;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border: transparent;
  background-color: transparent;
  color: #fff;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  text-transform: uppercase;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
  line-height: 18px;
}
.woocommerce .woocommerce-error strong, .woocommerce .woocommerce-info strong, .woocommerce .woocommerce-message strong {
  letter-spacing: 0.5px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
  display: none;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;
  display: inline-block;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}
#add_payment_method table.cart .product-thumbnail a, .woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a {
  display: inline-block;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#add_payment_method table.cart .product-thumbnail a:hover, .woocommerce-cart table.cart .product-thumbnail a:hover, .woocommerce-checkout table.cart .product-thumbnail a:hover {
  border: 5px solid rgba(207, 0, 135, 1);
}
.ms_scroll {
  margin: 0 auto;
  max-width: 100%;
  width: 1300px;
}
.woocommerce-info a {
  color: rgba(207, 0, 135, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.woocommerce-info a:hover {
  color: rgba(255, 255, 255, 1);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(207, 0, 135, 1);
  border-collapse: collapse;
  margin: 0 -1px 20px 0;
  text-align: center;
}
.cart-collaterals {
  margin: 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  max-width: 100% !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 500px;
  padding: 20px;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(207, 0, 135, 1);
  border-right: 1px solid rgba(207, 0, 135, 1);
}
.woocommerce table.shop_table td a {
  color: rgba(207, 0, 135, 1);
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce table.shop_table td a:hover {
  color: rgba(255, 255, 255, 1);
}
td.product-remove {
  width: 30px;
}
.woocommerce a.remove {
  color: rgba(207, 0, 135, 1) !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 28px !important;
  line-height: 31px;
  font-weight: 400;
  height: 30px;
  width: 30px;
}
.woocommerce a.remove:hover {
  color: rgba(207, 0, 135, 1) !important;
  background: #fff;
}
.woocommerce table.shop_table th {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.payment_method_braintree_paypal label, .payment_method_braintree_credit_card label {
  text-transform: uppercase;
}
.woocommerce-checkout .form-row > strong {
  text-transform: uppercase;
}
#add_payment_method #payment div.payment_box p, .woocommerce-cart #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box p {
  text-transform: uppercase;
}
payment_method_braintree_credit_card {
  text-transform: uppercase;
}
.woocommerce td.product-name dl.variation dt {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  margin: 0 10px 0 0;
}
.woocommerce td.product-name dl.variation dd {
  padding: 0;
  margin: 0;
}
.woocommerce td.product-name dl.variation dd p {
  padding: 0;
  color: rgba(207, 0, 135, 1);
}
.woocommerce table.shop_table td.product-price span {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
}
.woocommerce table.shop_table td.product-price span span {
  color: rgba(207, 0, 135, 1);
  margin-right: 10px;
}
.cart-subtotal span, .order-total span, .cart-subtotal .woocommerce-Price-amount, .order-total .woocommerce-Price-amount {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
}
.cart-subtotal span span, .order-total span span, .cart-subtotal .woocommerce-Price-amount span, .order-total .woocommerce-Price-amount span {
  color: rgba(207, 0, 135, 1);
  margin-right: 10px;
}
.woocommerce-Price-amount {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 400;
}
.woocommerce-Price-amount span {
  color: rgba(207, 0, 135, 1);
  margin-right: 10px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
  line-height: 1;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  line-height: 1;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 120px;
  background: transparent;
  border: 0;
  border: 1px solid rgba(207, 0, 135, 1);
  color: #fff !important;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
  height: 27px;
}
.select2-container .select2-choice {
  padding: 0 0 0 8px;
  border: 1px solid rgba(207, 0, 135, 1);
  color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-weight: 400;
  height: 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container .select2-choice > .select2-chosen {
  height: 39px;
  line-height: 37px;
}
.select2-container .select2-choice .select2-arrow b:after {
  border-top-color: #fff;
}
.select2-search input, .select2-search input:focus {
  border: 1px solid rgba(0, 0, 0, 1) !important;
  color: #000 !important;
}
.woocommerce table.shop_table tfoot th {
  border-right: 1px solid rgba(207, 0, 135, 1);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background: transparent;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  color: #fff;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  color: rgba(207, 0, 135, 1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#add_payment_method #payment .payment_method_paypal .about_paypal:hover, .woocommerce-cart #payment .payment_method_paypal .about_paypal:hover, .woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
  color: rgba(255, 255, 255, 1);
}
.woocommerce table.shop_table tfoot td {
  color: #fff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr th {
  border-right: 1px solid rgba(207, 0, 135, 1);
  border-bottom: 1px solid rgba(207, 0, 135, 1);
}
.woocommerce table.shop_table tbody:first-child tr td {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
address {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}
.woocommerce .order_details li strong {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 0;
}
.soc-bl {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.soc-bl div {
  padding: 24px 25px;
  background: #b10073;
  background: -moz-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: -webkit-linear-gradient(left, #b10073 0%, #d9008d 100%);
  background: linear-gradient(to right, #b10073 0%, #d9008d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b10073', endColorstr='#d9008d',GradientType=1);
}
.soc-bl a {
  width: 23px;
  height: 23px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.soc-bl a:before {
  font-size: 19px;
  color: #d9008d;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.soc-bl a:hover {
  opacity: 0.6;
}
.none_block.single-custom .summary {
  -webkit-flex-basis: 64%;
  -moz-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
}
.woocommerce .quantity .qty {
  padding: 0 2px;
}
.page-template-template-contact_us .top-page {
  margin: 0;
  max-width: 100%;
}
.contact-block {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.contact-block .info-contact {
  -webkit-flex-basis: 22%;
  -moz-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
}
.contact-block .form-contact {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background: #fff;
  padding: 65px 60px;
}
.contact-block .form-contact h2 {
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.contact-block .map-contact {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.contact-block .map-contact p {
  padding-bottom: 0;
}
.contact-block .map-contact iframe {
  width: 100%;
  min-height: 528px;
  display: block;
}
.wpcf7-form input[type=submit] {
  background: #cf0087;
  padding: 14px 50px;
  color: #fff;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.6;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=tel], .wpcf7-form input[type=password], .wpcf7-form input[type="number"], .wpcf7-form select, .wpcf7-form textarea {
  color: #000 !important;
  border: none;
  border-bottom: 1px solid rgba(207, 0, 135, 1);
  padding: 0;
}
.wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus, .wpcf7-form input[type=tel]:focus, .wpcf7-form input[type=password]:focus, .wpcf7-form textarea:focus, .wpcf7-form input[type="number"]:focus {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.single-product .message-box {
  margin: 0 0 10px 0% !important;
  width: 99% !important;
}
@media screen and (max-width: 1670px) {
  .message-box > div > span {
    animation: marquee 15s linear infinite;
    padding-left: 100%;
  }
  .page-site > article .scr-block-pl {
    margin: 50px 0 50px 0;
  }
}
@media screen and (max-width: 1670px) {
  footer .center-menu nav ul li a span {
    padding: 28px 10px;
  }
  footer .center-menu nav ul li a span:before {
    padding: 28px 10px;
  }
  footer .center-menu nav ul li a span:after {
    padding: 28px 10px;
  }
  .player-custom {
    width: 385px;
  }
  .page-site {
    padding-top: 40px;
  }
}
@media screen and (max-width: 1540px) {
  .category-links > ul > li.child > div, .category-links > ul > li.child a {
    font-size: 23px;
    margin-bottom: 13px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1420px) {
  .top-page .flex-filter .sort-filter select {
    width: 140px;
  }
}
@media screen and (max-width: 1370px) {
  footer .center-menu nav ul li a {
    font-size: 10px;
  }
  footer .menu span {
    font-size: 10px;
  }
  footer .center-menu {
    -webkit-flex-basis: 76%;
    -moz-flex-basis: 76%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
  }
  .player-custom {
    width: 330px;
    max-width: 100%;
  }
  footer {
    margin: 0 5px 5px 5px;
  }
  aside h2 {
    font-size: 19px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .contact-block .form-contact {
    padding: 30px 40px;
  }
  .contact-block .map-contact iframe {
    min-height: 460px;
  }
  .page-site > article .scr-block-pl {
    margin: 35px 0 35px 0;
  }
}
@media screen and (max-width: 1280px) {
  .single-custom .related-prod {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .single-custom .summary {
    -webkit-flex-basis: 64%;
    -moz-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
  }
  .single-custom .related-prod ul.products li {
    -webkit-flex-basis: 24%;
    -moz-flex-basis: 24%;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
  }
}
@media screen and (max-width: 1200px) {
  .scr-block .mCSB_container > .flex .form-contact h2 {
    font-size: 15px;
  }
  .scr-block .mCSB_container > .flex .info-contact {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
  .scr-block .mCSB_container > .flex .form-contact {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .scr-block .mCSB_container > .flex .map-contact {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1160px) {
  .top-page .flex-filter .sort-filter select {
    width: 100px;
    padding: 0 26px 0 10px;
  }
  .top-page > .flex .sort-filter select option {
    font-size: 8px;
  }
  .category-links > ul > li.child > div, .category-links > ul > li.child a {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
  .category-links > ul > li.child > ul > li.child div, .category-links > ul > li.child > ul > li.child a {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .message-box > div > span {
    font-size: 15px;
  }
  .page-site {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
    z-index: 9999;
    height: 50px;
    width: 100%;
    max-width: 98%;
  }
  header .menuopen {
    position: relative;
    top: 9px;
    z-index: 999;
    right: 0;
    display: block;
    background: #d9008d;
  }
  header .menuopen:before {
    content: 'MENU';
    color: #fff;
    position: absolute;
    left: -59px;
    top: 8px;
  }
  header nav {
    display: block;
    margin: 0 0 10px 1%;
    width: 98%;
    padding: 0 38px 0 0;
  }
  header nav ul {
    display: none;
    position: absolute;
    top: 48px;
    right: 46px;
    width: 150px;
    text-align: right;
    padding: 5px 5px;
    background: #000;
  }
  header nav ul li {
    padding-bottom: 5px;
  }
  header nav ul li:last-child {
    padding-bottom: 0;
  }
  header nav ul li a {
    background: #d9008d;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 4px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header nav ul li a:hover {
    background: #000;
  }
  header nav ul li.current-menu-item a {
    background: #000;
  }
  footer nav {
    display: none;
  }
  .player-custom {
    width: 100%;
  }
  footer .center-menu {
    flex: 1;
    padding: 0 3%;
  }
  footer .menu {
    margin-right: 20px;
    display: none;
  }
  .home main > div {
    width: 20%;
  }
  .home main > .home-logo {
    width: 120%;
    z-index: 999;
    left: 43%;
  }
  footer .center-menu nav {
    position: absolute;
    bottom: 66px;
    left: 0;
    width: 150px;
  }
  footer .center-menu nav ul {
    font-size: 0;
    background: #111;
  }
  footer .center-menu nav ul li {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid rgba(207, 0, 135, 1);
  }
  footer .center-menu nav ul li:last-child {
    border-bottom: none;
  }
  footer .center-menu nav ul li a span {
    padding: 5px 10px;
  }
  footer .center-menu nav ul li a span:before {
    padding: 5px 10px;
    -moz-transform: rotateX(0deg) translateZ(10px);
    -webkit-transform: rotateX(0deg) translateZ(10px);
    -o-transform: rotateX(0deg) translateZ(10px);
    transform: rotateX(0deg) translateZ(10px);
  }
  footer .center-menu nav ul li a span:after {
    padding: 5px 10px;
    -moz-transform: rotateX(-90deg) translateZ(10px);
    -webkit-transform: rotateX(-90deg) translateZ(10px);
    -o-transform: rotateX(-90deg) translateZ(10px);
    transform: rotateX(-90deg) translateZ(10px);
  }
  .woocommerce ul.products > li.product, .page-template-template-product ul.products > li.product {
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
  .page-site {
    max-width: 98%;
  }
  #video-player.player-custom {
    max-width: 100%;
  }
  .single-custom .single-slide {
    -webkit-flex-basis: 60%;
    -moz-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin: 0 auto;
  }
  .single-custom .summary {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .top-page {
    padding: 0 40px 0 0;
  }
  .message-box {
    padding: 4px 40px 4px 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-page .flex-filter h2 {
    margin-right: 5px;
    font-size: 15px;
  }
  .top-page > .flex .sort-filter select {
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .contact-block .info-contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .contact-block .form-contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .contact-block .map-contact {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .contact-block .map-contact iframe {
    min-height: 1px;
    height: 200px;
  }
  aside h2 {
    font-size: 16px;
  }
  .flex article {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-site > aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 50px;
    text-align: center;
    display: none;
  }
  .page-site > article .scr-block {
    height: auto !important;
  }
  .mCustomScrollbar {
    height: auto !important;
  }
  body {
    overflow: scroll;
  }
  body.home {
    overflow: hidden;
  }
  body.page, body.woocommerce-page, body.page-template:not(.page-template-template-player) {
    height: auto !important;
  }
  .single-custom .single-slide {
    margin: 0 auto 20px;
  }
  #tab-description > *, .justify-block > * {
    text-align: center;
  }
  h1 {
    padding-bottom: 20px;
  }
  .single-custom .summary > form {
    display: block;
  }
  .single-custom .summary table.variations {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  .single-custom .summary .single_variation_wrap {
    width: 300px;
    display: block;
    margin: 0 auto 10px;
  }
  .single-custom .related-prod h2 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }
  .single-product .sort-filter {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .single-product .sort-filter .woocommerce-message {
    margin: 10px 0 15px !important;
    line-height: 3;
    font-size: 11px;
  }
  .single-product .sort-filter .woocommerce-message a {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  .top-page {
    padding: 0 10px 0 0;
  }
  .message-box {
    padding: 4px 10px 4px 0;
  }
  header nav {
    padding: 0 9px 0 0;
  }
  header nav ul {
    right: 17px;
  }
}
@media screen and (max-width: 768px) {
  .top-page > .flex {
    -webkit-flex-basis: 360px;
    -moz-flex-basis: 360px;
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 0;
  }
  #video-player.player-custom .pages-number {
    margin-left: 30px;
  }
  .woocommerce table.shop_table td.product-remove {
    padding: 0;
    border-right: 1px solid rgba(207, 0, 135, 1);
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    color: #fff;
    font-weight: 400;
  }
  .cart_item .product-name {
    margin: 0;
  }
  .woocommerce table.shop_table td {
    border-bottom: none;
    border-right: none;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr th {
    width: 100%;
  }
  .woocommerce table.shop_table td[data-title="Shipping"] {
    border-bottom: 1px solid rgba(207, 0, 135, 1);
  }
  .wcppec-checkout-buttons__separator {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #video-player.player-custom .step-one .swiper-slide {
    width: 136px !important;
  }
  #video-player.player-custom .jp-video-full .jp-gui > .step-two-new {
    bottom: 110px;
    padding: 0px 20px;
  }
  #jp_video_1 {
    height: 80% !important;
  }
  .top-page > .flex {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .top-page .flex-filter {
    margin-bottom: 15px;
  }
  .top-page > .flex:last-child {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 640px) {
  .woocommerce ul.products > li.product, .page-template-template-product ul.products > li.product {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .single-custom .single-slide {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .soc-bl div {
    padding: 20px 10px;
  }
  footer .menu {
    margin: 10px;
  }
  .soc-bl {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .soc-bl div {
    padding: 5px 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .soc-bl a {
    width: 20px;
    height: 20px;
  }
  .soc-bl a:before {
    font-size: 15px;
  }
  .top-page {
    padding: 0 0px 0 0;
  }
  .message-box {
    padding: 4px 0 4px 0;
    width: 98.5%;
  }
  header nav {
    padding: 0 0 0 0;
    width: 98.5%;
  }
  header nav ul {
    right: 0px;
  }
}
@media screen and (max-width: 639px) {
  .player-custom {
    width: 100%;
    max-width: 95%;
    margin: 15px auto;
  }
  .player-custom .jp-interface .step-two {
    margin-left: 15px;
  }
  .top-page > .flex {
    -webkit-flex-basis: 100% !important;
    -moz-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
  .top-page .flex-filter > div {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .top-page .flex-filter .sort-filter > div {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .top-page .flex-filter h2 {
    width: 100%;
  }
  .top-page .flex-filter .sort-filter .sel_pr {
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }
  .top-page > .flex .sort-filter select {
    width: 100%;
    font-size: 12px;
  }
  .top-page > .flex .sort-filter form {
    width: 100%;
  }
  .page-site > article .scr-block {
    margin: 18px 0 0 0;
  }
  #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: 30px !important;
  }
}
@media screen and (max-width: 568px) {
  .home main > .home-logo {
    width: 150%;
    z-index: 999;
    left: 43%;
  }
  .woocommerce ul.products > li.product, .page-template-template-product ul.products > li.product {
    margin-bottom: 5px;
  }
  #video-player.player-custom .jp-interface .step-two {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
  #video-player.player-custom .step-full {
    margin-right: 10px;
  }
  #video-player.player-custom .pages-number {
    margin-left: 10px;
  }
  #video-player.player-custom .jp-interface {
    padding: 25px 10px;
  }
  #video-player.player-custom .pages-number span {
    font-size: 11px;
    margin: 0 2px;
  }
  #video-player.player-custom .jp-playlist ul li a {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .single-custom .summary table.variations select {
    font-size: 11px;
  }
}
@media screen and (width: 375px) and (height: 812px) {
  .page-site > article .scr-block-pl {
    margin: 60px 0 60px 0;
  }
}
