/** Shopify CDN: Minification failed

Line 5614:0 Unexpected "}"
Line 6945:0 Unexpected "}"

**/
@charset "UTF-8";
* {
  box-sizing: border-box;
}

.pm-0 {
  padding: 0;
  margin: 0;
}

.f-u {
  text-transform: uppercase;
}

.w-full {
  width: 100%;
}

.bg-white {
  background-color: white !important;
}

.p-5 {
  padding: 50px;
}

a {
  text-decoration: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

body {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif !important;
}

html,
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
label {
  font-family: "Inter", sans-serif !important;
}

.desktopheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 10000;
  border-bottom: 2px solid #ffffff;
}

.header-up {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 10px 40px;
  width: 100%;
  border-top: 4px solid #e72829;
}

.mobileheaderup {
  display: none;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  padding: 10px 20px;
  width: 100%;
  border-top: 4px solid #e72829;
}

.hamburger-menu {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 15px;
}

.header-logo {
  margin-right: 19px;
}

.searchinput {
  border: 1px solid #b9cfea;
  border-radius: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 6px;
  gap: 16px;
  position: relative;
}

.categoriesdropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50px;
  background-color: #f2f5fb;
  padding: 4px 10px;
  gap: 8px;
  cursor: pointer;
  z-index: 999;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 10px;
  border-radius: 12px;
  gap: 5px;
}

.dropdown-menu.open {
  display: block;
  max-height: fit-content;
  overflow-y: auto;
}

.categorytext {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  width: max-content;
  font-family: "Inter", sans-serif !important;
}

.categoryinput {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  font-family: "Inter", sans-serif !important;
}

.faqs .panel p {
  font-size: 16px;
  line-height: 24px;
}

.faqs button:focus {
  outline: none;
  background-color: transparent !important;
}

.categoryinput:focus {
  outline: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

.signintext {
  color: #666666;
  font-size: 11px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  padding: 0;
  margin: 0;
}

.accounttext {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  padding: 0;
  margin: 0;
}

.icon-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.icons {
  width: 26px;
  height: 26px;
}

.topshowquantity {
  background-color: #e72829;
  color: #ffffff;
  border-radius: 100%;
  font-family: "Inter", sans-serif !important;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
}

.header-down {
  background-color: #254696;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 23px;
  padding: 10px 0;
}

.header-selected {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

.unselected {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

.header-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  font-family: "Inter", sans-serif !important;
  gap: 6px;
  position: relative;
  cursor: pointer;
}

.header-dropdown p {
  padding: 0;
  margin: 0;
}

.header-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background: linear-gradient(#e72829, #ea580c);
  font-family: "Inter", sans-serif !important;
  margin-bottom: 0;
}

.herosection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 60px;
  padding-bottom: 50px;
  gap: 30px;
}

.herosellsection {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e72829;
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  border-radius: 24px;
  gap: 10px;
}

.herobuysection {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #254696;
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  border-radius: 24px;
  gap: 10px;
}

.sellmobile {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 0px 10px;
}

.sellmobilesection {
  background-color: white;
  width: 170px;
  height: 170px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sellmobiletitle {
  font-size: 24px;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  color: #ffffff;
  padding: 0 10px;
  margin: 0;
}

.heroselltitle {
  font-size: 30px;
  font-weight: 700;
  color: #e72829;
  font-family: "Inter", sans-serif !important;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e72829;
  width: fit-content;
  padding: 6px 20px;
}

.herobuytitle {
  font-size: 30px;
  font-weight: 700;
  color: #254696;
  font-family: "Inter", sans-serif !important;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #254696;
  width: fit-content;
  padding: 6px 20px;
}

.herobuy-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.heroselltitlecon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -26px;
}

.herobuytitlecon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -26px;
}

.herosliderbanner {
  background-color: rgba(161, 198, 234, 0.3);
  width: 100%;
  max-height: 480px;
  position: relative;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  height: 100%;
}

.herosliderbanner img {
  width: 100%;
  height: auto;
}

.dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  background-color: #808080;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #254696;
}

.whysection1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  flex-direction: row;
  gap: 30px;
  padding: 20px;
  margin-top: 30px;
}

.whyxtracover {
  padding: 50px 115px;
}

.whyouterdiv {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  gap: 21px;
  padding: 20px;
}

.whysectionimage {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}

.whytextouterdiv {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.whytextmaintext {
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 24px;
  font-weight: 700;
}

.whytextsubtext {
  padding: 0;
  margin: 0;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  margin-top: 8px;
}

.whysection2inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(161, 198, 234, 0.3);
  padding: 10px 0px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.whysection2title {
  font-size: 36px;
  font-weight: 700;
  color: #254696;
  padding: 0;
  margin: 0;
}

.onestopsolution {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: rgba(161, 198, 234, 0.3);
  padding: 60px 35px;
  flex-direction: row;
  gap: 30px;
  position: relative;
}

.onestopsolutionleftdiv {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 50%;
}

.onestopsolutionrightdiv {
  width: 50%;
  position: relative;
}

.image-container {
  overflow: auto;
  width: fit-content;
}

.image-container::-webkit-scrollbar {
  display: none;
}

.image-slider {
  display: flex;
  transition: transform 0.4s ease;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  scroll-snap-type: x mandatory;
  max-height: 240px;
  scroll-snap-align: start;
}

.image-slider img {
  max-width: 260px;
  max-height: 240px;
  scroll-snap-align: start;
  border-radius: 15px;
  padding: 0px 21px;
  background: #fff;
}

#left-arrow,
#right-arrow {
  cursor: pointer;
}

.dealoftheday {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px 0px 0;
}

.st-title {
  padding: 0px 72px;
}

.st-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(161, 198, 234, 0.3);
  padding: 22px 0px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.st-text {
  font-size: 36px;
  font-weight: 700;
  color: #254696;
  padding: 0;
  margin: 0;
}

.pt-title {
  padding: 0 85px;
}

.pt-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #254696;
  border: 1px solid #f3f9fb;
  padding: 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.pt-text {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.pt-text span {
  color: #ffbc42;
}

.dealofthdaysection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 30px 106px;
  gap: 20px;
}

.dodbannerimage {
  object-fit: contain;
  width: 370px;
}

.dodproducts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0px;
  position: relative;
}

.arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 990;
}

.product-container {
  overflow: hidden;
}

.product-slider {
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease;
  scroll-snap-type: x mandatory;
  gap: 16px;
  margin: 20px;
  justify-content: center;
}

.SimilarProductItems {
  margin: 20px 0;
}

.SimilarProductItems .product-slider {
  margin-left: 0 !important;
}

#dod-left-arrow,
#dod-right-arrow {
  cursor: pointer;
  width: 36px;
  height: 36px;
}

.productcard {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0px;
  border: 1px solid #f2f2f2;
  gap: 10px;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 0px;
  max-height: 320px;
  min-height: 320px;
  position: relative;
}

/* .productcard:hover {
  border: 1px solid #c9cfd2;
  transform: scale(1.01);
  box-shadow: 0px 8px 24px 0px rgb(25, 28, 31, 0.12);
} */

.productcardtitle {
  font-size: 14px;
  font-weight: 600;
  white-space: wrap;
  text-overflow: ellipsis;
  max-width: 94%;
  padding: 0;
  color: #1a1a1a;
  margin: 0 10px 0 10px;
  position: absolute;
  top: 23px;
}

.hotbadge {
  background-color: #17a398;
  color: #ffffff;
  width: fit-content;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
}

.salebadge {
  background-color: #ffbc42;
  color: #000000;
  width: fit-content;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.product-image-container {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px;
}

.discountamount {
  font-size: 12px;
  font-weight: 600;
  color: #e72829;
  white-space: nowrap;
  margin: 0;
}

.cutoffprice {
  color: #666666;
  font-weight: 600;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0;
  margin: 0;
}

.sellingprice {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.productimage {
  object-fit: fill;
  max-width: 129px;
  min-height: 109px;
}

.product-gallery-shop .productimage {
  object-fit: fill;
  max-width: 129px;
  min-height: 109px;
}

.hide-hot-badge {
  visibility: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  transition: background-color 1s ease;
}

.overlay img {
  width: 48px;
  height: 48px;
}

.productcard:hover .overlay {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

.pricecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  padding: 0px 10px;
  position: absolute;
  bottom: 8px;
}

.selldevice {
  padding-bottom: 50px;
}

.stepsouterdiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 50px;
  padding: 40px 0px;
}

.stepsinnertextcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.stepsinnertextnumber {
  font-size: 56px;
  font-weight: 900;
  padding: 0;
  margin: 0;
  color: #000;
}

.stepsinnertextdesc {
  font-size: 19px;
  font-weight: 600;
  color: #000;
  width: 200px;
  line-height: 22px;
  margin: 0;
}

.selldevicecon p {
  color: #000;
}

.selldevicetitle {
  padding: 0px 85px;
}

.selldeviceinner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(161, 198, 234, 0.3);
  padding: 10px 0px;
  border-radius: 10px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
}

.selldevicetext {
  font-size: 36px;
  font-weight: 800;
  color: #254696;
  padding: 0;
  margin: 0;
}

.selldeviceoutcon {
  justify-content: center;
  width: 90%;
  display: flex;
  margin: 0 auto;
  gap: 5px;
}

.selldeviceoutcon a {
  flex: 0 0 auto;
  width: 25%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.selldevicecon {
  background-color: #ffffff;
  border: 1px solid #f2f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px;
  gap: 15px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px;
}

.blogs {
  padding: 60px 50px 10px 50px;
  background-color: rgba(161, 198, 234, 0.3);
}

.blogssection {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
  justify-content: center;
}

.blogusername {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  color: #4d4d4d;
}

.singleblogcon {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.04);
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex-direction: column;
  width: 29%;
}

.singleblogimage {
  width: 100%;
  height: 250px;
  max-height: 250px;
  min-height: 250px;
  border-radius: 3px;
  object-fit: cover;
}

.singleblogdetailcon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.singleblogtitle {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  max-width: 100%;
  padding: 0;
  margin: 0;
  min-height: 50px;
  max-height: 50px;
  line-height: 20px;
}

.singleblogdescription {
  font-size: 15px;
  font-weight: 400;
  color: #808080;
  max-width: 100%;
  margin: 15px 0;
  min-height: 80px;
  max-height: 80px;
}

.singlebloguserconicon {
  width: 25px;
  height: 25px;
}

.singleblogusercon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}

.readmorebtncon {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #254696;
  gap: 8px;
  padding: 13px 24px;
  width: fit-content;
}

.readmoretext {
  font-size: 14px;
  font-weight: 700;
  color: #254696;
  margin-right: 5px;
  margin-bottom: 0;
}

.phonesoldsection {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50px;
  margin: 20px;
  padding: 20px 50px;
}

.bannerbluesection {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #254696;
  margin: 10px;
  padding: 8px 10px;
  width: 800px;
  border-radius: 0px;
}

.phonesoldsectiontitle {
  font-size: 33px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

.phonesoldsectiontitle span {
  color: #e72829;
}

.bannerbluesectiontitle {
  font-size: 22px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}

.bannerbluesectiontitle span {
  color: #e72829;
}

.starscon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.customstar {
  color: #e72829;
  max-width: 18px;
  max-height: 17px;
}

.customername {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", system-ui;
  padding: 0;
  margin: 0;
  color: #1a1a1a;
}

.customernameactive {
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", system-ui;
  padding: 0;
  margin: 0;
  color: #1a1a1a;
}

.customerdesignation {
  font-size: 12px;
  font-weight: 400;
  font-family: "Nunito", system-ui;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
}

.customerdesignation {
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", system-ui;
  padding: 0;
  margin: 0;
  color: #4d4d4d;
  text-align: left;
}

.customerinfo {
  gap: 14px;
  width: 100%;
}

customertestimonials {
  margin-bottom: 50px;
}

.cus-infi-flexi {
  display: flex;
}

.cus-infi-flexi .customeravatar {
  margin-right: 10px;
}

.customerdetail {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.customerdetailinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.customerreviewtitle p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", system-ui;
  color: #1a1a1a;
  padding: 10px 0px;
  margin: 0;
  text-align: left;
}

.customerreviewtitleactive p {
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", system-ui;
  color: #1a1a1a;
  padding: 10px 0px;
  margin: 0;
}

.customerreviewdesc p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Nunito", system-ui;
  color: #4d4d4d;
  padding: 0;
  margin: 0;
  text-align: left;
      padding: 20px 10px;
    height: 200px;
}

.customerreviewdescactive p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Nunito", system-ui;
  color: #4d4d4d;
  padding: 0;
  margin: 15px 0 0 0;
  line-height: 24px;
}

.customerreviewscard {
  display: block;
  width: fit-content;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
  min-width: 315px;
  transition: transform 0.3s ease;
}

.customerreviewscardactive {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  padding: 16px;
  min-width: 400px;
}

.customerreviewslider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 10px;
  width: 100%;
  gap: 60px;
}

.customeravatar {
  width: 50px !important;
  height: 50px !important;
  border-radius: 100% !important;
}

.customeravataractive {
  width: 72px;
  height: 72px;
  border-radius: 100%;
}

.customersliderdots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 36px;
  padding: 40px;
  padding-bottom: 90px;
}

.reviewsdotcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 15px;
}

.reviewsdot {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #cccccc;
}

.reviewsdotcon .active {
  width: 16px;
  height: 16px;
  background-color: #666666;
}

.accordionoutercon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}

.borderbottom {
  border-bottom: 1px solid #808080;
}

.accordion {
  background-color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: transform 0.9s ease;
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

.accordioninner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.accordioninnertitle {
  font-size: 30px;
  font-weight: 800;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #000000;
}

.accordioninnerbtn {
  font-size: 48px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  color: #000000;
}

.active,
.accordion:hover {
  background-color: #ffffff;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  padding-bottom: 20px;
}

.panel p {
  font-size: 20px;
  font-weight: 400;
}

.faqs {
  padding: 0px 50px;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 85px;
  background-color: #254696;
  gap: 36px;
}

.followuscon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.followustitle {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 38px;
}

.socialcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 17px;
}

.socialcon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.askquestioncon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 48px;
}

.askquestioncon p {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #254696;
  font-family: "Nunito", system-ui;
}

.footermenucon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.footermenutitle {
  font-size: 23px;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 38px;
}

.footermenu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.footermenutext {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.copyrightcon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.copyrightcon p {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.mobilesearchinput {
  display: none;
}

.onestopsolutiontitle {
  font-size: 36px;
  font-weight: 800;
  padding: 0;
  margin: 0;
  color: #254696;
}

.onestopsolutiondesc {
  font-size: 18px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 22px;
  color: #254696;
  margin-top: 15px;
  letter-spacing: 1px;
}

.shopbypricesection {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0px;
  position: relative;
  margin: 20px 85px;
}

.shopbypricesection img {
  width: 375px;
  height: 200px;
  object-fit: contain;
}

.topsellingbrands {
  background-color: #ffffff;
  padding: 20px;
}

.topsellingcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 50px 20px;
  gap: 12px;
}

.topbrands {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.branddetailcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.branddetailcon img {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}

.branddetailcon p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  padding-top: 12px;
}

.bestsellingbrand {
  padding: 50px 0px;
}

.refurbishedpoints {
  background-color: rgba(37, 70, 150, 0.1);
  padding: 42px 85px;
}

.dealoftheday .set-rel {
  position: relative;
}

.dealoftheday .dod-view-all {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  color: #e72829;
}

.table {
  padding: 20px 0px;
}

.table table {
  border: 1px solid #254696;
  width: 100%;
  border-collapse: collapse;
}

.table table tbody tr th {
  padding: 20px;
  background-color: rgba(161, 198, 234, 0.3);
  font-size: 22px;
  font-weight: 700;
  color: #254696;
  text-align: left;
  border: 1px solid #254696;
  /* width: 100%;*/
}

.table table tbody tr td {
  padding: 20px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  text-align: center;
  border: 1px solid #254696;
}

.table table tbody tr td:first-child {
  text-align: left;
}

.table table tbody tr td img {
  width: 36px;
  height: 36px;
}

.ourvideosection {
  padding: 50px 0px;
}

.videogallery {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 85px;
  padding-top: 40px;
  column-gap: 20px;
  justify-items: center;
  justify-content: center;
}

.videogallery .videocontainer {
  width: 580px;
  height: 329px;
  border-radius: 7px;
  overflow: hidden;
}

.videogallery video {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

a {
  text-decoration: none;
  color: #000000;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin: 5px;
}

ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-weight: 700;
  color: #254696;
}

ul.breadcrumb li + li:before {
  padding: 8px;
  color: #000000;
  font-weight: 400;
  content: "»\00a0";
}

ul.breadcrumb li a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.productspagecon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 25px 40px 50px 40px;
  flex-direction: column;
  overflow: hidden;
}

.whysellcon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding-top: 50px;
}

.whyselldetailscon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex-direction: column;
}

.whyselldetailtitle {
  font-size: 60px;
  font-weight: 400;
  color: #333333;
  padding: 0;
  margin: 0;
}

.whyselldetails {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}

.whyselldetailscon span {
  font-size: 40px;
  font-weight: 400;
  color: #b3b3b3;
}

.whysellsingledetailscon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.singledetailnumber {
  font-size: 30px;
  font-weight: 700;
  color: #254696;
  padding: 0;
  margin: 0;
}

.singledetailtext {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  margin: 0;
}

.whysellyourphone {
  padding: 50px 0px;
}

.whysellbutton {
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  border-radius: 12px;
  padding: 14px 75px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", system-ui;
  cursor: pointer;
}

.shopbypricecontainer {
  overflow: scroll;
  max-width: 1366px;
}

.shopbypricecontainer::-webkit-scrollbar {
  display: none;
}

.SimilarProductItems .productcardtitle {
  width: 90%;
  white-space: wrap;
}

.shopbyprice-slider {
  display: flex;
  flex-direction: row;
  transition: transform 0.4s ease;
  scroll-snap-type: x mandatory;
  gap: 0px;
  margin: 20px 0;
  justify-content: flex-start;
}

.shopbyprice-slider img {
  margin-right: 16px;
}

.list_view {
  grid-template-columns: repeat(2, 1fr);
}

.productstopheader {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 16px;
  background-color: #f3f4f6;
  width: 100%;
  border-radius: 8px;
}

.filtercon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  flex: 2;
}

.filtercon p {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}

.sortcon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  flex: 1;
}

.showitemcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 5px;
  margin-right: 20px;
}

.product-listtype-con {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.productsfilter-con {
  gap: 20px;
  display: flex;
  justify-content: flex-start;
  padding: 10px;
}

.productsfilter-con .productfilters {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  margin-right: 25px;
  width: 10%;
}

.productinfo {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  padding: 10px 62px;
  gap: 100px;
}

.productimagescon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: fit-content;
  /* position: sticky;
  z-index: 100;
  top: 182px; */
}

.productimageconinner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 300px;*/
  height: 480px;
  object-fit: contain;
  width: 500px;
}

.productimageconinner .focusedimage {
  width: auto;
  height: 100%;
}

.productoptionscon {
  position: absolute;
  top: 0px;
  left: -45px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-direction: column;
}

.otherimagescon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.productinfodetailscon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
}

.producttitle {
  font-size: 20px;
  font-weight: 600;
}

.productinfobasicdetails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6px;
  row-gap: 10px;
  width: 100%;
}

.productinfobasicdetailinner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 4px;
}

.productinfobasicdetailinner span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.productinfobasicdetailinner p {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  padding: 0;
  margin: 0;
}

.productpricingdetails {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  position: relative;
}

.productpricingdetails .productprice {
  font-size: 24px;
  font-weight: 700;
  color: #e72829;
}

.productpricingdetails .productdiscounted {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  text-decoration: line-through;
}

.productpricingdetails .salebadge {
  margin-left: 10px;
}

.detaildivider {
  border: 0.8px solid #f2f2f2;
  width: 100%;
  margin-right: 124px;
}

.productvariantcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.productvariantcon .productvariantlabel {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.enterpincodecon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.enterpincodecon .productvariantlabel {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.productvariantcon .productvariantselectioncon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.productvariantselectioncon .productvariantselectioninner {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  border: 1px solid #b3b3b3;
  background-color: #ffffff;
  border-radius: 10px;
  color: #808080;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.productvariantselectioncon .active {
  border: 1px solid #a1c6ea;
  background-color: rgba(161, 198, 234, 0.3);
}

.productvariantselectioncon .active .variantvalue {
  color: #254696;
  font-weight: 700;
}

.productvariantselectioncon .active .varianttype {
  color: #e72829;
  font-weight: 700;
}

.colorselectioncon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.colorselectioncon .colorselectioninner {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.colorselectioncon .colorselectioninner li {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #b1b5b8;
}

.enterpincodeouter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #b3b3b3;
  padding: 10px;
  border-radius: 10px;
}

.enterpincodeouter input {
  border: 0;
  outline: 0;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  margin-right: 10px;
}

.enterpincodeouter input::placeholder {
  color: #cccccc;
}

.enterpincodeouter input:focus {
  outline: 0;
  border: none !important;
  box-shadow: none !important;
}

#msgPincdoe .deliveryTxt {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 5px 0;
}

.productquantityandactions .buynowbtncon:focus {
  background: #e72829;
  color: #fff;
}

.enterpincodeouter a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color: #254696;
  cursor: pointer;
}

.productquantityandactions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
}

.productquantityandactions .productquantitycon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 12px 15px;
  width: max-content;
  min-width: 129px;
  min-height: 45px;
  border: 2px solid #f2f2f2;
  border-radius: 3px;
}

.productquantityandactions .productquantitycon img {
  cursor: pointer;
  width: 13px;
  height: 13px;
  object-fit: contain;
}

.productquantityandactions .productquantitycon .productquantity {
  font-size: 12px;
  font-weight: 400;
  color: #4d4d4d;
}

.addtocartbtncon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 50px;
  color: #ffffff;
  background-color: #e72829;
  border: 2px solid #e72829;
  border-radius: 3px;
  width: max-content;
  min-height: 45px;
  cursor: pointer;
  border: 0;
  outline: 0;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  white-space: nowrap;
}

.buynowbtncon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  color: #e72829;
  background-color: #ffffff;
  border: 2px solid #e72829;
  border-radius: 3px;
  width: max-content;
  min-height: 45px;
  cursor: pointer;
  outline: 0;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  font-family: "Inter", sans-serif !important;
  white-space: nowrap;
}

.productshareactions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 16px;
}

.productshareactions a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  box-shadow: none;
}

.productshareactions a img {
  border-radius: 6px;
  border: 1px solid #f2f2f2;
  padding: 6px;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.productshareactions a p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.emidetailcon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  gap: 4px;
  margin-top: 11px;
  margin-bottom: 4px;
}

.emidetailcon .emiprice {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.emidetailcon .emitext {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.emidetailcon .viewplanlink {
  font-size: 14px;
  font-weight: 500;
  color: #254696;
}

.availablepaymentcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.availablepaymentcon .availablepaymentlabel {
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.availablepaymentoptions {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width:100%;
}

.availablepaymentoptions .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}

.availablepaymentoptions p {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.additionalwarrantycon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 0px 5px 0px rgba(37, 70, 150, 0.04);
  border-radius: 10px;
}

.additionalwarrantycon p {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
}

.additionalwarrantycon span {
  font-size: 14px;
  font-weight: 700;
  color: #333333;
}

.additionalwarrantycon button {
  border: 0;
  outline: 0;
  padding: 6px 12px;
  color: #254696;
  margin-left: 8px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  font-family: "Inter", sans-serif !important;
}

.productdetailedinfosection {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px;
  width: 100%;
}

.productdetailedinfosection .horizontaltab {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
  width: 100%;
  gap: 24px;
}

.productdetailedinfosection .horizontaltab li {
  font-size: 18px;
  font-weight: 300;
  font-family: "Inter", sans-serif !important;
  padding: 4px 8px;
  color: #0c0c0c;
  cursor: pointer;
}

.productdetailedinfosection .horizontaltab .active {
  color: #254696;
  border-bottom: 1px solid #254696;
}

.technicaldetailstable table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", sans-serif !important;
}

.technicaldetailstable table td {
  text-align: left;
  padding: 18px 12px;
  font-size: 16px;
  font-weight: 300;
  color: #717171;
}

.technicaldetailstable table tr td:first-child {
  font-size: 16px;
  font-weight: 500;
  color: #717171;
  min-width: 300px;
}

.technicaldetailstable table tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.technicaldetailstable table tr:nth-child(odd) td:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.technicaldetailstable table tr:nth-child(odd) td:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.showmorebtn {
  border: 0;
  outline: 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 25px 0;
  background-color: #ffffff;
  color: #254696;
  font-size: 14px;
  font-weight: 400;
}

.similiarproductscon {
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.similiarproductstitle {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.similarproducts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0px;
  position: relative;
}

.similarproducts .arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 990;
}

.similar-product-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  text-align: center;
  margin: 0px 20px;
}

.colorscon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: none;
  gap: 8px;
}

.colorscon li:not(:last-child) {
  background-color: #ededed;
  width: 12px;
  height: 12px;
  border: 0.25px solid #444444;
  border-radius: 100%;
}

.colorscon li:last-child {
  font-size: 16px;
  font-weight: 600;
}

.similarproductcardtitle {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  margin: 0px 10px;
  color: #0c0c0c;
}

.similarprodsellingprice {
  color: #0c0c0c;
  font-weight: 300;
  font-size: 18px;
  padding: 0;
  margin: 0;
}

.similarproductcard {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  border: 1px solid #f2f2f2;
  gap: 10px;
  border-radius: 5px;
  width: 265px;
}

.reviewscard {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 8px;
  position: relative;
}

.thumbnail-container {
  position: relative;
  display: inline-block;
}

.reviewscard .reviewimage {
  width: 392px;
  object-fit: cover;
  display: block;
}

.video-play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  z-index: 1000;
}

.videotitlebg {
  position: absolute;
  bottom: 0%;
  transform: translate(0%, 0%);
  width: 100%;
  height: fit-content;
  border-radius: 0px 0px 8px 8px;
  padding: 20px 10px;
  background-color: rgba(16, 16, 16, 0.4);
  backdrop-filter: blur(15px);
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.videomodal {
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

#closeModal {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.loginconinner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 300px;
  flex-direction: column;
  gap: 24px;
}

.logincon {
  padding: 50px 0px;
}

.loginconinner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  font-family: "Inter", sans-serif !important;
}

.loginconinner .numberinput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
}

.numberinput input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 17px;
  width: 100%;
}

.loginconinner .getotpbtn {
  text-align: center;
  padding: 12px 24px;
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  border-radius: 12px;
  width: 100%;
  margin-top: 50px !important;
  cursor: pointer;
}

.enterotpconinner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 300px 10px 300px;
  flex-direction: column;
  gap: 7px;
}

.enterotpcon {
  padding: 25px 0px;
}

.enterotpconinner p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  font-family: "Inter", sans-serif !important;
}

.enterotpconinner .subtext {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.enterotpconinner .numberinput {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 12px 17px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.047);
  width: 100%;
}

.enterotpconinner .submitotpbtn,
.loginconinner .submitotpbtn {
  text-align: center;
  padding: 12px 24px;
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  border-radius: 12px;
  width: 100%;
  margin-top: 25px !important;
  cursor: pointer;
}

.enterotpconinner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.enterotpconinner .container .inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 14px;
}

.enterotpconinner .container .inputs .input {
  border: 1.5px solid #d9d9d9;
  font-size: 42px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  width: 90px;
  height: 90px;
  text-align: center;
  border-radius: 8px;
  color: #254696;
}

.enterotpconinner .container .inputs .input:focus {
  background-color: #fafafa;
  outline: 0;
}

.enterotpconinner .container .inputs .input:nth-child(1) {
  cursor: pointer;
  pointer-events: all;
}

.checkoutindicatorcon {
  margin: 10px auto;
}

.checkoutindicatorcon .stepsindicator {
  display: flex;
  align-items: center;
  padding: 0 40px;
  margin: 30px 0px;
}

.step {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.stepsindicator .step .step-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #c2c2c2;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stepsindicator .step.active .step-icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #c2c2c2;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 50px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 3px solid #254696;
  width: 72px;
  height: 72px;
}

.stepsindicator .step.completed .step-icon {
  background-color: #a1c6ea;
}

.step.active .step-icon img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1618%)
    hue-rotate(200deg) brightness(92%) contrast(98%);
  width: 48px;
  height: 48px;
}

.step p {
  text-align: center;
  position: absolute;
  bottom: -40px;
  color: #9e9e9e;
  font-size: 16px;
  font-weight: 500;
}

.step.active p {
  color: #254696;
}

.step.step.completed p {
  color: #a1c6ea;
}

.step.step2 p,
.step.step3 p {
  left: 50%;
  transform: translateX(-50%);
}

.indicator-line {
  width: 100%;
  min-width: 112px;
  height: 2px;
  background: #c2c2c2;
  flex: 1;
}

.indicator-line.active {
  background: #254696;
}

.indicator-line.completed {
  background-color: #a1c6ea;
}

.cartpagecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cartpageconinner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 25px;
  margin: 0 auto;
  width: 70%;
}

.cartpageconinner .cartproductscon {
  display: block;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  margin-top: 25px;
}

.cartpageconinner .cartamountcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 25%;
}

.adddiscountcoupondiv {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.adddiscountcoupondiv button {
  border: 0;
  outline: 0;
  background-color: #ffffff;
  border: 2px solid #254696;
  color: #254696;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 24px;
  border-radius: 8px;
}

.adddiscountcoupondiv .discountinput {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #b4b4b4;
  padding: 12px;
  border-radius: 8px;
}

.adddiscountcoupondiv .discountinput input {
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  color: #717171;
}

.paymentdetailcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0px;
  padding: 16px;
  gap: 16px;
}

.paymentdetailcon .pd-title {
  font-size: 24px;
  font-weight: 650;
  padding: 0;
  margin: 0;
  color: #000;
}

.cartpaymentbreakup {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.cartpaymentbreakup .singlecartbreakup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.cartpaymentbreakup .singlecartbreakup .title {
  color: #717171;
  font-size: 14px;
  font-weight: 300;
}

.cartpaymentbreakup .singlecartbreakup .amountblack {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
}

.cartpaymentbreakup .singlecartbreakup .amountblue {
  color: #254696;
  font-size: 14px;
  font-weight: 700;
}

.cartpaymentbreakup .carttotalbreakup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.cartpaymentbreakup .carttotalbreakup .title {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}

.cartpaymentbreakup .carttotalbreakup .amount {
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 600;
}

.cartproductcard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  gap: 16px;
  height: 140px;
  min-height: 140px;
  max-height: 140px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: -2px 2px 15px -1px rgba(113, 113, 113, 0.12);
}

.cartproductcard .cartproductsingleimage img {
  width: 100px;
  height: fit-content;
  object-fit: contain;
  padding: 10px;
}

.cartproductsingledetails {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  max-width: 300px;
}

.cartproductsingledetails .cartproducttitle {
  font-size: 16px;
  font-weight: 500;
  color: #0c0c0c;
  padding: 0;
  margin: 0;
}

.cartproductsingledetailsdata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.cartproductsingledetailsdata .availablestock {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 14px;
  font-weight: 500;
  color: #717171;
  gap: 4px;
  padding: 10px 0px;
  margin: 0;
}

.cartproductsingledetailsdata .availablestock span {
  color: #254696;
}

.cartsingleitempricecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.cartsingleitempricecon .discountedprice {
  color: #717171;
  font-size: 14px;
  text-decoration: line-through;
}

.cartsingleitempricecon .singleproductprice {
  color: #717171;
  font-size: 16px;
  color: #0c0c0c;
}

.cartitemdeletecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.cartitemqtycon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 12px;
  border-bottom: 1px solid #9e9e9e;
}

.cartpaymentbreakup .detaildivider {
  border: 1px solid #cbcbcb;
  width: 100%;
  margin-right: 0px;
  margin: 12px 0px;
}

.cartpaymentbreakup .yousavedcon {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
}

.cartpaymentbreakup .yousavedcon img {
  margin-right: 20px;
  transform: translateY(1px);
}

.cartpaymentbreakup .yousaved {
  background-color: #254696;
  padding: 10px;
  border-radius: 8px;
}

.cartpaymentbreakup .yousaved p {
  color: #ffffff;
}

.ptocheckoutbtn {
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 12px 24px;
}

.checkoutpagecon {
  padding-bottom: 50px;
  width: 62%;
  display: block;
  margin: 0 auto;
}

.checkoutpageconinner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 1500px;
}

.checkoutpagecon .checkoutpageconinner .cartaddresscon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  width: 50%;
  border: 1px solid #ededed;
}

.checkoutpagecon .checkoutpageconinner .cartamountcon {
  width: 50%;
}

.checkoutpagecon .checkoutpageconinner .cartaddresscon .shippingdetailcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 40px;
}

.shipaddresscon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.shipmethodcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}

.shipmethodcon .shippinginputcon {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: rgba(161, 198, 234, 0.3);
  border: 1px solid #a1c6ea;
  border-radius: 8px;
  padding: 8px;
  width: 100%;
  gap: 5px;
}

.shipmethodcon .shippinginputcon .sm-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}

.shipmethodcon .shippinginputcon .sm-inner input {
  width: 20px;
  height: 20px;
  accent-color: #254696;
}

.shipmethodcon .shippinginputcon .sm-inner label {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
}

.shipmethodcon .shippinginputcon .sm-priceinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  margin-left: 35px;
  width: 100%;
}

.shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
}

.checkoutproductcard {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 170px;
  max-height: 170px;
  height: 170px;
  padding: 20px;
  gap: 16px;
  background-color: #ffffff;
  border-bottom: 0.5px solid #cbcbcb;
}

.checkoutproductcard .cartproductsingleimage img {
  width: 100px;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
  object-fit: contain;
  padding: 10px;
}

.checkoutproductcard .cartproductsingledetails .cartproducttitle {
  font-size: 14px;
  font-weight: 400;
  color: #2d2d2d;
  padding: 0;
  margin: 0;
}

.checkoutpaymentdetailcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #ededed;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  gap: 16px;
}

.checkoutpaymentdetailcon .pd-title {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  color: #000000;
}

.addressdetailscon {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  gap: 8px;
}

.addressnameinput {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  padding: 15px 8px;
}

.addressnameinput input {
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  color: #2d2d2d;
  width: 100%;
}

.paymentpagecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.paymentpageconinner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  gap: 20px;
}

.output {
  position: relative;
  width: fit-content;
  padding: 4px 8px;
  margin-left: 50%;
  font-family: cursive;
  font-size: 16px;
  line-height: 20px;
  color: #254696;
  text-align: center;
  background: #f5f9ff;
  border: 2px solid #254696;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
}

/*#range {
    --active: #254696;
    --value: #fff;
    --line: #cdd9ed;
    touch-action: none;
    -webkit-appearance: none;
    appearance: none;
    user-select: none;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--line);
    position: relative;
    &::-webkit-slider-thumb

{
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #f5f9ff;
    border: 2px solid #254696;
    cursor: pointer;
    border-radius: 18px;
    transition: 0.5s ease;
    &:focus, &:active

{
    padding: 8px;
}

}

&:focus,
&:active {
    outline: none;
}

}*/

.partialcodpaymentcon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #ededed;
  padding: 16px 60px;
  padding-left: 16px;
  border-radius: 8px;
  width: 100%;
}

.titles p {
  font-size: 16px;
  font-weight: 700;
  color: #2d2d2d;
  text-transform: uppercase;
}

.partialcodpaymentcon .slider {
  width: 100%;
  padding: 0px;
}

.partialcodpaymentcon .slider-values {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  padding: 0px;
}

.partialcodpaymentcon .payingvalue {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.partialcodpaymentcon .payingvalue span {
  font-size: 16px;
  font-weight: 700;
}

.partialcodpaymentcon .payingvalue .payingvalueinner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.partialcodpaymentcon .payingvalue .payingvalueinner div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dddddd;
  padding: 4px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
}

.partialcodpaymentcon .payingvalue .payingvalueinner button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e72829;
  background-color: #e72829;
  color: #ffffff;
  padding: 4px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 16px;
}

.note-box {
  color: #ffffff;
  background-color: #254696;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}

.note-box i {
  color: #ffffff;
  margin-right: 10px;
}

.completecheckoutfromledger .walletbalance {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.completecheckoutfromledger .walletbalance input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.paymentpageconinner .makepaymentbtn {
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  padding: 12px 24px;
}

.choose_paymentcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.choose_paymentcon .dvprepaid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
  width: 100%;
  gap: 10px;
}

.choose_paymentcon .dvprepaid .sm-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.choose_paymentcon .dvprepaid .sm-inner input {
  width: 20px;
  height: 20px;
}

.choose_paymentcon .dvprepaid .sm-inner label {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
  text-transform: uppercase;
}

.choose_paymentcon .dvprepaid .sm-priceinner {
  font-size: 12px;
  font-weight: 400;
  color: #0a0a0a;
  margin-left: 35px;
}

.choose_paymentcon .dvprepaid .paymentCard {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText {
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-left: 35px;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  gap: 5px;
}

.choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText span {
  color: #e72829;
}

/*.checkoutstep {
    display: none;
}
*/
.mobilemenu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: width 0.3s ease;
}

.mobilemenu.active {
  width: 100%; /* or whatever width your menu needs */
}

.side-navigation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.mobilemenu.active .side-navigation-overlay {
  display: block;
}

.productsdetaileddatacon {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}

.viewallcon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
}

.viewallcon button {
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #254696;
  font-size: 16px;
  padding: 12px 24px;
  font-weight: 600;
  border: 2px solid #254696;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.viewallcon button:hover {
  border: 0;
  outline: 0;
  background-color: #ffffff;
  color: #254696;
  font-size: 16px;
  padding: 12px 24px;
  font-weight: 600;
  border: 2px solid #254696;
  border-radius: 4px;
  font-family: "Inter", sans-serif !important;
}

.addressrowcon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}

.transactionfailurecon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  flex-direction: column;
  gap: 20px;
}

.transactionfailurtext {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ff0000;
  padding: 50px;
  border-radius: 6px;
  font-size: 20px;
  color: #e72829;
}

.backtocartbtn {
  margin: 0 auto;
}

.backtocartbtn a {
  background-color: #ffffff;
  color: #254696;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
}

.howitworkssection .howitworkcon {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px;
  text-align: center;
  row-gap: 10px;
  column-gap: 40px;
}

.howitworkssection .howitworkcon .howitworkcard {
  padding: 15px;
}

.howitworkssection .howitworkcon .howitworkcard img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 20px;
}

.howitworkssection .howitworkcon .howitworkcard h4 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  text-transform: capitalize;
}

.howitworkssection .howitworkcon .howitworkcard p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.sdindicatorcon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdstepsindicator {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  gap: 80px;
}

.sdstep {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.sdstepsindicator .sdstep .sdstep-icon {
  height: 63px;
  width: 63px;
  border-radius: 100%;
  background: #ffffff;
  border: 3px solid #c2c2c2;
  font-size: 10px;
  text-align: center;
  color: #c2c2c2;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sdstepsindicator .sdstep.active .sdstep-icon {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background: #c2c2c2;
  font-size: 10px;
  text-align: center;
  color: #254696;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 3px solid #254696;
}

.sdstepsindicator .sdstep.completed .sdstep-icon {
  background-color: #a1c6ea;
}

.sdstep.active .sdstep-icon img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(99%) saturate(1618%)
    hue-rotate(200deg) brightness(92%) contrast(98%);
  width: 48px;
  height: 48px;
}

.sdstep p {
  text-align: center;
  color: #9e9e9e;
  font-size: 19px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

.sdstep.active p {
  color: #254696;
}

.sdstep.sdstep.completed p {
  color: #a1c6ea;
}

.selectdevicecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 100px 20px;
  padding-top: 30px;
}

.selectbrandcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 100px 0px;
  padding-top: 30px;
}

.selectbrandoutcon {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 50px;
  row-gap: 40px;
  padding: 0px 85px;
}

.selectbrandoutcon .selectproductbrandcon {
  height: 100px;
  background-color: #ffffff;
  border: 0.86px solid #e4e7e9;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.selectbrandoutcon .selectproductbrandcon img {
  object-fit: contain;
}

.selectbrandmodelcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  padding: 100px 0px;
  padding-top: 30px;
}

.selectbrandmodeloutcon {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  padding: 0px 85px;
  justify-items: center;
}

.selectbrandmodeloutcon .selectproductbrandmodelcon {
  background-color: #ffffff;
  border: 0.86px solid #e4e7e9;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  text-align: center;
  color: #254696;
  font-size: 18px;
  font-weight: 600;
  width: 200px;
}

.pricecomptitlecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.pricecompinner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 85px;
  width: 100%;
  gap: 30px;
}

.pricecompcon {
  padding: 50px;
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pricecompcon h4 {
  font-size: 30px;
  font-weight: 700;
  color: #254696;
  padding: 0;
  margin: 0;
}

.pricecompcon .pricecomptitlecon .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  margin: 0;
}

.pricecompcon h4 span {
  color: #000000;
}

.priceaccordionoutercon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.priceaccordion {
  background-color: #ffffff;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: transform 0.9s ease;
}

.priceaccordioninner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-color: #254696;
  padding: 20px 30px;
  border-radius: 10px;
}

.priceaccordioninnertitle {
  font-size: 36px;
  font-weight: 700;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #ffffff;
}

.priceaccordioninnertitle span {
  width: 10px;
  height: 10px;
  color: #ffbc42;
}

.priceaccordioninnerbtn i {
  font-size: 18px;
  width: 24px;
  height: 24px;
  display: inline-block;
  color: #ffffff;
}

.active,
.priceaccordion:hover {
  background-color: #ffffff;
}

.pricepanel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  transform: translateY(-15px);
  border: 1px solid #254696;
  border-radius: 10px;
  width: 100%;
}

.pricepanel ul {
  font-size: 20px;
  font-weight: 400;
  color: #254696;
  width: 100%;
}

.sellnowbtn {
  border: 0;
  outline: 0;
  background-color: #e72829;
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 12px;
}

.collectionmethodcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.collectionmethodcon .collectiontitle {
  color: #254696;
  font-size: 30px;
  font-weight: 700;
}

.collectiondetaiscon {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 20px 85px;
  gap: 20px;
}

.collectiondetaiscon input {
  border: 1px solid #e4e7e9;
  outline: 0;
  padding: 15px 10px;
  color: #254696;
  font-size: 18px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  border-radius: 10px;
}

.collectiondetaiscon input::placeholder {
  color: #254696;
}

.tnccon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  color: #333333;
  font-size: 16px;
}

.tnccon span {
  color: #e72829;
}

button.continuecollectionbtn {
  text-align: center;
  padding: 12px 24px;
  border: 0;
  outline: 0;
  background-color: #e72829;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Inter", sans-serif !important;
  border-radius: 12px;
  cursor: pointer;
  margin: 25px 85px;
}

.sellthankyoupagecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sellthankyoupagecon .sellthankyoudetails {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.sellthankyoupagecon .sellthankyoudetails .thumbup {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.sellthankyoupagecon .sellthankyoudetails h4 {
  color: #254696;
  font-size: 30px;
  font-weight: 700;
}

.sellthankyoupagecon .sellthankyoudetails p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}

.sellthankyoupagecon .sellthankyoudetails .sellproductdetailcon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

.sellthankyoupagecon .sellthankyoudetails .sellproductdetailcon img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.sellproductdetailcon .sellproductdetailinner p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  padding: 0;
  margin: 0;
}

.referencecon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.referencecon p {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.referencecon span {
  font-size: 18px;
  font-weight: 500;
  color: #254696;
}

img.bannerimage {
  width: 100%;
}

.selectdevicestep {
  display: none;
}

@media screen and (max-width: 1016px) {
  /*.product-gallery-shop { 
        margin-left: 240px;
    }*/
  .desktopheader {
    display: none;
  }

  .similar_product {
    max-width: 100% !important;
  }

  .mobileheaderup {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }

  .mobileheaderuplogocon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .mobileheadericons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  .header-logo {
    width: 130px;
  }

  .icon-container {
    position: relative;
    display: flex;
    align-items: center;
  }

  .mobileheaderdown {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
  }

  .mobilesearchinput {
    border: 1px solid #b9cfea;
    border-radius: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 12px;
    gap: 16px;
    position: relative;
  }

  .herosection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0px;
    gap: 16px;
    padding-top: 20px;
  }

  .herosellsection {
    flex-direction: row;
    gap: 5px;
    width: 100%;
    border-radius: 16px;
  }

  .herobuysection {
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }

  .sellmobilesection {
    width: 95px;
    height: 95px;
    border-radius: 10px;
  }

  .sellmobilesection img {
    width: auto;
    height: 62.52px;
    object-fit: contain;
  }

  .sellmobile {
    gap: 0px;
    padding: 0px;
  }

  .sellmobiletitle {
    font-size: 14px;
    margin-top: 8px;
  }

  .heroselltitlecon {
    top: 0px;
  }

  .herobuytitlecon {
    top: 0px;
  }

  .heroselltitle {
    font-size: 20px;
  }

  .herobuytitle {
    font-size: 20px;
  }

  .herobuy-container {
    width: 100%;
    padding: 20px;
  }

  .whysection1 {
    flex-direction: column;
    padding: 10px 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 10px;
    column-gap: 10px;
    width: 100%;
  }

  .phonesoldsection p {
    line-height: 24px !important;
  }

  .whyouterdiv {
    width: 100%;
    height: 100%;
    padding: 10px;
    gap: 10px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.02);
  }

  .whysectionimage {
    max-width: 30px;
    max-height: 30px;
  }

  .whytextmaintext {
    font-size: 18px;
    width: max-content;
  }

  .whytextsubtext {
    font-size: 14px;
    width: max-content;
  }

  .whysection2 {
    padding: 0px 20px;
  }

  .whysection2title {
    font-size: 30px;
  }

  .onestopsolution {
    flex-flow: column;
    padding: 60px 20px;
  }

  .onestopsolutionleftdiv {
    width: 100%;
  }

  .onestopsolutionrightdiv {
    width: 100%;
    gap: 20px;
  }

  .onestopsolutiontitle {
    font-size: 20px;
  }

  .onestopsolutiondesc {
    font-size: 14px;
  }

  .image-container {
    overflow: auto;
    width: 250px;
  }

  .image-slider {
    overflow: scroll;
  }

  .image-slider::-webkit-scrollbar {
    display: none;
  }

  .image-slider img {
    width: 215px;
  }

  .dealofthedaytitle {
    padding: 0px 20px;
  }

  .dealofthedaytext {
    font-size: 30px;
  }

  .dealofthdaysection {
    flex-direction: column;
    padding: 30px 20px;
  }

  .product-slider {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: clip;
  }

  .st-title {
    padding: 0px 15px;
  }

  .st-text {
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
  }

  .dodbannerimage {
    object-fit: contain;
    width: 320px;
  }

  .whyxtracover {
    padding: 50px 0px 25px;
  }

  .stepsouterdiv {
    flex-direction: row;
    gap: 8px;
    padding: 10px;
    justify-content: flex-start;
  }

  .stepsouterdiv img {
    width: 18px;
  }

  .stepsinnertextcon {
    width: 100%;
    gap: 3px;
  }

  .stepsinnertextnumber {
    font-size: 20px;
  }

  .stepsinnertextdesc {
    font-size: 12px;
    width: 100%;
  }

  .selldeviceoutcon {
    gap: 10px;
    display: flex;
    grid-template-columns: repeat(2, 1fr);
  }

  .selldevicecon {
    width: 100%;
    height: 150px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
  }

  .selldevicecon img {
    max-width: 70%;
    max-height: 70%;
    margin-bottom: 5px;
  }

  .selldevicecon p {
    font-size: 12px !important;
    margin: 0;
  }

  .blogs {
    padding: 30px 15px;
  }

  .pt-title {
    padding: 0px;
  }

  .pt-text {
    font-size: 16px;
  }

  .singleblogcon {
    padding: 20px;
  }

  .phonesoldsection {
    margin: 20px;
    border-radius: 1000px;
    padding: 10px 50px;
  }

  .phonesoldsectiontitle {
    font-size: 16px;
  }

  .bannerbluesection {
    width: 100%;
    margin: 0px;
    padding: 10px;
  }

  .bannerbluesectiontitle {
    font-size: 12px;
  }

  .happycustomers {
    padding: 20px 15px 0;
  }

  .customertestimonials {
    overflow: hidden;
    position: relative;
  }

  .customerreviewslider {
    display: flex;
    transition: transform 0.3s ease;
    padding: 0px;
  }

  .customerreviewscard {
    min-width: 100%;
    box-sizing: border-box;
  }

  .customerreviewscardactive {
    min-width: 300px;
  }

  .customeravataractive {
    width: 50px;
    height: 50px;
  }

  .customernameactive {
    font-size: 20px;
  }

  .customerdesignation {
    font-size: 16px;
  }

  .customerreviewtitleactive p {
    font-size: 18px;
  }

  .customerreviewdescactive p {
    font-size: 14px;
  }

  .customersliderdots {
    margin: 0 auto;
    padding: 20px;
    gap: 10px;
  }

  .customersliderdots img {
    width: 20px;
    height: 20px;
  }

  .reviewsdot {
    width: 12px;
    height: 12px;
  }

  .reviewsdot .active {
    width: 12px;
    height: 12px;
  }

  .faqs {
    padding: 15px;
  }

  .accordioninnertitle {
    font-size: 20px;
  }

  .accordioninnerbtn {
    font-size: 24px;
  }

  .panel p {
    font-size: 16px;
  }

  .footer {
    flex-direction: column;
    padding: 30px 15px;
  }

  .followustitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .socialcon img {
    width: 35px;
    height: 35px;
  }

  .askquestioncon {
    margin-top: 30px;
    padding: 6px 12px;
  }

  .askquestioncon p {
    font-size: 14px;
  }

  .footermenutitle {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footermenutext {
    font-size: 14px;
  }

  .categoryinput,
  .searchicon {
    z-index: 0;
  }

  .topsellingcon {
    justify-content: flex-start;
    overflow-x: hidden;
    padding: 20px;
  }

  .topsellingbrands {
    padding: 20px;
  }

  .topsellingbrands .st-title {
    padding: 0px;
  }

  .topbrands {
    overflow-x: auto;
    padding: 0px 20px;
    justify-content: flex-start;
    gap: 24px;
    scroll-snap-type: x mandatory;
  }

  .topbrands::-webkit-scrollbar {
    display: none;
  }

  .dodproducts {
    width: 100%;
  }

  .shopbypricesection {
    margin: 20px;
  }

  .shopbypricesection img {
    width: 330px;
  }

  /* .shopbyprice-slider {
        margin: 0px 20px;
    }*/

  .bestsellingbrand {
    padding: 20px 0px;
  }

  .product-gallery {
    padding: 4px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
  }

  .refurbishedpoints {
    padding: 20px;
  }

  .pt-inner {
    padding: 10px 5px;
  }

  .table table tbody tr th {
    font-size: 14px;
    padding: 10px;
  }

  .table table tbody tr td {
    font-size: 14px;
    padding: 10px;
  }

  .table table tbody tr td img {
    width: 20px;
    height: 20px;
  }

  .videogallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 10px 20px;
    row-gap: 10px;
  }

  .videogallery .videocontainer {
    width: 100%;
    height: fit-content;
  }

  .productspagecon {
    padding: 15px;
  }

  .productstopheader {
    padding: 10px;
    justify-content: space-between;
  }

  .productsfilter-con .productfilters p {
    white-space: nowrap;
  }

  .product-container {
    width: 100%;
  }

  .product-gallery-shop {
    padding: 0px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  ul.breadcrumb li {
    font-size: 16px;
  }

  ul.breadcrumb li a {
    font-size: 16px;
  }

  .productinfo {
    flex-direction: column;
    padding: 10px;
    gap: 20px;
  }

  .productimageconinner {
    width: 100%;
  }

  .productinfodetailscon {
    width: 100%;
    padding: 0px 10px;
  }

  .otherimagescon {
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .otherimagescon img {
    width: 60px;
    height: 60px;
  }

  .producttitle {
    font-size: 18px;
  }

  .productsdetaileddatacon {
    width: 100%;
  }

  .enterpincodecon {
    width: 100%;
  }

  .productquantityandactions {
    flex-direction: row;
    width: 100%;
  }

  .productquantityandactions .productquantitycon {
    width: fit-content;
    min-width: 85px;
  }

  .detaildivider {
    margin-right: 0px;
  }

  .addtocartbtncon {
    width: 100%;
    padding: 0px 15px;
  }

  .buynowbtncon {
    width: 100%;
    padding: 0px 15px;
  }

  .availablepaymentoptions {
    display: flex;
    width: 100%;
    overflow: scroll;
    justify-content: space-around;
    gap: 12px;
  }

  .availablepaymentoptions::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .availablepaymentoptions .inner img{
    max-width: fit-content !important;
  }

  .productdetailedinfosection {
    padding: 20px 10px;
  }

  .productdetailedinfosection .horizontaltab li {
    font-size: 16px;
  }

  .technicaldetailstable table tr td:first-child {
    min-width: 100px;
  }

  .technicaldetailstable table td {
    white-space: wrap;
  }

  .similiarproductscon {
    width: 100%;
  }

  .similarproducts {
    width: 100%;
  }

  .reviewscard .reviewimage {
    width: 340px;
  }

  .video-play-circle {
    width: 32px;
    height: 32px;
  }

  .videotitlebg {
    font-size: 14px;
    padding: 10px;
    min-height: 52px;
  }

  .cartpageconinner {
    flex-direction: column;
    gap: 30px;
  }

  .indicator-line {
    min-width: 50px;
  }

  .loginconinner {
    padding: 20px;
  }

  .loginconinner p {
    font-size: 20px;
  }

  .enterotpconinner {
    padding: 20px;
  }

  .enterotpconinner p {
    font-size: 17px;
  }

  .enterotpconinner .container .inputs .input {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .loginconinner .getotpbtn {
    font-size: 20px;
  }

  .enterotpconinner .submitotpbtn {
    font-size: 20px;
  }

  .cartproductcard {
    gap: 10px;
    box-shadow: none;
    border-bottom: 1px solid #e0e0e0;
  }

  .cartproductcard .cartproductsingleimage img {
    width: 75px;
    padding: 0px;
  }

  .cartproductsingledetails .cartproducttitle {
    font-size: 14px;
  }

  .similiarproductstitle {
    font-size: 18px;
  }

  .checkoutpageconinner {
    flex-direction: column;
    gap: 30px;
  }

  .checkoutpagecon .checkoutpageconinner .cartaddresscon {
    width: 100%;
    margin: 20px;
  }

  .shipmethodcon .shippinginputcon .sm-priceinner .sm-priceday {
    font-size: 12px;
  }

  .checkoutpaymentdetailcon {
    width: 100%;
    margin: 20px;
  }

  .paymentpageconinner {
    width: 100%;
    margin: 20px;
  }

  .note-box {
    font-size: 12px;
  }

  .walletbalance label {
    font-size: 14px;
  }

  .choose_paymentcon .dvprepaid .paymentCard .ShowTotalPaymentText {
    font-size: 12px;
  }

  .transactionfailurecon {
    padding: 20px;
  }

  .transactionfailurtext {
    padding: 20px;
  }

  .whysellcon {
    gap: 20px;
    flex-direction: column;
    padding: 20px;
  }

  .whysellcon .tnimg {
    width: 200px;
    height: 200px;
  }

  .whysellcon img {
    width: 24px;
    height: 24px;
  }

  .whyselldetailtitle {
    font-size: 18px;
  }

  .whyselldetailscon span {
    font-size: 10px;
  }

  .singledetailnumber {
    font-size: 18px;
  }

  .singledetailtext {
    font-size: 14px;
  }

  .whysellbutton {
    font-size: 14px;
    padding: 14px 75px;
  }

  .selldevice {
    padding: 0px 5px 40px !important;
  }

  .howitworkssection .howitworkcon {
    padding: 10px;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  .howitworkssection .howitworkcon .howitworkcard img {
    width: 50px;
    height: 50px;
  }

  .howitworkssection .howitworkcon .howitworkcard h4 {
    font-size: 16px;
  }

  .howitworkssection .howitworkcon .howitworkcard p {
    font-size: 12px;
  }

  .sdstepsindicator {
    gap: 20px;
  }

  .sdstepsindicator .sdstep.active .sdstep-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .sdstepsindicator .sdstep .sdstep-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .sdstepsindicator img {
    width: 42px;
    height: 42px;
  }

  .sdstep p {
    font-size: 14px;
  }

  .selectbrandcon {
    padding: 20px;
    gap: 20px;
  }

  .selectbrandoutcon {
    padding: 0px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }

  .selectbrandoutcon .selectproductbrandcon {
    border-radius: 8px;
    height: 100%;
    min-height: 60px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  }

  .selectbrandoutcon .selectproductbrandcon img {
    width: 50%;
    height: 50%;
  }

  .selectbrandmodelcon {
    gap: 20px;
  }

  .selectbrandmodelcon {
    padding: 20px;
  }

  .selectbrandmodeloutcon {
    grid-template-columns: repeat(2, 1fr);
    padding: 0px;
    gap: 18px;
  }

  .selectbrandmodeloutcon .selectproductbrandmodelcon {
    padding: 14px;
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }

  .pricecompcon {
    padding: 20px;
  }

  .pricecomptitlecon {
    width: 100%;
  }

  .pricecompcon h4 {
    font-size: 20px;
  }

  .pricecompcon .pricecomptitlecon .subtitle {
    font-size: 14px;
  }

  .pricecompinner {
    padding: 20px 0px;
    gap: 10px;
  }

  .priceaccordioninner {
    padding: 15px;
    border-radius: 10px;
  }

  .priceaccordioninnertitle {
    font-size: 18px;
  }

  .pricepanel {
    transform: translateY(-8px);
  }

  .pricepanel ul li {
    font-size: 14px;
  }

  .sellnowbtn {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
  }

  .collectionmethodcon {
    padding: 0px 20px;
  }

  .collectiondetaiscon {
    padding: 20px 0px;
  }

  .collectiondetaiscon input {
    font-size: 14px;
  }

  .collectionmethodcon .collectiontitle {
    font-size: 16px;
  }

  button.continuecollectionbtn {
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 25px;
  }

  .sellthankyoupagecon .sellthankyoudetails {
    padding: 20px;
  }

  .sellthankyoupagecon .sellthankyoudetails .thumbup {
    width: 90px;
    height: 90px;
  }

  .sellthankyoupagecon .sellthankyoudetails h4 {
    font-size: 20px;
  }

  .sellthankyoupagecon .sellthankyoudetails p {
    font-size: 14px;
  }

  .referencecon p {
    font-size: 20px !important;
  }

  .referencecon span {
    font-size: 16px;
  }

  .singleblogtitle {
    font-size: 14px;
  }

  .singleblogdescription {
    font-size: 14px;
  }

  img.singleblogimage {
    height: auto;
    width: 100%;
    object-fit: cover;
  }

  .readmoretext {
    font-size: 12px;
  }

  .productcardtitle {
    white-space: wrap;
    font-size: 12px;
  }

  .WishlistNew .productimage {
    height: auto !important;
    width: 100% !important;
    max-height: 100% !important;
  }

  .product-image-container {
    padding-top: 50px;
  }

  .pricecon {
    width: 100%;
  }

  .discountamount {
    font-size: 10px;
  }

  .sellingprice {
    font-size: 14px;
  }

  .cutoffprice {
    font-size: 10px;
  }
}

.slect {
  background: transparent;
  width: 125px;
  height: fit-content;
  padding: 4px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

.sle-cdwn {
  position: relative;
}

.sle-cdwn .arrowil {
  position: absolute;
  right: -4px;
  top: 20%;
  width: 26px;
  height: 26px;
  transform: translateX(-50%);
  z-index: 5;
}

.bannerArea,
.bottomCategorymenu {
  float: none !important;
}

.dodproducts {
  width: 50%;
}

.searchinput {
  padding: 6px;
}

.sle-cdwn::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 15px;
  width: 15px;
  height: 15px;
  z-index: 1;
  background: white;
}

.ulSearchMain {
  z-index: 10000 !important;
  margin-top: -32px !important;
}

.phonesoldsection p {
  color: #254696 !important;
  line-height: 35px;
}

#o-wrapper {
  position: sticky;
  top: 0;
  z-index: 9999;
}

/*.owl-carousel .center .customerinfo .customername {
    font-size: 19px;
    text-align: left;
}

.owl-carousel .center .customerdesignation {
    font-size: 17px;
    text-align: left;
}

.owl-carousel .center .customerreviewtitle p {
    font-size: 22px;
    text-align: left;
    line-height: 24px;
}

.owl-carousel .center .customerreviewdesc p {
    font-size: 15px;
    text-align: left;
    font-weight: 500;
}*/

.owl-carousel .customerreviewscard {
  max-height: 210px;
  min-height: 210px;
  border: 1px solid transparent;
}

.owl-carousel .center .customerreviewscard {
  border: 1px solid #254696;
}

.happycustomers {
  overflow: hidden;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

.owl-carousel .owl-stage-outer {
  margin-bottom: 0px;
  overflow: hidden !important;
}

.owl-carousel .owl-stage {
  margin-bottom: 30px !important;
}

.testimonials .owl-nav {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0px auto 0;
  width: 90%;
  max-width: 1200px;
}

.testimonials .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 15px;
}

.testimonials .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 15px;
}

/*.ulSearchMain {
    background: #ffffff!important;
}

.ui-widget-content {
    display: block !important;
    background: #ffffff!important;
}


.ui-menu-item-wrapper img {
    max-width: 40px;
    max-height: 40px;
}

.ui-front ul li{
    border-bottom:1px solid lightgray;
}

.ui-front ul li .SearchProdDiv a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ui-state-active {
    background: transparent !important;
}

    .ui-state-active a p {
        font-weight: 400;
        color: #e72829!important;
    }

.divWithAnchorTag h4{
    padding:5px 0 5px 5px;
    font-weight:700;
    text-transform:uppercase;
    font-size:14px;
    line-height:16px;
}

.ui-front ul li .SearchProdDiv a p{
    margin-bottom:0;
}*/

@media only screen and (max-width: 1399px) {
  .whytextsubtext {
    font-size: 17px;
  }

  .singleblogcon {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .dealofthdaysection {
    padding: 30px 0px;
  }

  .dodproducts {
    width: 60%;
  }
}

@media only screen and (max-width: 1315px) {
  .whysection1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .whytextsubtext {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .selldeviceoutcon a {
    width: 47%;
  }

  .selldeviceoutcon {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .productimagescon {
    width: 100%;
  }

  .owl-carousel .customerreviewscard {
    min-height: 240px;
  }
}

#SearchAutocompleteDiv {
  z-index: 10000;
}

.view-all-blog {
  width: fit-content;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  border: 1px solid #254696;
  color: #254696;
  border-radius: 5px;
  font-weight: 600;
}

.BottomFilter.TopFilterSection {
  position: unset !important;
}

.loginconinner .numberinput input:focus {
  border-bottom: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#frmloginOtp .inputs input {
  width: 55px;
  height: 55px;
  font-size: 22px;
  border: 1.5px solid #d9d9d9;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  text-align: center;
  border-radius: 8px;
  color: #254696;
}

#frmloginOtp .inputs input:active {
  border: 1.5px solid #254696 !important;
}

#frmloginOtp .inputs input:focus {
  border: 1.5px solid #254696 !important;
}

#frmloginOtp .inputs input:hover {
  border: 1.5px solid #254696 !important;
}

@media only screen and (max-width: 767px) {

  .shopify-section shopify-section--video{
  margin: 0px 20px;}

}
  
  .enterotpconinner .container .inputs .input {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }

  .similar_product {
    padding: 0 20px !important;
  }
}

.AlertModal {
  z-index: 9999 !important;
}

.checkbox_green label {
  font-size: 15px;
}

.product-slider .owl-stage-outer {
  margin-bottom: 0px !important;
}

.product-slider .owl-stage {
  margin-bottom: 0 !important;
}

.product-slider .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 97%;
  max-width: 1200px;
  top: 50%;
  transform: translateY(-50%);
}

.product-slider .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 5px;
}

.product-slider .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 5px;
}

.productfilters .selected-filtry-list {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.productfilters .selected-filtry-list img {
  margin-right: 5px;
}

#SelectedFilter {
  overflow: auto;
  width: 100%;
}

.productspagecon {
  display: block;
}

#SelectedFilter::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.product-gallery-shop .viwy {
  display: block;
  text-align: center;
  background-color: ghostwhite;
  padding: 12px;
  width: 100%;
  margin: 0 auto;
}

.product-gallery-shop .viwy .view_All_Btn {
  color: red;
}

.stockTxt {
  right: -60px;
  top: 5px;
}

.shopbyprice {
  position: relative;
}

.swipy-control {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin: 20px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  z-index: 999;
}

.swipy-control .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 5px;
  position: unset;
}

.swipy-control .swiper-button-next:after {
  font-size: 20px !important;
  line-height: 52px !important;
  color: #ffffff !important;
}

.swipy-control .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #254696 !important;
  border-radius: 100%;
  margin: 0 5px;
  position: unset;
}

.swipy-control .swiper-button-prev:after {
  font-size: 20px !important;
  line-height: 52px !important;
  color: #ffffff !important;
}

@media screen and (max-width: 778px) {
  .swipy-control .swiper-button-next:after {
    line-height: 43px !important;
  }

  .swipy-control .swiper-button-prev:after {
    line-height: 43px !important;
  }
}

.productinfo .otherimagescon {
  margin-top: 25px;
}

.productinfo .otherimagescon picture {
  width: 100px;
  height: 100px;
}

.amz-dropdown-mob button {
  box-shadow: none !important;
}

.amz-dropdown-mob .dropdown-menu {
  max-height: none;
  left: 15px;
}

.technicaldetailscon {
  overflow: hidden;
  height: 328px;
}

.openy {
  overflow: visible;
  height: auto;
}

button:focus {
  background: transparent !important;
}

.productvariantcon .pri-btn-disable {
  border: none !important;
  opacity: 0.5 !important;
}

.productvariantcon .pri-btn-disable:hover {
  color: #70707066;
}

.email input {
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.pri-color-disable:after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 1.5px;
  background-color: #707070;
  top: 11px;
  left: 1px;
  transform: rotate(34deg);
}

.out_of_stock {
  right: -90px;
  top: 5px;
}

.recent-product-view {
  max-width: 1399px;
  display: block;
  margin: 0 auto;
  width: 50%;
}

.similar_product {
  max-width: 100%;
  padding: 0 50px;
}

.similar_product .product-slider .owl-nav {
  width: 100%;
  max-width: 100%;
}

.viewPromobtnArea {
  float: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.viewPromobtnArea h5 {
  margin: 0;
}

.promo_input_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.promo_input_group input {
  border: 1px solid lightgray;
  width: 81%;
  height: 42px;
}

.payment-option ul {
  padding: 0 !important;
}

.promo_input_group .clsCouponBtnArea button {
  background: transparent;
  border: 1px solid #254696;
  color: #254696;
  border-radius: 10px;
}

.cartony {
  margin-bottom: 20px;
}

.address_content .address_area {
  width: 100%;
  height: 230px;
  overflow: scroll;
}

.shippingdetailcon .payment-option {
  margin-top: 0;
}

.shippingdetailcon .more_address {
  text-align: center;
}

.shippingdetailcon .deliveryAddressSection,
.shippingdetailcon .payment-option {
  padding: 0;
}

.shippingdetailcon .deliveryAddressSection .headerSection,
.shippingdetailcon .payment-option .headerSection {
  padding: 0;
}

.checkoutpaymentdetailcon .cartproductscon {
  width: 100%;
}

.ProductListGridView ul li {
  width: 15% !important;
  margin-right: 10px !important;
}

section.CategorySection.WishlistNew .ProductsDisplayArea {
  background: whitesmoke !important;
}

section.CategorySection .ProductsDisplayArea ul li a .product_img {
  text-align: center !important;
}

.deliveryAddressSection .headerSection a.addnewBtn {
  border: 1px solid #254696;
  border-radius: 10px;
  height: 40px;
  line-height: 27px;
  font-weight: 700;
}

.lnkpromoApply {
  border-radius: 5px !important;
}

.divy-payment {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.make-pay {
  margin-top: 25px;
  border-radius: 10px;
}

.paaty section {
  padding: 15px;
}

.address_review .choose_payment .choose_item {
  padding: 12px;
  border-radius: 10px;
}

.address_review .choose_payment .choose_item .paymentCard {
  margin-top: 20px;
}

.detailProduct .PicArea {
  width: 10% !important;
}

.lnkPrebooking {
  background: #e72829;
  color: white;
}

.buynowbtncon i {
  font-size: 15px;
}

button:focus {
  background: #e72829 !important;
  color: white !important;
}

@media screen and (max-width: 1920px) and (min-width: 1366px) {
  .checkoutindicatorcon {
    width: 50%;
  }

  .singleblogcon {
    width: 39% !important;
  }
}

@media screen and (max-width: 1920px) {
  /* .product-slider .productcard .productcardtitle {
        font-size: 11px !important;
    }

    .brandwise .owl-nav {
        width: 100% !important;
        max-width: 1440px !important;
    }
    .owl-carousel .customerreviewscard {
        max-height: 250px !important;
        min-height: 250px !important;
    }*/
}

#main-carousel {
  width: 500px;
}

.splide__slide img {
  width: 100%;
  height: 112px;
  object-fit: cover;
}

.splide-main li {
  width: 500px;
  text-align: center;
}

.splide-main img,
.splide-main video {
  width: 500px;
  height: 300px;
  object-fit: contain;
}

#thumbnail-carousel {
  margin-top: 20px;
}

.splide__arrow--prev {
  left: -35px !important;
}

.splide__arrow--next {
  right: -35px !important;
}

.mobile-view {
  display: none;
  width: 100%;
}

.carty_flex {
  display: flex;
}

@media screen and (max-width: 1024px) {
  .sellingprice {
    font-size: 12px;
  }

  .cutoffprice {
    font-size: 10px;
  }

  .similar_product {
    max-width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .bestsellingbrand .pricecon .sellingprice {
    font-size: 18px;
  }

  .bestsellingbrand .pricecon .cutoffprice {
    font-size: 16px;
  }

  .bestsellingbrand .pricecon .discountamount {
    font-size: 12px;
  }
}

.dealofthdaysection .product-slider .productcardtitle {
  max-width: 90%;
  white-space: wrap;
}

@media only screen and (max-width: 767px) {
  .sle-cdwn {
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
  }

  .recent-product-view .pricecon {
    position: relative;
    bottom: 8px;
  }

  .stepsouterdiv {
    padding: 15px 25px;
  }

  .recent-product-view .pricecon .sellingprice {
    font-size: 13px;
  }

  .productsfilter-con .productfilters {
    margin-right: 50px;
  }

  .recent-product-view .pricecon .cutoffprice {
    font-size: 11px;
  }

  .bestsellingbrand .pricecon .sellingprice {
    font-size: 16px;
  }

  .bestsellingbrand .pricecon .cutoffprice {
    font-size: 14px;
  }

  .bestsellingbrand .pricecon .discountamount {
    font-size: 10px;
  }

  .ourvideosection {
    padding: 20px 0px;
  }

  .dealofthdaysection {
    padding: 15px 0px 0;
  }

  .dealoftheday .set-rel {
    justify-content: flex-start;
    padding: 16px 0 16px 10px;
  }

  .bestsellingbrand .st-inner {
    padding: 16px 0 16px 10px;
  }

  .footer {
    padding: 30px 15px 30px 25px;
  }

  .footermenu {
    gap: 4px !important;
  }

  .footermenutitle {
    margin-bottom: 2px;
  }

  .stepsinnertextdesc {
    font-size: 14px;
    line-height: 14px;
    margin-left: 9px;
  }

  .recent-product-view {
    width: 100%;
  }

  .ProductListGridView ul li {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .mobile-view {
    display: block;
  }

  .mobile-view .lnkPrebooking {
    margin-top: 15px;
  }

  .product-gallery-shop.grid_view {
    width: 100%;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .product-gallery {
    width: 100%;
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .product-gallery .pricecon {
    justify-content: left;
    position: relative;
    bottom: 9px;
  }

  .product-gallery-shop.list_view {
    width: 100%;
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .SimilarProductItems .pricecon {
    position: relative;
  }

  .slect {
    width: 100%;
  }

  .mobileheaderdown {
    margin-top: 0px;
  }

  .ulSearchMain {
    margin-top: -64px !important;
  }

  .mobilesearchinput {
    padding: 8px;
  }

  .mobileheader {
    background: #fff;
  }

  .ui-autocomplete {
    left: 0 !important;
    top: 193px !important;
    position: fixed !important;
    width: 100% !important;
    height: 300px;
    overflow: auto;
  }

  .divWithAnchorTag h4 {
    margin-top: 15px;
  }

  .dodproducts {
    width: 100%;
  }

  .dodbannerimage {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .customerreviewscard {
    min-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }

  .owl-carousel .owl-stage-outer {
    margin-bottom: 0px;
    overflow-y: hidden !important;
  }

  .owl-carousel .customerreviewscard {
    margin: 0 0px;
  }

  .testimonials .owl-nav {
    margin: 0px auto 0;
  }

  .blogssection {
    flex-wrap: wrap;
  }

  .cartpageconinner,
  .cartpageconinner .cartamountcon,
  .checkoutpagecon,
  .divy-payment {
    width: 100%;
  }

  .shippingdetailcon .deliveryAddressSection .headerSection {
    margin-bottom: 15px;
  }

  .checkoutpaymentdetailcon {
    margin: 0;
  }

  .detailProduct .PicArea {
    width: 20% !important;
  }

  .filtercon {
    flex: 1;
  }

  .lnkprodSortby {
    margin-left: -60px;
  }

  .amz-dropdown-mob .dropdown-menu {
    left: 0px;
  }

  .AlertModal .modal-dialog {
    width: 100%;
  }

  .modal {
    background-color: transparent !important;
  }

  #main-carousel {
    width: 100%;
  }

  .splide__slide img {
    width: 100%;
    height: auto;
  }

  /*.splide-main li {
        width: 100%;
        text-align: center;
    }*/

  .splide-main img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .splide__arrow--prev {
    left: 0px !important;
  }

  .splide__arrow--next {
    right: 0px !important;
  }

  .splide-main li {
    left: 26%;
    top: 30px;
  }

  .splide-main video {
    height: auto;
    object-fit: contain;
    margin-left: -120px;
  }

  .productoptionscon {
    left: 0px;
  }

  .product-gallery-shop.grid_view .product-image-container {
    padding-top: 55px;
  }

  .dynamicpage .product-gallery-shop.grid_view .product-image-container {
    padding-top: 10px;
  }

  .product-gallery-shop.grid_view .productcard {
    min-height: 300px;
  }

  .product-gallery-shop.grid_view .pricecon {
    justify-content: flex-start;
  }

  .product-slider .productimage {
    object-fit: fill;
    max-width: 129px;
    min-height: 109px;
  }

  .product-slider .pricecon {
    justify-content: flex-start;
  }

  .product-slider .productcardtitle {
    width: 80%;
  }

  .SimilarProductItems .product-slider .productcardtitle {
    width: 90%;
  }
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #f5f5f5 !important;
}

.addtocartbtncon p {
  color: #ffffff;
}

.listproductcard {
  display: flex;
  align-items: center;
  border: 1px solid #e3e1e1;
  padding: 15px;
}

.listproductcard .productcardtitle,
.listproductcard .pricecon {
  position: unset;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.listproductcard .hotbadge {
  margin: 10px 0;
}

.listproductcard .product-image-container {
  padding-top: 0;
  margin: 0 10px 0 0;
}

.categoryinput {
  color: rgb(117, 117, 117);
}

.categoryinput::placeholder {
  color: rgb(117, 117, 117);
}

.paymentCheckPanel
  [type="checkbox"].filled-in:checked
  + span:not(.lever):before,
.paymentCheckPanel [type="checkbox"].filled-in + span:not(.lever):before {
  right: unset !important;
  left: -30px !important;
  top: 5px !important;
}

.paymentCheckPanel [type="checkbox"].filled-in + span:not(.lever):after {
  left: -30px !important;
  right: unset !important;
  top: 5px !important;
}

.paymentCheckPanel label {
  padding: 5px 8px 0px 40px !important;
}

.set-payment li {
  border: 1px solid #a1c6ea !important;
  border-radius: 15px;
  background: rgba(161, 198, 234, 0.3) !important;
  overflow: hidden;
}

.payment-sub-prepaid,
.payment-sub-partly-paid {
  background-color: #dce7f1 !important;
}

.add_address_box input.form-control {
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #f6f6f6;
  padding: 15px 8px;
}

.side-navigation .menu-items {
  padding: 0px 10px 10px 10px;
  list-style-type:none;
}

.side-navigation .menu-items li img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.side-navigation .menu-items li {
  padding: 0px 0;
  border-bottom: 1px solid lightgray;
  display: flex;
  flex-direction: column
}

.side-navigation .menu-items li a {
  font-weight: 600;
  font-family: var(--font-primary);
  font-size: 15px;
  color: #000;
  position: relative;
  display: flex;
  padding: 10px;
}

.side-navigation .menu-items li a span {
  position: relative;
  top: 4px;
  left: 2px;
}

.side-navigation .header {
  background: #a1c6ea;
  padding:12px;
  position: relative;
}

.side-navigation .header #close-menu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.side-navigation .botomy {
  padding: 10px 20px;
}

.side-navigation a.logout {
  width: 100%;
  padding: 12px 50px;
  border-radius: 50px;
  display: block;
  background: #254696;
  margin: 5px 0 0 0;
  font-weight: 700;
  font-family: var(--font-primary);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.onestopsolutionrightdiv .swipy-control {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  width: 50%;
  left: 0;
  max-width: 900px;
  min-width: 900px;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.onestopsolutionrightdiv .image-container {
  overflow: visible !important;
  width: 100%;
}

.OneStopSolutionItems .owl-stage {
  margin-bottom: 0px !important;
}

.OneStopSolutionItems .os-stop-image {
  display: block;
  margin: 0 auto;
  border-radius: 15px;
  background: white;
}

.OneStopSolutionItems .os-stop-image a {
  display: block;
  width: 100%;
}

.OneStopSolutionItems .os-stop-image a img {
  width: 65% !important;
  margin: 0 auto;
  display: block !important;
}

.OneStopSolutionItems .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 97%;
  max-width: 1200px;
  top: 50%;
  transform: translateY(-50%);
}

.OneStopSolutionItems .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
}

.OneStopSolutionItems .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
}

.OneStopSolutionItems .owl-item.active {
  background: transparent !important;
}

@media only screen and (max-width: 991px) {
  .onestopsolutionrightdiv .swipy-control {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .blogssection {
    display: block;
  }

  .product-slider .owl-nav {
    width: 93%;
  }

  .productcard {
    min-height: 250px;
  }

  .similar_product .product-slider .owl-nav {
    width: 100% !important;
  }

  .video-slide video {
    width: fit-content;
    height: 100%;
    margin-left: -104px;
    margin-top: -35px;
  }

  .video-slide iframe {
    width: fit-content;
    height: 100%;
    margin-left: -104px;
    margin-top: -35px;
  }

  .video-slide-thumbnails video {
    width: 100%;
    height: 80px;
  }

  .productimageconinner {
    height: auto;
  }
}

.brandwise .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 37%;
  left: 0;
  transform: translateY(-50%);
}

.brandwise .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
}

.brandwise .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  font-size: 20px !important;
  line-height: 0px;
  color: #ffffff !important;
  background: #254696 !important;
  border-radius: 100%;
}

.brandwise.owl-loaded {
  display: flex !important;
}

@media only screen and (max-width: 1700px) {
  .product-gallery-shop.grid_view {
    grid-template-columns: repeat(5, 1fr);
  }

  .product-gallery-shop {
    width: 100%;
  }

  .product-gallery-shop .productcardtitle {
    white-space: wrap;
    width: 90%;
  }
}

.productcardtitle {
  min-height: 50px;
  max-height: 50px;
}

.filterItemsDetailsArea
  .availableItemLists
  [type="checkbox"]
  + span:not(.lever) {
  font-family: "Inter", sans-serif !important;
}

@media screen and (max-width: 580px) {
  .checkoutpagecon .checkoutpageconinner .cartaddresscon {
    margin: 0;
  }
}

/*career*/

@media (max-width: 1097px) {
  .career_team_image {
    height: 250px;
    object-fit: cover;
  }

  .career_grow_career_div {
    width: 100% !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  }

  .career_grow_career_div_title {
    font-size: 16px !important;
  }

  .career_grow_career_div_description {
    font-size: 12px !important;
  }

  .career_apply_now_btn {
    font-size: 12px !important;
  }

  .career_main_tile {
    font-size: 20px !important;
  }

  .career_grid_what_do_we_do {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .career_grid_what_do_we_do_image {
    width: 130px !important;
    height: 50px !important;
  }

  .career_grid_what_do_we_do_title {
    font-size: 18px !important;
  }

  .career_grid_what_do_we_do_desc {
    font-size: 12px !important;
    height: 50px !important;
  }

  .aboutusvideocon {
    padding: 10px !important;
    flex-direction: column !important;
    gap: 10px !important;
    width: 95% !important;
    margin: 10px !important;
  }

  .aboutvideo {
    width: 100% !important;
  }

  .rounded-iframe {
    width: 100% !important;
    height: 198px !important;
  }

  .aboutusvideocon p {
    font-size: 15px !important;
  }

  .career_grid_embrace {
    gap: 0px !important;
  }

  .career_grid_embrace_image {
    width: 90px !important;
    height: 90px !important;
  }

  .career_grid_embrace_title {
    font-size: 14px !important;
  }

  .career_grid_partners_con {
    padding: 10px !important;
    padding-bottom: 40px !important;
  }

  .career_grid_partners {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 0px !important;
  }
}

.set-flexil {
  display: flex;
  align-items: center;
}

.set-flexil h4 {
  font-size: 22px !important;
}

.set-flexil .OrderStatus {
  height: 25px !important;
  margin-left: 50px !important;
}

.prod_thumb {
  margin-right: 25px;
  width: 20% !important;
}

.smart_ul {
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.order-hlite {
  font-size: 15px !important;
  color: #2e2e2e !important;
  font-weight: 600 !important;
}

.order-numbre {
  font-size: 12px !important;
}

.smart_ul li {
  flex: 0 0 auto;
  width: 33.33333333%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.ordil_flex {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.ordil_flex a {
  display: flex !important;
  padding: 5px 20px !important;
  justify-content: space-between;
  align-items: center;
  border: 1px solid gray;
  border-radius: 5px;
  margin-right: 25px !important;
}

.ordil_flex a strong {
  margin-right: 15px;
}

.ordil_flex a.buy_me_phone i {
  color: deepskyblue;
}

.ordil_flex a.cancel_buy i {
  color: red;
}

.prodila {
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .prod_thumb {
    margin-right: 5px !important;
  }

  .set-flexil h4 {
    font-size: 12px !important;
  }

  .ordil_flex a {
    display: flex !important;
    padding: 5px 8px !important;
    margin-right: 5px !important;
  }
  .privacy-policy-page-div {
    padding: 30px !important;
  }
}

/* Target all mobile devices (phones) */
@media only screen and (max-width: 767px) {
  .corporate-top-header-title {
    font-size: 20px !important;
  }

  .corporate-top-header-description {
    font-size: 16px !important;
  }

  .corporate-top-image-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }

  .corporate-top-image-grid img{
    border-radius: 10px !important;
  }

  .corporate-partner-banner-img {
    object-fit: cover;
    height: 60px;
  }

  .corporate-why-xtracover-grid {
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)) !important;
  }

  .corporate-why-xtracover-text {
    font-size: 14px !important;
  }

  .corporate-case-study-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 50px !important;
  }
}


.shopify-section shopify-section--video{
  margin: 0px 165px;}

}

.custom-border-xc{
  border-radius: 25px !important;
}


.footer__payment-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
}

.footer__payment-icon {
  height: 30px;
  width: auto;
  display: inline-block;
}
