/* ******************  STYLES ************** */
/*font-size*/
.text-xxs {
  font-size: 1rem;
} /*16px*/
.text-xs {
  font-size: 1.125rem;
} /*18px*/
.text-sm {
  font-size: 1.25rem;
} /*20px*/
.text-md {
  font-size: 1.5rem;
} /*24px*/
.text-lg {
  font-size: 1.75rem;
} /*28px*/
.text-xl {
  font-size: 2rem;
} /*32px*/
.text-xll {
  font-size: 3rem;
} /*48px*/
.text-xxll {
  font-size: 4rem;
} /*65px*/
.text-xxl {
  font-size: 5.125rem;
} /*82px*/
.text-xxxl {
  font-size: 6rem;
} /*96px*/
.text-xxxxl {
  font-size: 6.875rem;
} /*110px*/
/* CUSTOM STYLES */
main {
  overflow: hidden;
}

img {
  width: 100%;
}

.z-index-plus-1 {
  z-index: 1;
}

.z-index-plus-2 {
  z-index: 2;
}

.z-index-minus-1 {
  z-index: -1;
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.rounded-6 {
  border-radius: 1.25rem;
}

.list-style-none {
  list-style: none;
}

/* 20px */
.p-20 {
  padding: 1.25rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* 30px */
.p-30 {
  padding: 2rem;
}

.pt-30 {
  padding-top: 2rem;
}

.pb-30 {
  padding-bottom: 2rem;
}

.py-30 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-30 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.p-40 {
  /* mobile 24px */
  padding: 1.5rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.p-50 {
  /* 50px */
  padding: 3.125rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.m-6 {
  /* 32px */
  margin: 2rem;
}

.mt-6 {
  margin-top: 2rem;
}

.mb-6 {
  margin-bottom: 2rem;
}

.my-6 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-6 {
  margin-left: 2rem;
  margin-right: 2rem;
}

/* TYPOGRAPHY */
p {
  line-height: 1.25 !important;
}

.text-gray {
  color: rgba(41, 45, 50, 0.7) !important;
}

h1 {
  font-weight: 800;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 2rem;
}

h2 {
  font-weight: 800;
}

h3 {
  color: #000;
  font-weight: 800;
  margin-bottom: 2rem;
}

h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

h5 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.mirror-transform {
  transform: scaleX(-1);
}

.background-cover {
  background-size: cover;
}

.white-space-nowrap {
  white-space: nowrap;
}

/* BORDER */
.border-light-purple {
  border-top: 1px solid #eef3ff;
}

.border-bootom-dotted {
  border-bottom: 1px dashed #292D32;
}

/* BACKGROUND COLOR */
.bg-trasparent {
  background: transparent;
}

.bg-easy-purple {
  background: rgba(188, 193, 243, 0.15);
}

.bg-white-opacity {
  background: rgba(255, 255, 255, 0.2);
  background-blend-mode: soft-light;
}

.bg-white-gradient {
  background: radial-gradient(54.06% 100% at 50% 0%, rgba(238, 243, 255, 0.5) 0%, rgba(238, 243, 255, 0) 100%);
}

.bg-light-blue-gradient {
  background: linear-gradient(105.22deg, rgba(0, 0, 0, 0) 21.11%, rgba(0, 0, 0, 0.7) 88.01%), #cce0ff;
  background-blend-mode: overlay, normal;
}

.bg-blue-gradient {
  background: linear-gradient(105.22deg, rgba(0, 0, 0, 0) 21.11%, rgba(0, 0, 0, 0.4) 88.01%), #3b61ff;
  background-blend-mode: overlay, normal;
}

.bg-light-cream-gradient {
  background: linear-gradient(334.84deg, rgba(255, 122, 0, 0.1) 0%, rgba(255, 122, 0, 0) 100%), #fff8ee;
}

.bg-light-azure-gradient {
  background: linear-gradient(294.99deg, rgba(0, 255, 255, 0.2) 0%, rgba(99, 255, 255, 0) 100%), #f0ffff;
}

.bg-light-purple-gradient {
  background: linear-gradient(334.84deg, rgba(59, 97, 255, 0.1) 0%, rgba(59, 97, 255, 0) 100%), #eef3ff;
}

.bg-green-gradient {
  background: linear-gradient(73.26deg, rgba(43, 43, 43, 0.5) 8.66%, rgba(0, 0, 0, 0) 82.34%), radial-gradient(100% 100% at 50% 0%, rgba(0, 255, 133, 0.15) 0%, rgba(0, 255, 133, 0) 100%), #007b40;
  background-blend-mode: multiply, normal, normal;
}

.bg-red-gradient {
  background: linear-gradient(73.26deg, rgba(43, 43, 43, 0.5) 8.66%, rgba(0, 0, 0, 0) 82.34%), radial-gradient(100% 100% at 50% 0%, rgba(255, 112, 112, 0.25) 0%, rgba(255, 112, 112, 0) 100%), #df1d1d;
  background-blend-mode: multiply, normal, normal;
}

.bg-filter-white {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.bg-filter-black {
  filter: invert(100%) sepia(6%) saturate(24%) hue-rotate(268deg) brightness(97%) contrast(107%);
}

.bg-filter-blue {
  filter: invert(67%) sepia(94%) saturate(2166%) hue-rotate(220deg) brightness(97%) contrast(110%);
}

.box-shadow-main {
  box-shadow: 0px 4px 26px rgba(0, 8, 41, 0.1);
}

.box-shadow-footer {
  box-shadow: 0px -2px 24px #ebebf3;
  z-index: 1;
}

/* ICON */
.icon-label-transform {
  transform: rotate(90deg);
}

.icon-google,
.icon-facebook {
  max-width: 1.43rem;
  width: 100%;
  height: 1.43rem;
  margin-right: 0.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}

.icon-google {
  background-image: url("../../dist/images/icons/google.svg");
}

.icon-facebook {
  background-image: url("../../dist/images/icons/facebook.svg");
}

.icon-pdf,
.icon-psd,
.icon-ai,
.icon-doc {
  width: 3.375rem;
  height: 4.07rem;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.icon-pdf {
  background-image: url("../../dist/images/icons/PDF.svg");
}

.icon-psd {
  background-image: url("../../dist/images/icons/PSD.svg");
}

.icon-ai {
  background-image: url("../../dist/images/icons/AI.svg");
}

.icon-doc {
  background-image: url("../../dist/images/icons/DOC.svg");
}

/* SECTION */
section {
  margin: 4.5rem 0;
}

/* HEADER */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.sticky nav.navbar {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  background-color: #292D32;
  padding: 0 0.75rem;
  line-height: 1;
  transition: 0.6s;
}
.sticky nav.navbar form.form-search {
  padding: 0.25rem;
}
.sticky nav.navbar form.form-search .btn-circle {
  padding: 0.7rem;
}
.sticky nav.navbar form.form-search .btn-circle .icon-burger {
  width: 1rem;
  height: 1rem;
}
.sticky nav.navbar form.form-search .btn-circle .icon-burger span {
  margin: 1.5px 0;
}
.sticky nav.navbar #langHeader.language-settings .selected-lang {
  width: 1.56rem !important;
  height: 1.56rem;
}
.sticky .bg-filter-black {
  filter: none;
}
.sticky .btn-icon-link-black {
  color: #FFF;
}
.sticky #mainMenu {
  padding-top: 1.25rem;
}

header {
  position: relative;
  /*   & .navbar{
    transition: 0.3s;
  } */
}
header .form-search {
  padding: 0.625rem;
  max-width: 780px;
  width: 100%;
  display: flex;
  background-color: white;
  border: 1px solid #e3e9f1;
  box-shadow: 0px 4px 32px rgba(13, 26, 80, 0.1);
}
header .form-search-input {
  border: none;
  background: transparent;
  margin: 0;
  font-size: 1.25rem;
  padding: 7px 8px;
  color: inherit;
  border-radius: inherit;
}
header .form-search-input:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
header .form-search-input::placeholder {
  color: rgba(41, 45, 50, 0.5);
}
header .header-desc {
  padding: 15.25rem 0 12.5rem 0;
}
header .header-desc.header-desc-slider {
  /*  background: linear-gradient(0deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/img-header/Image-1 1.jpg'); */
  background-image: url("../images/img-header/Image-1 1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
header .slick-slider-dots {
  margin-bottom: 1rem;
  position: absolute;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%);
}

.header-logo {
  max-width: 9rem !important;
  width: 100%;
}

/* LAND MENU */
#langHeader.active ul,
#langFooter.active ul {
  display: block;
}

#langHeader.language-settings .selected-lang {
  width: 2rem !important;
}

#langFooter {
  position: relative;
}
#langFooter ul {
  bottom: 0;
  transform: translateY(-17%);
}
#langFooter .selected-lang-content {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.language-settings .selected-lang {
  cursor: pointer;
  height: 2rem;
}
.language-settings .selected-lang .language-settings-text {
  display: none;
}
.language-settings-img {
  width: 2rem;
  height: 2rem;
  position: relative;
  margin-right: 0.626rem;
}
.language-settings-img img {
  display: block;
}
.language-settings ul {
  display: none;
  position: absolute;
  padding: 0.875rem;
  width: 14.8rem;
  text-align: center;
  margin: 0;
  right: 0;
  transform: translateY(5%);
  background-color: #FFF;
  box-shadow: 0px 4px 32px rgba(13, 26, 80, 0.15);
  border-radius: 0.625rem;
}
.language-settings ul li {
  list-style: none;
  max-width: 13rem;
}
.language-settings ul li a {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  text-decoration: none;
  color: #C8C8D0;
  padding: 1rem;
  transition: 0.3s;
}
.language-settings ul li a:hover {
  color: #000;
  background-color: #EEF3FF;
  border-radius: 0.625rem;
}

/* OFFCANVAS */
.offcanvas.offcanvas-end {
  width: 29.25rem;
}

.offcanvas-body {
  padding: 1rem;
  padding-top: 0;
}

.offcanvas-footer {
  padding: 1rem;
}

.offcanvas-body-user-profile a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}
.offcanvas-body-user-profile-list {
  padding: 0;
  margin: 3rem 0;
  list-style: none;
}
.offcanvas-body-user-profile-list li {
  margin-bottom: 2rem;
}
.offcanvas-body-user-profile-list li a {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.offcanvas-body-user-profile-list li a:hover {
  color: #5EB8F4;
}

/* DROP*/
.drop-zone {
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(59, 97, 255, 0.05);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%233B61FFFF' stroke-width='4' stroke-dasharray='10%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 1.25rem;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s;
}
.drop-zone-prompt {
  color: #3B61FF;
  font-weight: 700;
}
.drop-zone-prompt-img {
  display: block;
  margin: 0 auto;
  max-width: 3.81rem;
  margin-bottom: 0.5rem;
}
.drop-zone-input {
  display: none;
}
.drop-zone-over {
  border-style: solid;
  opacity: 0.7;
}
.drop-zone-thumb {
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
.drop-zone-thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 0.5rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
}

/* FORM */
textarea.form-control {
  resize: none !important;
}
textarea.form-control::placeholder {
  color: #C8C8D0;
  font-size: 1.125rem;
}

.input-with-link {
  background-color: #FFF !important;
  display: flex;
  justify-content: space-between;
}
.input-with-link input {
  border: none;
  background-color: transparent;
}
.input-with-link input::placeholder {
  color: #C8C8D0;
  font-size: 1.125rem;
}
.input-with-link input:focus-visible {
  outline: none;
}

.form-control,
.input-with-link {
  border: 1px solid #ebebf3;
  padding: 1.25rem;
  border-radius: 0.625rem;
  line-height: 1.25;
}
.form-control::placeholder,
.input-with-link::placeholder {
  color: #C8C8D0;
  font-size: 1.25rem;
}

.form-check-input,
.form-label,
.form-check-label {
  cursor: pointer;
}

.form-check-input {
  border: 3px solid rgba(59, 97, 255, 0.5);
}

.form-check-input:checked[type=radio] {
  background-image: url("../../dist/images/icons/icon-input-checked.svg");
}

.form-check-input.form-check-input-circle {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
}

#formGetADesignQuote input.form-check-input:checked ~ .form-check-label {
  color: #3B61FF;
}

.form-check {
  min-height: auto;
}

.form-label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000;
}

.form-select:focus,
.accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

/* OFFCANVAS CART */
.cart-item {
  background: radial-gradient(54.06% 100% at 50% 0%, rgba(238, 243, 255, 0.5) 0%, rgba(238, 243, 255, 0) 100%);
  border-top: 1px solid #eef3ff;
  padding: 2.125rem 0;
  transition: 0.3s;
}
.cart-item-header {
  display: flex;
  align-items: center;
}
.cart-item-header-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10rem;
  display: inline-block;
}
.cart-item-header-img {
  overflow: hidden;
  border-radius: 0.625rem;
  min-width: 5.375rem;
  height: 5.375rem;
  background-size: cover;
  background-position: center;
}
.cart-item-header-btns {
  opacity: 0.6;
  line-height: 1;
}
.cart-item-header-btns a {
  text-decoration: none;
  font-size: 1.125rem;
}
.cart-item:hover .cart-item-header-btns {
  opacity: 1;
}
.cart-item .table {
  font-size: 1.125rem;
}
.cart-item .table > :not(caption) > * > * {
  border: none;
}

/* OFFCANVAS HELP CENTER */
#offcanvasHelpCenter .offcanvas-body {
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}
#offcanvasHelpCenter .offcanvas-body::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 8rem;
  height: 100%;
  background-color: white;
  z-index: -1;
}

.offcanvas-header-blue {
  position: relative;
  height: 16rem;
  padding: 2rem;
}
.offcanvas-header-blue::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(180deg, rgba(11, 38, 150, 0.5) 0%, rgba(59, 97, 255, 0.5) 61.46%), #3b61ff;
  z-index: -1;
}

/* AVATAR */
.avatar {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f5f6fd;
  width: 4.125rem;
  height: 4.125rem;
}

.avatars .avatar:not(:last-child) {
  margin-right: -2.875rem;
  -webkit-mask: radial-gradient(circle -2px at 5px 50%, transparent 99%, #fff 100%);
  mask: radial-gradient(circle -2px at 5px 50%, transparent 99%, #fff 100%);
}

/* TAGS */
.tags {
  display: flex;
  justify-content: space-between;
}
.tags-link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-size: 1.2rem;
  transition: 0.3s;
}
.tags-link:hover {
  color: #5EB8F4;
}
.tags-link:not(:last-child)::after {
  content: " / ";
  color: #e3e3e3;
  margin: 0 0.4rem;
}

.previous-tiket-item {
  padding: 1rem;
  border-radius: 1.25rem;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  text-decoration: none;
  color: #000;
  margin: 1.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.previous-tiket-item:hover {
  color: #000;
  background-color: #EFF5F9;
}

/* SELECT */
/* TOM SELECT */
.ts-dropdown {
  margin-top: 1rem;
  padding: 1.25rem;
  box-shadow: 0px 4px 32px rgba(13, 26, 80, 0.1);
  border-radius: 0.625rem;
  border: none;
  color: #292D32;
  font-size: 1.125rem;
  font-weight: 700;
}
.ts-dropdown .option.active {
  background-color: transparent;
}

.ts-wrapper.single .ts-control:before {
  content: "\e92c";
  font-family: "iconsax";
  position: absolute;
  font-size: 1rem;
  font-weight: 800;
  color: #3B61FF;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 910;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropdown-active .ts-control:before {
  /* todo active transform icon selector */
  transform: rotate(180deg);
}

.ts-control input[type=select-one] {
  font-size: 1.125rem;
  font-weight: 700;
  color: #C8C8D0;
  opacity: 0.3;
}

.ts-control {
  border: none;
  border-radius: 0.625rem;
  border: 1px solid #ebebf3;
  font-size: 1.125rem;
  padding: 1.25rem;
}
.ts-control:focus-visible {
  outline: none;
}

/* ACCODION */
.accordion.accordion-cart-options .accordion-item {
  padding: 0 1.25rem;
}
.accordion.accordion-cart-options .accordion-button {
  padding: 1.25rem 0;
  font-size: 1.125rem;
}
.accordion.accordion-cart-options .accordion-button::after {
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("../../dist/images/icons/icon-plus-blue.svg");
  background-size: cover;
}
.accordion.accordion-cart-options .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: none;
}
.accordion.accordion-cart-options .accordion-collapse {
  border-top: 1px solid #ebebf3;
}

.accordion#accordionCookie .accordion-item {
  margin: 1.5rem 0;
  border: none;
}
.accordion#accordionCookie .accordion-item .accordion-button {
  border-radius: 0.625rem;
  font-size: 1.25rem;
  padding: 1.25rem;
  font-weight: 700;
  background-color: #F7F7F9;
  color: #000;
}
.accordion#accordionCookie .accordion-item .accordion-button.accordion-button:after {
  background-image: url("../../dist/images/icons/icon-plus-black.svg");
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #292D32;
  border-radius: 100%;
  background-position: center;
}
.accordion#accordionCookie .accordion-item .accordion-button.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion#accordionCookie .accordion-item .accordion-button.accordion-button:not(.collapsed)::after {
  background-image: url("../../dist/images/icons/icon-minus.svg");
  transform: rotate(-180deg);
  background-size: auto;
}
.accordion#accordionCookie .accordion-item .accordion-body {
  font-size: 1.25rem;
}

/* SCROLLBAR */
.scrollbar-dark {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #f7f7f9;
  scrollbar-width: thin;
}

.scrollbar-dark::-webkit-scrollbar {
  width: 3px;
  height: 32px;
}

.scrollbar-dark::-webkit-scrollbar-track {
  border-radius: 1.5rem;
  background: #f7f7f9;
}

.scrollbar-dark::-webkit-scrollbar-thumb {
  border-radius: 1.5rem;
  background: #292d32;
}

.scrollbar-dark::-webkit-scrollbar-thumb:hover,
.scrollbar-dark::-webkit-scrollbar-thumb:active {
  background: #292d32;
}

.scrollbar-dark.main-menu-products-row {
  margin-right: -1.5rem;
}

/* COOKIE BANNER */
.cookie-banner {
  position: fixed;
  color: #FFF;
  background-color: #000;
  padding: 1.56rem 0;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.cookie-banner-icon {
  display: inline-block;
  min-width: 2.06rem;
  height: 2.06rem;
  background-image: url("../../dist/images/icons/icon-cookie.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0.625rem;
}
.cookie-banner-text {
  font-size: 1rem;
}
.cookie-banner .btn-green {
  padding: 0.6875rem 1.375rem;
  font-size: 1rem;
}

/* MAIN MENU */
.main-menu-nav {
  max-height: 25rem;
}
.main-menu-nav-category {
  margin-bottom: 1.9rem;
}
.main-menu-nav-category:last-child {
  margin-bottom: 0;
}
.main-menu-nav-category-link {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  margin-top: 1.25rem;
  color: #96b0cf;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.main-menu-nav-category-link::after {
  content: "";
  position: absolute;
  background-image: url("../images/icons/icon-arrow-navbar.svg");
  width: 0.81rem;
  height: 0.81rem;
  top: 50%;
  margin-left: 0.31rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
.main-menu-nav-category-link:hover {
  color: #3B61FF;
}
.main-menu-nav-category-link:hover::after {
  margin-left: 0.625rem;
  background-image: url("../images/icons/icon-arrow-navbar-blue.svg");
}
.main-menu-products {
  padding: 2.5rem 1.75rem 0 0.5rem;
}
.main-menu-products-row {
  max-height: 26.5rem;
}

.scrollbar-dark.main-menu-nav {
  margin-right: -1rem;
}

/* SECTION SALE */
/* CARD SALE */
.card-sale {
  height: 24.7rem;
  width: 100%;
}
.card-sale-banner {
  padding: 1.875rem;
  background: #fafafa;
}
.card-sale-img {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-sale .btn-white-section-sale {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.card-sale .btn-white {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.card-gutter:not(.slick-slider) {
  /*  margin-top: calc(-1 * $card-gutter); */
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-gutter:not(.slick-slider) > * {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 1.5rem;
}

.card-gutter.slick-slider {
  /*  margin-top: calc(-1 * $card-gutter); */
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
.card-gutter.slick-slider .slick-slide {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-top: 1.5rem;
}

/* CARD PRODUCT */
.card-product {
  min-height: 22.25rem;
  width: 18.375rem;
  height: 100%;
  color: #292D32;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
}
.card-product:hover.card-product:before {
  box-shadow: 0px 1px 14px rgba(13, 26, 80, 0.11);
}
.card-product:hover .card-product-image img {
  transform: scale(1.1);
}
.card-product::before {
  content: "";
  border-radius: 0.75rem;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  top: 30%;
  height: 70%;
  transition: 0.3s ease-in-out;
}
.card-product-image {
  width: 12.8rem;
  margin: 0 auto;
  display: block;
  z-index: 0;
}
.card-product-image img {
  transition: 0.5s ease-in-out;
}
.card-product-body {
  height: 100%;
  padding: 2rem 2.56rem;
}
.card-product-body-content {
  position: relative;
}

.card-product-light-cream::before {
  background-color: #FFF8EE;
}

.card-product-light-grey::before {
  background-color: #F7F7F9;
}

.card-product-light-azure::before {
  background-color: #F0FFFF;
}

.card-product-light-purple::before {
  background-color: #EEF3FF;
}

.card-product-light-white::before {
  background-color: #FFF;
  border: 1px solid #E3E3E3;
}

/* CARD PRODUCT MENU */
.card-product-menu {
  width: 100%;
}

/* CARD MAIN CATEGORY */
.main-category-card-container {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.main-category-card {
  height: 100%;
  padding: 1.5rem;
}
.main-category-card-list {
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 10rem;
  color: rgba(41, 45, 50, 0.5);
}
.main-category-card-list li {
  display: inline;
}
.main-category-card-list li::after {
  content: ", ";
}
.main-category-card-list a {
  color: rgba(41, 45, 50, 0.5);
  font-size: 1.125rem;
  text-decoration: none;
}
.main-category-card .link-more {
  color: rgba(41, 45, 50, 0.5);
  font-size: 1.125rem;
  text-decoration: none;
}
.main-category-card button {
  box-shadow: 0px 11px 26px rgba(0, 8, 41, 0.12);
}

/* SECTION ADVERTISEMENT */
.section-advertisement {
  padding: 3.75rem 0;
  justify-content: center;
}
.section-advertisement-img {
  width: 75%;
  float: right;
}

.container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  gap: 1rem 1rem;
  grid-auto-flow: row;
  grid-template-areas: "design-card-01 design-card-02" "design-card-03 design-card-03" "design-card-04 design-card-04" "design-card-05 design-card-07" "design-card-06 design-card-07" "design-card-08 design-card-09";
}

.design-card {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 15.4rem;
  cursor: pointer;
}

.design-card-01 {
  grid-area: design-card-01;
  background-image: url("../../dist/images/our-designs/brand-name.png");
}

.design-card-02 {
  grid-area: design-card-02;
  background-image: url("../../dist/images/our-designs/design-talks.png");
}

.design-card-03 {
  grid-area: design-card-03;
  background-image: url("../../dist/images/our-designs/home-for-sell.png");
}

.design-card-04 {
  grid-area: design-card-04;
  background-image: url("../../dist/images/our-designs/flyer.png");
}

.design-card-05 {
  grid-area: design-card-05;
  background-image: url("../../dist/images/our-designs/business-card-03.png");
}

.design-card-06 {
  grid-area: design-card-06;
  background-image: url("../../dist/images/our-designs/business-card-02.png");
}

.design-card-07 {
  grid-area: design-card-07;
  background-image: url("../../dist/images/our-designs/business-card-04.png");
}

.design-card-08 {
  grid-area: design-card-08;
  background-image: url("../../dist/images/our-designs/business-card-01.png");
}

.design-card-09 {
  grid-area: design-card-09;
  background-image: url("../../dist/images/our-designs/flyer-01.png");
}

/* BOTTONS */
button:focus:not(:focus-visible) {
  outline: none !important;
}

.btn-link {
  text-decoration: none;
  font-weight: 700;
}

.btn-animation-arrow {
  position: relative;
}
.btn-animation-arrow:hover .btn-animation-arrow-right {
  transform: translate3d(10px, 0, 0);
}
.btn-animation-arrow .btn-animation-arrow-right {
  transition: transform 0.3s ease;
  vertical-align: middle;
  position: relative;
}

.btn {
  text-transform: capitalize;
}

.btn-white {
  box-shadow: 0px 4px 36px rgba(181, 185, 220, 0.25);
}
.btn-white:hover {
  background-color: #F7F7F9;
}

.btn-white-with-border {
  border: 1px solid #C8C8D0;
  box-shadow: none;
  transition: ease 0.3s;
  background-color: #FFF;
}
.btn-white-with-border:hover {
  background-color: #F7F7F9;
  border: 1px solid #C8C8D0;
  color: #292D32 !important;
}

.btn-circle {
  border: none;
  color: #FFF;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.btn-icon-link-white {
  text-decoration: none;
  color: #FFF;
  transition: 0.3s ease-in;
}
.btn-icon-link-white:hover {
  color: #5EB8F4;
}

.btn-icon-link-black {
  text-decoration: none;
  color: #000;
  transition: 0.3s ease-in;
}
.btn-icon-link-black:hover {
  color: #3B61FF;
}

.btn-close {
  width: 0.8125rem;
  height: 0.8125rem;
  background-size: cover;
  box-sizing: border-box;
  opacity: 1;
}

.medium-btn-circle {
  box-shadow: 0px 11px 26px rgba(0, 8, 41, 0.12);
  width: 4rem;
  height: 4rem;
}

/* SLICK SLIDER */
.slick-slider-dots {
  margin-top: 1.37rem;
}
.slick-slider-dots .slick-dots {
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.slick-slider-dots .slick-dots li {
  border: 1px solid #C8C8D0;
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  margin: 0 0.5rem;
  cursor: pointer;
}
.slick-slider-dots .slick-dots .slick-active {
  background: #C8C8D0;
}
.slick-slider-dots .slick-dots button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.slick-slider-dots .slick-dots button:focus-visible {
  outline: none;
}

.slick-cards .slick-track {
  padding-bottom: 0.9rem;
}

/* BOOTSTRAP SLIDER CAROUSEL*/
.header-top-slider-link {
  width: 80%;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
}
.header-top-slider-link:hover {
  transition: 0.3s ease-in;
  color: #e3e9f1;
}

#sliderHeaderAdvertisement .carousel-control-prev, #sliderHeaderAdvertisement .carousel-control-next {
  width: 10%;
  opacity: 1;
}
#sliderHeaderAdvertisement .carousel-control-prev-icon, #sliderHeaderAdvertisement .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
}

/* ICONS */
#btnBurger.active .icon-burger span:nth-of-type(1) {
  width: 100%;
  transform-origin: unset;
  transform: rotatez(45deg) translate(2px, 2px);
}
#btnBurger.active .icon-burger span:nth-of-type(2) {
  width: 100%;
  transform-origin: unset;
  transform: rotatez(-45deg) translate(2px, -2px);
}
#btnBurger.active .icon-burger span:nth-of-type(3) {
  display: none;
}

.icon-burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  cursor: pointer;
}
.icon-burger span {
  background: #fff;
  border-radius: 10px;
  height: 2px;
  margin: 2px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.icon-burger span:nth-of-type(1) {
  width: 100%;
}
.icon-burger span:nth-of-type(2) {
  width: 70%;
}
.icon-burger span:nth-of-type(3) {
  width: 30%;
}

.lifebuoy-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../../dist/images/icons/lice-lifebuoy.svg");
}

/* SECTION SERVICE DESIGN*/
.service-design {
  background-image: url("../images/img-main/laptop_with_project.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.service-design-card {
  padding: 2rem;
}
.service-design-card-desc {
  padding: 1.625rem;
}

/* FOOTER */
footer {
  background-color: #292D32;
  color: #FFF;
}
footer .footer-logo {
  max-width: 19rem;
  width: 100%;
  margin: 0 auto;
}
footer .footer-menu-link {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  color: #FFF;
  transition: all 0.3s;
}
footer .footer-menu-link:hover {
  color: #5EB8F4;
}

.banner-footer {
  position: relative;
  top: -13.56rem;
  background: linear-gradient(0deg, rgba(59, 97, 255, 0.6), rgba(59, 97, 255, 0.6)), linear-gradient(180deg, rgba(59, 97, 255, 0.8) 24.8%, rgba(59, 97, 255, 0) 100%), url("../../dist/images/img-main/banner-subscribe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2.8rem;
}

.footer-mobile-collapse {
  padding-left: 1.25rem;
}

/* COLLAPSE */
.collapse-button.collapsed::after {
  content: "";
  background-image: url("../../dist/images/icons/icon-plus.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
  transform: rotate(180deg);
}

.collapse-button:not(.collapsed):after {
  transition: 0.3s;
  transform: rotate(-180deg);
  content: "";
  background-image: url("../../dist/images/icons/add.svg");
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-repeat: no-repeat;
}

/* FORM MAIL */
.form-mail-input.form-control:focus {
  color: unset;
  background-color: unset;
  border: none;
  outline: 0;
}

.form-mail {
  max-width: 34.9rem;
  margin: 0 auto;
  background: rgba(41, 45, 50, 0.25);
  backdrop-filter: blur(8px);
  height: 5.3rem;
  border-radius: 2.5rem;
  position: relative;
}
.form-mail-input {
  width: 100%;
  height: 100%;
  border: none;
  font-weight: 500;
  font-size: 1.5rem !important;
  border: 3px solid #FFF !important;
  border-radius: 2.5rem;
  background: #FFF;
  background: transparent;
  padding: 1.2rem 0 1.2rem 1.8rem;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
}
.form-mail-input::placeholder {
  color: #FFF;
}
.form-mail-button {
  position: absolute;
  height: 85%;
  top: 6px;
  right: 6px;
  border: 0;
  background: #FFF;
  background-blend-mode: soft-light;
  font-size: 1.5rem;
  color: #FFF;
  outline: none;
  margin: 0;
  border-radius: 6.25rem;
  z-index: 2;
  transition: all 0.3s;
  padding: 0;
}
.form-mail-button .icon-btn-send {
  display: block;
  position: absolute;
  left: 1.9rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.form-mail-button .text {
  display: none;
  color: black;
}

.form-mail-button {
  width: 75px;
  animation: animateButtonSendOut 1s cubic-bezier(1.36, 0.07, 0.19, 0.97) both;
}
.form-mail-button:hover {
  width: 97.8%;
  animation: animateButtonSendIn 1s cubic-bezier(0.36, 0.07, 0.19, 3.97) both;
  transform: translate3d(0, 0, 0);
  right: 6px !important;
}
.form-mail-button:hover .icon-btn-send {
  display: none;
}
.form-mail-button:hover + .form-mail-input::placeholder {
  opacity: 0;
}
.form-mail-button:hover .text {
  display: block;
}

@keyframes animateButtonSendIn {
  100% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  80% {
    transform: translate3d(0, 0, 0);
    right: -5px;
  }
  60% {
    transform: translate3d(0, 0, 0);
    right: 10px;
  }
  0% {
    transform: translate3d(10px, 0, 0);
    right: 0;
  }
}
@keyframes animateButtonSendOut {
  100% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  30% {
    transform: translate3d(0, 0, 0);
    right: -5px;
  }
  0% {
    transform: translate3d(0, 0, 0);
    right: 0;
  }
}
/* MODAL */
.modal-design-flyer-img {
  max-width: 13.5rem;
  margin: 0 auto;
  margin-bottom: 2rem;
}

#modalCookie .modal-body {
  max-height: 31.94rem;
  padding: 0 1rem 1rem 0;
  margin: 2.5rem 1rem 1rem;
}

/* STYLES PAGE PRINT GROUPS */
/* HEADDER ADVERTISING CATEGORY */
header .header-print-groups-desc {
  padding: 15.25rem 0 7.5rem 0;
}

.advertising-category {
  color: #FFF;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #eef3ff;
}
.advertising-category a {
  display: block;
  text-align: center;
  font-weight: 600;
  padding: 1.75rem;
  color: #FFF;
  background-color: #3B61FF;
  text-decoration: none;
  transition: all 0.3s;
}
.advertising-category a:hover {
  background-color: #2f4ecc;
}

/* STYLES PAGE PRINT DETAILS */
/* HEADDER ADVERTISING CATEGORY */
header .header-print-details-desc {
  padding: 13.25rem 0 3.25rem 0;
}

.wrapper-tabel {
  overflow: auto;
  border-radius: 1.25rem;
  border: 1px solid #C8C8D0;
}

.tabel-print-details {
  margin-bottom: 0;
  overflow: hidden;
}
.tabel-print-details tbody {
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  font-size: 1.25rem;
}
.tabel-print-details th, .tabel-print-details td {
  border: 1px solid #C8C8D0;
}

.banner-free-design {
  background: linear-gradient(118.49deg, rgba(59, 97, 255, 0.99) 46.78%, rgba(59, 97, 255, 0) 91.32%), url("../../dist/images/img-main/banner-subscribe.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
.banner-free-design-desc {
  padding: 5.31rem 1.25rem;
}

/* STYLES PAGE ORDER PTOCESS */
/* UPLOAD PROJECT */
.footer-order-process {
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: #000;
  padding: 1.3rem 0;
  z-index: 999;
}

.upload-your-design-card {
  height: 21rem;
  border-radius: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a0aeba;
  transition: all 0.3s;
}
.upload-your-design-card.drop-zone {
  height: 21rem;
}

.interval-between-rows {
  margin: 4rem 0;
}

/* REVIEW DESIGN */
.review-design-card {
  border-radius: 1.25rem;
  width: 100%;
  height: 18.5rem;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.your-design-details {
  background: #FFF;
  border-bottom: 1px solid #F0F0F0;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}

/* PRINTING OPTIONS */
#quantityPrintingOptionsSelect + .tom-select-quontity-black {
  width: 100%;
}
#quantityPrintingOptionsSelect + .tom-select-quontity-black > div.ts-control {
  background-color: #000 !important;
  border: 1px solid #C8C8D0;
  border-radius: 3.75rem;
}
#quantityPrintingOptionsSelect + .tom-select-quontity-black > div.ts-control::before {
  color: #FFF;
}
#quantityPrintingOptionsSelect + .tom-select-quontity-black > div.ts-control input {
  color: #FFF;
}
#quantityPrintingOptionsSelect + .tom-select-quontity-black > div.ts-control input::placeholder {
  color: #FFF;
  opacity: 1;
}

.printing-options {
  margin-top: 2.75rem;
}
.printing-options input[type=radio]:checked + .printing-options-item {
  background-color: #EEF3FF;
  border: 1px solid #3B61FF;
}
.printing-options input[type=radio]:checked + .printing-options-item .printing-options-item-name {
  font-weight: 700;
}
.printing-options-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
.printing-options-image {
  max-width: 5rem;
  width: 100%;
  height: 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* RECOMMENDED PRODUCTS */
.recommended-product-cards > div:nth-last-child(-n+2) {
  display: none;
}

.recommended-product-cart-img {
  overflow: hidden;
  border-radius: 0.625rem;
  min-width: 4.75rem;
  height: 4.75rem;
  background-size: cover;
  background-position: center;
}

/* YOUR CART */
#yourCarts > div {
  padding: 1.5rem 0;
}
#yourCarts > div:nth-child(2n+1) {
  background-color: #F7F7F9;
}

.your-cart-images {
  width: 9.75rem;
  min-height: 9.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.625rem;
}

.your-cart-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: 0.5fr 0.5fr 0.5fr;
  grid-auto-columns: 1fr;
  gap: 24px 24px;
  grid-auto-flow: row;
  grid-template-areas: "your-cart-image your-cart-name" "your-cart-image your-cart-expected-desc" "your-cart-desc your-cart-desc" "your-cart-exction your-cart-exction";
}

.your-cart-image {
  grid-area: your-cart-image;
}

.your-cart-name {
  grid-area: your-cart-name;
}

.your-cart-expected-desc {
  grid-area: your-cart-expected-desc;
}

.your-cart-desc {
  grid-area: your-cart-desc;
}

.your-cart-exction {
  grid-area: your-cart-exction;
}

/* ***********************  MEDIA *********************** */
@media (min-width: 495px) {
  .card-product {
    width: 13.375rem;
  }
  .card-product-menu {
    width: 11.375rem;
  }
  .card-product-menu .card-product-body {
    padding: 1rem 1.56rem;
  }
  .main-category-card-list {
    width: 15rem;
  }
  .tags-link:not(:last-child)::after {
    margin: 0 0.625rem;
  }
  .card-product.card-product-big-size {
    width: 13.375rem;
  }
}
/* SM */
@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-75 {
    width: 75%;
  }
  .p-40 {
    padding: 2.5rem;
  }
  header .slick-slider-dots {
    bottom: 10rem;
  }
  .service-design-card-desc {
    padding: 2.625rem;
  }
  .service-design-card {
    padding: 2.625rem;
  }
  .rounded-sm-circle {
    border-radius: 50%;
  }
  .card-product {
    width: 15.375rem;
  }
  .card-product-menu {
    width: 12.375rem;
  }
  #modalCookie .modal-body {
    padding: 0 2.5rem 2.5rem 2.5rem;
    margin: 2.5rem 1.5rem 1.5rem;
  }
  .scrollbar-dark.main-menu-nav {
    margin-right: -1.5rem;
  }
  .main-menu-products {
    padding: 2.5rem 1.75rem 0 1.75rem;
  }
  .offcanvas-body {
    padding: 2rem;
    padding-top: 0;
  }
  .offcanvas-footer {
    padding: 2rem;
  }
  .cart-item-header-name {
    width: 17rem;
  }
  .banner-free-design-desc {
    padding: 7.18rem 4rem;
  }
  .review-design-card {
    max-width: 36rem;
    height: 20rem;
  }
}
@media (min-width: 600px) {
  #sliderHeaderAdvertisement .carousel-control-prev, #sliderHeaderAdvertisement .carousel-control-next {
    width: 15%;
  }
  .slick-slider-dots {
    margin-top: 2.19rem;
  }
  .service-design-card-desc {
    padding: 3.75rem;
  }
  .container-grid {
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 1.5rem 1.5rem;
    grid-template-areas: "design-card-01 design-card-02 design-card-03" "design-card-04 design-card-04 design-card-07" "design-card-05 design-card-09 design-card-07" "design-card-06 design-card-08 design-card-07";
  }
  .design-card {
    min-height: 9.75rem;
  }
  .sticky nav.navbar {
    padding: 0 3.25rem;
  }
}
/* MD */
@media (min-width: 768px) {
  .w-md-100 {
    width: 100%;
  }
  .w-md-auto {
    width: auto !important;
  }
  h1 {
    font-size: 4rem;
  }
  h3 {
    margin-bottom: 2.75rem;
  }
  .main-menu-products {
    padding: 2.5rem 3.75rem 0 3.75rem;
  }
  .service-design-card {
    padding: 3.75rem 0;
  }
  .card-sale {
    max-width: 21rem;
  }
  .main-category-card {
    padding: 3rem;
  }
  .rounded-md-circle {
    border-radius: 50%;
  }
  .scrollbar-dark.main-menu-products-row {
    margin-right: -3.5rem;
  }
  .big-btn-azure-circle {
    width: 5.125rem;
    height: 5.125rem;
  }
  .section-advertisement {
    padding: 3.75rem 0 3.75rem 2.8rem;
    justify-content: start;
    align-items: center;
  }
  .section-advertisement-img {
    width: 100%;
  }
  .banner-footer {
    padding: 4.4rem;
  }
  .card-product {
    width: 13.5rem;
    min-height: 19.5rem;
  }
  .card-product-image {
    width: 11.25rem;
  }
  .card-product-body {
    padding: 1.5rem 1.625rem;
  }
  .card-product.card-product-big-size {
    width: 18.5rem;
    min-height: 27rem;
  }
  .card-product.card-product-big-size .card-product-image {
    width: 15.4rem;
  }
  .card-product-menu {
    width: 16.5rem;
  }
  .language-settings ul {
    right: 3rem;
  }
  .language-settings .selected-lang .language-settings-text {
    display: inline-block;
  }
  .upload-your-design-card {
    height: 18.5rem;
  }
  .upload-your-design-card.drop-zone {
    height: 18.5rem;
  }
  #quantityPrintingOptionsSelect + .tom-select-quontity-black {
    width: auto;
  }
  .recommended-product-cards > div:nth-last-child(-n+1) {
    display: block;
  }
}
/* LG */
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .header-logo,
  footer .footer-logo {
    max-width: 12.25rem;
  }
  header .slick-slider-dots {
    bottom: 6rem;
  }
  footer .footer-logo {
    margin: 0;
  }
  .rounded-lg-end {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-lg-circle {
    border-radius: 50%;
  }
  .card-sale .btn-white-section-sale {
    left: 1.5rem;
    width: auto;
    transform: none;
  }
  .card-sale {
    max-width: 18.5rem;
  }
  .collapse.show-lg {
    display: block;
  }
  .section-advertisement {
    padding: 3.75rem 0 3.75rem 2.8rem;
  }
  .section-advertisement-img {
    margin-top: 35%;
  }
  #mainMenu .p-40 {
    padding-left: 1.5rem;
  }
  .card-product-menu {
    width: 10.5rem;
  }
  .footer-mobile-collapse {
    padding-left: 0;
  }
  .banner-free-design {
    background: linear-gradient(98.21deg, rgba(59, 97, 255, 0.99) 18.2%, rgba(59, 97, 255, 0) 62.88%), url("../../dist/images/img-main/banner-subscribe.jpg");
  }
  .banner-free-design-desc {
    width: 75%;
  }
  .review-design-card {
    max-width: 30rem;
  }
  .your-design-details {
    border-bottom: none;
    border-left: 1px solid #F0F0F0;
  }
  .recommended-product-cards > div:nth-last-child(-n+2) {
    display: block;
  }
  .your-cart-container {
    grid-template-columns: 0.1fr 1fr 0.5fr;
    grid-template-rows: 0.5fr 0.5fr;
    grid-template-areas: "your-cart-image your-cart-name your-cart-name" "your-cart-image your-cart-desc your-cart-exction" "your-cart-image your-cart-expected-desc your-cart-exction";
  }
}
/* XL */
@media (min-width: 1200px) {
  h1 {
    font-size: 6rem;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .card-sale {
    max-width: 22.25rem;
  }
  .main-category-card {
    padding: 3.25rem;
    padding-right: 2.5rem;
  }
  .main-category-card .rounded-xl-circle {
    border-radius: 50%;
  }
  .big-btn-azure-circle {
    width: 5.875rem;
    height: 5.875rem;
  }
  .container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1.5fr;
    grid-template-rows: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    grid-template-areas: "design-card-03 design-card-02 design-card-01 design-card-01 design-card-08 design-card-07" "design-card-06 design-card-04 design-card-04 design-card-05 design-card-09 design-card-07";
  }
  .design-card {
    min-height: 10.56rem;
  }
  .card-product {
    width: 16.25rem;
    min-height: 23.5rem;
  }
  .card-product-image {
    width: 13.5rem;
  }
  .card-product-body {
    padding: 1.375rem;
  }
  .card-product.card-product-big-size {
    width: 19.125rem;
    min-height: 27rem;
  }
  .card-product.card-product-big-size .card-product-image {
    width: 16rem;
  }
  .card-product.card-product-big-size .card-product-body {
    padding: 1.562rem 2.18rem;
  }
  .card-product-menu {
    width: 12.25rem;
  }
  #mainMenu .p-40 {
    padding-left: 2.5rem;
  }
  .banner-free-design-desc {
    width: 50%;
  }
  .review-design-card {
    max-width: 43.5rem;
  }
  #yourCarts > div {
    padding: 2rem 0;
  }
}
/* XXL */
@media (min-width: 1400px) {
  .p-xl-40 {
    padding: 2.5rem;
  }
  .p-xl-50 {
    padding: 3.125rem;
  }
  .main-category-card-list.main-category-card-big {
    float: none;
    max-height: 20.5rem;
  }
  .main-category-card-list.main-category-card-big li {
    display: block;
  }
  .main-category-card-list.main-category-card-big li::after {
    content: "";
  }
  .main-category-card-link {
    margin-bottom: 2.125rem;
  }
  .main-category-card-link a {
    margin-bottom: 0.75rem;
  }
  .card-sale {
    max-width: 25.94rem;
  }
  .design-card {
    min-height: 12.4rem;
  }
  .card-product {
    width: 12.25rem;
    min-height: 17.4rem;
  }
  .card-product-image {
    width: 10.25rem;
  }
  .card-product-body {
    padding: 1.125rem 1rem;
  }
  .card-product.card-recommended-product-size {
    width: 19rem;
    min-height: 27rem;
  }
  .card-product.card-recommended-product-size .card-product-image {
    width: 16rem;
  }
  .btn-view-container {
    position: relative;
    transition: all 0.3s;
  }
  .btn-view-container:hover a {
    color: #6ebff5;
  }
  .btn-view-container:hover button {
    background-color: #76c3f6;
    border-color: #6ebff5;
  }
  .btn-view-container:hover button .btn-animation-arrow-right {
    transform: translate3d(10px, 0, 0);
  }
  .btn-view-container a {
    color: #2da4f3;
    position: absolute;
    right: 8.25rem;
    bottom: 1rem;
    text-decoration: none;
  }
  .btn-view-container button {
    position: absolute;
    right: 0;
    bottom: -1rem;
  }
  .main-category-card-container {
    display: block;
  }
  .main-category-card {
    min-width: 26rem;
  }
  .card-gutter {
    margin-top: -1.5rem;
  }
  .review-design-card {
    max-width: 39rem;
    height: 22.5rem;
  }
}
/* SM */
@media (max-width: 576px) {
  .modal-body {
    padding: 0;
    padding-top: 1.5rem;
  }
  .p-sm-50 {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .modal-xl {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}