/*
Theme Name: Own Shop Trend
Theme URI: https://spiraclethemes.com/own-shop-trend-theme/
Author: Spiracle Themes
Author URI: https://www.spiraclethemes.com
Description: Own Shop Trend is a sleek, responsive child theme designed for seamless WooCommerce integration. Built on the Own Shop Ecommerce framework, it offers customizable layouts, enhanced performance, and compatibility with all major plugins, ensuring a flexible and user-friendly shopping experience for both store owners and customers. More Info here: https://spiraclethemes.com/own-shop-trend-theme/
Version: 1.0
Template: own-shop
Tested up to: 6.6
Requires PHP: 5.6
Requires at least: 4.7
Tags: e-commerce, blog, custom-colors, sticky-post, one-column, custom-logo, custom-menu, entertainment, featured-images, full-width-template, left-sidebar, right-sidebar, rtl-language-support, theme-options, threaded-comments, translation-ready, two-columns, footer-widgets
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: own-shop-trend
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
====================================================================
  General
====================================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;800&display=swap');


body, html {
    font-family: 'Nunito', sans-serif;
}

body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 15px !important;
}

h4 {
    font-size: 20px;
}

p {
    margin: 0 0 0.5em;
}

strong {
    font-weight: 500;
}

.os-container {
    position: inherit;
}



/**
====================================================================
  Header
====================================================================
*/
.elementor-editor-active .owl-carousel {
    display: block !important;
}

#topsidebar {
    text-align: center;
    background: #f5f5f5;
    padding: 10px;
}

#topsidebar p {
    margin: 0;
}

#topsidebar button {
    padding: 0 12px;
    border-radius: 4px;
    margin-left: 10px;
}

header.theme-menu-wrapper {
    box-shadow: -20px -17px 20px 0px;
    -webkit-box-shadow: -20px -17px 20px 0px;
    -moz-box-shadow: -20px -17px 20px 0px;
}

header select.category-dropdown {
    display: none;
}

.woocommerce-product-search button {
    background: none !important;
}

.style1 h1.site-title {
    padding: 0;
    margin-bottom: 0 !important;
    font-weight: 500;
}

.style1 #header-main {
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 20px;
}

header button[type=submit] {
    padding: 0 !important;
}

header button[type=submit] i {
    font-size: 30px;
    color: #d6d6d6;
    margin-left: -54px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}

header .header-product-search {
    text-align: left;
}

header button[type="submit"] i {
    vertical-align: bottom;
}

header .search-field {
    height: 50px;
    max-width: 550px !important;
}

header span.caret {
    display: none;
}

.style1 .top-menu-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 5px;
}

header .header-woo-links {
    border-right: 2px solid #d0d0d0;
}

header .header-woo-links {
    margin-right: 0;
    padding-right: 35px;
}

header .custom-menu-wrapper {
    background: none;
    color: #000;
    border-right: 2px solid #d0d0d0;
    border-radius: 0;
    height: 35px;
    margin-top: 8px;
}

.custom-menu-wrapper a.title {
    color: #000;
    font-size: 15px !important;
    font-weight: 500;
}

.custom-menu-wrapper .navbar-toggle {
    padding: 0;
}

.header-woo-links a {
    color: #000;
}

span.cart-details label.amount {
    font-weight: 600;
}

.custom-menu-wrapper a.title>i {
    padding-right: 15px;
    padding-left: 0;
    font-size: 25px;
    vertical-align: bottom;
}

.header-product-custom-menu ul li a {
    padding: 12px 20px;
}

.header-product-custom-menu .custom-menu-product {
    width: 320px;
    margin-top: 20px;
}

.style1 .header-wrapper .logo {
    float: none;
    text-align: center;
    width: auto;
}

.woo-menu-links {
    float: none;
    display: inline-block;
}

.style1 .top-menu, .style1 .topbar-menu {
    text-align: center;
}


/**
====================================================================
  Navigation
====================================================================
*/

.top-menu .navigation > li a {
    color: #555;
    font-weight: 500;
    text-decoration: none;
}

.header-woo-links a,
a.cart-content,
.header-woo-links a:hover,
a.cart-content:hover {
    text-decoration: none;
}

header .header-woo-links {
    border-right: 2px solid #d0d0d0;
    border-left: 2px solid #d0d0d0;
    padding-left: 25px;
}


/**
====================================================================
  Top bar
====================================================================
*/

.top-bar-menu li a,
.top-bar-menu li a:hover {
    text-decoration: none;
}


/**
====================================================================
  Menu Cart
====================================================================
*/

.site-header-cart:focus-within .widget_shopping_cart, 
.site-header-cart:hover .widget_shopping_cart {
    right: 60px;
    left: auto;
}


/**
====================================================================
  Blog
====================================================================
*/

.blog aside article {
    width: 100%;
}

.archive aside li, .blog aside li, .page aside li, .single aside li {
    line-height: 1.5;
}

aside li article {
    width: 100% !important;
    padding: 0 !important;
}

aside > div:first-child {
    margin-top: 0;
}

.wp-block-search .wp-block-search__label {
    display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style-type: none;
}

.recent-blog-widget .blog-post h3 {
    font-size: 18px !important;
    color: #000;
}


/**
====================================================================
  Footer
====================================================================
*/

#menu-social-menu li a {
    text-decoration: none;
}


/**
====================================================================
  MISC
====================================================================
*/

.page-content-area {
    overflow: hidden;
}

.elementor-editor-active .page-content-area {
    overflow: unset !important;
}

footer .copyrights {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce-demo-store.has-topbar #topsidebar {
    margin-top: 45px;
}

.woocommerce-demo-store.no-topbar header {
    margin-top: 45px;
}

a.wc-block-cart__submit-button,
a.wc-block-cart__submit-button:hover {
    border: 1px solid #555;
    text-decoration: none;
}

#wc-block-components-totals-coupon__input-0 {
    border-radius: 0;
    height: 55px;
}

.blog article h2 > a,
.single-post article h1 > a {
    text-decoration: none;
}

#secondary li a {
    text-decoration: none;
}

.archive article .content h5 a {
    text-decoration: none;
}

.woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
    width: 32.5% !important;
    box-shadow: 0 0px 20px #00000014;
    border-radius: 15px;
    flex-direction: column;
    border: 1px solid #E5E5EA;
    background: #fff;
    margin-right: 0px;
	margin-bottom: 0px;
    overflow: hidden;
}
.woocommerce #woo-products-wrapper {
    padding-right: 16px;
}
.woocommerce .woocommerce-ordering select {
    border-radius: 6px;
    border: 1px solid #aaa;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-transform: uppercase;
    padding: 8px 8px;
}

ul.product-categories {
    margin: 0 !important;
    font-size: 15px;
}
ul.product-categories li {
    padding: 0 0 16px 0px !important;
}
ul.product-categories li a{
    text-decoration: none !important;
}
.widget_product_categories li {
    margin: 0 !important;
}
.woocommerce ul.products li.product:nth-of-type(3n + 3) {
    margin-right: 0;
}
.woocommerce ul.products::before {
    content: none !important;
}
footer#footer, footer#footer .footer-widgets-wrapper {
    
    background: #03031e;
}
#footer p, #footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
header .site-title {
	display:none;
}
#footer p i {
    margin-right: 8px;
}

/* Ensure dropdown shows on hover */
.menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* Basic styling for submenu */
.sub-menu {
    display: none;
    position: absolute;
    background: #ffffff;
    padding: 10px 0;
    list-style: none;
    min-width: 150px;
    border: 1px solid #ddd;
    z-index: 9999;
}

.sub-menu a {
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
}

.sub-menu a:hover {
    background: #f5f5f5;
}

.aws-container .aws-search-field {
    border-style: solid;
    border-width: 1px;
    border-color: #aaa;
    border-radius: 6px!important;
    background-color: #fff;
    font-weight: 500;
    color: #343434;
    font-size: 16px;
    padding: 9px 20px;
}
.aws-container .aws-search-form .aws-form-btn {
    position: absolute;
    right: 0;
    z-index: 999;
    padding: 10px 2px;
    background: transparent !important;
    border: none;
    width: auto;
}
a.lmp_button {
    font-weight: 700;
}
a.lmp_button:hover {
    color: #ffffff !important;
}

.aws-search-result li .aws_result_content {
    font-size: 14px;
}
.aws-search-result .aws_result_title {
    font-weight: 700;
    color: #b33438;
}
ul.products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}
.woocommerce ul.products li.product .price del {
    display: none;
}
p.saved-sale {
    display: none;
}

ul.products li.product .woocommerce-loop-product__title {
  flex-grow: 1;
}
.sa-footer-menu ul li a {
    padding-left: 0 !important;
}
#woo-sidebar-wrapper {
    border-right: 2px solid #3e16173b;
}
#woo-sidebar-wrapper h3 {
    font-size: 18px;
}
#woo-sidebar-wrapper .widget-area .widget:not(:first-child) {
    margin-top: 0px;
    border-top: 2px solid #3e16173b;
    padding-top: 20px;
}
#woo-sidebar-wrapper .widget-area .widget select {
border-radius: 6px;
    border: 1px solid #aaa;
}
.wpsi_social_share_buttons {
    margin: 0;
}
.woocommerce div.product .product_title {
    font-size: 26px!important;
}
.wpsi_social_share_buttons a span {
    background: #424242 !important;
}
.wpsi_social_share_buttons a {
    padding: 0px !important; 
}
.single-product .summary .price span {
    font-size: 25px;
}
.single-product .product_meta .sku_wrapper {
    background: #ddaaab;
    display: inline-block !important;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 12px !important;
    margin: 16px 0;
    border-radius: 16px;
    line-height: 20px;
}
.single-product .product_meta .tagged_as {
    display: none !important; 
}
.single-product  #all-button a {
    background: #b33438;
    color: #fff;
    border-radius: 9px;
    padding: 10px 22px;
    font-size: 15px;
    margin: 5px 0;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    border-radius: 15px !important;
    border: 4px solid rgba(66, 66, 66, 0.16) !important;
    background: linear-gradient(rgba(14, 16, 17, 0.08), rgba(9, 9, 10, 0)) padding-box padding-box, linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) border-box border-box;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs img {
    border-radius: 15px !important;
    border: 2px solid rgba(66, 66, 66, 0.16) !important;
    background: linear-gradient(rgba(14, 16, 17, 0.08), rgba(9, 9, 10, 0)) padding-box padding-box, linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) border-box border-box;
}


a:focus {
    outline: none;
    outline-offset: 0;
}
.woocommerce-tabs .wc-tabs a {
    /* padding: 13px !important; */
    font-size: 16px;
}
#carusel_poduct_related .glide__track {
    padding: 8px 0;
}
#carusel_poduct_related .glide__track li{
    box-shadow: none;
}
.acepremiums-slider {
    position: relative;
}

.acepremiums-slider .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.acepremiums-slider .owl-nav button {
    pointer-events: all;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(0,0,0,0.6) !important;
    color: #fff !important;
    font-size: 33px !important;
    line-height: 44px !important;
    text-align: center;
    border: none;
}
.acepremiums-slider .owl-nav .owl-prev {
    left: 10px;
}

.acepremiums-slider .owl-nav .owl-next {
    right: 10px;
}

.sa-product-details .woocommerce .woocommerce-product-gallery {
    width: 58% !important;
}
.sa-product-details .woocommerce .summary {
    width: 40% !important;
}

.owl-stage a, .owl-stage a:hover{
	text-decoration:none !important;
}

/**
====================================================================
  Responsive Devices
====================================================================
*/


@media only screen and (max-width: 991px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 13px;
        text-transform: unset;
    }

    .style1 .header-wrapper .logo img {
        width: 80% !important;
    }

    .style1 .top-menu-wrapper {
        width: auto;
        float: right;
    }

    header .header-product-menu {
        display: none;
    }

    .os-container .header-product-menu,
    .os-container .header-menu-wrapper {
       display: none;
    }

    .hd-bar .side-menu ul li a {
        text-decoration: none;
    }

    .style1 .header-wrapper .logo {
        text-align: left;
    }

    .style1 .top-menu-wrapper {
        margin-top: -50px !important;
    }
    .widget_product_categories .product-categories {
        display: none;
    }

    /* Make the title look like a collapsible toggle */
    .widget_product_categories .widget-title {
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .widget_product_categories .widget-title:after {
        content: '+';
        font-size: 18px;
    }

    /* Active State */
    .widget_product_categories.active .widget-title:after {
        content: '-';
    }

    .widget_product_categories.active .product-categories {
        display: block;
    }
    .widget_product_categories #woo-sidebar-wrapper h3 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 480px) {
    .woocommerce-page ul.products li.product, .woocommerce ul.products li.product {
        width: 49% !important;
        margin-bottom: 5px !important;
    }
    ul.products {
        gap: 5px;
    }

    .style1 h1.site-title, .style1 h1.site-title a,
    .style1 p.site-title, .style1 p.site-title a {
        font-size: 25px !important;
    }

    .style1 .header-wrapper .logo h1,
    .style1 .header-wrapper .logo p {
        width: 90% !important;
    }

    .style1 .header-wrapper .logo img {
        width: 80% !important;
    }

    .woocommerce-demo-store.has-topbar #topsidebar {
        margin-top: 70px;
    }

    .woocommerce-demo-store.no-topbar header {
        margin-top: 70px;
    }

    header .top-menu-wrapper {
        margin-top: 0 !important;
    }

    .style1 .top-menu-wrapper { 
        margin-top: -45px;
    }
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 100%;

            margin: 0 0 10px 0;
	}


}

@media only screen and (max-width: 320px) {

    .style1 .header-wrapper .logo {
        position: relative;
        display: inline-block;
    }

    .style1 .header-wrapper .logo img {
        width: 70% !important;
    }

    .style1 .top-menu-wrapper {
        width: auto;
        float: right;
        margin-top: -40px !important;
    }

    .top-menu-wrapper .menu-header > span {
        display: none;
    }

    .style1 h1.site-title, .style1 h1.site-title a,
    .style1 p.site-title, .style1 p.site-title a {
        font-size: 18px !important;
    }
}
.os-container {
    max-width: 1140px;
}