header {
  position: sticky;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
/*   backdrop-filter: blur(5px); */
  width: 100%;
  z-index: 1000;
  box-shadow: 0px 5px 5px 0px #77adff40;
}

header .container {
  max-width: 1200px;
}

/* 
section {
  position: relative;
  height: calc(100vh - 3rem);
  width: 100%;
  background: url('bg.jpg') no-repeat top center / cover;
  overflow: hidden;
} */

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(56, 165, 238, 0.5);
}

/* .container {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  position: relative;
} */

.logo-container {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 140px;
}

.nav-btn {
  display: flex;
  flex: 3;
}

.nav-logo {
  display: flex;
  align-items: center;
  height: 48px;
}

.nav-logo a {
  display: flex;
}

.nav-logo a img {
  justify-content: center;
}

.log-sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.log-sign>ul {
  display: flex;
}

.cart {
  display: flex;
}

.cart a {
  display: flex;
  align-items: center;
}

.log-sign i {
  margin: 0 1.5em;
  color: #818181;
  align-items: center;
}

/* Login-popup */




/* Extra styles for the cancel button */

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  color: #818181;
}

/* Center the image and position the close button */

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.loginForm {
  padding: 16px;
  border-radius: 0 0 15px 15px;
}

.loginForm h1 {
  text-align: center;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black w/ opacity */
  padding-top: 60px;
  backdrop-filter: blur(5px);
}

/* Modal Content/Box */

.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  border-radius: 15px;
  max-width: 500px;
  /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */

.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: #0078E9;
  cursor: pointer;
}

/* Add Zoom Animation */

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }
  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}

/* Login-popup-end */

input {
  align-items: center;
  padding: .5em 1em;
  margin: 0 .5em;
}

input.search {
  border: 1px solid #818181;
  border-radius: 16px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
}

.logo {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 3rem;
}

.logo span {
  font-weight: 300;
}

/* .btn {
  display: inline-block;
  padding: .5rem 1.3rem;
  font-size: .8rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: uppercase;
} */

.btn {
  display: inline-block;
  border-radius: 2rem;
  padding: .5rem 1.3rem;
  font-size: 14px;
  border: 1px solid #0078E9;
  color: #0078E9;
  background-color: #ffffff00;
  margin: 0 5px;
  transition: .3s;
  text-transform: uppercase;
}

.btn.transparent {
  color: #0078E9;
}

.btn.transparent:hover {
  color: #007470;
  background-color: #00EBE3;
  border: #00EBE3 solid 1px;
}

.btn-b {
  display: inline-block;
  padding: .5rem 1.3rem;
  border-radius: 2rem;
  font-size: 14px;
  color: #ffffff;
  background-color: #0078E9;
  box-shadow: 0px 5px 5px 0px #77adff40;
  margin: 0 5px;
}

.btn-b:hover {
  background-color: #00EBE3;
  color: #007470;
}

.loginSubmit {
  background-color: #0078E9;
  color: #fff;
  width: 100%;
  margin: 30px 0;
}

/* .login-btn-l{
  display: none;
} */

@media  (max-width: 920px) {
  .login-btn-l{
    display: none;
  }
}

/* .btn.solid, .btn.transparent:hover {
  background-color: #00EBE3;
  color: #007470;
  border: solid 1px #00EBE3;
  border: #ffffff00;
} */

/* .btn.transparent, .btn.solid:hover {
  background-color: transparent;
  color: #fff;
} */

.nav-links>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-link {
  position: relative;
}

.nav-link>a {
  line-height: 3rem;
  color: #818181;
  padding: 6px 10px;
  /* letter-spacing: 1px; */
  font-size: 14px;
  ;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
}

.nav-link>a>i {
  margin-left: .2rem;
}

.nav-link:hover>a {
  transform: scale(1.1);
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.dropdown ul {
  position: relative;
}

.dropdown-link>a {
  display: flex;
  background-color: #fff;
  color: #3498db;
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
}

.dropdown-link:hover>a {
  background-color: #3498db;
  color: #fff;
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #efefef;
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover~.arrow {
  background-color: #3498db;
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover>.dropdown, .dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: #0078E9;
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before, .hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #0078E9;
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked~.hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked~.hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked~.hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 920px) {
  .nav-link>a {
    line-height: 3rem;
    color: #fff;
    padding: 6px 10px;
    /* letter-spacing: 1px; */
    font-size: 14px;
    ;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
  }
  .hamburger-menu-container {
    display: flex;
  }
  #check {
    display: block;
    background-color: #818181;
    border: #818181 1px solid;
  }
  .nav-btn {
    position: fixed;
    height: calc(100vh - 3rem);
    top: 3rem;
    left: 0;
    width: 100%;
    background-color: #0078E9;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    transition: .65s;
  }
  .btn-b {
    border: #fff 1px solid;
    box-shadow: #ffffff00;
  }
  .btn-b:hover {
    border: rgba(255, 255, 255, 0) 1px solid;
  }
  .btn.transparent {
    color: #fff;
  }
  #check:checked~.nav-btn {
    transform: translateX(0);
  }
  #check:checked~.nav-btn .nav-link, #check:checked~.nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }
  .nav-links {
    flex: initial;
    width: 100%;
  }
  .nav-links>ul {
    flex-direction: column;
  }
  .nav-link {
    width: 100%;
    opacity: 0;
    transform: translateY(15px);
  }
  .nav-link>a {
    line-height: 1;
    padding: 1.6rem 2rem;
  }
  .nav-link:hover>a {
    transform: scale(1);
    background-color: #50a9d6;
  }
  .dropdown, .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: #0078E9;
    display: none;
  }
  .nav-link:hover>.dropdown, .dropdown-link:hover>.dropdown {
    display: block;
  }
  .nav-link:hover>a>i, .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }
  .dropdown-link>a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.2rem 2rem;
    line-height: 1;
  }
  .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }
  .dropdown.second .dropdown.second .dropdown-link>a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }
  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }
  .arrow {
    z-index: 1;
    background-color: #69bde7;
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }
  .nav-link:hover .arrow {
    background-color: #50a9d6;
  }
  .dropdown .dropdown .arrow {
    display: none;
  }
  .dropdown-link:hover>a {
    background-color: #3a91bd;
  }
  .dropdown-link:first-child:hover~.arrow {
    background-color: #50a9d6;
  }
  .nav-link>a>i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }
  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }
  .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    /* opacity: 0; */
    transform: translateY(15px);
  }
  input.search {
    display: none;
    font-size: 12px;
  }
  .log-sign i {
    color: #fff;
  }
}

/* breadcrumb */

.breadcrumb {
  display: flex;
  color: #818181;
  padding: 15px 0;
}

.breadcrumb i {
  padding: 0.5em;
  color: #818181;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  color: #818181;
  font-size: 14px;
}

.breadcrumb a{
  color: #818181;
}

.breadcrumb ul li, .breadcrumb ul li a {
  color: #818181;
  font-size: 12px;
}

.breadcrumb a:hover {
  color: #3DA1FF;
}

/* footer */

footer {
  background-color: #0063c0;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  footer{
    margin-top: 90px;
  }
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding: 50px 15px 30px 15px;
}

.info-logo {
  width: 120px;
}

.info-g {
  padding: 15px;
}

.info li {
  padding: 6px 0 15px 0;
  line-height: 1.5;
  color: #f3f3f3c2;
  font-size: 12px;
}

.info span {
  padding: 0;
  line-height: 1.5;
  color: #f3f3f3c2;
}

.address {
  display: flex;
}

.info i {
  width: 20px;
  font-size: 12px;
  padding-right: 6px;
  align-items: center;
  line-height: 1.5;
  color: #f3f3f3c2;
  text-align: center;
}

.p-title {
  font-size: 14px;
  color: #f3f3f3;
  padding-bottom: 6px;
  border-bottom: #fff 1px solid;
}

.info-sitmap {
  color: #efefef;
  width: auto;
}

.info-sitmap li a {
  color: #f3f3f3c2;
  padding: 4px 0;
  font-size: 14px;
}

.info-sitmap li a:hover {
  color: #f3f3f3;
  padding: 6px 0;
}

.info-sitmap-about {
  padding-bottom: 10px;
}

.fb-page {
  padding-top: 10px;
}

.line {
  max-width: 160px;
  padding-top: 10px;
}

.copyright {
  border-top-style: solid;
  border-color: #3DA1FF;
  justify-content: space-between;
  display: flex;
  border-width: 1px;
  font-size: 12px;
}

.copyright .text p {
  color: #3DA1FF;
}

.ecpay {
  width: 60px;
  align-items: center;
  display: flex;
}

.ecpay img {
  align-items: center;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}


 /* product-detail */

 .product-detail-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .product-detail-row {
    width: 78%;
    /* padding: 0 15px; */
    display: flex;
    flex-wrap: wrap;
  }
}


.product-detail-content{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 300px;
  border-radius: 1em;
  box-shadow: 0px 3px 18px #77adff40;
  display: flex;
}

@media screen and (min-width: 992px) {
  .product-detail-content{
  padding: 30px;
  margin: 15px 0;
  }
}


.product-detail-g{
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-top: 30px;
}

.product-detail-img, 
.product-detail-desc{
  width: 100%;
  padding: 26px;
  box-sizing: border-box;
}

@media screen and (min-width: 567px) {
  
  .product-detail-img, 
  .product-detail-desc{
  width: 50%;
  padding: 26px;
  box-sizing: border-box;
  }
}


.pd-img-sm-g{
  display: flex;
}

.li{
  display: flex;
}
.li-g{
  padding: 5px 0;
  color: #818181;
}
.li-g p{
  padding: 0;
  margin: 0;
  color: #818181;
}
dot{
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-right: 5px;
}

.pd-star{
  width: 120px;
}

.product-detail-desc nav{
  padding: 15px 0;
}


.pd-quantity{
  display: flex;
}

.cart-btn-g{
  display: flex;
}


 img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.product-img-g {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 25%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.product-detail-desc h1{
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0;
}

.pd-dis-g-price{
  padding: 10px 0;
  font-size: 18px;
  display: flex;
}

.pd-dis-g-price p{
  font-size: 30px;
  padding-left: 20px;
  color: #0078E9;
}
.pd-dis-g-price span,
.pd-quantity span{
  display: flex;
}
span.price, span.quantity{
  align-items: center;
  font-size: 14px;
  color: #818181;
}
.a-center{
  display: flex;
}
.quantity-input{
  margin-left: 20px;
}
.cart-add, .cart-buy{
  margin: 30px 15px 30px 0;
  width: 300px;
  text-align: center;
  padding: 15px 20px;
  font-size: 14px;
}

.cart-add i, .cart-add a{
  color: #0078E9;
}

.cart-buy-btn span, .cart-buy-btn i{
  color: #fff; 
}

.cart-buy-btn:hover{
  color: #007470;;
}

.quantity-input{
  border: #333 1px solid;
}


.pd-g-tab{
  display: flex;
  border-bottom: #f3f3f3 1px solid;
}
.pd-tab{
  padding: 15px;
}



.pd-g-edit{
  padding: 30px 0;
}

.pd-g-edit img{
  width: 40%;
}
.same-product{
 display: flex;
}

.same-product img{
  max-width: 160px;
}

.pd-g-same{
  border-top: 1px solid #f3f3f3;
  padding-top: 20px;
}

.pd-g-title p{
  color: #818181;
}

/* buy-btn */

#notice {
  margin: 10px 0px;
  background: rgba(0, 200, 0, 0.2);
  padding: 10px;
}
#res {
  background: rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 10px;
}
/* #buy {
  margin-bottom: 10px;
} */
button{
  background-color: #ffffff00;
  border: 0px;
}

.pagination-g{
  width: 100%;
  display: flex;
}

.pagination {
  margin: auto;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #0078E9;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
  border-radius: 5px;
}

.modal-content-img{
  margin-top: 30px;
}

.modat-content-text{
  padding: 15px 0;
}

.modat-content-text h3{
  font-size: 22px;
}

.modat-content-text p{
  font-size: 16px;
}
