/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24.09.2015, 14:21:23
    Author     : peter.de-vries
*/

#sidr-menu { background: rgba(255, 255, 255, 0.8); box-shadow:none; width:300px;}
#sidr-menu ul {border:none;}
#sidr-menu ul li {border:none; font-family: 'Pacifico', cursive; color: #88000c; font-style: normal; font-weight: 400;font-size:17px; border:none;}
#sidr-menu ul li a {font-family: 'Pacifico', cursive; color: #88000c;font-style: normal;font-weight: 400; font-size:17px;}

#sidr-cart { background: rgba(255, 255, 255, 0.8); box-shadow:none; width:300px;}
#sidr-cart ul li {border:none; font-family: 'Pacifico', cursive; color: #88000c; font-style: normal; font-weight: 400;font-size:17px; border:none;}
#sidr-cart ul li a {font-family: 'Pacifico', cursive; color: #88000c;font-style: normal;font-weight: 400; font-size:17px;}
#sidr-cart span {float:right;}
#sidr-cart hr {margin:0px;}
#sidr-cart p {margin-bottom:5px;}
#sidr-id-js-cart-sum {margin-top:15px;}
#sidr-cart h2 {background:none; box-shadow: none; font-size:20px; font-family: 'Pacifico', cursive; color: #88000c; font-style: normal; font-weight: 400; padding: 0 15px 0 0;}
#sidr-cart a button {background:#304B4A; cursor:pointer; color:white; border-radius:10px; padding:5px 0; width:235px; border:none; float:left; margin-top:5px; margin-left:35px;}
#sidr-cart a {color:white; text-decoration:none;}

.sidr-inner {padding:25px 15px 0 15px !important;}
.sidr-inner p {width:100%; }


.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span {box-shadow:none !important;}