/*
Theme Name: Transport Child
Theme URI: https://transport.thememove.com/
Description: A child theme of Transport Theme
Author: ThemeMove
Author URI: https://thememove.com/
Version: 1.1
Template: tm_transport
*/

body,
#site-navigation,
.site-top a,
#site-navigation .menu li a {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}

.vc_label, .tp-caption.a1, .t1, .woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce ul.products li.product .price, .widget_products, .eg-infinity-members-element-0, .wpb_widgetised_column .better-menu-widget ul li, .sidebar .better-menu-widget ul li, .pagination span, .pagination a, .hentry .read-more, .post-thumb .date, .thememove_testimonials .author span:first-child, .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, .recent-posts__item a, .eg-infinity-features-element-0, 
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica', 'Arial', sans-serif !important;
}

#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.site-branding{
    background-color: #070947 !important;
}
.site-branding:before{
    background-color: #070947 !important;
}
.site-branding:after{
    border-left-color: #070947 !important;
}
.site-branding img{
    width: 200px;
}
#tracking-order-form {
	padding-bottom: 50px;
}
#top-menu{
    visibility: hidden;
}
#tracking-order-form .woocommerce  form .form-row .input-text {
    color: #000;
    min-width: inherit;
    border: 1px solid #ccc;
    padding: 16px;
}

@media (min-width: 550px){
	#tracking-order-form  p.form-row-first, 
	#tracking-order-form  p.form-row-last {
	    width: 48%;
	}
}

#tracking-order-form .woocommerce .button.wp-element-button{
    background-color: #fb7c00;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 0;
    width: 100%;
    margin-top: 10px;
}

#tracking-order-form .woocommerce .button:hover{
	background-color: #fb7c00;
    color: #fff;
}

#tracking-order-form .woocommerce{
	display: flex;
    flex-flow: column;
}

#tracking-order-form .woocommerce .order-info{
	order: 1;
}

#tracking-order-form .woocommerce .woocommerce-order-details{
	order: 4;
}

#tracking-order-form .woocommerce .woocommerce-customer-details{
	order: 5;
}

#tracking-order-form .woocommerce .woocommerce-customer-details + h2{
	order: 2;
}

#tracking-order-form .woocommerce .my_account_tracking{
	order: 3;
	margin-bottom: 30px;
}

.archive .products .loop-product .loop-product-title{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 52px;
}

.archive .products .loop-product  .add_to_cart_button,
.archive .products .loop-product .price + .button {
    margin-top: 10px;
}

.archive .products .loop-product .price + .button {
    display: block;
    text-align: center;
    width: 100%;
}

.woocommerce span.onsale{
    line-height: initial;
}

.price .price-text-color {
    color: #ca1f26;
    font-weight: 700;
}
.search-box .search-form{
    opacity: 1;
    visibility: visible;
    position: initial;
    width: 100%;
}
.search-box .search-form:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 0 0 25px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 21px;
    left: -23px;
    right: auto;
    border-left-color: #F2F2F2;
    transform: rotate(180deg);
}
.search-box .search-form:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 0 0 25px;
    border-color: transparent transparent transparent transparent;
    position: absolute;
    top: 29px;
    right: -23px;
    border-left-color: #F2F2F2;
}
.header-right .search-box .search-form input{
    position: initial;
    border: 1px solid #F2F2F2 !important;
    box-shadow: none;
    background-color: #F2F2F2;
}


.single-product.woocommerce span.onsale {
    right: auto !important; 
    left: 0 !important;
}

[lang="en-US"] .single-product.woocommerce span.onsale{
    display: inline-block;
    line-height: 44px !important;
}