/*======================================
=            GENERAL                 =
======================================*/
body.single-product {
  font-family: "LGsmartRegular2", Sans-serif;
  font-size: 14px;
}

.text-white ,
#text-white {
  color: #fff !important;
}

.img-content img {
  width: 100% !important;
  height: auto !important;
}

.img-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.img-content > div h3 {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
  font-weight: 600 !important;
}

.img-content > div h1 {
  font-size: 60px !important;
  line-height: 60px !important;
  margin-bottom: 0 !important;
  font-weight: 700 !important;
}

.img-content > div h4 {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}

/* Seven Disiion Grid */
.seven-division-grid {
  position: relative;
  margin: 0 auto;
  padding: 0 24px;
  height: 1250px;
}

.seven-division-grid .inner {
  position: relative;
  max-width: 1284px;
  margin: auto;
  height: 100%;
}

.seven-division-grid .contents {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}

.seven-division-grid .contents .contents-container {
  width: 100% !important;
  height: 101% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.seven-division-grid .contents .content-box-cover {
  width: 32.087227% !important;
  margin-right: 1.869159% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.seven-division-grid img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.3s ease-in-out 0s !important;
}

.seven-division-grid img:hover {
  opacity: 0.8 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(1) {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(2) {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(3) {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(4) {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(5) {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(6) {
  -webkit-box-ordinal-group: 8 !important;
  -ms-flex-order: 7 !important;
  order: 7 !important;
}

.seven-division-grid .contents.division7 .content-box-cover:nth-child(7) {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.seven-division-grid .content-box {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  padding-bottom: 66.666667% !important;
  margin-top: 10px !important;
}

.seven-division-grid .content-box.ratio-3-4 {
  padding-bottom: 133.34% !important;
}

.seven-division-grid .content-box.ratio-4-3 {
  padding-bottom: 75% !important;
}

.seven-division-grid .content-box.ratio-1-1 {
  padding-bottom: 100% !important;
}

.seven-division-grid .content-box.ratio-9-16 {
  padding-bottom: 177.78% !important;
}

.seven-division-grid .text-black {
  color: #000 !important;
  background-color: #fff !important;
}

.seven-division-grid .content-box .box-title {
  position: absolute !important;
  font-size: 14px !important;
  line-height: 18px !important;
  bottom: 0 !important;
}

.seven-division-grid .content-box .banner-content,
.seven-division-grid .content-box .desc-content {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
}

/* Text styles */

body.single-product .section-box-text {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}

body.single-product .text-middle-right,
body.single-product .text-top-left {
  position: absolute !important;
}

body.single-product .text-middle-right {
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  text-align: right !important;
}

body.single-product .text-middle-right strong,
body.single-product .text-middle-right h2,
body.single-product .text-middle-right p,
body.single-product .text-top-left strong,
body.single-product .text-top-left h2,
body.single-product .text-top-left p,
body.single-product .section-box-text strong,
body.single-product .section-box-text h2,
body.single-product .section-box-text p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
}

body.single-product .text-middle-right strong,
body.single-product .text-top-left strong,
body.single-product .section-box-text strong {
  font-size: 20px !important;
  color: #333 !important;
}

body.single-product .text-middle-right h2,
body.single-product .text-top-left h2,
body.single-product .section-box-text h2 {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #000 !important;
}

body.single-product .text-middle-right p,
body.single-product .text-top-left p,
body.single-product .section-box-text p {
  color: #6b6b6b;
  font-weight: 400 !important;
}

body.single-product .text-top-left {
  left: 20px;
  top: 20px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  body.single-product .section-box-text {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  body.single-product .section-title {
    font-size: 60px !important;
    line-height: 60px !important;
    margin-bottom: 19px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-align: center !important;
  }

  body.single-product .section-sub {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 19px !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-align: center !important;
  }
}

/*======================================
=       Products tabs features         =
======================================*/

body.single-product .pst_Content {
  display: none;
}

body.single-product .pst_Content.active {
  display: block;
}

body.single-product .prod_side_tabs_head {
  width: 100%;
  display: block;
  float: left;
}

body.single-product .prod_side_tabs_head .pst_head_tabs {
  display: block;
  float: left;
  padding: 5px 20px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 6px 0 0 0;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

body.single-product .prod_side_tabs_head .pst_head_tabs:hover {
  border-color: #c51e55;
  color: #c51e55;
  cursor: pointer;
}

body.single-product .prod_side_tabs_head .pst_head_tabs.active {
  background-color: #c51e55;
  color: #fff;
  font-weight: 600;
}

body.single-product .prod_side_tabs_content {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

body.single-product .custom-row {
  display: flex;
  flex-wrap: wrap;
}

body.single-product .custom-row .custom-col {
  flex: 0 0 50%;
  max-width: 50%;
}

body.single-product .prod_side_tabs_content ul.feature-list {
  list-style-type: none !important;
}

body.single-product .prod_side_tabs_content ul.feature-list li {
  position: relative;
}

body.single-product .prod_side_tabs_content ul.feature-list li:before {
  content: "";
  position: absolute;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  width: 5px;
  height: 5px;
  top: calc(50% - 1px);
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
}

/*======================================
=            Product Price             =
======================================*/

body.single-product span.amount.wasprice {
  font-size: 2rem !important;
}

body.single-product span.sale_price {
  font-size: 3rem !important;
  font-weight: 600 !important;
}

body.single-product .elementor-add-to-cart span.woocommerce-Price-amount.amount:after {
  content: " (VAT incl.)";
  font-size: 12px;
  color: #999;
  float: left;
  position: absolute;
  top: 9px;
  right: -52px;
}

body.single-product .elementor-add-to-cart span.woocommerce-Price-amount.amount {
  font-family: var(--FontUI);
  margin: 23px 0 0 0;
  display: -webkit-inline-box;
  position: relative;
}

body.single-product .elementor-add-to-cart .savingpd {
  font-size: 1.1rem !important;
  top: 5px;
}

body.single-product .elementor-add-to-cart .instock {
  position: relative;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}

body.single-product .elementor-add-to-cart .amount.nosale .amount {
  font-size: 2rem !important;
}

body.single-product span.woocommerce-Price-amount.amount {
  position: relative;
}

body.single-product .price ins {
  color: red !important;
  position: relative !important;
  right: unset !important;
  left: unset !important;
}

body.single-product del span.woocommerce-Price-amount.amount:after {
  content: "";
}

body.single-product .price del {
  color: #4b4f58 !important;
  left: unset !important;
  top: unset !important;
  position: relative !important;
}

body.single-product .woocommerce-variation-price .price {
  margin: 3px 0 20px 0;
}

/*======================================
=         Product Icon features        =
======================================*/

body.single-product .elementor-element-89cace3 {
  position: absolute !important;
  top: 96px !important;
  right: -55px !important;
  width: auto !important;
}

body.single-product .elementor-element-89cace3 .elementor-widget-container {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

body.single-product .elementor-element-89cace3 .elementor-widget-container img {
  position: relative !important;
  top: initial !important;
  left: initial !important;
}

body.single-product .product img.EEicon {
  width: 43px !important;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 9;
  left: unset;
}

/*======================================
=         Product Gallery              =
======================================*/

#DE_productGallery_Wrapper {
  width: 100%;
  float: left;
  display: block;
}

.gallery-thumbs {
  float: left;
  width: calc(16% - 20px);
  height: 280px;
  margin-right: 20px;
}

.gallery-thumbs .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 25%;
  height: 150px;
  float: right !important;
  padding: 5px;
  margin: 0 0 0 9px;
}

.gallery-thumbs .swiper-slide:hover {
  border: 2px solid #c51e55;
}

.gallery-top {
  width: 83%;
}

.gallery-top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

body.single-product .swiper-wrapper {
  margin: 0 0 0 -8px !important;
  height: auto;
  z-index: 0;
}

body.single-product .swiper-button-next {
  top: 50% !important;
}

body.single-product .swiper-button-prev {
  top: 50% !important;
  left: 10px !important;
}

.gallery-thumbs .swiper-slide img {
  text-align: center;
  margin: 0 auto;
}

body.single-product #DE_productGallery_Wrapper .gallery-thumbs .swiper-button-next_thumb,
body.single-product #DE_productGallery_Wrapper .gallery-thumbs .swiper-button-prev_thumb {
  top: 45% !important;
  width: 35px !important;
  height: 40px !important;
  position: absolute !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
}

body.single-product #DE_productGallery_Wrapper .gallery-thumbs .swiper-button-next_thumb {
  right: 10px !important;
  background-image: url("https://www.dragonelectronics.net/wp-content/uploads/2022/11/next2_.png") !important;
}

body.single-product #DE_productGallery_Wrapper .gallery-thumbs .swiper-button-prev_thumb {
  left: 10px !important;
  background-image: url("https://www.dragonelectronics.net/wp-content/uploads/2022/11/previous2_.png") !important;
}

.swiper-container.gallery-thumbs.swiper-container-horizontal {
  width: 100%;
  height: auto;
}

/*======================================
=         Products Share Btn           =
======================================*/
/* Facebook */
body.single-product .elementor-share-btn_facebook:hover {
  background-color: #3b5998 !important;
  transition: background-color 0.3s ease-in-out;
}

body.single-product .elementor-share-btn_facebook:hover .elementor-share-btn__icon svg {
  fill: #fff !important;
  transition: fill 0.3s ease-in-out;
}

/* Whatsapp */
body.single-product .elementor-share-btn_whatsapp:hover {
  background-color: #25d366 !important;
  transition: background-color 0.3s ease-in-out;
}

body.single-product .elementor-share-btn_whatsapp:hover .elementor-share-btn__icon svg {
  fill: #fff !important;
  transition: fill 0.3s ease-in-out;
}

/* Email */
body.single-product .elementor-share-btn_email:hover {
  background-color: #d44638 !important;
  transition: background-color 0.3s ease-in-out;
}

body.single-product .elementor-share-btn_email:hover .elementor-share-btn__icon svg {
  fill: #fff !important;
  transition: fill 0.3s ease-in-out;
}
/*======================================
=          Products Related            =
======================================*/

body.single-product .related.products .products .type-product {
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 8px !important;
  border: solid 1px #ddd !important;
  transition: all 0.3s ease-in-out;
}

body.single-product .related.products .products .type-product:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

body.single-product .related.products .products .type-product .astra-shop-thumbnail-wrap {
  height: 300px !important;
  overflow: hidden !important;
}

body.single-product .related.products .products .type-product .astra-shop-thumbnail-wrap .woocommerce-LoopProduct-link {
  height: 100% !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product .related.products .products .type-product .astra-shop-thumbnail-wrap img {
  height: 100% !important;
  width: 100% !important;
  object-fit: contain !important;
  transition: all 0.3s ease-in-out;
}

body.single-product .related.products .products .type-product .astra-shop-thumbnail-wrap img:hover {
  transform: scale(1.1) !important;
}

body.single-product .related.products .products .type-product .astra-shop-summary-wrap .price,
body.single-product .related.products .products .type-product .astra-shop-summary-wrap .price .listSales {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

body.single-product .related.products .products .type-product .price {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px !important;
}

body.single-product .related.products .products .type-product .price .amount.amount.nosale {
  width: auto !important;
  color: #4b4f58 !important;
}

body.single-product .related.products .products .type-product .astra-shop-summary-wrap .price .savingpd {
  font-size: 1.1rem !important;
}

body.single-product .related.products .products .type-product .astra-shop-summary-wrap .price .listSales .wasprice {
  width: auto !important;
  position: relative;
  top: 10px;
}

body.single-product .related.products .products .type-product .DE_addtocart {
  background-color: #c51e55 !important;
  border: solid 2px #c51e55 !important;
  font-family: var(--FontUI) !important;
  border-radius: 30px !important;
  margin-top: 0px !important;
  padding: 6px 19px !important;
  width: 40% !important;
  font-size: 18px !important;
  font-weight: 100 !important;
  text-align: center;
  overflow: hidden;
  position: absolute !important;
  bottom: 10px !important;
  right: 31px !important;
}

body.single-product .related.products .products .type-product .DE_addtocart:hover {
  background-color: #fff !important;
  border: solid 2px #c51e55 !important;
  color: #c51e55 !important;
}

section.related.products ul.products.elementor-grid.columns-3 li {
  text-align: center !important;
}

/*======================================
=                Brand                 =
======================================*/

.brand.Ariston {
  font-size: 24px;
  font-family: "LGSmartBold", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
}

.brand.LG {
  font-size: 24px;
  font-family: "LGSmartBold", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c2014e;
}

.brand.Turboair {
  font-size: 24px;
  font-family: "LGSmartBold", Sans-serif;
  text-transform: unset;
  letter-spacing: 0;
  color: #00a9d4 !important;
}

.brand.UFESA {
  font-size: 24px;
  font-family: "LGSmartBold", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ce282c;
}

.brand.Artcool™ {
  font-size: 24px;
  font-family: "LGSmartBold", Sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

body.single-product .brand.Dragon.Electronics {
  font-size: 2.7rem !important;
  white-space: nowrap !important;
}

body.single-product .brands-container-custom .elementor-shortcode {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/*======================================
=         product other details        =
======================================*/

.single-product .quantity {
  float: left;
  margin: 0 15px 0 0 !important;
}

ul.feature-list {
  margin: 0 0 0 18px;
}

p.stock.out-of-stock {
  font-size: 18px;
  color: #c51e55;
  text-transform: uppercase;
  font-weight: bold;
  margin: -80px 0 0 0;
}

input.input-text.qty.text {
  height: 48px;
  text-align: center;
}

.promo_until {
  font-size: 17px;
  margin: 13px 0;
  color: #c51e55;
  font-weight: bold;
}

form.cart {
  float: left;
}

body.single-product .wapf .wapf-field-input select.wapf-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
}

body.single-product .wapf .wapf-field-input select.wapf-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3E%3C/path%3E%3C/svg%3E");
}

body.single-product .wapf .wapf-field-input select.wapf-input:hover {
  border-color: #c51e55;
}

/*======================================
=         RCFCalculation_Form          =
======================================*/

body.single-product form#RCFCalculation_Form {
  float: left;
  width: 100%;
  clear: both;
}

body.single-product form#RCFCalculation_Form .RCFCalculation {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: bold;
}

body.single-product form#RCFCalculation_Form .RCFCalculation #depositOutput {
  white-space: nowrap;
}

body.single-product form#RCFCalculation_Form .RCFCalculation select#percentdep,
body.single-product form#RCFCalculation_Form .RCFCalculation select#installment {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding: 0 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

body.single-product form#RCFCalculation_Form .RCFCalculation select#percentdep,
body.single-product form#RCFCalculation_Form .RCFCalculation select#installment {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-size: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: rgba(0, 0, 0, 1);transform: ;msFilter:;'%3E%3Cpath d='M16.293 9.293 12 13.586 7.707 9.293l-1.414 1.414L12 16.414l5.707-5.707z'%3E%3C/path%3E%3C/svg%3E");
}

body.single-product form#RCFCalculation_Form .RCFCalculation select#percentdep:hover,
body.single-product form#RCFCalculation_Form .RCFCalculation select#installment:hover {
  border-color: #c51e55;
}

/* Add to Cart Button */
button.single_add_to_cart_button.button.alt {
  height: 50px;
}

body.single-product .elementor-element-624f2ce3 .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
  border-radius: 5px !important;
  font-size: 14px !important;
  padding: 0 20px !important;
  animation: scale 1s infinite alternate;
}

body.single-product .elementor-element-624f2ce3 .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* SPGuide */
span.SPGuide {
  width: 50%;
  margin: 0 0 18px 0;
  font-size: 17px;
  padding: 16px 0 0 0;
  float: left;
}

/* Scale Animation */
@keyframes scale {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.1);
  }
}

/* WooCommerce Variation Add to Cart */
.woocommerce-variation-add-to-cart {
  margin: 12px 0 0 0;
  width: 100%;
  display: block !important;
  float: left;
}

/* Cart Form */
.single-product form.cart {
  width: 100%;
  margin: 12px 0 0 0;
  display: block;
  padding: 21px 0 0 0;
}

.single-product form.cart .quantity {
  padding: 8px;
}

.single-product button.single_add_to_cart_button.button.alt.wp-element-button {
  padding: 11px 21px;
  display: block;
  width: 100%;
  max-width: 150px;
}

/* Product Price */
.single-product .elementor-widget-woocommerce-product-price .elementor-widget-container {
  margin: 0 0 0 0 !important;
  padding: 0 !important;
}

/* hpTitle */
.hpTitle {
  padding: 20px 0 0 0;
  display: block;
  width: 100%;
}

/*======================================
=            tab-pane                 =
======================================*/

body.single-product .tab-pane .row {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 20px !important;
}

body.single-product .tab-pane .col-6 {
  width: 50% !important;
  float: left !important;
  display: block !important;
  padding: 0 10px !important;
}

body.single-product .tab-pane .col-6 img {
  width: 100% !important;
}

body.single-product .tab-pane .small-title {
  display: block !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin-bottom: 7px !important;
}

body.single-product .tab-pane .title {
  font-size: 36px !important;
  line-height: 44px !important;
  color: #000 !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
}

body.single-product .tab-pane .big-title {
  font-size: 60px !important;
  line-height: 60px !important;
  margin-bottom: 19px !important;
  color: #000 !important;
  font-weight: 600 !important;
}

body.single-product .tab-pane .text {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #6b6b6b !important;
  margin-bottom: 24px !important;
}

body.single-product .tab-pane .big-text {
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 10px !important;
  color: #333 !important;
}

body.single-product .tab-pane .tab-pane .eyebrow {
  font-size: 30px !important;
  line-height: 36px !important;
  margin-bottom: 16px !important;
  color: #333 !important;
  font-weight: 600 !important;
}

body.single-product .tab-pane .thumb-desc {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}

/*======================================
=            RESPONSIVE                 =
======================================*/

/* Media Query for min-width 768px */
@media screen and (min-width: 768px) {
  .img-mobile {
    display: none;
  }

  .line1 {
    font-size: 20px !important;
  }

  .line2 {
    font-size: 38px !important;
  }

  .line3 {
    font-size: 18px !important;
  }
}

/* Media Query for max-width 767.98px */
@media screen and (max-width: 767.98px) {
  body.single-product .custom-row {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  body.single-product .custom-row .custom-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .img-desktop {
    display: none;
  }

  .line1 {
    font-size: 16px !important;
  }

  .line2 {
    font-size: 24px !important;
  }

  .line3 {
    font-size: 14px !important;
  }

  .section-title {
    font-size: 30px !important;
    line-height: 30px !important;
    margin-bottom: 19px !important;
    font-weight: 700 !important;
    color: #000 !important;
    text-align: center !important;
  }

  .section-sub {
    font-size: 16px !important;
    line-height: 20px !important;
    margin-bottom: 19px !important;
    font-weight: 400 !important;
    color: #000 !important;
    text-align: center !important;
  }

  body.single-product .elementor-element-624f2ce3 .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
    position: relative !important;
    right: 210px !important;
    margin-top: 20px !important;
  }

  .elementor-column.elementor-col-66.elementor-element-58f1038e {
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .elementor-column.elementor-col-33.elementor-element-624f2ce3 {
    width: 100% !important;
  }

  section.elementor-section.elementor-top-section.elementor-element.elementor-element-689e6396 {
    width: 100% !important;
    left: unset !important;
    padding: 0 !important;
  }

  body.single-product .savingpd {
    font-size: 12px !important;
  }

  body.single-product .elementor-element-08e9a45 .elementor-text-editor.elementor-clearfix {
    text-align: left !important;
  }

  body.single-product .seven-division-grid {
    height: auto !important;
  }

  body.single-product .seven-division-grid .contents .content-box-cover {
    width: 100% !important;
  }

  body.single-product .seven-division-grid .contents .contents-container {
    position: unset !important;
    padding: 0;
    margin-left: 0;
  }

  body.single-product .seven-division-grid .contents .contents-container .content-box {
    width: 100% !important;
  }

  body.single-product .swiper-button-next,
  body.single-product .swiper-button-prev {
    padding: 1rem;
  }

  body.single-product .swiper-button-next {
    right: 15px;
  }

  body.single-product .swiper-button-prev {
    left: 15px;
  }

  body.single-product .swiper-button-next::after,
  body.single-product .swiper-button-prev::after {
    font-size: 20px;
  }

  body.single-product .section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px;
    font-weight: 700;
    color: #000;
    text-align: center;
  }

  body.single-product .section-sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 19px;
    font-weight: 400;
    color: #000;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .img-content > div {
    align-items: center !important;
  }
  .top-left, .middle-left, .top-right, .middle-right, .centered {
    position: absolute !important;
    top: 10% !important;
    left: 50% !important;
    transform: translate(-50%, -8%) !important;
    width: 99% !important;
    max-width: 99% !important;
    text-align: center !important;
  }
}
/* Media Query for max-width 500px */
@media screen and (max-width: 500px) {
  body.single-product .input-text.qty {
    width: 110px !important;
    height: 50px !important;
  }

  body.single-product .elementor-element-624f2ce3 .elementor-widget-woocommerce-product-add-to-cart .single_add_to_cart_button {
    width: 100% !important;
    left: 0px !important;
  }

  body.single-product .related.products .products .type-product {
    display: flex !important;
    flex-direction: column;
    margin-bottom: 20px !important;
  }

  body.single-product .related.products .products .type-product .astra-shop-summary-wrap {
    position: relative !important;
  }

  body.single-product .prod_side_tabs_head .pst_head_tabs {
    padding: 5px 7px !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tabs .description_tab,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tabs .additional_information_tab {
    width: 100% !important;
    white-space: nowrap !important;
  }

  body.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tabs .description_tab a,
  body.single-product .woocommerce-tabs.wc-tabs-wrapper .wc-tabs .additional_information_tab a {
    font-size: 1.7rem !important;
  }

  .single-product #DE_productGallery_Wrapper .swiper-button-next {
    right: -20px !important;
  }

  .single-product #DE_productGallery_Wrapper .swiper-button-prev {
    left: -20px !important;
  }

  .img-content > div h3 {
    font-size: 1.2rem !important;
    line-height: 100% !important;
    text-align: center;
  }
  
  .img-content > div h1 {
    font-size: 1.7rem !important;
    line-height: 100% !important;
    text-align: center;
  }
  
  .img-content > div h4 {
    font-size: 1rem !important;
    line-height: 100% !important;
    text-align: center;
  }

  .img-content > div p {
    font-size: 0.7rem !important;
    line-height: 100% !important;
    text-align: center;
  }
}