.pagination.style-1 li.active .page-link{
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.pagination.style-1 li .page-link:hover {
  color: #000;
  background-color: #D7D7D7;
}
.table-style-1 tr th{
  padding: 15px 12px;
}
.header-nav.w3menu .nav>li .mega-menu li a img {
  min-width: 30px;
}

@media only screen and (max-width: 1199px) {
  .mo-left .header-nav .logo-header img {
      width: 220px;
  }
}

@media only screen and (min-width: 1200px) {
  .header-nav.w3menu .nav>li .mega-menu li a img {
      min-width: 60px;
      width: 60px;
      height: 60px;
  }
}

.comments-area .comment-list>.comment .comment-body{
  padding: 2px 0 30px 70px;
  margin: 10px;
}

.comments-area .comment-list>.comment .comment-body .comment-author .avatar{
  height: 50px;
  width: 50px;
}

.account-form .user-avatar input+label img{
  border-radius: 100%;
}
.view-popup-msg {
  font-size: 14px;
  color: #212020;
}
.view-popup-msg span {
  font-weight: 600;
  cursor: pointer;
  color: #073f95;
}
.view-popup-msg span:hover {
  text-decoration: underline;
}
.ws-loader {
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-color: #FF3D00 transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 65px;
  left: 10px;
}
@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 
.shipping-time {
  padding: 25px 25px 15px 25px;
}
.shipping-time .progress .progress-meter {
  -webkit-animation: 2s linear infinite progress-bar-stripes;
  animation: 2s linear infinite progress-bar-stripes;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  -webkit-transition: width .9s linear, background-color .9s linear;
  transition: width .9s linear, background-color .9s linear;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 17px;
  color: #fff;
  text-align: center;
}
.shipping-time .progress .progress-meter {
  background-color: #6d93cb;
}
.shipping-time .shipping-content {
  flex: 1;
}
.shipping-time .progress {
  height: 14px;
}
.shipping-time .title {
  font-weight: 400;
  color: #343333;
  letter-spacing: .02em;
  font-size: 15px;
}
.comments-area .comment-list {
  padding: 0;
}
.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide, .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
  height: 92px;
}
.dz-product-detail .quick-modal-swiper, .dz-product-detail .product-gallery-swiper {
  bottom: 5px;
}
.shipping-time {
  margin-bottom: 0;
}
video#video-background {
  height: 500px;
}
@media only screen and (max-width: 480px) {
.main-slider-wrapper .slider-inner .title {
  font-size: 22px;
}
.main-slider-wrapper .slider-inner .content-info .meta-content span p {
  font-size: 16px;
}
}
@media only screen and (max-width: 414px) {
.about-banner .about-info > h2 {
  font-size: 1.2rem;
}
}
.hours_note {
  color: #686060;
  font-size: 15px;
}
.blog-single h1, .blog-single .h1 {
  max-width: 800px;
  margin-bottom: 15px;
  font-size: 2.2rem;
}
.shop-card .dz-content .stocktag{
  width: auto;
}
.cookies__img {
    max-width: 50px;
    margin-bottom: 10px;
}