*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, segoe
  ui, roboto, oxygen, cantarell, helvetica neue, ubuntu, sans-serif;
}

.mt {
  margin-top: 90px !important;
}

.d-flex {
  display: flex;
  align-items: center;
}

body {
  background: #f2f2f2;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}

.wrapper{
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 3rem;

}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 999;
  background: #1b1b1b;
  height: 80px;
  line-height: 3.5rem;
}

.nav.fix-nav {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.wrap .logo a {
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  color: white;
  margin-right: auto;
}

.nav-list {
  display: inline-flex;
}

.nav-list li i {
  color: white;
}

.nav-list a {
  text-decoration: none;
  color: white;
  line-height: 70px;
  font-size: 18px;
  padding: 8px 15px;
  transition: all 300ms ease;
}

.nav-list li a:hover {
  border-radius: 5px;
  color: white;
  box-shadow: 0 0 5px #33ffff, 0 0 5px #88ffff;
}

.nav-list .drop-menu1,
.nav-list .drop-menu2 {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  width: 10rem;
  top: 6rem;
  line-height: 2rem;
  position: absolute;
  background-color: #1b1b1b;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.nav-list .drop-menu1 li a,
.nav-list .drop-menu2 li a {
  display: block;
  width: 100%;
  line-height: 40px;
  padding: .5rem;
  border-radius: 0;
  color: white;
}

.nav-list .drop-menu1 li a:hover,
.nav-list .drop-menu2 li a:hover {
  color: #0dcaf0;
  box-shadow: none;
}

.nav-list li:hover .drop-menu1,
.nav-list li:hover .drop-menu2,
.nav-list li:hover .mega-box {
  opacity: 1;
  visibility: visible;
  top: 3.5rem;
  border: none;
}

.mega-box {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 5.5rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  background: #1b1b1b;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.mega-box .content {
  padding: 1rem .5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.mega-box .content .row {
  width: calc(30% - .5rem);
  line-height: 1rem;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  margin: 1rem 0;
}

.content .row .mega-links {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  margin-left: -2rem;
}

.content .row li {
  padding: 0 1rem;
}

.content .row li a {
  padding: 0 1rem;
  display: block;
  font-size: .9rem;
  color: white;
  line-height: 35px;
}

.content .row li a:hover {
  color: #0dcaf0;
  box-shadow: none;
}

.nav-list .mobile-item {
  display: none;
}

.nav-list input {
  display: none;
}

.wrap .btn {
  color: white;
  font-size: 2rem;
  cursor: pointer;
  display: none;
}


nav form {
  display: flex;
  height: 40px;
  border-radius: 2px;
  padding: 2px;
  margin-left: 20px;
  background: #1e232b;
  min-width: 18%! important;
  border: 1px solid rgba(155, 155, 155, 0.2);
}

.searchinput {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background: none;
  border: none;
  font-weight: 500;
}

nav form button {
  padding: 0 15px;
  background: #0dcaf0;
  border: none;
  cursor: pointer;
  font-size: 17px;
  color: white;
  border-radius: 2px;
}
nav form button i{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}

.fa-user, .fa-heart {
  margin-right: 7px;
  height: 49px;
  padding-top: 3px;
}

.fa {
  position: relative;
  font-size: 25px;
}

.wish-count {
  align-items: center;
  justify-content: center;
  min-width: 1.6em;
  height: 1.6em;
  padding: 0 3px;
  margin-left: 10px;
  font-weight: 700;
  font-size: 11px;
  color: rgba(255, 255, 255, 1);
  background: rgba(226, 41, 61, 1);
  border-radius: 10px;
  display: inline-flex;
  position: absolute;
  transform: translateX(-20px);
  margin-top: 15px;
}

nav .show, .icon, input[type=checkbox] {
  display: none;
}

nav .menu-icon, nav .search-icon, nav .cancel-icon {
  width: 40px;
  color: white;
  text-align: center;
  margin: 0 50px;
  cursor: pointer;
  display: none;
}

nav .menu-icon span, nav .search-icon, nav .cancel-icon {
  display: none;
}



@media (max-width:996px) {
nav {
    padding: 0 50px;
  }

}

@media (max-width:768px) {
 nav {
    padding: 0;
  }

  .logo {
    flex: 2;
    text-align: center;
  }

.nav-list {
    width: 100%;
    display: block;
    position: fixed;
    left: 101%;
    top: 70px;
    height: 100%;
    text-align: left;
    padding: 20px 0;
    z-index: 99;
    background-color: #14141f;
    transition: left 0.3s ease;
  }

  nav ul.active {
    left: -0%;
  }

  nav ul li, nav ul ul li {
    margin: 0;
    display: block;
    width: 100%;
    background-color: #14141f;
  }

  nav .menu-icon {
    display: block;
  }

  nav .search-icon, nav .menu-icon span {
    display: block;
  }

  nav .search-icon.hide, nav .menu-icon span.hide {
    display: none;
  }

  nav .cancel-icon.show {
    display: block;
  }

  nav form {
    position: absolute;
    top: 40px;
    right: -80px;
    opacity: 0;
    pointer-events: none;
    transition: top 0.3s ease, opacity 0.1s ease;
  }

  nav form.active {
    opacity: 1;
    pointer-events: auto;
    top: 60px;
  }

  nav form:after {
    position: absolute;
    content: "";
    height: 60px;
    padding: 2px;
    background: #1e232b;
    width: calc(100% + 20px);
    border-radius: 2px;
    z-index: -2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  nav form:before {
    position: absolute;
    content: "";
    top: -13px;
    right: 0;
    width: 0;
    height: 0;
    z-index: -1;
    margin: -20px 0 0;
    border: 10px solid transparent;
    border-bottom-color: #1e232b;
  }

  nav ul ul {
    top: 70px;
    position: static;
    border-top: none;
    flex: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }

  nav ul ul a {
    padding-left: 80px;
  }

  nav ul ul li {
    border-bottom: 0px;
  }

  .icon {
    display: block;
    color: white;
    position: absolute;
    right: 40px;
    line-height: 70px;
    font-size: 25px;
    cursor: pointer;
  }

  nav .show {
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 20px;
    line-height: 70px;
    cursor: pointer;
  }

  .show:hover {
    color: white;
  }

  .show + a, ul {
    display: none;
  }

  nav ul li  a:hover {
    box-shadow: none;
  }

  [id^=btn]:checked + ul {
    display: block;
  }

}

@media(max-width:567px) {
  header{
    font-size:14px;
    padding: 0;
  }
  nav .search-icon, nav .menu-icon, nav .cancel-icon {
    margin: 0 10px;
    font-size: 16px;
  }

}

@media(max-width:980px) {
  nav .search-icon, nav .menu-icon, nav .cancel-icon {
    margin: 0 20px;
  }

  nav form {
    right: 30px;
  }

}
/*

@media only screen and (max-width: 968px) {
  .wrapper .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    max-width: 35rem;
    background-color: var(--white);
    display: block;
    overflow-y: auto;
    line-height: 5rem;
    box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: all 300ms linear;
  }

  .wrapper .nav-list.show {
    left: 0;
  }

  .nav-list li {
    margin: 1.5rem 1rem;
  }

  .nav-list a {
    display: block;
    font-size: 1.8rem;
    padding: 0 2rem;
    color: var(--black);
  }

  .nav-list .drop-menu1,
  .nav-list .drop-menu2 {
    position: static;
    opacity: 1;
    visibility: visible;
    top: 6.5rem;
    padding-left: 2rem;
    width: 100%;
    max-height: 0;
    overflow: hidden;
  }

  #showdrop1:checked ~ .drop-menu1,
  #showdrop2:checked ~ .drop-menu2,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }

  .nav-list .drop-menu1 li,
  .nav-list .drop-menu2 li {
    margin: 0;
  }

  .nav-list .drop-menu1 li a,
  .nav-list .drop-menu2 li a {
    color: var(--grey2);
    font-size: 1.5rem;
  }

  .nav-list .desktop-item {
    display: none;
  }

  .nav-list .mobile-item {
    display: block;
    font-size: 1.8rem;
    padding-left: 2rem;
    color: var(--black);
    cursor: pointer;
    border-radius: 0.5rem;
  }

  .nav-list .mobile-item:hover {
    color: var(--primary);
  }

  .mega-box {
    position: static;
    top: 6.5rem;
    padding: 0 2rem;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
  }

  .mega-box .content {
    flex-direction: column;
    padding: 2rem 2rem 0 2rem;
  }

  .mega-box .content .row {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin-bottom: 1.5rem;
  }

  .content .row:nth-child(1),
  .content .row:nth-child(2) {
    border-top: 0;
  }

  .content .row .mega-links {
    border-left: 0;
    padding-left: 2rem;
  }

  .row .mega-links li {
    margin: 0;
  }

  .wrapper-container .btn {
    display: block;
    color: var(--black);
  }

  .nav-list .top {
    position: relative;
    display: block;
    background-color: var(--primary);
    width: 100%;
    height: 8rem;
  }

  .nav-list .close-btn {
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
    color: var(--white);
  }

  .nav-list .icons {
    padding-left: 2rem;
  }
}*/



/*/*banner*/
.banner-container{
   /*background: linear-gradient(0.25turn, #E7D6D8, 
    #C079AA, #C2D64D);*/
}
.banner {
  margin-top: 71px !important;
}


.glide__slides {
  position: relative;
  height: calc(60vh - 0rem);/*
  margin: 0 4rem;*/
  overflow: hidden;
  object-fit: cover;
}

.banner-img{
  max-width: 100%;
}
.banner .center {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  height: 100%;
  padding-top: 3rem;
}

.banner .left {
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  transition: all 1000ms ease-in-out;
}

.banner .left h1 {
  font-size: 45px;
  margin: .5rem 0;
}

.banner .left p {
  font-size: 1.2rem;
  margin: 0 0 .6rem;
}

.banner .left .banner-btn {
  display: inline-block;
  padding: 5px 8px;
  font-size: 16px;
  margin-top: 1rem;
  background: #0dcaf0;
  color: white;
}

.banner .right {
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  text-align: center;
}

.banner .right img {
  position: absolute;
  width: 50rem;
  opacity: 0;
  transition: all 1000ms ease-in-out;
}

.banner .right img.img1 {
  width: 90%;
  right: -40%;
  bottom: -10%;
}

.banner .right img.img2 {
  width: 90%;
  right: -40%;
  bottom: -40%;
}

.glide__slide--active .center .right img {
  bottom: -3%;
  opacity: 1;
}

.glide__slide--active .left {
  opacity: 1;
  top: 35%;
}

@media only screen and (max-width:999px) {
  .glide__slide--active .left {
    top: 15%;
  }

  .banner .right img.img1 {
    width: 100%;
  }

  .banner .right img.img2 {
    width: 100%;
  }

}

@media only screen and  (max-width:567px) {
  .banner.right img.img1 {
    width: 100%;
  }

  .banner.right img.img2 {
    width: 100%;

  }

  .banner, .banner .glide__slides {
    margin: 0;
    padding: 0 1rem;
  }

  .banner .left{
    padding: 1.5rem;
  }
  .banner .left h1 {
    font-size: 1.5rem;
  }

  .banner .left span {
    font-size: 1rem;
  }

  .banner .left p {
    font-size: 1.2rem;
    width: 80%;
  }

}

/*category */
.section {
  overflow: hidden;
}

.cat-center {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 114rem;
  margin: 10px auto;
  padding: 0 3rem;
}

.cat-center .cat {
  max-width: 35rem;
  height: 25rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.cat-center .cat:not(:last-child) {
  margin-right: 1rem;
}

.cat-center .cat img {
  width: 36.5rem;
  height: 100%;
  margin: 5px auto;
  object-fit: contain;
  transition: all 2s ease;
}

.cat-center .cat:hover img {
  transform: scale(1.1)
}

.cat .title {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 50%;
  height: 2rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media only screen and  (max-width:1200px) {
  .cat img {
    width: 30rem;
  }

}

@media only screen and  (max-width:967px) {
  .cat {
    max-width: 25rem;
    height: 20rem;
  }

  .cat img {
    width: 25rem;
  }

}

@media only screen and  (max-width:768px) {
  .section {
    padding: 1rem 0;
  }

  .cat-center {
    flex-direction: column;
    padding: 3rem;
  }

  .cat {
    max-width: 100%;
    height: 30rem;
  }

  .cat-center .cat:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .cat img {
    width: 100%;
  }

}

/*Featured*/
.title {
  text-align: center;
  margin-bottom: 5rem;
}

.title h1 {
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 500;
}

.product_center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.product_item {
  position: relative;
  width: 270px; 
  margin: 0 2px;
  margin-bottom: 1.5rem;
}

.product_item:not(:last-child) {
  margin-right: 1rem;
}

.product-thumb img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all 500ms linear;
}

.product-info {
  padding: .6rem;
  text-align: center;
}

.product-info span {
  display: inline-block;
  font-size: .9rem;
  color: #666;
  margin-bottom: .5rem;
}

.product-info a {
  display: block;
  font-size: 1rem;
  transition: all 300ms linear;
  color: black;
}

.product-info a:hover {
  color: #0dcaf0;
}

.product_item .icons {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}

.product_item .icons li {
  background: white;
  text-align: center;
  padding: .8rem 1rem;
  font-size: 2rem;
  cursor: pointer;
  transition: 300ms ease-in-out;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
}

.product_item .icons li:first-child {
  transition-delay: 0.1s;
}

.product_item .icons li:nth-child(2) {
  transition-delay: 0.2s;
}

.product_item .icons li:nth-child(3) {
  transition-delay: 0.3s;
}

.product_item:hover .icons li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.product_item .icons li:not(:last-child) {
  margin-right: 0.2rem;
}

.product_item .icons li:hover {
  background-color: #0dcaf0;
  color: white;
}

.product_item .overlay {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  z-index: -1;
  width: 100%;
}

.product_item .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease;
}

.product_item:hover .overlay::after {
  visibility: visible;
  opacity: 1;
}

.product_item:hover .product-thumb img {
  transform: scale(1.1);
}

.product_item .discount {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 2px;
  font-size: 1rem;
  z-index: 2;
  background-color: #0dcaf0;
  color: white;
}

@media only screen and  (max-width:567px) {
  .product_center {
    max-width: 100%;
    padding: 0 10px;
  }

  .product_item {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .product_item img {
    height: auto;
  }

  .product_item .icons li {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
  .product_item .discount {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 2px;
  font-size: .8rem;
  z-index: 2;
  background-color: #0dcaf0;
  color: white;
}

}

/*promo banner*/
.promo-content{  
  background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, #f69d3c);
}
.promo {
  position: relative;
  padding: 10rem;
}

.promo .right{
  padding-top: 2.5rem;
}

.promo .right img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.promo .trend, .promo p {
  display: block;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.promo h1 {
  font-size: 45px;
  color: #000;
  margin-bottom: .6rem;
}

.promo .btn {
  display: inline-block;
  margin-top: 1rem;
  background-color: #0dcaf0;
  color: white;
  padding: 5px 8px;
}

@media only screen and  (max-width:1200px) {
  .promo {
    padding: 14rem 2rem;
  }

  .promo .right img {
    right: -6%;
    width: 70rem;
  }

}

@media only screen and  (max-width:996px) {
  .promo {
    padding: 8rem 2rem;
  }

  .promo .right img {
    right: -6%;
    width: 50rem;
  }

  .promo .trend, .promo p {
    font-size: 1.5rem;
  }

  .promo h1 {
    font-size: 4rem;
  }

}

@media only screen and  (max-width:768px) {
  .promo {
    display: grid;
    grid-template-columns: 1fr;
    height: 80vh;
  }

  .promo .left {
    width: 100%;
    margin-bottom: 0;
  }
  .promo .left p,span{
    margin: 0px;
  }
  .promo .right {
    flex: 0 0 50%;
  }

  .promo .right img {
    bottom: -3rem;
    width: 50rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .promo h1 {
    font-size: 1.5rem;
    margin: .2rem 0;
  }

}

@media only screen and  (max-width:567px) {
  .promo {
    padding: 4rem 4rem;
  }

  .promo .trend, .promo p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .promo h1 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
  }

  .promo .btn {
    margin: 0;
    font-size: 1rem;
  }

  .promo .right img {
    width: 45rem;
    bottom: -1rem;
  }

}

/*contact*/
.contact {
  background: #666;
  color: #fff;
  padding: 2.5rem 12rem;
}

.contact .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.contact .col h2 {
  margin-bottom: 1.5rem;
}

.contact .col p {
  width: 70%;
  margin: .8rem;
}

.btn-1 {
  background-color: #0dcaf0;
  color: #fff;
  display: inline-block;
  border-radius: .2rem;
  padding: 0.5rem 1.5rem;
}

.cont-form {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

.cont-form input {
  font-family: 'poppins', sans-serif;
  text-indent: 2rem;
  width: 100%;
  border-radius: 1rem;
  padding: 1rem 0;
  outline: none;
  border: none;
}

.cont-form a {
  position: absolute;
  top: 0;
  right: 0;
  background: #0dcaf0;
  color: white;
  margin: 0;
  padding: 1rem 1rem;
  border-radius: 1rem;
}

@media only screen and (max-width:996px) {
  .contact {
    padding: 5rem;
  }

}

@media only screen and (max-width:768px) {
  .contact .row {
    grid-template-columns: 1fr;
    grid-row-gap: 5rem 0;
  }

  .cont-form {
    width: 100%;
    margin-top: 1.5rem;
  }

}

@media only screen and (max-width:567px) {
  .contact {
    padding: 5rem 1rem;
  }

}

/*footer*/
.footer-section {
  padding: 4rem 1rem;
  background: #0dcaf0;
  color: #fff;
  line-height: 2rem;
}

.footer-center span {
  margin-right: .8rem;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: var(--white);
}

.footer-center a:link,
.footer-center a:visited {
  display: block;
  color: #f1f1f1;
  font-size: 1rem;
  transition: 0.6s;
}

.footer-center a:hover {
  color: #000;
}

.footer-center div {
  font-size: .8rem;
}

.footer-center h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: .8rem;
}
 .social-icons i{
  font-size: 3rem;
 }

.social-icons a:hover i{
  color: #000;
  transition: 0.2s;
  transform: scale(1.1);
}
.footer .payment-methods {
  margin-top: 1.5rem;
}

.copyright {
  margin-top: 2rem !important;
  text-align: center;
}

@media only screen and (max-width: 998px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}
/*
.footer .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 99.6rem;
  margin: 0 10px 0;
}

.footer .col {
  flex-direction: column;
  align-items: flex-start;
}

.footer .col:last-child {
  flex-direction: row;
  justify-content: center;
}

.footer .col:last-child span {
  font-size: 2.5rem;
  margin-right: 0.5rem;
  color: white;
}

.footer a {
  color: white;
  font-size: 1rem;
  padding: 0.5rem;
}

.footer h4 {
  margin-bottom: 1rem;
}*/



/*@media only screen and (max-width:567px) {
  .footer {
    padding: 2rem 0;
  }

  .footer .row {
    grid-template-columns: 1fr;
    grid-row-gap: .5rem;
  }

  .footer .col {
    flex-direction: column;
    align-items: flex-start;
  }

}*/

/*back to top*/
.scrollTop {
  position: fixed;
  bottom: 900px;
  right: 40px;
  width: 60px;
  height: 60px;
  background: url(../images/up.png);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  padding: 20px;
}

.scrollTop.active{
  visibility: visible;
     opacity: 1;
     bottom:30px;
}

/* popup*/
.popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: .3s;
  transform: scale(1);
}

.popup-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60%;
  height: 20rem;
  transform: translate(-50%, -50%);
  display: table;
  overflow: hidden;
  background-color: white;
}

.popup-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: .4rem;
  right: .8rem;
  background-color: #0dcaf0;
  cursor: pointer;
  color: white;
  font-size: 1rem;
}

.popup-left {
  display: table-cell;
  width: 50%;
  height: 100%;
  padding-left: 1rem;
  vertical-align: middle;
}

.popup-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 1rem .3rem;
}

.popup-img-container {
  width: 100%;
  overflow: hidden;
}

.popup-img-container img.popup-img {
  display: block;
  width: 60rem;
  max-width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.right-content {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.right-content h1 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0.6rem;
}

.right-content h1 span {
  color: #0dcaf0;
}

.right-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1.6rem;
}

.popup-form {
  width: 100%;
  padding: .8rem 2.5rem;
  text-indent: .5rem;
  margin-bottom: 1.6rem;
  border-radius: 2rem;
  color: white;
  font-size: 1.2rem;
  border: none;
  background-color: #0dcaf0 !important;
}

.popup-form::placeholder {
  color: white;
}

.popup-form:focus {
  outline: none;
}

.right-content a:link, .right-content a:visited {
  display: inline-block;
  padding: .8rem 1rem;
  border-radius: 2rem;
  font-weight: 700;
  color: white;
  background-color: #666;
  border: 1px solid grey;
  transition: .3s;
}

.right-content a:hover {
  background-color: #0dcaf0;
  color: #666;
  border: 1px solid grey;
}

.hide-popup {
  transform: scale(0.2);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width:1200px) {
  .right-content {
    width: 100%;
  }

  .right-content h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }

}

@media only screen and (max-width:998px) {
  .popup-right {
    width: 100%;
  }

  .popup-left {
    display: none;
  }

  .right-content h1 {
    font-size: 4rem;
  }

}

@media only screen and (max-width:768px) {
  .right-content h1 {
    font-size: 3rem;
  }

  .right-content p {
    font-size: 1rem;
  }

  .popup-form {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }

  .goto-top:link, .goto-top:visited {
    right: 5%;
    bottom: 5%;
  }

}

@media only screen and (max-width:568px) {
  .popup-right {
    padding: 0 1.6rem;
  }

  .popup-content {
    height: 25rem;
    width: 90%;
    margin: 0 auto;
  }

  .right-content {
    width: 100%;
  }

  .right-content h1 {
    font-size: 2rem;
  }

  .right-content p {
    font-size: 1rem;
  }

  .popup-form {
    width: 100%;
    padding: 1rem 2.5rem;
    margin-bottom: 1rem;
  }

  .right-content a:link, .right-content a:visited {
    padding: .8rem 1rem;
  }

  .popup-close {
    top: .8rem;
    right: .8rem;
    padding: 0.2rem;
  }

}

/*cart*/
.cart {
  margin: 0 auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.cart-info {
  display: flex;
  flex-wrap: wrap;
}

th {
  text-align: left;
  padding: 0.5rem;
  color: white;
  background-color: #0dcaf0;
  font-weight: normal;
}

td {
  padding: 1rem 0.5rem;
}

td input {
  width: 2.5rem;
  height: 2rem;
  text-align: center;
}

td a {
  color: red;
  font-size: 1rem;
}

td img {
  width: 8rem;
  height: 8rem;
  margin-right: .7rem;
}

.cart-info div {
  margin: 2rem 0;
}

.cart-info p {
  margin: 0;
  font-weight: bold;
  margin-top: .7rem;
}

.color_wrap ul{
  display: flex;
  justify-content: center;
  height: 40px;
  margin-bottom: 9px;
  align-items: center;
}

.color_wrap ul li{
  width: 22px;
  height: 22px;
  background: #000;
  margin: 5px;
  border-radius: 50%;
  transition: all 0.2s ease;
  cursor: pointer;
}

.color_wrap ul li.active{
  width: 30px;
  height: 30px;

}
.total-price {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 1rem;
}

.total-price table {
  border-top: 3px solid #0dcaf0;
  width: 100%;
  max-width: 25rem;
}

td:last-child {
  text-align: right;
}

th:last-child {
  text-align: right;
}

.checkout {
  display: inline-block;
  background: #0dcaf0;
  color: white;
  padding: .7rem;
  margin: 0.7rem 0;
}

@media (max-width:567px) {
  .cart-info p {
    display:;
  }

}

/*login*/
.login {
  padding: 2rem 0;
  max-width: 30rem;
  margin: 2rem auto;
}

.login form {
  display: flex;
  flex-direction: column;
}

.login h1 {
  margin-bottom: .8rem;
}

.login p {
  margin-bottom: 1rem;
}

.login label {
  margin-bottom: .5rem;
}

.login input {
  border: 1px solid #ccc;
  text-indent: 1rem;
  font-size: .6rem;
  margin-bottom: .8rem;
  outline: none;
  border-radius: .5rem;
  padding: 1rem 0;
}

.login  input::placeholder {
  font-size: .9rem;
  color: #ccc;
}

.login  input[type=checkbox] {
  display: inline-block;
  margin-bottom: 0;
}

.login button {
  outline: none;
  border: none;
  font-size: 1rem;
  padding: .5rem 1rem;
  margin-right: 1.2rem;
  color: white;
  cursor: pointer;
  background: #0dcaf0;
}

.login a {
  color: dodgerblue;
}

/*all products*/
section .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.all-products select {
  font-family: 'Poppins', sans-serif;
  width: 18rem;
  padding: .6rem;
  border: 1px solid #ccc;
  outline: none;
  appearance: none;
}

.all-products h1{
  font-size: 30px;
}

.all-products form {
  position: relative;
  z-index: 1;
}

.all-products form span {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size: 1rem;
  z-index: 0;
}

@media (max-width:567px) {
  .all-products select {
    width: 8rem;
  }

}

/*pagination*/
.pagination {
  display: flex;
  align-items: center;
  padding: 1rem 0 3rem 0;
  justify-content: center;
}

.pagination span {
  display: inline-block;
  padding: 0.8rem 1rem;
  border: 1px solid #0dcaf0;
  font-size: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.pagination span:hover {
  border: 1px solid #0dcaf0;
  background-color: #0dcaf0;
  color: white;
}

/*productdetails*/
.product-details .details{
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-row-gap: 5rem;
}

.product-details .left{
  display: flex;
  flex-direction: column;
}

.product-details .main{
  text-align: center;
  margin-bottom: 2rem;
  height: 30rem;
  margin-right: auto;
}

.product-details .main img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-details .right span{
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}

.product-details .right h1{
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.product-details .price{
  font-weight: 600;
  font-size: 1rem;
  color: #0dcaf0;
  margin-bottom: 1rem;
}
.product-details .right div{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.product-details .right select{
  font-family: 'Poppins', sans-serif;
  width: 18rem;
  padding: .4rem;
  border: 1px solid #ccc;
  outline: none;
  appearance: none;
}
.product-details form{
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
}
.product-details form span{
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  font-size: 1rem;
  z-index: 0;
}
.product-details .form{
  margin-bottom: 1.5rem;
}
.product-details .form input{
  padding: 0.6rem;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
}
.product-details .form .addCart{
  background: #0dcaf0;
  padding: 0.8rem;
  border-radius: 3rem;
}
.product-details h3{
  text-transform: uppercase;
  margin-bottom: 1rem;

}

@media  only screen and (max-width: 996px) {
  .product-details .left{
    width: 30rem;
    height: 45rem;
  }
  .product-details .details{
    grid-row-gap: .5rem; 
  }
}
@media  only screen and (max-width: 568px) {
  .product-details .left{
    width: 100%;
    height: 25rem;
  }
  .product-details .right{
    padding-top: 0 !important;
  }
  .product-details .details{
    grid-template-columns: 1fr;
  }
}