@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-Hairline.otf);
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-UltraLight.otf);
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-Light.otf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-Regular.otf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-SemiBold.otf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-Bold.otf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-ExtraBold.otf);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(/styles/fonts/Montserrat-Black.otf);
  font-weight: 800;
  font-style: normal;
}
body {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top 214px right calc(50% + 585px + 187.5px), top 214px left calc(50% + 585px + 187.5px);
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  body {
    background-position: top 214px right calc(50% + 485px + 187.5px), top 214px left calc(50% + 485px + 187.5px);
  }
}
@media only screen and (max-width: 991px) {
  body {
    background: #fff !important;
  }
}

body.body-order-form #textarea > h2 {
  display: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1.2;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1, .h1 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 32px;
}
@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 29px;
}
@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 26px;
  }
}

h4, .h4 {
  font-size: 25px;
}
@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h4, .h4 {
    font-size: 23px;
  }
}

h5, .h5 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 19px;
}
@media only screen and (max-width: 991px) {
  h6, .h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h6, .h6 {
    font-size: 17px;
  }
}

strong, b {
  font-weight: 500;
}

.nowrap {
  white-space: nowrap;
}

.main-color {
  color: #19233c;
}

.text-green {
  color: #00ab00;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.btn-c {
  border-radius: 50px;
  padding: 10px 30px;
  background: #e3d4c1;
  border: 2px solid #e3d4c1;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  transition: all 0.2s ease-in-out;
}
.btn-c:hover {
  background: #ffffff;
  text-decoration: none;
}
.btn-c.center {
  margin-inline: auto;
}

/* ------------------------- */
/* -------- HEADER --------- */
/* ------------------------- */
.page-header .container {
  width: 80%;
  max-width: 1500px;
}
@media screen and (max-width: 1000px) {
  .page-header .container {
    width: 100%;
  }
}
.page-header .header-line {
  background: none;
  font-size: 14px;
  font-weight: 300;
}
.page-header .header .container {
  width: 100%;
}
.page-header .header {
  background: none;
}
.page-header .header .header-inner {
  margin-top: 40px;
  margin-bottom: 40px;
  gap: 15px;
}
.page-header .header .header-inner .logo-wrapper {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
  color: #19233c;
  text-decoration: none !important;
  margin-right: 20px;
  flex-wrap: wrap;
}
.page-header .header .header-inner .logo-wrapper img {
  width: 180px;
  margin-left: 0;
}
.page-header .header .header-inner .logo-wrapper .text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 20px;
}
.page-header .header .header-inner .search {
  flex-grow: 0;
  width: min(450px, 100%);
}
.page-header .header .header-inner .search .input-group {
  max-width: 450px;
  margin: 0;
}
.page-header .header .header-inner .search input.form-control {
  height: 40px;
  background: #eee;
  border: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #333333;
  box-shadow: none;
  padding: 0 0 0 20px;
  transition: all 0.15s ease-in-out 0s;
}
.page-header .header .header-inner .search input.form-control:focus {
  background: rgb(230.35, 230.35, 230.35);
}
.page-header .header .header-inner .search .btn {
  height: 40px;
  background: #eee;
  border: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #19233c;
  padding: 0 20px;
  transition: all 0.15s ease-in-out 0s;
}
.page-header .header .header-inner .search .btn:hover {
  background: #19233c;
  color: #fff;
}
.page-header .header .header-inner .shopping-cart-wrap-outer {
  line-height: 1.3;
  width: -moz-fit-content;
  width: fit-content;
  flex-grow: 0;
}
.page-header .header .header-inner .shopping-cart-wrap-outer .free-delivery-info-header {
  font-size: 12px;
  text-align: center;
  color: #333333;
  opacity: 0.8;
  margin-top: 4px;
  white-space: nowrap;
}
.page-header .header .header-inner .shopping-cart-wrap .carret {
  width: -moz-fit-content;
  width: fit-content;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #19233c;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.page-header .header .header-inner .shopping-cart-wrap .carret .amount {
  font-weight: 500;
}
.page-header .header .header-inner .shopping-cart-wrap .carret:hover .icon {
  background: #fe0000;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .page-header .header .header-inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-header .header .header-inner .logo-wrapper {
    flex-grow: 0;
    display: block;
    margin-right: 40px;
  }
  .page-header .header .header-inner .logo-wrapper span {
    display: block;
  }
  .page-header .header .header-inner .logo-wrapper .text {
    font-size: 14px;
    padding-top: 15px;
    padding-left: 28px;
  }
  .page-header .header .header-inner .search .input-group {
    width: 270px;
  }
  .page-header .header .header-inner .shopping-cart-wrap .carret .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.page-header .responsive-header .logo-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #19233c;
  text-decoration: none !important;
  padding: 20px 0;
}
.page-header .responsive-header .logo-wrapper img {
  width: 140px;
}
.page-header .responsive-header .logo-wrapper .text {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 10px;
}
.page-header .responsive-header .buttons {
  background: #19233c;
  padding: 10px 0;
}
.page-header .responsive-header .buttons .box {
  color: #fff;
}
.page-header .responsive-header .buttons .box .icon {
  font-size: 20px;
}
.page-header .responsive-header .buttons .box .amount-bubble {
  top: -5px;
  left: 50%;
  width: auto;
  height: 18px;
  min-width: 18px;
  background: #fe0000;
  border-radius: 9px;
  line-height: 18px;
  padding: 0 5px;
}
.page-header .responsive-header .buttons .box:hover {
  color: #fff;
}
.page-header .responsive-header .buttons .box:hover .amount-bubble {
  background: #fe0000;
}
.page-header .responsive-header .buttons .box.xs-button-search.active,
.page-header .responsive-header .buttons .box.xs-button-login.active {
  color: #fff;
}
.page-header {
  /* navbar */
}
.page-header .navbar.navbar-default {
  background: #eee;
}
.page-header .navbar.navbar-default .navbar-header button.navbar-toggle .text {
  font-weight: 500;
}
.page-header .navbar-nav li a {
  font-size: 13px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .page-header .navbar-nav > li > .submenu li:hover .submenu {
    top: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .navbar.navbar-default {
    border-top: 0;
  }
}

/* ------------------------- */
/* ------ FEATURE BOXES ----- */
/* ------------------------- */
.feature-boxes {
  width: 100%;
  max-width: 1580px;
  padding-inline: 40px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block: 20px;
}
.feature-boxes .feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-right: 1px solid #f7f5f0;
}
.feature-boxes .feature-box:last-child {
  border-right: 0;
}
.feature-boxes .feature-box:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feature-boxes .feature-box:nth-child(1):before {
  background-image: url("/styles/assets/website/ragan_ikony-01.svg");
}
.feature-boxes .feature-box:nth-child(2):before {
  background-image: url("/styles/assets/website/ragan_ikony-02.svg");
}
.feature-boxes .feature-box:nth-child(3):before {
  background-image: url("/styles/assets/website/ragan_ikony-03.svg");
}
.feature-boxes .feature-box:nth-child(4):before {
  background-image: url("/styles/assets/website/ragan_ikony-05.svg");
}
.feature-boxes .feature-box span {
  font-size: 1.5rem;
  color: #333333;
  font-weight: 400;
}
@media screen and (max-width: 1650px) {
  .feature-boxes .feature-box:before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .feature-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-boxes .feature-box {
    border-right: 1px solid #f7f5f0;
    border-bottom: 1px solid #f7f5f0;
  }
  .feature-boxes .feature-box:nth-child(2n) {
    border-right: 0;
  }
  .feature-boxes .feature-box:nth-child(n+3) {
    border-bottom: 0;
  }
  .feature-boxes .feature-box:before {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 800px) {
  .feature-boxes {
    grid-template-columns: 1fr;
  }
  .feature-boxes .feature-box {
    border-right: 0;
    border-bottom: 1px solid #f7f5f0;
  }
  .feature-boxes .feature-box:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .feature-boxes {
    padding-inline: 18px;
  }
  .feature-boxes .feature-boxes .feature-box {
    padding-inline: 10px;
  }
  .feature-boxes .feature-boxes .feature-box:before {
    width: 70px;
    height: 70px;
  }
}

.catalogue-menu .catalogue-button {
  background: #19233c;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 300;
}
.catalogue-menu .catalogue-button:hover {
  background: #19233c;
}
.catalogue-menu li.panel a {
  padding: 8px 30px 8px 0;
}

/* ------------------------- */
/* --- CAROUSEL 3-SLIDES --- */
/* ------------------------- */
.carousel-three-slides {
  margin-top: 30px;
  margin-bottom: 30px;
}
.carousel-three-slides .carousel-nav .button-1, .carousel-three-slides .carousel-nav .button-2, .carousel-three-slides .carousel-nav .button-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 15px;
}

/* ------------------------- */
/* --- PRODUCTS FILTERS ---- */
/* ------------------------- */
.custom-products-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #ddd;
}
.custom-products-filters label {
  font-weight: 300;
  margin: 0;
}
.custom-products-filters .custom-filter {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-right: 30px;
}
.custom-products-filters .custom-filter input {
  margin: 0 5px 0 0;
}
.custom-products-filters .basic-filters {
  display: flex;
  align-items: center;
  border-left: 1px solid #ddd;
  padding: 10px;
}
.custom-products-filters .basic-filters label {
  margin-left: 20px;
}
.custom-products-filters .basic-filters select {
  width: 160px;
  height: 28px;
  border: 1px solid #ddd;
  outline: none;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 1100px) {
  .custom-products-filters .custom-filter {
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .custom-products-filters .basic-filters {
    justify-content: flex-end;
    width: 100%;
    border-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .custom-products-filters .custom-filter {
    justify-content: flex-start;
  }
  .custom-products-filters .basic-filters {
    display: block;
    padding-top: 0;
  }
  .custom-products-filters .basic-filters label {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .custom-products-filters .basic-filters select {
    margin: 0;
  }
}

/* ------------------------- */
/* ----- PRODUCT PAGE ------ */
/* ------------------------- */
.product-page .info-box h1 {
  font-size: 26px;
}
.product-page .info-box table .warranty {
  display: none;
}
.product-page .price-box strong {
  font-weight: 500;
}
.product-page .price-box .new-price {
  font-size: 32px;
  margin: 0;
}
.product-page .add-to-cart-box {
  margin: 0 0 20px;
}
.product-page .add-to-cart-box .quantity .input-group input.form-control {
  border-radius: 0;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.plus {
  border-radius: 0;
}
.product-page .add-to-cart-box .quantity .input-group .input-group-btn-vertical > .btn.minus {
  border-radius: 0;
}
.product-page .add-to-cart-box .buy-button button {
  border: 0;
  border-radius: 0;
  font-weight: 300;
  padding: 10px 20px;
}
.product-page .add-to-cart-box .buy-button button:hover {
  background: #007800;
  color: #fff;
}
.product-page .product-decors {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
.product-page .product-decors .tile {
  position: relative;
}
.product-page .product-decors .tile input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.product-page .product-decors .tile input:checked ~ label {
  border-color: #00ab00;
}
.product-page .product-decors .tile label {
  display: block;
  width: 120px;
  height: 120px;
  border: 2px solid #ddd;
  padding: 5px;
  margin: 0 5px 10px;
  cursor: pointer;
}
.product-page .product-decors .tile label:hover {
  border-color: rgb(195.5, 195.5, 195.5);
}
.product-page .product-decors .tile .image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

/* produkt box */
/* slide */
.slide-images {
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  overflow: hidden;
}
.slide-images .image-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.slide-images .image-slide.second {
  left: 100%;
}
.slide-images .image-slide .image {
  width: 100%;
  height: 100%;
  display: block;
  background: center/contain no-repeat;
}
.slide-images:hover .image-slide {
  left: -100%;
}
.slide-images:hover .image-slide.second {
  left: 0%;
}

/* ------------------------- */
/* ------ FOOTER MENU ------ */
/* ------------------------- */
footer .container {
  width: 100%;
  max-width: 1500px;
}

.footer-menu {
  background: rgb(38.25, 38.25, 38.25);
}
.footer-menu .container {
  width: 100%;
  max-width: 1500px;
}
.footer-menu h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-menu p {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 200;
}
.footer-menu p a {
  color: #fff;
}
.footer-menu p a:hover {
  color: #fe0000;
}
.footer-menu p strong {
  font-weight: 300;
}
.footer-menu .footer-sites-menu li, .footer-menu .footer-sites-menu li a {
  color: #fff;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .footer-menu h6 {
    margin-top: 20px;
  }
}

/* ------------------------- */
/* --- VIRTUALIS FOOTER ---- */
/* ------------------------- */
footer {
  background: rgb(25.5, 25.5, 25.5);
  font-size: 13px;
  font-weight: 200;
}

/* ------------------------- */
/* --------- INDEX --------- */
/* ------------------------- */
.wrap.index .container {
  width: 100%;
  max-width: 1920px;
  padding: 0;
}
.wrap.index .container #textarea {
  padding: 0;
}
.wrap.index .container .row {
  margin-inline: 0px;
}
.wrap.index .hp-car-img {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 520px;
  gap: 10px;
}
.wrap.index .hp-car-img .custom-carousel {
  width: min(70vw, 1350px);
}
.wrap.index .hp-car-img .custom-carousel img {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap.index .hp-car-img .custom-carousel .item {
  position: relative;
  overflow: hidden;
}
.wrap.index .hp-car-img .custom-carousel .item img {
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}
.wrap.index .hp-car-img .custom-carousel .item .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: clamp(20px, 3vw, 50px) clamp(25px, 4vw, 60px);
  flex-direction: column;
  background: linear-gradient(150deg, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 0.39) 35%, rgba(102, 102, 102, 0) 100%);
}
.wrap.index .hp-car-img .custom-carousel .item .text-wrap h1 {
  font-weight: 400;
  color: #eee9e3;
  margin-bottom: 14px;
}
.wrap.index .hp-car-img .custom-carousel .item .text-wrap p {
  color: #eee9e3;
  opacity: 0.9;
  margin-bottom: 22px;
}
.wrap.index .hp-car-img .custom-carousel .item .text-wrap .btn {
  border-radius: 50px;
  padding: 10px 30px;
  background: #e3d4c1;
  border: 2px solid #e3d4c1;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.2s ease-in-out;
}
.wrap.index .hp-car-img .custom-carousel .item:hover img {
  transform: scale(1.05);
}
.wrap.index .hp-car-img .custom-carousel .item:hover .btn {
  background: #ffffff;
}
.wrap.index .hp-car-img .custom-carousel--side {
  width: 100%;
  overflow: hidden;
}
.wrap.index .hp-car-img .custom-carousel--side img {
  width: 100%;
  height: 100%;
}
.wrap.index .hp-car-img .custom-carousel--side .item .text-wrap {
  padding: 25px;
  justify-content: flex-end;
  background: linear-gradient(49deg, rgba(0, 0, 0, 0.8) 0%, rgba(20, 20, 20, 0.29) 35%, rgba(102, 102, 102, 0) 100%);
}
.wrap.index .hp-car-img .all-slides-visible {
  display: none;
}
@media screen and (max-width: 1130px) {
  .wrap.index .hp-car-img {
    height: 320px;
  }
  .wrap.index .hp-car-img .custom-carousel img {
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .wrap.index .hp-car-img {
    grid-template-columns: 1fr;
  }
  .wrap.index .hp-car-img .all-slides-visible {
    display: block;
  }
  .wrap.index .hp-car-img .hide-on-mobile {
    display: none;
  }
  .wrap.index .hp-car-img .custom-carousel {
    width: 100vw;
  }
  .wrap.index .hp-car-img .custom-carousel--side {
    height: 320px;
    width: 100%;
  }
}
.wrap.index .hp-car-img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #19233c;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s ease-in-out 0s;
}
.slick-arrow:before {
  font-family: "FontAwesome";
  font-size: 16px;
  opacity: 1;
}
.slick-arrow:hover, .slick-arrow:focus {
  background: #fe0000;
}

.slick-prev {
  left: 20px;
  font-size: 0px;
  color: #ffffff;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 20px;
  font-size: 0px;
  color: #ffffff;
}
.slick-next:before {
  content: "\f105";
}

.on-tit-product {
  width: 100%;
  padding-inline: clamp(20px, 4vw, 80px);
  margin-bottom: clamp(32px, 4.5vw, 80px);
}
.on-tit-product .box {
  display: flex;
  flex-direction: column;
  margin-inline: 12px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.on-tit-product .box img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transition: all 0.22s ease-in-out;
}
.on-tit-product .box .text-box {
  padding: 10px 15px;
  background: #f7f5f0;
  position: absolute;
  min-height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.on-tit-product .box .text-box h2 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 400;
  width: 85%;
}
.on-tit-product .box .text-box p {
  color: #333333;
  font-weight: 300;
  opacity: 0.9;
  font-size: 1.5rem;
  width: 85%;
}
@media screen and (max-width: 580px) {
  .on-tit-product .box .text-box h2 {
    font-size: 1.5rem;
  }
  .on-tit-product .box .text-box p {
    font-size: 1.3;
  }
}
.on-tit-product .box .arrow-circle {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 35px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  transform: translateY(-50%);
  color: #333333;
  border-radius: 50%;
  z-index: 1;
  border: 3px solid #efeae5;
  transform-origin: center;
  transition: all 0.2s ease-in-out 0s;
}
.on-tit-product .box .arrow-circle i {
  transform: translateX(16%);
  transform-origin: center left;
  transition: all 0.2s ease-in-out 0s;
}
@media screen and (max-width: 580px) {
  .on-tit-product .box .arrow-circle {
    width: 28px;
    height: 28px;
    line-height: 20px;
    right: 8px;
  }
  .on-tit-product .box .arrow-circle i {
    font-size: 1.2rem;
  }
}
.on-tit-product .box:hover img {
  transform: scale(1.05);
}
.on-tit-product .box:hover .arrow-circle i {
  transform: translateX(40%) rotate(-45deg);
}
.on-tit-product .box img {
  margin-bottom: 50px;
}
.on-tit-product.box-text .box {
  overflow: hidden;
}
.on-tit-product.box-text .box img {
  margin-bottom: 0;
}
.on-tit-product.box-text .box .text-box {
  min-height: auto;
  right: 0;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.on-tit-product.box-text .box .text-box h2 {
  font-size: 1.3rem;
}
.on-tit-product.box-text .box:hover .text-box {
  transform: translateY(0);
}
.on-tit-product.box-text .box:hover img {
  transform: scale(1.05);
}
.on-tit-product.box-text .box:hover .arrow-circle i {
  transform: translateX(16%) rotate(0deg);
}

.box-same-height .slick-track {
  display: flex !important;
}
.box-same-height .slick-slide {
  height: auto !important;
  display: flex !important;
}
.box-same-height .slick-slide .text-box {
  height: 100%;
}

.news-homepage .box,
.box-same-height .box {
  display: grid;
  grid-template-rows: auto 1fr;
}
.news-homepage .box img,
.box-same-height .box img {
  margin-bottom: 0;
}
.news-homepage .box .text-box,
.box-same-height .box .text-box {
  position: relative;
  bottom: unset;
  left: unset;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-homepage {
  margin-bottom: 40px;
}
.news-homepage .box {
  margin-inline: 0px;
}
.news-homepage .box img {
  aspect-ratio: 3/2;
}
.news-homepage .box .text-box {
  justify-content: flex-start;
}
.news-homepage.news-page {
  padding-inline: 0px;
}

h2.hlt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
h2.hlt:before, h2.hlt:after {
  content: "";
  width: min(60px, 30%);
  height: 1px;
  background: #333333;
  margin-top: 5px;
}

h2.mt {
  margin-top: 60px;
  margin-bottom: 30px;
}

/* ------------------------- */
/* ----- CART - ORDER ------ */
/* ------------------------- */
.wrap.order,
.wrap.customers {
  margin-top: 20px;
}
.wrap.order table.products-sum,
.wrap.customers table.products-sum {
  margin: 0 0 30px;
}
.wrap.order table.products-sum thead tr,
.wrap.customers table.products-sum thead tr {
  border: 0;
}
.wrap.order table.products-sum thead tr th,
.wrap.customers table.products-sum thead tr th {
  font-weight: 300;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group input.form-control,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group input.form-control {
  border-radius: 0;
  border-color: #ddd;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn {
  border-color: #ddd;
  border-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus {
  border-top-right-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.plus:hover {
  background-color: rgba(0, 171, 0, 0.15);
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus {
  border-bottom-right-radius: 0;
}
.wrap.order table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover,
.wrap.customers table.products-sum tbody td.quantity-v1 .input-group .input-group-btn-vertical > .btn.minus:hover {
  background-color: rgba(218, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .wrap.order table.products-sum tbody td:not(.product-label):before,
  .wrap.customers table.products-sum tbody td:not(.product-label):before {
    font-weight: 300;
  }
  .wrap.order table.products-sum tbody td.product-label,
  .wrap.customers table.products-sum tbody td.product-label {
    font-weight: 500;
  }
}
.wrap.order table.order-sum,
.wrap.customers table.order-sum {
  border: 0;
  margin-bottom: 30px;
}
.wrap.order table.order-sum td,
.wrap.customers table.order-sum td {
  font-size: 14px;
}
.wrap.order table.order-sum tr:last-child td,
.wrap.customers table.order-sum tr:last-child td {
  font-weight: 500;
}
.wrap.order table.delivery-options,
.wrap.order table.payment-options,
.wrap.customers table.delivery-options,
.wrap.customers table.payment-options {
  border: 0;
  margin-bottom: 30px;
}
.wrap.order table.contact-form,
.wrap.order table.StdList,
.wrap.customers table.contact-form,
.wrap.customers table.StdList {
  border: 0;
}
.wrap.order table.contact-form th,
.wrap.order table.StdList th,
.wrap.customers table.contact-form th,
.wrap.customers table.StdList th {
  font-weight: 300;
}
.wrap.order table.contact-form td label,
.wrap.order table.StdList td label,
.wrap.customers table.contact-form td label,
.wrap.customers table.StdList td label {
  font-weight: 300;
}
.wrap.order table.contact-form td label.required,
.wrap.order table.StdList td label.required,
.wrap.customers table.contact-form td label.required,
.wrap.customers table.StdList td label.required {
  font-weight: 300;
}
.wrap.order .delivery-adress-button,
.wrap.customers .delivery-adress-button {
  margin: 20px 0;
}
.wrap.order .buttons button#submitBtn,
.wrap.customers .buttons button#submitBtn {
  border: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
}
.wrap.order .buttons button#submitBtn:hover,
.wrap.customers .buttons button#submitBtn:hover {
  background: #fe0000;
  color: #fff;
}
.wrap.order .custom-button,
.wrap.order #backBtn,
.wrap.customers .custom-button,
.wrap.customers #backBtn {
  font-weight: 300;
  margin-bottom: 10px;
}

/* ------------------------- */
/* ---- WEBSITE MESSAGE ---- */
/* ------------------------- */
ul#flash-message {
  background: #fe0000;
  border: 0;
  color: #fff;
  margin-bottom: 30px;
}

/* --------------------------- */
/* - XS SEARCH AND LOGIN BOX - */
/* --------------------------- */
.xs-box-search .inner {
  border-top: 0;
}
.xs-box-search .inner .input-group input.form-control,
.xs-box-search .inner .input-group button {
  height: 36px;
  background: #fff;
  border: 0;
}

.xs-box-login .inner {
  border-top: 0;
  color: #fff;
}
.xs-box-login .inner h3 {
  font-size: 20px;
}
.xs-box-login .inner input.form-control {
  border: 0;
}
.xs-box-login .inner button {
  border: 0;
}
.xs-box-login .inner a.forgot-password,
.xs-box-login .inner a.new-user {
  color: #fff;
}
.xs-box-login.custom-xs-user-info-box {
  text-align: center;
}
.xs-box-login.custom-xs-user-info-box .inner {
  border-top: 1px solid #fff;
  padding-top: 30px;
}
.xs-box-login.custom-xs-user-info-box a {
  color: #fff;
}
.xs-box-login.custom-xs-user-info-box.login-box-visible {
  height: 150px;
}

/* --------------------------- */
/* ----------- 404 ----------- */
/* --------------------------- */
.not-found-404 {
  text-align: center;
  margin: 50px auto;
}
.not-found-404 .fa-times-circle-o {
  color: #fe0000;
  margin-bottom: 20px;
}
.not-found-404 p {
  font-size: 14px;
}

/* ------------------------- */
/* ------ CUSTOM ----------- */
/* ------------------------- */
label {
  font-weight: 500;
}

.custom-products-list {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px;
}
.custom-products-list .tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc(33.333333% - 20px);
  border: 1px solid #ddd;
  margin: 0 10px 20px;
  transition: all 0.3s ease;
}
.custom-products-list .tile .custom-flags {
  position: absolute;
  top: 7px;
  right: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  z-index: 1;
}
.custom-products-list .tile .custom-flags .flag {
  background: #da0000;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
  padding: 5px 7px;
  margin: 0 0 5px 5px;
}
.custom-products-list .tile .custom-flags .flag.in-cart {
  background: #00ab00;
}
.custom-products-list .tile .custom-flags .flag.flag-blue {
  background: #0e5dcd;
}
.custom-products-list .tile .top-section {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #333333;
  text-decoration: none !important;
  text-align: center;
  word-break: break-word;
  margin: 15px 15px 0;
}
.custom-products-list .tile .top-section .image-wrapper .image {
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  padding-top: 100%;
}
.custom-products-list .tile .top-section .title {
  color: #19233c;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}
.custom-products-list .tile .top-section .decors-info {
  display: block;
  color: #da0000;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.custom-products-list .tile .top-section .brief {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.custom-products-list .tile .top-section .brief .additional-info {
  display: block;
  font-size: 0.9em;
  margin-top: 15px;
}
.custom-products-list .tile .bottom-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px 5px;
}
.custom-products-list .tile .bottom-section .prices-info {
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-style: italic;
  margin-bottom: 10px;
}
.custom-products-list .tile .bottom-section .prices-wrapper {
  padding-right: 5px;
  margin-bottom: 10px;
}
.custom-products-list .tile .bottom-section .prices-wrapper .old-price {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.custom-products-list .tile .bottom-section .prices-wrapper .newprice {
  color: #19233c;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
.custom-products-list .tile .bottom-section .prices-wrapper .newprice small {
  font-size: 13px;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper {
  display: flex;
  width: auto;
  margin-bottom: 10px;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty {
  width: 28px;
  height: 36px;
  background: none;
  border: 1px solid #ddd;
  border-right: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .unit {
  height: 36px;
  line-height: 34px;
  border: 1px solid #ddd;
  border-left: 0;
  padding-right: 5px;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .plus-button,
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .minus-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 0;
  border-radius: 0;
  transition: all 0.2s ease;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .plus-button:hover,
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .minus-button:hover {
  background: #eee;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .plus-button {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .qty-buttons .minus-button {
  border-bottom: 1px solid #ddd;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .add-to-cart-button {
  height: 36px;
  line-height: 36px;
  background: #19233c;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 0 12px;
  transition: all 0.2s ease;
}
.custom-products-list .tile .bottom-section .add-to-cart-wrapper .add-to-cart-button:hover {
  background: #283860;
}
.custom-products-list .tile:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1199px) {
  .custom-products-list .tile {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 499px) {
  .custom-products-list .tile {
    width: calc(100% - 20px);
  }
}

#product-added-into-cart-modal h5 {
  text-align: center;
  margin: 50px 0;
}
#product-added-into-cart-modal .modal-footer {
  text-align: center;
  padding: 20px !important;
}
#product-added-into-cart-modal .modal-footer .btn-primary {
  background-color: #19233c;
  border-color: #19233c;
}

.wrap.order table.order-sum td,
.wrap.customers table.order-sum td {
  font-size: 15px !important;
}

@media only screen and (max-width: 767px) {
  .wrap.order table.StdList td, .wrap.order table.StdList th {
    display: table-cell;
    padding: 5px;
  }
  .wrap.order table.StdList td:first-child, .wrap.order table.StdList th:first-child {
    width: 1%;
    white-space: nowrap;
    padding: 5px;
  }
  .wrap.order table.StdList td:nth-child(2), .wrap.order table.StdList th:nth-child(2) {
    white-space: nowrap;
  }
  .wrap.order table.StdList tr:first-child td + td:last-child {
    padding-top: 5px;
  }
  .wrap.order table.StdList tr:last-child td {
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) {
  .wrap.catalogue > .container,
  .wrap.search > .container {
    width: 100%;
    max-width: 1920px;
  }
  .wrap.catalogue > .container > .row > .col-left,
  .wrap.search > .container > .row > .col-left {
    width: 292px;
  }
  .wrap.catalogue > .container > .row > .col-right,
  .wrap.search > .container > .row > .col-right {
    width: calc(100% - 292px);
  }
  .wrap.catalogue > .container > .row > .col-right .subcat-box,
  .wrap.search > .container > .row > .col-right .subcat-box {
    width: 25%;
  }
  .wrap.catalogue > .container > .row > .col-right .subcat-box a .content,
  .wrap.search > .container > .row > .col-right .subcat-box a .content {
    padding-left: 10px;
  }
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .wrap.catalogue > .container > .row > .col-right .subcat-box,
  .wrap.search > .container > .row > .col-right .subcat-box {
    width: 33.333333%;
  }
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(25% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(33.333333% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(33.333333% - 20px);
  }
}
@media only screen and (max-width: 991px) and (max-width: 699px) {
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 991px) and (max-width: 499px) {
  .wrap.catalogue > .container > .row > .col-right .custom-products-list .tile,
  .wrap.search > .container > .row > .col-right .custom-products-list .tile {
    width: calc(100% - 20px);
  }
}

.custom-category-header {
  display: flex;
  margin-bottom: 30px;
}
.custom-category-header .custom-content {
  flex-grow: 1;
}
.custom-category-header .custom-content h1 {
  font-size: 28px;
  margin-top: 0;
}
.custom-category-header .custom-image-wrapper {
  flex-shrink: 0;
  width: 40%;
  padding-left: 20px;
  height: -moz-fit-content;
  height: fit-content;
}
.custom-category-header .custom-image-wrapper img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .custom-category-header {
    display: block;
    margin-bottom: 20px;
  }
  .custom-category-header .custom-content {
    margin-bottom: 20px;
  }
  .custom-category-header .custom-content h1 {
    font-size: 24px;
  }
  .custom-category-header .custom-image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}

.custom-alert-box {
  background: rgba(255, 165, 0, 0.15);
  padding: 15px 15px 5px;
  margin-bottom: 20px;
}
.custom-alert-box strong {
  font-weight: 500;
}

.flags span {
  background: #da0000;
}
.flags span.topprice {
  background: #da0000;
}
.flags span.flag-blue {
  background: #0e5dcd;
}

.cart-stock-alert {
  background: rgba(255, 0, 0, 0.1);
  color: #da0000;
  font-weight: 400;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.news-homepage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.news-homepage .item {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  color: #333333;
  text-decoration: none !important;
  transition: all 0.15s ease-in-out 0s;
}
.news-homepage .item .image {
  background-color: #333;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 60%;
}
.news-homepage .item .content {
  padding: 15px;
}
.news-homepage .item .content .title {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}
.news-homepage .item .content .date {
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  margin-bottom: 10px;
}
.news-homepage .item .content p {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .news-homepage {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .news-homepage {
    grid-template-columns: 1fr;
  }
}

#packeta-widget {
  display: block;
  transform: none;
  max-width: 100%;
}

.packeta-plugin-v6 .selected-branch {
  font-weight: 600;
}
.packeta-plugin-v6 .selected-branch.custom-alert {
  color: #da0000;
}
.packeta-plugin-v6 .select-branch-button {
  display: inline-block;
  background: #19233c;
  border: 0;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  padding: 10px 10px 8px;
  margin-top: 5px;
}
.packeta-plugin-v6 .select-branch-button:hover {
  background: #283860;
}

.orderform-alert-message {
  display: inline-block;
  background: #da0000;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}

.delivery-options td,
.payment-options td {
  vertical-align: top;
}
.delivery-options label,
.payment-options label {
  line-height: 1.2;
}
.delivery-options a,
.payment-options a {
  color: #333333;
  text-decoration: underline;
}

.comgate-footer-logos {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 40px;
}
.comgate-footer-logos img {
  width: 100%;
  max-width: 500px;
}

.header-line .currency-switch {
  padding-left: 30px;
}
.header-line .currency-switch .active {
  text-decoration: underline;
}

.responsive-youtube-video {
  margin: 20px auto;
}
.responsive-youtube-video .inner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}
.responsive-youtube-video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-carousel {
  position: relative;
}
.custom-carousel .item {
  outline: none;
}
.custom-carousel .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  list-style: none;
  transform: translateX(-50%);
  margin: 0;
}
.custom-carousel .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ddd;
  border: 1px solid #fff;
  font-size: 0;
  overflow: hidden;
}
.custom-carousel .slick-dots .slick-active button {
  background: #19233c;
  border-color: #19233c;
}

.socials-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding-top: 30px;
}
.socials-wrapper .socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.socials-wrapper .socials p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}
.socials-wrapper .socials a {
  text-decoration: none !important;
}
.socials-wrapper .socials i {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
@media only screen and (max-width: 500px) {
  .socials-wrapper p {
    display: none;
  }
}

.wrap.order .free-delivery-count-down {
  background: #0e5dcd;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 15px 10px 17px;
  margin-top: -15px;
  margin-bottom: 30px;
}

.free-delivery-info-line {
  background: #0e5dcd;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  padding: 6px 0;
}/*# sourceMappingURL=custom.css.map */