/* -------------display support grid layout------------- */
/* desktop */
.v17dekstopviewWarning {
  display: none;
}
.v17dekstopview {
  display: grid;
}

#smallScreen {
  display: none;
}
#largeScreen {
  display: block;
}

.v17mainContainer {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: auto 740px auto;
}

.containerStoreShipping {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: auto 740px auto;
}

.v17bigmainContainer {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: auto 900px auto;
}

.flexResponsive {
  display: flex;
  flex-direction: row;
}

.widthRes20 {
  width: 20%;
}

.widthRes30 {
  width: 30%;
}

.widthRes40 {
  width: 40%;
}

.widthRes50 {
  width: 50%;
}

.widthRes60 {
  width: 60%;
}

.widthRes70 {
  width: 70%;
}

.widthRes80 {
  width: 80%;
}

.flex3column {
  flex: 1 0 21%;
  margin: 5px;
  height: 100px;
}

.paddding20Responsive {
  padding: 20px;
}

.v17newsfeedBackground {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: auto 740px auto;
  background-color: #f0f2f5;
  background-image: linear-gradient(#1f1a3e, #1f1a3e, #c1c1cc, #f0f2f5);
  background-size: 100% 700px;
  background-repeat: no-repeat;
}

.v17flexBoxresp {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.flexboxwidth475 {
  width:47.5%;
}

.imagePopup {
  border:1px solid #CECECE;
  overflow:auto;
  max-height: 250px;
}

/* dashboard */
.v17mainGridTime {
  grid-template-areas: "monthOption ...... yearOption";
  grid-template-columns: 300px auto 300px;
  grid-gap: 0px 10px;
}

.v17customizationPlanDesktop {
  grid-template-areas: "v17businessCustom v17planDetails";
  grid-template-columns: 40% 60%;
  grid-gap: 0px 10px;
}

.buttonFindOut{
  width: 150px;
  height:100%;
}

.v17customizationPlanPhone {
  display: none;
}

.fontCustomizeText {
 font-size: 14px;
}

/* newsfeed */
.v17mainGridTitle {
  padding: 20px 0px 0px 0px;
}

.v17postGrid {
  grid-template-areas: "imgPost ...... postBox";
  grid-template-columns: 48px auto 670px;
  grid-gap: 0px 10px;
}

.v17postGrid2 {
  grid-template-areas: "...... pictureOption ...... videoOption ...... documentOption ......";
  grid-template-columns: 120px 150px auto 150px auto 150px 120px;
  grid-gap: 0px 10px;
}

.v17postGrid3 {
  grid-template-areas: "subPost1 ...... subPost2";
  grid-template-columns: 500px auto 100px;
  grid-gap: 0px 10px;
}

.v17postGrid4 {
  grid-template-areas: "subPost1 ...... subPost2";
  grid-template-columns: 50px auto 500px;
  grid-gap: 0px 10px;
}

.v17postGrid5 {
  grid-template-areas: "pictureOption ...... videoOption ...... documentOption ...... subPost1";
  grid-template-columns: 120px auto 120px auto 120px auto 120px;
  grid-gap: 0px 10px;
}

.popup-posting {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  left: 39%;
}

.popup-posting_message {
  position: absolute;
  top: 50vh;
  left: 50%;
  margin-top: -50px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
}

.v17salesTopBox0 {
  padding-top: 15px;
  text-align: center;
  height: 50%;
  width: 100%;
}

.v17salesTopBox1 {
  padding: 0px 5% 0px 5%;
  line-height: 1.2;
  text-align: center;
  height: 17%;
  width: 100%;
}

.v17salesTopBox2 {
  padding: 0px 5% 0px 5%;
  line-height: 1.2;
  text-align: center;
  height: 11%;
  width: 100%;
  word-break: break-all;
}

.contentMargin {
  margin: 0px 30px;
}

.profileMargin {
  padding: 20px;
}

.v17HOFname {
  position: absolute;
  bottom: 30px;
  margin: 0px 20px;
  text-align: center;
  font-style: normal;
  line-height: 32px;
  width: 85%;
}

.slideshowdot {
  text-align: center;
  margin-top: 70px;
}

.loadernewsfeed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  left: 55%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.v17salesTopBox0 {
  padding-top: 15px;
  text-align: center;
  height: 50%;
  width: 100%;
}

.v17salesTopBox1 {
  padding: 0px 5% 0px 5%;
  line-height: 1.2;
  text-align: center;
  height: 17%;
  width: 100%;
}

.v17salesTopBox2 {
  padding: 0px 5% 0px 5%;
  line-height: 1.2;
  text-align: center;
  height: 11%;
  width: 100%;
  word-break: break-all;
}

/* --------------color theme---------------- */
.v17mainThemecolor {
  display: grid;
  grid-gap: 10px 0px;
  grid-template-columns: auto 740px auto;
}

.v17previewTheme {
  grid-template-areas: "previewButton ...... previewImg";
  grid-template-columns: 180px auto 420px;
  grid-gap: 0px 10px;
  padding: 20px;
}

.v17paletteColor {
  grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
  grid-template-columns: 35px auto 89% auto 35px;
  grid-gap: 0px 0px;
}

.previewDesktop {
  display: block;
}

.previewMobile {
  display: none;
}

.previewText {
  font-size: 20px;
}

.colorsetText {
  font-size: 14px;
}

.buttonsaveDesktop {
  display: block;
}

.buttonsaveMobile {
  display: none;
}

.separatorGap {
  margin-left: 10px;
}

.separatorLineGap {
  margin-right: 10px;
}

.loadertheme {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  left: 55%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* --------------------My Subscriptions--------------------- */
.v17subscriptionDetails {
  grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
  grid-template-columns: 60px auto 450px auto 100px;
  grid-gap: 0px 0px;
}

.subsImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
}

.v17speakerDetails {
  grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
  grid-template-columns: 60px 10px 400px 10px 5px 5px 200px;
  grid-gap: 0px 0px;
  padding: 10px 30px;
}

.v17buttonReward {
  grid-template-areas: "buttonBack ...... buttonRedeemnow";
  grid-template-columns: 30% auto 30%;
  grid-gap: 0px 0px;
}

.v17popupReward {
  grid-template-areas: "popupRewardA ...... popupRewardB";
  grid-template-columns: 500px auto 50px;
  grid-gap: 0px 0px;
}

.SNSicon {
  font-size: 60px;
}

/* --------------------Redeem Reward--------------------- */
.v17passwordUser {
  grid-template-areas: "passwordA ...... passwordB";
  grid-template-columns: 15% auto 85%;
  grid-gap: 0px 0px;
}

.v17rewardCompany {
  grid-template-areas: "...... rewardCompanyA ...... rewardCompanyB ......";
  grid-template-columns: 5% 30% auto 60% 5%;
  grid-gap: 0px 0px;
}

.v17rewardPackage {
  grid-template-areas: "...... rewardPackageA ...... rewardPackageB ......";
  grid-template-columns: 5% 30% auto 60% 5%;
  grid-gap: 0px 0px;
}

.v17rewardDate {
  grid-template-areas: "...... rewardDateA ...... rewardDateB ......";
  grid-template-columns: 5% 30% auto 60% 5%;
  grid-gap: 0px 0px;
}

.v17rewardStatus {
  grid-template-areas: "...... rewardStatusA ...... rewardStatusB ......";
  grid-template-columns: 5% 30% auto 60% 5%;
  grid-gap: 0px 0px;
}

.mw {
  max-width: 1440px;
  margin: 0 auto;
}

.the-container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
  height: 0px;
}

.the-container .box {
  position: relative;
  margin-left: -70px;
  width: 70px;
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 5px 20px;
  display: block;
  z-index: 1;
  background-color: #FF1919;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.the-container .box:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom: 10px solid transparent;
  border-right: 5px solid #2f0606;
}

.grid-wrapper {
  --auto-grid-max-size: 170px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-max-size), 1fr)
  );
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --------------feedback form---------------- */
.buttonRating {
  align-content: space-between;
  padding-left: 10px;
}

.button-rating {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s;
  user-select: none;
  font-size: 10px;
}

.feedbackButton {
  width: 165px;
}

/* --------------------My Shop--------------------- */
.v17productInfo {
  --auto-grid-max-size: 300px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-max-size), 1fr)
  );
  display: grid;
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.v17mainGrid4columns {
  grid-template-areas: "Filter1 ...... Filter2";
  grid-template-columns: 48% auto 48%;
  grid-gap: 0px 10px;
}

.v17addressBook {
  grid-template-areas: "selectdelivery deliveryDetails";
  grid-template-columns: 5% 95%;
  grid-gap: 0px 5px;
}



/*------------------ Delivery Option ------------------*/
.tab-link {
  list-style: none;
  padding: 15px;
  cursor: pointer;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px; 
}

.v17deliveryForm {
  grid-template-areas: "titleField ...... inputField";
  grid-template-columns: 20% 5% 75%;
  grid-gap: 0px 10px;
}

.inputDelivery {
  width: 95%;
}

.textareaDelivery {
  width: 91.5%;
}

.v17myShopGrid {
  --auto-grid-max-size: 300px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-max-size), 1fr)
  );
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ---------------- MY SHOP ---------------- */
  .variationgrid {
    display: grid;
    grid-template-areas: "variation1 variation2 variation3";
    grid-template-columns: auto auto auto;
    grid-gap: 0px 10px;
  }

  .variationgridcombo {
    display: grid;
    grid-template-areas: "variation1 variation2 variation3 quantityadjust";
    grid-template-columns: auto auto auto auto;
    grid-gap: 0px 10px;
  }

  .tablesummarypricehide {
    width: 55%;
  }

  .tablesummaryprice {
    width: 15%;
  }

  /* -------------- MY CART --------------- */
  .v17cartInfo {
    display: grid;
    grid-template-columns: 20% 30% 25% 25%;
    grid-gap: 0px 10px;
    padding: 20px 0px;
  }

  .v17titleCart {
    display: grid;
    grid-template-areas: "...... ...... unitPrice productStock productQty v17total";
    grid-template-columns: 5% 30% 13% 15% 10% 15%;
    grid-gap: 0px 10px;
  }

  .v17branchCart {
    display: grid;
    grid-template-areas: "branchtitle branchdetail";
    grid-template-columns: 40% 59%;
    grid-gap: 0px 10px;
  }

  .branchtitle {
    grid-area: branchtitle;
  }

  .branchdetail {
    grid-area: branchdetail;
  }

  .v17shippingChoices {
    display: grid;
    grid-template-areas: "....... box1 box2 box3  ......";
    grid-template-columns: 5% 29% 29% 27% 5%;
    grid-gap: 0px 10px;
  }

  .v17PaymentChoices {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding:10px;
  }

  .box1 {
    grid-area: box1;
  }

  .box2 {
    grid-area: box2;
  }
  
  .box3 {
    grid-area: box3;
  }

  .v17orderNotes {
    display: grid;
    grid-template-areas: "....... orderNotes ......";
    grid-template-columns: 5% 87.8% 5%;
    grid-gap: 0px 10px;
  }

  .orderNotes {
    grid-area: orderNotes;
  }
  
  .v17DeliveryCart {
    display: grid;
    grid-template-areas: "deliverytitle deliverydetail changeAddress";
    grid-template-columns: 30% 55% 14%;
    grid-gap: 0px 10px;
  }

  .deliverytitle {
    grid-area: deliverytitle;
  }

  .deliverydetail {
    grid-area: deliverydetail;
  }

  .changeAddress {
    grid-area: changeAddress;
  }

  .v17cartProductDetails {
    grid-template-areas: "cartImg cartDetails v17cartDelete";
    grid-template-columns: 35% 60% 5%;
    grid-gap: 0px 10px;
  }
  
  .buttonDeleteMyCart {
    position: relative;
    top: 12%;
    cursor: pointer;
    background: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
  }

  .imageMyCart {
    width:100%;
    border-radius:10px;
  }

  .detailsphoneview {
    display: none;
  }

  .v17cartImg {
    grid-template-areas: "cartNo imageProduct ProductDetails";
    grid-template-columns: 10% 35% 55%;
    grid-gap: 0px 10px;
  }

  .detailsdekstopview {
    display: inline-block;
    padding: 20px 10px 20px 5px;
  }

  .dekstopview {
    display:block;
  }

  .dekstopviewinlineblock {
    display:inline-block;
  }

  .mobileviewinlineblock {
    display:none;
  }

  .mobileview {
    display:none;
  }

  .alignplusminus {
    text-align: center;
  }

  .gridordersummary {
    display: grid;
    grid-template-areas: "...... summarytitle summarydetails ......";
    grid-template-columns: 55% 20% 20% 5%;
    grid-gap: 0px 10px;
  }

  .summarytitle {
    grid-area: summarytitle;
  }

  .summarydetails {
    grid-area: summarydetails;
  }

  .productdetails .productname {
    position: relative;
    bottom: 5px;
  }
  .productdetails .productprice {
    position: relative;
    bottom: 20px;
  }
  .productdetails .productpricerange {
    position: relative;
    bottom: 15px;
  }
  .productdetails .productdescription {
    position: relative;
    bottom: 40px;
  }
  .productdetails .productnote {
    position: relative;
    bottom: 40px;
  }
  .productdetails .productvolume {
    position: relative;
    top: 0.5px;
    font-weight: bold;
  }
  .productdetails .productsize {
    position: relative;
    bottom: 50px;
  }

  .productdetails .comboproduct {
    position: relative;
    bottom: 40px;
  }

  .productdetails .hr-myshopdetails {
    background-color: #b8b8b854;
    position: relative; 
    bottom: 40px;
  }
  .productdetails .btnCart {
    bottom: 30px;
  }
  .gridOrderSummary .Cardproductlist {
    position: relative;
    bottom: 30px;
  }
  .cartitems .buttonDeleteMyCart:hover {
    transform: rotate(360deg);
    transition: 0.5s;
  }

  .v17shippingChoices .box1 .fa-angle-down {
    position: relative;
    left: 70px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    position: relative;
    left: 80px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    position: relative;
    left: 50px;
  }




/*-----ORDER SUMMARY ---------------*/
 .vouchergrid {
    display: grid;
    grid-template-areas: "vouchertitle voucherinput";
    grid-template-columns: 40% 59%;
    grid-gap: 0px 10px;
 }

 .vouchertitle {
  grid-area: vouchertitle;
}

.voucherinput {
  grid-area: voucherinput;
}

.addressbookgrid {
  display: grid;
  grid-template-areas: "iconaddress addressword selectedicon";
  grid-template-columns: 5% 75% 15%;
  grid-gap: 0px 10px;
}

.iconaddress {
  grid-area: iconaddress;
}

.addressword {
  grid-area: addressword;
}

.selectedicon {
  grid-area: selectedicon;
}

.summaryCheckoutGrid {
  display:grid;
  grid-gap: 10px;
  grid-template-areas:"...... summaryTitle summaryDetails";
  grid-template-columns:70% auto auto;
} 

.address2column {
  display:grid;
  grid-gap: 10px;
  grid-template-areas:"box1 box2 ";
  grid-template-columns:45% 45%;
  grid-gap: 10px;
}

.address1column {
  display:grid;
  grid-gap: 10px;
  grid-template-areas:"box1";
  grid-template-columns:90%;
  grid-gap: 10px;
}

.box2 {
  grid-area: box2;
}

.box1 {
  grid-area: box1;
}

.grandtotalgrid {
  display: grid;
  grid-template-areas: "...... grandtotal";
  grid-template-columns: 50% 49%;
  grid-gap: 0px 10px;
}

.grandtotal {
  grid-area: grandtotal;
}
.productType .buttonproducttype {
  width: 140px;
  font-size: 10px;
  text-transform: uppercase;
}
.productType .dropdownproducttype {
  font-size: 10px;
  text-transform: uppercase;
}
.filtering .Filter1 select,
.filtering .Filter2 select {
  font-size: 10px;
}
.searchbox .search input {
  font-size: 10px;
}

.gridOrderSummary .Cardproductlist {
  position: relative;
  bottom: 17px;
}
.gridOrderSummary .shippingMethod {
  position: relative;
  bottom: 17px;
}
.gridOrderSummary .PaymentMethod {
  position: relative;
  bottom: 17px;
}
.gridOrderSummary .summaryOrder {
  position: relative;
  bottom: 17px;
}

.gridOrderSummary .PaymentMethod .box1 {
  position: relative;
  right: 10px;

}
.gridOrderSummary .PaymentMethod .box2 {
  position: relative;
  right: 10px;
}
.positionPopup-WholeSale {
  width: 500px;
  height: 280px;
  top: 200px;
  left: 620px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.positionPopup-WholeSale  .titlePrice {
  position: relative;
  top: 30px;
  font-size: 14px;
  font-weight: bolder;
  text-align: left;
  margin: 25px;
}
.positionPopup-WholeSale .listPrice div {
  position: relative;
  margin: 15px;
  top: 15px;
  padding: 10px;
}
.positionPopup-WholeSale .listPrice div td {
  padding: 10px;
  width: 300px;
  font-size: 12px;
}

.positionPopup-WholeSale .listPrice button {
  position: relative;
  left: 373px;
  bottom: 50px;
}

.PaymentMethod .v17PaymentChoices .kiplePay {
  width: 200px;
  margin: 10px;
  position: relative;
  left: 40px;
}
.PaymentMethod .v17PaymentChoices .billplz {
  width: 200px;
  margin: 10px;
  position: relative;
  left: 40px;
}
.PaymentMethod .v17PaymentChoices .receipt {
  width: 200px;
  margin: 10px;
  position: relative;
  left: 40px;
}
.PaymentMethod .v17PaymentChoices .receipt .fa-receipt {
  position:relative;
  right: 10px;
  top: 3px;
}
.PaymentMethod .v17PaymentChoices .receipt .uploadReceipt {
  position:relative;
  right: 10px;
  width: 100px;
  font-size: 11px;
  top: 2px;
}
.productdetails .v17productInfo .productpricerange {
  background-color: #c5c5c51c;
  border-radius: 5px;
  padding: 10px;
}
.productdetails .variant {
  position: relative;
  bottom: 40px;
}
.productdetails .notvariantcombo .section-stokUnit {
  position: relative;
  bottom: 30px;
}

.productdetails .combovariant {
  position: relative;
  bottom: 40px;
}

.productdetails .combovariantstock {
  position: relative;
  bottom: 30px;
}

.addresstitleflex {
  width:42%;
  padding:10px 0px;
}

.addressdetailflex {
  width:42%;
  text-align: right;
}

.changeaddressflex {
  width:12%;
  text-align: center;
}

.openaddrressbook {
  width:80%;
}

.gaporderSummary{
  padding:20px 45px;
}
/*------------------ADD ON PACKAGE----------------------*/
.v17addonpackagedetails {
  grid-template-areas: "speakerAbout ...... speakerLine ...... speakerValidity";
  grid-template-columns: 400px 10px 5px 5px 200px;
  grid-gap: 0px 0px;
  padding: 10px 30px;
}

.buttoncheckoutgrid {
  display:grid;
  grid-template-areas: "...... buttonpaymentpage";
  grid-template-columns: auto 30%;
  grid-gap: 0px 0px;
  padding: 15px 0px;
}

.buttonpaymentpage {
  grid-area: buttonpaymentpage;
}

/*--------------Forget password & Reset password----------------*/
.inputBoxPassword{
  width:300px;
}

.inlineButtonContainer{
  width: 280px;
}

.inlineButtonPassword{
  width:130px;
}

.v17passwordContainer {
  display: grid;
  grid-gap: 20px 10px;
  grid-template-columns: auto 520px auto;

}
/* ----------- Order Invoice -------- */

.v17proceedPaymentButtons {
  grid-template-areas: "...... proceedPaymentCancel ...... proceedPaymentSubmit ......";
  grid-template-columns: 9% 40% 2% 40% 9%;
  grid-gap: 0px 0px;
}


/* ----------- Order Upload Receipt -------- */
.buttonwidth {
  width: 30%;
}

.paddingdescription {
  padding:20px 50px;
}

/*----------------- EJEN PAY---------------------*/
.ejenpaygrid {
  display: grid;
  grid-template-areas:
    "detailsorder banklist";
}

.detailsorder {
  height:100vh;
}

.detailsorderbox {
  background-color:#EFF5F9;
  height:100%;
}

.banklist {
  height:100vh;
}

.banklistbox {
  background-color:#FEFEFE;
  height:100%;
}

.paddingejenPay {
  padding:50px;
}

.paddingTableEjenpay {
  padding:0px;
}

.buttonScrolling {
  position: fixed;
  left: 35%;
  bottom: 10px;
}
/* ------------Reporting Statistic --------------*/
.threeboxgrid {
  grid-template-areas: "box1 box2 box3";
  grid-template-columns: 32.5% 32.5% 32.5%;
  grid-gap: 0px 10px;
}

.fourboxgrid {
  grid-template-areas: "box1 box2 box3 box4";
  grid-template-columns: 24.2% 24.2% 24.2% 24.2%;
  grid-gap: 0px 10px;
}

/* ------------Gostore summary --------------*/
.fiveboxgrid {
  grid-template-areas: "box1 box2 box3 box4 box5";
  grid-template-columns: 19.1% 19.1% 19.1% 19.1% 19.1%;
  grid-gap: 0px 10px;
}
.tenboxgrid {
  grid-template-areas:  "box1 box2 box3 box4 box5"
                        "box6 box7 box8 box9 box10";
  grid-template-columns: 19.1% 19.1% 19.1% 19.1% 19.1%;
  grid-gap: 10px 10px;
}
/*-------------- GoStore Subscription ----------*/
.summarysubscription {
  --auto-grid-max-size: 200px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    display: grid;
    grid-gap: 10px;
    box-sizing: border-box;
}
.intro1 {
  height: 200px;
}
.intro2 {
  height: 200px;
}
/*-------------- GoStore Introduction ----------*/
.introductiondetails {
  --auto-grid-max-size: 350px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    display: grid;
    box-sizing: border-box;
}
.intro1 {
  height: 400px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.intro2 {
  height: 400px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* RESET FIRST ORDER SUMMARY CHECKOUT PAGE */
.card-mobile-footer {
  display: none;
}

.card-desktop-footer {
  display: block;
}

/* tablet */
@media screen and (max-width: 1350px) {
  /* ---------------- MY SHOP ---------------- */
  .v17shippingChoices .box1 .fa-angle-down {
    left: 40px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 50px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 30px;
  }
}

@media screen and (max-width: 1250px) {
  /* ---------------- MY SHOP ---------------- */
  .v17shippingChoices .box1 .fa-angle-down {
    left: 20px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 30px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .gridOrderSummary .PaymentMethod .box1 {
    right: 20px;
  }
  .gridOrderSummary .PaymentMethod .box2 {
    left: 10px;
  }
  .gridOrderSummary .PaymentMethod .box3 {
    right: 10px;

  }
  .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 170px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 170px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 170px;
  }
}

@media screen and (max-width: 1150px) {
  /* ---------------- MY SHOP ---------------- */
  .v17shippingChoices .box1 .fa-angle-down {
    left: 10px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 20px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 0px;
  }
}

@media screen and (max-width: 1136px) {
  .v17shippingChoices .box3 {
    width: 180px;
  }
}

@media screen and (max-width: 1100px) {
  .v17statisticGrid {
    display:none;
  }
  
  .popup-posting {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    left: 24%;
  }
  .popup-warning {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    left: 39%;
  }

  .SNSicon {
    font-size: 50px;
  }

  .v17unsupportedDevices {
    display: none;
  }

  /* ---------------- MY SHOP ---------------- */
  .box3 {
    width: 170px;
  }
  .v17shippingChoices .box1 .fa-angle-down {
    position: relative;
    left: 0px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    position: relative;
    left: 10px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    position: relative;
    left: 0px;
  }
  .positionPopup-WholeSale {
    left: 450px;
  }

  .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 160px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 160px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 160px;
  }

}


@media screen and (max-width: 1090px) {
  .v17shippingChoices .box1 {
    width: 180px;
    position: relative;
    right: 8px;
  }
}

@media screen and (max-width: 1087px) {
  #smallScreen {
    display: block;
  }

  #largeScreen {
    display: none;
  }

  /* ---------------- MY SHOP ---------------- */
  .positionPopup-WholeSale {
    left: 350px;
  }
  .v17shippingChoices .box1 .fa-angle-down {
    left: 40px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 50px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 40px;
  }
  .v17shippingChoices .box1 {
    width: 230px;
  }
  .v17shippingChoices .box3 {
    width: 230px;
  }

  .buttonScrolling {
    left: 25%;
  }
}
@media screen and (max-width: 1050px) {
  .v17shippingChoices .box1 .fa-angle-down {
    left: 20px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 30px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 20px;
  }
  .v17shippingChoices .box1 {
    width: 200px;
    left: 2px;
  }
  .v17shippingChoices .box2 {
    width: 200px;
  }
  .v17shippingChoices .box3 {
    width: 200px;
  }
}
@media screen and (max-width: 962px) {
  /* ---------------- MY SHOP ---------------- */
  .positionPopup-WholeSale {
    left: 280px;
  }
  .v17shippingChoices .box1 {
    width: 190px;
    left: 2px;
  }
  .v17shippingChoices .box2 {
    width: 190px;
  }
  .v17shippingChoices .box3 {
    width: 190px;
  }
}
@media screen and (max-width: 930px) {
  .v17shippingChoices .box1 .fa-angle-down {
    left: 0px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 10px;
  }
  .v17shippingChoices .box3 .fa-angle-down {
    left: 0px;
  }
  .v17shippingChoices .box1 {
    width: 180px;
    left: 2px;
  }
  .v17shippingChoices .box2 {
    width: 180px;
  }
  .v17shippingChoices .box3 {
    width: 180px;
  }
}
@media screen and (max-width: 890px) {
  .v17shippingChoices .box1 {
    width: 175px;
    left: 2px;
  }
  .v17shippingChoices .box2 {
    width: 165px;
    position: relative;
    left: 6px;
  }
  .v17shippingChoices .box3 {
    width: 170px;
  }
}
@media screen and (max-width: 862px) {
  /* ---------------- MY SHOP ---------------- */
  .positionPopup-WholeSale {
    left: 230px;
  }
  .v17shippingChoices .box1 .fa-angle-down {
    left: 0px;
  }
  .v17shippingChoices .box2 .fa-angle-down {
    left: 5px;
  }
}

@media screen and (max-width: 830px) {
  .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .fa-receipt {
    position:relative;
    right: 10px;
    top: 3px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .uploadReceipt {
    position:relative;
    right: 10px;
    width: 100px;
    font-size: 10px;
    top: 2px;
  }
  .v17shippingChoices .box1 {
    width: 175px;
    left: -10px;
  }
  .v17shippingChoices .box2 {
    width: 165px;
    left: 1px;
  }
  .v17shippingChoices .box3 {
    width: 170px;
  }

  .v17comboGrid{
    max-width: 90vw;
  }
}

@media screen and (max-width: 806px) {
  .v17shippingChoices .box1 {
    width: 175px;
    left: -20px;
  }
  .v17shippingChoices .box2 {
    width: 165px;
    left: -5px;
  }
  .v17shippingChoices .box3 {
    width: 170px;
  }
}

@media screen and (max-width: 770px) {
  /*-----------PHONE VIEW--------------*/
  .v17dekstopview {
    display: none;
  }

  .v17dekstopviewWarning {
    display: grid;
    grid-template-areas: "...... warningNotice ......";
    grid-template-columns: auto 90% auto;
  }
  
  .paddding20Responsive {
    padding: 20px 10px;
  }

  .flexResponsive {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .widthRes20 {
    width: 100%;
  }
  
  .widthRes30 {
    width: 100%;
  }
  
  .widthRes40 {
    width: 100%;
  }
  
  .widthRes50 {
    width: 100%;
  }

  .widthRes60 {
    width: 100%;
  }
  
  .widthRes70 {
    width: 100%;
  }

  .widthRes80 {
    width: 100%;
  }

  .warningNotice {
    grid-area: warningNotice;
  }
  
  .v17phoneview {
    display: grid;
    grid-template-columns: auto 90% auto;
  }

  .v17flexBoxresp {
    flex-direction: column;
  }

  .flexboxwidth475 {
    width:100%;
  }

  .v17fontSize14Scal {
    font-size: calc(9px + 0.8vw);
  }

  .v17fontSize16Scal {
    font-size: calc(0.75rem);
  }

  .v17fontSize18Scal {
    font-size: calc(9px + 0.8vw);
  }

  .v17fontSize32Scal {
    font-size: calc(9px + 2.5vw);
  }

  .v17userImage {
    width: calc(4rem + 5.7vw);
    height: calc(4rem + 5.7vw);
  }

  .v17salesTopBox0 {
    height: calc(80px + 5.4vw);
  }

  .v17salesTopBox1 {
    margin-top: 10px;
    height: calc(45px + 2vw);
  }

  .v17salesTopBox2 {
    height: calc(10px + 3.4vw);
  }

  .v17silverMedal,
  .v17goldMedal {
    width: calc(1.6rem + 4vw);
  }

  .v17mainContainer {
    grid-template-columns: auto 90% auto;
  }

  .containerStoreShipping {
    grid-template-columns: auto 90% auto;
  }

  .v17bigmainContainer {
    grid-template-columns: auto 90% auto;
  }

  .v17mainGridTime {
    grid-template-areas: "monthOption yearOption";
    grid-template-columns: 48% 48%;
    grid-gap: 0px 4%;
  }
  
  .v17customizationPlanDesktop {
    grid-template-areas: "v17businessCustom v17planDetails";
    grid-template-columns: 50% 50%;
    grid-gap: 0px 10px;
  }

  .v17customizationPlanPhone {
    display: none;
  }

  /* ---------------Reset and Forget Password--------------- */
  .v17passwordContainer {
    grid-template-columns: auto 90% auto;
  }

  /* ---------------newsfeed--------------- */
  .slideshow-container {
    max-width: 530px;
    height: 530px;
  }

  .v17postGrid {
    grid-template-columns: 40px auto 95%;
  }

  .v17postGrid2 {
    grid-template-columns: auto 20% auto 20% auto 15% auto;
  }

  .v17postGrid3 {
    grid-template-columns: 80% auto 10%;
  }

  .v17postGrid4 {
    grid-template-columns: 10% auto 80%;
  }

  .v17postGrid5 {
    grid-template-columns: 35% auto 35% auto 25% auto 0%;
  }

  .popup-posting {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 18%;
    width: 600px;
  }

  .v17salesTopBox0 {
    padding-top: 15px;
    text-align: center;
    height: 50%;
    width: 100%;
  }

  .v17salesTopBox1 {
    padding: 0px 5% 0px 5%;
    line-height: 1.2;
    text-align: center;
    height: 17%;
    width: 100%;
  }

  .v17salesTopBox2 {
    padding: 0px 5% 0px 5%;
    line-height: 1.2;
    text-align: center;
    height: 11%;
    width: 100%;
    word-break: break-all;
  }

  .contentMargin {
    margin: 0px 30px;
  }

  .profileMargin {
    padding: 20px;
  }

  .v17HOFname {
    position: absolute;
    bottom: 30px;
    margin: 0px 20px;
    text-align: center;
    font-style: normal;
    line-height: 32px;
    width: 85%;
  }

  .slideshowdot {
    text-align: center;
    margin-top: 70px;
  }

  .loadernewsfeed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    left: 55%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* --------------- color theme page ------------------ */
  .v17mainThemecolor {
    grid-template-columns: auto 90% auto;
  }

  .v17previewTheme {
    grid-template-areas: "previewButton ...... previewImg";
    grid-template-columns: 180px auto 350px;
    grid-gap: 0px 10px;
  }

  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 35px auto 89% auto 35px;
    grid-gap: 0px 0px;
  }

  .previewMobile {
    display: none;
  }

  .previewDesktop {
    display: block;
  }

  .previewText {
    font-size: 20px;
  }

  .buttonsaveDesktop {
    display: block;
  }

  .buttonsaveMobile {
    display: none;
  }

  .colorsetText {
    font-size: 14px;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 60px auto 350px auto 100px;
    grid-gap: 0px 0px;
    padding: 10px 30px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 60px auto 300px 5px 10px auto 170px;
    grid-gap: 0px 0px;
  }

  .SNSicon {
    font-size: 50px;
  }

  /* --------------------Redeem Reward--------------------- */
  .v17passwordUser {
    grid-template-areas: "passwordA ...... passwordB";
    grid-template-columns: 30% auto 70%;
    grid-gap: 0px 0px;
  }

  .v17rewardCompany {
    grid-template-areas: "rewardCompanyA ...... rewardCompanyB";
    grid-template-columns: 30% auto 70%;
    grid-gap: 0px 0px;
  }

  .v17rewardPackage {
    grid-template-areas: "rewardPackageA ...... rewardPackageB";
    grid-template-columns: 30% auto 70%;
    grid-gap: 0px 0px;
  }

  .v17rewardDate {
    grid-template-areas: "rewardDateA ...... rewardDateB";
    grid-template-columns: 30% auto 70%;
    grid-gap: 0px 0px;
  }

  .v17rewardStatus {
    grid-template-areas: "rewardStatusA ...... rewardStatusB";
    grid-template-columns: 30% auto 70%;
    grid-gap: 0px 0px;
  }

  .the-container .box {
    margin-left: -100px;
  }

  .v17buttonReward {
    grid-template-areas: "buttonBack ...... buttonRedeemnow";
    grid-template-columns: 45% auto 45%;
    grid-gap: 0px 0px;
  }
  /* -----------------feedback----------------- */
  .button-rating {
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    user-select: none;
    font-size: 15px;
  }

  .feedbackButton {
    width: 100px;
  }

  /* -----------------FOOTER-----------------*/
  .container__accordion {
    width: auto;
  }
  
  /*------------------MY CART----------------*/
  .detailsphoneview {
    display: block;
  }

  .detailsdekstopview {
    display: none;
  }

  .v17cartInfo {
    --auto-grid-max-size: 100px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    display: grid;
    grid-gap: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
  }

  .dekstopview {
    display:none;
  }

  .dekstopviewinlineblock {
    display:none;
  }

  .mobileviewinlineblock {
    display:inline-block;
  }

  .mobileview {
    display:block;
  }

  .buttonDeleteMyCart {
    top: 5%;
    right: 20px;
  }

  .alignplusminus {
    text-align: left;
  }

  .v17cartImg {
    grid-template-areas: "imageProduct";
    grid-template-columns: 100%;
    grid-gap: 0px 10px;
    text-align: center;
  }

  .gridordersummary {
    display: grid;
    grid-template-areas: "...... summarytitle summarydetails ......";
    grid-template-columns: 5% 45% 45% 5%;
    grid-gap: 0px 5px;
  }

  /* .shippingMethod .mobileview .box1 {
    width: 150px;
    position: relative;
    left: 5px;
  }
  .shippingMethod .mobileview .box2 {
    width: 150px;
    position: relative;
    left: 2px;
  }
  .shippingMethod .mobileview .box3 {
    width: 150px;
    position: relative;
  } */

  .positionPopup-WholeSale {
    left: 180px;
  }

  .v17PaymentChoices {
    display: flex;
    flex-direction: row;
    text-align: center;
    padding:10px;
    margin-left:15%;
  }

  .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 140px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .fa-receipt {
    position:relative;
    right: 10px;
    top: 3px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .uploadReceipt {
    position:relative;
    right: 10px;
    width: 100px;
    font-size: 10px;
    top: 2px;
  }

  /*----------ORDER SUMMARY-----------------*/
  .addressbookgrid {
    display: grid;
    grid-template-areas: "iconaddress addressword selectedicon";
    grid-template-columns: 15% 65% 15%;
    grid-gap: 0px 5px;
  }

  .grandtotalgrid {
    display: grid;
    grid-template-areas: "grandtotal";
    grid-template-columns: 99%;
    grid-gap: 0px 10px;
    border-bottom: 1px solid #CCCCCC;
  }

  .addresstitleflex {
    width:100%;
  }

  .addressdetailflex {
    width:100%;
    text-align: center;
  }
  
  .changeaddressflex {
    width:100%;
    text-align: right;
  }

  .openaddrressbook {
    width:50%;
  }

  .gaporderSummary{
    padding:20px 0px;
  }

  /*----------VIDEO POPUP-----------------*/
  .iframe-round {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 30vh;
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }

  /* ----------- Order Upload Receipt -------- */
  .buttonwidth {
    width: 40%;
  }

  .paddingdescription {
    padding:20px 10px;
  }

  /*----------- EJENGO STORE INTRODUCTION ---------*/
  .intro1 {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  
  .intro2 {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  /* ---------------- EJENPAY ---------------- */

  .ejenpaygrid {
    display: grid;
    grid-template-areas:
      "detailsorder"
      "banklist";
    /* grid-template-columns: 50% 50%; */
  }
  
  .detailsorder {
    height:60px;
    grid-area: detailsorder;
  }
  
  .banklist {
    grid-area: banklist;
    /* height:100vh; */
  }

  .paddingejenPay {
    padding:15px 0px;
  }

  .buttonPayment {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
    /*----------My Shop-----------------*/
    .gridOrderSummary .PaymentMethod .box1 {
      right: 20px;
    }
    .gridOrderSummary .PaymentMethod .box2 {
      left: 10px;
    }
    .gridOrderSummary .PaymentMethod .box3 {
      right: 10px;
  
    }
    /*----------My Shop-----------------*/
    /* .shippingMethod .mobileview .box1 {
      width: 130px;
      left: 10px;
    }
    .shippingMethod .mobileview .box2 {
      width: 130px;
      left: 10px;
    }
    .shippingMethod .mobileview .box3 {
      width: 130px;
      left: 10px;
    } */
    .positionPopup-WholeSale {
      left: 140px;
    }
    .PaymentMethod .v17PaymentChoices .kiplePay {
      width: 120px;
    }
    .PaymentMethod .v17PaymentChoices .billplz {
      width: 120px;
    }
    .PaymentMethod .v17PaymentChoices .receipt {
      width: 120px;
    }
    .PaymentMethod .v17PaymentChoices .receipt .fa-receipt {
      position:relative;
      right: 10px;
      top: 3px;
    }
    .PaymentMethod .v17PaymentChoices .receipt .uploadReceipt {
      position:relative;
      right: 10px;
      width: 100px;
      font-size: 8px;
      top: 2px;
    }

    .buttonScrolling {
      left: 10%;
    }
}

@media screen and (max-width: 700px) {
  .positionPopup-WholeSale {
    left: 100px;
  }

  /*------------------ADD ON PACKAGE----------------------*/
  .v17addonpackagedetails {
    grid-template-areas: "speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 300px 10px 5px 5px 150px;
    grid-gap: 0px 0px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 672px) {
  .v17comboGrid{
    max-width: 100vw;
  }
  
}

@media screen and (max-width: 600px) {
  .buttonsaveDesktop {
    display: none;
  }

  .buttonsaveMobile {
    display: block;
  }

  .colorsetText {
    font-size: 12px;
  }

  .buttonPalette {
    width: 40px;
    height: 40px;
  }

  .line_separator {
    display: inline-block;
    border-left: 1px solid #c4c4c4;
    height: 40px;
    margin: 0px 10px 15px 10px;
  }

  .separatorGap {
    margin-left: 5px;
  }

  .separatorLineGap {
    margin-right: 5px;
  }

   /* -----------------feedback----------------- */
  .buttonRating {
    align-content: space-between;
    padding-left: 10px;
    padding-top: 5px;
  }

  .button-rating {
    padding: 4px 12px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s;
    user-select: none;
    font-size: 15px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize20Scal {
    font-size: 1rem;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 60px auto 200px auto 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 45px auto 200px 5px 10px auto 100px;
    grid-gap: 0px 0px;
    padding: 10px 20px;
  }

  .subsImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 350px auto 50px;
    grid-gap: 0px 0px;
  }

  .SNSicon {
    font-size: 40px;
  }

  /* ----------------My Rewards---------------- */
  .grid-wrapper {
    --auto-grid-max-size: 150px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .the-container .box {
    margin-left: -70px;
  }

  .v17fontSize12Scal {
    font-size: 0.6875rem;
  }

  .v17fontSize14Scal {
    font-size: 0.75rem;
  }

  .feedbackPopup {  
    width: 45%;
  }

  /* --------------Delivery Option---------------- */
  .tab-link {
    padding: 5px 10px;
  }

  .v17deliveryForm {
    grid-template-areas: "titleField ...... inputField";
    grid-template-columns: 100px auto 250px;
    grid-gap: 0px 10px;
  }
  
  .v17deliveryFormA {
    grid-template-areas: 
      "postcodeText ...... postcodeField"
      "stateText ...... stateField";
    grid-template-columns: 100px auto 250px;
    grid-gap: 25px 0px;
  }

  .inputDelivery {
    width: 100%;
  }

    /* ----------------MY SHOP----------------- */
  .positionPopup-WholeSale {
    width: 350px;
    height: 280px;
    left: 140px;
  }
  .positionPopup-WholeSale .listPrice button {
    left: 225px;
  }
  /* .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 120px;
    left:10px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 120px;
    left:10px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 120px;
    left:10px;
  } */
  /* .shippingMethod .mobileview .box1 {
    width: 120px;
  }
  .shippingMethod .mobileview .box2 {
    width: 120px;
  }
  .shippingMethod .mobileview .box3 {
    width: 120px;
  } */
  
  .v17productInfo {
    --auto-grid-max-size: auto;
  }
  
  .buttonScrolling {
    left: 10px;
  }

  .buttonFindOut{
    width: 100%;
    height:100%;
  }
  
  /* ----RESET ORDER------ */
  .card-mobile-footer {
    display: block;
  }

  .card-desktop-footer {
      display: none !important;
  }

  [data-tooltip-length='medium']:after {
      width: 220px;
  }

  [data-tooltip-pos='right']:hover:before,
  [data-tooltip-pos='right']:hover:after {
    transform: translate(0, -20%);
  }
}

@media screen and (max-width: 583px) {
  .v17customizationPlanDesktop {
    grid-template-areas: "v17businessCustom v17planDetails";
    grid-template-columns: 60% 40%;
    grid-gap: 0px 10px;
  }
}

@media screen and (max-width: 580px) {
  .verticalColumn {
    display: flex;
    flex-direction: column;
  }
  /* .shippingMethod .mobileview .box1 {
    width: 110px;
  }
  .shippingMethod .mobileview .box2 {
    width: 110px;
  }
  .shippingMethod .mobileview .box3 {
    width: 110px;
  }
  .PaymentMethod .v17PaymentChoices .kiplePay {
    width: 150px;
    height: 40px;
  }
  .PaymentMethod .v17PaymentChoices .kiplePay .kiplePay-img {
    position: relative;
    bottom: 5px;
  }
  .PaymentMethod .v17PaymentChoices .billplz {
    width: 150px;
    height: 40px;
  }
  .PaymentMethod .v17PaymentChoices .billplz .billplz-img {
    position: relative;
    bottom: 5px;
  }
  .PaymentMethod .v17PaymentChoices .receipt {
    width: 150px;
    height: 40px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .fa-receipt {
    position: relative;
    top: -2px;
  }
  .PaymentMethod .v17PaymentChoices .receipt .uploadReceipt {
    position: relative;
    top: -4px;
  } */
}

@media screen and (max-width: 550px) {

  .fontCustomizeText {
    font-size: 12px;
  }

}

@media screen and (max-width: 500px) {
  /* .shippingMethod .mobileview .box1 {
    width: 110px;
    left: -10px;
  }
  .shippingMethod .mobileview .box2 {
    width: 110px;
    left: -7px;
  }
  .shippingMethod .mobileview .box3 {
    width: 110px;
    left: -5px;
  } */
  /*-------------ADD ON PACKAGE-------------*/
  .v17addonpackagedetails {
    grid-template-areas: "speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 30% 5% 30% 5% 10%;
    grid-gap: 0px 0px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 493px) {
  .v17customizationPlanDesktop {
    display: none;
  }

  .v17customizationPlanPhone {
    display: inline-block;
    grid-template-areas: 
    "..... v17businessCustom ....."
    "..... v17planDetails .....";
    width: 100%;
    grid-gap: 0px 10px;
  }
}

@media screen and (max-width: 475px) {
  /* ----------------homepage----------------- */
  .v17newsfeedBackground {
    grid-template-columns: auto 90% auto;
    background-size: 100% 700px;
  }

  .v17postTextarea {
    width: 90%;
  }
  .slideshow-container {
    max-width: 450px;
    height: 450px;
  }
  .popup-posting {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    width: 400px;
  }

  #popup-posting-md {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 3% !important;
    width: 400px;
  }

  .slideshow-container {
    max-width: 385px;
    height: 385px;
  }

  .popup-warning {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    left: 15%;
  }

  .contentMargin {
    margin: 0px 20px;
  }

  .profileMargin {
    padding: 20px;
  }

  .v17postGrid {
    grid-template-columns: 40px auto 85%;
  }

  .v17postGrid2 {
    grid-template-columns: auto 32% auto 30% auto 25% auto;
  }

  .v17postGrid5 {
    grid-template-columns: 34% auto 29% auto 25% auto 0%;
    grid-gap: 0px 0px;
  }

  .v17HOFname {
    position: absolute;
    margin: 0px 28px;
    text-align: center;
    font-style: normal;
    line-height: 32px;
    width: 75%;
  }

  .slideshowdot {
    text-align: center;
    margin-top: 50px;
  }

  .loadernewsfeed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    left: 30%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* ----------------------color theme page----------------- */
  .v17previewTheme {
    grid-template-areas: "previewButton ...... previewImg";
    grid-template-columns: 0px auto 100%;
    grid-gap: 0% 0%;
    padding: 0px;
  }

  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 0px auto 315px auto 0px;
    grid-gap: 0px 0px;
  }

  .previewMobile {
    display: block;
  }

  .previewDesktop {
    display: none;
  }

  .v17previewButton {
    display: none;
  }

  #next_button,
  #previous_button {
    display: none;
  }

  .previewText {
    font-size: 12px;
  }

  .loadertheme {
    top: 45%;
    left: 35%;
  }

  .buttonPalette {
    width: 35px;
    height: 35px;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 60px auto 200px auto 70px;
    grid-gap: 0px 0px;
    padding: 10px 15px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 45px auto 200px 10px 5px auto 100px;
    grid-gap: 0px 0px;
  }

  .subsImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 350px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 40px;
  }

  .the-container .box {
    margin-left: -70px;
  }
  
  /* -------------------Feedback page ------------------ */
  .feedbackPopup {  
    width: 60%;
  }
  /* ----------------MY SHOP----------------- */
  .positionPopup-WholeSale {
    left: 65px;
  }
  .productType .buttonproducttype {
    width: 100px;
    font-size: 8px;
  }
  .productType .dropdownproducttype {
    font-size: 8px;
  }
  .filtering .Filter2 div {
    position:relative;
    left:-2px
  }

  .verticalColumn {
    display: flex;
    flex-direction: column;
  }

  /* .shippingMethod .mobileview .box1 {
    width: 90px;
  }
  .shippingMethod .mobileview .box1 select {
    font-size: 9px;
  }
  .shippingMethod .mobileview .box2 {
    width: 90px;
    left: 5px;
  }
  .shippingMethod .mobileview .box2 select {
    font-size: 9px;
  }
  .shippingMethod .mobileview .box3 {
    width: 90px;
    left: 2px;
  }
  .shippingMethod .mobileview .box3 select {
    font-size: 9px;
  } */

  .summaryOrder .btnView button {
    width: 150px;
  }
  .summaryOrder .btnProceed button {
    width: 150px;
  }

  .heading-title{
    width: 350px;
  }
}

@media screen and (max-width: 425px) {
  .v17mainContainer {
    grid-template-columns: auto 96% auto;
  }

  .containerStoreShipping {
    grid-template-columns: 2% 87% 2%;
  }

  .v17bigmainContainer {
    grid-template-columns: 2% 87% 2%;
  }

  .v17mainGridTime {
    grid-template-areas: "monthOption yearOption";
    grid-template-columns: 49% 49%;
    grid-gap: 0% 2%;
  }

  /* -------------------homepage------------------ */
  .v17newsfeedBackground {
    grid-template-columns: auto 90% auto;
    background-size: 100% 700px;
  }

  .slideshow-container {
    max-width: 350px;
    height: 350px;
  }

  .v17HOFname {
    bottom: 30px;
    width: 73%;
  }

  .v17salesMonth {
    bottom: 20px;
  }

  .popup-posting {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: 90%;
  }

  #popup-posting-md {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 5% !important;
    width: 400px;
  }

  .buttonPost {
    margin-top: 2px;
  }

  .buttonClear {
    left: 68%;
  }

  .popup-warning {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    left: 11%;
  }

  .slideshowdot {
    text-align: center;
    margin-top: 70px;
  }

  .loadernewsfeed {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    left: 35%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
  }

  /* --------------------color theme--------------------- */
  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 0px auto 300px auto 0px;
    grid-gap: 0px 0px;
  }

  .v17mainThemecolor {
    grid-template-columns: auto 90% auto;
  }

  .loadertheme {
    top: 35%;
    left: 35%;
  }

  .buttonPalette {
    width: 45px;
    height: 45px;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 60px auto 200px auto 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 45px auto 200px 10px 5px auto 80px;
    grid-gap: 0px 0px;
    padding: 10px 15px;
  }

  .subsImg {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    margin-top: 10px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 250px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 40px;
  }

  .v17packageDetails {
    margin-top: 10px;
  }

  .the-container .box {
    margin-left: -90px;
  }
  /*------ORDER SUMMARY------*/
  .v17branchCart {
    display: grid;
    grid-template-areas: "branchtitle branchdetail";
    grid-template-columns: 45% 54%;
    grid-gap: 0px 5px;
  }

  .v17DeliveryCart {
    display: grid;
    grid-template-areas: "deliverytitle deliverydetail changeAddress";
    grid-template-columns: 35% 45% 14%;
    grid-gap: 0px 5px;
  }

  .vouchergrid {
      display: grid;
      grid-template-areas: "vouchertitle voucherinput";
      grid-template-columns: 40% 59%;
      grid-gap: 0px 5px;
  }
  /* ----------------MY SHOP----------------- */
  .positionPopup-WholeSale {
    left: 40px;
  }
  .productType .buttonproducttype {
    width: 100px;
    font-size: 8px;
  }
  .productType .dropdownproducttype {
    font-size: 8px;
  }
  .filtering .Filter2 div {
    position:relative;
    left:-3px
  }
  /* .shippingMethod .mobileview .box1 {
    width: 85px;
    left: -10px;
  }
  .shippingMethod .mobileview .box2 {
    width: 85px;
    left: -10px;
  }
  .shippingMethod .mobileview .box3 {
    width: 85px;
    left: -10px;
  } */
  /*---------------- FORGET AND RESET PASSWORD--------------------*/
  .v17passwordContainer {
    grid-template-columns: auto 95% auto;
  }

  .buttonFindOut{
    width: 100px;
    font-size: 0.55rem;
    height:100%;
  }
}

@media screen and (max-width: 671px) {
  #popup-posting-md {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 17%;
    width: 400px;
  }
}

@media screen and (max-width: 400px) {
  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 0px auto 280px auto 0px;
    grid-gap: 0px 0px;
  }

  .previewMobile {
    display: block;
  }

  .previewDesktop {
    display: none;
  }

  .v17previewButton {
    display: none;
  }

  .previewText {
    font-size: 11px;
  }

  .loadertheme {
    top: 35%;
    left: 30%;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 50px auto 170px auto 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 30px auto 200px 10px 5px auto 70px;
    grid-gap: 0px 0px;
    padding: 10px 15px;
  }

  .subsImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 200px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 40px;
  }

  .the-container .box {
    margin-left: -75px;
  }
  
  /* ----------------------- Feedback ------------------- */
  .feedbackPopup {  
    width: 65%;
  }

    /* ----------------MY SHOP----------------- */
    .positionPopup-WholeSale {
      left: 25px;
    }
     .productType .buttonproducttype {
      width: 100px;
      font-size: 8px;
    }
    .productType .dropdownproducttype {
      font-size: 8px;
    }
    .filtering .Filter2 div {
      position:relative;
      left:-4px
    }
    /* ------------------Start MyChart------------ */
    .gridOrderSummary .buttondeliverypage {
      position: relative;
      left: -20px;
    }

    .tablelinkphone {
      max-width: 70px !important;
    }  
  
}

@media screen and (max-width: 375px) {
  /* ------------------homepage------------------- */
  .v17HOFname {
    bottom: 40px;
    left: -5px;
    width: 75%;
  }

  .v17salesMonth {
    bottom: 40px;
  }

  .buttonClear {
    margin-left: 68%;
  }

  .slideshowdot {
    text-align: center;
    margin-top: 50px;
  }

  /* ---------------------------color theme------------------------ */
  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 0px auto 265px auto 0px;
    grid-gap: 0px 0px;
  }

  .buttonPalette {
    width: 35px;
    height: 35px;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 50px auto 170px auto 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 30px auto 200px 10px 5px auto 70px;
    grid-gap: 0px 0px;
    padding: 10px;
  }

  .subsImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 200px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 40px;
  }

  .the-container .box {
    margin-left: -70px;
  }

  /* ----------------MY SHOP----------------- */
  .positionPopup-WholeSale {
    left: 13px;
  }
  .productType .buttonproducttype {
    width: 100px;
    font-size: 8px;
    text-transform: uppercase;
  }
  .productType .dropdownproducttype {
    font-size: 8px;
    text-transform: uppercase;
  }
  .filtering .Filter2 div {
    position:relative;
    right:3px
  }
  /* .shippingMethod .mobileview .box1 {
    width: 80px;
  }
  .shippingMethod .mobileview .box2 {
    width: 80px;
  }
  .shippingMethod .mobileview .box3 {
    width: 80px;
  } */
  /* ------------------Start MyChart------------ */
  .gridOrderSummary .buttondeliverypage {
    position: relative;
    left: -10px;
  }

}

@media screen and (max-width: 360px) {
  /* ------------------homepage------------ */
  .v17HOFname {
    bottom: 50px;
    left: 0px;
    width: 80%;
  }
  .v17HOFcard {
    padding: 5px;
    border-radius: 25px;
  }
  .buttonClear {
    left: 20%;
  }
  .slideshowdot {
    text-align: center;
    margin-top: 35px;
  }

  /* ------------------color theme page------------ */
  .v17paletteColor {
    grid-template-areas: "leftArrow ...... colorSet ...... rightArrow";
    grid-template-columns: 0px auto 250px auto 0px;
    grid-gap: 0px 0px;
  }

  .previewMobile {
    display: block;
  }

  .previewDesktop {
    display: none;
  }

  .v17previewButton {
    display: none;
  }

  .previewText {
    font-size: 11px;
  }

  .loadertheme {
    top: 37%;
    left: 30%;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 50px auto 170px auto 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 30px auto 200px 10px 5px auto 70px;
    grid-gap: 0px 0px;
    padding: 10px;
  }

  .subsImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 200px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 35px;
  }

  /* ----------------My Rewards---------------- */
  .grid-wrapper {
    --auto-grid-max-size: 160px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .the-container .box {
    margin-left: -70px;
  }

    /* ----------------MY SHOP----------------- */
    .positionPopup-WholeSale {
      left: 6.5px;
    }
    /* .shippingMethod .mobileview .box1 {
      width: 78px;
    }
    .shippingMethod .mobileview .box2 {
      width: 78px;
    }
    .shippingMethod .mobileview .box3 {
      width: 78px;
    } */
  
  /* ------------------Start MyChart------------ */
  .gridOrderSummary .buttondeliverypage {
    position: relative;
    left: -25px;
    width: 150px;
  }
  /* ----------------------- Feedback ------------------- */
  .feedbackPopup {  
    width: 68%;
  }

  .buttonFindOut{
    width: 100px;
    font-size: 0.66rem;
  }
}

@media screen and (max-width: 338px) {
  .buttonFindOut{
    width: 80px;
    font-size: 0.6rem;
  }
}

/* small phone */
@media screen and (max-width: 320px) {
  .v17mainContainer {
    grid-template-columns: auto 98% auto;
  }

  .containerStoreShipping {
    grid-template-columns: 2% 87% 2%;
  }

  .v17bigmainContainer {
    grid-template-columns: 2% 87% 2%;
  }

  /*------------------RESET AND PASSWORD------------------*/
  .v17passwordContainer {
    grid-template-columns: auto 94% auto;
  }

  .v17mainGridTime {
    grid-template-areas: "monthOption yearOption";
    grid-template-columns: 49.5% 49.5%;
    grid-gap: 0% 1%;
  }

  /* -------------------homepage---------------- */
  .v17newsfeedBackground {
    grid-template-columns: auto 98% auto;
    background-size: 100% 700px;
  }

  .slideshow-container {
    max-width: 300px;
    height: 300px;
  }

  .popup-posting {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    width: 280px;
  }

  .v17HOFname {
    bottom: 20px;
    left: 0px;
    width: 70%;
  }

  /* -----------------------color theme------------------- */
  .v17mainThemecolor {
    grid-template-columns: auto 98% auto;
  }

  .previewText {
    font-size: 11px;
  }

  .loadertheme {
    top: 35%;
    left: 35%;
  }

  .buttonClear {
    left: 10%;
  }

  .slideshowdot {
    text-align: center;
    margin-top: 35px;
  }

  /* --------------------My Subscriptions--------------------- */
  .v17subscriptionDetails {
    grid-template-areas: "imgSubscription ...... packageDetails ...... buttonSubscription";
    grid-template-columns: 30px 10px 150px 10px 70px;
    grid-gap: 0px 0px;
  }

  .v17speakerDetails {
    grid-template-areas: "speakerImg ...... speakerAbout ...... speakerLine ...... speakerValidity";
    grid-template-columns: 30px 10px 150px 10px 5px 10px 70px;
    grid-gap: 0px 10px;
  }

  .subsImg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    margin-top: 15px;
  }

  .v17popupReward {
    grid-template-areas: "popupRewardA ...... popupRewardB";
    grid-template-columns: 200px auto 50px;
    grid-gap: 0px 0px;
  }

  .v17fontSize24Scal {
    font-size: 1rem;
  }

  .v17fontSize14Scal {
    font-size: 0.6875rem;
  }

  .SNSicon {
    font-size: 35px;
  }

  .grid-wrapper {
    --auto-grid-max-size: 150px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(
      auto-fill,
      minmax(var(--auto-grid-max-size), 1fr)
    );
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .the-container .box {
    margin-left: -52px;
  }
  /* ----------------------- Feedback ------------------- */
  .feedbackPopup {  
    width: 75%;
  }

    /* ----------------MY SHOP----------------- */
    .positionPopup-WholeSale {
      width: 300px;
      left: 15px;
    }
    .positionPopup-WholeSale .listPrice button {
      left: 175px;
    }
    /* .shippingMethod .mobileview .box1 {
      width: 70px;
    }
    .shippingMethod .mobileview .box2 {
      width: 70px;
    }
    .shippingMethod .mobileview .box3 {
      width: 70px;
    } */
    /* ----------------------- My Chart ------------------- */
  .cartitems .buttonDeleteMyCart {
    position: relative;
    top: -1px;
  }

  .buttonFindOut{
    width: 80px;
    font-size: 0.60rem;
    height:100%;
  }
}

/* unsupported devices */
@media screen and (max-width: 270px) {
  .v17mainContainer {
    display: none;
  }

  .v17bigmainContainer {
    display: none;
  }

  .v17newsfeedBackground {
    display: none;
  }

  .v17mainThemecolor {
    display: none;
  }

  .v17unsupportedDevices {
    display: block;
  }

  .v17passwordContainer {
    display: none;
  }
}

/* Styles for desktop view */
.credit-tables > div {
  width: 48%;
}

/* Styles for mobile view */
@media (max-width: 768px) {
  .credit-tables {
      flex-direction: column;
  }
  .credit-tables > div {
      width: 100% !important;
      margin-right: 0 !important;
      margin-bottom: 20px;
  }
  .credit-tables .credit-granted {
      order: 1;
  }
  .credit-tables .credit-history {
      order: 2;
  }
}
