/*!
Theme Name: er-shop
Theme URI: http://underscores.me/
Author: SuitePress
Author URI: https://suitepress.org/er-shp
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: er-shop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

er-shop is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */
/**
 * Page Template Styles
 * Add this to your theme's style.css
 *
 * @package er-shop
 */

/* ===================================
   Global Page Styles
   =================================== */

.site-main {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 5rem;
}

.page-content {
    background: linear-gradient(270deg, rgba(246, 157, 36, 0.10) 2%, rgba(206, 147, 66, 0.10) 6%, rgba(105, 122, 141, 0.10) 16%, rgba(56, 110, 179, 0.10) 21%, rgba(254, 199, 8, 0.10) 34%, rgba(76, 181, 116, 0.10) 51%, rgba(102, 174, 212, 0.10) 67%, rgba(105, 174, 223, 0.10) 68%, rgba(139, 148, 183, 0.10) 72%, rgba(189, 111, 126, 0.10) 78%, rgba(221, 88, 90, 0.10) 82%, rgba(233, 80, 77, 0.10) 84%, rgba(238, 112, 59, 0.10) 90%, rgba(243, 144, 42, 0.10) 96%, rgba(246, 157, 36, 0.10) 100%), #fff;
}

/* ===================================
   Full Width Page Template
   =================================== */

.full-width-page {
    width: 100%;
    max-width: 100%;
    margin-top: 3.5rem;
    padding-top: 4rem;
}

.full-width-page .page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.full-width-page .page-featured-image {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
}

.full-width-page .page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================================
   Page with Sidebar Template
   =================================== */

.site-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.content-sidebar-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.content-area {
    flex: 1;
    min-width: 0;
}

.widget-area {
    flex: 0 0 300px;
    position: sticky;
    top: 100px;
}

.page-featured-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.page-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================================
   Entry Header
   =================================== */

.entry-header {
    padding-bottom: 20px;
    padding-top: 3rem;
}

.entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #222;
}

/* ===================================
   Entry Content
   =================================== */

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 40px;
}

.entry-content > * {
    margin-bottom: 1.5em;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

/* Typography in content */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 0.8em;
    color: #222;
}

.entry-content h1 { font-size: 2.2rem; }
.entry-content h2 { font-size: 1.9rem; }
.entry-content h3 { font-size: 1.6rem; }
.entry-content h4 { font-size: 1.4rem; }
.entry-content h5 { font-size: 1.2rem; }
.entry-content h6 { font-size: 1.1rem; }

/* Paragraphs */
.entry-content p {
    margin-bottom: 1.5em;
}

/* Links */
.entry-content a {
    color: #0073aa;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.entry-content a:hover {
    color: #005177;
}

/* Lists */
.entry-content ul,
.entry-content ol {
    margin-left: 2em;
    margin-bottom: 1.5em;
}

.entry-content ul {
    list-style: disc;
}

.entry-content ol {
    list-style: decimal;
}

.entry-content li {
    margin-bottom: 0.5em;
}

/* Blockquotes */
.entry-content blockquote {
    border-left: 4px solid #0073aa;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    color: #666;
    background: #f9f9f9;
    padding: 1.5em;
    border-radius: 4px;
}

.entry-content blockquote p:last-child {
    margin-bottom: 0;
}

/* Images */
.entry-content img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.entry-content figure {
    margin: 2em 0;
}

.entry-content figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5em;
}

/* Image alignments */
.entry-content .alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.entry-content .alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.entry-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Tables */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5em;
    background: #fff;
}

.entry-content table th,
.entry-content table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #ddd;
}

.entry-content table th {
    background: #f5f5f5;
    font-weight: 700;
    color: #222;
}

.entry-content table tr:nth-child(even) {
    background: #f9f9f9;
}

/* Code */
.entry-content code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.entry-content pre {
    background: #f5f5f5;
    padding: 1.5em;
    border-radius: 4px;
    overflow-x: auto;
    margin-bottom: 1.5em;
}

.entry-content pre code {
    padding: 0;
    background: none;
}

.entry-content .wp-block-button__link:hover,
.entry-content button:hover,
.entry-content input[type="submit"]:hover {
    background: #005177;
}

/* ===================================
   Page Links (Pagination)
   =================================== */

.page-links {
    clear: both;
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #ddd;
}

.page-links a,
.page-links > span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    background: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #222;
}

.page-links a:hover {
    background: #0073aa;
    color: #fff;
}

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

.entry-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.edit-link a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #222;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9rem;
    transition: background 0.3s ease;
}

.edit-link a:hover {
    background: #e0e0e0;
}

/* ===================================
   Comments Section
   =================================== */

.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #f0f0f0;
}

/* ===================================
   WordPress Blocks Compatibility
   =================================== */

.entry-content .wp-block-image {
    margin-bottom: 2em;
}

.entry-content .wp-block-gallery {
    margin-bottom: 2em;
}

.entry-content .wp-block-embed {
    margin-bottom: 2em;
}

.entry-content .wp-block-quote {
    border-left: 4px solid #0073aa;
    padding-left: 1.5em;
    font-style: italic;
}

.entry-content .wp-block-pullquote {
    border-top: 4px solid #0073aa;
    border-bottom: 4px solid #0073aa;
    padding: 2em 0;
    text-align: center;
}

/* ===================================
   Responsive Design
   =================================== */

@media (max-width: 992px) {
    .content-sidebar-container {
        flex-direction: column;
    }

    .widget-area {
        flex: 1;
        width: 100%;
        position: static;
    }

    .entry-title {
        font-size: 2rem;
    }

    .entry-content {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .site-content-wrapper,
    .full-width-page .page-container {
        padding: 0 15px;
    }

    .site-main {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .entry-header {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .entry-title {
        font-size: 1.75rem;
    }

    .entry-content h1 { font-size: 1.8rem; }
    .entry-content h2 { font-size: 1.6rem; }
    .entry-content h3 { font-size: 1.4rem; }
    .entry-content h4 { font-size: 1.2rem; }
    .entry-content h5 { font-size: 1.1rem; }
    .entry-content h6 { font-size: 1rem; }

    .entry-content ul,
    .entry-content ol {
        margin-left: 1.5em;
    }

    .entry-content .alignleft,
    .entry-content .alignright {
        float: none;
        margin: 1em auto;
        display: block;
    }

    .entry-content table {
        font-size: 0.9rem;
    }

    .entry-content table th,
    .entry-content table td {
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .entry-title {
        font-size: 1.5rem;
    }

    .entry-content {
        font-size: 0.95rem;
    }

    .entry-content blockquote {
        padding: 1em;
        padding-left: 1em;
    }

    .page-links a,
    .page-links > span {
        padding: 6px 10px;
        margin: 0 2px;
        font-size: 0.9rem;
    }
}

/* ===================================
   Print Styles
   =================================== */

@media print {
    .entry-footer,
    .edit-link,
    .comments-area {
        display: none;
    }

    .entry-content {
        font-size: 12pt;
        color: #000;
    }

    .entry-content a {
        text-decoration: underline;
        color: #000;
    }
}

.fct-genric-template-wrapper.site-container {
    padding-top: 3rem;
}
.fct-product-card button {
    background: linear-gradient(180deg, #ffffff29, #fff0), #0d3b66!important;
}
.fct-product-card {
    padding: .6rem!important;
}


/*FluentCart CSS*/

.fct_checkout_inner {
    background: #f6f8fc!important;
    padding: 30px 15px!important;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset!important;
}
.fct_checkout input[type=text], .fct-nice-select, .fct_checkout input[type=tel] {
    margin-bottom: .5rem !important;
    border-radius: 0 !important;
}
.fct_checkout_inner .fct_checkout_form_section {
    background: #ffffff!important;
    border-radius: 16px!important;;
    padding: 20px!important;;
    margin-bottom: 22px!important;;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06)!important;;
    border: 1px solid #eef1f6;
    transition: all 0.25s ease;
}

.fct_checkout_inner .fct_checkout_form_section:hover {
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}
.fct_checkout_inner .fct_form_section_header_label {
    font-size: 18px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    border-left: 4px solid #f93239;
    padding-left: 10px;
}


.fct_place_order_btn {
    width: 100% !important;
    border-radius: 14px !important;
    padding: 16px !important;
    font-size: 16px;
    font-weight: 600;
    border: none;
    background: linear-gradient(135deg, #5b5bd6, #7c3aed) !important;
    color: #ffffff!important;
    transition: all 0.25s ease!important;
}

.fct_checkout input[type=text], .fct-nice-select, .fct_checkout input[type=tel] {
    margin-bottom: .5rem !important;
    border-radius: 0 !important;
}
.fct_place_order_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(91,91,214,0.35);
}
@media (max-width: 768px) {
    .fct_checkout_inner {
        padding: 20px 10px;
    }

    .fct_checkout_inner .fct_checkout_form_section,
    .fct_checkout_inner .fct_summary_box {
        padding: 18px;
        border-radius: 14px;
    }

    .fct_place_order_btn {
        padding: 14px !important;
        font-size: 15px;
    }
}

