*:focus {
  outline: none;
}

.content ol li,
.content ul li,
.content p {
  font-size: 16px;
  line-height: 1.6em;
}
@media (max-width: 1024px) {
  .content ol li,
  .content ul li,
  .content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .content ol li,
  .content ul li,
  .content p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .content ol,
  .content ul {
    margin-left: 0;
  }
}

.single-product .mobile-add-to-cart {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #e4e4e4;
  padding: 10px;
}
.single-product .mobile-add-to-cart a {
  width: 99%;
  display: block;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  height: 40px;
  margin: 0 auto;
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-size: 21px;
  line-height: 40px;
}
.single-product .mobile-add-to-cart a:hover, .single-product .mobile-add-to-cart a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .single-product .mobile-add-to-cart {
    display: block;
  }
}
@media (max-width: 480px) {
  .single-product .variations select {
    width: 150px;
  }
}

.tax-product_cat .home .trust {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .tax-product_cat .home .trust {
    padding-bottom: 10px;
  }
}
.tax-product_cat section.content {
  padding-bottom: 60px;
}
.tax-product_cat .slider-categorii {
  margin-bottom: 54px;
}
.tax-product_cat .slider-categorii .show-vc {
  display: block !important;
}
.tax-product_cat .slider-categorii .hide-vc {
  display: none !important;
}
.tax-product_cat .slider-categorii .owl-carousel .item {
  display: none;
}
.tax-product_cat .slider-categorii .owl-carousel.owl-loaded .item {
  display: block;
}
.tax-product_cat .slider-categorii a {
  display: block;
  position: relative;
}
.tax-product_cat .slider-categorii a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
}
.tax-product_cat .slider-categorii a .overlay .name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.tax-product_cat .slider-categorii a .overlay .name span {
  color: #fff;
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.22;
  display: block;
  max-width: 77%;
}
@media (max-width: 840px) {
  .tax-product_cat .slider-categorii a .overlay .name span {
    font-size: 20px;
    line-height: 1em;
  }
}
@media (max-width: 567px) {
  .tax-product_cat .slider-categorii a .overlay .name span {
    font-size: 16px;
  }
}
.tax-product_cat .slider-categorii .current .overlay {
  background: none;
}
.tax-product_cat .slider-categorii .current a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 13px 19px;
  border-color: transparent transparent #ffffff transparent;
}
.tax-product_cat .slider-categorii .owl-next {
  color: transparent !important;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border-color: #363636 !important;
  top: 0;
  opacity: 0.5;
}
.tax-product_cat .slider-categorii .owl-next:after {
  content: url(../images/owl-next-sc.svg);
  width: 7px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 3px;
}
@media (max-width: 840px) {
  .tax-product_cat .slider-categorii .owl-next {
    display: inline-block;
    margin-top: 30px;
  }
}
.tax-product_cat .slider-categorii .owl-prev {
  color: transparent !important;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  border-color: #363636 !important;
  top: 0;
  opacity: 0.5;
}
.tax-product_cat .slider-categorii .owl-prev:after {
  content: url(../images/owl-prev-sc.svg);
  width: 7px;
  height: 12px;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 3px;
}
@media (max-width: 840px) {
  .tax-product_cat .slider-categorii .owl-prev {
    display: inline-block;
    margin-top: 30px;
  }
}
@media (max-width: 840px) {
  .tax-product_cat .slider-categorii {
    margin-bottom: 30px;
  }
}

.woocommerce-billing-fields__field-wrapper .select2-container {
  margin-bottom: 5px;
}

.woocommerce-shipping-fields__field-wrapper .select2-container {
  margin-bottom: 5px;
}

.woocommerce-checkout .col-1 .gray:first-child .form {
  padding-top: 19px !important;
}
.woocommerce-checkout .col-1 .gray:last-child {
  padding-bottom: 13px !important;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-checkout .cod-cupon td {
  padding-bottom: 10px !important;
  text-align: left !important;
}
.woocommerce-checkout .cod-cupon input {
  border: 1px solid #000;
  border-radius: 3px;
  height: 26px;
  width: 130px;
  margin-right: 5px;
  padding: 0 5px;
}
.woocommerce-checkout .cod-cupon a {
  display: inline-block;
  background-color: #bc0831;
  height: 26px;
  vertical-align: top;
  border-radius: 3px;
  color: #fff;
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  width: 60px;
  text-align: center;
  line-height: 26px;
  font-size: 15px;
}
.woocommerce-checkout .cod-cupon a:focus, .woocommerce-checkout .cod-cupon a:hover {
  text-decoration: none;
}
.woocommerce-checkout .woocommerce-info + .gray + .woocommerce-info {
  display: none;
}

.logged-in .checkout_page .woocommerce-info {
  display: none;
}

.woocommerce-MyAccount-content .col-2.woocommerce-Address {
  display: none;
}

.flex-footer-cards {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex-footer-cards {
    display: block;
    text-align: center;
  }
}

.footer-bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.grid-item.grid-item--width02 {
  width: 50%;
}

.grid-item.grid-item--height02 {
  height: 460px;
}
@media (max-width: 1024px) {
  .grid-item.grid-item--height02 {
    height: 360px;
  }
}
@media (max-width: 560px) {
  .grid-item.grid-item--height02 {
    height: 450px;
  }
}

@media (max-width: 1024px) {
  .categories_masonry_style .big-link {
    padding-top: 30px;
  }
}

.grid-normal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .container {
    width: 96%;
  }
}

@media (max-width: 1024px) {
  body > header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  body > header .container {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body > header .center_btns {
    text-align: left;
  }
}
@media (max-width: 768px) {
  body > header .center_btns {
    width: 28%;
  }
}

@media (max-width: 1024px) {
  body > header .center_btns img {
    max-width: 165px;
  }
}
@media (max-width: 768px) {
  body > header .center_btns img {
    max-width: 140px;
  }
}
@media (max-width: 560px) {
  body > header .center_btns img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  body > header .center_btns a.logo {
    margin-left: 0;
  }
}

.red_menu ul.categories li {
  margin-top: 15px;
  margin-bottom: 20px;
}
.red_menu ul.categories li a {
  font-size: 19px;
  line-height: 1.3em;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 1024px) {
  .red_menu ul.categories li a {
    font-family: "Hind";
    font-size: 13px;
    line-height: 1.4em;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
}
@media (max-width: 768px) {
  .red_menu ul.categories li a {
    font-size: 12px;
  }
}
.red_menu ul.categories li a:hover {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .red_menu ul.menu_2 li a {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (max-width: 768px) {
  .red_menu ul.menu_2 li a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .red_menu ul.menu_2 li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .inscriere {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.red_menu h2 {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .red_menu h2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.3em;
  }
}

@media (max-width: 1024px) {
  .red_vertical_line {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hero {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .hero {
    padding-top: 125px;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    margin-top: 0;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 30px;
  }
}
@media (max-width: 560px) {
  .hero h1 {
    font-size: 22px;
    line-height: 1.4em;
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .link {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .link {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .link {
    font-size: 16px;
  }
}

@media (max-width: 1024px) {
  .red_menu ul.categories li {
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  }
}

footer ul li a,
footer .text-newsletter {
  font-size: 14px;
}
@media (max-width: 1024px) {
  footer ul li a,
  footer .text-newsletter {
    font-size: 13px;
    line-height: 1.8em;
  }
}
footer ul li a:hover,
footer .text-newsletter:hover {
  text-decoration: none;
}

footer .copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .copyright span {
    width: 100%;
    text-align: center;
    margin: 16px 0;
    font-size: 13px;
  }
}
@media (max-width: 1024px) {
  footer .copyright .required-logos {
    width: 100%;
    text-align: center;
  }
}
footer .copyright .logs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  footer .copyright .logs {
    justify-content: center;
  }
}
footer .copyright .logs .item {
  margin-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media (max-width: 1024px) {
  footer .copyright .logs .item {
    margin-left: 3px;
    margin-right: 3px;
  }
}
footer .copyright .logs img {
  max-width: 146px;
  margin-bottom: 0;
}
@media (max-width: 1100px) {
  footer .copyright .logs img {
    max-width: 120px;
  }
}
footer .logo-footer img {
  margin-bottom: 9px;
  max-width: 250px;
}
@media (max-width: 1100px) {
  footer .logo-footer img {
    max-width: 204px;
  }
}
@media (max-width: 768px) {
  footer .logo-footer img {
    max-width: 174px;
  }
}
@media (max-width: 1024px) {
  footer ul.sidebar_social {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  footer ul.sidebar_social li {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media (max-width: 1024px) {
  footer ul.sidebar_social li a {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 38px;
  }
}
@media (max-width: 768px) {
  footer ul.sidebar_social li a {
    width: 34px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  footer .first-box {
    text-align: center;
  }
}
@media (max-width: 768px) {
  footer .footer-link {
    text-align: center;
  }
}
@media (max-width: 420px) {
  footer .footer-link {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer .footer-link h4 {
    line-height: 1.6em;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  footer form input[type=text],
  footer form input[type=email] {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  #back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9;
  }
}

@media (max-width: 768px) {
  body > header .left_btns img,
  body > header .right_btns img {
    height: 30px;
  }
}
@media (max-width: 560px) {
  body > header .left_btns img,
  body > header .right_btns img {
    height: 25px;
  }
}

@media (max-width: 480px) {
  body > header .user_menu_header_parent a {
    margin-left: 6px;
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  body > header .burger_bar {
    width: 23px;
    height: 1px;
  }
}
@media (max-width: 768px) {
  body > header .burger_middle_bar {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  body > header .burger_btn.hidden-lg {
    height: 44px;
    padding-top: 15px;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .inscriere input[type=email],
  .search-box-header input[type=text] {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .categories_masonry_style .circle_arrow_after {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .categories_masonry_style .circle_arrow_after:after {
    margin-top: 3px;
  }
}

@media (max-width: 768px) {
  .home .trust .slides div ul li span {
    font-size: 14px;
    line-height: 1.3em;
  }
}

.product a.add_to_cart_btn:before,
.detalii_produs .add_to_cart_btn:before {
  margin-top: 0px;
  width: 13px;
  height: 18px;
}

@media (max-width: 768px) {
  .product a.add_to_cart_btn {
    font-size: 17px;
  }
}

.sidebar_padding_helper .widget_product_categories li {
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .sidebar_padding_helper .widget_product_categories li {
    font-size: 14px !important;
  }
}
.sidebar_padding_helper .widget_product_categories li a {
  font-size: 15px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .sidebar_padding_helper .widget_product_categories li a {
    font-size: 14px !important;
  }
}
.sidebar_padding_helper .widget_product_categories li span {
  font-size: 15px;
  line-height: 1em;
}
@media (max-width: 768px) {
  .sidebar_padding_helper .widget_product_categories li span {
    font-size: 14px !important;
  }
}

#breadcrumbs {
  font-size: 15px;
}
@media (max-width: 1024px) {
  #breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  #breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 1024px) {
  #breadcrumbs i.fa-angle-right {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  #breadcrumbs i.fa-angle-right {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 768px) {
  .product h2 {
    font-size: 17px;
    line-height: 1em;
    height: auto;
    margin-top: 15px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .product h2 span {
    line-height: 1.2em;
  }
}

@media (max-width: 768px) {
  .product .price {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .product .price * {
    font-size: 17px;
  }
}

.sidebar h3 {
  line-height: 1.6em;
}

@media (max-width: 768px) {
  label.nou {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .sorting p {
    font-size: 13px;
    line-height: 1.4em;
    margin-right: 0;
  }
}

@media (max-width: 414px) {
  .sorting br {
    display: block !important;
  }
}

.n-popup .n-popup-inner p {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.n-popup .n-popup-inner input[type=submit] {
  font-size: 19px;
}

.n-popup .n-popup-inner input[type=email] {
  font-size: 15px;
}

body .wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  body .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
  }
}

body .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
  color: #fff;
  background: #46b450;
}

body .wpcf7 form.failed .wpcf7-response-output,
body .wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
  background: #dc3232;
}

body .wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
  background: #f56e28;
}

body .wpcf7 form.invalid .wpcf7-response-output,
body .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
  background: #ffb900;
}

.gray form textarea {
  height: 120px;
}
@media (max-width: 768px) {
  .gray form textarea {
    height: 100px;
  }
}

body .wpcf7-not-valid-tip {
  display: none !important;
}

body .wpcf7-not-valid {
  border: 1px solid red !important;
}

@media (max-width: 768px) {
  .gray form input[type=color],
  .gray form input[type=date],
  .gray form input[type=datetime],
  .gray form input[type=datetime-local],
  .gray form input[type=email],
  .gray form input[type=month],
  .gray form input[type=number],
  .gray form input[type=password],
  .gray form input[type=search],
  .gray form input[type=tel],
  .gray form input[type=text],
  .gray form input[type=time],
  .gray form input[type=url],
  .gray form input[type=week],
  .gray form select,
  .gray .form input[type=color],
  .gray .form input[type=date],
  .gray .form input[type=datetime],
  .gray .form input[type=datetime-local],
  .gray .form input[type=email],
  .gray .form input[type=month],
  .gray .form input[type=number],
  .gray .form input[type=password],
  .gray .form input[type=search],
  .gray .form input[type=tel],
  .gray .form input[type=text],
  .gray .form input[type=time],
  .gray .form input[type=url],
  .gray .form input[type=week],
  .gray .form select,
  form.aplica_voucher input[type=text],
  form.aplica_voucher input[type=number] {
    font-size: 15px;
    line-height: 1.6em;
  }
}

@media (max-width: 768px) {
  .gray form .hand_written.red_bg,
  .gray .form .hand_written.red_bg {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.6em;
  }
}

@media (max-width: 768px) {
  .gray form,
  .gray .form {
    padding: 0 !important;
    border: none;
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .content h1,
  .my-account-content h2.like_h1 {
    font-size: 27px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
}

.trust-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .trust-mobile {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .trust-desktop {
    display: none !important;
  }
}

.newsletter-text {
  margin-bottom: 15px;
}
.newsletter-text * {
  text-align: left !important;
}
@media (max-width: 768px) {
  .newsletter-text * {
    text-align: center !important;
  }
}
.newsletter-text p {
  font-size: 14px;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .newsletter-text p {
    font-size: 13px;
    margin: 5px auto;
  }
}
.newsletter-text h4 {
  margin-top: 0;
}

.mc-embedded-subscribe-form .status,
.mc-form-footer .status {
  font-size: 14px;
}
.mc-embedded-subscribe-form .status .green,
.mc-form-footer .status .green {
  background: #0ca465;
  display: inline-block;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
}
@media (max-width: 1024px) {
  .mc-embedded-subscribe-form .status .green,
  .mc-form-footer .status .green {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mc-embedded-subscribe-form .status .green,
  .mc-form-footer .status .green {
    font-size: 12px;
  }
}
.mc-embedded-subscribe-form .status .red,
.mc-form-footer .status .red {
  display: inline-block;
  width: 100%;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  background: red;
}
@media (max-width: 1024px) {
  .mc-embedded-subscribe-form .status .red,
  .mc-form-footer .status .red {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mc-embedded-subscribe-form .status .red,
  .mc-form-footer .status .red {
    font-size: 12px;
  }
}

.single-product .embed-wrap iframe {
  margin-bottom: 20px;
}

.single-product .reviews-carousel {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-product .reviews-carousel {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .featured_products_wrap {
    padding: 0;
  }
}

.gri_drop_shadow {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+100 */
  background: linear-gradient(to bottom, rgb(249, 249, 249) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 0px -17px 15px 1px rgba(0, 0, 0, 0.07);
}
@media (max-width: 768px) {
  .gri_drop_shadow {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.gri_drop_shadow .text_center h2 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .gri_drop_shadow .text_center h2 {
    font-size: 25px;
  }
}
.gri_drop_shadow .ftd_product {
  padding-left: 8px;
  padding-right: 8px;
}
.gri_drop_shadow .ftd_product .product {
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.07);
}

.single-product #featured_products .owl-nav .owl-prev {
  left: -45px;
}
@media (max-width: 768px) {
  .single-product #featured_products .owl-nav .owl-prev {
    left: -15px;
    background: #fff;
  }
}

.single-product #featured_products .owl-nav .owl-next {
  right: -45px;
}
@media (max-width: 768px) {
  .single-product #featured_products .owl-nav .owl-next {
    right: -15px;
    background: #fff;
  }
}

.hero_subcateg h1 a {
  font-size: inherit;
}

@media (max-width: 768px) {
  #galerie_produs {
    max-width: 350px;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width: 768px) {
  .single-product .owl-nav .owl-next {
    right: -65px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .single-product .owl-nav .owl-next {
    right: -15px;
  }
}

@media (max-width: 768px) {
  .single-product .owl-nav .owl-prev {
    left: -65px;
    background: #fff;
  }
}
@media (max-width: 480px) {
  .single-product .owl-nav .owl-prev {
    left: -15px;
  }
}

@media (max-width: 768px) {
  .detalii_produs h2 {
    font-size: 29px;
    line-height: 1.2em;
  }
}
@media (max-width: 560px) {
  .detalii_produs h2 {
    font-size: 25px;
  }
}

@media (max-width: 560px) {
  .detalii_produs .stock p {
    margin-bottom: 5px;
  }
}

@media (max-width: 768px) {
  .detalii_produs .price {
    font-size: 25px;
    line-height: 1.6em;
  }
}

@media (max-width: 768px) {
  .single-product .detalii_produs .add_to_cart_btn {
    float: left;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .single-product .share ul.sidebar_social li {
    margin-right: 6px;
  }
}
@media (max-width: 768px) {
  .single-product .share ul.sidebar_social li a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media (max-width: 768px) {
  .single-product .share ul.sidebar_social li a img {
    height: 15px;
  }
}

.single-product .mobile-add-to-cart {
  padding: 15px;
}
.single-product .mobile-add-to-cart a {
  background-color: #bc0931;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

#payment ul.payment_methods .euplatesc {
  max-width: 180px !important;
}

.checkout-single-item .info {
  text-align: left;
}

.checkout-single-item h4 {
  font-size: 16px;
  line-height: 1.2em;
  text-align: left;
}
.checkout-single-item h4 a {
  font-size: inherit;
  line-height: inherit;
}

.checkout-single-item .info .quantity-wrapper {
  width: 100%;
}

.checkout-single-item .info .quantity-wrapper label {
  font-size: 14px;
  line-height: 1.6em;
}

.checkout-single-item .info .quantity-wrapper .quantity input {
  font-size: 15px;
}

.woocommerce-checkout h3 {
  margin-bottom: 10px;
  font-size: 23px;
  margin-top: 0;
}

#billing_address_2_field {
  display: none !important;
}

body > header.checkout {
  text-align: center;
}
body > header.checkout .col-md-6 {
  width: 100% !important;
}

div#mailchimp-gdpr-fields {
  padding: 10px 3px;
}
div#mailchimp-gdpr-fields p {
  font-size: 15px;
  margin-bottom: 0;
}
div#mailchimp-gdpr-fields label.mailchimp_woocommerce_gdpr_label,
div#mailchimp-gdpr-fields label.inline {
  display: inline-block;
  width: 100%;
  line-height: 1em;
}
div#mailchimp-gdpr-fields label.mailchimp_woocommerce_gdpr_label span,
div#mailchimp-gdpr-fields label.inline span {
  line-height: 1em;
  padding-left: 11px;
  display: inline-block;
  top: -2px;
  position: relative;
}
div#mailchimp-gdpr-fields label.mailchimp_woocommerce_gdpr_label {
  width: calc(100% - 19px);
}

.user_menu_header_popup .table_cell img,
.user_menu_header_popup .table_cell.img {
  width: 34px;
}

.user_menu_header_popup .table_cell p {
  font-size: 14px;
  margin-bottom: 0;
  color: #4b4140;
}

.user_menu_header_popup .table_cell span {
  font-size: 15px;
  line-height: 1.2em;
  margin-top: 0;
}

.user_menu_header_menu li a {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.7em;
}

.user_menu_header_popup {
  width: 260px;
}

.user_menu_header_menu li a:hover {
  background: transparent;
  opacity: 0.7;
}

@media (max-width: 599px) {
  .categories_masonry_style {
    padding-top: 10px;
  }
}

.grid-products .grid-sizer {
  width: 33.33%;
}
@media (max-width: 991px) {
  .grid-products .grid-sizer {
    width: 50%;
  }
}
.grid-products .grid-item.grid-item--width02 {
  width: 33.33%;
}
@media (max-width: 991px) {
  .grid-products .grid-item.grid-item--width02 {
    width: 50%;
  }
}
.grid-products .grid-item.grid-item--height02 {
  height: 650px;
}
@media (max-width: 768px) {
  .grid-products .grid-item.grid-item--height02 {
    height: 450px;
  }
}
@media (max-width: 599px) {
  .grid-products .grid-item.grid-item--height02 {
    height: 550px;
  }
}
.grid-products .grid-item.grid-item--width01 {
  width: 33.33%;
}
@media (max-width: 991px) {
  .grid-products .grid-item.grid-item--width01 {
    width: 50%;
  }
}
.grid-products .grid-item.grid-item--height01 {
  height: 325px;
}
@media (max-width: 768px) {
  .grid-products .grid-item.grid-item--height01 {
    height: 225px;
  }
}
@media (max-width: 599px) {
  .grid-products .grid-item.grid-item--height01 {
    height: 550px;
  }
}
.grid-products .grid-item a {
  position: relative;
  padding: 0 !important;
}
.grid-products .grid-item a:hover .text-over {
  color: #e30330;
}
.grid-products .grid-item a:hover .title {
  color: #e30330;
}
.grid-products .grid-item a:hover .price {
  color: #e30330;
}
.grid-products .grid-item a,
.grid-products .grid-item .ftd_product {
  width: 100%;
  height: 100%;
}
.grid-products .grid-item .cover {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.grid-products .grid-item .cover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.grid-products .grid-item .text-over {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 20px;
}
.grid-products .grid-item .text-over .price {
  transition: all 0.3s;
}
.grid-products .grid-item .text-over .title {
  color: #fff;
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .grid-products .grid-item .text-over .title {
    font-size: 18px;
  }
}
@media (max-width: 560px) {
  .grid-products .grid-item .text-over .title {
    font-size: 15px;
  }
}

.shopping_bag_header_popup .hand_written {
  font-size: 18px;
}

.shopping_bag_header_parent .label-livrare,
.shopping_bag_header_parent .label-vama {
  font-size: 12px;
}

.edit-account label[for=mailchimp_woocommerce_is_subscribed],
.edit-account label[for=mailchimp_woocommerce_is_unsubscribed],
.edit-account label[for=mailchimp_woocommerce_is_transactional] {
  display: inline-block;
  width: 100%;
  line-height: 1em;
}
.edit-account label[for=mailchimp_woocommerce_is_subscribed] input[type=radio],
.edit-account label[for=mailchimp_woocommerce_is_unsubscribed] input[type=radio],
.edit-account label[for=mailchimp_woocommerce_is_transactional] input[type=radio] {
  line-height: 1em;
  padding-left: 5px;
  display: inline-block;
  top: 2px;
  position: relative;
  margin-right: 6px;
}
.edit-account div#mailchimp-gdpr-fields {
  padding: 8px 0;
}
.edit-account div#mailchimp-gdpr-fields p:not(:empty) {
  margin-bottom: 10px;
}
.edit-account div#mailchimp-gdpr-fields label {
  margin-top: 5px;
  margin-bottom: 5px;
}
.edit-account p:empty {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .sidebar_my_account ul li a span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sidebar_my_account ul li a span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .sidebar_my_account h4 {
    font-size: 19px;
    margin-top: 0;
  }
}

.comenzile_mele tbody tr td.column-order-actions a {
  margin-bottom: 3px;
  margin-top: 3px;
}

#breadcrumbs a {
  text-decoration: none;
}

body.woocommerce-order-pay #order_review {
  max-width: 500px;
}
body.woocommerce-order-pay #order_review table.shop_table tfoot th {
  padding-left: 15px;
}
body.woocommerce-order-pay #order_review #payment {
  margin-top: 20px;
}
body.woocommerce-order-pay #order_review #payment ul.payment_methods li input {
  top: 5px;
}
body.woocommerce-order-pay #order_review button#place_order {
  float: none;
  width: 100%;
  background: #e30330;
  padding: 13px;
  text-transform: uppercase;
}

.temp-section {
  height: 100px;
  display: inline-block;
}
@media (max-width: 991px) {
  .temp-section {
    height: 70px;
  }
}
@media (max-width: 768px) {
  .temp-section {
    height: 20px;
  }
}

.user_menu_header_popup:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 22px;
  margin-left: -5px;
  border-width: 0 7px 10px 7px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

@media (max-width: 768px) {
  .user_menu_header_popup {
    left: calc(100% - 350px);
    top: 52px;
  }
}
@media (max-width: 560px) {
  .user_menu_header_popup {
    left: calc(100% - 274px);
    width: 200px;
    top: 52px;
  }
}
@media (max-width: 420px) {
  .user_menu_header_popup {
    left: calc(100% - 256px);
  }
}

.keep_in_touch form input[type=submit],
.hand_written.red_bg {
  padding: 14px 24px;
}
@media (max-width: 991px) {
  .keep_in_touch form input[type=submit],
  .hand_written.red_bg {
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .keep_in_touch form input[type=submit],
  .hand_written.red_bg {
    font-size: 14px;
    line-height: 23px;
  }
}

.error404 .hero h2,
.error404 .hero h2.h2_style_30 {
  margin-bottom: 30px !important;
}
@media (max-width: 991px) {
  .error404 .hero h2,
  .error404 .hero h2.h2_style_30 {
    font-size: 25px;
    line-height: 1.3em;
  }
}
@media (max-width: 768px) {
  .error404 .hero h2,
  .error404 .hero h2.h2_style_30 {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .error404 .hero h2,
  .error404 .hero h2.h2_style_30 {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .error404 .centered_column {
    margin-bottom: 50px;
  }
}

body div.nsl-container.nsl-container-block .nsl-container-buttons {
  display: block;
}

body div.nsl-container div.nsl-container-buttons a[data-plugin=nsl] {
  width: 320px !important;
  display: block !important;
  margin: 0 auto;
}

body > header .hand_written.red_bg {
  padding: 7px 18px;
  font-size: 18px;
}

.single-product .detalii_produs .add_to_cart_btn {
  float: left;
}

body .woocommerce-password-strength {
  display: none !important;
  font-weight: 600;
  font-size: 13px;
}

body #add_payment_method .checkout .create-account small,
body.woocommerce-cart .checkout .create-account small,
body.woocommerce-checkout .checkout .create-account small {
  line-height: 1em;
  text-align: center;
  padding: 10px;
  font-style: italic;
  display: none !important;
}

.only-fields-form {
  max-width: 450px;
}
.only-fields-form .form-row-button {
  margin-top: 15px;
  margin-bottom: 15px;
}
.only-fields-form .form-row-button .inline {
  width: 100%;
  display: block !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
.only-fields-form .form-row-button input[type=checkbox] {
  position: relative;
  top: 2px;
}
.only-fields-form .form-row-button .button {
  padding: 4px 21px !important;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  .only-fields-form .form-row-button .button {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  .inner-login-form {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .woocommerce-form-login p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  body.woocommerce-checkout .gray .form {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 15px;
  }
}

.woocommerce form .only-fields-form .form-row-first,
.woocommerce form .only-fields-form .form-row-last,
.woocommerce-page form .only-fields-form .form-row-first,
.woocommerce-page form .only-fields-form .form-row-last {
  width: 100% !important;
}

body.woocommerce-lost-password .gray {
  max-width: 550px;
  display: block;
  margin: 80px auto 20px auto;
  text-align: center;
}
body.woocommerce-lost-password .gray .woocommerce-form-row--first,
body.woocommerce-lost-password .gray .woocommerce-form-row--last {
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
body.woocommerce-lost-password .gray .button {
  padding: 4px 21px !important;
  font-size: 20px !important;
}
@media (max-width: 768px) {
  body.woocommerce-lost-password .gray .button {
    font-size: 17px !important;
  }
}

@media (max-width: 768px) {
  body > header a {
    margin-left: 6px;
    margin-right: 6px;
  }
}

.wrap-btn {
  padding-top: 40px;
  text-align: center;
}
.wrap-btn .red-btn {
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: #bc0831;
  padding: 14px 24px;
  border-radius: 5px;
  margin-left: 9px;
  margin-right: 9px;
  vertical-align: top;
  transition: all 0.3s;
  border: none;
}
.wrap-btn .red-btn:hover {
  background: #a6072c;
  text-decoration: none;
  color: #fff;
}

body #cookie-notice .cn-button {
  color: #fff;
  padding: 4px 10px;
  font-family: "Hind", sans-serif;
}
body #cookie-notice .cn-button:hover {
  text-decoration: none;
  background: #a6072c;
}

body #cn-notice-text {
  font-family: "Hind", sans-serif;
}

@media (max-width: 560px) {
  body .woocommerce-store-notice {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

@media (max-width: 768px) {
  body #cn-notice-text {
    font-size: 12px;
    line-height: 1.3em;
  }
}

@media (max-width: 768px) {
  body #cookie-notice .cn-button {
    font-size: 12px;
  }
}

html .woocommerce-checkout .place-order,
html .woocommerce-checkout .woocommerce-shipping-fields,
html .checkout_page .woocommerce-additional-fields,
html #order_comments_field {
  display: block !important;
}

form.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
form.woocommerce-checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-checkout .checkout-left {
  width: 65%;
  padding-right: 20px;
}
@media (max-width: 900px) {
  .woocommerce-checkout .checkout-left {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .checkout-left {
    width: 100%;
    padding-right: 0;
  }
}

.woocommerce-checkout .checkout-right {
  width: 35%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .woocommerce-checkout .checkout-right {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .checkout-right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

.woocommerce-checkout .checkout-left .gray,
.woocommerce-checkout .checkout-right .gray {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.07);
  padding: 24px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .checkout-left .gray,
  .woocommerce-checkout .checkout-right .gray {
    padding: 20px;
  }
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border: 1px solid #a8a8a8;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .woocommerce form .form-row input.input-text,
  .woocommerce form .form-row textarea,
  .woocommerce form .form-row select {
    font-size: 14px !important;
  }
}

.woocommerce form .form-row label {
  font-weight: 400;
  font-size: 15px;
}
@media (max-width: 768px) {
  .woocommerce form .form-row label {
    font-size: 14px;
  }
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background: #bc0931;
  width: 100%;
  float: none;
  padding: 12px;
  text-transform: uppercase;
}
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: #9c0b2c;
}

.woocommerce-checkout-payment .title-line {
  font-size: 23px;
  font-family: "ZingScriptRustSBBaseG", sans-serif;
}

.woocommerce-checkout #payment {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  border-top: 1px solid #dfdfdd;
  border-radius: 0;
  padding-top: 21px;
}

.woocommerce-checkout .woocommerce-info {
  font-size: 15px;
  border-top: none;
  background: #f3f3f3;
}
.woocommerce-checkout .woocommerce-info:before {
  color: #bc0931;
}
.woocommerce-checkout .woocommerce-info a {
  color: #bc0931;
  text-decoration: underline;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 1em 0;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 1em 0;
}

#tip_persoana_field {
  clear: both;
}

#ship-to-different-address {
  margin-left: 22px;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #ship-to-different-address {
    font-size: 14px;
  }
}
#ship-to-different-address strong {
  font-weight: 400;
}
#ship-to-different-address label {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4em;
  font-weight: 400;
}
#ship-to-different-address span {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
  }
}

.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
  padding: 9px 0;
}

.woocommerce-checkout .woocommerce table.shop_table th:last-child,
.woocommerce-checkout .woocommerce table.shop_table td:last-child {
  text-align: right;
}

.acceptance-terms label {
  width: 100%;
  text-align: left;
}

.woocommerce-checkout #payment ul.payment_methods li input {
  top: 7px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name {
  position: relative;
  padding-left: 21px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name .to-remove {
  position: absolute;
  left: 0;
  top: 9px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name .to-remove a.remove {
  text-align: left;
  font-weight: 400;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td.product-name .to-remove a.remove:hover {
  color: red !important;
  background: none;
}

.banner-top-box {
  padding: 15px;
}
@media screen and (max-width: 640px) {
  .banner-top-box {
    padding: 10px;
  }
}

.banner-top-left {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 1170px) {
  .banner-top-left {
    left: -40px;
  }
}
@media screen and (max-width: 960px) {
  .banner-top-left {
    left: -20px;
  }
}
@media screen and (max-width: 420px) {
  .banner-top-left {
    width: 70px;
    display: flex;
    align-items: flex-end;
  }
}

.banner-top-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 1170px) {
  .banner-top-right {
    right: -40px;
  }
}
@media screen and (max-width: 960px) {
  .banner-top-right {
    right: -20px;
  }
}
@media screen and (max-width: 420px) {
  .banner-top-right {
    width: 60px;
    display: flex;
    align-items: flex-end;
  }
}

.banner-box,
.banner-top {
  background: rgb(71, 15, 0);
  background: linear-gradient(61deg, rgb(71, 15, 0) 0%, rgb(187, 6, 47) 100%);
  position: relative;
  overflow: hidden;
}

.banner-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 66;
}
.banner-top img {
  max-width: 100%;
  max-height: 100%;
}
.banner-top .container {
  position: relative;
}

.admin-bar .banner-top {
  top: 32px;
}

.banner-top-text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .banner-top-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner-top-text p {
  color: white;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.banner-top-text p.title {
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .banner-top-text p.title {
    font-size: 16px;
  }
}
@media screen and (max-width: 420px) {
  .banner-top-text p.title {
    font-size: 14px;
  }
}
.banner-top-text p.text {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .banner-top-text p.text {
    font-size: 12px;
  }
}

.banner-box-left {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media screen and (max-width: 1170px) {
  .banner-box-left {
    left: 0;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .banner-box-left {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .banner-box-left {
    width: 100%;
    text-align: center;
    height: 200px;
  }
}
.banner-box-left img {
  max-height: 100%;
}

.banner-box-right {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 1170px) {
  .banner-box-right {
    right: 0;
    width: 30%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .banner-box-right {
    display: none;
  }
}

.banner-flakes {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-text {
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media screen and (max-width: 1170px) {
  .banner-text {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .banner-text {
    width: 60%;
    margin-left: 40%;
    padding: 50px 0 70px;
    text-align: left;
  }
}
@media screen and (max-width: 640px) {
  .banner-text {
    width: 100%;
    padding: 40px 20px 200px;
    text-align: center;
    margin-left: 0;
  }
}
.banner-text p,
.banner-text h2 {
  color: white;
}
.banner-text h2 {
  margin: 0;
  line-height: 1;
  font-size: 36px;
}
@media screen and (max-width: 1170px) {
  .banner-text h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .banner-text h2 {
    font-size: 24px;
  }
}
.banner-text p.small-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .banner-text p.small-title {
    font-size: 12px;
    margin-bottom: 4px;
  }
}

.banner-p {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1170px) {
  .banner-p {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .banner-p {
    font-size: 14px;
  }
}

.banner-box-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.28);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.banner-box-bottom p {
  font-size: 15px;
  line-height: 1;
  color: white;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .banner-box-bottom p {
    font-size: 13px;
  }
}

.white-btn {
  font-family: "ZingScriptRustSBBaseG", sans-serif;
  font-size: 22px;
  color: #bc0831;
  background: white;
  padding: 14px 24px;
  border-radius: 5px;
  vertical-align: top;
  transition: all 0.3s;
  border: none;
}
@media screen and (max-width: 1170px) {
  .white-btn {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .white-btn {
    font-size: 16px;
  }
}
.white-btn:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #bc0831;
}/*# sourceMappingURL=custom.css.map */