* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

html {
  position: relative;
}

body {
  position: relative;
  background: #fff;
}

/* navigation  css starts*/
header {
  width: 100%;
  position: fixed;
  background-color: #fff;
  top: 0;
  display: block;
  align-items: center;
  z-index: 999;
}

/* navigation1 css */
.navigation1 {
  width: 80%;
  padding: 5px;
  margin: 0px auto 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: space-between;
  border-bottom: 2px solid#90a3b4;
}
.nav1 img {
  width: 80px;
}
.search-field {
  padding: 5px;
  width: 55vw;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background: #91c2ea;
}
.sfield {
  margin-left: 10px;
  padding: 3px;
  width: 100%;
  height: fit-content;
  border: none;
  outline: none;
  background-color: #fff;
  font-size: 0.8vw;
  position: relative;
}
.sfield input {
  width: 100%;
  border: none;
}
.search-field button {
  padding: 5px;
  background: transparent;
  border: none;
}
.fa-magnifying-glass {
  position: relative;
  font-size: 1.2vw;
}
.nav2 {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.nav2 a {
  font-size: 1vw;
  padding: 5px;
  text-decoration: none;
  border: none;
  color: #000;
  background: #fff;
  align-items: center;
}
.nav2 a:hover {
  color: #f321bf;
  border-bottom: 2px solid #f38820;
}

/* navigation2 css */
.navigation2 {
  width: 70%;
  margin: 5px auto;
  position: relative;
  background-color: #fff;
}
.navigation2 ul {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  color: #000;
}
.navigation2 ul li {
  list-style: none;
  font-size: 1vw;
}
.navigation2 ul li a {
  text-decoration: none;
  color: black;
}
.fa-chevron-down {
  margin-left: 5px;
}
.navigation2 ul li a:hover {
  color: #f321bf;
  background: #fff;
  border-bottom: 2px solid #f38820;
}

/* dropdowns */
.sub-menu3,
.sub-menu4,
.sub-menu5 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.sub-menu3 a,
.sub-menu4 a,
.sub-menu5 a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.sub-menu3 a:hover,
.sub-menu4 a:hover,
.sub-menu5 a:hover {
  background-color: #ddd;
}

.menu3,
.menu4,
.menu5 {
  font-size: 1vw;
}

.menu3:hover .sub-menu3,
.menu4:hover .sub-menu4,
.menu5:hover .sub-menu5 {
  display: block;
}
.menuforphonr {
  display: none;
  position: relative;
}
.mobile-menu {
  margin: 0px auto 0;
  width: 90%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mimg {
  width: 10%;
}
.mobile-menu .mimg img {
  width: 100%;
}
.search-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search-container input[type="text"] {
  font-size: 2vw;
  border: 1px solid #000;
  padding: 3px 8px;
}
form {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-container button {
  padding: 3px 8px;
  background-color: #2196f3;
  color: #fff;
  font-size: 2.5vw;
  font-weight: 600;
  border: none;
  cursor: pointer;
}
.threedot button {
  background: none;
  border: none;
  padding: 2px 3px;
}
.search-container button:hover {
  opacity: 0.4;
}
.userloginc {
  padding: 2px 3px;
  background-color: #d1e5f6;
  border-radius: 100%;
  color: #444242;
  font-size: 1.5vw;
}
.horizontal-menu {
  background-color: #edecec;
  display: none;
  padding: 10px 20px;
  width: 40%;
  position: absolute;
  top: 0;
}
.fmenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid#868484;
  padding: 5px;
}
.userimage {
  font-size: 5vw;
  background-color: #dfdddd;
  padding: 5px 7px;
  border-radius: 100%;
}
.user-x button {
  margin-bottom: 15px;
  background: none;
  border: none;
}
.horizontal-menu ul {
  margin-top: 10px;
  display: block;
  font-weight: 500;
}
.nav-second {
  width: 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fa-ellipsis-vertical {
  font-size: 3.3vw;
}

.horizontal-menu ul li {
  width: 100%;
  list-style: none;
  font-size: 2vw;
  padding: 4px 8px;
}
.horizontal-menu ul li a {
  text-decoration: none;
  color: #000;
}
/* Styles for screens up to 767px (mobile devices) */
@media only screen and (max-width: 767px) {
  header {
    background-color: #fff;
  }
  .navigation1 {
    display: none;
  }

  .navigation2 {
    display: none;
  }
  .menuforphonr {
    display: block;
  }
  .slideshow-container {
    margin: 60px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .navigation1 {
    display: none;
  }
  .navigation2 {
    display: none;
  }
  .menuforphonr {
    display: block;
  }
  .slideshow-container {
    margin: 80px auto 0;
  }
}

/* slideshow */

.slideshow-container {
  margin: 20px auto 0;
  width: 80%;
  position: relative;
}
.mySlides {
  display: none;
}

.mySlides img {
  width: 100%;
  vertical-align: middle;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #f38820;
  font-size: 3vw;
  font-weight: bold;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background: #f2e1cf;
}

.text1 {
  position: absolute;
  bottom: 40%;
  left: 65%;
}
.text1 a {
  font-size: 1.5vw;
  font-weight: 500;
  text-decoration: none;
  background-color: #f38820;
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
}
.text1 a:hover {
  opacity: 0.2;
}
.text2 {
  bottom: 25%;
  left: 5%;
  position: absolute;
}

.text2 a {
  font-size: 1.5vw;
  font-weight: 500;
  text-decoration: none;
  background-color: #f38820;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}
.text2 a:hover {
  opacity: 0.2;
}

.text3 {
  display: block;
  position: absolute;
  bottom: 25%;
  left: 5%;
}

.text3 a {
  font-size: 1.5vw;
  font-weight: 500;
  text-decoration: none;
  background-color: #f38820;
  color: #fff;
  padding: 12px 20px;
  border-radius: 2px;
}
.text3 a:hover {
  opacity: 0.2;
}
.numbertext {
  top: 0;
  color: #2196f3;
  position: absolute;
  font-size: 12px;
  padding: 8px 12px;
}
.dots-group {
  margin-top: -80px;
  width: 5%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;

}

.dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.6s ease;
}
.active,
.dot:hover {
  background-color: #f38820;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* responsive slider */
@media only screen and (max-width: 300px) {
  .dot {
    height: 10px;
    width: 10px;
  }
}

.winter-sale {
  width: 80%;
  margin: 0px auto 0;
  display: flex;
  justify-content: space-between;
}

/* swiper style */
.second-swiper {
  display: flex;
  width: 80%;
  gap: 20px;
  margin: 20px auto 0;
}
.swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.swiper-slide:hover {
  background-color: #feeddb;
}
.swiper-wrapper {
  width: 100%;
  margin: 20px auto 0;
}
.second-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.sale img {
  margin: 20px auto 0;
  width: 100%;
}

.pinfow {
  margin-top: 5px;
  display: block;
  align-items: center;
  justify-content: center;
}

.pinfow h3,
.pinfow p {
  margin-top: 5px;
  font-size: 1vw;
  text-align: center;
}

.star {
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fa-star,
.fa-star-half-stroke {
  color: #ffdd15;
  text-align: center;
}

.swiper-slide button {
  border: none;
  background: #2196f3;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
}
.swiper-slide button:hover {
  border: 2px solid#2196F3;
  border-color: #2196f3;
  background: #fff;
  color: #2196f3;
}

.btn {
  width: 60%;
  display: block;
  border: none;
  background: #2196f3;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 8px;
  margin: 10px auto 0;
}
.btn:hover {
  border: 2px solid#2196F3;
  border-color: #2196f3;
  background: #fff;
  color: #2196f3;
}
/* new arrival css  starts*/
.mainc {
  width: 80%;
  margin: 40px auto 0;
}

.mainc .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f321bf;
  margin-bottom: 10px;
}

.mainc .title h1 {
  font-size: 2vw;
  font-weight: 600;
  color: #2196f3;
}

.mainc .title a {
  font-size: 1.2vw;
  font-weight: 400;
  color: #2196f3;
  text-decoration: none;
  padding: 0 10px;
}

.mainc .title a:hover {
  text-decoration: underline;
}

p .fa-star {
  color: #f38820;
}

.mainc .products-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.mainc .products-container .product {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  cursor: pointer;
  margin: 5px;
}

.mainc .products-container .product:hover {
}

.mainc .products-container .product img {
  width: 100%;
  height: 230px;
}

.mainc .products-container .product img:hover {
  transform: scale(0.9);
  z-index: 1;
}

.products-preview {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.products-preview .preview {
  display: none;
  padding: 2rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;

  margin: 0 auto;
}

.products-preview .preview img {
  width: 270px;
  height: 230px;
}

.products-preview .preview.active {
  display: block;
}
.products-preview .preview h3 {
  font-size: 1.1vw;
  font-weight: 600;
  margin-bottom: 5px;
}
.products-preview .preview p {
  font-size: 1vw;
  font-weight: 500;
  margin-top: 10px;
}
.quantity {
  width: 35%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.price {
  margin-top: 10px;
  font-size: 1vw;
  font-weight: 500;
}
.preview .stars {
  font-size: 0.8vw;
}
.quantity h4 {
  font-size: 1vw;
  font-weight: 600;
}

.qnum {
  width: 45%;
  display: flex;
  color: #42413f;
  align-items: center;
  border-radius: 30px;
  background: #91c2ea;
  justify-content: space-between;
}
.qnum button {
  width: 40%;
  background-color: #fff;
  border: none;
  background: #91c2ea;
  border-radius: 50%;
  font-size: 1.2vw;
}
.qnum button:hover {
  background-color: #2196f3;
  color: #fff;
}
.buttons {
  width: 45%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.acart {
  padding: 4px 12px;
  background-color: #f38820;
  color: #fff;
  border: none;
}
.acart:hover {
  color: #f38820;
  background: none;
  border: 1px solid#f38820;
}

.buy {
  padding: 4px 12px;
  background-color: #f38820;
  color: #fff;
  border: none;
}
.buy:hover {
  color: #f38820;
  background: none;
  border: 1px solid#f38820;
}
.counting {
  font-size: 1vw;
  font-weight: 500;
  color: #000;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #42413f;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: none;
  background: none;
}

.close:hover {
  background: #f38820;
  color: #fff;
}
.infow {
  margin-top: 5px;
  display: block;
  align-items: center;
  justify-content: center;
}

.infow h3,
.infow p {
  margin-top: 5px;
  text-align: center;
}
/* new arrival css ends */

/*40%  sale css */
.salecover {
  width: 80%;
  margin: 40px auto 0;
}
.salecover img {
  width: 100%;
  display: block;
}
.saleend {
  background: #e0131a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.saleend a {
  text-decoration: none;
  padding: 8px 20px;
  font-size: 1.5vw;
  color: #fff;
}
.saleend a:hover {
  opacity: 0.5;
}
.containertext {
  display: flex;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  font-family: sans-serif;
}

.loop-text {
  font-size: 1vw;
  color: red;
  text-transform: uppercase;
  font-weight: 700;
}
.loop-text {
  animation: loopText 5s infinite linear;
}

@keyframes loopText {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}
.times {
  display: flex;
  gap: 10px;
  background: #e0131a;
  color: #fff;
}
/* shop by pet */
.shopby-pet {
  width: 80%;
  margin: 40px auto 0;
}
.shopline {
  display: block;
  color: #f38820;
  font-size: 1vw;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #ff71c8;
}
.shopby-pet1 {
  width: 90%;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  background-color: #fff;
  align-items: center;
  gap: 24px;
}
.sbp {
  display: block;
  text-align: center;
}
.sbp button {
  display: block;
  font-size: 20px;
  font-weight: 600;
  border: none;
  padding: 5px;
  background-color: #2196f3;
  color: #f6f6f6;
  width: 80%;
  display: block;
  margin: 5px auto 0;
}
.pet {
  width: 180px;
  height: 180px;
  border-radius: 90% 90% 0 0;
}

/* product-categories  css*/

.product-categories-container {
  width: 80%;
  margin: 40px auto 0;
}

.petcatgy {
  padding: 5px 0;
  width: 100%;
  border: none;
  border-bottom: 2px solid#FF71C8;
}
.petcatgy h1 {
  font-size: 1.5vw;
  font-weight: 600;
  color: #2196f3;
}
.pcategory-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  background-color: #fff;
  align-items: center;
  gap: 10px;
}
.grid-item-pcategory {
  display: block;
  align-items: center;
  padding: 10px;
}
.pcategory-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 172px;
  object-fit: cover;
}
.category {
  text-decoration: none;
  color: #fff;
  background-color: #ff22aa;
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1vw;
  font-weight: 600;
  text-align: center;
}
.category:hover {
  opacity: 0.4;
}
/* adptimage css */

.adptimage {
  width: 80%;
  position: relative;
  margin: 40px auto 0;
}
.adptimage img {
  width: 100%;
  vertical-align: middle;
}
.adptimage a {
  position: absolute;
  left: 5%;
  bottom: 8%;
  background-color: #f38820;
  padding: 20px;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.adptimage a:hover {
  opacity: 0.4;
}

/* add */
.addimg {
  position: relative;
  width: 80%;
  margin: 40px auto 0;
}
.addimg img {
  width: 100%;
  vertical-align: middle;
}

.addimg a {
  position: absolute;
  padding: 10px 20px;
  background: #f38820;
  color: #fff;
  text-decoration: none;
  font-size: 2vw;
  font-weight: 600;
  bottom: 25%;
  left: 6%;
  border-radius: 5px;
}

.addimg a:hover {
  opacity: 0.6;
}
.testinomials {
  width: 80%;
  margin: 40px auto 0;
}

.test-img {
  width: 180px;
}

/* testinomials css */
.tcontainer {
  width: 80%;
  margin: 40px auto 0;
}
.testinomials-line {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  border: none;
  border-bottom: 2px solid#FF71C8;
}
.testinomials-line h2 {
  color: #f38820;
}
.testinomials-line button {
  background: #fff;
  border: none;
  color: #000;
  padding: 12px;
}
.testinomials-line button:hover {
  background: #f38820;
  border: none;
  color: #fff;
  padding: 12px;
}

.twrapper {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  padding: 2%;
}
.review-card {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.img-area {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px;
}
.img-area img {
  width: 60%;
  display: block;
  margin: 5px auto;
}
.header-content {
  display: block;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  margin-bottom: 10px;
}
.info h4 {
  margin: 0;
  font-size: 1.3vw;
  font-weight: 600;
  text-align: center;
}
.info p {
  margin: 4px 0 0;
  font-size: 1vw;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.single-review p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #333;
}
.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-size: 1vw;
  color: #666;
}
.review-footer p {
  font-size: 1vw;
  margin-left: 15px;
}
.tstar {
  display: flex;
}
.tstar .fa-star,
.tstar .fa-star-half-stroke,
.tstar .fa-regular .fa-star {
  color: #f38820;
  font-size: 1vw;
}

@media screen and (max-width: 767px) {
  .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .review-card {
    width: 85%;
  }
}

/* contact css */
.cwrapper {
  width: 100%;
  background: #b7e4f9;
  padding: 10% 10%;
}

.contact-container {
  width: 70%;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  padding: 20px 60px 30px 40px;
  box-shadow: 0 5px 10px #eee;
}
.contact-container .contact-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-container .contact-content .left-side {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.contact-content .left-side::before {
  content: "";
  position: absolute;
  height: 90%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.contact-content .left-side .details {
  margin: 14px;
  text-align: center;
}
.contact-content .left-side .details i {
  font-size: 1.2vw;
  color: #f38820;
  margin-bottom: 10px;
}
.contact-content .left-side .details .topic {
  font-size: 1vw;
  font-weight: 500;
}
.contact-content .left-side .details .text-one,
.contact-content .left-side .details .text-two {
  font-size: 0.9vw;
  font-weight: 400;
  color: #848484;
}
.contact-container .contact-content .right-side {
  width: 75%;
  margin-left: 75px;
}
.contact-content .right-side h1 {
  margin: 5px auto 0;
  font-size: 2vw;
  font-weight: 600;
  color: #f38820;
}
.contact-container form {
  width: 100%;
  margin: 20px auto 0;
  display: block;
}
.contact-container form input[type="text"],
.contact-container form input[type="email"],
.contact-container form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.right-side input[type="submit"] {
  background-color: #f38820;
  color: white;
  font-size: 1vw;
  font-weight: 500;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.right-side input[type="submit"]:hover {
  border: 1px solid #f38820;
  background: #fff;
  color: #f38820;
}

@media (max-width: 950px) {
  .contact-container {
    width: 90%;
    padding: 30px 40px 40px 35px;
  }
  .contact-container .content .right-side {
    width: 75%;
    margin-left: 55px;
  }
}
@media (max-width: 820px) {
  .contact-container {
    margin: 40px 0;
    height: 100%;
  }
  .contact-container .contact-content {
    flex-direction: column-reverse;
  }
  .contact-container .contact-content .left-side {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-container .contact-content .left-side::before {
    display: none;
  }
  .contact-container .contact-content .right-side {
    width: 100%;
    margin-left: 0;
  }
}

/* location css */
.products-preview {
  display: none;
}

/* footer css */

.footer-hr {
  width: 100%;
  margin: 10px Auto 0;
  color: black;
}
.footer {
  width: 80%;
  margin: 10px Auto 0;
}
.footer1 {
  margin: 10px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.foot1 {
  margin: 0px 20px;
  display: block;
  font-weight: 500;
}
.foot1 p {
  margin-top: 5px;
}
.foot1 .endlogo {
  margin-top: 5px;
  width: 100px;
  justify-content: center;
}
.foot1 .endiconimages {
  margin-top: 10px;
  width: 160px;
  justify-content: center;
}
.foot {
  margin: 20px;
}
.foot p {
  margin-bottom: 5px;
  font-weight: 600;
}
.foot li {
  list-style: none;
  margin-top: 5px;
}
.foot li a {
  text-decoration: none;
  text-align: center;
  color: #000;
}
.foot li a:hover {
  text-decoration: underline pink;
}
.foot2 {
  margin: 20px;
}
.foot2 h2 {
  margin-bottom: 10px;
  font-weight: 600;
}
.foot2 p {
  margin-top: 5px;
  font-weight: 500;
}

.footer2 {
  width: 100%;
  color: #fff;
  background-color: #f38820;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /* Styles for mobile phones */
  .footer1 {
    display: block;
  }
  .foot {
    margin-top: 5px;
  }
  .endlogo,
  .endiconimages {
    max-width: 90px;
    margin-top: 5px;
  }
}

/* cart css */
.container-none {
  width: 80%;
  margin: 100px auto 0;
  align-items: center;
  padding: 10px;
}
.container-none h1{
  text-align: center;
  margin: 20px auto 40px;

}
.container-none p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
hr {
  margin: 10px;
}
.container-none .cshopping {
  margin: 20px auto;
  padding: 10px;
  text-decoration: none;
  background: #f38820;
  color: #fff;
  text-align: center;
  border: none;
}
.cshopping:hover {
  opacity: 0.2;
}

.pop-items-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
.pop-items{
  display: block;
  align-items: center;
  padding: 10px
}
.pop-items:hover{
  border: 1px solid#f38820;
}
.pop-items img {
  width: 100%;
  height: 230px;
}
.carthr {
  width: 100%;
}
.container-item {
  width: 100%;
  margin: 50px auto 0;
  position: relative;
}
table{
  border: 1px solid#000;
  padding: 20px;
  margin-top: 10px;
}
th,td{
  padding: 10px;
  margin-right: 10px;
}
.checkoutbox{
  margin: 20px 0;
}
.checkoutbox h1{
  margin: 10px 0;
}
.checkoutbox a{
  padding: 10px 65px;
  text-decoration: none;
  background-color: #2196F3;
  color: #fff;
  position: absolute;
  


}

