/*
 Theme Name:   Telescope Tyres  Child Theme
 Theme URI:    https://www.mrkwebsites.com
 Description:  Divi child theme.
 Author:       M R K Websites
 Author URI:   https://www.mrkwebsites.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  telescopetyres-child-theme
*/

#quadmenu.quadmenu-divi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

ul.quadmenu-navbar-nav{
    background-color: #ededed !important;
}
#et-main-area{
    margin-top:150px;
}

#dropdown-50195 {
    max-width: 80%;
    margin: 4px auto !important;
}

.archive-locations a.post-link{
	display:block;
	margin-top:15px;
	font-size:15px;
    background-repeat: repeat-x !important;
}

/*start product listing*/
.product-listing  .et_shop_image, .product-listing .et_pb_column_1_3 {
    border-width: 5px;
    border-color: #3a4453;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.product-listing .et_pb_column_1_3 {
    padding: 30px;
}
.product-listing  h2.woocommerce-loop-product__title {
    text-align:center;
}

.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1) {
    clear: none !important;
}

.archive.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n) , html .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n) {
    margin-right: 'invalid';
}
/*end product listing*/

@media only screen and (max-width: 980px) {
    #quadmenu .quadmenu-container {
        padding-top: 10px !important;
    }
    #et-main-area {
        margin-top: 80px;
    }
}