.shopping-cart-wrapper{
  margin-top: 15px;
  padding: 20px;
}
.totals .totals-item{
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label{
  width: 79%;
  text-align: right;
}
.totals-value{
  width: 21%;
  text-align: right;
}
.totals-item-total{
  font-family: $font-bold;
}
.totals-item-total {
  font-family: $font-bold;
}

.ordercc, .orderaba {
padding:20px;
}

.ordercc input, .orderaba input {
padding:10px;
border-radius:8px;
}

.myinput {
  display:inline-block;
  margin-top:10px;
}

input.cart-item-check {
            width: 20px;
            height: 20px;
        }

.cart-item-title {
  margin: 0px;
}

.cart-item-qty, .req {
  font-size:16px;
}

.cart-item-total {
display:none;
}

.table td {
    vertical-align: middle;
  }

  .addtheupsell {
    border: 0;
    padding: 6px 12px;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    width:100%;
    text-align:center;
  }

  .addtheitem {
    border: 0;
    padding: 6px 12px;
    background-color: #000000;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
margin-left:10px;
    text-align:center;
  }


.checkout, .payment, .confirm{
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #000000;
  color: #fff;
  font-size: 25px;
  border-radius: 3px;
}

.swal2-styled.swal2-confirm, .swal2-styled.swal2-deny {

  border: 1px solid #000000!important;
  margin-top: 20px!important;
  padding: 6px 25px!important;
  background-color: #000000!important;
  color: #fff!important;
  font-size: 20px!important;
  border-radius: 3px!important;
}

.swal2-styled.swal2-confirm:hover {
  border-color: #000000!important;
  background-color: #000000!important;
}


.swal2-styled.swal2-confirm:focus {
  outline: 0;
  box-shadow: none !important;
}


.swal2-styled.swal2-confirm:active {
  border-color: #000000!important;
  background-color: #000000!important;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: #000000!important;
    font-size: 18px!important;
    font-weight: 400!important;
  }


#opencheckout {
  border: 0px;
  padding: 6px 14px;
  background-color: #fff;
  color: #000;
  font-size: 20px;
  border-radius: 3px;
  float: right;
}

#openshop, #backtocontact, #backtodelivery, .next {
  margin-top:10px;
  border: 0px;
  padding: 6px 25px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
}

#messengerlink, .mapbutton{
  margin:10px;
  border: 0px;
  padding: 6px 25px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
}

.half {
  max-width: 140px;
  font-size: 16px;
}

#cartheader {
  display:none;
}

#opencheckout {
  display:none;
}


.aba, .abanext {
background-color:#055e7c;
}

.rotate-image {
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.upsell {
width:100px;
display: inline-block;
margin: 0 10px;
overflow: hidden;
}

.storeitem {
width: calc(50% - 2px);
display: inline-block;
border: 1px solid #efefef;
border-bottom:0px;
vertical-align: top;
}

#storeitems {
vertical-align: top !important;
}

.description {
font-size:14px;
}

.storeiteminner {
  margin:10px;
}


#maincatalogue {
padding:10px;
}

.upsell p {
font-size:12px;
margin: 9px 0 2px;
}

.cart-item > td:first-of-type {
display:none;
}
/*
.shopping-cart-wrapper > table > tbody > tr:first-of-type > td:nth-child(4) > input {
display:none;
}

.shopping-cart-wrapper > table > tbody > tr:first-of-type > td:nth-child(6) > a {
display:none;
}
 */

.myrow{
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}

.myrow::-webkit-scrollbar {
   background-color: #ffffff;
  display: none;
}

.myrow::-webkit-scrollbar-thumb {
  background: #ffffff;
}


.lightbox {
  display:none;
}

.lightboxinner {
  text-align:center;
  padding:20px;
}


@media (min-width: 768px) {
  .upsell {
  margin: 0 15px;
  }
}

@media (min-width: 610px) and (max-width: 660px) {
  .upsell {
  margin: 0 15px;
  }
}

@media (min-width: 480px) and (max-width: 535px) {
  .upsell {
  margin: 0 18px;
  }
}

@media (min-width: 390px) and (max-width: 420px) {
  .upsell {
  margin: 0 5px;
  }
}

@media (min-width: 350px) and (max-width: 389px) {
  .upsell {
  margin: 0 15px;
  }

}

@media (max-width: 415px) {
  .storeitem {
  width: calc(100% - 2px);
  display: inline-block;
  border: 1px solid #efefef;
  }

}



/* Style the header */
.header {
  padding: 10px 16px;
  background: #000;
  color: #fff;
  height: 35px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index:99;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

#catfilter {
  padding: 7px;
  font-size: 16px;
  color: #000000;
  width: 110px;
}

#deliverytime, #deliverydate {
  padding: 7px;
  font-size: 16px;
  color: #000000;
}

#maincheckout {
  display:none;
}




#fakemapmarker {
       z-index: 3;
       position: absolute;
       margin-top: -40px;
       margin-left: -15px;
       left: 50%;
       top: 50%;
       width:30px;
       height:40px;
}

#over_map {
  position: absolute; top: 10px; left: 10px; z-index: 99;width:100%;height:100%;
}

#move {
  margin:10px;
  border: 0px;
  padding: 4px 14px;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}


/* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
#mapcontainer {
  position: absolute;
  display:none;
  height:60%;
  max-height:400px;
  width: 94%;
  max-width: 720px;
}

#map {
  height:100%;
  width:100%;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #10508f;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


#pac-input {
  background-color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 10px;
  padding: 10px;
  text-overflow: ellipsis;
  width: 90%;
  max-width:400px;
  border: 1px solid #1a76d2 !important;
  border-radius: 4px;
}

#pac-input:focus {
  border-color: #4d90fe;
}
