/*
Theme Name: Autoparts - Child
Template: autoparts
Theme URI: http://autoparts.themerex.net/
Description: Autoparts - Car Parts - Child - excellent WordPress theme with many different blog and header layouts
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
.sc_layouts_menu_nav>li>ul{
	margin-left:0px !important;
	left:0px !important
}
.sc_layouts_row_type_narrow .sc_layouts_logo img, .sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
    max-height: 40px !important;
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item a, .scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item a{
	font-size:18px;
	font-weight:600;
}
.scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_icon.sc_layouts_cart_icon, .scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_icon.sc_layouts_cart_icon, .scheme_dark .sc_layouts_row_type_narrow .sc_layouts_item_details .sc_layouts_cart_summa, .scheme_dark.sc_layouts_row_type_narrow .sc_layouts_item_details .sc_layouts_cart_summa {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}
.extra_title_size_2 .sc_item_title {
    font-size: 5.857em !important;
}
.sc_title .sc_item_title:not(.sc_item_title_tag) {
    font-size: 3.714em;
}
.widget_contacts .contacts_logo img{
	max-height:34px !important;
}
.sc_title .sc_item_title:not(.sc_item_title_tag) {
    font-size: 4.714em;
}
.sc_icons_modern {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.scheme_default .sc_icons .sc_icons_item_title{
	font-size:16px;
	font-weight:600;
}
.sc_icons .sc_icons_item_title + .sc_icons_item_description {
    margin-top: 7px;
	padding-left:70px;
}
.payment_box.payment_method_cod{
	display:none !important;
}
.checkougrid {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.checkougrid .checkoutleft table th{
	font-size:1em
}

.checkougrid .checkoutleft{
    background: #fff;
    border-radius: 10px;
    width: 70%;
    padding: 10px;
}
.checkougrid .checkoutright {
	 background: #fff;
    border-radius: 10px;
    width: 30%;
    padding: 10px;
}
.checkougrid .checkoutright th {
	border-top:0px solid #eaeaea !important;
}
.checkougrid .checkoutright .cart_totals {
	width:100%
}
.checkougrid .checkoutright h2{
	font-size:18px;
	margin-top:0px;
}
.checkougrid .checkoutright .cart_totals {
	width:100% !important
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width:100%;
}
@media (max-width:767px){
.checkougrid{
	flex-direction:column;
}
	.checkougrid .checkoutright,
	.checkougrid .checkoutleft{
		width:100%;
	}
}