/*
Theme Name: Yobazar Child
Theme URI: https://demo.theme-sky.com/yobazar/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: yobazar
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: yobazar-child
*/
article.single-post > .entry-meta-middle {
    margin-bottom: 0!important;
}
td.value a {
    font-size: 14px !important;
    background: #fff;
    border-color:#efefef!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    border-color: #33aaef;
}

.ts-product-attribute > div.option:not(.color).selected > a,.ts-product-attribute > div.option:not(.color):hover > a {
    background: #33aaef;
    color: #fff;
}
td.value {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    margin-top: 5px;
}
.woocommerce table.shop_attributes{
    margin-bottom:0!important;
}
.owl-controls {
    width: fit-content!important;
}
.woocommerce .products {
        gap: 15px;
        padding: 15px;
}
section.related.products {
    padding-top:30px!important;
    padding-bottom:0!important;
}
.woocommerce .related > h2{
    margin-bottom:0;
}

.ts-product .products.owl-carousel > .owl-stage-outer > .owl-stage, .related.products .products.owl-carousel > .owl-stage-outer > .owl-stage, .cross-sells .products.owl-carousel > .owl-stage-outer > .owl-stage, .up-sells.products .products.owl-carousel > .owl-stage-outer > .owl-stage, .ts-product-in-category-tab-wrapper.ts-product .column-content .products.owl-carousel > .owl-stage-outer > .owl-stage {
    gap: 15px;
}
.woocommerce.columns-3 .products .product {
    width: 32%!important;
}
.woocommerce.columns-4 .products .product {
    width: 24%;
    margin: px;
}
    /* Product Card Only */
    .owl-carousel .products .product{
        background: none!important;
    }
.woocommerce .products .product {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #efefef;
    border-radius: 8px;
    background: #ffffff;
    transition: all 0.3s ease;
}
.owl-item .product {
    margin-bottom: 0px!important;
}

/* Card Hover Effect */
.woocommerce .products .product:hover {
    border-color: #ddd;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}
.product-content ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-left: 0;
}

.product-content ul li {
    list-style-position: outside;
    margin-bottom: 8px;
}
/*Rest CSS*/
/*BUttons*/
.products .product-category .product-wrapper > a img, .woocommerce .products .product-category .product-wrapper > a img{
    width:100% !important;
}
.button-in.wishlist {
    display: none;
}
.enquiry-popup-box {
    margin-bottom: 100px;
}
.single-product-buttons{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.single-product-buttons a,
.single-product-buttons button{
    display: flex!important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    white-space: nowrap;
    color: #fff!important;
    border-radius: 50px!important;
    margin-right: 0!important;
}

.single-product-buttons .wishlist a{
    background: #f5f5f5;
    color: #333;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
}

.single-product-buttons .wishlist a:hover{
    background: #ffebee;
    color: #e63946;
}

/* Tooltip Fix */
.single-product-buttons .button-tooltip{
    display: none;
}

/* WhatsApp Button */
.whatsapp-enquiry-btn{
    background: #25D366;
    color: #fff;
}

.whatsapp-enquiry-btn i{
    font-size: 16px;
}

.whatsapp-enquiry-btn:hover{
    background: #1ebe5d;
    transform: translateY(-2px);
}

/* Enquire Now Button */
.conodent-enquire-btn{
    background: #0d6efd;
    color: #fff;
}

.conodent-enquire-btn:hover{
    background: #084298;
    transform: translateY(-2px);
}

/* Active Effect */
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title {
    min-height: 5vw;
}
.breadcrumb-title-wrapper {
    background-color: rgb(237 237 237) !important;
    background-image: none !important;
}
.single-product-buttons a:active,
.single-product-buttons button:active{
    transform: scale(0.97);
}
.breadcrumbs-container {
    font-size: 16px;
}
.breadcrumb-title-wrapper .breadcrumbs a, .breadcrumb-title-wrapper .brn_arrow:before {
    color: #282828!important;
}

/*products-details-page*/
#main-content .gallery-layout-vertical {
    padding: 40px !important;
    border-radius: 12px;
    background: #f0faff;
}
.owl-carousel .product-category.product {
    background: none;
    border: none;
}
.product-content p,.product-content h6 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 8px;
}
.woocommerce div.product .summary .entry-title {
    font-size: 22px!important;
    line-height: normal!important;
        color: #0faaef;
}
p.price {
    display: none;
}

.woocommerce div.product.gallery-layout-vertical div.woocommerce-product-gallery,.woocommerce div.product div.summary{
    margin-bottom:0;
}
/* ===============================
   Social Share Icons
================================ */
.ts-social-sharing ul li a {
    position: relative !important;
    font-size: 14px !important;
}


/* ===============================
   WooCommerce Tabs Icons
================================ */


/* ===============================
   Availability Icon
================================ */
.availability-text::before {
    content: "✔ ";
    color: green;
    font-weight: bold;
}


/* ===============================
   WooCommerce Tabs 
================================ */

/* Tabs Wrapper */
.woocommerce-tabs {
    margin-top: 40px !important;
}

/* Tabs Nav */
.woocommerce-tabs ul.tabs {
    display: flex !important;
    justify-content: center;
    margin-bottom:0!important;
}

/* Tab Link */


/* Unicode Icons using ::before */


.woocommerce-tabs ul.tabs li a{
    font-size:20px;
    padding:10px 0!important;
}

/* Active + Hover */
.woocommerce-tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li a:hover {
    color: #0FAAEF !important;
}

/* Panels */
.woocommerce-Tabs-panel {
    background: #fff !important;
    padding: 30px !important;
    margin-top: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08) !important;
}

/* Section Headings */
.woocommerce-Tabs-panel h3 {
    font-size:20px;
    line-height: normal;
    margin-bottom: 10px;
    color: #0FAAEF;
}

/* Heading Icons */


.woocommerce-Tabs-panel h3::before {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 20px !important;
}

/* Lists */
.woocommerce-Tabs-panel ul {
    padding-left: 0 !important;
}

.woocommerce-Tabs-panel ul li {
    font-size:16px;
    list-style: none !important;
    position: relative !important;
    padding-left: 24px !important;
    margin-bottom: 0px !important;
    padding-top: 0;
}

/* List Check Icon */
.woocommerce-Tabs-panel ul li::before {
    content: "✔" !important;
    position: absolute !important;
    left: 0 !important;
    color: #0FAAEF !important;
}

/* Table */
.woocommerce-Tabs-panel table {
    width: 100% !important;
    border-collapse: collapse !important;
}

.woocommerce-Tabs-panel table td {
    padding: 12px !important;
    border: 1px solid #eee !important;
}

.woocommerce-Tabs-panel table thead td {
    background: #dbf4ff !important;
    color: #282828 !important;
    font-weight: 600 !important;
}

/*END*/


/*======== BLOG =========*/
/* ---------- Main Blog Title ---------- */


/* Accent underline for main title */
.single-post .entry-header .entry-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #0faaef, #0a7dbf);
    margin-top: 10px;
    border-radius: 2px;
}

/* Hover effect on main title */
.single-post .entry-header .entry-title:hover {
    color: #0faaef;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

/* ---------- Blog Content Subheadings ---------- */
.entry-header h3.entry-title {
    font-size: 24px !important;
    line-height: normal !important;
}
.single-post .entry-content h2.wp-block-heading,
.single-post .entry-content h3.wp-block-heading {
    font-weight: 600;
    font-size: 24px;                             /* noticeable but smaller than main title */
    line-height: 1.3;
    color: #0a7dbf;
    margin: 30px 0 15px;
    position: relative;
}

/* Optional underline for subheadings */
.single-post .entry-content h2.wp-block-heading::after,
.single-post .entry-content h3.wp-block-heading::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #0faaef;
    margin-top: 6px;
    border-radius: 2px;
}




/* ================================
   STICKY RIGHT SIDEBAR
================================ */
.price {
    display:none;
}
/* ================================
   GLOBAL STICKY FIX
================================ */

/* ================================
   RIGHT SIDEBAR – STICKY SCROLL
================================ */

#right-sidebar {
    /* right: 250px;*/
    /*width: 20%;*/
    /*position: fixed;*/
    /*top: 100px;*/
    /*transform: translateY(20px);*/
    transition: transform 0.3s ease;
    align-self: flex-start;
    overflow-y: auto;
    padding: 16px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
    transition: top 0.3s ease;
}


#right-sidebar::-webkit-scrollbar-thumb {
    background: #0FAAEF;
    border-radius: 10px;
}

/* ================================
   SIDEBAR UI / UX
================================ */

#right-sidebar .widget-container {
    margin-bottom: 24px;
}

#right-sidebar .widget-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    padding-left: 12px;
}

#right-sidebar .widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: 18px;
    background: #0FAAEF;
    border-radius: 4px;
}

/* Sidebar links */
section#ts_product_categories-2 {
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: none;
}
#right-sidebar a {
    transition: color 0.3s ease;
}
#right-sidebar a:hover {
    color: #0FAAEF;
}
/* Product Categories Sidebar Styling */
.ts-product-categories-widget .product-categories li a {
    border-bottom: 1px solid #eee !important;
    display: block;
    border-radius: 4px;
    padding:6px 0;
    text-decoration: none !important;
}

/* Hover state */
li.cat-item.current a {
    color: #00a6ec;
}
.ts-product-categories-widget .product-categories li a:hover {
   color: #00a6ec;
}

/* Active / current category */
.ts-product-categories-widget .product-categories li.current-cat > a,
.ts-product-categories-widget .product-categories li.current-cat-parent > a {
    background: #dbf4ff !important;
    color: #282828 !important;
    font-weight: 600 !important;
}

/* ================================
   MOBILE – DISABLE STICKY
================================ */

/*lsiting*/


@media (max-width: 991px) {
    #content {
        display: block;
    }

    #right-sidebar {
        position: static;
        max-height: none;
        overflow: visible;
        box-shadow: none;
        padding: 0;
    }
}



/*right-bar*/

.owl-stage {
    padding: 15px 0;
}
.blogs .item {
        padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin:0!important;
}
.owl-stage-outer {
    padding: 10px !important;
}
/* ================================
   BLOG PAGE UI / UX IMPROVEMENTS
================================ */
.related-posts article, .related-portfolios .item, .ts-shortcode .items .item {
    width: 96% !important;
}

/* Blog Title */
.blogs h3.entry-title {
 font-size: 32px !important;
    line-height: normal !important;
    color: #0b2c3d;
}
.blogs h4.entry-title {
 font-size: 16px !important;
    line-height: normal !important;
    color: #0b2c3d;
      white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Meta (date etc.) */
.entry-meta-middle .date-time {
    font-size: 14px;
    color: #6b7280;
}

/* Featured image spacing */
.entry-format figure.thumbnail {
    margin: 24px 0 30px;
}



/* Paragraphs */
.product-content p {
    margin-bottom: 15px;
}
.search-table input::placeholder {
    font-size: 14px;
}
.search-table, .woocommerce-product-search {
    font-size: 14px;
}
/* Headings inside content */
.product-content h1, .product-content h2 .product-content h3, .product-content h4, .product-content h5, .product-content h6{
    font-size: 22px;
    color: #0FAAEF;
    margin-bottom: 15px;
    font-weight: 600;
}
div.product .summary .meta-content > div, div.product .summary .detail-meta-top > div {
    margin: 0 0 10px;
}
.woocommerce-product-details__short-description p {
    line-height: 22px;
}
.meta-content .tags-link, .meta-content .cats-link {
    display: flex;
}


/* Center headings */
.entry-content .has-text-align-center {
    text-align: center;
}

/* Lists */
.entry-content ul {
    padding-left: 20px;
    margin: 18px 0;
}

.entry-content ul li {
    margin-bottom: 10px;
}

/* Images inside content */
.entry-content img {
    border-radius: 8px;
}

/* Align left image spacing */
.wp-block-image .alignleft {
    margin: 0 24px 16px 0;
}

/* Tables */
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 15px;
}

.wp-block-table td {
    padding: 12px;
    border: 1px solid #e5e7eb;
}

.wp-block-table thead td {
    background: #f0f9ff;
    font-weight: 600;
}

/* Horizontal separator */
.wp-block-separator {
    margin: 40px 0;
    border-color: #e5e7eb;
}

/* Social share section */
.ts-social-sharing span {
    font-weight: 600;
    color: #0b2c3d;
}

.ts-social-sharing ul li a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-decoration:none;
}

.ts-social-sharing ul li a:hover {
    background: #0FAAEF;
    color: #fff!important;
}

/* Sidebar widgets */
.ts-sidebar .widget-title {
    font-size: 18px;
    color: #0b2c3d;
    margin-bottom: 12px;
}

.ts-sidebar ul li a {
    font-size: 15px;
    color: #374151;
}

.ts-sidebar ul li a:hover {
    color: #0FAAEF;
}

/* Related posts */
.related-posts .heading-title {
    font-size: 24px;
    color: #0b2c3d;
    margin-bottom: 20px;
}

/* Mobile optimization */
@media (max-width: 768px) {

    .entry-title {
        font-size: 24px;
    }

    .entry-content {
        font-size: 15px;
    }

    .wp-block-image .alignleft {
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }
}
/*contact-form*/
/* Contact Form Container */
.wpcf7-form {
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: "Segoe UI", Arial, sans-serif;
}

/* Field Labels */
.wpcf7-form label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #333;
}

/* Input & Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  padding: 6px 14px!important;
  border: 1px solid #dcdcdc;
  border-radius: 6px!important;
  font-size: 14px!important;
  color: #333;
  background: #fafafa;
  transition: all 0.3s ease;
}

/* Focus State */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0073aa;
  background: #fff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.15);
}

/* Textarea */
.wpcf7-form textarea {
  resize: vertical;
  min-height: 140px;
}

/* Spacing Between Fields */
.wpcf7-form p {
  margin-bottom: 0px;
}

/* Submit Button */
.wpcf7-form input[type="submit"] {
    min-width:fit-content!important;    
  background: #0faaef!important;
  color: #fff!important;
  padding: 6px 30px!important
  border: none;
  border-radius: 6px!important;
  font-size: 14px!important;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Submit Hover */
.wpcf7-form input[type="submit"]:hover {
  background: #005f8d!important;
}
body .wpcf7 form .wpcf7-response-output{
        color: #ff0000;
}

/* Spinner Alignment */
.wpcf7-spinner {
  margin-left: 10px;
}

/* Validation Errors */
.wpcf7-not-valid {
  border-color: #dc3232 !important;
}

/* Error Message */
.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3232;
  margin-top: 5px;
}

/* Success / Error Response */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 12px;
  border-radius: 6px;
  font-size: 14px;
}

.wpcf7-mail-sent-ok {
  background: #e7f7ee;
  color: #1e7f4d;
  border: 1px solid #b7e4c7;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: #fdecea;
  color: #b71c1c;
  border: 1px solid #f5c6cb;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .wpcf7-form {
    padding: 20px;
  }
}


/* Mobile Layout */
@media(max-width: 576px){
    .single-product-buttons{
        flex-direction: column;
    }

    .single-product-buttons a,
    .single-product-buttons button{
        width: 100%;
    }

    .single-product-buttons .wishlist a{
        width: 100%;
        height: 44px;
        border-radius: 6px;
    }
}

/*BUttons*/
/* Popup Overlay */
#conodent-enquiry-popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 15px;
}

/* Popup Box */
.enquiry-popup-box{
    background: #ffffff;
    max-width: 520px;
    width: 100%;
    padding: 30px 25px;
    border-radius: 12px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
    position: relative;
    animation: popupFade 0.3s ease;
}

/* Close Button */
.close-enquiry{
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -22px;
    right: -11px;
    font-size: 22px;
    line-height: 1;
    color: #333;
    cursor: pointer;
    transition: 0.2s;
    background: #ffffff;
    padding: 10px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000000;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}

.close-enquiry:hover{
    color: #e63946;
}

#conodent-enquiry-popup input[type="text"],
#conodent-enquiry-popup input[type="email"],
#conodent-enquiry-popup input[type="tel"],
#conodent-enquiry-popup textarea{
    width: 100%;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

#conodent-enquiry-popup input:focus,
#conodent-enquiry-popup textarea:focus{
    border-color: #06abee;
    box-shadow: 0 0 0 2px rgba(13,110,253,0.15);
}

#conodent-enquiry-popup input[readonly]{
    background: #f5f5f5;
    cursor: not-allowed;
}

/* Submit Button */
#conodent-enquiry-popup .wpcf7-submit{
    width: 100%;
    background: #06abee;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

#conodent-enquiry-popup .wpcf7-submit:hover{
    background: #084298;
}

#conodent-enquiry-popup .wpcf7-submit:active{
    transform: scale(0.98);
}

/* Remove CF7 extra spacing */
#conodent-enquiry-popup p{
    margin: 0;
}
hr{
    margin: 15px 0;
}
li.cat-item.current a {
    color: #00a6ec;
}
/* Animation */
@keyframes popupFade{
    from{
        opacity: 0;
        transform: scale(0.95);
    }
    to{
        opacity: 1;
        transform: scale(1);
    }
}

section#ts_product_filter_by_color-2 {
    display: none;
}

section#ts_product_filter_by_brand-2 {
    display: none;
}

section#woocommerce_rating_filter-2 {
    display: none;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .page-title {
    font-size: 20px;
    line-height: normal;
    color: #00a6ec;
}
sr7-txt#SR7_9_2-25-16 {
    opacity:1!important;
    visibility:visible!important
}

/* MOBILE ONLY */
@media (min-width: 992px) {
    .wc-mobile-category-select {
        display: none;
    }
}
/* Mobile Optimization */
@media(max-width: 575px){
    .wc-mobile-category-select {
    position: relative;
    margin-bottom: 15px;
}

/* SELECT */
#wcMobileCategorySelect {
    width: 100%;
    padding: 8px 42px 8px 14px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

/* CARET ARROW */
.wc-mobile-category-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 0;
    height: 0;
    pointer-events: none;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
}

    .enquiry-popup-box{
        padding: 22px 18px;
    }
    .woocommerce.columns-4 .products .product {
    width: 47%!important;
    margin: 4px!important;
}
.woocommerce .product-wrapper .meta-wrapper {
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
}
    .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title {
        min-height: 15vw!important;
    }
    .breadcrumbs-container {
    font-size: 14px;
}
.blogs h4.entry-title {
    font-size: 14px !important;
}
.entry-meta-middle .date-time {
    font-size: 12px;
    padding-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .page-title {
    font-size: 16px;
    line-height: normal;
    color: #00a6ec;
}
#main-content .gallery-layout-vertical {
    padding: 10px !important;
}
.woocommerce div.product .summary .entry-title {
    font-size: 16px !important;
}
div.product .summary .detail-meta-top, div.product .summary .meta-content, div.product .summary .ts-countdown, .woocommerce div.product .summary .woocommerce-product-details__short-description, .woocommerce div.product .summary .woocommerce-product-rating {
    margin: 0 0 15px;
}
.single-product-buttons-sharing .single-product-buttons {
    margin: 0 0 10px;
}
.single-product-buttons-sharing {
    align-items: center;
}
.single-product-buttons a, .single-product-buttons button {
    line-height: normal;
}
    .single .meta-bottom-2, .woocommerce div.product.gallery-layout-vertical div.summary {
        margin-bottom: 30px;
    }
    .woocommerce-tabs {
    margin-top: 15px !important;
}
.woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    padding: 5px 0 !important;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 10px 0px!important;
    }
        .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding-bottom: 0!important;
    }
    .woocommerce-Tabs-panel {
    background: #fff !important;
    padding: 10px !important;
    margin-top: 15px !important;
    }
    .woocommerce-Tabs-panel h3 {
        font-size: 14px;
        line-height: 20px;
    }
.product-content p, .product-content h6 {
    font-size: 14px;
    line-height: normal;
    text-align: justify;
}
.woocommerce-Tabs-panel ul li {
    font-size: 14px;
    padding-left: 14px !important;
    line-height: normal;
}
.woocommerce-Tabs-panel table td {
    font-size: 12px;
    padding: 6px !important;
}
.more-less-buttons a {
    padding: 10px 0;
}
.more-less-buttons a span {
    font-size: 13px;
}
.woocommerce-product-details__short-description p {
    font-size: 13px!important;
    line-height: normal;
    text-align: justify!important;
}
    .woocommerce.archive #main-content.show-filter-sidebar #primary > *:not(.before-loop-wrapper) {
        transform: translateX(0px) !important;
    }
.woocommerce.columns-3 .products .product {
    width: calc(50% - 8px) !important;
    margin: 0;
}
    .woocommerce.archive.ts_desktop #main-content.show-filter-sidebar.show-filter-default .woocommerce.main-products > .products {
        transform: translateX(0px)!important;
        max-width: 100%!important;
        margin:0!important;
        padding:0!important;
    }
    div#ts-filter-widget-area {
    display: none;
}
.woocommerce .before-loop-wrapper {
    justify-content: center;
        margin-bottom: 15px;
}
ul.page-numbers {
    margin-top: 20px !important;
}
.ts-list-of-product-categories-wrapper .list-categories ul li {
    font-size: 14px;
    padding: 2px 0;
}
.product-title-shorten ul.product_list_widget li .ts-wg-meta a.title, .product-title-shorten .product-name h3 > a, .product-title-shorten .product-name > a {
    line-height: normal;
    font-size: 14px;
}
ul.list-icons {
    display: flex;
    text-align: center;
    justify-content: center;
}
form.woocommerce-ordering {
    margin: 0 !important;
}
    .woocommerce .cross-sells .owl-nav > div, .woocommerce .up-sells .owl-nav > div, .woocommerce .related .owl-nav > div, .woocommerce.related .owl-nav > div, .ts-product .owl-nav > div {
        top: 50%!important;
    }
    related.products .products.owl-carousel > .owl-stage-outer > .owl-stage{
            justify-content: center!important;
    }
    div.product .summary .meta-content > div, div.product .summary .detail-meta-top > div {
    margin: 0 0 5px;
}
    .woocommerce .products {
    flex-flow: wrap!important;
}
.woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
}
div.product .summary .meta-content .tags-link a, div.product .summary .detail-meta-top .tags-link a ,.meta-content span, .meta-content a{
    font-size: 12px !important;
    text-align:left!important;
}
.woocommerce div.product form.cart .variations * {
    font-size: 12px !important;
    margin-bottom: 5px;
}
.woocommerce div.product form.cart .variations tr {
    margin-bottom: 10px;
}
.ts-blogs.text-center article .entry-content {
    text-align: center;
    padding: 0 5px;
}
.woocommerce .product .category-name h3{
    font-size:14px!important;
}
.d-flex-policy ul {
    display: flex!important;
    flex-direction: row!important;
}
    sr7-txt#SR7_9_2-25-16 a {
        padding: 2px 10px !important;
        font-size: 12px !important;
    }


}
/*contact-form*/
table.variations {
    margin-bottom: 20px !important;
}
.woocommerce div.product form.cart .variations label {
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0;
}
.wpcf7 .hidden-fields-container, .wpcf7 form .wpcf7-response-output {
    display: none !important;
}
div.product .summary .meta-content .tags-link a {
    text-transform: capitalize;
}