* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  padding-top: 60px;
}

#shop{
  background-color: #e9ecef;
  background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #e9ecef 20px ), repeating-linear-gradient( #e9ecef, #fff );
  padding-bottom: 20px;
}

li .nav-link:hover{
background-color: #9b26ca2f;
  border-radius: 2px;
}



.carousel h2 {
  font-weight: 610;
  color: #323133d2;
  
}

/* Make the image fully responsive */
.carousel-inner img {
  width: 100%;
  /* height: 80%; */
  max-height: fit-content;
  max-width: 100%;
  opacity: 0.7;

}

.main-btn {
  background-color: #9c26ca;
  color: aliceblue;
  padding: 15px;
  font-size: 18px;
  border: 1px solid #9c26ca;
  margin-bottom: 5px;
}

.main-btn:hover,
.text:hover {
  background-color: #444;
  border-color: #444;
  text-decoration: none;
  color: aliceblue;
}

#navbar {
  display: flex;
  overflow: hidden;
  flex-direction: row-reverse;
  /* justify-content: space-around; */
  align-items: center;
  box-shadow: 2px 2px 0px #444;
}
#navbar ul {
  display: flex;
  /* justify-content: space-evenly; */
  align-items: center;
  font-size: 20px;
}
#navbar ul li {
  display: flex;
  list-style-type: none;
  padding: 5px;
}

#navbar li a {
  text-decoration: none;
}


#address a{
  color: #444;
}

.fab {
  /* padding: 15px; */
  margin: 5px;
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 40px;
  padding: 5px;
  cursor: pointer;
}

.fa-twitter{
color: rgb(61, 178, 252)
}

.fa-facebook{
  color: rgb(6, 6, 187);
}

.fa-pinterest{
  color: brown;
}

.fab:hover {
  background-color: rgba(184, 98, 218, 0.699);
  color: #ddd;
  border: 1px solid #444;
}

.categories-main {
  display: flex;
  margin-top: 80px;
  justify-content: space-evenly;
  padding: 5px;
  align-items: center;
  flex-wrap: wrap;
}

.single-cat {
  width: 50%;
  max-width: 300px;
  height: 400px;
  /* padding: 64px; */
  /* background: #fff; */
  position: relative;
  /* display: flex;*/
  align-items: center;
  transition: 0.6s ease-out;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  flex-wrap: wrap;
}
.single-cat:hover {
  transform: translateY(10px);
}

.single-cat:hover .middle {
  opacity: 1;
}

/* The overlay effect - lays on top of the container and over the image */
.item-text {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4); /* Black see-through */
  width: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}

/* When you mouse over the container, fade in the overlay title */
.single-cat:hover .item-text {
  opacity: 1;
}

.single-cat img {
  width: 100%;
  height: 400px;
  max-height: min-content;
  opacity: 1;
  cursor: pointer;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.single-cat:hover img {
  opacity: 0.3;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* -ms-transform: translate(-50%, -50%) */
}

.text {
  background-color: #9c26ca;
  color: aliceblue;
  font-size: 20px;
  padding: 16px;
  cursor: pointer;
}

.card-deck {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.card{
  margin-bottom: 20px;
}
.add-to-cart,
.watch-add-to-cart,
.bags-add-to-cart,
.shoes-add-to-cart {
  background-color: blueviolet;
  border: 1px solid blueviolet;
  color: white;
}
.add-to-cart:hover,
.watch-add-to-cart:hover,
.bags-add-to-cart:hover,
.shoes-add-to-cart:hover {
  opacity: 0.7;
  background-color: #9c26ca;
  border: 1px solid #9c26ca;
}

.card img {
  height: 400px;
  max-height: min-content;
  overflow: hidden;
}
#browse-btn {
  margin-top: 70px;
  padding: 16px;
  margin-bottom: 30px;
  color: white;
  background-color: blueviolet;
}

#browse-btn:hover {
  opacity: 0.7;
}
.footer {
  padding-top: 5px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  background-color: rgba(184, 98, 218, 0.699);
  color: #444;
  font-size: 18px;
}

#links {
  display: flex;
  flex-direction: column;
}

#links a {
  color: white;
}

#links a:hover {
  color: #444;
  text-decoration: none;
}

footer {
  background-color: rgba(184, 98, 218, 0.699);
  padding: 5px;
}

.about {
  background-color: #ddd;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 22px;
}

/* .form-control{
  width: 50%;
} */

.hed-contact {
  border: 1px solid blueviolet;
  width: 30%;
}

#contact-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  flex-wrap: wrap;
  background-color: #E5E5F7;
  background-image:  repeating-radial-gradient( circle at 0 0, transparent 0, #E5E5E7 20px ), repeating-linear-gradient( #e5e5e5, #fff );
}
#contact-form-btn {
  background-color: #9c26ca;
  border: 1px solid #9c26ca;
  font-size: 18px;
}

#contact-form-btn:hover {
  opacity: 0.7;
}
#contact-icons {
  text-align: justify;
  align-items: flex-start;
}
.contact-info {
  background-color: white;
  padding: 5px;
}

.contact-info a {
  color: #9c26ca;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 300px;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 400px;
}
#shop-location {
  display: flex;
  justify-content: center;
  overflow: hidden;
 
}

.cat-heading {
  margin-top: 30px;
  padding-left: 25px;
  text-transform: uppercase;
}
#cat-tabs {
  margin-left: 20px;
}

#cat-tabs a {
  color: black;
  font-size: 18px;
}

#cat-tabs a:hover {
  text-decoration: none;
  color: #9c26ca;
}

.shop-header {
  display: flex;
  flex-wrap: wrap;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /* background-color: rgb(0,0,0); Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /*15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  margin-left: 90%;
}

.close:hover,
.close:focus {
  color: #9c26ca;
  text-decoration: none;
  cursor: pointer;
}
.modal-content a {
  text-decoration: none;
  color: black;
}

.modal-content a:hover {
  color: #9c26ca;
}
#modal-info,
.form-check-label {
  font-size: 17px;
}

.cart-modal-btn {
  width: 50%;
  margin-top: 20px;
}
#to-top-btn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #9c26ca; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#to-top-btn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

#svg-icon {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #9c26ca; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#svg-icon:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/*Cart styling */
.tableRows ul:nth-child( odd ) {
  background-color: #f2f2f244;
}
.tableRows ul li{
  list-style-type: none;
}
.cartPage{
  line-height: 1.5em;
  padding-top: 30px;
}

.cart-table {
  display: table;
}

.cart-labels{
    display: flex;
    width: inherit;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.itemLabel{
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.05em;
    opacity: 0.6;
}

.itemDesc {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.5em;
  flex-grow: 8;
}

.itemImage, .itemDesc {
  margin-right: 30px;
}

.itemQuantity {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 4em;
  text-align: center;
  font-size: 16px;
}
.itemPrice {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  white-space: nowrap;
  text-align: right;
  min-width: 20vw;
}

.subTotal {
  margin-top: 30px;
  text-align: right;
}

.subtotalLabel {
  font-size: 16px;
  margin-right: 20px;
}

.subtotalPrice {
  font-size: 18px;
  display: inline-block;
  text-align: center;
}
.checkout{
  text-align: right;
  margin-top: 30px;
}


@media screen and (max-width: 432px)
/*Add reduced fontsize styling on smaller screens*/
{
  body{
    padding-top: 90px;
  }
  h1,h2,h3,h4, .display-3{
    font-size: 20px;
  }

  .display-3{
    font-size: 28px;
  }

  #cat-tabs li a{
    font-size: 16px;
  }
#browse-btn{
  padding: 10px;
  font-size: 16px;
}
  #search-form{
    margin-top: 30px;
  }
  #to-top-btn{
    font-size: 15px;
  }
  #shop-location{
    margin-top: 30px;
  }
  .footer{
    font-size: 15px;
  }
  footer{
    font-size: 15px;

  }
  #contact-icons{
    margin-top: 30px;
  }
#contact-icons span{
  font-size: 15px;
}
.about{
  font-size: 18px;
}
#navbar ul li{
padding: 1px;
font-size: 16px;
} 

.itemLabel{
    font-size: 2.5vw;
}
.itemImage{
  width: 12vw;
  min-width: 12vw;
}
.itemImage, .itemDesc {
  margin-right: 2vw;
}
.itemDesc{
  font-size: 3vw;
}
.itemQuantity {
  margin-right: 2vw;
  min-width: 4em;
  font-size: 4vw;
}
.itemPrice {
  font-size: 3.8vw;
}
#removeItem svg{
  width: 0.7em;
}

.subtotalLabel{
  font-size: 3.5vw;
}

.subtotalPrice {
  font-size: 4vw;
}
}