@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --base-color: #5b50f8;
  --white: #ffffff;
  --black: #000000;
  --main-dark: #0e0e0e;
  --second-dark: #555555;
  --dark-gray: rgba(14, 14, 14, 0.4);
  --border: #e5e5e5;
}

* {
  font-family: "Montserrat", sans-serif;
}

.navbar {
  padding: 0;
}

.nav-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px !important;
  text-transform: uppercase;
}

.navbar-nav .nav-item {
  margin-left: 6px;
  margin-right: 6px;
}

.nav-link.active {
  color: var(--main-dark) !important;
}

.nav-link:hover {
  color: var(--main-dark) !important;
}

.fw-600 {
  font-weight: 600;
}

.rounded {
  border-radius: 50px !important;
}

.banner_img {
  position: absolute;
  top: 0;
}

/* changed */
.navbar {
  background: transparent;
  position: relative;
  z-index: 1;
}
.navbar.transparent{
  background: transparent !important;
}
.navbar.transparent .navbar-toggler{
  background: transparent !important;
}
.navbar.transparent .navbar-toggler:focus{
  color: rgb(91 80 248);
}
.p-relative {
  position: relative;
  z-index: 1;
}

/* changed */
.main-banner {
  position: relative;
  background-image: url("../images/banner_slider_1.png");
  /* background-image: linear-gradient( rgb(0 0 0 / 73%), rgb(24 24 46 / 98%) ), url('../images/main_banner.png'); */
  min-height: calc(100vh);
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-top: -108px; */
}

.banner_content {
  display: flex;
  align-items: center;
  min-height: 400px;
  height: 100vh;
  justify-content: start;
  padding: 24px 0;
  position: relative;
  z-index: 2;
  padding: 4%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main_title {
  color: var(--white);
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  text-transform: uppercase;
  margin-bottom: 28px;
  max-width: 64%;
  width: 100%;
}

.banner_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  /* or 222% */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 64%;
  width: 100%;
}

.main_title_h1 {
  color: var(--base-color);
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  max-width: 71%;
  width: 100%;
}

.main_p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: var(--black);
  max-width: 71%;
}

.text-decoration-none {
  text-decoration: none;
}

.navbar {
  /* position: sticky; */
  background-color: var(--base-color);
  top: 0;
  z-index: 1000;
}

.fixed-top {
  -webkit-box-shadow: 0 0 0 transparent;
  opacity: 0.97;
  padding: 0;
  top: -108px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animated-text.fadeIn {
  animation: fadeIn 1.5s ease-out;
  z-index: 10;
  position: relative;
}

.animated-text {
  animation: fadeIn 1.5s ease-out;
  z-index: 10;
  position: relative;
}

.btn-primary {
  background: var(--base-color);
  border-color: var(--base-color);
}

/* /new style for auto  */
.heading_small_info {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: var(--base-color);
}

.main_title_h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  color: var(--second-dark);
  margin-bottom: 30px;
}

.inventory_tabs .nav-tabs {
  border-bottom: 0 !important;
}

.inventory_tabs .tab-content .tab-pane{
  display: block;
  height: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}
.inventory_tabs .tab-content .tab-pane.active{
  height: auto !important;  
  padding: 1.5rem !important;
}

.inventory_tabs .nav-tabs .nav-item {
  position: relative;
  /* bottom: -4px; */
  width: 25%;
}

.inventory_tabs .nav-tabs .nav-item .nav-link,
.inventory_tabs .nav-tabs .nav-link {
  position: relative;
  color: var(--dark-gray);
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 12px 70px !important;
  width: 100%;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid var(--border);
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: var(--dark-gray);
}

.inventory_tabs .nav-tabs .nav-item.show .nav-link,
.inventory_tabs .nav-tabs .nav-link.active {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 4px solid var(--main-dark);
  color: var(--main-dark) !important;
  border-radius: 0 !important;
}

.inventory_tabs .nav-tabs .nav-link:focus,
.inventory_tabs .nav-tabs .nav-link:hover {
  border-color: transparent !important;
  border-bottom: 4px solid var(--main-dark) !important;
  border-radius: 0 !important;
}

.inventory_cards {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.inventory_cards.sold .slider .slick-slide a .soldWrapper{
  display: block;
}

.inventory_cards.sold .slider .slick-slide .inventory_cards_slider_img{
  opacity: 0.5;
}
.inventory_cards .slider .slick-slide a{
  position: relative;
}

.inventory_cards .slider .slick-slide a .soldWrapper{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.inventory_amount {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--main-dark);
}

.inventory_amount span {
  color: var(--base-color);
}

.inventory_city {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: var(--second-dark);
  display: flex;
  align-items: center;
  justify-content: end;
}

.inventory_make_model {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--main-dark);
}

.btn-secondary {
  background: var(--border);
  border-color: var(--border);
  color: var(--second-dark);
  font-weight: 500;
  padding: 10px 20px;
}

.btn-secondary:hover,
.btn-secondary:focus-visible,
.btn-secondary:active {
  background: var(--base-color) !important;
  border-color: var(--base-color) !important;
  color: var(--white);
  box-shadow: unset;
}

.slick-dots li.slick-active button:before {
  color: var(--white) !important;
  font-size: 30px !important;
}

.slick-dots {
  bottom: 0px !important;
}

.slick-dots li button:before {
  font-size: 0px !important;
  opacity: 1 !important;
  color: white !important;
  border: 2px solid;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px !important;
  height: 8px !important;
}

.inventory_cards_slider_img {
  height: 281px;
  object-fit: cover;
  width: 100%;
  overflow: hidden;
}

.location_icon {
  vertical-align: text-bottom;
}

/* 
.inventory_cards_slider_img {
    height: 281px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
} */

.inventory_cards_slider_img {
  transition: 0.5s all;
  width: 100%;
}

.inventory_cards:hover .inventory_cards_slider_img {
  transform: scale(0.97);
}

.main_section,
.inventory_section {
  padding-top: 130px;
  position: relative;
  /* z-index: 1; */
}

.main_content {
  position: relative;
  padding-bottom: 124px;
}

.main_content::before {
  content: "";
  background-image: url("../images/pinacam-auto-left.png");
  position: absolute;
  left: 0;
  height: 100%;
  background-position: bottom;
  background-size: contain;
  bottom: -13%;
  max-width: 180px;
  width: 100%;
  background-repeat: no-repeat;
}

.main_content::after {
  content: "";
  background-image: url("../images/pinacam-auto-right.png");
  position: absolute;
  right: 0;
  height: 100%;
  background-position: top;
  background-size: contain;
  top: -13%;
  max-width: 180px;
  width: 100%;
  background-repeat: no-repeat;
}

.footer {
  background-color: var(--base-color);
  padding: 4% 5% 2% 5%;
}

.footer_logo_text {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 44px;
  /* identical to box height */
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 50px;
}

.footer_social_icon_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
}

.footer_menu {
  list-style: none;
}

.footer_menu li {
  margin-bottom: 40px;
}

.footer_menu li a {
  list-style: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  text-transform: uppercase;

  color: #ffffff;
  text-decoration: none;
}

.footer_menu li a:hover {
  text-decoration: underline;
}

.footer_copy_write {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height */
  text-transform: uppercase;
  color: #ffffff;
}

.banner_slider_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}

.main-banner .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  right: 4.5%;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  width: fit-content;
}

.main-banner .slick-dots li {
  margin-bottom: 30px !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pe-60 {
  padding-right: 60px;
}

.ps-60 {
  padding-left: 60px;
}

.p-10 {
  padding: 10px;
}

#header {
  position: relative;
  z-index: 2;
}

#header.sty2 {
  position: fixed;
  width: 100%;
}

#header.sty2 .navbar {
  transition: all ease-in-out 0.7s;
}

.footer_section_1 {
  margin-bottom: 80px;
}

.how_to_apply {
  display: flex;
  align-items: center;
  padding: 14px 34px;
  justify-content: center;
}

.inventory_cards .slick-dots li button:before {
  width: 8px !important;
  height: 8px !important;
}

.inventory_cards .slick-dots li.slick-active button:before {
  color: var(--white) !important;
  font-size: 30px !important;
}

.inventory_card_btn_icon {
  display: none;
}

.inventory_card_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inventory_card_btn:hover .inventory_card_btn_icon {
  display: block;
}

.desktop_view_inventory {
  display: block;
}

.mobile_view_inventory_wrapper {
  display: none;
}

.inventory_tabs .nav.nav-tabs {
  justify-content: space-between;
}

.circle_tab {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: var(--dark-gray);
}

.inventory_tabs .nav-tabs .nav-item.show .nav-link .circle_tab,
.inventory_tabs .nav-tabs .nav-link.active .circle_tab {
  background-color: var(--main-dark);
}

.inventory_tabs .nav-tabs .nav-item .nav-link:hover .circle_tab,
.inventory_tabs .nav-tabs .nav-link:hover .circle_tab {
  background-color: var(--main-dark);
}

@media (max-width: 1400px) {
  .main_content::before {
    bottom: 0%;
    max-width: 100px;
  }

  .main_content::after {
    top: 0%;
    max-width: 100px;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link,
  .inventory_tabs .nav-tabs .nav-link {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link,
  .inventory_tabs .nav-tabs .nav-link {
    padding: 12px 30px !important;
  }
}

@media (max-width: 992.5px) {

  .inventory_tabs .nav-tabs .nav-item .nav-link,
  .inventory_tabs .nav-tabs .nav-link {
    font-size: 14px;
    line-height: 28px;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link,
  .inventory_tabs .nav-tabs .nav-link {
    padding: 12px 18px !important;
  }

  .footer_logo_text {
    font-size: 22px;
  }

  .navbar-toggler {
    color: rgb(91 80 248);
    border: transparent !important;
    color: white;
    background-color: white;
  }

  .fixed-top .navbar-toggler {
    color: white;
    background-color: white;
    border: transparent !important;
  }

  .navbar-toggler-icon {
    background-image: url(../images/menu_icon.png);
  }

  .fixed-top .navbar-toggler-icon {
    background-image: url(../images/menu_icon.png);
  }

  .navbar {
    /* position: fixed;
    top: 0; */
    left: 0;
    right: 0;
    z-index: 1000;
  }

  .navbar-collapse {
    position: fixed;
    top: 0px;
    /* Adjust this value based on the height of your navbar */
    left: -100%;
    width: 100%;
    max-width: 250px;
    height: 100%;
    overflow-y: auto;
    background-color: var(--base-color);
    /* Adjust the background color as needed */
    transition: left 0.3s ease;
  }

  .navbar-collapse.show {
    left: 0;
  }

  .main-banner {
    margin-top: 0;
  }

  .main_section,
  .inventory_section {
    padding-top: 90px;
  }

  .main_content {
    padding-bottom: 80px;
  }

  .main_title,
  .banner_desc,
  .main_title_h1,
  .main_p {
    max-width: 80%;
  }

  .main_title {
    font-size: 42px;
    line-height: 56pxpx;
    margin-bottom: 20px;
  }

  .banner_desc {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768.5px) {
  .main_content::after {
    display: none;
  }

  .main_content::before {
    display: none;
  }

  .main_title {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 16px;
  }

  .banner_desc {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .main_section,
  .inventory_section {
    padding-top: 60px;
  }

  .main_content {
    padding-bottom: 60px;
  }

  .main_title_h1 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .mobile_view_inventory .slick-prev {
    left: 40%;
    transform: translate(-50%, -50%);
  }

  .mobile_view_inventory .slick-next {
    right: 40%;
    transform: translate(-50%, -50%);
  }

  .mobile_view_inventory .slick-prev:before,
  .mobile_view_inventory .slick-next:before {
    color: #000000;
  }

  .mobile_view_inventory .slick-prev,
  .mobile_view_inventory .slick-next {
    background: transparent;
    top: auto;
    bottom: -8%;
  }

  .mobile_view_inventory .slick-prev:before {
    content: "" !important;
    /* Clear default content */
    background-image: url("../images/arrow_left.png");
    /* Set the background image */
    background-size: contain;
    /* Ensure the image fits within the arrow */
    display: inline-block;
    /* Display as inline block to respect width and height */
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
  }

  .mobile_view_inventory .slick-next:before {
    content: "" !important;
    /* Clear default content */
    background-image: url("../images/arrow_right.png");
    /* Set the background image */
    background-size: contain;
    /* Ensure the image fits within the arrow */
    display: inline-block;
    /* Display as inline block to respect width and height */
    width: 32px;
    height: 30px;
    background-repeat: no-repeat;
  }

  .desktop_view_inventory {
    display: none;
  }

  .mobile_view_inventory_wrapper {
    display: block;
    padding-bottom: 40px;
  }

  .inventory_tabs .nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .inventory_tabs .nav.nav-tabs .nav-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .inventory_tabs .nav.nav-tabs .nav-item .nav-link {
    width: 100%;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link::before,
  .inventory_tabs .nav-tabs .nav-link::before {
    left: 39%;
  }

  .inventory_tabs .nav-tabs .nav-item {
    bottom: 0px;
  }

  .inventory_tabs .nav-tabs {
    /* border-bottom: 4px solid var(--border); */
    border-bottom: 0;
  }

  .inventory_tabs .nav-tabs .nav-item .nav-link,
  .inventory_tabs .nav-tabs .nav-link {
    border-bottom: 4px solid var(--border);
  }

  .inventory_tabs .nav-tabs .nav-item.show .nav-link,
  .inventory_tabs .nav-tabs .nav-link.active {
    border-bottom: 4px solid var(--main-dark);
  }

  .footer_copy_text {
    display: none;
  }

  .footer_copy_menu_item_copy {
    width: 100%;
  }

  .footer {
    text-align: center;
  }

  .footer_social_icons {
    justify-content: center;
    margin-bottom: 24px;
  }
}

@media (max-width: 576.5px) {
  .main_title {
    font-size: 34px;
  }

  h5 {
    font-size: 1rem;
  }

  .main_title,
  .banner_desc,
  .main_title_h1,
  .main_p {
    max-width: 100%;
  }

  .main-banner .slick-dots {
    top: auto;
    display: block;
    bottom: -10px;
    width: 100%;
    right: 0;
  }

  .navbar-brand img {
    width: 100px;
  }

  .banner_content {
    background-image: url(../images/jumbotron.png) !important;
  }

  .footer_logo_text {
    margin-bottom: 24px;
  }

  .footer_social_icons {
    justify-content: center;
    margin-bottom: 24px;
  }

  .footer_social_icons div:last-child {
    margin-right: 0 !important;
  }

  .footer_social_icon_text {
    margin-bottom: 16px;
  }

  .footer_menu {
    padding: 0;
  }

  .footer_menu li a {
    font-size: 14px;
  }

  .footer_menu li {
    margin-bottom: 10px;
  }

  .footer_section_1 {
    margin-bottom: 24px;
  }

  .footer_copy_write {
    display: none;
  }

  .footer_menu {
    flex-direction: column;
  }

  .footer_menu li {
    margin-bottom: 10px !important;
    margin-right: 0 !important;
  }

  .footer_menu li a {
    font-size: 14px;
  }

  .main_content {
    padding-bottom: 40px;
  }

  .how_to_apply {
    width: 100%;
  }
}

@media (max-width: 400px) {

  .inventory_tabs .nav-tabs .nav-item .nav-link::before,
  .inventory_tabs .nav-tabs .nav-link::before {
    left: 35%;
  }

  .main_title {
    font-size: 24px;
    line-height: 35px;
  }

  .banner_desc {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (min-width: 1400.5px) {
  .main_title {
    font-size: 55px;
    line-height: 67px;
  }

  .banner_desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
  }

  .main_title_h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
  }

  .main_p {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
  }

  .heading_small_info {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }

  .inventory_amount {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
  }

  .inventory_city {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  .inventory_make_model {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    min-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limits the text to 2 lines */
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .footer_logo_text {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 60px;
  }

  .footer_social_icon_text {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_copy_write {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }

  .footer_menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
  }
}

/* Inventory Page Styles */

.bannerWrapper {
  position: relative;
}

.bannerWrapper .bgimg {
  height: 165px;
  min-height: auto;
}

.bannerWrapper.sty2 .bgimg {
  min-height: 165px;
}

.bannerWrapper .bgimg img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  pointer-events: none;
}

.bannerWrapper .content {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bannerWrapper .content .banner_title {
  font-size: 55px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 67.05px;
  text-align: center;
}

.bannerWrapper .content .banner_title {
  font-size: 55px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 67.05px;
  text-align: center;
  margin-bottom: 0;
}

.bannerWrapper .content .para_wrapper {
  display: flex;
  justify-content: center;
}

.bannerWrapper .content .para_title {
  padding: 0 30px;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  position: relative;
  margin-bottom: 0;
}

.bannerWrapper .content .para_title::before {
  width: 10px;
  height: 10px;
  background-color: var(--base-color);
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}

.sec-padded {
  padding: 120px 0;
}

.sec-padded--top {
  padding-top: 100px;
}

.suggestion_wrapper {
  max-width: 1430px;
  overflow: visible;
  margin: 0 auto;
  padding-left: 70px;
  padding-right: 70px;
}

.suggestion_wrapper h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  color: var(--main-dark);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 45px;
}

.suggestion_wrapper .slider_wrapper {
  box-shadow: 0px 14px 50px 0px #0000000d;
  overflow: visible;
}

.suggestion_wrapper .slider_wrapper .slick-arrow {
  width: 50px;
  height: 50px;
}

.suggestion_wrapper .slider_wrapper .slick-prev {
  left: -70px;
}

.suggestion_wrapper .slider_wrapper .slick-prev::before {
  content: "";
  background-image: url("../images/slider-arrow-left.png");
  width: 17.5px;
  height: 33.5px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}

.suggestion_wrapper .slider_wrapper .slick-next {
  right: -70px;
}

.suggestion_wrapper .slider_wrapper .slick-next::before {
  content: "";
  background-image: url("../images/slider-arrow-right.png");
  width: 17.5px;
  height: 33.5px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}

.suggestion_wrapper .slider_wrapper .slick-list .slick-track {
  /* padding: 20px 0 50px; */
}

.suggestion_wrapper .slider_wrapper .slick-list .slick-track .slick-slide {
  box-shadow: 0px 14px 50px 0px #0000000d;
  margin: 0 10px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper {
  padding: 20px;
  background-color: #ffffff;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .img_Wrap img {
  width: 100%;
  height: 100%;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  margin: 0;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p span {
  color: var(--base-color);
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction {
  display: flex;
  align-items: center;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction p {
  margin: 0;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .loaction img {
  margin-right: 5px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap {
  padding-top: 25px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24.38px;
  text-align: left;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .cta_wrap {
  padding-top: 25px;
}

.suggestion_wrapper .slider_wrapper .box_wrapper .cta_wrap button {
  min-height: 60px;
}

.container {
  max-width: 1318px;
  width: 100%;
  padding: 0 15px;
}
.container.custom {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
}

.detail_wrap {
  display: flex;
  justify-content: space-between;
}

.detail_wrap .images_Wrapper {
  flex: 0 0 50.2%;
  height: fit-content;
  padding: 16px;
  max-width: 50.2%;
  box-shadow: 0px 14px 50px 0px #0000000d;
}

.detail_wrap .images_Wrapper .gallerySlider{
  height: 60vh;
  overflow: hidden;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-prev {
  background: #000000b2;
  z-index: 1;
  left: 0;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-list {
  display: flex;
  height: 100%;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-track {
  display: flex;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-track .slick-slide {
  height: auto;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-track .slick-slide>div {
  height: 100%;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-prev::before {
  content: "";
  background-image: url("../images/arrow-left.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-next {
  background: #000000b2;
  z-index: 1;
  right: 0;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.detail_wrap .images_Wrapper .gallerySlider .slick-next::before {
  content: "";
  background-image: url("../images/arrow-right.png");
  width: 24px;
  height: 24px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
}

.detail_wrap .images_Wrapper .gallerySlider .img {
  height: 100%;
}

.detail_wrap .images_Wrapper .gallerySlider .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail_wrap .images_Wrapper .thumbImages {
  margin-top: 9px;
  display: flex;
  width: calc(100% + 15px);
  margin-left: -7.5px;
}

.detail_wrap .images_Wrapper .thumbImages .image {
  margin: 0 7.5px;
  position: relative;
}

.detail_wrap .images_Wrapper .thumbImages .image img {
  width: 100%;
  height: 100%;
}

.detail_wrap .images_Wrapper .thumbImages .image .textWrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail_wrap .images_Wrapper .thumbImages .image .textWrapper h2 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 29.26px;
  margin-bottom: 0;
}

.detail_wrap .detail_section {
  flex: 0 0 44.1%;
  max-width: 44.1%;
  margin-left: 20px;
}

.detail_wrap .detail_section h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 43.88px;
  text-align: left;
  color: var(--main-dark);
  margin: 0;
}

.detail_wrap .detail_section h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  text-align: left;
  color: var(--main-dark);
  margin: 50px 0;
}

.detail_wrap .detail_section h4 span {
  color: var(--base-color);
}

.detail_wrap .detail_section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin: 0;
  color: var(--black);
}

.detail_wrap .detail_section .info_section {
  max-width: 288px;
  width: 100%;
  margin-top: 30px;
}

.detail_wrap .detail_section .info_section .fields {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.detail_wrap .detail_section .info_section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  color: var(--black);
}

.detail_wrap .detail_section .info_section span {
  font-weight: 700;
  text-align: center;
  min-width: 50px;
  margin-left: 10px;
}

.detail_wrap .detail_section .button-wrap {
  margin: 50px 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  gap: 20px;
}

.detail_wrap .detail_section .button-wrap button {
  min-height: 60px;
  color: #fff;
  background: var(--base-color) ;
}
.detail_wrap .detail_section .button-wrap button:hover {
  background: green  !important;
}

.detail_wrap .detail_section .social_wrapper {
  border-top: 1px solid #0000004d;
  padding-top: 30px;
  display: flex;
  align-items: center;
}

.detail_wrap .detail_section .social_wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.94px;
  text-align: left;
  margin-right: 10px;
}

.detail_wrap .detail_section .social_wrapper .logo a {
  text-decoration: none;
  margin: 0 10px;
}

.description_section h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.1em;
  color: var(--base-color);
  margin-bottom: 30px;
}

.description_section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: var(--black);
  margin-bottom: 50px;
}

.description_section .detailsWrapper .fieldInner {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #00000033;
}

.description_section .detailsWrapper .fieldInner.heading {
  background-color: #f1f1f1;
  border-bottom: none;
}

.description_section .detailsWrapper .fieldInner h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--base-color);
  margin: 0;
  padding-left: 30px;
}

.description_section .detailsWrapper .fieldInner p {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  color: var(--black);
  margin: 0;
  padding-left: 30px;
}

.description_section .detailsWrapper .fieldInner p.para {
  font-weight: 400;
}

.description_section .detailsWrapper .fieldInner .heading {
  flex: 0 0 30%;
  max-width: 30%;
}

.description_section .detailsWrapper .fieldInner .para {
  flex: 0 0 30%;
  max-width: 30%;
}

.lightboxOverlay {
  opacity: 0.5 !important;
}

.lightbox .lb-image {
  border: 10px solid var(--white) !important;
  border-radius: 0 !important;
}

.lb-nav a.lb-prev {
  width: 70px !important;
  height: 70px !important;
  background: #000000b2 !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px !important;
}

.lb-nav a.lb-prev::before {
  content: "";
  background-image: url("../images/arrow-left2x.png");
  width: 34px;
  height: 34px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lb-nav a.lb-next {
  width: 70px !important;
  height: 70px !important;
  background: #000000b2 !important;
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px !important;
}

.lb-nav a.lb-next::before {
  content: "";
  background-image: url("../images/arrow-right2x.png");
  width: 34px;
  height: 34px;
  background-size: contain;
  opacity: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lb-dataContainer {
  margin-top: -50px !important;
  z-index: 999;
  display: inline-block;
  position: relative;
}

.lb-data .lb-details {
  width: 100% !important;
}

.lb-data .lb-number {
  font-size: 30px;
  font-weight: 700;
  line-height: 36.57px;
  text-align: center;
  color: var(--white) !important;
}

@media screen and (max-width: 992px) {
  .bannerWrapper .content .banner_title {
    line-height: 1.3;
    font-size: 40px;
  }

  .bannerWrapper .content .para_title {
    line-height: 1.3;
    font-size: 16px;
  }

  .detail_wrap .detail_section h3 {
    line-height: 1.3;
    font-size: 30px;
  }

  .detail_wrap .detail_section h4 {
    line-height: 1.3;
    font-size: 27px;
    margin: 20px 0;
  }

  .detail_wrap .detail_section p {
    line-height: 1.3;
    font-size: 16px;
  }

  .detail_wrap .detail_section .info_section p {
    line-height: 1.3;
    font-size: 16px;
  }

  .detail_wrap .detail_section .button-wrap {
    margin: 30px 0;
  }

  .description_section h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .description_section .detailsWrapper .fieldInner .heading {
    font-size: 19px;
    line-height: 1.3;
  }

  .description_section .detailsWrapper .fieldInner .para {
    font-size: 19px;
    line-height: 1.3;
  }

  .description_section p {
    line-height: 1.3;
    font-size: 16px;
  }

  .description_section .detailsWrapper .fieldInner .heading {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .description_section .detailsWrapper .fieldInner .para {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .suggestion_wrapper h3 {
    font-size: 30px;
    line-height: 1.3;
  }

  .sec-padded {
    padding: 50px 0;
  }

  .suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p {
    line-height: 1.3;
    font-size: 25px;
  }

  .suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p {
    line-height: 1.3;
    font-size: 27px;
  }

  .suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap p {
    line-height: 1.3;
    font-size: 18px;
  }

  .lb-nav a.lb-next {
    width: 50px !important;
    height: 50px !important;
    background: #000000b2 !important;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px !important;
  }

  .lb-nav a.lb-prev {
    width: 50px !important;
    height: 50px !important;
    background: #000000b2 !important;
    opacity: 1 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px !important;
  }

  .detail_wrap .images_Wrapper .thumbImages .image .textWrapper h2 {
    font-size: 21px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) {
  .detail_wrap .images_Wrapper .gallerySlider{
    height: auto;
  }
  .bannerWrapper .bgimg {
    min-height: 400px;
  }

  .bannerWrapper .content .banner_title {
    line-height: 1.3;
    font-size: 30px;
  }

  .bannerWrapper .content .para_title {
    line-height: 1.3;
    font-size: 14px;
  }

  .detail_wrap .detail_section h3 {
    line-height: 1.3;
    font-size: 24px;
  }

  .detail_wrap .detail_section h4 {
    line-height: 1.3;
    font-size: 26px;
  }

  .detail_wrap .detail_section h4 {
    line-height: 1.3;
    font-size: 25px;
    margin: 10px 0;
  }

  .detail_wrap .detail_section p {
    line-height: 1.3;
    font-size: 14px;
  }

  .detail_wrap .detail_section .info_section .fields {
    margin-bottom: 5px;
  }

  .detail_wrap .detail_section .info_section p {
    line-height: 1.3;
    font-size: 14px;
  }

  .detail_wrap {
    flex-direction: column;
  }

  .detail_wrap .images_Wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .detail_wrap .detail_section {
    margin-top: 40px;
    margin-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .detail_wrap .detail_section .info_section {
    max-width: 100%;
  }

  .detail_wrap .images_Wrapper .thumbImages {
    justify-content: space-between;
  }

  .description_section h2 {
    font-size: 19px;
    line-height: 1.3;
  }

  .description_section p {
    line-height: 1.3;
    font-size: 14px;
  }

  .description_section .detailsWrapper .fieldInner .heading {
    font-size: 16px;
    line-height: 1.3;
  }

  .description_section .detailsWrapper .fieldInner .para {
    font-size: 16px;
    line-height: 1.3;
  }

  .suggestion_wrapper h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .suggestion_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .suggestion_wrapper .slider_wrapper .slick-list .slick-track .slick-slide {
    margin: 0;
  }

  /* .suggestion_wrapper .slider_wrapper .slick-dots li.slick-active button:before{
    background-color: var(--white) !important;
  }
  .suggestion_wrapper .slider_wrapper .slick-dots li button:before{
    background-color: var(--base-color) !important;
    border-color: var(--base-color) !important;
  } */
  .suggestion_wrapper .slider_wrapper .box_wrapper .price_wrap .price p {
    line-height: 1.3;
    font-size: 25px;
  }

  .suggestion_wrapper .slider_wrapper .box_wrapper .name_wrap p {
    line-height: 1.3;
    font-size: 16px;
  }

  .detail_wrap .images_Wrapper .gallerySlider .slick-prev {
    width: 30px;
    height: 30px;
  }

  .detail_wrap .images_Wrapper .gallerySlider .slick-next {
    width: 30px;
    height: 30px;
  }

  .lb-nav a.lb-prev {
    width: 30px !important;
    height: 30px !important;
  }

  .lb-nav a.lb-next {
    width: 30px !important;
    height: 30px !important;
  }

  .detail_wrap .images_Wrapper .thumbImages .image .textWrapper h2 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.suggestion_wrapper .slider_wrapper .slick-dots {
  bottom: -40px !important;
}

.suggestion_wrapper .slider_wrapper .slick-dots li button:before {
  color: var(--base-color) !important;
}

/* new style  */
.detail_wrap .detail_section .contact_info {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.detail_wrap .detail_section .contact_info_detail {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}

.map_box {
  background: #FFFFFF;
  box-shadow: 0px 14px 50px rgba(0, 0, 0, 0.15) !important;

}

.map_box img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.contact_us_banner {
  min-height: 500px;
  height: 500px;
}

@media screen and (max-width: 1200px) {
  .detail_wrap .detail_section .contact_info {
    font-size: 16px;
    line-height: 18px;

  }

  .detail_wrap .detail_section .contact_info_detail {
    font-size: 15px;
    line-height: 18px;
    padding-right: 12px !important;
  }

  .contact_us_list {}
}

@media screen and (max-width: 768px) {
  .contact_us_list {
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
    padding: 0 !important;
  }

  .contact_us_list_inner {
    align-items: center !important;
    justify-content: center;
    flex-direction: column;
    margin-right: 0 !important;
  }

  .contact_us_list_inner img {
    margin-right: 0 !important;
    margin-bottom: 12px;
  }

  .contact_us_list_inner .contact_info {
    margin-right: 0 !important;
    margin-bottom: 12px !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .detail_wrap .detail_section .contact_info {
    font-size: 20px;
    line-height: 24px;

  }

  .detail_wrap .detail_section .contact_info_detail {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding-right: 0px !important;
  }

  .detail_wrap .detail_section h3 {
    text-align: center;
    margin-bottom: 50px !important;
  }

  .bannerWrapper .contact_us_banner.bgimg {
    min-height: 300px;
    height: 300px;
  }
  .detail_wrap .detail_section {
    margin-top: 20px;
 
}
}

/* check out styling */

.checkout-wrapper{
  z-index: 2;
  margin-top: -100px;
  padding: 70px;
  background-color: #fff;
  position: relative;
}

.form-wrapper{
 padding: 70px;
 padding-top: 0;
 background: #fff;
 margin-top: -30px;
 box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
 position: relative;
 margin-bottom: 100px;
}

.form-wrapper .inner-wrapper{
 display: flex;
 gap: 50px;
}

.form-wrapper .form-group{
  display: flex;
  flex-direction: column;
}
.form-wrapper .form-group.sty2{
  border: 1px solid rgba(14, 14, 14, 0.2);
  justify-content: center;
}
.form-wrapper .detail-section{
  flex: 0 0 51.51%;
  max-width: 51.51%;
}
.form-wrapper .summary-section{
  flex: 1 0 40%;
  max-width: 44%;
  padding-top: 70px;
}
.form-wrapper .detail-section .flex-form{
  display: flex;
  gap: 26px;
}
.form-wrapper .detail-section .flex-form.full .form-group{
  flex: 0 0 100%;
  max-width: 100%;
}

.form-wrapper .detail-section h4{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 70px;
}
.form-wrapper .detail-section .flex-form .form-group{
  width: 100%;
  margin-top: 30px;
}
.form-wrapper .detail-section .flex-form .form-group label{
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 15px;
}

.form-wrapper .detail-section .klarnaSelected{
  padding-top: 30px;
}

.form-wrapper .detail-section .klarnaSelected .ctaWrap{
  padding-top: 30px;
}

.form-wrapper .detail-section .klarnaSelected .ctaWrap button{
  background-color: #5B50F8;
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 19px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.form-wrapper .detail-section .klarnaSelected p{
  font-size: 14px;
  color: #5B50F8;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
}
.form-wrapper .detail-section .klarnaSelected small{
  color: #0E0E0E;
  font-size: 12px;
  line-height: 22px;
}
.form-wrapper .detail-section .flex-form .form-group input{
  border: 1px solid rgba(14, 14, 14, 0.2);
  height: 55px;
  padding: 10px;
  width: 100%;
}
/* Firefox */
.form-wrapper .detail-section .flex-form .form-group input[type=number]::-webkit-outer-spin-button,::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
.form-wrapper .detail-section .flex-form .form-group input[type=number] {
  -moz-appearance: textfield;
}
.form-wrapper .detail-section .flex-form .form-group{
  position: relative;
}
.form-wrapper .detail-section .flex-form .form-group img.cardImage{
  position: absolute;
  bottom: 12.5px;
  right: 12.5px;
}


.form-wrapper .detail-section .flex-form .form-group input.radio-input {
    display: none;
}
.form-wrapper .detail-section .flex-form .form-group input.radio-input:checked + .radio-label .radio-button:after {
  opacity: 1;
}
.form-wrapper .detail-section .flex-form .form-group input.radio-input:checked + .radio-label .radio-button {
  background-color: #5B50F8;
  border: 2px solid #5B50F8;
}
.form-wrapper .detail-section .flex-form .form-group .radio-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
  padding: 35px 30px;
}

.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-button {
  height: 16px;
  width: 16px;
  border: 2px solid rgba(14, 14, 14, 0.2);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transform: translateY(-2px);
}

.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-label-text {
  display: flex;
  align-items: center;
}
.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-label-text.sty2 {
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-label-text span img{
  margin-right: 10px;
}
.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-label-text small {
  display: block;
}

.form-wrapper .detail-section .flex-form .form-group .radio-label .radio-button::after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transition: opacity 0.1s;
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
}

 
.form-wrapper .detail-section .flex-form .form-group .select2-container--default .select2-selection--single{
  border: 1px solid rgba(14, 14, 14, 0.2);
  height: 55px;
  padding: 13px 10px;
  width: 100%;
  border-radius: 0;
}
.form-wrapper .detail-section .flex-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 19.5px;
  right: 10px;
}
.form-wrapper .detail-section .flex-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow::before{
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(./../images/arrow-down.png);
  content: '';
  left: 0;
  top: 0;
}
.form-wrapper .detail-section .flex-form .form-group .select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0;
}
.form-wrapper .detail-section .flex-form .form-group input:focus-visible{
  outline: none;
}

.form-wrapper .summary-section .order-summary{
  border: 1px solid #ddd;
}
.form-wrapper .summary-section .order-summary .innerDetails{
  padding: 50px;
}
.form-wrapper .summary-section .order-summary .innerDetails h4{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}

/* .form-wrapper .summary-section .order-summary .innerDetails p{
  padding: 30px 0;
} */
.form-wrapper .summary-section .order-summary .priceWrapper{
  padding: 30px 0;
}
.form-wrapper .summary-section .order-summary .priceWrapper h6{
  font-weight: 700;
  font-size: 17px;
  line-height: auto;
  margin: 0;
}
.form-wrapper .summary-section .order-summary .priceWrapper h6.blue{
  margin-top: 10px;
  color: #5B50F8;
}
.form-wrapper .summary-section .order-summary .info_section{
  max-width: 288px;
  width: 100%;
}
.form-wrapper .summary-section .order-summary .info_section .fields{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.form-wrapper .summary-section .order-summary .info_section .fields:last-child{
  margin-bottom: 0;
}
.form-wrapper .summary-section .order-summary .info_section .fields p{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: var(--black);
  margin: 0;
}
.form-wrapper .summary-section .order-summary .info_section .fields span{
  font-weight: 700;
  text-align: center;
  min-width: 50px;
  margin-left: 10px;
}

.form-wrapper .summary-section .order-summary .estamated-delivery{
  padding: 30px 0;
  background-color: #F1F1F1;
  text-align: center;
}

.form-wrapper .summary-section .order-summary .agreement{
  padding: 24px 50px;
}

.form-wrapper .summary-section .order-summary .agreement p{
  font-size: 10px;
  line-height: 16px;
  color: #000000;
}

.form-wrapper .summary-section .order-summary .agreement p a{
  color: #000000;
}

.form-wrapper .summary-section .order-summary .agreement .klarnaSelected p{
  color: #5B50F8;
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
  margin: 0;
}

.form-wrapper .summary-section .order-summary .agreement .klarnaSelected small{
  color: #0E0E0E;
  font-size: 12px;
  line-height: 22px;
  margin: 0;
}

.form-wrapper .summary-section .order-summary .estamated-delivery h5{
 font-size: 14px;
 line-height: 26px;
 color: #0E0E0E;
 font-weight: 500;
}
.form-wrapper .summary-section .order-summary .estamated-delivery h2{
 font-size: 26px;
 line-height: auto;
 color: #5B50F8;
 font-weight: 700;
 margin-bottom: 0;
}

.klarna-wrapper{
  border: 1px dashed #FFA7CD;
  padding: 30px;
  text-align: center;
  margin-top: 27%;
}
.klarna-wrapper.sty2{
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 30px;
  margin-right: 30px;
}

.klarna-wrapper p{
  font-size: 14px;
  line-height: 26px;
  margin: 0;
}
.klarna-wrapper p.bold{
  font-weight: 700;
}

button.ctaBlue{
  background-color: #5B50F8;
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  padding: 19px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

/* check out styling end*/

/* payment styling start */

.payment-wrapper{
  background: #fff;
  margin-top: -100px;
  box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.75);
  position: relative;
  margin-bottom: 100px;
}
.payment-wrapper .inner-wrapper{
  max-width: 735px;
  padding-top: 100px !important;
  padding: 0 30px;
  margin: 0 auto;
}
.payment-wrapper .inner-wrapper.sty2{
  max-width: 861px;
}
.payment-wrapper .inner-wrapper img{
  margin: 0 auto;
  display: block;
}
.payment-wrapper .inner-wrapper h1{
  padding: 30px 0;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
}
.payment-wrapper .inner-wrapper p{
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  margin-bottom: 50px;
  /* padding-bottom: 50px; */
}

.payment-wrapper .inner-wrapper .order-summary{
  max-width: 464px;
  border: 1px solid rgba(14, 14, 14, 0.2);
  margin: 0 auto;
}
.payment-wrapper .inner-wrapper .order-summary .innerDetails{
  padding: 50px;
}
.payment-wrapper .inner-wrapper .order-summary .innerDetails h4{
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.payment-wrapper .inner-wrapper .order-summary .innerDetails p.para{
  padding-bottom: 30px;
}
.payment-wrapper .inner-wrapper .order-summary .priceWrapper{
  padding: 30px 0;
}
.payment-wrapper .inner-wrapper .order-summary .priceWrapper h6{
  font-weight: 700;
  font-size: 17px;
  line-height: auto;
  margin: 0;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary .priceWrapper h6.blue{
  margin-top: 10px;
  color: #5B50F8;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary .priceWrapper h6.red{
  margin-top: 10px;
  color: #FA1010;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary p{
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}
.payment-wrapper .inner-wrapper .order-summary .info_section{
  max-width: 288px;
  width: 100%;
}
.payment-wrapper .inner-wrapper .order-summary .info_section .fields{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.payment-wrapper .inner-wrapper .order-summary .info_section .fields:last-child{
  margin-bottom: 0;
}
.payment-wrapper .inner-wrapper .order-summary .info_section .fields p{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: var(--black);
  line-height: 1;
  margin: 0;
}
.payment-wrapper .inner-wrapper .order-summary .info_section .fields span{
  font-weight: 700;
  text-align: left;
  min-width: 50px;
  margin-left: 10px;
}

.payment-wrapper .inner-wrapper .order-summary .estamated-delivery{
  padding: 30px 0;
  background-color: #F1F1F1;
  text-align: center;
}

.payment-wrapper .inner-wrapper .order-summary .estamated-delivery h5{
 font-size: 14px;
 line-height: 26px;
 color: #0E0E0E;
 font-weight: 500;
}
.payment-wrapper .inner-wrapper .order-summary .estamated-delivery h2{
 font-size: 26px;
 line-height: auto;
 color: #5B50F8;
 font-weight: 700;
 margin-bottom: 0;
}
.payment-wrapper .inner-wrapper .order-summary .estamated-delivery h2.red{
 color: #FA1010;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna{
  padding: 6.25px 0;
  background-color: #FFA7CD;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna.sty2{
  padding: 15px 0;
  background-color: #5B50F8;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna.sty3{
  padding: 19px 0;
  background-color: #FA1010;
  text-align: center;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna h5{
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna.sty2 h5 small{
  font-size: 12px;
  margin-left: 5px;
}
.payment-wrapper .inner-wrapper .order-summary .paid-klarna.sty2 h5 img{
  margin-left: 20px;
}
.payment-wrapper .cta-link{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}
.payment-wrapper .cta-link a{
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #5B50F8;
}

@media (max-width: 1700px) {
  .bannerWrapper.sty2 .bgimg{
    min-height: 35vh;
  }
}
@media (max-width: 1280px) {
  .form-wrapper{
    padding-top: 0 !important;
    padding: 30px;
  }
  .form-wrapper .detail-section h4{
    padding-top: 30px;
    font-size: 23px;
  }
  .form-wrapper .detail-section .flex-form .form-group label{
    font-size: 15px;
  }
  .form-wrapper .detail-section .flex-form .form-group input{
    font-size: 15px;
  }
  .select2-container{
    width: 100%;
  }
  .form-wrapper .summary-section .order-summary .innerDetails h4{
    font-size: 23px;
  }
  .payment-wrapper .inner-wrapper h1{
    font-size: 45px;
  }
}

@media (max-width: 1024px) {
  .form-wrapper .inner-wrapper{
    flex-direction: column;
  }
  .form-wrapper .detail-section{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-wrapper .summary-section{
    flex: 0 0 100%;
    padding-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  .bannerWrapper.sty2 .bgimg {
    min-height: 40vh;
  }
  .form-wrapper .detail-section .flex-form{
    flex-direction: column;
    gap: 0;
  }
  .form-wrapper .summary-section .order-summary .innerDetails{
    padding: 20px;
  }
  .payment-wrapper .inner-wrapper .order-summary .innerDetails{
    padding: 20px;
  }
  .payment-wrapper .inner-wrapper h1{
    font-size: 30px;
  }
  .payment-wrapper .inner-wrapper{
    padding-top: 30px !important;
  }
  .payment-wrapper .cta-link{
    padding-bottom: 30px;
  }
  .payment-wrapper .inner-wrapper .order-summary .paid-klarna h5{
    flex-direction: column;
    gap: 10px;
  }
  .klarna-wrapper{
    margin-top: 30px;
  }
  .form-wrapper .summary-section .order-summary .agreement{
    padding: 20px;
  }
}

.footerWrapper{
  background-color: #5B50F8;
  padding: 85px 80px 74px;
}
.footerWrapper h2{
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.footerWrapper .linkWrapper{
  display: flex;
  align-items: flex-end;
}
.footerWrapper .linkWrapper .copyRightSection{
  flex: 0 0 25%;
  max-width: 25%;
}
.footerWrapper .linkWrapper .copyRightSection p{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
}
.footerWrapper .linkWrapper .linkBox{
  width: 100%;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper{
  text-align: center;
  width: 100%;
  justify-content: space-evenly;
  display: flex;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper .socialIcons .innerItems{
  display: flex;
  align-items: center;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul{
  list-style-type: none;
  padding-left: 0;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul.threeItems li {
  margin-bottom: 11px;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul.threeItems li:last-child {
  margin-bottom: 0;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul.twoItems li {
  margin-bottom: 46px;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul.twoItems li:last-child {
  margin-bottom: 0;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul li{
  text-align: left;
}
.footerWrapper .linkWrapper .linkBox .socialWrapper ul li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
}

@media (max-width: 1439px) {
  .footerWrapper{
    padding: 55px 50px 55px;
  }
}
@media (max-width: 991px) {
  .footerWrapper .linkWrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footerWrapper .linkWrapper .linkBox .socialWrapper{
    justify-content: space-between;
  }
  .footerWrapper .linkWrapper .copyRightSection{
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .footerWrapper {
    padding: 35px 30px;
  }
  .footerWrapper .linkWrapper .linkBox .socialWrapper ul.twoItems li{
    margin-bottom: 11px;
  }
  .footerWrapper .linkWrapper .linkBox .socialWrapper ul.twoItems{
    margin-bottom: 25px;
  } 
  .footerWrapper .linkWrapper .linkBox .socialWrapper ul.threeItems{
    margin-bottom: 25px;
  } 
  .footer_social_icon_text{
    text-align: left;
  }
  .footerWrapper .linkWrapper .linkBox .socialWrapper .socialIcons{
    margin-top:  25px;
    margin-bottom:  25px;
  }
  .footerWrapper .linkWrapper .linkBox .socialWrapper{
   flex-direction: column;
  }
}