/*

 Theme Name:   TechnUm Child

 Description:  TechnUm Child Theme

 Theme URI:	   https://demo.artureanec.com/themes/technum

 Author:       Artureanec

 Author URI:   https://demo.artureanec.com

 Template:     technum

 Version:      1.0.0

 License: GNU  General Public License version 3.0

 License URI:  http://www.gnu.org/licenses/gpl-3.0.html

 Text Domain:  technum-child

*/



/* =Theme customization starts here

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

.single-product .product_meta, .single-product .cart {display: none;}
input.wpcf7-form-control.has-spinner.wpcf7-submit,input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{background-color: #2F5AA8;}
button#trigger_cf {
    margin-top: 20px;
    padding: 10px;
    border-radius: 7px;
}
/*.main-row {
    display: flex;
    padding:25px 0;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.main-row {
    display: flex;
    padding: 25px 0;
/*    background: black;*/
    /*margin-right: -15px;
    margin-left: -15px;*/
}
/*.main-row .right-section {
    margin-left: 20px;
}*/
/*.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}*/
.main-row.even {
    display: flex;
    flex-direction: row-reverse;
/*    background: red;*/
}
.left-section, .right-section {
    padding-left: 15px;
    padding-right: 15px;
}
/*.left-section {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.right-section {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}*/
ul.subcategories-list li {
    padding: 0;
    font-weight: bold;
}
ul.subcategories-list li:before {
    display: none;
}
.category-description {
    margin-bottom: 15px;
}
.main-row h3 {
    margin-bottom: 15px;
}
ul.subcategories-list li {
    width: 31.5%;
    display: inline-block;
    margin-right: 1%;
}
ul.subcategories-list a {
    color: #C00000;
    font-size: 14px
}
ul.subcategories-list a:hover {
    color: #FFA80C;
}

.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr th {
    width: 40%;
}
.single-product.woocommerce .content-wrapper .woocommerce-tabs table.shop_attributes tr td {
    width: 60%;
}

a.button.enwquiry-btn {
    background-color: #C00000;
    margin-top: 20px;
    padding: 10px;
    border-radius: 7px;
	color: #ffffff;
}
a.button.enwquiry-btn:hover {
	background-color: #FFA80C;
	color: #ffffff;
}
.left-section {
    width: 35%;
}
.right-section {
    width: 65%;
}
@media (max-width: 1024px) {
    ul.subcategories-list li {
        width: 48%;
    }
}
/*@media (max-width: 767px) {
    ul.subcategories-list li {
        width: 50%;
    }
}*/
@media (max-width: 767px) {
    .main-row {
        display: inline-block;
    }
    .main-row.even {
        display: inline-block;
    }
	.left-section {
		width: 100%;
	}
	.right-section {
		width: 100%;
	}
    
}
@media (max-width: 480px) {
    ul.subcategories-list li {
        width: 100%;
    }
}