/*
Theme Name: BoxShop Child
Theme URI: http://lordspackaging.com/
Author: Lords
Author URI: http://lordspackaging.com/
Description: A child theme for BoxShop
Version: 1.0
Template: boxshop
*/

/* Import Parent Theme Styles */
@import url("../boxshop/style.css");

/* ===== Custom Styles Added from Theme Customizer ===== */

/* Move Category Description by Bill */
#category-description {
    cursor: pointer; /* Change cursor to pointer when hovering over the container */
    transition: max-height 0.3s ease; /* Smooth transition when expanding/collapsing */
}

/* General Styling */
.ts-group-meta-icon-toggle {
    visibility: none;
}
.product h3 {
    font-style: normal;
}
.column-tabs .tabs {
    font-weight: normal;
    font-style: normal;
}
.thankyou {
    margin: 0 auto;
    text-align: center;
}

/* Form Styling */
textarea, html input[type^="search"], html input[type^="text"], html input[type^="email"], 
html input[type^="password"], html input[type^="number"], #bbpress-forums #bbp-your-profile fieldset input, 
#bbpress-forums #bbp-your-profile fieldset textarea, .bbp-login-form .bbp-username input, 
.bbp-login-form .bbp-email input, .bbp-login-form .bbp-password input, .chosen-container a.chosen-single, 
.woocommerce-checkout .form-row .chosen-container-single .chosen-single, 
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, 
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
.woocommerce-page table.cart td.actions .coupon .input-text, 
body .select2-container--default .select2-selection--single .select2-selection__rendered, 
select {
    padding: 5px 1.5px;
    line-height: 18px;
}

#mc4wp-form-1 {
    padding: inherit;
}
.ts-mailchimp-subscription-shortcode {
    padding: 0;
}
#quote-form {
    padding: 0;
}

#tab-get_a_quote {
    width: 600px;
}

/* Modal Styling */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    width: 35%;
    margin: auto;
    border: 1px solid #888;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* Forms */
input {
    padding: 0;
}
.woocommerce form .form-row, .woocommerce-page form .form-row {
    margin: 0;
}

/* Quote Form - Mobile */
#quote-form-mobile {
    display: none;
}

/* Responsive Design */
@media (max-width: 767px) {
    form {
        padding: 0;
    }
}

@media screen and (max-width: 600px) {
    #quote-form {
        display: none;
    }
    #quote-form-mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    #tab-get_a_quote {
        width: 375px;
    }
    .quote-form {
        display: inline-block;
    }
    .form-row {
        display: inline-block;
        width: 49%;
    }
    .form-row .form-group {
        padding-right: 3px;
    }
    .form-group {
        margin-bottom: 0px;
    }
    .modal-content {
        width: 80%;
        padding: 20px;
    }
    #get_a_quote_tab, #description-tab, #reviews-tab {
        font-size: 12px;
    }
    .breadcrumb-title-wrapper {
        height: 100px;
    }
    .ts-header .logo-wrapper {
        width: 50%;
    }
}

/* Form Input Widths */
#info_gt {
    max-width: 590px;
}
.form-group-name {
    width: 250px;
}
.form-group-phone {
    width: 250px;
    margin-left: 5px;
}

@media only screen and (max-width: 767px) {
    #tab-get_a_quote {
        width: 375px;
    }
    .form-group-name {
        width: 140px;
    }
    .form-group-phone {
        width: 140px;
    }
    .form-submit {
        margin-top: 0px;
    }
    .header-middle > .container > div {
        display: table-cell;
    }
    .header .header-v3 .search-wrapper {
        padding: 0px;
    }
    .header-top > .container, .header-middle > .container, .header-bottom > .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* This is from the Theme setting CSS */

.elementor-form {
    padding:0 0 0 0;
}

#tab-title-description {
    background-color:#ff6e40;
}

.wc-tabs ul li{
    background-color:red;
}

.breadcrumb-title-wrapper {
    height:250px;
}

ul.get_a_quote_tab li>a {
    background-color:red;
}
 
#get_a_quote_tab {
    background-color:#ff6e40;
    border-color:#ff6e40;
    color:#fff;
}

#description-tab {
    background-color:#ff6e40;
    border-color:#ff6e40;
    color:#fff;
}

#reviews-tab {
    background-color:#ff6e40;
    border-color:#ff6e40;
    color:#fff;
}
@media only screen and (max-width: 767px){
    .header-right .ts-group-meta-icon-toggle{
        visibility: hidden;
    }
    
    .info-desc{
        display: block !important;
        margin-right: -300px;
        font-size: 12px;
    }
    
    .info-desc > span.tab{
        margin-left: 10px !important;
    }
}

.ts-products-widget-shortcode.has-slider .widget.ts-products-widget h2{
    padding-right:0 !important;
}

footer#colophon, footer#colophon a, footer#colophon dt, footer .mc4wp-form-fields label{
    font-weight: normal !important;
}

/* New Code for cat-content is blow this line.

//*
 
