body .z-depth-0,
body .z-depth-1,
body nav,
body .card-panel,
body .card,
body .toast,
body .btn,
body .btn-large,
body .btn-small,
body .btn-floating,
body .collapsible,
body .sidenav,
body .z-depth-1-half,
body .btn:hover,
body .btn-large:hover,
body .btn-small:hover,
body .btn-floating:hover,
body .z-depth-2,
body .z-depth-3,
body .z-depth-4,
body .z-depth-5,
body .hoverable,
body .hoverable:hover,
/* MY RULES*/
body nav.header-nav .nav-wrapper,
body .z-depth-2-reverse,
body .btn:hover,
body .header-nav-item:hover,
body .top-bar-item:hover,
body .amoksys-testimonial .amoksys-testimonial-avatar{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body .colletion,
body .card,
body .card.collapsible{
    border:1px solid #dddddd
}

body ul.collapsible.popout>li,
body ul.collapsible > li.with-child-collapsible.active > .collapsible-header,
body ul.collapsible > li.with-child-collapsible > .collapsible-header{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body ul.collapsible:not(.popout){
    border:1px solid #dddddd
}
body ul.collapsible:not(.popout) > li:not(.active):last-child > .collapsible-header{
    border-bottom:none;
}
body ul.collapsible:not(.popout) > li.active > .collapsible-header{
    border-bottom:1px solid #dddddd
}
body ul.collapsible.popout > li > .collapsible-header{
    border:1px solid #dddddd
}
body ul.collapsible.popout > li:not(.active) + li:not(.active) .collapsible-header{
    border-top:none;
}
body ul.collapsible.popout > li.with-child-collapsible > .collapsible-body{
    border:none;
}
body ul.collapsible.popout > li:not(.with-child-collapsible) > .collapsible-body{
    border:1px solid #dddddd;
    border-top:none;
}

body .collapsible-header,
body .collection .collection-item,
.woocommerce table.shop_table td,
body .ams-planner-park-attraction-col + .ams-planner-park-attraction-col,
.woocommerce table.shop_table{
    border-color:#dddddd
}

.border, .border-top, .border-right, .border-bottom, .border-left{
    border-color:#dddddd
}

body .divider{
    background-color:#dddddd;
}

body .input-field .select2-wrapper,
body input:not([type]),
body input[type=text]:not(.browser-default),
body input[type=password]:not(.browser-default),
body input[type=email]:not(.browser-default),
body input[type=url]:not(.browser-default),
body input[type=time]:not(.browser-default),
body input[type=date]:not(.browser-default),
body input[type=datetime]:not(.browser-default),
body input[type=datetime-local]:not(.browser-default),
body input[type=tel]:not(.browser-default),
body input[type=number]:not(.browser-default),
body input[type=search]:not(.browser-default),
body textarea.materialize-textarea{
    border-color:#dddddd
}

body ul.products li.product,
body ul.products[class*=columns-] li.product,
body ul.products[class*=columns-] li.product:nth-child(2n){
    box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #dddddd
}

body.single-product .images.woocommerce-product-gallery,
body.single-product #amoksys-single-product-video-wrapper,
body.single-product div.product .summary{
    box-shadow:none;
    -webkit-box-shadow:none;
    border:1px solid #dddddd
}

.sidenav .user-view .user-view-avatar{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border:1px solid #dddddd
}