@media only screen and (max-width: 400px) {
  .cartItem .itemListSec {
  	padding:0px;
  }
  .row>* {
  	padding-left:0px;
    padding-right:0px;
  }
}
@media screen and (min-width: 991px) {
 
  .checkoutBtnSec .mainSection{
  	 width: 41.50% !important;
  }
}
@media only screen and (max-width: 560px) {
.checkoutBtnSec {
    position: fixed !important;
    bottom: 0 !important;
    padding-bottom: 10px !important;
    width: 100% !important;
}
  .no-gutters {
      flex-direction: column-reverse;
  }
/*  html {
overflow: hidden;
width: 100%;
}
body {
height: 100%;
position: fixed;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
}*/
  .row {
      padding: 10px;
  }
  .modelSelectItem .topDescRow{
    padding: 0px;
  } 
  #cart .modal-body{
      padding: 0px;
  }
  .detail {
  	width:70%;
      padding-left:10px;
  }
  .card-item .card-body{
  	padding:0px;
  }
  .seprator {
        margin-top: 10px !important;
    margin-bottom: 10px !important;
      margin-left:10px !important;
  margin-right:10px !important;
  }
  
  .modelSelectItem .modal-content{
  	height:93vh !important;
  }
  
  .cartModel .modal-content{
  	height:93vh !important;
  }
  
  #modelOnLoad .modal-content{
    height: 93vh !important;
    overflow-y: scroll;
  }
  
  .modelSelectItem .sectionItemModelData .itemTbl .productVarientName{
      font-size: 14px;
  }
    .modelSelectItem .sectionItemModelData .itemTbl .priceVal{
      font-size: 14px;
  }
  
    .itemListSec div:nth-child(1){
  	    display: flex;
    align-items: center;
  } 

  .itemListSec div:nth-child(2){
  	padding-top:0px !important;
  } 

  
}

.storeLogo{
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
}

.onloadText{
  font-weight: 600;
}

.payment-info {
    background: blue;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
}

/*.prodDescription{
  line-height: 1.5em;
  height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;

}*/



.categoryContainer{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.detail div p{
  margin-bottom: 0px;
}

.priceIncSec{
  display: flex;
  margin-top: 10px;
}
.priceIncSec .priceSection{
  margin-right: 20px;
}
.itemListSec{
  padding-top: 5px;
  padding-bottom: 5px;
}
.shopName{
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1.55;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}

/* .detail .prodDescription{
  width: 100%; 
  overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
} */

body {
    background: #FFFFFF;
}

.mainSection{
  padding-left: 0px;
  padding-right: 0px;
}

.cart {
    background: #fff;
}

.p-about {
    font-size: 12px;
}

.table-shadow {
    -webkit-box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42);
    box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.42);
}

.type {
    font-weight: 400;
    font-size: 10px;
}

label.radio {
    cursor: pointer;
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none;
}

label.radio span {
    padding: 1px 12px;
    border: 2px solid #ada9a9;
    display: inline-block;
    color: #8f37aa;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 300;
}

label.radio input:checked+span {
    border-color: #fff;
    background-color: blue;
    color: #fff;
}

.credit-inputs {
    background: rgb(102, 102, 221);
    color: #fff !important;
    border-color: rgb(102, 102, 221);
}

.credit-inputs::placeholder {
    color: #fff;
    font-size: 13px;
}

.credit-card-label {
    font-size: 9px;
    font-weight: 300;
}

.form-control.credit-inputs:focus {
    background: rgb(102, 102, 221);
    border: rgb(102, 102, 221);
}

.line {
    border-bottom: 1px solid rgb(102, 102, 221);
}

.information span {
    font-size: 12px;
    font-weight: 500;
}

.information {
    margin-bottom: 5px;
}
.prodImage{
  padding-left: 0px;
  padding-right: 0px;
}

/* .items {
    -webkit-box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 4px -1px rgba(0, 0, 0, 0.08);
} */

.items:hover{
  cursor: pointer;
  /*background-color: #f5f5f5 ;*/
} 

.spec {
    font-size: 11px;
}


/* ////////////////////////////////////////////////////// */

.radio-input {
    display: flex;
    align-items: center;
    /* justify-content: center; */
  }
  
  .radio-input input {
    appearance: none;
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
    background-color: #171717;
    box-shadow: inset 2px 5px 10px rgb(5, 5, 5);
    border-radius: 50%;
    transition: .4s ease-in-out;
  }
  
  .radio-input input:hover {
    scale: 1.2;
    cursor: pointer;
    box-shadow: none;
  }
  
  .radio-input .circle {
    position: relative;
    top: 0.01em;
    left: -71px;
    width: 0.6em;
    height: 0.6em;
    background-color: yellow;
    scale: 0;
    border-radius: 10px;
    transition: .4s ease-in-out;
  }
  
  .radio-input input:checked {
    box-shadow: none;
    border: 1px solid yellow;
  }
  
  .radio-input input:checked + .circle {
    transform: rotate(360deg);
    scale: 1;
  }

  .itemTbl{
    margin: 10px 0px;
  }

  .txtSold{
    background: #dee0ee;
    padding: 3px 7px;
    border-radius: 3px;
  }

  .itemPrice{
    text-align: right;
  }

 /* /////////////////////////////////////////////////// */

  .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
        border: 1px solid rgb(221, 225, 232);
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    
  }
  .quantity__minus,
  .quantity__plus {
    display: block;
    width: 22px;
    height: 25px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
  }
  .quantity__minus:hover,
  .quantity__plus:hover {
    background: rgb(248, 249, 250);
    color: #8184a1;
  } 
  .quantity__minus {
    border-radius: 3px 0 0 3px;
  }
  .quantity__plus {
    border-radius: 0 3px 3px 0;
  }
  .quantity__input , .quantityCart__input{
    width: 32px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
border-top: 0px solid #dee0ee;
    border-bottom: 0px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
  }
  .quantity__minus:link,
  .quantity__plus:link {
    color: #8184a1;
  } 
  .quantity__minus:visited,
  .quantity__plus:visited {
    color: #8184a1;
  }

 /* /////////////////////////////////////////////////// */

.indexCard{
	border-radius:20px;

}
.indexCard .card-header{
    margin-top:20px;
}
.mainItem-text{
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: black;
    font-size: inherit;
    line-height: 1.55;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}
.prodDescription{
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: #595959;
    font-size: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 18px;
    font-size: 13px;
      margin-top: 8px;
    margin-bottom: 8px;
  
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 2;
}
.varient-title{
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: black;
    font-size: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
    line-height: 1.125;
    font-weight: 500;
      margin-top: 8px;
  font-size:15px;
    margin-bottom: 8px;
}
.varientPrice-text{
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    color: black;
    font-size: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 15px;
      margin-top: 8px;
    margin-bottom: 8px;
}
.prodImage {
	height:96px;
  width:96px;
}
.card-item .main-page-category-listing{
  padding-bottom:0px !important;
}
.card-item .card-body{
	padding-top:0px;
}
.seprator{
border: 0;
    border-top-width: 1px;
    border-top-color: #f1f3f5;
    border-top-style: solid;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 24px;

}

.modelSelectItem{
	overflow:hidden;
}
.modelSelectItem .modal-body{
	padding:0px;
}
.modelSelectItem .rowMainImage{
	padding:0px;
}
.closeBtnSec{
	    position: absolute;
    text-align: right;
    right: 10px;
    top: 10px;
    padding: 3px;
    background-color: white;
    z-index: 100;
  border-radius:5px;
}
.addBtnDiv{
  		padding:16px;
  position: sticky;
    bottom: 20px;
    appearance: none;
    text-align: left;
    text-decoration: none;
    box-sizing: border-box;
    height: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    display: block;
    border-radius: 12px;
    font-weight: 600;
    line-height: 1;
    font-size: 16px;
    user-select: none;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: rgb(34, 139, 230);
    color: rgb(255, 255, 255);
  text-align:center;
}
.addBtnDiv{
margin-left:10px;
  margin-right:10px;
}
.addBtnDiv span{
	position:absolute;
  right:10px;
}
.itemDesc{
	padding-left:10px;
  padding-right:10px;
  margin-top:15px;
}
.sectionItemModelData{
  	padding-left:10px;
  padding-right:10px;
}
.descCard img{
	width:100% !important;
  height:auto !important;
}
.showDescSec{
text-align:right;
  height:15px;
}
.line-clamp-4{
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* truncate to 4 lines */
  -webkit-line-clamp: 2;
}
.more{
  color: black;
}
.less{
color: black;
}
.more:hover{
	cursor:pointer;
}
.less:hover{
cursor:pointer;
}
.btnCart{
  background-color: rgb(34, 139, 230);
  color:#FFFFFF;
}
.btnCart:hover{
background-color: rgb(28, 126, 214);
  color:#FFFFFF;
}
.checkoutBtn{
  background-color: rgb(34, 139, 230);
  color:#FFFFFF;
}
.checkoutBtn:hover{
background-color: rgb(28, 126, 214);
  color:#FFFFFF;
}

.modelSelectItem  .modal-dialog{
	border-radius:20px;
  	overflow:hidden;
}


.crossIcon{
	cursor:pointer;
}
.cartModel .modal-dialog{
	margin-top:0px;
  margin-bottom: 0px;
}
.cartModel .modal-content{
	height:100vh;
  	overflow-y:scroll;
}

.cartModel .checkoutBtn{
  position: sticky;
    bottom: 18px;
}

.cartModel .modal-header{
position: sticky;
    top: 0;
    background: white;
    background-color: white;
    z-index: 1000;
}

.cartModel .modal-dialog{
	border-radius:20px;
  	overflow:hidden;
}
.beforeOrderCard{
	border-radius:20px;
  padding:20px;
}

.returnHomeBtn{
  margin-top:40px;
  width:100%;

  text-align:center;
  background-color: #424242;
  color:#FFFFFF;
}
.returnHomeBtn:hover{
background-color: #616161;
  color:#FFFFFF;
}

.sendOrderBtn{
  margin-top:20px;
  width:100%;
  background-color: rgb(34, 139, 230);
  color:#FFFFFF;
}
.sendOrderBtn:hover{
background-color: rgb(28, 126, 214);
  color:#FFFFFF;
}

.itemNameVal{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    line-height: 1.55;
    text-decoration: none;
    font-weight: 590;
    font-size: 18px;
}
.DesctiptionVal {
	color:gray;
}
.productVarientName{
	font-size:17px;
}

.catDiv{
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
   
.catDiv .catOption {
	width:100%;
  	display:block;
  background-color:white !important;
}

.catDiv .catOption:hover{
background-color:#EEEEEE !important;
}

.divShareBtn{
display: flex;
}

.divShareBtn .dropdown{
  position: absolute;
    right: 10px;
}

.divShareBtn .dropdown button{
background: white;
    border: none;
    color: rgb(134, 142, 150);
}

.divShareBtn .dropdown .dropdown-toggle::after{
	color:white;
}

.dropdown .dropdown-menu{
box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 16px;
}

#modelOnLoad .modal-dialog{
    margin-bottom: 0px;
    margin-top: 0px;
}

#modelOnLoad .modal-content{
    height: 100vh;
    overflow-y: scroll;
}

#modelOnLoad .modal-footer{
position: sticky;
    bottom: 0px;
    background: white;
}

.descCard iframe{
	width:100% !important;
}




/*********************************checkout css**************************************/

.form-label{
    margin-bottom: 0px;
}
.form-text{
    margin-top: 0px;
    color: rgb(134, 142, 150);
    font-size: 13px;
}
.cardAdminView,.cardOrderSummary,.cardItems{
    margin-top: 40px;
}
.btnSaveCheckout{
    text-decoration: none;
    box-sizing: border-box;
    height: 50px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: block;
    width: 100%;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: rgb(34, 139, 230);
    color: #fff;
}
.btnSaveCheckout:hover{
background-color: rgb(28, 126, 214);
  color:#FFFFFF;
}

.card {
	border-radius:20px;
}

.card .card-header {
	border-top-right-radius: 20px;
  	border-top-left-radius: 20px;
}
.seprator{
border: 0;
    border-top-width: 1px;
    border-top-color: #f1f3f5;
    border-top-style: solid;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 24px;

}

  .priceIncSec{
    display: flex;
    margin-top: 10px;
  }
  .priceIncSec .priceSection{
    margin-right: 20px;
  }
  .priceSection{
    margin-top: 5px;
  }
  .btnAddItem{
    margin-bottom: 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    box-sizing: border-box;
    height: 42px;
    padding-top: 11px;
    padding-left: 22px;
    padding-right: 22px;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    width: auto;
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    line-height: 1;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #25262b;
    background-color: transparent;
    color: #25262b;
  }
  .btnAddItem:hover{
    background-color: rgba(193, 194, 197, 0.35);
  }
  .itemListSec{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .crossIcon{
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 20px;
  }
  .crossIcon:hover{
    background-color: rgba(193, 194, 197, 0.35);
  }
  .dropDownBtn{
    text-align: left;
    background: white;
    color: black;
    border: 1px solid #dee2e6;
  }
  .dropDownBtn::after{
    right: 10px;
    top: 16px;
    position: absolute;
  }
  .iti{
    width: 100%;
    margin-bottom: 15px;
  }
.cardHeadingText{
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none;
    font-weight: 500;
}

.form-label{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #212529;
    word-break: break-word;
    cursor: default;
    -webkit-tap-highlight-color: transparent;
}
.checkoutTop{
width:100%;
  display:flex;
  margin-bottom:20px;
}
.checkoutTopLeft{
width:49%;
  padding-left:20px;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    font-size: 24px;
    text-decoration: none;
    line-height: 1.2;
    font-weight: 700;
}

.checkoutTopRight{
width:49%;
  text-align:right
}








  