@charset "UTF-8";
.displayResposive {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 576px) {
  .displayResposive.show-xs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .displayResposive.show-sm {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .displayResposive.show-md {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .displayResposive.show-lg {
    display: block;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .displayResposive.show-xl {
    display: block;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1920px) {
  .displayResposive.show-xxl {
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .displayResposive.show-3xl {
    display: block;
  }
}

html.debugMode:before {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 5px;
  top: 5px;
  background: red;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
html.debugMode:after {
  z-index: 10000;
  content: "";
  position: fixed;
  right: 40px;
  top: 5px;
  background: blue;
  color: #fff;
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media screen and (min-width: 1px) {
  html.debugMode:after {
    content: "xs";
    display: flex;
  }
}
@media screen and (min-width: 577px) {
  html.debugMode:after {
    content: "sm";
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  html.debugMode:after {
    content: "md";
    display: flex;
  }
}
@media screen and (min-width: 993px) {
  html.debugMode:after {
    content: "lg";
    display: flex;
  }
}
@media screen and (min-width: 1201px) {
  html.debugMode:after {
    content: "xl";
    display: flex;
  }
}
@media screen and (min-width: 1401px) {
  html.debugMode:after {
    content: "xxl";
    display: flex;
  }
}
@media screen and (min-width: 1921px) {
  html.debugMode:after {
    content: "3xl";
    display: flex;
  }
}
@media screen and (min-width: 2561px) {
  html.debugMode:after {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 2559px) {
  html.debugMode:before {
    content: "4xl";
    display: flex;
  }
}
@media screen and (max-width: 1919px) {
  html.debugMode:before {
    content: "3xl";
    display: flex;
  }
}
@media screen and (max-width: 1399px) {
  html.debugMode:before {
    content: "xxl";
    display: flex;
  }
}
@media screen and (max-width: 1199px) {
  html.debugMode:before {
    content: "xl";
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  html.debugMode:before {
    content: "lg";
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  html.debugMode:before {
    content: "md";
    display: flex;
  }
}
@media screen and (max-width: 575px) {
  html.debugMode:before {
    content: "sm";
    display: flex;
  }
}
@media screen and (max-width: -1px) {
  html.debugMode:before {
    content: "xs";
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  header .container {
    max-width: 610px;
  }
  header .menu {
    display: none;
  }
  header .mobileMenuOpen {
    display: block;
  }
  header .logo {
    height: 38px;
  }
  header .rightMenu .sample, header .rightMenu .borderBtn {
    display: none;
  }
  header .rightMenu .userAction .cart, header .rightMenu .userAction .profile {
    width: 30px;
  }
  header .mobileMenu {
    padding: 45px 28px;
  }
  header .mobileMenu .rightMenu {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }
  header .mobileMenu .rightMenu .sample {
    display: flex;
    color: #000;
    font-size: 13px;
  }
  header .mobileMenu .rightMenu .sample .imgArea {
    width: 35px;
    height: 35px;
  }
  header .mobileMenu .rightMenu .sample .imgArea:after {
    width: 34px;
    height: 32px;
  }
  header .mobileMenu .rightMenu .borderBtn {
    padding: 8px 12px;
    font-size: 14px;
    display: flex;
  }
  header .mobileMenu .menu {
    height: calc(100% - 230px);
    margin: 50px 0 0;
  }
  header.headerType2 .mobileMenu {
    padding: 73px 28px 45px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  header .container {
    max-width: 610px;
  }
  header .menu {
    display: none;
  }
  header .mobileMenuOpen {
    display: block;
  }
  header .rightMenu .sample, header .rightMenu .borderBtn {
    display: none;
  }
  header .mobileMenu {
    padding: 45px 75px;
  }
  header .mobileMenu .rightMenu {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }
  header .mobileMenu .rightMenu .sample {
    display: flex;
    color: #000;
  }
  header .mobileMenu .rightMenu .borderBtn {
    display: flex;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  header .menu {
    display: none;
  }
  header .mobileMenuOpen {
    display: block;
  }
  header .rightMenu .sample, header .rightMenu .borderBtn {
    display: none;
  }
  header .mobileMenu .rightMenu {
    display: flex;
    justify-content: center;
    margin-top: auto;
  }
  header .mobileMenu .rightMenu .sample {
    display: flex;
    color: #000;
  }
  header .mobileMenu .rightMenu .borderBtn {
    display: flex;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 15px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  header .container {
    max-width: 1300px;
  }
  header .logo {
    height: 40px;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 10px;
  }
  header .menu ul li a {
    font-size: 14px;
  }
  header .rightMenu .sample {
    font-size: 13px;
  }
  header .rightMenu .borderBtn {
    padding: 8px 12px;
    font-size: 14px;
  }
  header .rightMenu .userAction .cart, header .rightMenu .userAction .profile {
    width: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  header .container {
    max-width: 1300px;
  }
  header .menu {
    margin-left: 20px;
  }
  header .menu ul {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  footer .footerLeft {
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footerLeft .titleArea {
    order: 2;
    text-align: center;
  }
  footer .footerLeft .title {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  footer .footerLeft .text {
    font-size: 17px;
    line-height: 24px;
  }
  footer .footerLeft .logo {
    margin: 0;
  }
  footer .footerMenus .footerMenu {
    padding: 40px 30px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  footer .footerMenus .footerMenu .menu .title {
    margin-bottom: 15px;
  }
  footer .footerMenus .footerMenu .menu .title:after {
    display: none;
  }
  footer .footerMenus .footerMenu .contact {
    width: 100%;
  }
  footer .footerMenus .footerMenu .contact .language {
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
  footer .footerMenus .footerBottom {
    padding: 20px 30px;
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .footerMenus .footerBottom .policy {
    gap: 5px 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  footer .footerLeft {
    gap: 30px;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footerLeft .titleArea {
    order: 2;
    text-align: center;
  }
  footer .footerLeft .title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  footer .footerLeft .logo {
    margin: 0;
  }
  footer .footerMenus .footerMenu {
    padding: 40px 30px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .footerMenus .footerMenu .menu {
    width: calc(50% - 10px);
  }
  footer .footerMenus .footerMenu .menu .title {
    margin-bottom: 15px;
  }
  footer .footerMenus .footerMenu .menu .title:after {
    display: none;
  }
  footer .footerMenus .footerMenu .contact {
    width: 100%;
  }
  footer .footerMenus .footerMenu .contact .language {
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
  footer .footerMenus .footerBottom {
    padding: 20px 30px;
    flex-direction: column-reverse;
    text-align: center;
  }
  footer .footerMenus .footerBottom .policy {
    gap: 5px 15px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  footer .footerLeft {
    gap: 40px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
  }
  footer .footerLeft .titleArea {
    order: 2;
  }
  footer .footerLeft .title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  footer .footerLeft .logo {
    margin: 0;
  }
  footer .footerMenus .footerMenu {
    padding: 40px 30px;
    gap: 20px;
    flex-wrap: wrap;
  }
  footer .footerMenus .footerMenu .menu {
    width: calc(33.33% - 50px);
  }
  footer .footerMenus .footerMenu .menu .title {
    margin-bottom: 15px;
  }
  footer .footerMenus .footerMenu .menu .title:after {
    display: none;
  }
  footer .footerMenus .footerMenu .contact {
    width: 100%;
  }
  footer .footerMenus .footerMenu .contact .language {
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
  footer .footerMenus .footerBottom {
    padding: 20px 30px;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  footer .footerLeft {
    gap: 40px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
  }
  footer .footerLeft .titleArea {
    order: 2;
  }
  footer .footerLeft .title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  footer .footerLeft .logo {
    margin: 0;
  }
  footer .footerMenus .footerMenu {
    padding: 40px 30px 30px 60px;
  }
  footer .footerMenus .footerBottom {
    padding: 15px 30px 20px 60px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  footer .footerLeft {
    gap: 40px;
    align-items: center;
    flex-direction: row;
    margin-bottom: 50px;
  }
  footer .footerLeft .titleArea {
    order: 2;
  }
  footer .footerLeft .title {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  footer .footerLeft .logo {
    margin: 0;
  }
  footer .footerMenus .footerMenu {
    padding: 40px 50px 30px 80px;
  }
  footer .footerMenus .footerBottom {
    padding: 15px 50px 20px 80px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sample .imgArea {
    width: 35px;
    height: 35px;
  }
  .sample .imgArea:after {
    width: 34px;
    height: 32px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .sample .imgArea {
    width: 35px;
    height: 35px;
  }
  .sample .imgArea:after {
    width: 34px;
    height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .pageTitle1 {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }
  .pageTitleArea {
    flex-direction: column;
    gap: 20px;
  }
  .pageTitleArea .title {
    text-align: left;
    max-width: 100%;
    font-size: 18px;
    text-align: center;
  }
  .accountBanner {
    margin-bottom: 30px;
  }
  .accountBanner .container > .content {
    margin-top: 130px;
  }
  .accountBanner.type5 .container > .content {
    margin-top: 110px;
  }
  .pageText {
    font-size: 16px !important;
    line-height: 22px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .pageTitleArea {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pageTitleArea .title {
    text-align: left;
    max-width: 100%;
  }
  .pageText {
    font-size: 16px !important;
    line-height: 22px;
    margin: 0 auto 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .pageTitleArea {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .pageTitleArea .title {
    text-align: left;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  section.mainBg .animationImages .package1 {
    height: 60px;
    left: 0;
    top: 18%;
  }
  section.mainBg .animationImages .package2 {
    height: 84px;
    top: 42%;
  }
  section.mainBg .animationImages .package3 {
    left: 0;
    top: 60%;
  }
  section.mainBg .animationImages .package4 {
    height: 46px;
    top: 46%;
    right: 7%;
  }
  section.mainBg .animationImages .package5 {
    height: 92px;
    top: 15%;
    right: 26px;
  }
  section.mainBg .animationImages .package6 {
    height: 59px;
    top: 61%;
    right: 2%;
  }
  section.mainBg .animationImages .package7 {
    height: 108px;
    right: 13%;
  }
  section.mainBg .content {
    padding-top: 185px;
    padding-bottom: 30px;
  }
  section.mainBg .content .title {
    font-size: 22px;
    line-height: 32px;
  }
  section.mainBg .content .title img {
    height: 35px;
  }
  section.mainBg .content .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainBg .content .mainGetOrder {
    margin-top: 100px;
    flex-direction: column;
  }
  section.mainCategory .container-fluid {
    padding-left: 12px;
  }
  section.mainCategory .mainProductSlide .owl-stage {
    display: block !important;
  }
  section.mainCategory .mainProductSlide .owl-stage .item {
    display: flex;
    width: 100%;
  }
  section.mainCategory .pageTitle {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  section.mainCategory .pageTitle img {
    width: 25px;
    height: 21px;
  }
  section.mainCategory .bottomText {
    margin-top: 35px;
    text-align: center;
  }
  section.designHelp {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.designHelp .textArea {
    margin: 0;
  }
  section.designHelp .textArea .title {
    font-size: 24px;
    text-align: center;
  }
  section.designHelp .textArea .text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  section.designHelp .text {
    text-align: center;
  }
  .digitalCards .row {
    gap: 20px;
  }
  section.ambalajForm {
    padding: 20px;
  }
  section.ambalajForm .formGrid img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  section.ambalajForm .content .title {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  section.ambalajForm .content .title b {
    font-size: 37px;
    line-height: 45px;
  }
  section.ambalajForm .content .title:after {
    display: none;
  }
  section.ambalajForm .content .buttons {
    justify-content: center;
  }
  section.ambalajForm .content .buttons img {
    display: none;
  }
  .gridArea {
    display: none;
  }
  .mobileGridTabs {
    display: block;
  }
  .mobileGridTabs > .title {
    font-size: 21px;
  }
  .mobileGridTabs .mainTabsContent {
    padding: 30px 20px 50px;
  }
  .mobileGridTabs .mainTabsContent .title {
    font-size: 18px;
  }
  .mobileGridTabs .mainTabsContent .text {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 410px) {
  section.designHelp .buttons .double {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  section.designHelp .text {
    text-align: center;
  }
  section.ambalajForm .content .buttons {
    flex-direction: column;
  }
  .gridArea {
    display: none;
  }
  .mobileGridTabs {
    display: block;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.mainBg .content {
    padding-top: 185px;
  }
  section.mainBg .content .title {
    font-size: 30px;
    line-height: 32px;
  }
  section.mainBg .content .title img {
    height: 40px;
  }
  section.mainBg .content .items {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.mainBg .content .mainGetOrder {
    margin-top: 150px;
  }
  section.mainBg .animationImages .package1 {
    height: 60px;
    left: 0;
    top: 13%;
  }
  section.mainBg .animationImages .package2 {
    height: 130px;
  }
  section.mainBg .animationImages .package3 {
    left: 55%;
  }
  section.mainBg .animationImages .package6 {
    height: 59px;
    top: 61%;
    right: 2%;
  }
  section.mainBg .animationImages .package7 {
    height: 108px;
    right: 13%;
  }
  section.mainCategory .container-fluid {
    padding-left: 12px;
  }
  section.mainCategory .mainProductSlide .owl-stage {
    display: block !important;
  }
  section.mainCategory .mainProductSlide .owl-stage .item {
    display: flex;
    width: 100%;
  }
  section.mainCategory .pageTitle {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  section.mainCategory .pageTitle img {
    width: 25px;
    height: 21px;
  }
  section.mainCategory .bottomText {
    margin-top: 35px;
    text-align: center;
  }
  section.designHelp {
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  section.designHelp .textArea {
    margin: 0;
  }
  section.designHelp .textArea .title {
    font-size: 24px;
    text-align: center;
  }
  section.designHelp .textArea .text {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
  section.designHelp .text {
    text-align: center;
  }
  .digitalCards .row {
    gap: 20px;
  }
  section.ambalajForm {
    padding: 20px;
  }
  section.ambalajForm .formGrid img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  section.ambalajForm .content .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.ambalajForm .content .title b {
    line-height: 38px;
    font-size: 45px;
  }
  section.ambalajForm .content .buttons img {
    display: none;
  }
  .formBottomText {
    margin-left: 0;
  }
  .gridArea {
    display: none;
  }
  .mobileGridTabs {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.mainBg .content {
    padding-top: 185px;
  }
  section.mainBg .content .title {
    font-size: 40px;
  }
  section.mainBg .content .title img {
    height: 56px;
  }
  section.mainBg .content .mainGetOrder {
    margin-top: 150px;
  }
  section.mainBg .animationImages .package2 {
    height: 170px;
  }
  section.mainBg .animationImages .package3 {
    left: 55%;
  }
  section.mainBg .animationImages .package6 {
    height: 59px;
    top: 61%;
    right: 2%;
  }
  section.mainBg .animationImages .package7 {
    height: 108px;
    right: 13%;
  }
  section.designHelp {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 50px 70px;
  }
  section.designHelp .textArea {
    margin: 0;
  }
  section.designHelp .textArea .title {
    text-align: center;
  }
  section.designHelp .textArea .text {
    text-align: center;
  }
  section.designHelp .text {
    text-align: center;
  }
  section.ambalajForm {
    padding: 0 70px 0 90px;
  }
  section.ambalajForm .formGrid img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  section.ambalajForm .content {
    bottom: 38px;
  }
  section.ambalajForm .content .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.ambalajForm .content .title b {
    font-size: 37px;
  }
  section.ambalajForm .content .buttons img {
    display: none;
  }
  .gridArea {
    display: none;
  }
  .mobileGridTabs {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.mainBg .content .title {
    font-size: 50px;
  }
  section.mainBg .content .title img {
    height: 56px;
  }
  section.mainBg .animationImages .package2 {
    height: 170px;
  }
  section.designHelp {
    gap: 20px;
    padding: 50px 70px;
  }
  section.designHelp .textArea {
    margin: 0;
  }
  section.ambalajForm .content .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.ambalajForm .content .title b {
    font-size: 37px;
  }
  section.ambalajForm .content .buttons img {
    display: none;
  }
  .gridArea .tabs .box .text b {
    font-size: 25px;
  }
  .gridArea .tabs .box .textline2 {
    padding-left: 20px;
  }
  .gridArea .tabs .box .boxContent {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.mainBg .content .title {
    font-size: 60px;
  }
  section.mainBg .content .title img {
    height: 56px;
  }
  section.designHelp {
    gap: 20px;
    padding: 50px 70px;
  }
  section.designHelp .textArea {
    margin: 0;
  }
  section.ambalajForm .content {
    bottom: 0;
  }
  section.ambalajForm .content .title {
    font-size: 28px;
    line-height: 38px;
  }
  section.ambalajForm .content .title b {
    font-size: 37px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .editorContentArea {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .accordionItem .accordionHeader {
    padding: 20px 40px 25px 20px;
    font-size: 20px;
    line-height: 25px;
  }
  .accordionItem .accordionHeader:after {
    right: 20px;
  }
  .accordionItem .accordionBody {
    padding: 0 20px;
  }
  .accordionItem.active .accordionBody {
    padding: 0 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  .formBottomText {
    margin-left: 0;
    font-size: 15px;
    line-height: 25px;
  }
  .inputArea input {
    padding: 18px 20px 18px 45px;
  }
  .inputArea textarea {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .inputArea textarea::-moz-placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .inputArea textarea::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .inputArea:after {
    left: 15px;
    width: 16px;
    height: 12px;
  }
  .inputArea.type3 input {
    padding: 20px !important;
  }
  .inputArea.type4 input {
    padding: 20px !important;
  }
  .searchInputArea input {
    padding: 20px 40px 20px 20px;
  }
  .searchInputArea button {
    right: 20px;
  }
  .select2-container.defaultStyle-md .select2-selection--single .select2-selection__rendered {
    height: 65px;
  }
  .select2-container.defaultStyle-md .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 15px 23px;
  }
  .select2-container.sampleSelect {
    max-width: 100%;
  }
  .select2-container.sampleSelect .select2-selection--single .select2-selection__rendered {
    padding: 17px 40px 17px 20px;
    height: 65px;
  }
  .select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 15px 23px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .inputArea input {
    padding: 18px 20px 18px 45px;
  }
  .inputArea:after {
    left: 15px;
    width: 16px;
    height: 12px;
  }
  .inputArea.type3 input {
    padding: 20px !important;
  }
  .select2-container.sampleSelect {
    max-width: 100%;
  }
  .select2-container.sampleSelect .select2-selection--single .select2-selection__rendered {
    padding: 17px 40px 17px 20px;
    height: 65px;
  }
  .select2-container.sampleSelect .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    padding: 15px 23px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .inputArea input {
    padding: 18px 20px 18px 45px;
  }
  .inputArea:after {
    left: 15px;
  }
  .inputArea.type3 input {
    padding: 20px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .inputArea input {
    padding: 18px 20px 18px 45px;
  }
  .inputArea:after {
    left: 15px;
  }
  .inputArea.type3 input {
    padding: 20px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .inputArea input {
    padding: 18px 20px 18px 45px;
  }
  .inputArea:after {
    left: 15px;
  }
  .inputArea.type3 input {
    padding: 20px !important;
  }
}
@media screen and (max-width: 576px) {
  .navlist1 {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist1 li {
    width: 30%;
  }
  .navlist1::-webkit-scrollbar {
    display: none;
  }
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
  .navlist2::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
  .navlist2::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .navlist2 {
    overflow: hidden;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .navlist2 li a {
    white-space: nowrap;
  }
  .navlist2::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .productCard {
    width: 100%;
    padding: 15px 20px;
  }
  .productCard .title {
    font-size: 22px;
  }
  .productCard2 {
    width: 100%;
    padding: 15px 20px;
    aspect-ratio: unset;
    height: auto;
  }
  .productCard2 .title {
    font-size: 22px;
  }
  .productCard2 .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 42px;
  }
  .productCard2 .productImage {
    right: 11px;
    bottom: 13px;
  }
  .mainInfoCards .row {
    gap: 20px;
  }
  .mainInfoCard {
    padding: 40px 15px;
    margin-bottom: 20px;
  }
  .mainInfoCard .title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
  }
  .mainInfoCard .title:after {
    width: 20px;
    height: 17px;
    left: 0;
  }
  .digitalCard {
    padding: 30px 20px;
  }
  .digitalCard .text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
  }
  .digitalCard .buttons {
    align-items: flex-start;
    flex-direction: column;
  }
  .digitalCard .buttons .digitalBtn {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
  }
  .digitalCard .buttons .imgArea {
    display: none;
  }
  .digitalCard .buttons:before {
    z-index: 1;
    opacity: 0.5;
    height: auto;
    width: 80%;
    max-height: 200px;
    bottom: 0;
    background-position: right;
  }
  .packageCard {
    padding: 25px;
    max-height: 180px;
    margin-bottom: 20px;
  }
  .packageCard .cardTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .packageCardCustom {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .packageCardCustom .title {
    margin-bottom: 180px;
  }
  .packageCardCustom .arrow {
    display: flex;
    height: 100%;
    position: unset;
  }
  .packageCardCustom .arrow:after {
    bottom: auto;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .packageCard2 {
    padding: 20px;
  }
  .packageCard2 .title {
    left: 20px;
    top: 20px;
  }
  .packageCard2 .imgArea .hoverImg {
    right: -10px;
    height: 80px;
  }
  .productCard1 {
    padding: 30px 20px;
  }
  .productCard1 .icon {
    right: 20px;
  }
  .productCard1 .text {
    left: 20px;
    max-width: 160px;
  }
  .productCard1.selected .icon {
    right: 20px;
  }
  .productCard1.type2 {
    padding: 30px 20px;
  }
  .productCardCustom {
    padding: 20px 70px 20px 20px;
  }
  .productCardCustom .title {
    max-width: 100%;
  }
  .productCardCustom:after {
    right: 20px;
  }
  .productCardSolution {
    padding: 20px 30px;
  }
  .supportCard {
    padding: 30px 20px;
    flex-direction: column;
  }
  .supportCard .content {
    width: 100%;
    margin-bottom: 30px;
  }
  .supportCard .swiperArea {
    max-width: 100%;
  }
  .supportCard .swiperArea .supportSlide {
    padding: 40px 20px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev {
    opacity: 0.25;
    transform: scale(0.86);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev .supportSlideItem {
    margin-left: 30px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active .supportSlideItem {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next {
    opacity: 0.25;
    transform: scale(0.65);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next .supportSlideItem {
    margin-right: -40px;
    margin-left: auto;
  }
  .supportCard .swiperArea:after {
    width: 100%;
  }
  .supportCard .supportImgArea {
    max-width: 100%;
    padding: 0;
  }
  .supportCard .supportImgArea .imgArea {
    position: relative;
    top: unset;
    right: unset;
    max-height: 200px;
    height: 100%;
  }
  .supportContactCard {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .supportContactCard .textArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  .supportContactCard .textArea a {
    font-size: 18px;
  }
  .supportContactCard .textArea span {
    font-size: 13px;
  }
  .questionCard {
    padding: 20px;
    position: relative;
  }
  .questionCard .cardTop {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .questionCard .cardTop .imgArea {
    width: 50%;
  }
  .questionCard .cardTop .titleArea .lastUpdate {
    position: absolute;
    left: 20px;
    top: 0;
  }
  .templateCard {
    padding: 20px;
  }
  .templateCard .titleArea .title {
    font-size: 20px;
  }
  .templateCard .imgArea .icon {
    width: 55px;
  }
  .templateInfoCard {
    padding: 40px 20px 20px;
  }
  .detailTabCard.type2 .imgArea {
    margin: 0;
    margin-top: -45px;
    transform: translateY(60px);
  }
  .detailTabCard.type2 .textContent {
    max-height: 150px;
    margin-top: 25px;
    opacity: 1;
  }
  .detailTabCard.type2 .name {
    bottom: calc(100% - 55px);
  }
  .detailTabCard.type3 .textContent {
    max-height: 150px;
    margin-top: 25px;
    opacity: 1;
  }
  .detailTabCard.type3 .imgArea {
    margin-top: -45px;
    transform: translateY(55px);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .productCard {
    width: 100%;
  }
  .productCard .title {
    font-size: 22px;
  }
  .mainInfoCards .row {
    gap: 20px 0;
    justify-content: center;
  }
  .mainInfoCard {
    padding: 40px 15px;
    margin-bottom: 20px;
  }
  .mainInfoCard .title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
  }
  .mainInfoCard .title:after {
    width: 20px;
    height: 17px;
    left: 0;
  }
  .digitalCard {
    padding: 30px 20px;
  }
  .digitalCard .text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
  }
  .digitalCard .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalCard .buttons .digitalBtn {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
  }
  .digitalCard .buttons .imgArea {
    display: none;
  }
  .digitalCard .buttons:before {
    z-index: 1;
    opacity: 0.5;
    height: auto;
    width: 80%;
    max-height: 200px;
    bottom: 0;
    background-position: right;
  }
  .packageCard {
    padding: 25px;
    max-height: 180px;
    margin-bottom: 20px;
  }
  .packageCard .cardTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .packageCardCustom {
    width: 100%;
    padding: 20px;
    position: relative;
  }
  .packageCardCustom .arrow {
    display: flex;
    height: 100%;
    position: unset;
  }
  .packageCardCustom .arrow:after {
    bottom: auto;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .packageCard2 {
    padding: 20px;
  }
  .packageCard2 .title {
    left: 20px;
    top: 20px;
  }
  .packageCard2 .imgArea .hoverImg {
    right: -10px;
    height: 80px;
  }
  .productCardCustom {
    padding: 20px 70px 20px 20px;
  }
  .productCardCustom .title {
    max-width: 100%;
  }
  .productCardCustom:after {
    right: 20px;
  }
  .productCard1 {
    padding: 40px 20px;
  }
  .productCard1 .icon {
    right: 20px;
  }
  .productCard1 .text {
    left: 20px;
    max-width: 160px;
  }
  .productCard1.selected .icon {
    right: 20px;
  }
  .productCard1.type2 {
    padding: 30px 20px;
  }
  .supportCard {
    padding: 30px 20px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev {
    opacity: 0.25;
    transform: scale(0.86);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev .supportSlideItem {
    margin-left: 30px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active .supportSlideItem {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next {
    opacity: 0.25;
    transform: scale(0.65);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next .supportSlideItem {
    margin-right: -40px;
    margin-left: auto;
  }
  .supportCard .swiperArea:after {
    width: 100%;
  }
  .supportContactCard {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .supportContactCard .textArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  .supportContactCard .textArea a {
    font-size: 18px;
  }
  .supportContactCard .textArea span {
    font-size: 13px;
  }
  .questionCard {
    padding: 20px;
  }
  .templateCard {
    padding: 20px;
  }
  .templateCard .titleArea .title {
    font-size: 20px;
  }
  .templateCard .imgArea .icon {
    width: 55px;
  }
  .templateInfoCard {
    padding: 40px 20px 20px;
  }
  .detailTabCard.type2 .imgArea {
    margin: 0;
    margin-top: -45px;
    transform: translateY(60px);
  }
  .detailTabCard.type2 .textContent {
    max-height: 150px;
    margin-top: 25px;
    opacity: 1;
  }
  .detailTabCard.type2 .name {
    bottom: calc(100% - 55px);
  }
  .detailTabCard.type3 .textContent {
    max-height: 150px;
    margin-top: 25px;
    opacity: 1;
  }
  .detailTabCard.type3 .imgArea {
    margin-top: -45px;
    transform: translateY(55px);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .mainInfoCard {
    padding: 40px 15px;
    margin-bottom: 20px;
  }
  .mainInfoCard .title {
    font-size: 16px;
    line-height: 20px;
    padding-left: 30px;
  }
  .mainInfoCard .title:after {
    width: 20px;
    height: 17px;
    left: 0;
  }
  .mainInfoCards .row {
    gap: 20px 0;
    justify-content: center;
  }
  .digitalCard {
    padding: 30px 20px;
  }
  .digitalCard .text {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
  }
  .digitalCard .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalCard .buttons .digitalBtn {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
  }
  .digitalCard .buttons .imgArea {
    display: none;
  }
  .digitalCard .buttons:before {
    z-index: 1;
    opacity: 0.5;
    height: auto;
    width: 80%;
    max-height: 200px;
    bottom: 0;
    background-position: right;
  }
  .packageCard {
    padding: 25px;
  }
  .packageCard .cardTitle {
    font-size: 20px;
    line-height: 24px;
  }
  .stageCard {
    padding: 30px;
  }
  .stageCard.imaged {
    padding-top: 30px;
  }
  .stageCard:after {
    right: 20px;
    top: 14px;
  }
  .productCard1 {
    padding: 30px 20px;
  }
  .productCard1 .icon {
    right: 20px;
  }
  .productCard1 .text {
    left: 20px;
    max-width: 160px;
  }
  .productCard1.selected .icon {
    right: 20px;
  }
  .productCardCustom {
    padding: 20px 70px 20px 20px;
  }
  .productCardCustom .title {
    max-width: 100%;
  }
  .productCardCustom:after {
    right: 20px;
  }
  .supportCard {
    padding: 30px 20px;
    flex-direction: column;
  }
  .supportCard .content {
    width: 100%;
    margin-bottom: 30px;
  }
  .supportCard .swiperArea {
    max-width: 100%;
  }
  .supportCard .swiperArea .supportSlide {
    padding: 40px 20px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev {
    opacity: 0.25;
    transform: scale(0.86);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev .supportSlideItem {
    margin-left: 30px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active .supportSlideItem {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next {
    opacity: 0.25;
    transform: scale(0.65);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next .supportSlideItem {
    margin-right: -40px;
    margin-left: auto;
  }
  .supportCard .swiperArea:after {
    width: 100%;
  }
  .supportCard .supportImgArea {
    max-width: 100%;
    padding: 0;
  }
  .supportCard .supportImgArea .imgArea {
    position: relative;
    top: unset;
    right: unset;
    max-height: 200px;
    height: 100%;
  }
  .supportContactCard {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .supportContactCard .textArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  .supportContactCard .textArea a {
    font-size: 18px;
  }
  .supportContactCard .textArea span {
    font-size: 13px;
  }
  .questionCard {
    padding: 20px;
  }
  .templateCard {
    padding: 20px;
  }
  .templateCard .titleArea .title {
    font-size: 20px;
  }
  .templateCard .imgArea .icon {
    width: 55px;
  }
  .templateInfoCard {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .mainInfoCard {
    padding: 40px 15px;
  }
  .mainInfoCard .title {
    font-size: 19px;
    line-height: 23px;
  }
  .mainInfoCard .title:after {
    width: 27px;
    height: 24px;
    left: 11px;
  }
  .digitalCard .text {
    position: relative;
    z-index: 2;
  }
  .digitalCard .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalCard .buttons .digitalBtn {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
  }
  .digitalCard .buttons .imgArea {
    display: none;
  }
  .digitalCard .buttons:before {
    z-index: 1;
    opacity: 0.5;
    height: auto;
    width: 80%;
    max-height: 200px;
    bottom: 0;
    background-position: right;
  }
  .packageCardCustom {
    width: 100%;
    padding: 95px 130px;
    position: relative;
  }
  .packageCardCustom .arrow {
    display: flex;
    height: 100%;
    position: unset;
  }
  .packageCardCustom .arrow:after {
    bottom: auto;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .packageCard2 .imgArea .hoverImg {
    right: -10px;
    height: 80px;
  }
  .productCard1 {
    padding: 30px 20px;
  }
  .productCard1 .icon {
    right: 20px;
  }
  .productCard1 .text {
    left: 20px;
    max-width: 160px;
  }
  .productCard1.selected .icon {
    right: 20px;
  }
  .productCardCustom {
    padding: 20px 70px 20px 20px;
  }
  .productCardCustom .title {
    font-size: 14px;
  }
  .productCardCustom:after {
    right: 20px;
  }
  .supportCard {
    padding: 30px 20px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev {
    opacity: 0.25;
    transform: scale(0.86);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-prev .supportSlideItem {
    margin-left: 30px;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-active .supportSlideItem {
    opacity: 1;
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next {
    opacity: 0.25;
    transform: scale(0.65);
  }
  .supportCard .swiperArea .supportSlide .swiper-slide-next .supportSlideItem {
    margin-right: -40px;
    margin-left: auto;
  }
  .supportCard .swiperArea:after {
    width: 100%;
  }
  .supportContactCard {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .supportContactCard .textArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  .supportContactCard .textArea a {
    font-size: 18px;
  }
  .supportContactCard .textArea span {
    font-size: 13px;
  }
  .questionCard {
    padding: 20px;
  }
  .questionCard .cardTop {
    margin-bottom: 20px;
    gap: 20px;
  }
  .questionCard .cardTop .titleArea {
    width: calc(50% - 10px);
  }
  .questionCard .cardTop .titleArea .lastUpdate {
    margin-bottom: 20px;
  }
  .questionCard .cardTop .imgArea {
    width: calc(50% - 10px);
  }
  .templateCard {
    padding: 20px;
  }
  .templateCard .titleArea .title {
    font-size: 20px;
  }
  .templateCard .imgArea .icon {
    width: 55px;
  }
  .templateInfoCard {
    padding: 40px 20px 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .mainInfoCard {
    padding: 40px 15px;
  }
  .mainInfoCard .title {
    font-size: 19px;
    line-height: 23px;
  }
  .mainInfoCard .title:after {
    width: 27px;
    height: 24px;
    left: 11px;
  }
  .digitalCard .text {
    position: relative;
    z-index: 2;
  }
  .digitalCard .buttons {
    flex-direction: column;
    align-items: flex-start;
  }
  .digitalCard .buttons .digitalBtn {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 10px 20px;
    height: auto;
    font-size: 17px;
  }
  .digitalCard .buttons .imgArea {
    display: none;
  }
  .digitalCard .buttons:before {
    z-index: 1;
    opacity: 0.5;
    height: auto;
    width: 80%;
    max-height: 200px;
    bottom: 0;
    background-position: right;
  }
  .stageCard {
    padding: 30px;
  }
  .stageCard.imaged {
    padding-top: 30px;
  }
  .stageCard:after {
    right: 20px;
    top: 14px;
  }
  .packageCardCustom {
    width: 100%;
    padding: 95px 130px;
    position: relative;
  }
  .packageCardCustom .arrow {
    display: flex;
    height: 100%;
    position: unset;
  }
  .packageCardCustom .arrow:after {
    bottom: auto;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .productCard1 {
    padding: 30px 20px;
  }
  .productCard1 .text {
    left: 20px;
    max-width: 160px;
  }
  .productCard1 .icon {
    right: 20px;
  }
  .productCard1.selected .icon {
    right: 20px;
  }
  .productCardCustom {
    padding: 20px 60px 20px 20px;
  }
  .productCardCustom:after {
    right: 20px;
  }
  .supportContactCard {
    padding: 20px;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
  .supportContactCard .textArea .text {
    font-size: 18px;
    line-height: 28px;
  }
  .supportContactCard .textArea a {
    font-size: 18px;
  }
  .supportContactCard .textArea span {
    font-size: 13px;
  }
  .questionCard {
    padding: 20px;
  }
  .templateCard {
    padding: 20px;
  }
  .templateCard .titleArea .title {
    font-size: 20px;
  }
  .templateCard .imgArea .icon {
    width: 55px;
  }
  .templateInfoCard {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .titleArea {
    flex-direction: column;
    position: sticky;
    padding: 20px 15px;
    left: 0;
  }
  .lastOrders .titleArea .title {
    font-size: 16px;
    text-align: center;
  }
  .lastOrders .titleArea .searchArea {
    max-width: 100%;
  }
  .lastOrders .titleArea .lastOrdersSelect {
    width: 100%;
  }
  .lastOrders .titleArea .lastOrdersSelect .floating-select.type2 {
    width: 100%;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .titleArea {
    flex-wrap: wrap;
    position: sticky;
    padding: 20px 15px;
    left: 0;
    gap: 20px;
  }
  .lastOrders .titleArea .title {
    font-size: 16px;
    text-align: center;
  }
  .lastOrders .titleArea .searchArea {
    max-width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect {
    width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect .floating-select.type2 {
    width: 100%;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .titleArea {
    flex-wrap: wrap;
    position: sticky;
    padding: 20px 15px;
    left: 0;
    gap: 20px;
  }
  .lastOrders .titleArea .title {
    font-size: 16px;
    width: 100%;
  }
  .lastOrders .titleArea .searchArea {
    max-width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect {
    width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect .floating-select.type2 {
    width: 100%;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .titleArea {
    flex-wrap: wrap;
    position: sticky;
    padding: 20px 15px;
    left: 0;
    gap: 20px;
  }
  .lastOrders .titleArea .title {
    font-size: 16px;
    width: 100%;
  }
  .lastOrders .titleArea .searchArea {
    max-width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect {
    width: calc(50% - 10px);
  }
  .lastOrders .titleArea .lastOrdersSelect .floating-select.type2 {
    width: 100%;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .titleArea {
    position: sticky;
    padding: 20px 15px;
    left: 0;
    gap: 20px;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (min-width: 2001px) {
  .lastOrders .title {
    padding-left: 20px;
    margin-top: 20px;
  }
  .lastOrders .lastOrderTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOrderTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOrderTable table thead tr th {
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOrderTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOrderTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOrderTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lastOrders .lastOfferTable::-webkit-scrollbar {
    display: none;
  }
  .lastOrders .lastOfferTable table thead tr th {
    padding: 15px 10px;
    min-width: 140px;
  }
  .lastOrders .lastOfferTable table thead tr th:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable table tbody tr td {
    min-width: 130px;
    padding: 15px 10px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons {
    min-width: 280px;
  }
  .lastOrders .lastOfferTable table tbody tr td .actionButtons button {
    white-space: nowrap;
  }
  .lastOrders .lastOfferTable table tbody tr td:first-child {
    padding-left: 15px;
  }
  .lastOrders .lastOfferTable .empty-message {
    width: 100%;
    bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mobileUserMenu {
    display: block;
  }
  .mobileUserMenu .content .title {
    padding: 20px;
  }
  .mobileUserMenu .content .sidebarContent {
    padding: 30px 20px;
  }
  .mobileUserMenu .content .bottomLinks {
    padding: 30px 20px;
  }
  .accountSidebar {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accountSidebar {
    display: none;
  }
  .mobileUserMenu {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .accountSidebar {
    display: none;
  }
  .mobileUserMenu {
    display: block;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accountSidebar .title {
    padding: 20px;
  }
  .accountSidebar .sidebarContent {
    padding: 30px 10px;
  }
  .accountSidebar .bottomLinks {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .accountSidebar .title {
    padding: 20px;
  }
  .accountSidebar .sidebarContent {
    padding: 30px 20px;
  }
  .accountSidebar .bottomLinks {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  .orderSuccess {
    padding: 20px 20px 35px;
  }
  .orderSuccess .bottomText,
  .orderSuccess .text {
    line-height: 26px;
    font-size: 16px;
  }
  .orderSuccess .title {
    font-size: 20px;
    line-height: 30px;
  }
  .orderSuccess .double {
    flex-direction: column;
  }
  .orderSuccess .double .item {
    font-size: 16px;
  }
  .orderSuccess .double .item:last-child {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .orderSuccess .double .item:first-child {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .orderSuccess .mail {
    flex-wrap: wrap;
    justify-content: center;
  }
  .orderSuccesSteps {
    overflow: hidden;
  }
  .orderSuccesSteps .progress-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .orderSuccesSteps .progress-container::-webkit-scrollbar {
    display: none;
  }
  .orderSuccesSteps .progress-container .progress-wrapper {
    width: 1000px;
  }
  .orderSuccesSteps .step-info-section .step-info-col {
    padding: 0 10px 0 0;
  }
  .orderSuccesSteps .step-info-section .step-info-col .step-time {
    white-space: break-spaces;
  }
  section.orderContent .titleArea {
    flex-direction: column;
    padding: 17px 17px 0;
    gap: 10px;
  }
  section.orderContent .titleArea .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  section.orderContent .titleArea .text {
    font-size: 15px;
    line-height: 20px;
  }
  section.orderContent .pageContent {
    flex-wrap: wrap;
  }
  section.orderContent .pageContent .orderImage,
  section.orderContent .pageContent .fileCheck,
  section.orderContent .pageContent .cargo,
  section.orderContent .pageContent .normalPrice,
  section.orderContent .pageContent .totalPrice {
    padding: 20px;
  }
  section.orderContent .pageContent .cargo.type2 .cargoItem .name {
    text-align: center;
    white-space: break-spaces;
  }
  section.orderContent .pageContent .editOrder {
    padding: 0 20px 20px;
  }
  section.orderContent .pageContent .editOrder.type2 {
    padding: 20px;
  }
  section.orderContent .pageContent .fileArea .upload-btn {
    width: 245px;
  }
  section.orderContent .pageContent .item .title {
    padding: 20px;
  }
  section.orderContent .pageContent .item:first-child {
    width: 100%;
  }
  section.orderContent .pageContent .item:first-child .content {
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:first-child .editOrder {
    margin-top: 40px;
  }
  section.orderContent .pageContent .item:first-child .editOrder button {
    text-align: left;
  }
  section.orderContent .pageContent .item:nth-child(2) {
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(3) {
    width: 100%;
    order: 4;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) {
    width: 100%;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child {
    width: 100%;
    order: 5;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child .content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:last-child .totalPrice {
    border: none;
  }
  section.orderContent .pageContent .orderImage .orderFeatures {
    margin-bottom: 20px;
  }
  section.orderContent .pageContent .order2Content {
    gap: 30px;
    flex-direction: column;
  }
  section.orderContent .pageContent .order2Content .orderColItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  section.orderContent .pageContent.order3Content .item .title {
    text-align: center;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(2) {
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent.order3Content .item:last-child {
    flex-direction: column;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent.order3Content .item:last-child .content {
    justify-content: center;
  }
  section.orderContent .orderApproval {
    flex-direction: column;
  }
  section.orderContent .choosePayment .paymentCard {
    padding: 40px 90px 40px 15px;
  }
  section.orderContent .choosePayment .paymentCard .imgArea {
    height: 110px;
    width: 110px;
    top: 12px;
    right: -5px;
  }
  section.orderContent .choosePayment .paymentCard .text {
    font-size: 15px;
  }
  section.orderContent .paymentPage .paymentType {
    gap: 10px;
    padding: 20px;
    flex-direction: column;
  }
  section.orderContent .paymentPage .paymentType .text {
    margin: 0;
  }
  section.orderContent .paymentPage .alert {
    padding: 20px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  section.orderContent .paymentPage .credit-card {
    padding: 20px;
  }
  section.orderContent .paymentPage .credit-card .card-details {
    flex-wrap: wrap;
    justify-content: center;
  }
  section.orderContent .paymentPage .credit-card .card-details .cvv-input {
    margin: 0;
  }
  section.orderContent .paymentPage .credit-card .card-number .card-input {
    font-size: 18px;
  }
  section.orderContent .paymentPage .approvBtn {
    justify-content: center;
  }
  section.orderContent .paymentPage .ibanCards {
    flex-direction: column;
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard {
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .bottomTextArea {
    flex-direction: column;
    gap: 0;
  }
  section.orderContent .paymentPage .bottomTextArea .text {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea .text:after {
    top: -20px;
    transform: translate(-100%, -50%);
    left: 50%;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons {
    flex-direction: column;
  }
  .getOrder {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .getOrder .promoInput {
    margin-left: auto;
  }
  .getOrder .promoInput input {
    width: 70%;
  }
  .getOrder .text {
    margin-right: 0;
  }
  .getOrder .totalPrice {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .getOrder .buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .orderSuccess {
    padding: 20px 20px 35px;
  }
  .orderSuccess .bottomText,
  .orderSuccess .text {
    line-height: 26px;
    font-size: 17px;
  }
  .orderSuccess .double {
    flex-direction: column;
  }
  .orderSuccess .double .item {
    font-size: 17px;
  }
  .orderSuccess .double .item:last-child {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .orderSuccess .double .item:first-child {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .orderSuccess .mail {
    flex-wrap: wrap;
    justify-content: center;
  }
  .orderSuccesSteps {
    overflow: hidden;
  }
  .orderSuccesSteps .progress-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .orderSuccesSteps .progress-container::-webkit-scrollbar {
    display: none;
  }
  .orderSuccesSteps .progress-container .progress-wrapper {
    width: 1000px;
  }
  .orderSuccesSteps .step-info-section .step-info-col {
    padding: 0 10px 0 0;
  }
  .orderSuccesSteps .step-info-section .step-info-col .step-time {
    white-space: break-spaces;
  }
  section.orderContent .pageContent {
    flex-wrap: wrap;
  }
  section.orderContent .pageContent .item:first-child {
    width: 100%;
  }
  section.orderContent .pageContent .item:first-child .content {
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:first-child .editOrder {
    margin-top: 40px;
  }
  section.orderContent .pageContent .item:first-child .editOrder button {
    text-align: left;
  }
  section.orderContent .pageContent .item:nth-child(2) {
    width: 100%;
  }
  section.orderContent .pageContent .item:nth-child(3) {
    width: 50%;
    order: 4;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) {
    width: 50%;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) .title {
    border-right: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child {
    width: 100%;
    order: 5;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child .content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:last-child .totalPrice {
    border: none;
  }
  section.orderContent .pageContent .order2Content {
    gap: 50px;
  }
  section.orderContent .pageContent .order2Content .orderColItem {
    max-width: 245px;
  }
  section.orderContent .pageContent.order3Content .item .title {
    text-align: center;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(2) {
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent.order3Content .item:last-child {
    flex-direction: column;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent.order3Content .item:last-child .content {
    justify-content: center;
  }
  section.orderContent .paymentPage .paymentType {
    gap: 10px;
    padding: 20px;
  }
  section.orderContent .paymentPage .paymentType .text {
    margin: 0;
  }
  section.orderContent .paymentPage .alert {
    padding: 20px;
    margin-bottom: 20px;
  }
  section.orderContent .paymentPage .credit-card {
    padding: 20px;
  }
  section.orderContent .paymentPage .approvBtn {
    justify-content: center;
  }
  section.orderContent .paymentPage .ibanCards {
    flex-direction: column;
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard {
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .bottomTextArea {
    flex-direction: column;
    gap: 0;
  }
  section.orderContent .paymentPage .bottomTextArea .text {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea .text:after {
    top: -20px;
    transform: translate(-100%, -50%);
    left: 50%;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons {
    flex-direction: column;
  }
  .getOrder {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .getOrder .promoInput {
    margin-left: auto;
  }
  .getOrder .buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .getOrder .totalPrice {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .orderSuccess {
    padding: 20px 20px 35px;
  }
  .orderSuccess .bottomText,
  .orderSuccess .text {
    line-height: 26px;
    font-size: 17px;
  }
  .orderSuccess .double .item {
    font-size: 17px;
  }
  .orderSuccesSteps {
    overflow: hidden;
  }
  .orderSuccesSteps .progress-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .orderSuccesSteps .progress-container::-webkit-scrollbar {
    display: none;
  }
  .orderSuccesSteps .progress-container .progress-wrapper {
    width: 1000px;
  }
  .orderSuccesSteps .step-info-section .step-info-col {
    padding: 0 10px 0 0;
  }
  .orderSuccesSteps .step-info-section .step-info-col .step-time {
    white-space: break-spaces;
  }
  section.orderContent .pageContent {
    flex-wrap: wrap;
  }
  section.orderContent .pageContent .item:first-child {
    width: 50%;
  }
  section.orderContent .pageContent .item:first-child .content {
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:first-child .editOrder {
    margin-top: 40px;
  }
  section.orderContent .pageContent .item:first-child .editOrder button {
    text-align: left;
  }
  section.orderContent .pageContent .item:nth-child(2) {
    width: 50%;
  }
  section.orderContent .pageContent .item:nth-child(3) {
    width: 50%;
    order: 4;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) {
    width: 50%;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) .title {
    border-right: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child {
    width: 100%;
    order: 5;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child .content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:last-child .totalPrice {
    border: none;
  }
  section.orderContent .pageContent .order2Content {
    gap: 100px;
  }
  section.orderContent .pageContent.order3Content .item:first-child {
    width: 50%;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(2) {
    width: 50%;
  }
  section.orderContent .pageContent.order3Content .item:last-child {
    flex-direction: row;
  }
  section.orderContent .pageContent.order3Content .item:last-child .title {
    border-bottom: 0;
  }
  section.orderContent .pageContent.order3Content .item:last-child .content {
    justify-content: flex-end;
  }
  section.orderContent .choosePayment .paymentCard {
    padding: 40px 90px 40px 15px;
  }
  section.orderContent .choosePayment .paymentCard .imgArea {
    height: 110px;
    width: 110px;
    top: 12px;
    right: -5px;
  }
  section.orderContent .choosePayment .paymentCard .text {
    font-size: 15px;
  }
  section.orderContent .paymentPage .paymentType {
    gap: 10px;
    padding: 20px;
  }
  section.orderContent .paymentPage .paymentType .text {
    margin: 0;
  }
  section.orderContent .paymentPage .alert {
    padding: 20px;
    margin-bottom: 20px;
  }
  section.orderContent .paymentPage .credit-card {
    padding: 20px;
  }
  section.orderContent .paymentPage .ibanCards {
    flex-direction: column;
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard {
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea {
    justify-content: center;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea .textArea {
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea {
    flex-direction: column;
    gap: 0;
  }
  section.orderContent .paymentPage .bottomTextArea .text {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea .text:after {
    top: -20px;
    transform: translate(-100%, -50%);
    left: 50%;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons {
    flex-direction: column;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons .approvBtn {
    justify-content: center;
  }
  .getOrder {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .getOrder .promoInput {
    margin-left: auto;
  }
  .getOrder .totalPrice {
    margin-left: 0;
  }
  .getOrder .buttons {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .orderSuccesSteps .step-info-section .step-info-col {
    padding: 0 10px 0 0;
  }
  .orderSuccesSteps .step-info-section .step-info-col .step-time {
    white-space: break-spaces;
  }
  section.orderContent .pageContent {
    flex-wrap: wrap;
  }
  section.orderContent .pageContent .item:first-child {
    width: 50%;
  }
  section.orderContent .pageContent .item:first-child .content {
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:first-child .editOrder {
    margin-top: 40px;
  }
  section.orderContent .pageContent .item:first-child .editOrder button {
    text-align: left;
  }
  section.orderContent .pageContent .item:nth-child(2) {
    width: 50%;
  }
  section.orderContent .pageContent .item:nth-child(3) {
    width: 50%;
    order: 4;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) {
    width: 50%;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:nth-child(4) .title {
    border-right: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child {
    width: 100%;
    order: 5;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child .content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:last-child .totalPrice {
    border: none;
  }
  section.orderContent .pageContent.order3Content .item:first-child {
    width: 50%;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(2) {
    width: 50%;
  }
  section.orderContent .pageContent.order3Content .item:last-child {
    flex-direction: row;
  }
  section.orderContent .pageContent.order3Content .item:last-child .title {
    border-bottom: 0;
  }
  section.orderContent .pageContent.order3Content .item:last-child .content {
    justify-content: flex-end;
  }
  section.orderContent .pageContent .order2Content {
    gap: 100px;
  }
  section.orderContent .paymentPage .paymentType {
    gap: 10px;
    padding: 20px;
  }
  section.orderContent .paymentPage .paymentType .text {
    margin: 0;
  }
  section.orderContent .paymentPage .alert {
    padding: 20px;
  }
  section.orderContent .paymentPage .credit-card {
    padding: 20px;
  }
  section.orderContent .paymentPage .ibanCards {
    flex-direction: column;
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard {
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea {
    justify-content: center;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea .textArea {
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea {
    flex-direction: column;
    gap: 0;
  }
  section.orderContent .paymentPage .bottomTextArea .text {
    text-align: center;
    padding: 0;
    max-width: 100%;
  }
  section.orderContent .paymentPage .bottomTextArea .text:after {
    top: -20px;
    transform: translate(-100%, -50%);
    left: 50%;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons {
    flex-direction: column;
  }
  section.orderContent .paymentPage .bottomTextArea .buttons .approvBtn {
    justify-content: center;
  }
  .getOrder {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .getOrder .promoInput {
    margin-right: 0;
    margin-left: auto;
  }
  .getOrder .totalPrice {
    margin-left: 0;
  }
  .getOrder .buttons {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .orderSuccesSteps .step-info-section .step-info-col {
    padding: 0 10px 0 0;
  }
  .orderSuccesSteps .step-info-section .step-info-col .step-time {
    white-space: break-spaces;
  }
  section.orderContent .pageContent {
    flex-wrap: wrap;
  }
  section.orderContent .pageContent .item:first-child {
    width: 30%;
  }
  section.orderContent .pageContent .item:first-child .content {
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:first-child .editOrder {
    margin-top: 40px;
  }
  section.orderContent .pageContent .item:first-child .editOrder button {
    text-align: left;
  }
  section.orderContent .pageContent .item:nth-child(2) {
    width: 30%;
  }
  section.orderContent .pageContent .item:nth-child(3) {
    width: 15%;
  }
  section.orderContent .pageContent .item:nth-child(4) {
    width: 25%;
  }
  section.orderContent .pageContent .item:last-child {
    width: 100%;
    flex-direction: row;
    border-top: 1px solid #D9D9D9;
  }
  section.orderContent .pageContent .item:last-child .content {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  section.orderContent .pageContent .item:last-child .totalPrice {
    border-top: 0;
  }
  section.orderContent .pageContent.order3Content {
    flex-wrap: nowrap;
  }
  section.orderContent .pageContent.order3Content .item:first-child {
    width: 33.3%;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(2) {
    width: 33.3%;
  }
  section.orderContent .pageContent.order3Content .item:nth-child(3) {
    width: 33.3% !important;
    flex-direction: column !important;
  }
  section.orderContent .paymentPage .paymentType {
    gap: 10px;
    padding: 20px;
  }
  section.orderContent .paymentPage .paymentType .text {
    margin: 0;
  }
  section.orderContent .paymentPage .ibanCards {
    flex-direction: column;
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard {
    padding: 30px 20px;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea {
    justify-content: center;
  }
  section.orderContent .paymentPage .eftCard.uploadFileArea .textArea {
    max-width: 100%;
  }
  section.orderContent .paymentPage .eftCard.eftPriceCard {
    padding: 20px;
  }
  .getOrder {
    padding: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .getOrder .promoInput {
    margin-right: 0;
    margin-left: auto;
  }
  .getOrder .buttons {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .packageSelect .packageBanner .content .titleArea > .title {
    font-size: 25px;
    line-height: 30px;
  }
  .packageSelect .packageBanner .content .cards .row {
    gap: 20px;
  }
  section.packagePin .packagePinTitle {
    text-align: center;
  }
  section.packagePin .packagePinTitle .title {
    font-size: 20px;
  }
  section.packagePin .masonry {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  section.packagePin .masonry.type2 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  section.packagePin .pinDetailArea {
    padding: 30px 20px;
  }
  section.packagePin .masonry-item {
    padding: 24px;
  }
  section.packagePin .masonry-item:nth-child(16n+1) {
    grid-row: span 442;
  }
  section.packagePin .masonry-item:nth-child(16n+2) {
    grid-row: span 224;
  }
  section.packagePin .masonry-item:nth-child(16n+3) {
    grid-row: span 442;
  }
  section.packagePin .masonry-item:nth-child(16n+4) {
    grid-row: span 317;
  }
  section.packagePin .masonry-item:nth-child(16n+5) {
    grid-row: span 326;
  }
  section.packagePin .masonry-item:nth-child(16n+6) {
    grid-row: span 343;
  }
  section.packagePin .masonry-item:nth-child(16n+7) {
    grid-row: span 224;
  }
  section.packagePin .masonry-item:nth-child(16n+8) {
    grid-row: span 344;
  }
  section.packagePin .masonry-item:nth-child(16n+9) {
    grid-row: span 343;
  }
  section.packagePin .masonry-item:nth-child(16n+10) {
    grid-row: span 442;
  }
  section.packagePin .masonry-item:nth-child(16n+11) {
    grid-row: span 210;
  }
  section.packagePin .masonry-item:nth-child(16n+12) {
    grid-row: span 442;
  }
  section.packagePin .masonry-item:nth-child(16n+13), section.packagePin .masonry-item:nth-child(16n+14), section.packagePin .masonry-item:nth-child(16n+15), section.packagePin .masonry-item:nth-child(16n+16) {
    grid-row: span 326;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.packagePin .masonry {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  section.packagePin .masonry-item {
    padding: 24px 24px 145px;
  }
  section.packagePin .masonry-item .buttons {
    opacity: 1;
    pointer-events: auto;
    transform: none;
    flex-wrap: wrap;
  }
  section.packagePin .masonry-item .buttons .masonryBtn {
    height: 45px;
    width: 100%;
  }
  section.packagePin .masonry-item:nth-child(n) {
    grid-row: span 390;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.packagePin .masonry {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
/* =========================
   > lg <= xl  (4 kolon)
   DESKTOP PATTERN AKTİF
   ========================= */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.packagePin .masonry {
    grid-template-columns: repeat(4, 1fr);
  }
  section.packagePin .masonry.type2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* =========================
   > xl <= xxl  (4 kolon – geniş)
   ========================= */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.packagePin .masonry {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 576px) {
  section.productDetail .title {
    text-align: center;
  }
  section.productDetail .topBar {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section.productDetail .topBar .topTabs {
    overflow: hidden;
    overflow-x: auto;
    gap: 15px 25px;
    justify-content: flex-start;
    text-align: center;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.productDetail .topBar .topTabs a {
    white-space: nowrap;
  }
  section.productDetail .topBar .topTabs::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .topBar .designSupport {
    white-space: nowrap;
  }
  section.productDetail .topBar.mobile {
    display: flex;
  }
  section.productDetail .topBar.normal {
    display: none;
  }
  section.productDetail .customTabs .tabHeaders {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.productDetail .customTabs .tabHeaders .tabBtn {
    white-space: nowrap;
    padding: 16px 15px 10px 20px;
    min-width: 120px;
  }
  section.productDetail .customTabs .tabHeaders::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.productDetail .content .productAddCart .price-table-container::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table thead tr th {
    min-width: 150px;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell {
    text-align: left;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell .add-button {
    opacity: 1;
    pointer-events: auto;
    width: 43px;
    height: 25px;
  }
  section.productDetail .content .productDetailTabContent .detailTabTitle {
    padding: 0;
  }
  section.productDetail .content .productDetailTabContent .detailTabTitle .number {
    flex-shrink: 0;
  }
  .productDetailtab .tabLinks {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .productDetailtab .tabLinks ul li a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks > a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks::-webkit-scrollbar {
    display: none;
  }
  .productDetailtab .features .item {
    flex-direction: column;
    gap: 20px;
  }
  .productDetailtab .features .item .featureTitle,
  .productDetailtab .features .item .featureContent {
    width: 100%;
  }
  .productDetailtab .tab-content .tab-pane {
    padding: 40px;
  }
  .technical .titleArea {
    padding: 20px;
  }
  .technical .titleArea .imgArea {
    position: relative;
  }
  .technical .content {
    padding: 20px;
  }
  .detailTemplate {
    overflow-y: auto;
    background: #fff;
    padding-bottom: 25px;
  }
  .detailTemplate .templateContent {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    padding: 25px;
    height: 100%;
  }
  .detailTemplate .templateContent .closeBtn {
    top: 23px;
    right: 23px;
  }
  .detailTemplate .templateContent .imgArea {
    display: none;
  }
  .detailTemplate .templateContent .content .bottomArea {
    flex-direction: column;
  }
  .detailTemplate .templateContent .content .title {
    margin-top: 60px;
  }
  .detailTemplate .templateContent .content .templateTable {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .detailTemplate .templateContent .content .templateTable::-webkit-scrollbar {
    display: none;
  }
  .detailTemplate .templateContent .content table thead tr th {
    min-width: 150px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.productDetail .topBar {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section.productDetail .topBar .topTabs {
    flex-wrap: wrap;
    gap: 15px 25px;
    justify-content: center;
  }
  section.productDetail .topBar .designSupport {
    white-space: nowrap;
  }
  section.productDetail .customTabs .tabHeaders {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.productDetail .customTabs .tabHeaders .tabBtn {
    white-space: nowrap;
    padding: 16px 15px 10px 20px;
  }
  section.productDetail .customTabs .tabHeaders::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.productDetail .content .productAddCart .price-table-container::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table thead tr th {
    min-width: 150px;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell {
    text-align: left;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell .add-button {
    opacity: 1;
    pointer-events: auto;
    width: 43px;
    height: 25px;
  }
  .productDetailtab .tabLinks {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .productDetailtab .tabLinks ul li a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks > a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks::-webkit-scrollbar {
    display: none;
  }
  .productDetailtab .tab-content .tab-pane {
    padding: 40px;
  }
  .technical .titleArea {
    padding: 20px;
  }
  .technical .titleArea .imgArea {
    position: relative;
  }
  .technical .content {
    padding: 20px;
  }
  .detailTemplate {
    overflow-y: auto;
    background: #fff;
    padding-bottom: 25px;
  }
  .detailTemplate .templateContent {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    padding: 25px;
    height: 100%;
  }
  .detailTemplate .templateContent .closeBtn {
    top: 23px;
    right: 23px;
  }
  .detailTemplate .templateContent .imgArea {
    display: none;
  }
  .detailTemplate .templateContent .content .bottomArea {
    flex-direction: column;
  }
  .detailTemplate .templateContent .content .title {
    margin-top: 60px;
  }
  .detailTemplate .templateContent .content .templateTable {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .detailTemplate .templateContent .content .templateTable::-webkit-scrollbar {
    display: none;
  }
  .detailTemplate .templateContent .content table thead tr th {
    min-width: 150px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.productDetail .topBar .topTabs {
    flex-wrap: wrap;
    gap: 15px 25px;
  }
  section.productDetail .topBar .designSupport {
    white-space: nowrap;
  }
  section.productDetail .customTabs .tabHeaders {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.productDetail .customTabs .tabHeaders .tabBtn {
    white-space: nowrap;
    padding: 16px 15px 10px 20px;
  }
  section.productDetail .customTabs .tabHeaders::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  section.productDetail .content .productAddCart .price-table-container::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table thead tr th {
    min-width: 150px;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell {
    text-align: left;
  }
  section.productDetail .content .productAddCart .price-table-container .price-table tbody tr td.action-cell .add-button {
    opacity: 1;
    pointer-events: auto;
    width: 43px;
    height: 25px;
  }
  .productDetailtab .tabLinks {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .productDetailtab .tabLinks ul li a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks > a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks::-webkit-scrollbar {
    display: none;
  }
  .productDetailtab .tab-content .tab-pane {
    padding: 40px;
  }
  .detailTemplate .templateContent {
    width: calc(100% - 34px);
  }
  .detailTemplate .templateContent .borderBtn {
    white-space: nowrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.productDetail .topBar .topTabs {
    flex-wrap: wrap;
    gap: 15px 25px;
  }
  section.productDetail .topBar .designSupport {
    white-space: nowrap;
  }
  section.productDetail .customTabs .tabHeaders {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  section.productDetail .customTabs .tabHeaders .tabBtn {
    white-space: nowrap;
    padding: 16px 15px 10px 20px;
  }
  section.productDetail .customTabs .tabHeaders::-webkit-scrollbar {
    display: none;
  }
  section.productDetail .content .productDetailImage {
    position: sticky;
    top: 20px;
  }
  .productDetailtab .tabLinks {
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .productDetailtab .tabLinks ul li a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks > a {
    white-space: nowrap;
  }
  .productDetailtab .tabLinks::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  section.login .loginCard {
    padding: 30px 20px;
  }
  section.login .loginCard .title {
    font-size: 18px;
  }
  section.login .loginCard .text {
    font-size: 16px;
    line-height: 23px;
  }
  section.login .loginCard .buttons {
    flex-direction: column;
  }
  section.login .loginCard .buttons .googleLogin {
    justify-content: center;
    padding: 20px;
  }
  .addressPopup .registerContent,
  section.login .registerContent {
    padding: 30px 20px;
  }
  .addressPopup .registerContent .facturalType,
  section.login .registerContent .facturalType {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .addressPopup .registerContent .facturalType .text,
  section.login .registerContent .facturalType .text {
    font-size: 16px;
    font-weight: 500;
  }
  .addressPopup .registerContent .titleArea .textArea,
  section.login .registerContent .titleArea .textArea {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .addressPopup .registerContent .companySelect .companyItem,
  section.login .registerContent .companySelect .companyItem {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .addressPopup .registerContent .registerPurpleCard .mainInfoCard,
  section.login .registerContent .registerPurpleCard .mainInfoCard {
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid #731EFF;
  }
  .addressPopup .registerContent .buttons,
  section.login .registerContent .buttons {
    flex-direction: column;
  }
  .addressPopup .registerContent .buttons .borderBtn,
  section.login .registerContent .buttons .borderBtn {
    width: 100%;
  }
  .addressPopup {
    align-items: flex-start;
    padding-top: 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.login .loginCard {
    padding: 40px 35px;
  }
  .addressPopup {
    align-items: flex-start;
    padding: 30px 0;
  }
  .addressPopup .registerContent,
  section.login .registerContent {
    padding: 30px 20px;
  }
  .addressPopup .registerContent .inputArea input,
  section.login .registerContent .inputArea input {
    padding-left: 40px;
  }
  .addressPopup .registerContent .inputArea:after,
  section.login .registerContent .inputArea:after {
    left: 15px;
  }
  .addressPopup .registerContent .companySelect .companyItem,
  section.login .registerContent .companySelect .companyItem {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .addressPopup .registerContent .registerPurpleCard .mainInfoCard,
  section.login .registerContent .registerPurpleCard .mainInfoCard {
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid #731EFF;
  }
  .addressPopup .registerContent .buttons .borderBtn,
  section.login .registerContent .buttons .borderBtn {
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.login .loginCard {
    padding: 30px 20px;
  }
  section.login .loginCard .title {
    font-size: 18px;
  }
  section.login .loginCard .text {
    font-size: 16px;
    line-height: 23px;
  }
  section.login .loginCard .buttons {
    flex-direction: column;
  }
  section.login .loginCard .buttons .googleLogin {
    padding: 20px;
    justify-content: center;
  }
  .addressPopup {
    align-items: flex-start;
    padding: 30px 0;
  }
  .addressPopup .registerContent,
  section.login .registerContent {
    padding: 50px 40px;
  }
  .addressPopup .registerContent .companySelect .companyItem,
  section.login .registerContent .companySelect .companyItem {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .addressPopup .registerContent .registerPurpleCard .mainInfoCard,
  section.login .registerContent .registerPurpleCard .mainInfoCard {
    padding: 20px;
  }
  .addressPopup .registerContent .buttons .borderBtn,
  section.login .registerContent .buttons .borderBtn {
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.login .loginCard .buttons {
    flex-direction: column;
  }
  section.login .loginCard .buttons .googleLogin {
    padding: 20px;
    justify-content: center;
  }
  .addressPopup {
    align-items: flex-start;
    padding: 30px 0;
  }
  .addressPopup .registerContent,
  section.login .registerContent {
    padding: 50px 40px;
  }
  .addressPopup .registerContent .companySelect .companyItem,
  section.login .registerContent .companySelect .companyItem {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .addressPopup .registerContent .registerPurpleCard .mainInfoCard,
  section.login .registerContent .registerPurpleCard .mainInfoCard {
    padding: 20px;
  }
  .addressPopup .registerContent .buttons .borderBtn,
  section.login .registerContent .buttons .borderBtn {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.login .loginCard .buttons {
    flex-direction: column;
  }
  section.login .loginCard .buttons .googleLogin {
    padding: 20px;
    justify-content: center;
  }
  .addressPopup .registerContent,
  section.login .registerContent {
    padding: 65px 120px;
  }
  .addressPopup .registerContent .companySelect .companyItem,
  section.login .registerContent .companySelect .companyItem {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
  }
  .addressPopup .registerContent .registerPurpleCard .mainInfoCard,
  section.login .registerContent .registerPurpleCard .mainInfoCard {
    padding: 20px;
  }
  .addressPopup .registerContent .buttons .borderBtn,
  section.login .registerContent .buttons .borderBtn {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .supportContent > .title {
    font-size: 19px;
    margin-bottom: 30px;
  }
  .supportContactCards {
    padding: 0 17px;
    margin-top: 0;
  }
  section.designSupport .designSupportCard {
    padding: 30px 20px;
  }
  section.designSupport .designSupportCard .title {
    font-size: 22px;
  }
  section.designSupport .designSupportCard .typeInfo {
    transform: none;
  }
  section.designSupport .designSupportCard .imgArea {
    display: none;
  }
  .designSupportCards {
    padding: 0 17px;
  }
  .designSupportCards .freeSupportCard {
    padding: 30px 20px;
  }
  .designSupportCards .howUse .titleArea {
    padding: 20px;
  }
  .designSupportCards .howUse .content {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
  .designSupportCards .howUse .content .item {
    width: 100%;
  }
  .designSupportCards .howUse .bottomText {
    padding: 30px 20px;
  }
  .designSupportCards .freeSupportTitle {
    font-size: 18px;
    padding-left: 0;
    text-align: center;
    margin-bottom: 25px;
  }
  .designSupportCards .howUseTitle {
    font-size: 18px;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .designBottomText {
    align-items: center;
    flex-direction: column;
    margin-bottom: 120px;
  }
  .designBottomText .leftText {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designBottomText .text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  .designBottomText .button:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.designSupport .designSupportCard {
    padding: 30px 20px;
  }
  section.designSupport .designSupportCard .title {
    font-size: 22px;
  }
  section.designSupport .designSupportCard .typeInfo {
    transform: none;
  }
  .designSupportCards {
    padding: 0 17px;
  }
  .designSupportCards .freeSupportCard {
    padding: 30px 20px;
  }
  .designSupportCards .howUse .titleArea {
    padding: 20px;
  }
  .designSupportCards .howUse .content {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
  .designSupportCards .howUse .content .item {
    width: 100%;
  }
  .designSupportCards .howUse .bottomText {
    padding: 30px 20px;
  }
  .designBottomText {
    align-items: center;
    flex-direction: column;
    margin-bottom: 120px;
  }
  .designBottomText .leftText {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designBottomText .text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  .designBottomText .button:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.designSupport .designSupportCard {
    padding: 30px 20px;
  }
  section.designSupport .designSupportCard .title {
    font-size: 22px;
  }
  section.designSupport .designSupportCard .typeInfo {
    transform: none;
  }
  section.designSupport .designSupportCard .imgArea {
    display: none;
  }
  .designSupportCards {
    padding: 0 17px;
  }
  .designSupportCards .freeSupportCard {
    padding: 30px 20px;
  }
  .designSupportCards .howUse .titleArea {
    padding: 20px;
  }
  .designSupportCards .howUse .content {
    padding: 30px 20px;
    gap: 20px;
  }
  .designSupportCards .howUse .bottomText {
    padding: 30px 20px;
  }
  .designBottomText {
    align-items: center;
    flex-direction: column;
    margin-bottom: 120px;
  }
  .designBottomText .leftText {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designBottomText .text {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0;
  }
  .designBottomText .button:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.designSupport .designSupportCard {
    padding: 30px 20px;
  }
  section.designSupport .designSupportCard .title {
    font-size: 22px;
  }
  section.designSupport .designSupportCard .typeInfo {
    transform: none;
  }
  section.designSupport .designSupportCard .imgArea {
    display: none;
  }
  .designSupportCards {
    padding: 0 17px;
  }
  .designSupportCards .freeSupportCard {
    padding: 30px 20px;
  }
  .designSupportCards .howUse .titleArea {
    padding: 20px;
  }
  .designSupportCards .howUse .content {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }
  .designSupportCards .howUse .content .item {
    width: 100%;
  }
  .designSupportCards .howUse .bottomText {
    padding: 30px 20px;
  }
  .designBottomText {
    margin-bottom: 120px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .designBottomText .leftText {
    width: 100%;
    max-width: 100%;
  }
  .designBottomText .text {
    margin: 0;
  }
  .designBottomText .button:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .designSupportCards {
    padding: 0 17px;
  }
  .designSupportCards .freeSupportCard {
    padding: 30px 20px;
  }
  .designSupportCards .howUse .titleArea {
    padding: 20px;
  }
  .designSupportCards .howUse .content {
    padding: 30px 20px;
    gap: 20px;
  }
  .designSupportCards .howUse .bottomText {
    padding: 30px 20px;
  }
  .designBottomText {
    margin-bottom: 120px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .designBottomText .leftText {
    width: 100%;
    max-width: 100%;
  }
  .designBottomText .text {
    margin: 0;
  }
  .designBottomText .button:after {
    right: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountItem .titleArea .title.type2 {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 25px 15px;
  }
  .accountMainPage .accountContact .buttons {
    flex-direction: column;
  }
  .accountMainPage .accountContact .buttons .titleArea {
    margin-bottom: 15px;
  }
  .accountMainPage .accountContact .buttons .borderBtn {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .accountMainPage .cvkPro .content {
    padding: 25px 15px;
    gap: 20px;
  }
  .accountMainPage .cvkAccount .accountInfo {
    padding: 20px 0;
  }
  .accountMainPage .cvkAccount .accountInfo .item {
    padding: 5px 15px;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  .accountMainPage .cvkAccount .accountInfo .item span {
    width: 100%;
  }
  .accountMainPage .cvkAccount .accountInfo .item:last-child {
    border: none;
  }
  .accountMainPage .personalInformations {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    align-items: flex-start;
  }
  .accountMainPage .personalInformations .informationArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
  .accountMainPage .personalInformations.type2 {
    padding: 30px;
  }
  .accountMainPage .deleteAccount {
    padding: 30px;
  }
  .accountMainPage .deleteAccount .deleteAccountArea {
    flex-direction: column;
    gap: 20px;
  }
  .accountMainPage .deleteAccount .deleteAccountArea .deleteInput {
    width: 100%;
  }
  .accountMainPage .orderDetail .titleArea {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .accountMainPage .orderDetail .content {
    flex-direction: column;
  }
  .accountMainPage .orderDetail .content .item {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    width: 100%;
  }
  .accountMainPage .orderDetail .content .item .productImage {
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
  }
  .accountMainPage .orderDetail .content .item .top {
    padding: 20px;
  }
  .accountMainPage .orderDetail .content .item .fileProcess {
    padding: 35px 20px;
  }
  .accountMainPage .orderDetail .content .item:nth-child(2) {
    width: 100%;
  }
  .accountMainPage .orderDetail .content .item:last-child {
    border: none;
  }
  .accountMainPage .accountAddress .title {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem {
    flex-direction: column;
    gap: 15px;
    padding: 50px 20px 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .accountMainPage .accountAddress .content .addressItem .customerName {
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .address {
    text-align: center;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    gap: 15px;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons button.selectDefaultAddress {
    margin: 0;
  }
  .accountMainPage .invoiceContent .titleArea {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .invoiceTable {
    padding: 20px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable::-webkit-scrollbar {
    display: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .header {
    margin-bottom: 20px;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem {
    width: 1070px;
  }
  .fileOpenMenu {
    overflow-y: auto;
    align-items: flex-start;
    background: #fff;
  }
  .fileOpenMenu .sendFiles {
    border-radius: 0;
    box-shadow: none;
    border: none;
    height: 100%;
  }
  .fileOpenMenu .sendFiles .titleArea {
    padding: 50px 20px 30px 20px;
  }
  .fileOpenMenu .sendFiles .titleArea .closeBtn {
    top: 20px;
    right: 20px;
  }
  .fileOpenMenu .sendFiles .content {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fileOpenMenu .sendFiles .content .popupCardItem {
    flex-wrap: wrap;
  }
  .fileOpenMenu .sendFiles .buttons {
    padding: 30px 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: auto;
  }
  .fileOpenMenu .bottomContent {
    padding: 20px;
    gap: 0;
  }
  .fileOpenMenu .filter {
    display: none;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 25px 15px;
  }
  .accountMainPage .cvkPro .content {
    padding: 25px 15px;
    gap: 20px;
  }
  .accountMainPage .cvkPro:after {
    height: 80%;
    width: auto;
    left: auto;
    right: 15px;
  }
  .accountMainPage .personalInformations {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    align-items: flex-start;
  }
  .accountMainPage .personalInformations .informationArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
  .accountMainPage .personalInformations .buttons {
    flex-direction: row;
  }
  .accountMainPage .personalInformations.type2 {
    padding: 30px;
  }
  .accountMainPage .deleteAccount {
    padding: 30px;
  }
  .accountMainPage .deleteAccount .deleteAccountArea {
    flex-direction: column;
    gap: 20px;
  }
  .accountMainPage .orderDetail .titleArea {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .accountMainPage .orderDetail .content {
    flex-wrap: wrap;
  }
  .accountMainPage .orderDetail .content .item {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    width: 50%;
  }
  .accountMainPage .orderDetail .content .item .productImage {
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
  }
  .accountMainPage .orderDetail .content .item .top {
    padding: 20px;
  }
  .accountMainPage .orderDetail .content .item .fileProcess {
    padding: 35px 20px;
  }
  .accountMainPage .orderDetail .content .item:first-child {
    width: 100%;
  }
  .accountMainPage .orderDetail .content .item:nth-child(2) {
    width: 50%;
    border-right: 1px solid #D9D9D9;
  }
  .accountMainPage .orderDetail .content .item:last-child {
    border: none;
  }
  .accountMainPage .accountAddress .title {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem {
    flex-direction: column;
    gap: 15px;
    padding: 50px 20px 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .accountMainPage .accountAddress .content .addressItem .customerName {
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .address {
    text-align: center;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons button.selectDefaultAddress {
    margin: 0;
  }
  .accountMainPage .invoiceContent .titleArea {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar {
    flex-wrap: wrap;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar .item {
    width: calc(50% - 10px);
  }
  .accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .invoinceSelect {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .invoiceTable {
    padding: 20px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable::-webkit-scrollbar {
    display: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .header {
    margin-bottom: 20px;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem {
    width: 1070px;
  }
  .fileOpenMenu {
    overflow-y: auto;
    align-items: flex-start;
    background: #fff;
  }
  .fileOpenMenu .sendFiles {
    border-radius: 0;
    border: none;
    box-shadow: none;
  }
  .fileOpenMenu .sendFiles .titleArea .closeBtn {
    top: 20px;
    right: 20px;
  }
  .fileOpenMenu .sendFiles .content .popupCardItem {
    flex-wrap: wrap;
  }
  .fileOpenMenu .sendFiles .buttons {
    flex-wrap: wrap;
  }
  .fileOpenMenu .filter {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountItem .titleArea .title.type2 {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 5px 15px 25px;
  }
  .accountMainPage .accountContact .buttons {
    flex-direction: column;
  }
  .accountMainPage .accountContact .buttons .titleArea {
    margin-bottom: 15px;
    padding: 0;
  }
  .accountMainPage .accountContact .buttons .borderBtn {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .accountMainPage .cvkPro .content {
    padding: 25px 15px;
    gap: 20px;
  }
  .accountMainPage .cvkPro:after {
    height: 80%;
    width: auto;
    left: auto;
    right: 15px;
  }
  .accountMainPage .cvkAccount .accountInfo {
    padding: 5px 0;
  }
  .accountMainPage .cvkAccount .accountInfo .item {
    padding: 5px 15px;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #D9D9D9;
  }
  .accountMainPage .cvkAccount .accountInfo .item span {
    width: 100%;
  }
  .accountMainPage .cvkAccount .accountInfo .item:last-child {
    border: none;
  }
  .accountMainPage .personalInformations {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
    align-items: flex-start;
  }
  .accountMainPage .personalInformations .informationArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
  .accountMainPage .personalInformations .buttons {
    flex-direction: row;
  }
  .accountMainPage .personalInformations.type2 {
    padding: 30px;
  }
  .accountMainPage .deleteAccount {
    padding: 30px;
  }
  .accountMainPage .deleteAccount .deleteAccountArea {
    flex-direction: column;
    gap: 20px;
  }
  .accountMainPage .orderDetail .titleArea {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .accountMainPage .orderDetail .content {
    flex-wrap: wrap;
  }
  .accountMainPage .orderDetail .content .item {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    width: 50%;
  }
  .accountMainPage .orderDetail .content .item .productImage {
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
  }
  .accountMainPage .orderDetail .content .item .top {
    padding: 20px;
  }
  .accountMainPage .orderDetail .content .item .fileProcess {
    padding: 35px 20px;
  }
  .accountMainPage .orderDetail .content .item:first-child {
    width: 100%;
  }
  .accountMainPage .orderDetail .content .item:nth-child(2) {
    width: 50%;
    border-right: 1px solid #D9D9D9;
  }
  .accountMainPage .orderDetail .content .item:last-child {
    border: none;
  }
  .accountMainPage .accountAddress .title {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem {
    flex-direction: column;
    gap: 15px;
    padding: 50px 20px 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .accountMainPage .accountAddress .content .addressItem .customerName {
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .address {
    text-align: center;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons button.selectDefaultAddress {
    margin: 0;
  }
  .accountMainPage .invoiceContent .titleArea {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar {
    flex-wrap: wrap;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar .item {
    width: calc(50% - 10px);
  }
  .accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .invoinceSelect {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .invoiceTable {
    padding: 20px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable::-webkit-scrollbar {
    display: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .header {
    margin-bottom: 20px;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem {
    width: 1070px;
  }
  .fileOpenMenu {
    overflow-y: auto;
    align-items: flex-start;
  }
  .fileOpenMenu .sendFiles {
    border-radius: 0;
  }
  .fileOpenMenu .sendFiles .titleArea .closeBtn {
    top: 20px;
    right: 20px;
  }
  .fileOpenMenu .sendFiles .content .popupCardItem {
    flex-wrap: wrap;
  }
  .fileOpenMenu .sendFiles .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountItem .titleArea .title.type2 {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 0 15px 25px;
  }
  .accountMainPage .cvkPro .content {
    padding: 45px 45px 30px;
  }
  .accountMainPage .cvkPro:after {
    height: 80%;
    width: auto;
    left: auto;
    right: 15px;
  }
  .accountMainPage .personalInformations {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .accountMainPage .personalInformations .informationArea {
    flex-wrap: wrap;
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
  .accountMainPage .personalInformations .buttons {
    flex-direction: row;
  }
  .accountMainPage .orderDetail .titleArea {
    padding: 20px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .accountMainPage .orderDetail .content {
    flex-wrap: wrap;
  }
  .accountMainPage .orderDetail .content .item {
    border-right: 0;
    border-bottom: 1px solid #D9D9D9;
    width: 50%;
  }
  .accountMainPage .orderDetail .content .item .productImage {
    flex-wrap: wrap;
    padding: 20px;
    justify-content: center;
  }
  .accountMainPage .orderDetail .content .item .top {
    padding: 20px;
  }
  .accountMainPage .orderDetail .content .item .fileProcess {
    padding: 35px 20px;
  }
  .accountMainPage .orderDetail .content .item:first-child {
    width: 100%;
  }
  .accountMainPage .orderDetail .content .item:nth-child(2) {
    width: 50%;
    border-right: 1px solid #D9D9D9;
  }
  .accountMainPage .orderDetail .content .item:last-child {
    border: none;
  }
  .accountMainPage .accountAddress .title {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem {
    flex-wrap: wrap;
    gap: 25px;
    padding: 50px 20px 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
    left: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .customerName {
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .address {
    text-align: center;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons button {
    padding: 10px 15px;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons button.selectDefaultAddress {
    margin: 0;
  }
  .accountMainPage .invoiceContent .titleArea {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar {
    flex-wrap: wrap;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar .item {
    width: calc(50% - 10px);
  }
  .accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .invoinceSelect {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .invoiceTable {
    padding: 20px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable::-webkit-scrollbar {
    display: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .header {
    margin-bottom: 20px;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem {
    width: 1070px;
  }
  .fileOpenMenu {
    overflow-y: auto;
    align-items: center;
  }
  .fileOpenMenu .sendFiles {
    border-radius: 0;
    width: calc(100% - 40px);
  }
  .fileOpenMenu .sendFiles .titleArea .closeBtn {
    top: 20px;
    right: 20px;
  }
  .fileOpenMenu .sendFiles .content .popupCardItem {
    flex-wrap: wrap;
  }
  .fileOpenMenu .sendFiles .buttons {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountItem .titleArea .title.type2 {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 0 15px 25px;
  }
  .accountMainPage .cvkPro .content {
    padding: 45px 45px 30px;
    gap: 20px;
  }
  .accountMainPage .personalInformations {
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea {
    gap: 20px;
    flex-wrap: wrap;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
  .accountMainPage .invoiceContent .titleArea {
    flex-direction: column;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar {
    flex-wrap: wrap;
    padding: 20px;
  }
  .accountMainPage .invoiceContent .topBar .item {
    width: calc(50% - 10px);
  }
  .accountMainPage .invoiceContent .topBar .item .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .invoinceSelect {
    width: 100%;
  }
  .accountMainPage .invoiceContent .topBar .floating-select.type2 {
    width: 100%;
  }
  .accountMainPage .invoiceContent .invoiceTable {
    padding: 20px;
  }
  .accountMainPage .invoiceContent .invoiceTable .header {
    margin-bottom: 20px;
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .header::-webkit-scrollbar {
    display: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .accountMainPage .invoiceContent .invoiceTable .invoiceItem::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1700px) {
  .accountMainPage .personalInformations {
    gap: 20px;
  }
  .accountMainPage .personalInformations .informationArea {
    gap: 20px;
    flex-wrap: wrap;
  }
  .accountMainPage .personalInformations .informationArea.type2 {
    gap: 20px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1700px) {
  .accountMainPage .accountItem .titleArea {
    padding: 15px;
  }
  .accountMainPage .accountItem .titleArea .imgArea {
    width: 42px;
  }
  .accountMainPage .accountItem .titleArea .title {
    font-size: 14px;
  }
  .accountMainPage .accountItem .titleArea .title.type2 {
    font-size: 14px;
  }
  .accountMainPage .accountContact {
    padding: 0 15px 25px;
  }
  .accountMainPage .cvkPro .content {
    padding: 45px 45px 30px;
    gap: 20px;
  }
  .accountMainPage .orderDetail .titleArea {
    gap: 40px;
    justify-content: space-between;
  }
  .accountMainPage .orderDetail .content .item .productImage {
    flex-direction: column;
    gap: 0;
  }
  .accountMainPage .accountAddress .title {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content {
    padding: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem {
    flex-wrap: wrap;
    gap: 25px;
    padding: 50px 20px 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .defaultAddressMini {
    left: 20px;
  }
  .accountMainPage .accountAddress .content .addressItem .customerName {
    margin: 0;
  }
  .accountMainPage .accountAddress .content .addressItem .address {
    text-align: center;
    margin-right: auto;
  }
  .accountMainPage .accountAddress .content .addressItem .buttons {
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .templateCards {
    margin-top: 10px;
    padding: 0 17px 0;
  }
  .templateCards .templatePurpleCard .mainInfoCard {
    border: none;
    border-bottom: 1px solid rgb(115, 30, 255);
    padding: 20px;
  }
  .templateCards .customPackage .title {
    text-align: center;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .templateCards {
    margin-top: 10px;
    padding: 0 17px 0;
  }
  .templateCards .templatePurpleCard .mainInfoCard {
    border: none;
    border-bottom: 1px solid rgb(115, 30, 255);
    padding: 20px;
  }
  .templateCards .customPackage .title {
    text-align: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .templateCards {
    margin-top: 10px;
    padding: 0 17px 0;
  }
  .templateCards .templatePurpleCard .mainInfoCard {
    padding: 20px;
  }
  .templateCards .templatePurpleCard .row > div:first-child .mainInfoCard {
    border-bottom: 1px solid rgb(115, 30, 255);
  }
  .templateCards .templatePurpleCard .row > div:nth-child(2) .mainInfoCard {
    border-bottom: 1px solid rgb(115, 30, 255);
    border-right: none;
  }
  .templateCards .customPackage .title {
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .templateCards {
    margin-top: 10px;
    padding: 0 17px 0;
  }
  .templateCards .templatePurpleCard .mainInfoCard {
    padding: 20px;
  }
  .templateCards .customPackage .title {
    text-align: center;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .templateCards {
    margin-top: 10px;
    padding: 0 17px 0;
  }
  .templateCards .templatePurpleCard .mainInfoCard {
    padding: 20px;
  }
  .templateCards .customPackage .title {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .sampleRequestContent {
    padding: 30px 20px;
  }
  .sampleRequestContent .topBar {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .sampleRequestContent .topBar .imgArea {
    padding: 0 20px;
  }
  .sampleRequestContent .topBar .imgArea .images img {
    width: 70px;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  .sampleRequestContent .topBar .imgArea .images .img2 {
    left: 50%;
  }
  .sampleRequestContent .topBar .imgArea .images .img3 {
    left: calc(50% + 40px);
  }
  .sampleRequestContent .topBar .imgArea:after {
    width: 100%;
    height: 100%;
  }
  .sampleRequestContent .topBar .titleArea .title {
    font-size: 16px;
    line-height: 24px;
  }
  .sampleRequestContent .packageCustom {
    padding: 0;
  }
  .sampleRequestContent .packageCustom .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sampleRequestContent .packageCustom .item .content {
    gap: 15px;
    flex-direction: column;
  }
  .sampleRequestContent .borderBtn {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .sampleRequestContent {
    padding: 30px 20px;
  }
  .sampleRequestContent .topBar {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .sampleRequestContent .topBar .imgArea {
    padding: 0 20px;
  }
  .sampleRequestContent .topBar .imgArea .images img {
    width: 70px;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  .sampleRequestContent .topBar .imgArea .images .img2 {
    left: 50%;
  }
  .sampleRequestContent .topBar .imgArea .images .img3 {
    left: calc(50% + 40px);
  }
  .sampleRequestContent .topBar .imgArea:after {
    width: 100%;
    height: 100%;
  }
  .sampleRequestContent .topBar .titleArea .title {
    font-size: 16px;
    line-height: 24px;
  }
  .sampleRequestContent .packageCustom {
    padding: 0;
  }
  .sampleRequestContent .packageCustom .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sampleRequestContent .packageCustom .item .content {
    gap: 15px;
  }
  .sampleRequestContent .borderBtn {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .sampleRequestContent {
    padding: 30px 20px;
  }
  .sampleRequestContent .topBar {
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 30px;
  }
  .sampleRequestContent .topBar .imgArea {
    padding: 0 20px;
  }
  .sampleRequestContent .topBar .imgArea .images img {
    width: 70px;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
  .sampleRequestContent .topBar .imgArea .images .img2 {
    left: 50%;
  }
  .sampleRequestContent .topBar .imgArea .images .img3 {
    left: calc(50% + 40px);
  }
  .sampleRequestContent .topBar .imgArea:after {
    width: 100%;
    height: 100%;
  }
  .sampleRequestContent .topBar .titleArea .title {
    font-size: 16px;
    line-height: 24px;
  }
  .sampleRequestContent .packageCustom {
    padding: 0;
  }
  .sampleRequestContent .packageCustom .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sampleRequestContent .packageCustom .item .content {
    gap: 15px;
  }
  .sampleRequestContent .borderBtn {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .sampleRequestContent {
    padding: 60px 50px;
  }
  .sampleRequestContent .topBar {
    padding-right: 100px;
  }
  .sampleRequestContent .packageCustom {
    padding: 0;
  }
  .sampleRequestContent .packageCustom .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sampleRequestContent .packageCustom .item .content {
    gap: 15px;
  }
  .sampleRequestContent .borderBtn {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .sampleRequestContent {
    padding: 60px 50px;
  }
  .sampleRequestContent .topBar {
    padding-right: 100px;
  }
  .sampleRequestContent .packageCustom {
    padding: 0;
  }
  .sampleRequestContent .packageCustom .item {
    flex-direction: column;
    align-items: flex-start;
  }
  .sampleRequestContent .packageCustom .item .content {
    gap: 15px;
  }
  .sampleRequestContent .borderBtn {
    white-space: normal;
    padding: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps::-webkit-scrollbar {
    display: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps .step {
    min-width: 75%;
    font-size: 16px;
  }
  .getOfferContent > .content #stepWrapper .input-row {
    flex-direction: column;
    gap: 15px;
  }
  .getOfferContent > .content #stepWrapper .input-row .item {
    max-width: 100%;
  }
  .getOfferContent > .content #stepWrapper .types .typeItem {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .getOfferContent > .content .checkboxItem {
    flex-direction: column;
  }
  .getOfferContent > .content .checkboxItem .title {
    border: none;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #7F7F7F;
  }
  .getOfferContent > .content .checkboxItem .content {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 400px) and (max-width: 576px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps::-webkit-scrollbar {
    display: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps .step {
    min-width: 75%;
    font-size: 16px;
  }
  .getOfferContent > .content #stepWrapper .input-row {
    flex-direction: column;
    gap: 15px;
  }
  .getOfferContent > .content #stepWrapper .input-row .item {
    max-width: calc(50% - 8px);
  }
  .getOfferContent > .content #stepWrapper .types .typeItem {
    flex-direction: column;
    padding: 20px 20px 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps::-webkit-scrollbar {
    display: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps .step {
    min-width: 75%;
    font-size: 16px;
  }
  .getOfferContent > .content #stepWrapper .input-row {
    flex-direction: column;
    gap: 15px;
  }
  .getOfferContent > .content #stepWrapper .input-row .item {
    max-width: calc(50% - 8px);
  }
  .getOfferContent > .content #stepWrapper .types .typeItem {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .getOfferContent > .content .checkboxItem {
    flex-direction: column;
  }
  .getOfferContent > .content .checkboxItem .title {
    border: none;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #7F7F7F;
  }
  .getOfferContent > .content .checkboxItem .content {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps {
    overflow: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    gap: 15px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps::-webkit-scrollbar {
    display: none;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps .step {
    font-size: 16px;
  }
  .getOfferContent > .content #stepWrapper .input-row {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    justify-content: center;
  }
  .getOfferContent > .content #stepWrapper .types .typeItem {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .getOfferContent > .content .checkboxItem .title {
    max-width: 200px;
    width: 100%;
  }
  .getOfferContent > .content .checkboxItem .content {
    flex-wrap: wrap;
    gap: 15px 20px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
  .getOfferContent > .content #stepWrapper .steps-progress .steps .step {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .getOfferContent > .content {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 576px) {
  section.aboutusContent .aboutContent {
    padding: 30px 20px;
  }
  section.aboutusContent .aboutContent .leftContent {
    align-items: center;
  }
  section.aboutusContent .aboutContent .leftContent .imgArea {
    height: auto;
    width: 100%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.aboutusContent .aboutContent {
    padding: 30px 20px;
  }
  section.aboutusContent .aboutContent .leftContent {
    align-items: center;
  }
  section.aboutusContent .aboutContent .leftContent .imgArea {
    height: auto;
    width: 70%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.aboutusContent .aboutContent {
    padding: 30px 20px;
  }
  section.aboutusContent .aboutContent .leftContent {
    align-items: center;
  }
  section.aboutusContent .aboutContent .leftContent .imgArea {
    height: auto;
    width: 70%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  section.aboutusContent .aboutContent {
    padding: 30px 20px;
  }
  section.aboutusContent .aboutContent .leftContent {
    align-items: center;
  }
  section.aboutusContent .aboutContent .leftContent .imgArea {
    height: auto;
    width: 70%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  section.aboutusContent .aboutContent {
    padding: 30px 20px;
  }
  section.aboutusContent .aboutContent .leftContent {
    align-items: center;
  }
  section.aboutusContent .aboutContent .leftContent .imgArea {
    height: auto;
    width: 70%;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blogCard2 {
    padding: 30px 20px;
  }
  section.blogDetailContent {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  section.blogDetailContent .blogPageTitleArea {
    margin: 0;
  }
  section.blogDetailContent .titleArea {
    margin: 0 0 20px;
  }
  section.blogDetailContent .titleArea .title {
    margin: 15px 0 30px;
    font-size: 19px;
    line-height: 25px;
  }
  section.blogDetailContent .historyText {
    margin: 30px 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  section.blogDetailContent .content .blogSidebar {
    margin-bottom: 30px;
    padding: 25px 20px;
    position: relative;
    top: 0;
  }
  section.blogDetailContent .content .blogSidebar .sidebarTitle {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  section.blogDetailContent .content .blogSidebar .sidebarMenu {
    gap: 8px;
  }
  section.blogDetailContent .content .blogSidebar .sidebarMenu a {
    padding: 12px 15px;
    font-size: 14px;
  }
  section.blogDetailContent .content .blogDetail {
    padding: 30px 20px;
  }
  section.blogDetailContent .content .blogDetail .blogTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  section.blogDetailContent .content .blogDetail .blogContent {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  section.blogDetailContent .content .blogDetail .blogContent h2 {
    font-size: 20px;
    line-height: 28px;
  }
  section.blogDetailContent .content .blogDetail .blogContent h3 {
    font-size: 18px;
    line-height: 26px;
  }
  section.blogDetailContent .content .blogDetail .blogDate {
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    font-size: 12px;
  }
  section.blogDetailContent .content .blogDetail .blogDate div {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .blogDetailCard {
    margin-bottom: 30px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .blogDetailCard .text:after {
    display: none;
  }
  .blogFeatures {
    padding-bottom: 30px;
  }
  .blogFeatures .item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .blogFeatures .item .title {
    font-size: 16px;
  }
  .blogFeatures .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .blogFeatures .bottomText {
    text-align: center;
  }
  .blogPagination {
    margin-top: 30px;
  }
  .blogPagination .pagination-list {
    gap: 8px;
  }
  .blogPagination .pagination-list li a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  section.blogDetailContent {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  section.blogDetailContent .blogPageTitleArea {
    margin: 0;
  }
  section.blogDetailContent .titleArea {
    margin: 0 0 20px;
  }
  section.blogDetailContent .titleArea .title {
    margin: 15px 0 30px;
    font-size: 19px;
    line-height: 25px;
  }
  section.blogDetailContent .historyText {
    margin: 30px 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  section.blogDetailContent .content .blogSidebar {
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    top: 0;
  }
  section.blogDetailContent .content .blogSidebar .sidebarTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.blogDetailContent .content .blogSidebar .sidebarMenu a {
    padding: 12px 18px;
    font-size: 15px;
  }
  section.blogDetailContent .content .blogDetail {
    padding: 35px 25px;
  }
  section.blogDetailContent .content .blogDetail .blogTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  section.blogDetailContent .content .blogDetail .blogContent {
    font-size: 15px;
    line-height: 25px;
  }
  section.blogDetailContent .content .blogDetail .blogDate {
    gap: 20px;
    font-size: 13px;
  }
  .blogDetailCard {
    margin-bottom: 30px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .blogDetailCard .text:after {
    display: none;
  }
  .blogFeatures {
    padding-bottom: 30px;
  }
  .blogFeatures .item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .blogFeatures .item .title {
    font-size: 16px;
  }
  .blogFeatures .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .blogFeatures .bottomText {
    text-align: center;
  }
  .blogPagination {
    margin-top: 30px;
  }
  .blogPagination .pagination-list {
    gap: 10px;
  }
  .blogPagination .pagination-list li a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  section.blogDetailContent {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  section.blogDetailContent .blogPageTitleArea {
    margin: 0;
  }
  section.blogDetailContent .titleArea {
    margin: 0 0 20px;
  }
  section.blogDetailContent .titleArea .title {
    margin: 15px 0 30px;
    font-size: 19px;
    line-height: 25px;
  }
  section.blogDetailContent .historyText {
    margin: 30px 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  section.blogDetailContent .content .blogSidebar {
    margin-bottom: 30px;
    padding: 35px 30px;
    position: sticky;
    top: 80px;
  }
  section.blogDetailContent .content .blogSidebar .sidebarTitle {
    font-size: 19px;
    margin-bottom: 25px;
  }
  section.blogDetailContent .content .blogSidebar .sidebarMenu a {
    padding: 14px 20px;
    font-size: 15px;
  }
  section.blogDetailContent .content .blogDetail {
    padding: 40px 35px;
  }
  section.blogDetailContent .content .blogDetail .blogTitle {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  section.blogDetailContent .content .blogDetail .blogContent {
    font-size: 15px;
    line-height: 26px;
  }
  section.blogDetailContent .content .blogDetail .blogDate {
    font-size: 13px;
  }
  .mobileNone {
    display: none;
  }
  .blogDetailCard {
    margin-bottom: 30px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .blogDetailCard .text:after {
    display: none;
  }
  .blogFeatures {
    padding-bottom: 30px;
  }
  .blogFeatures .item {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .blogFeatures .item .title {
    font-size: 16px;
  }
  .blogFeatures .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .blogFeatures .bottomText {
    text-align: center;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .blogFeatures {
    padding-bottom: 30px;
  }
  .blogFeatures .item .title {
    font-size: 16px;
  }
  .blogFeatures .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
  .blogDetailCard {
    padding: 35px 50px;
  }
  .blogDetailCard .title {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .blogCard {
    padding: 22px;
  }
  .blogCard2 {
    padding: 30px 20px;
  }
  .blogCard2 .iconArea:after {
    top: 40px;
  }
  .blogFeatures {
    padding-bottom: 30px;
  }
  .blogFeatures .item .title {
    font-size: 16px;
  }
  .blogFeatures .item .text {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .designCheckContent > .content {
    margin-top: 30px;
  }
  .designCheckContent > .content .textBottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designCheckContent > .content .textBottom .starText {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .designCheckContent .designCheckTextCard {
    padding: 30px 25px;
  }
  .designCheckContent .designCheckTextCard > .content .item {
    padding: 20px;
  }
  .designCheckContent .designCheckTextCard > .title {
    padding: 0;
    font-size: 20px;
  }
  .designCheckContent .approvalProcessItem {
    padding: 30px 20px 60px;
  }
  .designCheckContent .approvalProcessItem .content {
    gap: 20px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn {
    margin: 30px 0;
  }
  .designCheckContent .approvalProcessItem .content .animatedImage {
    position: relative;
    bottom: auto;
    right: auto;
  }
  .designCheckContent .approvalProcessItem .content .bottomText {
    bottom: -35px;
  }
  .designCheckContent .approvalProcessItem:after {
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .designCheckContent > .content {
    margin-top: 30px;
  }
  .designCheckContent > .content .textBottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designCheckContent > .content .textBottom .starText {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .designCheckContent .designCheckTextCard {
    padding: 30px 25px;
  }
  .designCheckContent .designCheckTextCard > .content .item {
    padding: 20px;
  }
  .designCheckContent .designCheckTextCard > .title {
    padding: 0;
    font-size: 20px;
  }
  .designCheckContent .approvalProcessItem {
    padding: 30px 20px 60px;
  }
  .designCheckContent .approvalProcessItem .content {
    gap: 20px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn {
    margin: 30px 0;
  }
  .designCheckContent .approvalProcessItem .content .animatedImage {
    right: 0;
  }
  .designCheckContent .approvalProcessItem .content .bottomText {
    bottom: -35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .designCheckContent > .content .textBottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designCheckContent > .content .textBottom .starText {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .designCheckContent .approvalProcessItem .content .bottomText {
    bottom: -35px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .designCheckContent > .content {
    margin-top: 30px;
  }
  .designCheckContent > .content .textBottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designCheckContent > .content .textBottom .starText {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .designCheckContent .designCheckTextCard {
    padding: 30px 25px;
  }
  .designCheckContent .designCheckTextCard > .content .item {
    padding: 20px;
  }
  .designCheckContent .designCheckTextCard > .title {
    padding: 0;
    font-size: 20px;
  }
  .designCheckContent .approvalProcessItem {
    padding: 30px 20px 60px;
  }
  .designCheckContent .approvalProcessItem .content {
    gap: 20px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn {
    margin: 30px 0;
    font-size: 14px;
    border-radius: 13px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn .imgArea {
    width: 40px;
    border-radius: 9px;
  }
  .designCheckContent .approvalProcessItem .content .animatedImage {
    bottom: 0;
    right: 0;
  }
  .designCheckContent .approvalProcessItem .content .bottomText {
    bottom: -35px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .designCheckContent > .content {
    margin-top: 30px;
  }
  .designCheckContent > .content .textBottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .designCheckContent > .content .textBottom .starText {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .designCheckContent .designCheckTextCard {
    padding: 30px 25px;
  }
  .designCheckContent .designCheckTextCard > .content .item {
    padding: 20px;
  }
  .designCheckContent .designCheckTextCard > .title {
    padding: 0;
    font-size: 20px;
  }
  .designCheckContent .approvalProcessItem {
    padding: 30px 20px 60px;
  }
  .designCheckContent .approvalProcessItem .content {
    gap: 20px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn {
    margin: 30px 0;
    font-size: 14px;
    border-radius: 13px;
  }
  .designCheckContent .approvalProcessItem .content .approvallBtn .imgArea {
    width: 40px;
    border-radius: 9px;
  }
  .designCheckContent .approvalProcessItem .content .animatedImage {
    right: 0;
    width: 130px;
  }
  .designCheckContent .approvalProcessItem .content .bottomText {
    bottom: -35px;
  }
}/*# sourceMappingURL=mobile.css.map */