.account {
  font-size: 20px;
  /* color: #fff; */
}

.logo {
  width: 65px;
}

.service-section {
  padding: 20px 20px;
  background-color: #000;
  color: #dfaf30;
}

.sec-pb-20 {
  padding-bottom: 10px;
}


.acc-btn{
    width: 35px;
    height: 35px;
    display: table;
    font-size: 20px;
    margin: -6px auto;
    line-height: 42px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    color: #000000;
}

.header-section.text-white .acc-btn{
    color:#fff;
}

.header-section.stuck.text-white .acc-btn,
.header-section.active.text-white .acc-btn {
  color: #000000;
}


.round {
  background-color: #201f1f;
  border-color: #dfaf30;
  color: #dfaf30;
  margin-top: -90px;
  border-radius: 25px;
  /* box-shadow: 2px 2px 2px #4b4a4a; */
}

.btn-cart-1 {
  background-color: #dfaf30;
  border-color: #000;
  color: #000;
  border-radius: 25px;
  /* box-shadow: 2px 2px 2px #4b4a4a; */
}

.btn-cart-2 {
  background-color: #201f1f;
  border-color: #dfaf30;
  color: #dfaf30;
  border-radius: 25px;
  /* box-shadow: 2px 2px 2px #4b4a4a; */
}

.divider {
  margin: auto;
  width: 4vw;
  height: 1px;
  background: #dfaf30;
}

.p-price {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.mt {
  margin-top: 20px;
}



.splash-btn {
  background-color: #131313;
  color: #dfaf30;
  border-color: #bba14a;
  padding: auto;
  line-height: 50px;
  z-index: 0;
  padding: 10px 10px;
}


.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: '★ ';
}

.rate>input:checked~label {
  color: #dfaf30;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #dfaf30;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #dfaf30;
}



.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: ;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}




@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

  .prev,
  .next,
  .text {
    font-size: 11px
  }
}


@media only screen and (max-width: 600px) {
  .m-item {
    width: 50%;
  }

  .divider {
    margin: auto;
    width: 4vw;
    height: 3px;
    background: #dfaf30;
  }

  .logo {
    width: 50px;
  }
  .mt-shop-nav {
  margin-top: 50px;
}
.product-grid .item-image>img {
  height: 200px;
  margin: auto;
  margin-top: 0px;
  border-radius:10px;
}
}