main .main-cont .main-col-2 .m-c-2-2 a {
  width: 100px;
  padding: 5px 12px;
  background-color: #d3830b;
}

.advat, .advat .advat-cont, .advat .advat-cont .advat-opt, .items, .items .item-nav ul, .items .items-cont, .items .items-cont .image-cont, .items-2 .items-cover .items-cont-2, header .header-cont, header .header-cont nav, header .header-cont nav ul, header .header-cont nav ul li:last-child, header .header-cont nav .navmenu-products, header .header-cont nav .navmenu-products a, section .section-cont .section-tittles, section .section-cont .section-top-charts, section .section-cont .section-top-charts .see-all, section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text a, section .section-cont .section-links .section-links-container .s-links-col, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-text, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont, section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text, section .section-cont .section-advat, section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text, main .main-cont, main .main-cont .main-col-2, main .main-cont .main-col-2 .m-c-2-1, .link-shortcurts ul, .link-shortcurts ul li, .apology-add-section, .apology-add-section .a-a-cont, .apology-add-section .a-a-cont .a-a-c-social, .offer .offer-cont, .bottom-nav, .bottom-nav .bot-nav, .bottom-nav .bot-nav ul, .cart-cont .cart-main .open-cart-oder, .cart-cont .cart-main .cart-social-icons a, .cart-cont .cart-main .cart-social-icons span, .items-header .items-top-nav h3, .items-header .items-item-nav ul, .items-header .items-item-nav ul li, .items-header .items-item-nav ul li a, .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order, .det-top-nav, .det-header-cont .det-header-details, .d-order-open-btn, .d-order-open-btn p, .details-order-now .d-oder-s-icons, .details-order-now .d-oder-s-icons a, .search-header .search-header-cont .search-search-section, .search-header .search-header-cont .search-search-result .search-pop-up, .search-header .search-header-cont .search-search-result .search-pop-up ul, .search-header .search-header-cont .search-search-result .search-pop-up ul li, .search-header .search-header-cont .search-search-result .search-pop-up ul li a, .search-header .search-header-cont .search-search-result .search-pop-up ul li a span, .search-not-poped, .search-not-poped .section-row-tittle, .search-not-poped .search-row, .search-not-poped .search-row .search-row-cont .s-r-c-text {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

::-webkit-scrollbar-thumb {
  background-color: steelblue;
}

* {
  box-sizing: border-box;
}

.advat {
  background-color: whitesmoke;
  height: 700px;
  width: 100%;
}

.advat .advat-cont {
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.advat .advat-cont .advat-img {
  width: 80%;
  height: 60%;
  background-color: white;
}

.advat .advat-cont .advat-img img {
  border-radius: 0px;
  margin: 5px;
  width: 98%;
  height: 100%;
}

.advat .advat-cont .advat-opt {
  height: 30%;
  width: 80%;
  overflow-x: scroll;
}

.advat .advat-cont .advat-opt img {
  border-radius: 0px;
  margin: 5px;
  width: 20%;
  height: 90%;
}

.items {
  margin: 20px 0px;
  background-color: whitesmoke;
  height: 3000px;
  width: 98%;
  flex-direction: column;
}

.items .item-nav {
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}

.items .item-nav ul {
  overflow-x: auto;
  overflow-y: visible;
  background-color: transparent;
  margin-bottom: 10px;
}

.items .item-nav ul .first-nav {
  margin-left: 20px;
}

.items .item-nav ul li {
  transition: 0.4s ease-in-out;
  margin: 2px 12px;
  background-color: steelblue;
  border-radius: 30px;
  padding: 10px 15px;
  margin-bottom: 10px;
}

.items .item-nav ul li a {
  font-size: 14px;
  color: white;
}

.items .item-nav ul li:hover {
  background-color: whitesmoke;
}

.items .item-nav ul li:hover a {
  color: steelblue;
}

.items .items-label {
  width: 100%;
  height: 50px;
  background: rgba(70, 130, 180, 0.7);
  padding: 0px 15px;
  border-radius: 30px;
  display: flex;
  justify-content: flex-start;
}

.items .items-cont {
  margin: 20px 0;
  width: 100%;
  height: 300px;
  overflow-x: auto;
  overflow-y: visible;
  background-color: whitesmoke;
  justify-content: center;
}

.items .items-cont .image-cont {
  flex-shrink: 0;
  flex-grow: 0;
  background-color: lavender;
  flex-direction: column;
  height: 190px;
  margin: 3px;
  margin-left: 10px;
  width: 220px;
}

.items .items-cont .image-cont .items-img {
  background-color: saddlebrown;
  width: 90%;
  height: 60%;
}

.items .items-cont .image-cont .items-img img {
  width: 100%;
  height: 100%;
}

.items .items-cont .image-cont .items-text {
  position: relative;
  background-color: transparent;
  width: 90%;
  height: 40%;
  text-align: left;
  line-height: 15px;
}

.items .items-cont .image-cont .items-text p {
  font-weight: lighter;
  font-size: 14px;
  margin-left: 15px;
  margin-top: 20px;
}

.items .items-cont .image-cont .items-text p span {
  color: green;
  font-size: 13px;
}

.items .items-cont .image-cont .items-text .items-btn {
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 1;
  position: absolute;
  background-color: rgba(255, 140, 0, 0);
  right: 0px;
  bottom: 0px;
  margin-top: 1px;
  transform: translateY(-1px);
  padding: 5px 7px;
  width: 60%;
  height: 30px;
  right: 0px;
  border-radius: 5px;
}

.items .items-cont .image-cont .items-text .items-btn p {
  color: steelblue;
  font-weight: bold;
  transform: translateY(-24px);
  margin-left: 20px;
  padding: 5px 7px;
  width: 50px;
  height: 28px;
  background-color: mintcream;
  border-radius: 15px;
}

.items .items-cont .image-cont .items-text .items-btn .fa {
  transition: 0.6s 0.1s ease-in-out;
  color: white;
  font-size: 20px;
  transform: translateX(-90px);
}

.items .items-cont .image-cont .items-text .items-btn:hover {
  background-color: darkorange;
}

.items .items-cont .image-cont .items-text .items-btn:hover .fa {
  transform: translateX(0px);
}

.items .items-cont .image-cont .items-text:hover .items-btn {
  opacity: 1;
}

.items #shoes .first-item {
  margin-left: 0px;
}

.items #babyitems .first-item {
  margin-left: 200px;
}

.items #handbags .first-item {
  margin-left: 1500px;
}

.items #towels .first-item {
  margin-left: 500px;
}

.items #flasks .first-item {
  margin-left: 300px;
}

.bottom-nav .bot-nav ul li .cart-icon {
  transition: 0.5s ease-in-out;
  text-align: center;
  background-color: darkorange;
  border-radius: 30px;
}

.bottom-nav .bot-nav ul li .cart-icon a {
  color: steelblue;
}

.bottom-nav .bot-nav ul li .cart-icon a .fa {
  transition: 0.5s ease-in-out;
  color: lavender;
  font-size: 26px;
}

.bottom-nav .bot-nav ul li .cart-icon a span {
  border: 2px solid white;
  border-radius: 10px;
  color: white;
  padding: 2px 5px;
  margin: 0;
  font-size: 12px;
  background-color: steelblue;
}

.bottom-nav .bot-nav ul li .cart-icon:hover {
  transition: 0.8s ease-in-out;
  border-radius: 20px;
  background-color: darkorange;
}

.bottom-nav .bot-nav ul li .cart-icon:hover .fa {
  transition: 0.8s ease-in-out;
  color: white;
}

.items-2 {
  display: none;
  margin-bottom: 100px;
}

.items-2 .items-cover {
  width: 100vw;
  height: 200px;
  background-color: red;
  overflow-x: scroll;
  overflow-y: visible;
}

.items-2 .items-cover .items-cont-2 {
  position: absolute;
  left: 200px;
  width: 1000px;
  height: 200px;
}

.items-2 .items-cover .items-cont-2 img {
  width: 200px;
  height: 200px;
}

body {
  margin: 0;
  box-sizing: border-box;
}

a:hover {
  background-color: transparent;
}

header .header-cont {
  width: 100%;
  height: 600px;
  background-image: url(/img/back/11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: column;
}

header .header-cont .open-nav {
  display: none;
  position: fixed;
  z-index: 50;
  top: 0px;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  background-color: white;
}

header .header-cont .open-nav h3 {
  margin-left: 10px;
  font-family: serif;
}

header .header-cont .open-nav .fa {
  color: steelblue;
  font-size: 31px;
  margin-right: 10px;
}

header .header-cont .header-text {
  display: none;
}

header .header-cont nav {
  right: 5px;
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 70px;
  background: transparent;
  justify-content: space-between;
}

header .header-cont nav .nav-text h2 {
  font-size: 32px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin-left: 20px;
  color: steelblue;
}

header .header-cont nav .nav-text span {
  color: grey;
}

header .header-cont nav .nav-tittle {
  display: none;
}

header .header-cont nav .nav-bar {
  display: none;
}

header .header-cont nav ul li {
  margin: 5px 10px;
  padding: 5px 20px;
  background-color: whitesmoke;
  border-radius: 0px;
}

header .header-cont nav ul li .fa {
  font-size: 20px;
}

header .header-cont nav ul li a {
  font-weight: normal;
  font-size: 17px;
  transition: 0.5s ease-in-out;
  color: steelblue;
}

header .header-cont nav ul li a:hover {
  color: green;
  border-bottom: 2px solid grey;
}

header .header-cont nav ul li:last-child {
  color: steelblue;
  font-size: 17px;
  font-weight: normal;
  cursor: pointer;
}

header .header-cont nav ul li:last-child .fa {
  font-size: 24px;
  padding: 0px 10px;
}

header .header-cont nav .navmenu-products {
  transition: 1s ease-in-out;
  position: absolute;
  top: 50px;
  right: 30px;
  width: 25%;
  height: 300px;
  margin-top: 10px;
  margin-left: 0;
  background-color: white;
  flex-direction: column;
  display: none;
}

header .header-cont nav .navmenu-products a {
  font-weight: normal;
  color: black;
  width: 100%;
  height: 35px;
  border-bottom: 0.5px solid grey;
  justify-content: space-between;
  padding: 0px 10px;
}

header .header-cont nav .navmenu-products a:hover {
  color: grey;
}

header .header-cont nav .navmenu-products .fa {
  padding: 1px 8px;
  font-size: 15px;
}

section .section-cont {
  background-color: steelblue;
  margin-top: 100px;
  margin-bottom: 100px;
  min-height: 240vh;
  max-height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section .section-cont .section-tittles {
  width: 100%;
  height: 55px;
  background-color: transparent;
  margin-top: 50px;
  justify-content: center;
  border-radius: 40px;
}

section .section-cont .section-tittles h3 {
  font-size: 29px;
  font-family: serif;
  font-weight: normal;
  margin-right: 20px;
  color: lavender;
}

section .section-cont .section-tittles .fa {
  padding: 38px 5px;
  color: white;
}

section .section-cont .section-tittles .material-icons {
  color: white;
}

section .section-cont .section-social {
  height: 250px;
  width: 90%;
  background-color: white;
  margin-top: 5px;
  border-radius: 0px;
}

section .section-cont .section-social .section-social-icons {
  border-radius: 0px;
  width: 100%;
  height: 60%;
  background-color: steelblue;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: center;
}

section .section-cont .section-social .section-social-icons a i {
  transition: 0.4s ease-in-out;
  flex: 0 0 15%;
  width: 200px;
  height: 50px;
  background-color: white;
  margin-bottom: 20px;
  border-radius: 0px;
  text-align: center;
  text-align: center;
  font-size: 26px;
  color: steelblue;
  padding: 10px 5px;
}

section .section-cont .section-social .section-social-icons i:hover {
  transform: scale(1.2);
}

section .section-cont .section-social .section-help {
  height: 50%;
}

section .section-cont .section-social .section-help .section-help-btn {
  transition: 0.4s ease-in-out;
  margin-top: 20px;
  margin-left: 20px;
  width: 150px;
  height: 50px;
  background-color: whitesmoke;
  text-align: center;
  border-radius: 0px;
  color: steelblue;
}

section .section-cont .section-social .section-help .section-help-btn p {
  padding: 15px 10px;
  text-decoration: underline;
}

section .section-cont .section-social .section-help .section-help-btn:hover {
  transform: scale(0.9);
}

section .section-cont .section-social .section-help .help-ex {
  transition: 0.7s ease-in-out;
  position: fixed;
  top: -100%;
  left: 35%;
  border-radius: 30px;
  width: 350px;
  height: 300px;
  background-color: whitesmoke;
  text-align: center;
  color: whitesmoke;
  z-index: 15;
}

section .section-cont .section-social .section-help .help-ex p {
  margin-top: 30px;
  font-weight: lighter;
  color: black;
}

section .section-cont .section-social .section-help .help-ex p .help-bag {
  text-decoration: underline;
  padding: 0 10px;
}

section .section-cont .section-social .section-help .help-ex span {
  color: steelblue;
  font-weight: normal;
}

section .section-cont .section-social .section-help .help-ex .help-btn {
  position: absolute;
  background-color: steelblue;
  padding: 10px 15px;
  z-index: 20;
  border-radius: 0 0 15px 15px;
  bottom: 0px;
  width: 100%;
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

section .section-cont .section-social .section-help .help-ex .help-btn p {
  font-size: 17px;
  color: white;
}

section .section-cont .section-social .section-help .help-ex .help-btn p:hover {
  color: white;
}

section .section-cont .section-top-charts {
  margin-top: 20px;
  width: 100%;
  height: 700px;
  justify-content: center;
  align-content: center;
  position: relative;
  flex-wrap: wrap;
  padding: 50px;
}

section .section-cont .section-top-charts .see-all {
  position: absolute;
  right: 20px;
  bottom: -20px;
}

section .section-cont .section-top-charts .see-all p {
  font-weight: normal;
  font-size: 16px;
  padding: 5px 10px;
  color: grey;
}

section .section-cont .section-top-charts .section-t-charts-cont {
  margin-left: 15px;
  margin: 20px 30px;
  flex: 0 0 25%;
  height: 45%;
  background-color: teal;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-img {
  background-color: brown;
  height: 70%;
  width: 100%;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-img img {
  height: 100%;
  width: 100%;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text {
  background-color: whitesmoke;
  height: 30%;
  width: 100%;
  line-height: 5px;
  padding: 2px 10px;
  position: relative;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text h3 {
  color: steelblue;
  font-weight: bold;
  font-size: 15px;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text p {
  font-weight: lighter;
  font-size: 14px;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text p span {
  color: green;
  font-size: 12px;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text a {
  padding-left: 5px;
  width: 100px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transform: translateY(30px);
  color: darkslategrey;
  border-radius: 0px;
  font-weight: lighter;
  font-family: serif;
  justify-content: flex-start;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text a .fa {
  padding: 0px 5px;
}

section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text a:hover {
  background-color: white;
  color: darkslategrey;
}

section .section-cont .section-links {
  min-height: 500px;
  height: 600px;
  width: 100%;
  margin-top: 20px;
}

section .section-cont .section-links .section-links-container {
  background-color: white;
  height: 100%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col {
  width: 100%;
  height: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one {
  height: 100%;
  width: 50%;
  flex: 0 0 50%;
  background-color: yellow;
  flex-direction: column;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one {
  background-color: white;
  width: 100%;
  height: 45%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont {
  flex: 0 0 27%;
  height: 70%;
  flex-direction: column;
  margin: 5px 5px;
  border-radius: 23px;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img {
  background-color: blueviolet;
  height: 80%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img img {
  width: 100%;
  height: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img img:hover {
  opacity: 0.8;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-text {
  background-color: whitesmoke;
  height: 20%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-text p {
  font-weight: normal;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two {
  background-color: white;
  width: 100%;
  height: 55%;
  flex-wrap: wrap;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont {
  flex: 0 0 27%;
  height: 40%;
  flex-direction: column;
  margin: 5px 10px;
  box-shadow: 1px 8px 15px 7px rgba(0, 0, 0, 0.2);
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img {
  background-color: blueviolet;
  height: 80%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img {
  width: 100%;
  height: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img:hover {
  opacity: 0.8;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text {
  background-color: transparent;
  height: 20%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text p {
  font-weight: normal;
  font-size: 16px;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two {
  height: 100%;
  width: 50%;
  flex: 0 0 50%;
  background-color: white;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one {
  width: 100%;
  height: 30%;
  background-color: whitesmoke;
  align-items: flex-end;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul {
  background-color: transparent;
  height: 60%;
  width: 100%;
  margin: 0px;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li {
  height: 70px;
  padding: 7px 18px;
  border: 0.5px solid grey;
  border-radius: 0px;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li a {
  color: darkslategrey;
  font-weight: normal;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li:hover {
  background-color: lavender;
  opacity: 0.7;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two {
  height: 70%;
  width: 100%;
  background-color: whitesmoke;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont {
  flex: 0 0 35%;
  height: 50%;
  flex-direction: column;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img {
  background-color: blueviolet;
  height: 70%;
  width: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img {
  width: 100%;
  height: 100%;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img:hover {
  opacity: 0.8;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text {
  height: 30%;
  width: 100%;
  justify-content: flex-start;
  padding: 0px 10px;
}

section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text p {
  font-weight: normal;
  color: black;
}

section .section-cont .section-advat {
  width: 100%;
  height: 600px;
  background-color: steelblue;
  margin-top: 10px;
  margin-bottom: 0px;
  border-radius: 0px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
}

section .section-cont .section-advat .section-advat-cont {
  flex: 0 0 20%;
  height: 350px;
  margin-bottom: 15px;
  margin: 15px 5px;
  background-color: steelblue;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 10px 10px 2px 10px rgba(0, 0, 0, 0.2);
}

section .section-cont .section-advat .section-advat-cont .section-advat-img {
  width: 100%;
  background-color: tomato;
  height: 60%;
  border-radius: 10px 0 0 10px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-img img {
  height: 100%;
  width: 100%;
  border-radius: 0px 0 0 0px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text {
  position: relative;
  background-color: white;
  height: 40%;
  width: 100%;
  border-radius: 0px 0px 0px 0;
  line-height: 2px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text {
  position: absolute;
  height: 70%;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text h1 {
  font-family: serif;
  font-size: 16px;
  color: darkslategrey;
  padding: 2px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text p {
  font-weight: lighter;
  padding: 2px;
  color: darkslategrey;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text p span {
  color: darkslategrey;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-advat-addtocart {
  position: absolute;
  right: 0px;
  bottom: 5px;
  width: 130px;
  height: 35px;
  background-color: steelblue;
  padding: 0px 12px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-advat-addtocart p {
  color: white;
  font-weight: normal;
  font-size: 16px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text .s-advat-addtocart p:hover {
  cursor: pointer;
  color: grey;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text::before {
  display: none;
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 35px;
  background-color: steelblue;
  border-radius: 20px 0 20px 20px;
}

section .section-cont .section-advat .section-advat-cont .section-advat-text::after {
  display: none;
  position: absolute;
  content: "";
  width: 30px;
  height: 35px;
  background-color: whitesmoke;
  border-radius: 0 0px 0px 0;
  right: -3px;
  bottom: 5px;
  transform: skewX(10deg);
}

main .main-cont {
  width: 100%;
  height: 400px;
  margin: 10px 0;
  background-color: whitesmoke;
  display: none;
}

main .main-cont .main-col-1 {
  width: 40%;
  height: 100%;
}

main .main-cont .main-col-1 img {
  margin-top: 20px;
  width: 80%;
  height: 70%;
  margin-right: 15px;
  border-radius: 20px;
}

main .main-cont .main-col-2 {
  width: 60%;
  background-color: whitesmoke;
  height: 100%;
  flex-direction: column;
}

main .main-cont .main-col-2 .m-c-2-1 {
  width: 100%;
  height: 40%;
  background-color: whitesmoke;
}

main .main-cont .main-col-2 .m-c-2-1 img {
  width: 40%;
  height: 100%;
  margin: auto;
  border-radius: 10px;
}

main .main-cont .main-col-2 .m-c-2-2 {
  position: relative;
  width: 100%;
  height: 60%;
  text-align: center;
  background-color: whitesmoke;
}

main .main-cont .main-col-2 .m-c-2-2 a {
  position: absolute;
  bottom: 10%;
  left: 1%;
  margin-top: 20px;
  background-color: white;
  padding: 15px;
  border-radius: 30px;
  color: steelblue;
  width: 200px;
  font-weight: normal;
}

.link-shortcurts {
  width: 100%;
  min-height: 350px;
  max-height: auto;
}

.link-shortcurts h2 {
  font-weight: normal;
  padding: 10px 25px;
  color: steelblue;
}

.link-shortcurts ul {
  margin: 0px;
  padding: 0px;
  background-color: white;
  flex-wrap: wrap;
}

.link-shortcurts ul li {
  flex: 0 0 200px;
  height: 70px;
  background-color: lavender;
  font-weight: nromal;
  padding: 5px 20px;
  margin: 25px 30px;
}

.link-shortcurts ul li a {
  font-weight: normal;
}

.link-shortcurts ul li:nth-child(even) {
  background-color: antiquewhite;
}

.link-shortcurts ul li:hover {
  opacity: 0.5;
}

.apology-add-section {
  width: 100%;
  height: 350px;
  margin: 100px 0px;
  justify-content: center;
  display: none;
}

.apology-add-section .a-a-cont {
  width: 350px;
  height: 300px;
  background-color: white;
  box-shadow: 10px 20px 30px 20px rgba(0, 0, 0, 0.1);
  flex-direction: column;
}

.apology-add-section .a-a-cont p {
  padding-left: 10px;
  font-weight: normal;
  font-family: sans-serif;
  color: darkslategrey;
}

.apology-add-section .a-a-cont .a-a-c-social {
  width: 100%;
  height: 70px;
  justify-content: flex-start;
}

.apology-add-section .a-a-cont .a-a-c-social a .fa {
  color: steelblue;
  font-size: 26px;
  padding: 10px 35px;
  background-color: whitesmoke;
  margin: 5px;
}

.apology-add-section .a-a-cont .a-a-c-social a:last-child .fa {
  background-color: steelblue;
  border: none;
  color: lavender;
}

.offer {
  width: 100%;
  height: 40vh;
  margin-top: 70px;
  margin-bottom: 40px;
  display: none;
}

.offer .offer-cont {
  width: 80vw;
  height: 40vh;
  margin: 20px auto;
  background-color: whitesmoke;
}

.offer .offer-cont .offer-col-1 {
  background-color: burlywood;
  width: 40%;
  height: 100%;
}

.offer .offer-cont .offer-col-1 img {
  width: 100%;
  height: 100%;
}

.offer .offer-cont .offer-col-2 {
  position: relative;
  background: radial-gradient(#f2f2f2, mintcream);
  width: 60%;
  height: 100%;
  text-align: center;
}

.offer .offer-cont .offer-col-2 h2 {
  color: darkblue;
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.offer .offer-cont .offer-col-2 .offer-text {
  margin: auto;
  bottom: 100px;
}

.offer .offer-cont .offer-col-2 .offer-text h4 {
  color: green;
}

.bottom-nav {
  z-index: 45;
  position: fixed;
  bottom: 0px;
  right: 0;
  width: 50%;
  height: 50px;
  margin: 0;
}

.bottom-nav .bot-nav {
  transition: 1s ease-in-out;
  width: 100%;
  background-color: transparent;
  opacity: 1;
}

.bottom-nav .bot-nav ul {
  width: 100%;
  margin: 0;
  justify-content: space-around;
  opacity: 1;
  padding: 0px;
}

.bottom-nav .bot-nav ul li {
  padding: 5px;
}

.bottom-nav .bot-nav ul li a {
  transition: 0.5s 0.2s ease-in-out;
}

.bottom-nav .bot-nav ul li .fa,
.bottom-nav .bot-nav ul li .fa:visited {
  transition: 0.3s ease-in-out;
  font-size: 22px;
  color: #4d4c4c;
  padding: 7px 10px;
  border-radius: 0px;
}

.bottom-nav .bot-nav ul li .fa:hover,
.bottom-nav .bot-nav ul li .fa:active {
  background-color: #e3eeee;
  color: #0f0f0f;
}

.bottom-nav .bot-nav ul li .active {
  position: relative;
}

.bottom-nav .bot-nav ul li .active::after {
  content: "";
  transform: translateY(-5px);
  position: absolute;
  background-color: orange;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.bottom-nav .bot-nav ul li .bot-open-nav {
  display: none;
}

.bottom-nav .bot-nav:hover {
  opacity: 1;
  background-color: steelblue;
}

.bottom-nav .bot-nav:hover .fa {
  color: mintcream;
}

body {
  margin: 0px;
  box-sizing: border-box;
}

.cart-cont {
  margin: 0px;
  height: 100vh;
  width: 100%;
  background-color: whitesmoke;
  box-sizing: border-box;
}

.cart-cont img {
  width: 100px;
  height: 100px;
}

.cart-cont .cart-header {
  position: relative;
  background-color: whitesmoke;
  height: 15%;
  width: 100%;
  margin-bottom: 0;
}

.cart-cont .cart-header p {
  position: absolute;
  left: 70px;
  top: 5px;
  font-size: 20px;
  color: grey;
  padding: 10px 18px;
  background-color: transparent;
  border: 2px solid grey;
  border-radius: 10px;
  font-weight: 200;
}

.cart-cont .cart-header p .fa {
  color: grey;
}

.cart-cont .cart-header p span {
  background-color: whitesmoke;
  padding: 10px;
  border-radius: 20px;
  color: grey;
}

.cart-cont .cart-header .cart-clear-btn {
  position: absolute;
  top: 20px;
  right: 60px;
  text-align: center;
  height: 38px;
  width: 60px;
  border-radius: 10px;
  background-color: darkorange;
  padding: 5px 10px;
}

.cart-cont .cart-header .cart-clear-btn .fa {
  color: lavender;
  font-size: 25px;
  margin-top: 5px;
}

.cart-cont .cart-main {
  overflow-y: auto;
  overflow-x: visible;
  height: 77%;
  width: 100%;
  position: relative;
  margin-top: 0;
  background-color: white;
  border-radius: 0px;
}

.cart-cont .cart-main .cart-tittle {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0px;
  text-align: center;
}

.cart-cont .cart-main .cart-tittle p {
  font-size: 25px;
  font-weight: 800;
  color: darkslategrey;
}

.cart-cont .cart-main #cart-list {
  margin: 10px;
  width: 90%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cart-cont .cart-main #cart-list li {
  position: relative;
  flex: 0 0 40%;
  margin-left: 0;
  height: 90px;
  padding: 20px 5px;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: steelblue;
  cursor: pointer;
  text-align: center;
  background-color: whitesmoke;
  border-radius: 20px;
}

.cart-cont .cart-main #cart-list li img {
  transform: translateX(-20px);
  position: absolute;
  top: 0px;
  left: 10px;
  border-radius: 30%;
  width: 25%;
  height: 100%;
}

.cart-cont .cart-main #cart-list li p {
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: steelblue;
  width: 130px;
  height: 30px;
  margin: auto;
  margin-top: 10px;
  font-weight: lighter;
  font-size: 14px;
}

.cart-cont .cart-main #cart-list li:nth-child(even) p {
  background-color: darkorange;
  color: lavender;
}

.cart-cont .cart-main #cart-list li:nth-child(5) p {
  background-color: lightgreen;
}

.cart-cont .cart-main #cart-list li:nth-child(9) p {
  background-color: lightpink;
}

.cart-cont .cart-main #cart-list .empty {
  margin: 100px auto;
  font-size: 18px;
  color: grey;
  line-height: 25px;
  height: 100px;
}

.cart-cont .cart-main #cart-list .empty .fa {
  margin-top: 60px;
  padding: 25px;
  border-radius: 10px;
  background-color: grey;
  font-size: 32px;
  margin-left: 20px;
  margin-right: 20px;
  color: lavender;
}

.cart-cont .cart-main .open-cart-oder {
  width: 200px;
  height: 40px;
  background-color: darkslategrey;
  color: whitesmoke;
  position: fixed;
  bottom: 30px;
  left: 20px;
  font-weight: normal;
}

.cart-cont .cart-main .open-cart-oder .fa {
  padding: 20px 10px;
}

.cart-cont .cart-main .open-cart-oder:hover {
  transition: 0.3s ease-in-out;
  opacity: .6;
}

.cart-cont .cart-main .cart-social-icons {
  background-color: darkslategrey;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 200px;
  bottom: 15px;
  width: 400px;
  height: 300px;
  border-radius: 1px;
  display: none;
}

.cart-cont .cart-main .cart-social-icons a {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid grey;
  color: whitesmoke;
}

.cart-cont .cart-main .cart-social-icons a .fa {
  transition: 0.5s ease-in-out;
  color: white;
  font-size: 32px;
  margin-top: 5px;
  padding: 6px;
  border-radius: 20px;
}

.cart-cont .cart-main .cart-social-icons a .fa:hover {
  background-color: grey;
  box-shadow: 0 0 0px 6px white;
  color: white;
}

.cart-cont .cart-main .cart-social-icons a:hover {
  color: grey;
}

.cart-cont .cart-main .cart-social-icons span {
  width: 100%;
  height: 50px;
  color: lavender;
}

.cart-cont .cart-main .cart-social-icons span .fa {
  background-color: grey;
  padding: 3px 5px;
  border-radius: 10px;
}

.cart-cont .cart-tottal-cont {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 150px;
  height: 50px;
  background-color: white;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.cart-cont .cart-tottal-cont span {
  padding: 5px 10px;
  width: 150px;
  height: 40px;
  color: green;
  border-radius: 10px;
}

.cart-cont .cart-main::before {
  display: none;
  position: absolute;
  margin: auto;
  content: '';
  border-radius: 20px;
  transform: translateY(10px);
  left: 45%;
  width: 100px;
  height: 5px;
  background-color: darkorange;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  box-sizing: border-box;
}

.items-header .items-top-nav {
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: white;
  margin-top: 50px;
}

.items-header .items-top-nav h3 {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
  color: white;
  border-radius: 10px;
  padding: 2px 10px;
  background-color: steelblue;
  margin-left: 15px;
  height: 50px;
  width: 300px;
}

.items-header .items-header-img {
  display: none;
  width: 100%;
  height: 200px;
  background-color: green;
}

.items-header .items-header-img img {
  width: 40%;
  height: 100%;
}

.items-header .items-item-nav {
  width: 100%;
  height: 100px;
  margin-top: 40px;
  position: relative;
  margin-bottom: 50px;
}

.items-header .items-item-nav ul {
  width: 100%;
  height: 100%;
  justify-content: flex-start;
  margin: 20px 0px;
  overflow-y: hidden;
  overflow-x: auto;
}

.items-header .items-item-nav ul li {
  flex: 0 0 25%;
  padding: 0px 10px;
  margin: 0px 10px;
}

.items-header .items-item-nav ul li a {
  padding: 8px 5px;
  background-color: transparent;
  color: darkslategrey;
  font-weight: lighter;
  margin-left: 10px;
}

.items-header .items-item-nav ul li:hover a {
  color: grey;
}

.items-header .items-item-nav .fa {
  position: absolute;
  bottom: 0px;
  right: 10px;
  color: darkslategrey;
  font-size: 24px;
  transform: translateY(25px);
  background-color: transparent;
  padding: 5px;
  border-radius: 10px;
}

.items-items-cont {
  height: auto;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}

.items-items-cont .items-tittles {
  width: 100%;
  height: 70px;
  margin: 20px 0px;
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  align-items: center;
  padding: 0px 10px;
}

.items-items-cont .items-tittles h3 {
  font-size: 29px;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
  color: darkslategrey;
  margin-right: 25px;
}

.items-items-cont .items-tittles .fa {
  padding: 0px 5px;
  color: darkslategrey;
}

.items-items-cont .i-items-rows {
  margin: 30px 0px;
  height: auto;
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}

.items-items-cont .i-items-rows .i-i-r-cont {
  flex: 0 0 23%;
  margin: 5px;
  height: 300px;
  background-color: coral;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-img {
  background-color: brown;
  height: 60%;
  width: 100%;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-img img {
  width: 100%;
  height: 100%;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text {
  position: relative;
  background-color: white;
  height: 40%;
  width: 100%;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text {
  height: 70%;
  width: 100%;
  background-color: transparent;
  line-height: 5px;
  padding: 10px;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text h3 {
  color: darkslategrey;
  font-weight: lighter;
  font-size: 16px;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text p {
  color: darkslategrey;
  font-weight: lighter;
  font-size: 14px;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text p span {
  color: green;
  font-size: 13px;
  padding-right: 10px;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 30%;
  width: 50%;
  border-bottom: 0.7px solid grey;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order p {
  color: darkslategrey;
  font-size: 14px;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order:hover,
.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order:visited {
  background-color: darkslategrey;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order:hover p,
.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order:visited p {
  color: whitesmoke;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-whatsapp {
  display: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 40%;
  width: 50%;
  background-color: blue;
}

.items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-whatsapp p {
  padding: 6px 5px;
}

.link-shortcurts {
  margin-bottom: 70px;
}

.link-shortcurts ul li {
  flex: 0 0 25%;
  margin: 5px 5px;
  height: 80px;
  border-radius: 20px;
}

.link-shortcurts ul li:nth-child(even) {
  background-color: antiquewhite;
}

.det-top-nav {
  width: 30%;
  height: 60px;
  padding: 10px;
  margin: 10px 15px;
}

.det-top-nav h3 {
  color: black;
  font-size: 20px;
  font-weight: normal;
}

.det-header-cont {
  margin: 40px auto;
  height: 400px;
  width: 85%;
  display: flex;
  justify-content: space-evenly;
  background-color: steelblue;
}

.det-header-cont .det-header-img {
  background-color: cornflowerblue;
  background-size: cover;
  background-position: center;
  height: 100%;
  flex: 0 0 50%;
}

.det-header-cont .det-header-img img {
  width: 100%;
  height: 100%;
}

.det-header-cont .det-header-details {
  background-color: white;
  flex: 0 0 50%;
  padding: 15px;
  line-height: 20px;
}

.det-header-cont .det-header-details h3 {
  font-family: sans-serif;
  font-weight: normal;
}

.det-header-cont .det-header-details p {
  font-size: 16px;
  font-weight: normal;
}

.det-header-cont .det-header-details button {
  background-color: steelblue;
  color: white;
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  height: 30px;
  margin-top: 20px;
  border: none;
}

.det-header-cont .det-header-details span {
  margin-top: 20px;
  color: teal;
}

main .det-main-cont {
  margin-top: 100px;
  margin-bottom: 80px;
  height: 650px;
  width: 100%;
  background-color: white;
}

main .det-main-cont h3, main .det-main-cont p {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans';
}

main .det-main-cont .det-main-c-tittle {
  width: 90%;
  height: 50px;
  margin: 30px auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-top: 0.3px solid grey;
  color: #1a1a1a;
}

main .det-main-cont .det-m-items-cont {
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: transparent;
  margin: 50px 0px;
}

main .det-main-cont .det-m-items-cont .d-m-items-item-cont {
  flex: 0 0 23%;
  height: 90%;
  margin: 5px;
}

main .det-main-cont .det-m-items-cont .d-m-items-item-cont .det-m-i-i-img {
  width: 100%;
  height: 100%;
}

main .det-main-cont .det-m-items-cont .d-m-items-item-cont .det-m-i-i-img img {
  width: 100%;
  height: 100%;
}

.d-order-open-btn {
  width: 60%;
  height: 40px;
  color: whitesmoke;
  justify-content: space-evenly;
  position: fixed;
  bottom: 10px;
  left: 20px;
  font-weight: normal;
}

.d-order-open-btn .fa {
  transition: 0.5s ease-in-out;
  padding: 10px 15px;
  background-color: darkslategrey;
  font-size: 26px;
  color: white;
}

.d-order-open-btn .fa:hover {
  transform: scale(1.1);
}

.d-order-open-btn p {
  background-color: white;
  box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
  padding: 0px 10px;
  cursor: pointer;
  font-weight: normal;
  height: 50px;
  color: darkslategrey;
  width: 70%;
}

.d-order-open-btn p .fa {
  background-color: transparent;
  color: darkslategrey;
}

.details-order-now {
  width: 300px;
  height: 350px;
  position: fixed;
  bottom: 150px;
  background-color: darkslategrey;
  right: 40px;
  display: none;
}

.details-order-now .d-oder-s-icons {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.details-order-now .d-oder-s-icons a {
  transition: .5s ease-in-out;
  border-bottom: 2px solid white;
  width: 100%;
  height: 40px;
  padding: 10px;
  color: white;
  font-weight: normal;
}

.details-order-now .d-oder-s-icons a .fa {
  font-size: 26px;
  color: whitesmoke;
}

.details-order-now .d-oder-s-icons a:hover {
  transform: scale(1);
  color: lavender;
}

.details-order-now .d-oder-s-icons span {
  color: grey;
  padding: 4px 7px;
  background-color: aliceblue;
  border-radius: 10px;
}

body {
  margin: 0px;
}

.search-header .search-header-cont .search-search-section {
  width: 100%;
  height: 100px;
  margin-bottom: 40px;
  justify-content: space-evenly;
}

.search-header .search-header-cont .search-search-section input[type="text"] {
  width: 70%;
  height: 40px;
  border: none;
  border-bottom: 0.5px solid grey;
  color: darkslategrey;
  padding: 1px 10px;
  font-size: 16px;
  font-weight: normal;
}

.search-header .search-header-cont .search-search-section input[type="text"]:focus {
  border: none;
  outline: none;
  background-color: white;
  font-size: 17px;
  border-left: 0.5px solid darkslategrey;
  padding: 1px 10px;
}

.search-header .search-header-cont .search-search-section .fa {
  padding: 10px 15px;
  color: #454242;
  border-radius: 10px;
  width: 60px;
}

.search-header .search-header-cont .search-search-result .search-pop-up {
  height: 500px;
  width: 100%;
  background-color: whitesmoke;
  display: none;
  position: relative;
}

.search-header .search-header-cont .search-search-result .search-pop-up .fa {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 24px;
  color: darkslategrey;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul {
  width: 100%;
  min-height: 100%;
  height: auto;
  flex-wrap: wrap;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li {
  justify-content: space-between;
  width: 200px;
  height: 200px;
  margin: 10px;
  background-color: whitesmoke;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li a {
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li a span {
  width: 100%;
  height: 200%;
  font-weight: normal;
  font-family: sans-serif;
  color: black;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li a span:hover {
  opacity: 0.6;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li a img {
  padding: 0px;
  width: 100%;
  height: 80%;
}

.search-header .search-header-cont .search-search-result .search-pop-up ul li a img:hover {
  opacity: 0.5;
}

.search-not-poped {
  min-height: 100vh;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.search-not-poped .section-row-tittle {
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  justify-content: flex-start;
  margin: 15px 0px;
  padding-left: 15px;
}

.search-not-poped .section-row-tittle h3 {
  padding: 0px 10px;
  color: black;
  font-weight: normal;
}

.search-not-poped .search-row {
  width: 100%;
  min-height: 150px;
  background-color: transparent;
  margin-bottom: 50px;
}

.search-not-poped .search-row .search-row-cont {
  height: 230px;
  width: 220px;
  background-color: white;
}

.search-not-poped .search-row .search-row-cont .s-r-c-img {
  width: 100%;
  height: 80%;
  background-color: coral;
}

.search-not-poped .search-row .search-row-cont .s-r-c-img a img {
  height: 100%;
  width: 100%;
}

.search-not-poped .search-row .search-row-cont .s-r-c-img a img:hover {
  opacity: .6;
}

.search-not-poped .search-row .search-row-cont .s-r-c-text {
  width: 100%;
  height: 20%;
}

.search-not-poped .search-row .search-row-cont .s-r-c-text p {
  font-weight: normal;
  color: black;
}

.search-back {
  position: fixed;
  bottom: 10px;
  left: 10px;
}

.search-back a .fa {
  background-color: white;
  box-shadow: 0 0 3px 5px rgba(10, 10, 10, 0.1);
  padding: 12px 40px;
  border-radius: 20px;
  color: darkslategrey;
}

* {
  box-sizing: border-box;
  font-weight: normal;
}

a:hover {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
  background: transparent;
  border-radius: 20px;
  opacity: 0.5;
}

::-webkit-scrollbar-thumb {
  background: steelblue;
  border-radius: 20px;
}

* {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  list-style-type: none;
  box-sizing: border-box;
}

a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

a:hover {
  background-color: transparent;
}

@media (max-width: 600px) {
  header .header-cont {
    background-color: grey;
    background-image: url(/img/back/29.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    width: 100%;
    height: 400px;
  }
  header .header-cont .open-nav {
    z-index: 40;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    position: absolute;
    display: none;
  }
  header .header-cont .open-nav h3 {
    color: darkslategrey;
    font-size: 20px;
    font-weight: bold;
    display: none;
  }
  header .header-cont .open-nav .fa {
    font-size: 26px;
    padding-left: 5px;
    color: darkslategrey;
  }
  header .header-cont .header-text {
    display: none;
    margin: 0px;
    line-height: 15px;
  }
  header .header-cont .header-text h2 {
    font-size: 29px;
    font-weight: bold;
    color: white;
  }
  header .header-cont .header-text h3 {
    color: darkslategrey;
  }
  header .header-cont .header-text p {
    color: grey;
    font-size: 18px;
    padding-left: 20px;
  }
  header .header-cont nav {
    z-index: 50;
    position: fixed;
    background-color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0px;
    right: 0px;
    color: black;
    width: 100%;
    min-height: 500px;
    max-height: auto;
    top: -100%;
  }
  header .header-cont nav .nav-text {
    display: none;
  }
  header .header-cont nav .nav-bar {
    transition: 0.6s 0.1s ease-in-out;
    position: absolute;
    top: 20px;
    right: 0px;
    display: inline-block;
    padding: 5px 20px;
    width: 50px;
    height: 35px;
    border-radius: 10px 0 0 10px;
    background-color: transparent;
  }
  header .header-cont nav .nav-bar .fa {
    font-size: 24px;
    color: darkslategrey;
    z-index: 2;
  }
  header .header-cont nav .nav-tittle {
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 10px;
  }
  header .header-cont nav .nav-tittle img {
    width: 130px;
    height: 100px;
    border-radius: 30px;
  }
  header .header-cont nav .nav-tittle h2 {
    font-size: 20px;
    color: darkslategrey;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
  }
  header .header-cont nav ul {
    border-radius: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    min-height: 30%;
    text-align: right;
    justify-content: flex-start;
    background-color: white;
    margin: 0px;
    margin-bottom: 150px;
    padding: auto;
  }
  header .header-cont nav ul li {
    width: 90%;
    height: 45px;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 6px 10px;
    left: 0px;
    background-color: lavender;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .header-cont nav ul li a {
    color: darkslategrey;
    font-weight: lighter;
  }
  header .header-cont nav ul li a:hover {
    text-decoration: none;
    border: none;
    font-weight: bolder;
  }
  header .header-cont nav ul li .fa {
    font-size: 22px;
    color: steelblue;
    padding: 2px;
    padding-right: 10px;
    margin-top: 0px;
    border-radius: 20px;
  }
  header .header-cont nav ul li:last-child {
    flex: 0 0 50%;
    color: darkslategrey;
    border: none;
    background-color: white;
  }
  header .header-cont nav ul li:hover {
    background-color: lavender;
  }
  header .header-cont nav .navmenu-products {
    display: none;
    top: 65%;
    width: 100%;
    background-color: white;
    right: 0px;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  header .header-cont nav .navmenu-products a {
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
  }
  header .header-cont .header-text {
    margin-bottom: 50px;
  }
  header .header-cont .header-text h1 {
    font-size: 60px;
    font-weight: bold;
    color: steelblue;
  }
  header .header-cont .header-text h2 {
    color: white;
  }
  header .header-cont .header-social-links ul {
    width: 95%;
    background-color: transparent;
    justify-content: space-around;
  }
  header .header-cont .header-social-links ul li a .fa {
    color: steelblue;
  }
  section .section-cont {
    min-height: 180vh;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
    background-color: whitesmoke;
  }
  section .section-cont .section-tittles {
    background-color: steelblue;
    width: 90%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  section .section-cont .section-tittles h3 {
    font-size: 20px;
    font-weight: normal;
  }
  section .section-cont .section-tittles .fa {
    padding: 22px 1px;
  }
  section .section-cont .section-tittles .material-icons {
    color: white;
  }
  section .section-cont .section-social {
    background-color: whitesmoke;
    height: 150px;
  }
  section .section-cont .section-social .section-social-icons {
    background-color: whitesmoke;
    height: 50%;
    flex-wrap: wrap;
    border-radius: 0px;
  }
  section .section-cont .section-social .section-social-icons a i {
    background-color: whitesmoke;
    width: 60px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 6px rgba(49, 48, 48, 0.3);
  }
  section .section-cont .section-social .section-social-icons a i:hover {
    transform: scale(1);
    background-color: lavender;
  }
  section .section-cont .section-social .section-help {
    height: 50%;
  }
  section .section-cont .section-social .section-help .section-help-btn {
    background-color: darkslategrey;
    border-radius: 20px;
    color: white;
    width: 200px;
  }
  section .section-cont .section-social .section-help .section-help-btn p {
    text-decoration: none;
  }
  section .section-cont .section-social .section-help .help-ex {
    left: 30px;
    width: 80%;
  }
  section .section-cont .section-top-charts {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 300px;
    height: 350px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 10px;
    padding: 0px;
  }
  section .section-cont .section-top-charts .see-all {
    bottom: 20px;
    height: 30px;
    display: none;
  }
  section .section-cont .section-top-charts .see-all p {
    padding: 1px 15px;
  }
  section .section-cont .section-top-charts .section-t-charts-cont {
    background-color: whitesmoke;
    margin-right: 5px;
    flex: 0 0 190px;
    height: 80%;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-img {
    background-color: whitesmoke;
    height: 70%;
    border-radius: 20px;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-img img {
    border-radius: 20px;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text {
    height: 30%;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text h3 {
    color: darkslategrey;
    font-weight: bold;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text p {
    color: darkslategrey;
  }
  section .section-cont .section-top-charts .section-t-charts-cont .s-t-chart-text a {
    transform: translateY(10px);
    background-color: transparent;
    font-size: 15px;
  }
  section .section-cont .section-links {
    min-height: 1100px;
    height: 1100px;
    margin-top: 20px;
    background-color: red;
  }
  section .section-cont .section-links .section-links-container {
    flex-direction: column;
  }
  section .section-cont .section-links .section-links-container .s-links-col {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one {
    background-color: white;
    flex: 0 0 50%;
    width: 100%;
    overflow: hidden;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one {
    width: 100%;
    height: 45%;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: white;
    justify-content: flex-start;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont {
    flex: 0 0 50%;
    height: 90%;
    border-radius: 23px;
    padding: 0 5px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img {
    background-color: darkorange;
    height: 80%;
    width: 100%;
    border-radius: 20px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-img img:hover {
    opacity: 0.7;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-text {
    background-color: transparent;
    height: 20%;
    width: 100%;
    border-radius: 20px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-one .s-links-row-cont .s-l-row-text p {
    color: black;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two {
    height: 55%;
    width: 100%;
    overflow: hidden;
    background-color: white;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont {
    flex: 0 0 25%;
    height: 35%;
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img {
    background-color: whitesmoke;
    border-radius: 20px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text {
    background-color: transparent;
    justify-content: flex-start;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text p {
    font-size: 14px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-one .s-l-r-one-stage-two .s-links-row-cont:nth-child(1) {
    margin-left: 0px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two {
    flex: 0 0 50%;
    height: 30%;
    width: 100%;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one {
    background-color: white;
    width: 100%;
    height: 30%;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul {
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: transparent;
    border-top: 0.5px solid grey;
    justify-content: flex-start;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li {
    border: none;
    margin: 1px 5px;
    border-radius: 5px;
    height: 50px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-one ul li a {
    color: darkslategrey;
    font-size: 16px;
    padding: 10px 2px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two {
    background-color: whitesmoke;
    width: 100%;
    height: 70%;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont {
    flex: 0 0 45%;
    height: 65%;
    border-radius: 23px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img {
    border-radius: 33px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-img img {
    height: 100%;
    border-radius: 10px;
  }
  section .section-cont .section-links .section-links-container .s-links-col .s-links-row-two .s-l-r-one-stage-two .s-links-row-cont .s-l-row-text p {
    color: #0f0f0f;
  }
  section .section-cont .section-advat {
    background-color: white;
  }
  section .section-cont .section-advat .section-advat-cont {
    flex: 0 0 85%;
    height: 90px;
    border-radius: 10px;
    flex-direction: row;
    box-shadow: 7px 7px 2px 3px rgba(12, 12, 12, 0.2);
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-img {
    background-color: whitesmoke;
    width: 35%;
    height: 100%;
    border-radius: 27px 0 0 27px;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-img img {
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text {
    background-color: white;
    width: 65%;
    height: 100%;
    border-radius: 0 10px 10px 0;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text {
    background-color: transparent;
    justify-content: flex-start;
    align-items: flex-start;
    top: 5px;
    padding: 2px 10px;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text h1 {
    font-size: 16px;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text p {
    line-height: 5px;
    font-size: 14px;
    color: green;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-a-t-text h3 {
    width: 100%;
    height: 25px;
    font-size: 14px;
    transform: translateY(-10px);
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-advat-addtocart {
    right: 0px;
    width: 110px;
    background-color: white;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text .s-advat-addtocart p {
    font-size: 14px;
    color: #1a1a1a;
  }
  section .section-cont .section-advat .section-advat-cont .section-advat-text::before {
    width: 20px;
    height: 30px;
    display: none;
  }
  section .section-cont .section-advat .section-advat-cont:nth-child(even) {
    margin-right: 30px;
  }
  main .main-cont {
    background-color: whitesmoke;
    margin-top: 10px;
    margin-bottom: 70px;
    height: 600px;
    flex-direction: column;
  }
  main .main-cont .main-col-1 {
    width: 90%;
    height: 30%;
    margin-bottom: 10px;
  }
  main .main-cont .main-col-1 img {
    height: 98%;
    width: 90%;
    flex-basis: 100%;
    border-radius: 30px;
  }
  main .main-cont .main-col-2 {
    width: 100%;
    height: 40%;
  }
  main .main-cont .main-col-2 img {
    border-radius: 20px;
    margin: 5px;
  }
  main .main-cont .main-col-2 .m-c-2-1 {
    height: 50%;
  }
  main .main-cont .main-col-2 .m-c-2-2 {
    margin-top: 20px;
    height: 50%;
    line-height: 10px;
    background-color: whitesmoke;
  }
  main .main-cont .main-col-2 .m-c-2-2 a,
  main .main-cont .main-col-2 .m-c-2-2 a:visited,
  main .main-cont .main-col-2 .m-c-2-2 a:active {
    transform: translateY(80px);
    background-color: steelblue;
    color: white;
  }
  main .main-cont .main-col-2 .m-c-2-2 a:hover {
    background-color: white;
    color: steelblue;
    text-decoration: underline;
    box-shadow: 0 0 10px 10px whitesmoke;
  }
  .link-shortcurts {
    border-top: 0.5px solid grey;
    margin-bottom: 70px;
  }
  .link-shortcurts ul li {
    flex: 0 0 25%;
    margin: 5px 5px;
    height: 80px;
    border-radius: 20px;
  }
  .link-shortcurts ul li:nth-child(even) {
    background-color: antiquewhite;
  }
  .apology-add-section {
    flex-direction: column;
    height: 600px;
    margin: 0px 0px;
  }
  .apology-add-section .a-a-cont {
    height: 200px;
    border-radius: 30px;
  }
  .apology-add-section .a-a-cont p {
    font-size: 16px;
  }
  .offer {
    height: 400px;
    width: 100%;
    background-color: transparent;
  }
  .offer .offer-cont {
    height: 100%;
    flex-direction: column;
    background-color: transparent;
  }
  .offer .offer-cont .offer-col-1 {
    background-color: transparent;
    width: 100%;
    height: 40%;
  }
  .offer .offer-cont .offer-col-1 img {
    border-radius: 30px;
  }
  .offer .offer-cont .offer-col-2 {
    height: 60%;
    width: 100%;
    background: transparent;
  }
  .offer .offer-cont .offer-col-2 h2 {
    font-size: 30px;
    color: steelblue;
    left: 10px;
  }
  .offer .offer-cont .offer-col-2 .offer-text {
    bottom: 10px;
    left: 10px;
    line-height: 18px;
  }
  ::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: steelblue;
  }
  .advat {
    height: 350px;
  }
  .advat .advat-cont {
    width: 100%;
    height: 400px;
    height: 100%;
  }
  .advat .advat-cont .advat-img {
    width: 100%;
    height: 70%;
  }
  .advat .advat-cont .advat-img img {
    border-radius: 30px;
  }
  .advat .advat-cont .advat-opt {
    height: 30%;
    width: 100%;
  }
  .advat .advat-cont .advat-opt img {
    border-radius: 20%;
    height: 60%;
  }
  .items {
    border-radius: 50px 50px 0 0;
    position: relative;
    height: 2500px;
    width: 100%;
    margin-bottom: 60px;
    overflow-x: scroll;
    overflow-y: visible;
  }
  .items .item-nav ul .first-nav {
    margin-left: 260px;
  }
  .items .items-label {
    background-color: steelblue;
  }
  .items .items-cont {
    height: 100%;
    width: 100%;
  }
  .items .items-cont .first-item {
    margin-left: 20px;
    left: 20px;
  }
  .items .items-cont .image-cont {
    border-radius: 20px;
    width: 120px;
    height: 190px;
    background-color: lavender;
  }
  .items .items-cont .image-cont .items-img {
    background-color: lavender;
    width: 80%;
    height: 50%;
  }
  .items .items-cont .image-cont .items-img img {
    border-radius: 20px;
  }
  .items .items-cont .image-cont .items-text {
    position: relative;
    height: 40%;
    background-color: transparent;
  }
  .items .items-cont .image-cont .items-text .items-btn {
    overflow-y: hidden;
    overflow-x: hidden;
    transition: 0.4s ease-in-out;
    height: 27px;
    width: 80%;
    transform: translateY(5px);
    color: red;
  }
  .items .items-cont .image-cont .items-text .items-btn p {
    height: 25px;
  }
  .items .items-cont .image-cont .items-text .items-btn .fa {
    font-size: 20px;
    transform: translateX(-100px);
  }
  .items .items-cont .image-cont .items-text .items-btn:hover .fa,
  .items .items-cont .image-cont .items-text .items-btn:hover .fa:visited {
    transform: translateX(10px);
  }
  .items .items-cont .image-cont .items-text:hover {
    transition: 0.4s ease-in-out;
  }
  .items .items-cont .image-cont .items-text::before {
    position: absolute;
    top: 5px;
    left: 25%;
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 20%;
    background-color: steelblue;
  }
  .items #duvets .first-item {
    margin-left: 200px;
  }
  .items #shoes .first-item {
    margin-left: 200px;
  }
  .items #babyitems .first-item {
    margin-left: 300px;
  }
  .items #handbags .first-item {
    margin-left: 1100px;
  }
  .items #towels .first-item {
    margin-left: 500px;
  }
  .items #flasks .first-item {
    margin-left: 450px;
  }
  .items::before {
    position: absolute;
    top: 5px;
    left: 40%;
    content: "";
    width: 80px;
    height: 5px;
    border-radius: 20%;
    background-color: grey;
  }
  .bottom-nav .bot-nav ul li .bot-open-nav {
    display: inline;
  }
  footer {
    font-weight: lighter;
  }
  footer h3 {
    font-size: 25px;
  }
  footer h4 {
    font-size: 14px;
  }
  .cart-cont .cart-header {
    height: 10%;
  }
  .cart-cont .cart-header p {
    top: 2px;
    font-size: 16px;
    left: 10px;
  }
  .cart-cont .cart-header .cart-clear-btn {
    top: 18px;
    right: 10px;
  }
  .cart-cont .cart-header .cart-clear-btn .fa {
    font-size: 20px;
  }
  .cart-cont .cart-main {
    width: 100%;
    border-radius: 30px 30px 0px 0px;
  }
  .cart-cont .cart-main .cart-tittle p {
    font-size: 22px;
  }
  .cart-cont .cart-main #cart-list {
    width: 99%;
    margin-left: 0px;
  }
  .cart-cont .cart-main #cart-list li {
    font-size: 16px;
    line-height: 13px;
    flex: 0 0 100%;
    height: 70px;
    margin-bottom: 15px;
  }
  .cart-cont .cart-main #cart-list li img {
    width: 23%;
    height: 100%;
  }
  .cart-cont .cart-main #cart-list li p {
    line-height: 17px;
    font-size: 14px;
    margin-top: 4px;
    padding: 3px 7px;
    width: 100px;
    height: 25px;
    margin-right: 25px;
  }
  .cart-cont .cart-main #cart-list .empty {
    margin-top: 20px;
    margin-right: 30px;
  }
  .cart-cont .cart-main .open-cart-oder {
    border-radius: 10px;
  }
  .cart-cont .cart-main .cart-social-icons {
    position: fixed;
    height: 300px;
    width: 200px;
    right: 20px;
    bottom: 100px;
    border-radius: 10px;
    display: none;
  }
  .cart-cont .cart-main .cart-social-icons a {
    font-size: 16px;
    font-weight: normal;
  }
  .cart-cont .cart-main .cart-social-icons a .fa {
    font-size: 24px;
    margin-left: 5px;
  }
  .cart-cont .cart-main::before {
    left: 130px;
  }
  .det-top-nav {
    border-radius: 40px 40px 40px 40px;
  }
  .det-header-cont {
    flex-direction: column;
    min-height: 500px;
    height: 500px;
    max-height: auto;
    margin-bottom: 50px;
    background-color: white;
  }
  .det-header-cont .det-header-img {
    height: 30%;
    width: 100%;
    border-radius: 20px;
  }
  .det-header-cont .det-header-img img {
    border-radius: 20px;
  }
  .det-header-cont .det-header-details {
    height: 60%;
    width: 100%;
  }
  .d-order-open-btn {
    width: 100%;
  }
  .d-order-open-btn .fa {
    border-radius: 5px;
  }
  .d-order-open-btn p {
    border-radius: 5px;
    padding: 0px 20px;
  }
  .details-order-now {
    right: 5px;
    width: 230px;
    height: 350px;
    border-radius: 10px;
  }
  main .det-main-cont {
    height: 800px;
    margin-top: 20px;
  }
  main .det-main-cont .det-main-c-tittle {
    justify-content: flex-start;
  }
  main .det-main-cont .det-m-items-cont {
    flex-wrap: wrap;
    height: 300px;
  }
  main .det-main-cont .det-m-items-cont .d-m-items-item-cont {
    flex: 0 0 40%;
    height: 120px;
    background-color: coral;
    border-radius: 20px;
  }
  main .det-main-cont .det-m-items-cont .d-m-items-item-cont img {
    border-radius: 10px;
  }
  .items-header .items-top-nav {
    margin-top: 20px;
  }
  .items-header .items-top-nav h3 {
    font-size: 18px;
    width: 200px;
    border-radius: 15px 15px 0px 15px;
  }
  .items-header .items-item-nav ul {
    border-bottom: 0.7px solid grey;
  }
  .items-header .items-item-nav ul li {
    flex: 0 0 40%;
    border-radius: 20px;
    height: 50px;
  }
  .items-header .items-item-nav ul li a {
    font-size: 15px;
    padding: 8px 2px;
  }
  .items-header .items-item-nav ul li:first-child {
    margin-left: 0px;
  }
  .items-items-cont .items-tittles {
    height: 50px;
    justify-content: flex-start;
    padding: 0px 15px;
    background-color: white;
  }
  .items-items-cont .i-items-rows {
    flex-wrap: wrap;
    height: auto;
  }
  .items-items-cont .i-items-rows .i-i-r-cont {
    flex: 0 0 42%;
    min-height: 250px;
    max-height: 250px;
    background-color: white;
    border-radius: 0px;
    margin: 15px 5px;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-img {
    position: relative;
    background-color: white;
    height: 60%;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-img img {
    border-radius: 20px;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text {
    position: relative;
    height: 40%;
    border-radius: 0 0 0px 0px;
    background-color: white;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text {
    line-height: 2px;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text h3 {
    font-size: 16px;
    color: darkslategrey;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-text p {
    font-size: 14px;
    color: darkslategrey;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order {
    width: 40%;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text .i-i-r-text-order p span {
    margin-right: 5px;
  }
  .items-items-cont .i-items-rows .i-i-r-cont .i-i-row-text::before {
    display: none;
    position: absolute;
    content: "";
    margin-top: 5px;
    width: 70px;
    height: 5px;
    background-color: darkslategrey;
    border-radius: 10px;
    margin-left: 33%;
  }
  /*------------------search----------------*/
  .search-header .search-header-cont .search-search-section {
    background-color: white;
    height: 120px;
    align-items: flex-start;
    padding-top: 40px;
  }
  .search-header .search-header-cont .search-search-section input[type="text"] {
    border: none;
    background-color: white;
    border-bottom: 0.5px solid grey;
  }
  .search-header .search-header-cont .search-search-section input[type="text"]:focus {
    background-color: lavender;
    border-radius: 5px;
    color: darkslategrey;
    padding-left: 10px;
    border: none;
  }
  .search-header .search-header-cont .search-search-section .fa {
    color: #454242;
    padding: 10px 15px;
    border-radius: 10px;
    width: 40px;
  }
  .search-header .search-header-cont .search-search-result .search-pop-up {
    min-height: 400px;
    max-height: auto;
    background-color: white;
  }
  .search-header .search-header-cont .search-search-result .search-pop-up ul {
    min-height: 80%;
    align-content: flex-start;
    padding: 0px;
  }
  .search-header .search-header-cont .search-search-result .search-pop-up ul li {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    margin: 15px 5px;
    box-shadow: 5px 15px 15px 7px rgba(10, 10, 10, 0.2);
  }
  .search-header .search-header-cont .search-search-result .search-pop-up ul li a img {
    border-radius: 10px 10px 0 0;
    height: 75%;
  }
  .search-header .search-header-cont .search-search-result .search-pop-up ul li a span {
    height: 25%;
    border-radius: 0 0 10px 10px;
    background-color: whitesmoke;
    color: darkslategrey;
    font-size: 14px;
  }
  .search-not-poped .section-row-tittle {
    justify-content: flex-start;
  }
  .search-not-poped .section-row-tittle h3 {
    padding-left: 10px;
  }
  .search-not-poped .search-row {
    flex-wrap: wrap;
  }
  .search-not-poped .search-row .search-row-cont {
    margin: 10px 8px;
    width: 140px;
    height: 120px;
    border-radius: 15px;
    box-shadow: 5px 15px 10px 7px rgba(0, 0, 0, 0.2);
  }
  .search-not-poped .search-row .search-row-cont .s-r-c-img {
    border-radius: 15px 15px 0px 0px;
  }
  .search-not-poped .search-row .search-row-cont .s-r-c-img img {
    border-radius: 15px 15px 0px 0px;
  }
  .search-not-poped .search-row .search-row-cont .s-r-c-text {
    border-radius: 0px 0px 15px 15px;
    background-color: whitesmoke;
  }
  .search-not-poped .search-row .search-row-cont .s-r-c-text p {
    color: darkslategrey;
  }
  /*---------------general------------------*/
  .bottom-nav {
    width: 100%;
  }
  .bottom-nav .bot-nav {
    width: 100%;
    background-color: transparent;
  }
  .bottom-nav .bot-nav ul li .fa {
    color: #4d4c4c;
  }
}
