/*
Theme Name:  Motor Child
Theme URI:   https://themeforest.net/item/motor-vehicles-parts-equipments-accessories-wordpress-woocommerce-theme/16829946?ref=stockware
Description: Motor - Responsive WordPress Child Template
Author:      Stockware
Author URI:  http://themeforest.net/user/stockware/?ref=stockware
Version:     2.0.0
Tags: translation-ready, editor-style
Template:    motor
Text Domain: motor-child
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* general */
body .maincont-line1,
body .maincont-line2,
body .decoration-lines-1,
body .decoration-lines-2 {
    display: none;
/*    background-color: #fe5800;
    color: #fe5800;*/
}
ul.cont-sections {
    width: auto;
    float: right;
}

/* shop catalog */
.section-filter .woof_redraw_zone {
    background: transparent;
}
.section-sb .theiaStickySidebar,
.section-top {
    background: rgba(255, 255, 255, .4);
    border: 0;
}
body .section-gallery .sectgl {
    box-shadow: none;
    border: 1px solid rgba(254, 88, 0, .15);
}

/* blog */
.blog-sb {
    background: rgba(255, 255, 255, .4);
    border: 0;
}
.blog-i {
    box-shadow: none;
    border: 1px solid rgba(254, 88, 0, .15);
}
body .widget_search .dgwt-wcas-sf-wrapp button[type=submit].dgwt-wcas-search-submit {
    top: 0;
    right: 0;
}

.motorcycle li a:before {
    content: '';
    display: inline-flex;
    width: 75px;
    height: 40px;
    background-image: url(https://karanikolaou.techplacedev.eu/wp-content/uploads/2019/02/moto.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 25px;
    align-items: center;
}


@media only screen and (max-width: 768px) {
	.header nav > ul > .menu-item ul > .menu-item > a {text-align:left !important;}
}


.header-info {
    display: none;
}
