.container_cs {
    width: 8rem;
    margin: 0 auto;
}

.d_flex {
    display: flex;
}

.align_center {
    align-items: center;
}

.justify_space {
    justify-content: space-between;
}

.justify_center {
    justify-content: center;
}

.sib-form-message-panel__text,
.sib-form-message-panel {
    padding: 5px !important;
    margin-bottom: 0 !important;
}

.sib-form-message-panel__text .sib-notification__icon {
    margin-right: 10px !important;
}

.sib-form-message-panel {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #13ce66;
    font-size: 16px;
    text-align: center;
    font-family: 'Helvetica', sans-serif;
    color: #085229;
    background-color: #e7faf0;
    border-radius: 3px;
    display: none;
    /* Initially hidden */
}

.sib-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    fill: currentColor;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    display: inline-block;
    position: relative;
    padding: 0;
    border: 1px solid #888;
    max-width: 600px;
    width: 100%;
}

/* Close button */
.close-modal {
    color: #aaa;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

input#EMAIL {
    height: 40px;
    padding: 0 10px;
    width: 100%;
}

.sib-form .entry__error {
    line-height: 30px !important;
    padding: 0 10px;
}

.sib-form .entry__field {
    margin: 0 !important;
}

label.entry__specification {
    margin-top: 20px !important;
}

.sib-form .progress-indicator__icon {
    width: 20px !important;
    margin: 0 !important;
    height: 20px !important;
}

.nav-item-container .nav-item a {
    color: #000;
}

.nav-item-container:hover .nav-item a {
    color: #fff;
}

.for_pdf .product_left_part {
    width: 100%;
}

.bottom-nav_left ul li a {
    color: #000;
    font-size: 18px;
}

.bottom-nav_left ul li a:hover {
    color: #E27735;
}

body:has(.diy_single_hero_sec) {
    height: 100%;
    overflow-y: auto;
}

.meun-list a {
    color: #000;
}

.home-container:has(.diy_single_hero_sec) {
    overflow-y: hidden;
}

.single_feature_img video {
    width: 100%;
}

ul.blog_menus_cs {
    display: flex;
    gap: 40px;
}

ul.sub_menu {
    position: absolute;
    min-width: 210px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

ul.blog_menus_cs li {
    position: relative;
}

.top_dropdown_menus {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}

body:has(.top_dropdown_menus) .layout .head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.hero_social_icn a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.hero_social_icn a:hover {
    color: #ff6f00;
}

.sub-dropdown {
    left: 100%;
    position: absolute;
    min-width: 210px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

ul.sub_menu li:hover .sub-dropdown {
    visibility: visible;
    opacity: 1;
}

.sub-dropdown a:before {
    display: none;
}

.top_dropdown_menus a {
    text-decoration: none;
    color: #000;
    transition: all 0.5s;
}

ul.blog_menus_cs>li {
    font-weight: 600;
    font-size: 16px;
}

ul.sub_menu li {
    font-weight: 400;
    color: #000;
}

.top_dropdown_menus ul {
    list-style: none;
}

ul.blog_menus_cs>li>a img {
    width: 10px;
    transition: all 0.5s;
}

ul.sub_menu li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d6d6d6;
    padding: 7px 10px;
    font-size: 15px;
    position: relative;
}

ul.sub_menu li img {
    width: 18px;
    margin-right: 10px;
}

ul.sub_menu li a:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url(../Tinkerer_STEM_STEAM_Exploration_files/dropdown-icon.png);
    background-size: 10px;
    right: 9px;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-90deg);
}

ul.sub_menu li a:hover {
    background: #f1f1f1;
}

ul.blog_menus_cs>li>a:hover {
    color: #e66e1e;
}

ul.blog_menus_cs>li>a:hover img {
    transform: rotate(180deg);
}

ul.blog_menus_cs>li:hover ul.sub_menu {
    visibility: visible;
    opacity: 1;
}

.menu_right_icon img {
    width: 20px;
}

.social_full_img img {
    width: 100%;
}

.social_full_img {
    padding: 50px 10px 0;
}

.social_sec {
    padding: 50px 0;
    background: #f8f6f5;
}

ul.social_icons {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15px;
}

ul.social_icons img {
    width: 50px;
}

.social_icons img:hover {
    opacity: 0.6;
}

.social_sec h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
    margin-bottom: 0;
}

.social_sec h2 span {
    position: relative;
}

.social_sec h2 img {
    position: absolute;
}

img.over-icon1 {
    width: 20px;
    left: -20px;
}

img.over-icon2 {
    width: 15px;
    top: -4px;
    left: -3px;
}

img.over-icon3 {
    width: 10px;
    left: -2px;
}

.single_hero_wrapper {
    display: flex;
    gap: 30px;
    background: #f8f6f5;
    border-radius: 8px;
    overflow: hidden;
}

.single_hero_content {
    width: calc(45% - 7px);
    padding: 30px 0px 30px 20px;
}

.single_feature_img {
    width: calc(65% - 7px);
}

.single_feature_img img {
    width: 100%;
    margin-bottom: -5px;
    height: 100%;
    object-fit: cover;
}

.breadcrumbs_cs p {
    margin-top: 0;
    font-size: 14px;
    font-weight: 500;
}

.diy_single_hero_sec {
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}

.stars_icn {
    display: flex;
    gap: 5px;
}

.stars_icn img {
    width: 18px;
}

h2.single_title_cs {
    margin: 10px 0 0;
}

h6.categorie_cs {
    margin-top: 10px;
    font-size: 12px;
}

.hero_steps_vector {
    padding-top: 30px;
    display: flex;
    gap: 10px;
}

.hero_steps_vector img {
    width: 70px;
    height: 80px;
    object-fit: contain;
}

.steps_wrapper_cs {
    width: 100%;
    text-align: center;
}

.steps_wrapper_cs p {
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}

.hero_social_icn ul {
    display: flex;
    gap: 30px;
}

.hero_social_icn ul img {
    width: 30px;
}

.hero_social_icn {
    padding-top: 100px;
}

.hero_bottom_paragraph {
    background: #e4ecf4;
    padding: 30px 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.hero_bottom_paragraph p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}

.hero_bottom_paragraph h4 {
    margin: 0;
    font-size: 26px;
}

.product_wrapper_row {
    display: flex;
    gap: 30px;
}

.product_left_part {
    width: calc(70% - 15px);
}

.product_right_sidebar {
    width: calc(30% - 15px);
}

.step_tutorials_cs img {
    width: 100%;
}

.single_product_wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
}

.material_need_cs h2 {
    margin: 0 0 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-size: 28px;
}

.material_need_cs li {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.material_need_cs {
    padding-bottom: 30px;
}

.step_tutorials_cs h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 28px;
}

.making_steps_cs span {
    background: #ecc72f;
    font-weight: 500;
    padding: 4px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.making_steps_cs p {
    font-size: 14px;
    margin-bottom: 25px;
}

.making_steps_cs {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #d3d3d3;
}

.making_steps_cs:nth-child(3) {
    border: navajowhite;
    margin: 0;
    padding: 0;
}

.who_are_sec {
    background: #e4ecf4;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
}

.who_are_sec>img {
    width: 170px;
    margin-top: -60px;
}

.who_are_sec h4 {
    font-weight: 600;
    font-size: 20px;
}

.who_are_sec h4 span {
    position: relative;
}

.who_are_sec h4 span:before {
    content: "";
    background-image: url(../Tinkerer_STEM_STEAM_Exploration_files/who-vector1.png);
    width: 20px;
    height: 15px;
    background-size: 20px;
    position: absolute;
    top: -6px;
    background-repeat: no-repeat;
    left: -5px;
}

.who_are_sec p {
    font-size: 14px;
    text-align: left;
    line-height: 27px;
}

.search_field_cs {
    padding: 20px 0;
    position: relative;
}

.search_field_cs input[type="submit"] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 33px;
    margin: auto;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.search_field_cs img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 20px;
}

input#gsearch {
    border: 1px solid #62a6db;
    border-radius: 50px;
    padding: 15px 20px;
    width: 100%;
    outline: none;
}

.sidebar_signup {
    background: #f5e397;
    padding: 20px 20px 30px;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
}

.sidebar_signup h6 {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    position: relative;
}

.sidebar_signup h6:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../Tinkerer_STEM_STEAM_Exploration_files/signup-vector2.png);
    left: -7px;
    top: -7px;
}

.sidebar_signup input#EMAIL_CUSTOM {
    border: 1px solid #d6d6d6;
    padding: 12px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000;
    width: 70%;
}

.sidebar_signup input[type="submit"] {
    background: #62a6db;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 0 5px 5px 0;
    margin-left: -10px;
    cursor: pointer;
}

.sidebar_signup form {
    display: flex;
}

.sidebar_signup input[type="submit"]:hover {
    background: #000;
}

.sidebar_signup p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

img.gift_vector {
    width: 30px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.featured_product_cs h3 {
    text-align: center;
    font-size: 20px;
}

.feature_wrapper img {
    width: 100%;
    border-radius: 8px;
}

.feature_wrapper h5 {
    font-size: 18px;
    margin: 10px 0;
}

.feature_wrapper p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.feature_wrapper {
    padding-bottom: 10px;
}

.feature_wrapper a {
    color: #000;
}

.top_categories_sec {
    background: #e4ecf4;
    padding: 80px 0;
}

.categorie_heading {
    text-align: center;
    position: relative;
}

.categorie_heading h2 {
    font-size: 36px;
    margin: 0;
}

.categorie_heading h2 span {
    position: relative;
}

span.categorie_vector1:before {
    content: "";
    background-image: url(../Tinkerer_STEM_STEAM_Exploration_files/categorie-vector1.png);
    width: 20px;
    height: 15px;
    background-size: 20px;
    position: absolute;
    top: 0px;
    background-repeat: no-repeat;
    left: 8px;
}

span.categorie_vector2:before {
    content: "";
    background-image: url(../Tinkerer_STEM_STEAM_Exploration_files/categorie-vector2.png);
    width: 25px;
    height: 20px;
    background-size: 25px;
    position: absolute;
    top: -10px;
    background-repeat: no-repeat;
    left: -9px;
}

.categories_wrapper {
    display: flex;
    gap: 15px;
    padding-top: 40px;
}

.categorie_box {
    width: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
}

.categorie_box img {
    width: 38px;
    height: 40px;
    object-fit: contain;
}

.categorie_box h5 {
    font-weight: 600;
    text-align: center;
    max-width: 90px;
    margin: 0 auto 20px;
    min-height: 40px;
    font-size: 15px;
}

.categorie_box:nth-child(1) {
    background: #cc6d2a;
}

.categorie_box:nth-child(2) {
    background: #e0b63c;
}

.categorie_box:nth-child(3) {
    background: #568fa8;
}

.categorie_box:nth-child(4) {
    background: #d1d53c;
}

.categorie_box:nth-child(5) {
    background: #8cc5df;
}

.categorie_box:nth-child(6) {
    background: #dd8387;
}

.categorie_box:nth-child(1) h5,
.categorie_box:nth-child(3) h5 {
    color: #fff;
}

.categorie_box a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.categorie_box {
    position: relative;
}

ul.stars_icn li {
    line-height: 0;
}


/* blog_css */
.layout .content-contain-coupon {
    height: auto !important;
}

div#app {
    overflow: auto !important;
}

.home-container {
    overflow: auto !important;
}

.blog_template .blog_box_cs {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.hero_img_top h1 {
    margin: 0 0 10px;
    font-size: 36px;
}
.blog_box_cs h1 {
    font-size: 36px;
}

.blog_box_cs p {
    font-size: 16px;
}

.blog_box_cs h2 {
    font-size: 30px;
}

.blog_box_cs h3 {
    font-size: 22px;
}
.bottom-nav_left .title {
    font-size: 18px;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .container_cs {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .social_sec h2 {
        font-size: 19px;
    }

    .product_wrapper_row {
        flex-direction: column;
    }

    .product_wrapper_row>div {
        width: 100%;
    }

    .product_right_sidebar {
        margin-top: 30px;
    }

    .categories_wrapper {
        flex-wrap: wrap;
    }

    .categorie_box {
        width: calc(50% - 68px);
    }
}


@media (max-width: 767px) {
    .container_cs {
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    ul.social_icons img {
        width: 30px;
    }

    .social_sec h2 {
        font-size: 17px;
    }

    .social_full_img {
        padding-top: 20px;
    }

    .product_wrapper_row {
        flex-direction: column;
    }

    .product_wrapper_row>div {
        width: 100%;
    }

    .product_right_sidebar {
        margin-top: 30px;
    }

    .categories_wrapper {
        flex-wrap: wrap;
    }

    .categorie_box {
        width: 100%;
    }

    .single_hero_wrapper {
        flex-direction: column-reverse;
        gap: 0;
    }

    .single_hero_wrapper>div {
        width: 100%;
    }

    h2.single_title_cs {
        font-size: 22px;
    }

    .hero_steps_vector {
        padding-top: 10px;
        gap: 0;
    }

    .hero_steps_vector img {
        width: 40px;
        height: 40px;
    }

    .steps_wrapper_cs {
        width: 30%;
    }

    .hero_social_icn {
        padding-top: 30px;
    }

    .single_feature_img img {
        border-radius: 0 0 5px 5px;
    }

    .single_product_wrapper {
        padding-bottom: 30px;
    }

    .top_categories_sec {
        padding: 40px 0;
    }

    .categorie_heading h2 {
        font-size: 26px;
    }

}

@media (max-width: 700px) {
    .making_steps_cs {
        padding-top: 0;
    }

    .menu_right_icon,
    .menu_right_icon a {
        height: 26px;
        font-size: 0;
    }

    .sub-dropdown {
        position: relative;
        left: 0;
    }

    ul.blog_menus_cs {
        gap: 20px;
    }

    .bottom-nav-warp .bottom-nav_card-icon {
        width: 50px !important;
    }

    .bottom-nav-container .bottom-nav-warp .bottom-nav_left .btn {
        line-height: 14px;
    }

    .bottom-nav_left ul li a {
        font-size: 14px;
    }

    span.g-mini-txt {
        font-size: 10px;
    }

    .bottom-nav_right.column .steam-btn span {
        font-size: 10px;
        height: 10px;
    }
}


/* hamburger */
.main-header i{
    display: none;
    font-size: 22px;
}
li#cross{
    display: none;
}
@media (max-width: 767px) {
    .main-header i{
        display: block;
    } 
    .blog_menus_cs {
        position: fixed;
        height: auto;
        box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 2px 4px 1px rgba(0,0,0,.09);
        overflow: auto;
        z-index: 1000;
        width: 90vw;
        top: 72px;
        left: -100vw;
        flex-direction: column;
        background: #fff;
        padding: 18px;
        transition: all 0.3s ease-in-out;
    }   
    .menushow .blog_menus_cs {
        left: 0vw;
    }
    ul.blog_menus_cs>li ul.sub_menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
    }
    ul.blog_menus_cs>li:hover ul.sub_menu {
        max-height: 100vh;
       }
       .sub-dropdown {
        max-height: 0vh;
        overflow: hidden;
        transition: all 0.3s linear;
    }
    li#cross {
        position: absolute;
        display: block;
        top: 10px;
        right: 20px;
        z-index: 10;
    }
    ul.sub_menu>li:hover .sub-dropdown{
        max-height:100vh;
    }
    .sub-dropdown a{
        font-size: 12px !important;
    }
}