#custom-toggler,
#custom-menu-open{
    top: 150px;
    position: fixed;
    width: 55px;
    height: 55px;
    z-index: 1000;
    border: none;
    cursor:pointer;
    background: url("https://theme.bonpresta.com/img/cms/picker.png") left top no-repeat;
}

#custom-toggler {
    right: 0;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

#custom-toggler:focus{
    outline: none;
}

#custom-menu-open {
    top: 150px;
    background: #fff;
    width: 45px;
    left: 0;
    z-index: 1001;
    height: 45px;
    transition: all 0.3s linear;
    box-shadow: 5px 2px 8px rgba(0,0,0,.16);
}

#custom-menu-open.custom-button-active {
    left: 218px;
}

.bon-custom-menu {
    width: 220px;
    padding: 10px 20px;
    position: fixed;
    left: -220px;
    top: 150px;
    z-index: 1000;
    background: #fff;
    transition: all 0.3s linear;
    box-shadow: 0 2px 8px rgba(0,0,0,.16);
}

.bon-custom-menu p {
    display: inline-block;
    vertical-align: -7px;
}

.bon-select-language p {
    vertical-align: -7px;
}

.bon-custom-menu.custom-menu-active {
    left: 0;
}

#custom-menu-open:after {
    content: "\E024";
    font-family: 'fl-outicons';
    font-size: 25px;
    line-height: 45px
}

.toggle-bg{
    background: #222;
    display: block;
    height: 15px;
    position: relative;
    width: 39px;
    float: right;
    background: linear-gradient(to bottom, #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%);
    box-shadow: 0 1px 0 #fff, inset 0 0 2px #d7dee3, inset 0 1px 0 #d7dee3, inset 0 1px 5px #d7dee3;
    border-radius: 8px;
    margin-top: 10px;
    z-index: 10;
    transition: all 0.2s linear;
}
.toggle-bg.active {
    background: #0ab3a3;
    box-shadow: none;
}

.toggle-bg input{
    height: 28px;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: -10px;
    width: 36px;
    z-index: 2;
}

.switch-boxed,
.switch-header,
.switch-cart,
.switch-footer{
    transition: left 0.2s linear;
    display: block;
    height: 19px;
    border-radius: 8px;
    left: -1px;
    position: relative;
    top: -2px;
    width: 19px;
    z-index: -1;
    background: radial-gradient(ellipse at center, #ffffff 0%,#fefefe 50%,#fdfdfd 51%,#ffffff 100%);
    box-shadow: 0 1px 1px #65727b, 0 0 1px #b6bdc2;
}

.switch-boxed.active,
.switch-header.active,
.switch-cart.active,
.switch-footer.active{
    left: 20px;
}


#bon-boxed-button:focus,
#custom-menu-open:focus{
    outline: none;
}

#bon-select {
    float: right;
}

.bon-select-language select {
    margin-top: 4px;
    border-color: #e2e2e2;
    color: #7a7a7a;
    padding: 2px 5px;
    font-size: 13px;
}

.bon-select-language select:focus {
    outline: none;
}

body.boxed-body {
    padding: 20px 0;
    background-color: #fff;
}

/*custom styles social footer*/

body .block-social ul li a:before {
    content:none!important;
}
body .block-social ul li {
    transition: all 0.3s linear;
}

body .block-social ul li:hover {
    opacity: 0.55;
}

body .block-social ul .facebook {
    background: url("../img/facebook.png") 50% 50% no-repeat;
}

body .block-social ul .twitter {
    background: url("../img/twitter.png") 50% 50% no-repeat;
}

body .block-social ul .instagram {
    background: url("../img/instagram.png") 50% 50% no-repeat;
}

body .block-social ul .pinterest {
    background: url("../img/pinterest.png") 50% 50% no-repeat;
}

body .block-social ul .youtube {
    background: url("../img/youtube.png") 50% 50% no-repeat;
}

body .block-social ul .vimeo {
    background: url("../img/vimeo.png") 50% 50% no-repeat;
}

body .block-social ul .googleplus {
    background: url("../img/google-plus.png") 50% 50% no-repeat;
}