/*
 * Theme Name:    Botman Theme
 * Theme URI:     http://www.botman.com/
 * Description:   Child theme van Enfold specifiek voor Botman
 * Author:        Jeffrey Meissen
 * Author URI:    https://www.sleurenpleur.nl/
 * Template:      enfold
 * Version:       2.8.1
 */
/*
 * Front page
 */

.av-image-caption-overlay-center {
    padding: 0;
}

#after_full_slider_1, #after_section_1 {
    display:none;
}

/*
 * Header edits
 */

/* TOP titel */

#top .alternate_color.title_container .main-title {
    text-align: center;
    font-size: 30pt;
}

#top .alternate_color.title_container .main-title span {
    text-align: left;
}

/* TITLE bar height edit */

.title_container .main-title a {
    line-height: 2em;
}

#top .title_container .container {
    min-height: 0px;
}

/* Breadcrumbs */

#main > .title_container {
    background-color:#fff;
}

#top .alternate_color.title_container .main-title .breadcrumb a,
#top .title_container .main-title .breadcrumb,
.alternate_color .breadcrumb,
.alternate_color .breadcrumb a {
    color: #333333;
}

.title_container .breadcrumb {
    color: #333333;
    margin: 0;
    right: 0;
    top: 0;
    position: relative;
    line-height: 22px;
}

.breadcrumb-trail > span:last-child {
	display: inline-block;
	padding-left: 4px;
}

/*
 * Main
 */

.container {
    max-width: 1200px;
}

.logo img {
    /* height:48px;; */
    width: auto;
    max-height: 100%;
    max-width: 100%;
    display: initial;
    vertical-align: middle;
}

.content,
.sidebar {
    padding-top: 25px;
    padding-bottom: 25px;
}

#top aside.sidebar {
    width: 20%;
}

#top form {
    margin-bottom: 0;
}

.template-shop .product_meta {
    margin-bottom: 10px;
}

/*
 * Search pagina loop resultaat thumbnail
 */

.search-result-thumbnail {
    height: 50px;
    width: 50px;
    left: -6px;
    top: 0;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}


/* Personeel op pagina edit */

#top .team-member-name {
    font-size: 15px;
    font-weight: 100;
    color: black;
    text-align: center;
}

/* FAQ pagina edit van table */

#top .faq-table,
#top .faq-table h1,
#top .faq-table tr,
#top .faq-table td {
    border: none;
}

#top .faq-table h1 {
    font-size: 18px;
    color: black;
}

/* Menu CSS SALE */
#menu-item-22505 a {
    color: #fff;
    font-weight:900;
    font-size:14px;
}

#menu-item-22505 .avia-menu-text {
    text-shadow: 0 0 1px #000;
}

/* My/mijn account page edits */
#main .botman-view-order-button {
    margin-right:15px;
}

/* Zoek blok in titel */
#top #botman-searchform #searchsubmit {
    border-left:1px solid #333;
    color:#555;
    transition-duration:0s;
    -webkit-transition-duration:0s;
    font-size:17px;
    background-color:transparent;
}

#top #botman-searchform {
    margin-top:46px;
    position:relative;
}

#top #botman-searchform #botman-search {
    padding: 11px 51px 11px 11px;
    width:100%;
    position:relative;
    z-index:1;
    margin:0;
    color:#555;
    background-color:rgb(252, 252, 252);
    border:none;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}

#top .guaven_woos_suggestion {
    border-top:1px solid #333;
    border-left:3px solid whitesmoke;
    border-right:3px solid whitesmoke;
    border-bottom:3px solid whitesmoke;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
}

#top .guaven_woos_img {
    max-height:47px;
    width:auto;
    max-width:50px;
    height:auto;
}

#top .guaven_woos_suggestion_list {
    border-bottom:1px solid whitesmoke;
}

#top .guaven_woos_suggestion a {
    color:#333;
}

#top .guaven_woos_suggestion a:hover, a:active, a:focused {
    text-decoration:none;
}

#top .guaven_woos_titlediv {
    font-size:14px;
}

#top .guaven_woos_suggestion .guaven_woos_titlediv > .amount, #top .guaven_woos_suggestion .guaven_woos_titlediv small {
    color:#e6007e;
}

#top .guaven_woos_suggestion .guaven_woos_titlediv small {
    font-size:13px;
    font-weight:bold;
    float:right;
}

#top .guaven_woos_suggestion .guaven_woos_titlediv del {
    font-size:11px;
    text-decoration:line-through;
    font-weight:normal;
    color:grey;
}

#top .guaven_woos_showallli {
    border-top:none;
}

/* Beschrijving titel style */
#top .beschrijving-titel__span {
	font-size:1.4em;
	font-weight:400;
	color:#333;
}

/*
Desktop Styles
================================================== */
@media only screen and (min-width: 1081px) {
    /* Add your Desktop Styles here */
    #top .alternate_color.title_container .front-page-title {
        font-size: 27pt;
    }

    #top #botman-searchform {
        width:400px;
    }

}




/*
Tablet Styles
================================================== */
@media only screen and (max-width: 1080px) {
    nav.gridlist-toggle {
        display: none;
    }
    #top #botman-searchform {
        width:333px;
    }

}


/*
Anything but: Mobile Styles
================================================== */
@media only screen and (min-width:768px) {

}

/*
Mobile Styles
================================================== */
@media only screen and (max-width: 767px) {

    /* hide hamburger menu responsive */
    .responsive #top #wrap_all .main_menu {
        display:none;
    }

    /* Logo centreren */
    .responsive .logo img {
        margin:0 auto;
    }
    .responsive #top .logo {
        margin:0 auto;
    }

    /* andere zooi */
    #top .alternate_color.title_container .front-page-title {
        font-size: 18pt;
    }
    .container .av-content-small.units {
        width: 100%
    }
    #top aside.sidebar {
        display: none;
    }
    .shop_columns_3 .products .product {
        width: 49%;
    }

    /* Main (iig) */
    .container {
        padding:0 10px;
    }
    /* Facebook Footer */
    .av_facebook_widget_wrap {
        width:500px;
    }

    /* custom plaats van beschrijving width */
    .botman-product-beschrijving {
        width:100%;
        float:none;
        margin-bottom:0;
    }

    /* Footer */
    div .av_one_half {
        width: 100%;
        margin-left: 0;
    }

    .responsive #socket .sub_menu_socket {
        display: block;
        float: left;
        width: 100%;
    }

    #socket .menu {
        margin: 0 auto;
    }

    #socket .sub_menu_socket li {
        float: none;
        display: block;
        padding: 5px;
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
    }
}

#top .main_color select {
    background-color: white;
    cursor: pointer;
}

#top .main_color input[type='number'] {
    background-color: white;
}

#top .variations th.label {
    text-align: left;
}

#socket .sub_menu_socket li {
    padding: 0 8px;
}

#socket .sub_menu_socket div {
    margin-top: 2px;
}

#header .cart_dropdown_first .cart_dropdown_link svg:first-child {
    width: 29px;
    height: 32px;
}
