/*
Theme Name: 	Topdeal Child Theme
Theme Uri:  	https://www.magentech.com/themes/sw_topdeal
Description:  A child theme of SW Topdeal
Author:     	Magentech
Author Uri: 	https://www.magentech.com/
Template:   	topdeal
Version:    	1.0.0
License:    	GNU General Public License v2 or later
*/


/* Accordian css start */
.blog-accordian .container {
    max-width: 1200px
}

.accordion-container {
    border-radius: 10px;
    background-color: rgb(245 242 255 / 50%);
}

.blog-accordian h2.post-title {
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: 15px;
}

.accordion-container .card {
    border: none;
    margin-bottom: 16px;
    background: #fff;
}

.accordion-container .card-header {
    background: #fff;
    border: none;
    padding: 16px 20px;
}

.accordion-container .card-header h5.mb-0 {
    margin-bottom: 0;
}

.card-body {
    padding: 0 20px 20px;
    line-height: 1.5;
}

.blog-accordian .btn.btn-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 0;
    text-align: left;
    position: relative;
    width: 100%;
    padding-right: 25px;
}

.blog-accordian .btn-link::after {
    content: "";
    background-image: url(/wp-content/uploads/right-icon.png);
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(4deg) brightness(0%) contrast(103%);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -5px;
    transform: rotate(90deg) translatex(-50%);
}

.btn-link[aria-expanded="true"]:after {
    transform: rotate(-90deg);
}

.blog-accordian {
    background: rgb(245 242 255 / 50%);
    padding: 24px;
    border-radius: 16px;
    margin-top: 40px;
}

/* Accordian css end */

.product-section {
    padding: 60px 0 0;
}

.product-section h2 {
    margin-bottom: 40px !important;
}

.product-content-card {
    background: #111;
    padding: 24px;
    border-radius: 4px;
}

.product-content-card .btn.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.product-content-card p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.5 !important;
}

.product-content-card p a {
    margin: 15px auto 0;
    text-align: center;
    background: #fff;
    border: 0px solid;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    padding: 15px 24px 15px;
    cursor: pointer;
    transition: all .4sease-in;
    text-decoration: none !important;
    color: #111111 !important;
}

.product-content-card p a:hover {
    background: #FF3A3A;
    color: #fff !important;
}

.single.main {
    font-size: 14px;
    line-height: 1.5;

}

.pros-cons {
    margin-top: 20px;
}

.pros-cons ul.list-unstyled {
    padding-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style: disc;
    margin-left: 0;
}

.pros-cons ul.list-unstyled li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    line-height: 1.5;
}

.pros-cons ul.list-unstyled li svg {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 6px;
    min-width: 16px;
    min-height: 16px;
}

.pros,
.cons {
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.pros {
    background: #4CAF50;
    color: white;
}

.cons {
    background: #DF4739;
    color: white;
}

.check-btn {
    margin: 20px auto;
    text-align: center;
    background: #ff5c00;
    border: 0px solid;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    outline: linen;
    padding: 15px 24px 15px;
    cursor: pointer;
    transition: all .4sease-in;
    text-decoration: none !important;
    color: #fff !important;
}

.check-btn:hover {
    background: #FF3A3A;
}

.product-section a.check-btn {
    margin: 20px auto;
    display: inline-table;
}

/* Review css start */
.review-section {
    padding: 40px 0;
    text-align: center;
}

.review-section .row {
    margin-top: 40px;
}

.review-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.review-author {
    font-weight: bold;
    color: #2e014b;
}

.stars {
    color: #FFD700;
    font-size: 18px;
}

.checkout-sec a.check-btn {
    margin-top: 20px;
    display: inline-block;
}


/* Header css start */
.header-style5 .header-mid {
    display: none;
}

.header-style5 .header-bottom {
    /* padding: 10px 0; */
    z-index: 111;
}

.header-style5 .header-bottom .topdeal-logo {
    position: initial !important;
    display: block;
}

.header-style5 .header-bottom .header-sticky {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
}
.header-style5 .header-bottom .main-menu .nav-pills>li>a {
    padding: 25px 22px !important;
}




.show-more-toggle {
    display: block;
    margin-top: 10px;
    cursor: pointer;
    color: #ff5c00;
    font-weight: 600;
    text-align: center;
    user-select: none;

}

.archive .widget_sp_image{
display: none;
}

.signup-text .signup-text-column{
    text-align: end;
}