* {
  margin: 0;
  padding: 0;
}

html.body-product {
  position: relative;
}
html.body-product body {
  padding: 0;
}

body {
  position: relative;
}
body .sc-category-seo-description {
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xl-five,
.col-xxl-five {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-five {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-five {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-five {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-five {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1400px) {
  .col-xl-five {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .col-xxl-five {
    width: 20%;
    float: left;
  }
}
.container-full {
  width: 100%;
  padding: 0 20px;
}

.container-medium {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sc-subcategories-item.content-block {
  position: relative;
}
.sc-subcategories-item.content-block .like-a-btn {
  padding: 0;
  height: auto;
  color: #27aae1;
  background-color: transparent;
}
.sc-subcategories-item.content-block:hover .like-a-btn {
  color: #e9509c !important;
}

.sc-megamenu > nav {
  max-height: unset;
  background-color: #fff;
}

.sc-megamenu-list {
  border: none !important;
  overflow: unset !important;
}

.homepage-seo-text {
  display: block;
  margin: 30px 0 0;
  position: relative;
}
.homepage-seo-text .content-block {
  padding-bottom: 30px;
  width: 100%;
  height: 200px;
  overflow: hidden;
  transition: all 0.3s;
}
.homepage-seo-text .readmore {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 0 10px;
  background-image: linear-gradient(transparent 5%, #fff);
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 1;
}
.homepage-seo-text .readmore .readmore-btn {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 100px;
  top: 14px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  cursor: pointer;
}
.homepage-seo-text .readmore .readmore-btn:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #27aae1;
}
.homepage-seo-text.open {
  position: relative;
}
.homepage-seo-text.open .content-block {
  height: auto;
}
.homepage-seo-text.open .readmore {
  background-image: linear-gradient(transparent, transparent);
}

.table-sold-items {
  position: relative;
  background-color: #fff;
}
.table-sold-items thead {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-sold-items tbody {
  position: relative;
}
.table-sold-items tbody a {
  color: #209bc2;
  text-decoration: none;
}
.table-sold-items tbody a:hover {
  text-decoration: underline;
}

.sold-items-serials-list {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 200px;
  max-width: 100%;
}

.sold-items-filter-button {
  padding: 13px 10px;
}

.sc-module-sticker-stickers_special,
.sc-module-sticker-stickers_featured {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .manager-account-buttons .ma-page-btn {
    display: block;
    margin-top: 10px;
    width: 100% !important;
    text-align: center;
  }
  .manager-account-buttons .ma-page-btn.sc-btn-default {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sold-items-filter-button {
    margin-top: 10px;
  }

  .table-ma-container {
    overflow-x: auto;
  }
}
.product-layout {
  position: relative;
}
.product-layout.out-of-stock {
  position: relative;
}
.product-layout.out-of-stock .content-block {
  position: relative;
}
.product-layout.out-of-stock .content-block .sc-module-img {
  position: relative;
}
.product-layout.out-of-stock .content-block .sc-module-img a {
  position: relative;
  overflow: hidden;
}
.product-layout.out-of-stock .content-block .sc-module-img a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/image/sold-out.png") no-repeat center;
  background-size: 50% auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-layout.out-of-stock .content-block .sc-module-img a img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.content-block.sc-product-images.out-of-stock {
  position: relative;
}
.content-block.sc-product-images.out-of-stock .sc-product-images-main {
  position: relative;
  overflow: hidden;
}
.content-block.sc-product-images.out-of-stock .sc-product-images-main::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/image/sold-out.png") no-repeat center;
  background-size: 30% auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.content-block.sc-product-images.out-of-stock .sc-product-images-main img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.sc-slideshow-plus-specials-item.out-of-stock {
  position: relative;
}
.sc-slideshow-plus-specials-item.out-of-stock a:first-child {
  position: relative;
  overflow: hidden;
}
.sc-slideshow-plus-specials-item.out-of-stock a:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/image/sold-out.png") no-repeat center;
  background-size: 90% auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.sc-slideshow-plus-specials-item.out-of-stock a:first-child img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.search-result-item.out-of-stock {
  position: relative;
}
.search-result-item.out-of-stock .search-item-img-link {
  position: relative;
  overflow: hidden;
}
.search-result-item.out-of-stock .search-item-img-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/catalog/view/image/sold-out.png") no-repeat center;
  background-size: 50% auto;
  top: 0;
  left: 0;
  z-index: 2;
}
.search-result-item.out-of-stock .search-item-img-link img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.sc-product-images {
  top: auto;
}

.monocheckout-button {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 4px;
}
.monocheckout-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.flatpickr-calendar {
  background-color: #fff !important;
}

.slick-slider .slick-list .slick-track .sc-product-images-slide a img {
  height: auto;
  max-height: 100%;
}

.out-of-stock.badge-red {
  background-color: #f00;
}

.container-fluid.manager-account-main-container {
  max-width: 1920px !important;
}

.monocheckout-button,
.modal-cart-bottom a {
  width: 100%;
  height: 48px;
  background-color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.monocheckout-button .loading-spinner,
.modal-cart-bottom a .loading-spinner {
  width: 20px;
  height: 20px;
}

.method {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  cursor: pointer;
}
.method input {
  width: 16px;
  margin: 0;
}
.method label {
  width: calc(100% - 16px);
  cursor: pointer;
  font-size: 12px;
  padding-left: 10px;
}

.method-box {
  display: block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  border: 2px solid #aaddf1;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
}

.select2.select2-container {
  width: 100% !important;
}

select.form-control {
  appearance: auto;
}

.payment-methods-container {
  position: relative;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px 10px 0 10px;
}
.payment-methods-container .payment-methods-container-loading {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1;
}
.payment-methods-container .payment-methods-container-loading img {
  filter: brightness(0.5);
}

.proposition.partial-payment-container {
  position: relative;
  border: 2px solid #ccc;
  border-radius: 10px;
  transition: all 0.3s;
  overflow: hidden;
}
.proposition.partial-payment-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 3;
}
.proposition.partial-payment-container .partial-payment-checkbox {
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 4;
}
.proposition.partial-payment-container .partial-payment-checkbox svg path {
  fill: #ccc;
  transition: all 0.3s;
}
.proposition.partial-payment-container .partial-payment-checkbox:hover svg path {
  fill: #209bc2;
}
.proposition.partial-payment-container:hover {
  border-color: #209bc2;
  cursor: pointer;
}
.proposition.partial-payment-container:hover .partial-payment-checkbox svg path {
  fill: #209bc2;
}
.proposition.partial-payment-container.active {
  border-color: #209bc2;
}
.proposition.partial-payment-container.active::before {
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.proposition.partial-payment-container.active .partial-payment-checkbox svg path {
  fill: #209bc2;
}
.proposition.partial-payment-container.inactive::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.proposition.partial-payment-container.inactive:hover {
  border-color: #ccc;
}

.add-services {
  display: block;
  position: relative;
  background-color: #eefbff;
  border-radius: 6px;
}
.add-services .service-has-options {
  position: relative;
  background-color: #cbf3ff;
}
.add-services .service-has-options .service-options-list {
  padding: 0 10px 10px 10px;
}
.add-services .service-has-options .service-options-list h5 {
  font-size: 13px;
}
.add-services .service-has-options .service-options-list .service-options-list-container {
  position: relative;
  padding: 5px;
  border: 2px solid #6eabbe;
  border-radius: 4px;
  margin-top: 5px;
  font-size: 12px;
}
.add-services .service-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  margin-top: 5px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #cbf3ff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .add-services .service-item {
    display: block;
  }
}
.add-services .service-item .service-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .add-services .service-item .service-checkbox {
    width: 100%;
  }
}
.add-services .service-item .service-price {
  font-weight: 600;
  color: #0090bb;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .add-services .service-item .service-price {
    width: 100%;
    margin-top: 10px;
  }
}
.add-services .add-services-list {
  max-height: 300px;
  overflow-y: auto;
}

.product-layout .content-block .sc-module-title {
  word-break: break-word;
}

.product-options-values {
  position: relative;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}
.product-options-values h5 {
  font-size: 12px;
  font-weight: 600;
}

.login-block-password {
  max-width: 100%;
  width: 350px;
}

.oauth-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  transition: all 0.1s;
  font-size: 14px;
  font-weight: 600;
}
.oauth-btn svg {
  margin-right: 5px;
}
.oauth-btn:hover {
  border-color: #000;
  transition: all 0.1s;
  color: #000;
}

.list-of-availability {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.list-of-availability .availability-item {
  display: block;
  width: calc(33.3333% - 4px);
  border: 1px solid #9de0f6;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 4px;
  margin: 0 2px;
  transition: all 0.2s;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .list-of-availability .availability-item {
    width: calc(50% - 4px);
  }
}
@media screen and (max-width: 992px) {
  .list-of-availability .availability-item {
    width: 100%;
    margin: 0;
  }
}
.list-of-availability .availability-item:hover {
  border-color: #209bc2;
}
.list-of-availability .availability-item hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #7f7f7f;
  border: none;
}
.list-of-availability .availability-item .top-item-data {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-of-availability .availability-item .top-item-data .divider-vertical {
  display: inline-block;
  margin: 0 5px;
}
.list-of-availability .availability-item .warehouses-list {
  font-weight: 400;
}

.warehouse-filter-btn {
  font-size: 14px;
  font-weight: 500;
}

.warehouse-filter-select {
  min-height: 150px;
}

.btn-default-custom {
  border: 1px solid #999;
  background-color: #fff;
}
.btn-default-custom:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

.ocdw_blog-posts-block {
  position: relative;
  margin-top: 40px;
}
.ocdw_blog-posts-block .ocdw_blog-h3 {
  font-size: 1.375rem;
}
.ocdw_blog-posts-block .product-thumb {
  display: block;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
}
.ocdw_blog-posts-block .product-thumb img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.ocdw_blog-posts-block .product-thumb .ocdw_blog-post-heading {
  display: block;
  margin-bottom: 0;
}
.ocdw_blog-posts-block .product-thumb .ocdw_blog-post-heading:hover {
  text-decoration: underline;
  color: #27aae1;
}
.ocdw_blog-posts-block .product-thumb .date {
  display: block;
  font-size: 14px;
  color: #8e8e8e;
  font-weight: 500;
}
.ocdw_blog-posts-block .product-thumb .viewed {
  position: relative;
  display: block;
  margin-top: 10px;
}
.ocdw_blog-posts-block .product-thumb .viewed span {
  display: inline-flex;
  align-items: center;
  color: #27aae1;
  font-size: 14px;
  font-weight: 500;
}
.ocdw_blog-posts-block .product-thumb .viewed span i {
  margin-right: 5px;
}

.blog-post-page {
  position: relative;
}
.blog-post-page h1 {
  margin-bottom: 10px;
}
.blog-post-page .post-info-block {
  position: relative;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.blog-post-page .post-info-block span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 14px;
}
.blog-post-page .post-info-block span i {
  margin: 0 3px;
}
.blog-post-page .ocdw_blog-images-block {
  position: relative;
}
.blog-post-page .ocdw_blog-images-block .image-main {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 360px;
  background-color: #fff;
  border-radius: 4px;
}
.blog-post-page .ocdw_blog-images-block .image-main a {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-post-page .ocdw_blog-images-block .image-main a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-post-page .post-main-content {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px;
}
.blog-post-page .post-main-content ul, .blog-post-page .post-main-content ol {
  padding-left: 40px;
}
.blog-post-page .post-main-content h1, .blog-post-page .post-main-content h2, .blog-post-page .post-main-content h3, .blog-post-page .post-main-content h4 {
  margin-bottom: 5px;
}
.blog-post-page .post-main-content p {
  margin-bottom: 20px;
}
.blog-post-page .post-info-vote {
  margin-top: 20px;
}
.blog-post-page .sc-module-price {
  font-size: 18px;
}

.category-page {
  position: relative;
}
.category-page .product-thumb {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.category-page .product-thumb .image {
  position: relative;
}
.category-page .product-thumb .image a {
  display: block;
}
.category-page .product-thumb .image a img {
  width: 100%;
  height: auto;
  max-height: 150px;
  object-fit: cover;
}

#alavilability-popup {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(15px);
  z-index: 9999;
}
#alavilability-popup .window {
  width: 420px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#alavilability-popup .window .top {
  position: relative;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
#alavilability-popup .window .top h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}
#alavilability-popup .window .top button {
  background-color: transparent;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #ccc;
  border-radius: 100px;
}
#alavilability-popup .window .top button:hover {
  border-color: #000;
}
#alavilability-popup .window .content {
  padding: 20px 30px;
}
#alavilability-popup .window .content .form {
  position: relative;
}
#alavilability-popup .window .content .form .description {
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  border-radius: 10px;
  background-color: #e8f8ff;
}
#alavilability-popup .window .content .form .description svg {
  width: 50px;
  height: auto;
  margin-right: 10px;
}
#alavilability-popup .window .content .form form {
  position: relative;
}
#alavilability-popup .window .content .form form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
#alavilability-popup .window .content .form form .error {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #f00;
}
#alavilability-popup .window .content .success {
  display: none;
  position: relative;
}
#alavilability-popup .window .content .success h4 {
  font-weight: 500;
  font-size: 26px;
}
#alavilability-popup .window .content .success .icon {
  color: #4fbe40;
}
#alavilability-popup .window .content .success .icon svg {
  width: 120px;
  height: 120px;
}

.btn-pink {
  background-color: #e9509c;
  color: #fff;
}
.btn-pink:hover {
  background-color: #27aae1;
  color: #fff;
}

.manager-account {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto;
  border-radius: 4px;
}

.text-red {
  color: #f00;
}

.text-green {
  color: #49a23a;
}

.bonuses-icon {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #522c3f;
  color: #f37fb8;
  width: auto;
  height: 26px;
  margin: 0 10px;
  border-radius: 6px;
  padding: 0 5px;
  transition: all 0.2s !important;
}
.bonuses-icon .costs {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  margin-left: 3px;
}
.bonuses-icon:hover {
  color: #fff;
  background-color: #df2e86;
}
.bonuses-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f37fb8;
  border-radius: 6px;
  animation: pulse-out-fade 1.5s ease-out infinite;
  filter: blur(2px);
  z-index: -1;
}

@keyframes pulse-out-fade {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
input[type=range] {
  -webkit-appearance: none;
  width: 200px;
  height: 6px;
  background: #ededed;
  border-radius: 3px;
  outline: none;
  margin: 20px 0;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #27aae1;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #27aae1;
}

input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #27aae1;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  transition: background 0.3s ease;
}

input[type=range]::-moz-range-thumb:hover {
  background: #27aae1;
}

input[type=range]::-moz-range-track {
  background: #ededed;
  height: 6px;
  border-radius: 3px;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:active::-webkit-slider-thumb input[type=range]:active::-moz-range-thumb {
  transform: scale(1.2);
}

.bonuses-container {
  display: block;
  position: relative;
  border-radius: 16px;
  background-color: #eaffeb;
}
.bonuses-container .bonuses-fact-price {
  font-size: 22px;
  font-weight: 500;
}

.href-url {
  color: #0b90c4;
}
.href-url:hover {
  text-decoration: underline;
}

#overlay {
  z-index: 0 !important;
}

.faq-item {
  display: block;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.faq-item .faq-question {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.faq-item .faq-question .faq-title {
  width: calc(100% - 60px);
}
.faq-item .faq-question .faq-symbol {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.faq-item .faq-question:hover {
  color: #27aae1;
}
.faq-item .faq-answer {
  display: none;
  padding: 20px;
  font-size: 18px;
}
.faq-item.active .faq-question {
  border-bottom: 1px solid #ddd;
  background-color: #27aae1;
  color: #fff;
}

.ocf-filter.ocf-dropdown .ocf-filter-body .ocf-filter-header .ocf-filter-name {
  white-space: normal;
}

.sc-module-sticker-customer_monobank,
.sc-module-sticker-customer_pryvat-bank {
  display: none;
  color: #ccc;
}

.mb-payment-preloader {
  filter: brightness(0);
  font-size: 12px;
  font-weight: 600;
}

.invoice-url a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  background: #669900;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
}
.invoice-url a svg {
  margin-left: 10px;
}
.invoice-url a:hover {
  background: #43600a;
}
.invoice-url a.copy-mb-invoice {
  background-color: #d27b53;
}
.invoice-url a.copy-mb-invoice:hover {
  background-color: #e55f21;
}
.invoice-url a.remove-mb-invoice {
  background-color: #d25353;
}
.invoice-url a.remove-mb-invoice:hover {
  background-color: #e52121;
}

.gpecial-banner {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.gpecial-banner:hover h4 {
  color: #27aae1 !important;
}

.gspecial-banner-hero {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
}

.second-title-area {
  margin-top: 60px;
  margin-bottom: 20px;
}

.global-special-container {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.global-special-container .global-special-item {
  display: flex;
  width: 100%;
  margin: 10px 0;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border-radius: 6px;
  animation: global_spcial_animation 1s infinite ease;
}
.global-special-container .global-special-item img {
  width: calc(50% - 10px);
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.global-special-container .global-special-item .global-special-info {
  width: calc(50% - 10px);
}
.global-special-container .global-special-item .global-special-info .global-special-name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.global-special-container .global-special-item .global-special-info .global-special-date {
  display: block;
  font-weight: 600;
  font-size: 12px;
  color: #a2a2a2;
}

@keyframes global_spcial_animation {
  0% {
    background: rgba(233, 80, 156, 0.05);
  }
  50% {
    background: rgba(39, 170, 225, 0.1);
  }
  100% {
    background: rgba(233, 80, 156, 0.05);
  }
}

/*# sourceMappingURL=app.css.map */
