* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Franklin Gothic Medium';
    src: url('../fonts/FranklinGothic-MediumCond.eot');
    src: url('../fonts/FranklinGothic-MediumCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FranklinGothic-MediumCond.woff2') format('woff2'),
        url('../fonts/FranklinGothic-MediumCond.woff') format('woff'),
        url('../fonts/FranklinGothic-MediumCond.ttf') format('truetype'),
        url('../fonts/FranklinGothic-MediumCond.svg#FranklinGothic-MediumCond') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Heavy';
    src: url('../fonts/FranklinGothic-Heavy.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Demi.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Demi';
    src: url('../fonts/FranklinGothic-Demi.woff2') format('woff2'),
        url('../fonts/FranklinGothic-Demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif !important;
}

.container-m {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1170px;
    margin: auto;
    position: relative;
}

/* .row-m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
} */
.row-m {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* h1,
h3,
h4,
h5,
h6 {
    font-family: 'Franklin Gothic Medium';
} */

.franklin-heavy {
    font-family: 'Franklin Gothic Heavy';
}

.block-pd {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-set {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-header {
    background-color: #3f6f88;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.top-header .header-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1400px;
    margin: auto;
    position: relative;
}

.top-header .nav-links {
    display: flex;
    align-items: center;
}

.top-header .logo-area {
    display: flex;
    align-items: center;
    gap: 30px;
}

.top-header .logo-area img {
    height: 45px;
    width: auto;
}

.top-header .logo-area .lenovo-logo img {
    height: auto;
}

.top-header .nav-links ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.top-header .nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: bold;
}

.top-header .nav-links ul li {
    list-style: none;
}

.hero-banner {
    background-image: url('../imgaes/Promo-banner.jpg');
    padding: 190px 0;
}

.hero-banner .hero-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
    color: #fff;
}

.hero-banner .hero-content h1 {
    font-size: 86px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Heavy';
    letter-spacing: 1px;
}

.hero-banner .hero-content p {
    font-family: 'Arial';
    color: #ffffff;
    font-size: 26px;
    text-shadow: none;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: inherit;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    font-weight: 400;
}

.shoutout-section .cards-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.heading-sec {
    text-align: center;
    margin-bottom: 35px;
}

.heading-sec h2 {
    font-size: 32px;
    color: #16455c;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Franklin Gothic Heavy';
    padding-bottom: 0;
}

.heading-sec p {
    font-size: 24px;
    color: #222222 !important;
    letter-spacing: 0.13px;
}

.shoutout-section .cards-box .color1 {
    background: #fff09f;
}

.shoutout-section .cards-box .color2 {
    background: #a8deff;
}

.shoutout-section .cards-box .color3 {
    background: #fea8c1;
}

.shoutout-section .cards-box .card h4,
.shoutout-section .cards-box .card h5 {
    font-size: 25px;
    color: #396e8d;
    line-height: 1;
    font-family: 'Franklin Gothic Demi', Helvetica, Arial, Lucida, sans-serif;
    padding-bottom: 3px;
}

.shoutout-section .cards-box .card {
    padding: 60px 25px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.product-sheet-section {
    background: linear-gradient(to right, #e3e5e7, #cfd3d6);
}

.product-sheet-section .download-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: #17435c;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-bottom: 0;
}

.product-sheet-section .download-text p {
    font-size: 24px;
    color: #222222 !important;
    letter-spacing: 0.13px;
    margin-bottom: 10px;
}

.product-sheet-section .product-sheet {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-sheet-section .download-image img {
    width: 75%;
    height: auto;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.product-sheet-section .download-text {
    width: 59%;
}

.product-sheet-section .download-image {
    width: 39%;
}

.product-sheet-section .sheet-info {
    max-width: 530px;
    padding-left: 60px;
}

.product-sheet-section .download-text span {
    font-size: 17px;
    line-height: 1.7;
    color: #1f1f1f;
    margin-bottom: 15px;
    display: block;
}

.product-sheet-section .download-link .download-btn {
    display: block;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #000;
    color: #222222;
    border-radius: 5px;
    max-width: 230px;
    font-size: 16px;
    text-align: center;
}

.shoutout-wrapper .shoutout-form label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    color: #222222;
}

.shoutout-wrapper .form-right input {
    padding: 10px;
    border-radius: 5px 5px 0px 5px;
    border: unset;
    font-size: 14px;
    margin-bottom: 2px;
    width: 100%;
    height: 40px;
    color: #545759;
}

.shoutout-wrapper .form-right input::placeholder {
    color: #545759;
}

.raffle-section {
    padding-top: 70px;
}

.shoutout-wrapper .shoutout-form {
    background: #d6d6d6;
    border-radius: 13px 13px 0px 13px;
    padding: 30px 40px;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 55px;
}
.shoutout-wrapper .form-left {
    display: inline-grid;
}
.shoutout-wrapper .form-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.shoutout-wrapper .shoutout-form textarea {
    width: 100%;
    height: 105px;
    padding: 10px;
    border-radius: 5px 5px 0px 5px;
    border: unset;
}

.footer p:not(.has-background):last-of-type {
    padding-bottom: 0em !important;
}

.shoutout-wrapper .shoutout-form .submit-btn {
    background: #fff;
    padding: 8px 40px;
    border: 1px solid #000;
    color: #222222;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
}

.shoutout-wrapper .shoutout-form textarea::placeholder {
    color: #585858;
    font-family: Arial, sans-serif;
}

.shoutout-wrapper textarea:focus-visible,
.shoutout-wrapper input:focus-visible {
    outline: none;
}

.featured-product-sec .resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.featured-product-sec .resource-card .card-content {
    padding: 20px;
    border-top: 1px solid #898989;
}

.featured-product-sec .resource-card img {
    width: 100%;
}

.featured-product-sec .resource-card {
    border: 1px solid #898989;
    border-radius: 12px;
}

.featured-product-sec .resource-card .card-content h4 {
    font-size: 25px;
    color: #3f728d;
    font-family: 'Franklin Gothic Demi';
    margin-bottom: 8px;
    padding-bottom: 0;
}

.featured-product-sec .price {
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #222;
    line-height: 1;
    font-size: 17px;
}

.featured-product-sec .part-number {
    padding-bottom: 0;
    color: #222;
    font-size: 14px;
}

.sales-wrapper .sales-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.sales-wrapper .sales-card {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 20px;
    align-items: start;
    padding-bottom: 20px;
}

.sales-wrapper .sales-card img {
    width: 100%;
}

.sales-wrapper .sales-content h4 {
    font-family: Arial, sans-serif;
    font-weight: 500;
    line-height: 1.6;
    font-size: 18px;
    margin-bottom: 8px;
    padding-bottom: 0;
    color: #222222;
}

.sales-wrapper .sales-content button {
    padding: 7px 20px;
    border: 1px solid #212121;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    color: #212121;
    font-weight: 500;
}

.sales-wrapper .sales-content a {
    padding: 7px 20px;
    border: 1px solid #212121;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    color: #212121;
    font-weight: 500;
}

.raffle-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
}

.raffle-section .raffle-content .discraption {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: #222;
}

.raffle-section .raffle-content .steps-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.raffle-section .raffle-content .step span {
    font-size: 22px;
    font-weight: bold;
    color: #49778e;
    font-family: 'Franklin Gothic Demi';
    width: 100%;
    max-width: 80px;
}

.raffle-section .raffle-content .step {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.raffle-section .raffle-content .step p {
    line-height: 1.5;
    color: #222;
}

.raffle-section .raffle-content .media-form {
    color: #3e7490;
}

.raffle-section .step-wrap {
    margin-bottom: 30px;
}

.raffle-section .upload-row {
    display: flex;
    gap: 15px;
}

.raffle-section .upload-area {
    margin-bottom: 20px;
}

.raffle-section .upload-wrap {
    width: 100%;
    max-width: 150px;
}

.raffle-section .upload-row .upload-btn {
    padding: 8px 20px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    color: #222222;
    font-size: 16px;
}

.raffle-section .file-wrap-name .file-name {
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #222;
}

.raffle-section .file-wrap-name {
    margin-top: 10px;
}

.raffle-section .raffle-content .submit-btn {
    background: #41738e;
    padding: 12px 50px;
    border: unset;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.raffle-section .submit-wrap {
    text-align: right;
}

.raffle-section .raffle-img img {
    width: 100%;
}

.raffle-section .raffle-prize {
    position: absolute;
    top: 20%;
}

.raffle-section .raffle-img {
    position: relative;
}

.raffle-section .raffle-prize h3 {
    font-size: 22px;
    color: #49778e;
    font-family: 'Franklin Gothic Heavy';
    margin-bottom: 10px;
    padding-bottom: 0;
}

.raffle-section .raffle-prize p {
    font-size: 18px;
    max-width: 200px;
    color: #202020;
    line-height: 1.6;
}

.raffle-section .raffle-content {
    max-width: 501px;
}


.footer {
    background: #54585b;
    color: #fff;
    padding: 50px 0;
}

.footer .footer-inner {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.3fr;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT */
.footer .footer-left h2 {
    font-size: 28px;
    font-weight: 600;
}

.footer .footer-left small {
    font-size: 12px;
    opacity: .85;
}

.footer .footer-left .contact {
    margin: 20px 0;
    line-height: 1.5;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    white-space: nowrap;
    font-size: 16px;
}

.footer .social {
    display: flex;
    gap: 18px;
}

.footer .social a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* CENTER */
.footer .footer-center h4 {
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 0;
    font-family: 'Franklin Gothic Demi';
    color: #fff;
    padding-bottom: 0;
}

.footer .footer-center ul {
    list-style: none;
}

.footer .footer-center ul li {
    margin-bottom: 8px;
}

.footer .footer-center ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    white-space: nowrap;
    font-size: 16.67px;
}

.footer .footer-right {
    text-align: right;
}

.footer .footer-right h2 {
    font-size: 30px;
    font-weight: 300;
}

.footer .footer-right h2 span {
    font-weight: 700;
}

.footer .footer-right p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
    opacity: .9;
}

.footer .footer-inner .logo img {
    height: 50px;
}

.footer .lenovo-logo img {
    height: 80px;
}

.footer .bootom-info {
    padding-left: 60px;
}

.footer .bootom-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    align-items: center;
    margin-top: 10px;
}

.footer .bootom-info p {
    line-height: 1.4;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.footer .footer .social i {
    font-size: 20px;
}

.breadcrumb-page-container {
    background: linear-gradient(180deg, #28536e 0%, #3a6b86 100%) !important;
    padding: 40px 20px 40px 20px !important;
}

.breadcrumb-page-container .breadcrumb-area small {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
}

.breadcrumb-page-container .breadcrumb-area h1 {
    font-size: 40px !important;
    color: #fff;
    margin-bottom: 10px;
    padding: 20px 0px !important;
    font-family: 'Franklin Gothic Medium Cond', Helvetica, Arial, Lucida, sans-serif !important;
}

.breadcrumb-page-container .breadcrumb-area p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
}

.main-product-wrapper .sidebar {
    width: 270px;
}

.main-product-wrapper .sidebar h3 {
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.main-product-wrapper .filter-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 13px 0px;
    border-top: 1px solid #222222;
    cursor: pointer;
    font-family: 'Franklin Gothic Demi';
    color: #222222;
    font-size: 18px;
}

.main-product-wrapper .filter-item i {
    font-size: 16px;
}

.main-product-wrapper .filter-item:first-child {
    border-top: none;
}

.main-product-wrapper .sidebar-item {
    background: #f2f2f2;
    padding: 10px;
}

.main-product-wrapper .main {
    flex: 1;
}

.main-product-wrapper .sort {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-product-wrapper .top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.main-product-wrapper .sort select {
    padding: 7px 10px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #222222;
}

.main-product-wrapper .sort p {
    font-weight: 600;
    font-size: 15px;
    padding-bottom: 0px !important;
    color: #000;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.main-product-wrapper .main .sort p {
    padding-bottom: 0 !important;
}

.main-product-wrapper .products-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.main-product-wrapper .product-card {
    background: #fff;
    border: 1px solid #c7c9c9;
    text-align: center;
}

.main-product-wrapper .product-card img {
    max-width: 100%;
    height: 170px;
    object-fit: contain;
}

.main-product-wrapper .product-card .product-wrap {
    padding: 15px;
    /* min-height: 300px !important; */
    height: 285px;
}

.main-product-wrapper .product-card .card-content {
    border-top: 1px solid #c7c9c9;
    padding: 15px;
    text-align: left;
}

.main-product-wrapper .product-title {
    font-size: 20px;
    color: #3f728d;
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Franklin Gothic Medium Cond', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
}

.main-product-wrapper .price {
    font-weight: bold;
    margin-bottom: 3px;
    /* font-family: 'Franklin Gothic Demi'; */
    color: #222222;
    line-height: 1;
}

.main-product-wrapper .product-card .card-content .price {
    padding-bottom: 0 !important;
    color: #222222;
    font-size: 15px;
    /* font-family: Arial, sans-serif; */
}

.main-product-wrapper .price span {
    font-family: Arial, sans-serif;
    font-weight: 500;
}

.main-product-wrapper .product-number {
    font-size: 15px;
    color: #222222;
    font-weight: 600;
}

.breadcrumb-page-container .breadcrumb-list ul {
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.breadcrumb-page-container .breadcrumb-list ul li {
    color: #fff;
    font-size: 15px;
}

.product-detail-wrapper .left-box,
.product-detail-wrapper .right-box {
    width: 49%;
}

.product-detail-wrapper .right-box {
    padding-left: 35px;
}

.product-detail-wrapper .product-gallery .navigator {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.11);
    border-radius: 5px;
    border: 1px solid !important;
    border-color: rgb(137, 140, 141) !important;
    margin: 0px 1px;
}

/* Main Image */
.product-detail-wrapper .product-gallery img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

/* Thumbnail */
.product-detail-wrapper .navigation-img-wrapper {
    margin-top: 20px;
}

.product-detail-wrapper .navigation-img-wrapper img {
    width: 94px !important;
    height: 94px !important;
    object-fit: cover;
    cursor: pointer;
    /* border: 2px solid transparent; */
    border-radius: 6px;
    transition: 0.3s;
}

.product-detail-wrapper .right-box .price p {
    font-size: 36px;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
    color: #16455c;
    margin-bottom: 20px;
    padding-bottom: 0 !important;
    line-height: 1;
    font-weight: bold;
}

.product-detail-wrapper .right-box .lenovo-part-number p {
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    font-size: 24px;
    font-weight: 600;
    color: #171717;
    line-height: 1.2;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif; 
}

.product-detail-wrapper .product-dis {
    margin-top: 29px;
}
.product-detail-wrapper .product-dis h4 {
    font-size: 18px;
    font-family: 'Franklin Gothic Heavy', Helvetica, Arial, Lucida, sans-serif;
}
.product-detail-wrapper .product-dis p {
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #171717;
    font-size: 14px;
    line-height: 20px;
}
.product-detail-wrapper .product-dis p:not(.has-background):last-of-type {
    padding-bottom: 0em !important;
}
.product-detail-wrapper .profuct-benefits {
    margin-top: 29px;
}

.product-detail-wrapper .profuct-benefits h3 {
    font-size: 14px;
    color: #171717;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: Arial;
}

.product-detail-wrapper .learn-more {
    border: unset;
    background: transparent;
    color: #3f738d;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.product-detail-wrapper .profuct-benefits li {
    font-size: 14px;
    line-height: 1.5;
    list-style: disc;
    color: #000;
    padding-bottom: 8px;
}
.product-detail-wrapper #main-slider {
    border: 1px solid;
    border-radius: 10px 10px 0px 10px;
    overflow: hidden;
    display: block;
    border-color: rgb(137, 140, 141);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.11);
    height: max-content;
}

.product-detail-wrapper .profuct-benefits ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 10px;
}
.product-detail-wrapper .product-tabs a.pdf-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #3f758f !important;
    background: #fff !important;
    font-size: 16px;
    border: none !important;
    font-weight: 600;
    text-decoration: none;
    /* font-family: 'Franklin Gothic Medium'; */
}

.product-detail-wrapper .product-tabs {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 25px;
}

.product-detail-wrapper .right-box .lenovo-device-number p {
    padding-bottom: 0 !important;
    font-size: 13px;
    font-weight: 600;
    color: #171717;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.product-tab-wrapper .custom-tab-content {
    display: none;
}

.product-tab-wrapper .custom-tab-content.active {
    display: block;
}

.product-tab-wrapper .info-tab {
    display: flex;
    cursor: pointer;
}

.product-tab-wrapper .custom-tab {
    padding: 10px 20px;
    /* border: 1px solid #e5e5e5; */
    border-bottom: none;
    background: #e5e5e5;
    margin-right: 5px;
    transition: 0.3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.product-tab-wrapper .custom-tab.active {
    background-color: #3f728d !important;
    color: #fff;
    /* border: 1px solid transparent; */
}

.tab-content .product--info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.product-tab-wrapper .productinfo .tab-box {
    width: 48%;
}

.product-tab-wrapper .custom-tab-content {
    border: 2px solid #3f728d;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    padding: 20px;
}

.product-tab-wrapper .productinfo .tab-box h3,
.product-tab-wrapper .productinfo .tab-box h2 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: Arial;
    padding-bottom: 5px;
}

.product-tab-wrapper .tab-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.product-tab-wrapper .custom-tab-content .product-info {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.product-tab-wrapper .custom-tab-content .product-info .custom-info {
    width: 48%;
}

.product-tab-wrapper .productinfo {
    margin-top: 0px;
}

.product-tab-wrapper .productinfo .tab-box .following-model {
    margin-bottom: 20px;
}

.product-tab-wrapper .productinfo .tab-box .following-model ul li {
    list-style: disc;
    color: #000;
    line-height: 1.8;
    font-size: 15px;
}

.product-tab-wrapper .productinfo .tab-box .following-model ul {
    padding-left: 30px;
}

.product-tab-wrapper .product-detail ul {
    padding-left: 30px;
}

.product-tab-wrapper .product-detail ul li {
    list-style: disc;
    color: #000;
    line-height: 1.8;
    font-size: 14px;
}

.product-details .product-detail-info .info-box {
    margin-bottom: 15px;
}

.product-tab-wrapper .custom-tab-content .product-info .info-box {
    margin-bottom: 20px;
}

.product-tab-wrapper .custom-tab-content .product-info .info-box h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    font-family: Arial;
    padding-bottom: 5px;
}

.product-tab-wrapper .custom-tab-content .product-info .info-box ul {
    padding-left: 30px;
}

.product-tab-wrapper .custom-tab-content .product-info .info-box ul li {
    list-style: disc;
    color: #000;
    line-height: 1.8;
    font-size: 14px;
}

.youtube-video-section .video-wrapper {
    text-align: center;
}

.product-tab-wrapper .attributes-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.product-detail-wrapper .product-gallery .owl-nav.disabled {
    display: none;
}

.product-tab-wrapper .attributes-table th {
    background-color: #3f728d;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 25%;
    padding: 10px;
    border: 1px solid #898c8d;
    color: #fff;
    font-weight: bold;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.product-tab-wrapper .attributes-table td {
    background-color: #fafafa;
    text-align: center;
    font-size: 16px;
    border: 1px solid #898c8d;
    color: #000;
    padding: 10px;
}

.youtube-video-section .video-wrapper iframe {
    max-width: 100%;
}

.main-product-wrapper .result-count strong {
    margin-right: 5px;
}

.main-product-wrapper .result-count {
    font-size: 16px;
    color: #000;
    font-family: 'Arial', Helvetica, Arial, Lucida, sans-serif;
}

.main-product-wrapper .sidebar .sidebar-item h6 {
    font-family: 'Franklin Gothic Medium', sans-serif;
    font-size: 20px;
    padding: 0;
    color: #000;
}

.main-product-wrapper .sidebar .list {
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid #222222;
}

.main-product-wrapper .sidebar .list .select {
    padding: 15px 0px;
    align-items: center;
}

.main-product-wrapper .sidebar .list-sticky:last-of-type .list {
    border-bottom: none;
}

.main-product-wrapper .sidebar .list-sticky:first-of-type .select {
    padding-top: 0;
}

.main-product-wrapper .sidebar .filter-list-item input {
    width: 16px;
    height: 16px;
}

.main-product-wrapper .sidebar .filter-list-item .form-check-label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #222222;
    margin-bottom: 4px;
}

.main-product-wrapper .sidebar .mob-list-dropdown.blue {
    padding-bottom: 10px !important;
}

.main-product-wrapper nav.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    white-space: nowrap;
    padding: 0 !important;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px;
}

.main-product-wrapper nav.woocommerce-pagination {
    text-align: center;
    margin-top: 25px;
}

.main-product-wrapper nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}

.main-product-wrapper .page-numbers {
    color: #222 !important;
    border: none;
    /* border-radius: 50%; */
    background-color: unset !important;
    line-height: 1 !important;
    margin: 0;
    padding: .5em;
    display: flex;
    font-size: 14px;
}

.main-product-wrapper .page-numbers.current {
    padding: 7px 13px;
}
.footer p {
    padding-bottom: 0;
}

.micro-page-container p:not(.has-background):last-of-type {
    padding-bottom: 0em !important;
}

.subdomain-site.product-single .container-m {
    max-width: 1320px;
}
.woocommerce-products-block .woocommerce-info {
    border-top: none;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px !important;
    border: none;
}
.woocommerce-products-block .woocommerce-info::before {
    color: #1e85be;
    content: unset;
    display: none;
}
@media screen and (max-width: 1199px) {
    .featured-product-sec .resource-card .card-content h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .block-pd {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-detail-wrapper .product-gallery .navigator.active {
        border: unset !important;
        margin: 0;
    }

    .main-product-wrapper .products-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-banner {
        padding: 50px 0;
    }

    .product-detail-wrapper .product-dis {
        margin-top: 15px;
    }

    .product-detail-wrapper .profuct-benefits {
        margin-top: 20px;
    }

    .shoutout-section .cards-box .card h4,
    .shoutout-section .cards-box .card h5 {
        font-size: 20px;
    }

    .product-detail-wrapper .left-box,
    .product-detail-wrapper .right-box {
        width: 100%;
    }

    .product-detail-wrapper .right-box {
        padding-left: 0;
        padding-top: 15px;
    }

    .product-sheet-section .download-image img {
        width: 100%;
        height: auto;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }

    .product-sheet-section .download-text {
        width: 58%;
    }

    .product-sheet-section .sheet-info {
        max-width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
   .shoutout-section .cards-box {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}
.main-product-wrapper .product-card .card-content {
    text-align: center;
}
.main-product-wrapper .product-title {
    text-align: center;
}
.woocommerce-products-block .woocommerce-info {
    font-size: 16px !important;
    line-height: 1.2;
}
.product-tab-wrapper .productinfo .tab-box h3, .product-tab-wrapper .productinfo .tab-box h2 {
    line-height: 1.4;
}
    .main-product-wrapper .sidebar h3 {
        margin-bottom: 5px;
    }

    .product-detail-wrapper .product-tabs {
        gap: 15px;
    }

    .main-product-wrapper .sidebar {
        width: 100%;
    }

    .breadcrumb-page-container {
        padding: 40px 10px 40px 10px !important;
    }

    .hero-banner .hero-content h1 {
        font-size: 66px;
    }

    .hero-banner .hero-content p {
        font-size: 20px;
        line-height: 1.5;
    }

    .product-detail-wrapper .navigation-img-wrapper img {
        width: 80px !important;
        height: 80px !important;
    }

    .product-tab-wrapper .productinfo .tab-box {
        width: 100%;
    }

    .product-tab-wrapper .custom-tab-content .product-info {
        gap: 0px;
        flex-direction: column;
    }

    .product-tab-wrapper .custom-tab-content .product-info .custom-info {
        width: 100%;
    }

    .product-tab-wrapper .tab-inner {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        flex-direction: column;
    }

    .product-tab-wrapper .productinfo {
        margin-top: 20px;
    }

   .breadcrumb-page-container .breadcrumb-area h1 {
    font-size: 24px !important;
    padding-bottom: 0 !important;
}


    .product-sheet-section .download-text {
        width: 100%;
    }

    .featured-product-sec .resource-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .product-sheet-section .download-image {
        width: 100%;
        text-align: center;
    }

    .product-sheet-section .download-image img {
        width: 50%;
    }

    .product-sheet-section .sheet-info {
        text-align: center;
    }

    .product-sheet-section .download-link .download-btn {
        margin: 15px auto;
    }

    .sales-wrapper .sales-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .shoutout-wrapper .shoutout-form {
        padding: 30px 25px;
        max-width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .footer .footer-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .footer .footer-right {
        text-align: left;
    }

    .raffle-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .raffle-section .raffle-content {
        max-width: 100%;
    }

    .raffle-section .submit-wrap {
        text-align: center;
    }

    section.raffle-section {
        padding-bottom: 0;
    }

    .raffle-section {
        padding-top: 50px;
    }

    .product-sheet-section .download-text p {
        font-size: 18px;
    }

    .product-sheet-section .download-text span {
        font-size: 16px;
    }

    .product-sheet-section .download-text h2 {
        font-size: 28px;
    }

    .heading-sec {
        margin-bottom: 20px;
    }
    .featured-product-sec .resource-card .card-content {
    text-align: center;
}

}

@media screen and (max-width: 585px) {
    .product-sheet-section .download-image img {
        width: 100%;
    }
.sales-wrapper .sales-content h4 {
    line-height: 1.2;
    margin-bottom: 15px;
}
    .main-product-wrapper .product-card .product-wrap {
        height: auto;
    }

    .product-detail-wrapper .product-gallery img {
        height: 100%;
    }

    .breadcrumb-page-container .breadcrumb-list ul li {
        font-size: 14px;
    }

    .breadcrumb-page-container .breadcrumb-area small {
        font-size: 14px;
    }

    .main-product-wrapper .products-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .shoutout-section .cards-box .card {
        padding: 50px 20px;
    }

    .raffle-section .raffle-prize {
        top: 10%;
    }

    .raffle-section .file-wrap-name {
        margin-top: 0;
    }

    .raffle-section .upload-row {
        flex-direction: column;
        gap: 10px;
    }

    .hero-banner .hero-content h1 {
        font-size: 40px;
    }

    .top-header .nav-links ul {
        gap: 25px;
    }

    .footer .footer-right {
        text-align: center;
    }

    .footer .footer-inner {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        text-align: center;
    }

    .footer .bootom-footer {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer .social {
        justify-content: center;
    }

    .footer .bootom-info {
        padding-left: 0;
    }

    .footer .bootom-info p {
        text-align: center;
    }

    .footer-center {
        text-align: center;
    }

    .footer .footer-left .contact {
        text-align: center;
    }

    .sales-wrapper .sales-content h4 {
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

    .heading-sec p {
        font-size: 16px;
        line-height: 1.5;
    }

    .heading-sec h2 {
        font-size: 24px;
    }

    .raffle-section .raffle-prize p {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {

    .product-tab-wrapper .attributes-table th,
    .product-tab-wrapper .attributes-table td {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 420px) {
    .raffle-section .raffle-prize p {
        max-width: 150px;
    }
}

.submit-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.success-msg {
    /* background:#d4edda; */
    color: #097522;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.error-msg {
    /* background:#f8d7da; */
    color: #ee0b22;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.field-error {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
}

#shoutout-response {
    padding: 0px 60px;
}