.dz-product-detail {
  background-color: #ffffff;
  margin-bottom: 30px;
}

.dz-product-detail.static-media .dz-media {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .dz-product-detail.static-media .dz-media {
    height: auto;
    margin-bottom: 15px;
  }
}

.dz-product-detail .swiper-btn-center-lr+.dz-content {
  padding-top: 25px;
}

@media only screen and (max-width: 1199px) {
  .dz-product-detail .dz-media {
    /* min-height: 280px; */
  }
}

@media only screen and (max-width: 767px) {
  .dz-product-detail .dz-media {
    height: 100%;
  }
}

.dz-product-detail .dz-media .dz-maximize {
  opacity: 0;
}

.dz-product-detail .dz-media:hover .dz-maximize {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .dz-product-detail .dz-media .dz-maximize {
    opacity: 1;
  }
}

.dz-product-detail .banner-social-media {
  transform: unset;
  top: 250px;
}

.dz-product-detail .banner-social-media ul li a {
  color: #000;
}

.dz-product-detail .dz-content .title {
  font-weight: 500;
}

.dz-product-detail .dz-content .meta-content {
  margin-right: 0;
  text-align: right;
}

.dz-product-detail .dz-content .dz-tags {
  margin-bottom: 5px;
}

.dz-product-detail .dz-content .dz-rating {
  display: flex;
  justify-content: left;
}

.dz-product-detail .dz-content .dz-rating li i {
  margin: 0px 3px;
  font-size: 18px;
}

.dz-product-detail .dz-content .para-text {
  font-size: 15px;
  color: var(--secondary);
}

@media only screen and (max-width: 575px) {
  .dz-product-detail .dz-content .para-text {
    font-size: 14px;
  }
}

.dz-product-detail .dz-content .dz-rating {
  display: flex;
  line-height: 18px;
}

.dz-product-detail .dz-content .review-num {
  display: flex;
}

.dz-product-detail .dz-content .review-num a,
.dz-product-detail .dz-content .review-num span {
  font-size: 13px;
  color: #5E626F;
  line-height: 20px;
}

.dz-product-detail .dz-content .dz-content-footer {
  display: flex;
  margin-bottom: 15px;
}

.dz-product-detail .dz-content .dz-content-footer .dz-content-start {
  flex: 1;
}

.dz-product-detail .dz-content .dz-content-footer .price-name {
  line-height: 1.5;
}

.dz-product-detail .dz-content .dz-content-footer .price-num {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--font-family-title);
}

.dz-product-detail .swiper-btn-center-lr .btn-next,
.dz-product-detail .swiper-btn-center-lr .btn-prev {
  background-color: transparent;
  border-radius: 0;
}

.dz-product-detail .swiper-btn-center-lr .btn-prev {
  left: 0;
}

.dz-product-detail .swiper-btn-center-lr .btn-next {
  right: 0;
}

.dz-product-detail .swiper-btn-center-lr .gallery-button-prev i,
.dz-product-detail .swiper-btn-center-lr .gallery-button-next i {
  font-size: 26px;
}

.dz-product-detail .quick-modal-swiper,
.dz-product-detail .product-gallery-swiper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.dz-product-detail .quick-modal-swiper .swiper-slide,
.dz-product-detail .product-gallery-swiper .swiper-slide {
  width: 45px !important;
  min-width: 45px !important;
  height: 45px;
}

.dz-product-detail .quick-modal-swiper .swiper-slide img,
.dz-product-detail .product-gallery-swiper .swiper-slide img {
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.4);
}

.dz-product-detail .quick-modal-swiper .swiper-slide:last-child,
.dz-product-detail .product-gallery-swiper .swiper-slide:last-child {
  margin-right: 0 !important;
}

.dz-product-detail .quick-modal-swiper .swiper-slide.swiper-slide-thumb-active img,
.dz-product-detail .product-gallery-swiper .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--secondary);
}

.dz-product-detail .quick-modal-swiper.swiper-vertical,
.dz-product-detail .product-gallery-swiper.swiper-vertical {
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  transform: unset;
}

.dz-product-detail .quick-modal-swiper.swiper-vertical .swiper-slide,
.dz-product-detail .product-gallery-swiper.swiper-vertical .swiper-slide {
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}

.dz-product-detail .quick-modal-swiper.swiper-vertical.vertical-center,
.dz-product-detail .product-gallery-swiper.swiper-vertical.vertical-center {
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}

.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
.dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
  height: 70px;
  width: 70px !important;
  min-width: 70px !important;
}

.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide img,
.dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide img {
  box-shadow: unset;
  border-color: var(--border-color);
  border-radius: 0;
}

.dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img,
.dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--secondary);
}

.dz-product-detail .quick-modal-swiper.thumb-sm,
.dz-product-detail .product-gallery-swiper.thumb-sm {
  top: 15px;
  left: 15px;
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide {
  height: 50px;
  width: 50px !important;
  min-width: 50px !important;
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide img,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide img {
  box-shadow: unset;
  border: 1px solid var(--border-color);
  border-radius: 0;
}

.dz-product-detail .quick-modal-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img,
.dz-product-detail .product-gallery-swiper.thumb-sm .swiper-slide.swiper-slide-thumb-active img {
  border-color: var(--secondary);
}

@media only screen and (max-width: 991px) {

  .dz-product-detail .quick-modal-swiper.swiper-vertical,
  .dz-product-detail .product-gallery-swiper.swiper-vertical {
    top: 15px;
    left: 15px;
  }

  .dz-product-detail .quick-modal-swiper.thumb-swiper-lg .swiper-slide,
  .dz-product-detail .product-gallery-swiper.thumb-swiper-lg .swiper-slide {
    height: 50px;
    width: 50px !important;
    min-width: 50px !important;
  }
}

.dz-product-detail .product-num {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.dz-product-detail .product-num>div {
  margin-right: 45px;
}

.dz-product-detail .product-num>div:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 991px) {
  .dz-product-detail .product-num>div {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.dz-product-detail .product-num a span {
  margin-left: 15px;
}

.dz-product-detail .product-num .like-btn {
  border: 1px solid #F0F0F0;
  width: 60px;
  border-radius: var(--border-radius-base);
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  margin-left: 18px;
}

.dz-product-detail.style-2 {
  max-width: 660px;
  /* padding-left: 40px; */
}

.dz-product-detail.style-2 .dz-content .title {
  font-size: 25px;
}

.dz-product-detail.style-2 .dz-content .meta-content {
  text-align: left;
}

.dz-product-detail.style-2 .dz-content .btn-group,
.dz-product-detail.style-2 .dz-content .product-num {
  margin-bottom: 40px;
}

.dz-product-detail.style-2 .dz-content .cart-btn {
  flex-wrap: wrap;
  margin: 0 -5px 40px;
}

.dz-product-detail.style-2 .dz-content .cart-btn .btn,
.dz-product-detail.style-2 .dz-content .cart-btn .wp-block-button__link,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce .widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons .dz-product-detail.style-2 .dz-content .cart-btn a,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons .dz-product-detail.style-2 .dz-content .cart-btn a,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce #review_form #respond .form-submit input,
.woocommerce #review_form #respond .form-submit .dz-product-detail.style-2 .dz-content .cart-btn input,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce-cart-form .table tr .button,
.woocommerce-cart-form .table tr .dz-product-detail.style-2 .dz-content .cart-btn .button,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .dz-product-detail.style-2 .dz-content .cart-btn a.checkout-button,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce #respond input#submit,
.woocommerce #respond .dz-product-detail.style-2 .dz-content .cart-btn input#submit,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce a.button,
.woocommerce .dz-product-detail.style-2 .dz-content .cart-btn a.button,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce button.button,
.woocommerce .dz-product-detail.style-2 .dz-content .cart-btn button.button,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce input.button,
.woocommerce .dz-product-detail.style-2 .dz-content .cart-btn input.button,
.dz-product-detail.style-2 .dz-content .cart-btn .woocommerce #place_order,
.woocommerce .dz-product-detail.style-2 .dz-content .cart-btn #place_order {
  margin: 5px 5px;
}

.dz-product-detail.style-2 .dz-content .price-num del {
  font-size: 18px;
  opacity: 0.60;
}

@media only screen and (max-width: 1199px) {
  .dz-product-detail.style-2 {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .dz-product-detail.style-2 .dz-content .title {
    font-size: 30px;
  }

  .dz-product-detail.style-2 .dz-content .meta-content {
    margin-bottom: 10px;
  }

  .dz-product-detail.style-2 .dz-content .btn-group,
  .dz-product-detail.style-2 .dz-content .product-num {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-product-detail.style-2 {
    padding-top: 0;
  }

  .dz-product-detail.style-2 .dz-content .title {
    font-size: 24px;
  }

  .dz-product-detail.style-2 .dz-content .meta-content {
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .dz-product-detail.style-2 .dz-content .meta-content .price-num {
    font-size: 22px;
    margin-bottom: 0;
  }

  .dz-product-detail.style-2 .dz-content .meta-content .price-num del {
    font-size: 16px;
  }

  .dz-product-detail.style-2 .dz-content .btn-group,
  .dz-product-detail.style-2 .dz-content .product-num {
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

.dz-product-detail .dz-info {
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .dz-product-detail .dz-info {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-product-detail .dz-info {
    margin-bottom: 0;
  }
}

.dz-product-detail .dz-info ul {
  padding-top: 2px;
  border-top: 1px solid var(--border-color);
}

.dz-product-detail .dz-info ul li {
  color: #14212B;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}

.dz-product-detail .dz-info ul li a {
  color: var(--secondary);
  font-size: 16px;
}

.dz-product-detail .dz-info ul li strong {
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
  color:#14212B;
  margin-right: 10px;
}

.dz-product-detail .dz-info ul li span {
  padding: 0 5px;
}

.dz-product-detail .dz-info ul li span:last-child {
  padding: 0;
}

.dz-product-detail .dz-info ul li:last-child {
  margin-bottom: 0;
}

.dz-product-detail .dz-info ul li:last-child span {
  padding: 0 10px;
}

.dz-product-detail .dz-info.style-2 ul {
  display: flex;
  flex-wrap: wrap;
}

.dz-product-detail .dz-info.style-2 ul li {
  padding-right: 30px;
}

.dz-product-detail .dz-info.style-2 ul li:last-child {
  margin-left: auto;
  padding-right: 0;
}

@media only screen and (max-width: 991px) {
  .dz-product-detail .dz-info.style-2 ul {
    margin-bottom: 0px;
  }

  .dz-product-detail .dz-info.style-2 ul li {
    padding-right: 0px;
  }

  .dz-product-detail .dz-info.style-2 ul li:last-child {
    margin-left: 0;
  }
}

.dz-product-detail.style-3 {
  padding: 0;
  margin: 0;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .dz-product-detail.style-3 {
    margin-bottom: 30px;
  }
}

.dz-product-detail.style-3 .swiper-btn-center-lr {
  margin-left: -80px;
  padding-left: 130px;
}

@media only screen and (max-width: 1199px) {
  .dz-product-detail.style-3 .swiper-btn-center-lr {
    margin-left: 0;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .dz-product-detail.style-3 .swiper-btn-center-lr {
    padding-left: 50px;
  }
}

.dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 30px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1199px) {
  .dz-product-detail.style-3 .product-gallery-swiper.swiper-vertical {
    left: 0px;
  }
}

.dz-product-detail.style-3 .product-gallery-swiper2:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 12%;
  width: 51%;
  height: 60%;
  background: white;
  border-radius: 50% 50% 0px 0px;
  z-index: -1;
}

.btn-quantity {
  margin-right: 45px;
}

.btn-quantity .bootstrap-touchspin {
  width: 160px;
  min-width: 160px;
  position: relative;
  height: 40px;
  display: block;
}
.dz-maximize {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  font-size: 24px;
  color: var(--title);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.dz-maximize.top-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.dz-maximize.top-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.dz-maximize.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.dz-maximize.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media only screen and (max-width: 575px) {
  .dz-maximize {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .dz-maximize.top-left {
    top: 10px;
    left: 10px;
  }

  .dz-maximize.top-right {
    top: 10px;
    right: 10px;
  }

  .dz-maximize.bottom-left {
    bottom: 10px;
    left: 10px;
  }

  .dz-maximize.bottom-right {
    bottom: 10px;
    right: 10px;
  }
}
.dz-product-detail .dz-media .dz-maximize {
  opacity: 0;
}

.dz-product-detail .dz-media:hover .dz-maximize {
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .dz-product-detail .dz-media .dz-maximize {
    opacity: 1;
  }
}
.dz-tabs .nav-tabs {
  border: 0;
  border-bottom: 1px solid var(--border-color);
}

.dz-tabs .nav-tabs .nav-link {
  width: 100%;
  padding: 10px 20px;
  text-align: start;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--secondary);
  box-shadow: unset;
  font-family: var(--font-family-title);
}

@media only screen and (max-width: 575px) {
  .dz-tabs .nav-tabs .nav-link {
    font-size: 14px;
  }
}

.dz-tabs .nav-tabs .nav-link .badge {
  color: var(--title);
  padding: 0 2px;
  border-radius: 20px;
  margin-left: 5px;
  width: 24px;
  height: 24px;
  line-height: 25px;
}

@media only screen and (max-width: 575px) {
  .dz-tabs .nav-tabs .nav-link .badge {
    width: 20px;
    height: 20px;
    line-height: 22px;
  }
}

.dz-tabs .nav-tabs .nav-link.active {
  border-color: var(--secondary);
  color: var(--secondary);
}

.dz-tabs .nav-tabs .nav-link.active .badge {
  background: var(--title);
  color: #fff;
}

.dz-tabs .nav-tabs.left {
  justify-content: left;
}

.dz-tabs .nav-tabs.center {
  justify-content: center;
}

.dz-tabs .nav-tabs.right {
  justify-content: right;
}

.dz-tabs .tab-content {
  padding-top: 20px;
}
.section-head ul li{list-style:outside;}
.section-head ul {margin-left:20px;}
@media only screen and (max-width: 991px) {
  .dz-tabs .tab-content {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .dz-tabs .tab-content {
    padding-top: 20px;
  }
}

.dz-tabs.style-1 {
  margin-bottom: 40px;
}

.dz-tabs.style-1 .nav-tabs {
  border: none;
  display: flex;
  gap: 20px;
  margin-right: -20px;
}

.dz-tabs.style-1 .nav-tabs .nav-link {
  max-width: calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  cursor: pointer;
  padding: 15px 30px;
  font-size: 20px;
  text-align: start;
  font-weight: 500;
  border-radius: 0;
  background: #fff;
  color: var(--secondary);
  border: 1px solid transparent;
  font-family: var(--font-family-title);
}

.dz-tabs.style-1 .nav-tabs .nav-link.active,
.dz-tabs.style-1 .nav-tabs .nav-link:hover,
.dz-tabs.style-1 .nav-tabs .nav-link:active,
.dz-tabs.style-1 .nav-tabs .nav-link:focus {
  border-color: var(--primary);
}

.dz-tabs.style-1 .nav-tabs .nav-link svg {
  margin-right: 10px;
}

.dz-tabs.style-1.tab-space {
  margin-bottom: 75px;
  margin-top: 35px;
}

@media only screen and (max-width: 1680px) {
  .dz-tabs.style-1 .nav-tabs .nav-link {
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 1480px) {
  .dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 1480px) {
  .dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 991px) {
  .dz-tabs.style-1.tab-space {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 575px) {
  .dz-tabs.style-1 .nav-tabs {
    gap: 15px;
    margin-right: -15px;
  }

  .dz-tabs.style-1 .nav-tabs .nav-link {
    max-width: calc(33.33% - 15px);
    flex: 0 0 calc(33.33% - 15px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
    font-size: 16px;
    gap: 5px;
  }

  .dz-tabs.style-1 .nav-tabs .nav-link svg {
    margin-right: 0;
  }
}
