/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.1.1769061274
Updated: 2026-01-22 05:54:34

*/

.site-footer h2.widget-title {
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.site-footer h2.widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background-color: #000027;
}
.ast-site-identity {
    padding: 0.6em  0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 0px !important;
}

nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0px;
}

header.woocommerce-Address-title.title h2
 {
    font-size: 18px;
}

a:hover, a:focus {
    outline: none !important;
}

ul.products li {
	background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 2px 2px 10px 2px !important;
    border-radius: 4px;
}

.related.products h2 {
    font-size: 25px;
}

ul.product-details li {
    list-style-type: none;
}
ul.product-details {
    margin-left: 0px;
}

span.onsale {
    min-width: 5em;
    min-height: 5em;
    line-height: 5em;
    padding: 8px !important;
    font-size: 12px !important;
}

#primary {
    margin-top: 60px;
    margin-bottom: 10px;
}

.sina-banner-container {
    width: 1200px; 
}

nav.woocommerce-pagination {
    margin-bottom: 30px;
    text-align: center;
}

.woocommerce h2 {
    font-size: 22px;
}

.ast-header-search {
    margin-top: 10px;
}

.search ul.products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.search .astra-shop-summary-wrap {
    text-align: center;
}

.woocommerce-js span.onsale {
    background-color: #000000 !important;
} 

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.red-menu a.mega-menu-link {
    color: red !important;
}

.mega-menu a.mega-menu-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 10px;
}

.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.feature-item img {
    width: 22px;
    height: 22px;
	box-shadow: none !important;
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
}
.custom-accordion {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    font-family: Arial, sans-serif;
}

.acc-item {
    border-bottom: 1px solid #e5e5e5;
}

.acc-title {
    position: relative;
    padding: 12px 40px 12px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
}

.acc-title::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.acc-item.active .acc-title::after {
    content: "−";
}


.acc-content {
    display: none;
    padding: 0 0 15px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.acc-content {
    color: #000;
    font-size: 16px;
    font-family: 'Outfit';
}
.acc-content ul {
    margin-bottom: 5px;
}
.acc-content p {
    margin-bottom: 5px;
}
.astra-shop-summary-wrap {
    padding: 0px 15px;
}

@media (min-width: 1024px) {
    span.mega-indicator {
        display: none !important;
    }
}

@media (max-width: 992px) {
	.search ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.search ul.products {
		grid-template-columns: 1fr;
	}
}



.marquee {
  overflow: hidden;
  position: relative;
  width: 1240px;
}
.marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee-scroll 15s linear infinite;
}
.marquee-track span {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  padding-right: 70px;
}
@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    black 10%,
    black 90%,
    transparent
  );
}


@media (max-width: 768px) {
  .marquee-track span {
    font-size: 15px;
    padding-right: 40px;
  }

  .marquee-track {
    animation-duration: 12s;
  }
}

@media screen and (max-width:768px) and (min-width:320px){
	.sina-banner-container {
    width: 100% !important; 
}
}

.main-slider .sina-slider-content.sina-bg-cover {
   /* background-position: top center;*/
	 background-position: center;
    background-size: cover;
}


@media (min-width:1024px){
#mega-menu-wrap-primary #mega-menu-item-1430 .mega-sub-menu{
    width:250px !important;
    left:65% !important;
    transform:translateX(-50%);
}
#mega-menu-wrap-primary #mega-menu-item-1430.mega-menu-megamenu > .mega-sub-menu{
    max-width:100% !important;
}

/* Menu 1549 */
#mega-menu-wrap-primary #mega-menu-item-1549 > .mega-sub-menu{
    width:max-content !important;
    min-width:220px;
    max-width:100%;
    left:58% !important;
    transform:translateX(-50%);
}
#mega-menu-wrap-primary #mega-menu-item-1549 .mega-sub-menu li a{
    white-space:nowrap;
}

/* Menu 1261 */
#mega-menu-wrap-primary #mega-menu-item-1261 > .mega-sub-menu{
    width:max-content !important;
    min-width:220px;
    max-width:100%;
    left:49% !important;
    transform:translateX(-50%);
}
#mega-menu-wrap-primary #mega-menu-item-1261 .mega-sub-menu li a{
    white-space:nowrap;
}
}


@media (max-width:1023px){

#mega-menu-wrap-primary #mega-menu-item-1430 > .mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-item-1549 > .mega-sub-menu,
#mega-menu-wrap-primary #mega-menu-item-1261 > .mega-sub-menu{
    width:100% !important;
}

#mega-menu-wrap-primary #mega-menu-item-1430 .mega-sub-menu li a,
#mega-menu-wrap-primary #mega-menu-item-1549 .mega-sub-menu li a,
#mega-menu-wrap-primary #mega-menu-item-1261 .mega-sub-menu li a{
    white-space:normal;
}
}

@media (min-width: 768px) {
    .woocommerce div.product div.images {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-start;
        gap: 15px;
    }
    .woocommerce div.product div.images .flex-viewport {
        width: 85%;
    }

    .woocommerce div.product div.images .flex-control-thumbs {
        width: 15%;
        overflow-y: auto;
        overflow-x: hidden;
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 0;
        margin: 0;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100% !important;
        margin: 0 !important;
    }

    .woocommerce div.product div.images .flex-control-thumbs img {
        width: 100%;
        height: auto;
    }
    .woocommerce div.product div.images .flex-control-thumbs img:hover,
    .woocommerce div.product div.images .flex-control-thumbs .flex-active {
        border: 2px solid #0000006b;
        opacity: 1;
		border-radius: 5px !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar {
        width: 5px;
    }

    .woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }
}
@media (max-width: 767px) {
    .woocommerce div.product div.images {
        display: block;
    }
}