.cpanelContainer {  position: fixed; top: 2%;left:0; z-index: 999;padding-left:47px;display:block }
.boss-themedesign{ }
.boss-themedesign.cpanel_opened { background:#f1f1f1;width:290px; padding:12px 0 15px; }
.boss-themedesign.cpanel_closed h2, .boss-themedesign.cpanel_closed  #bt_category{ display:none}
.boss-themedesign  > h2 { margin-bottom:10px; text-transform:uppercase; padding:0 10px; color:#000!important}
.cpanel_icon  { display:inline-block; width:47px; height:47px;text-indent:-9999px; background:url(../image/close-open.png) no-repeat 0 0 ; cursor:pointer ; position:asolute; top:0; left:0; position:absolute; opacity:0.5; box-shadow:0 0px 8px #bcbcbc inset; border:#cecece 1px solid; border-left:none}
.cpanel_icon:hover{ background:url(../image/close-open.png) no-repeat 0 0 ; transition: all 0.2s ease 0s; opacity:1}

.bt_category { border:1px solid #ccc; background:#fff;overflow:hidden} 
#bt_category  { max-height:400px; overflow-y:auto}
#bt_category  li { padding:10px 0 10px 10px ; overflow:hidden; border-bottom:1px solid #E6E6E6; transition:background 0.3s ease-in-out;}
#bt_category  li:hover{background:#E6E6E6}
#bt_category  li ul li { padding:0 0 15px 10px; border:none}
#bt_category  li ul h2.title{font:700 12px Arial; text-transform:uppercase; color:#000!important}
#bt_category  li:first-child { border-top:1px solid #E6E6E6}
#bt_category ul { padding-top:10px; clear:both; font:400 12px Arial}
#bt_category ul p{color:#000!important}
#bt_category  li a { float:left; font-weight:bold}
#bt_category  li a.active { color:#af0600!important}
#bt_category  li h3, #bt_category  li h4 { font:400 12px Arial; margin-bottom:15px}
#bt_category input.button_reset{margin:12px 0 0 10px;
	background: url("../image/button_black.png") repeat-x scroll 0 0 #717479;
    border: 1px solid #5A5D61;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF!important;
    cursor: pointer;
    display: inline-block;
    font: 400 14px/25px RobotoRegular;
    height: 30px;
    overflow: visible;
    padding: 0 13px 4px;
    text-transform: none;
    transition: all 0.5s ease 0s;
    white-space: nowrap;
}
.design_background { overflow: hidden; margin-top:15px }
.design_background li { float:left; margin-right:2px}
.boss-themedesign  .design_background a:hover { background:none}
.boss-themedesign  .design_background a { background:none; padding:2px}
.boss-themedesign  .design_background a img { display:block; border:1px solid #c2c2c2 }
.boss-themedesign  .design_background a img:hover{border:1px solid #979797}
.design_background img{height:30px;width:30px;}
.boss-themedesign  .design_background a:hover , .boss-themedesign  .design_background a.active {}

.accordion_content {}
.accordion_content h3 { margin:0 0 5px 0; width:185px;float:left}
.accordion_content li div { float:left}
.accordion_content li select { width:100%; height: auto;line-height: normal;padding: 2px 5px; font:400 12px Arial; color:#515151}
.accordion_content li div.boss_font{ width:66%; margin-right:5px}
.accordion_content li div.boss_size { width:30%}
.accordion_content li div.boss_color_scheme { float:none}
.accordion_content li   h3 { margin-top:7px}
.accordion_content li  p{clear:both; overflow:hidden; margin-left: 15px; line-height:30px}
.accordion_content li  p span{font:400 12px Arial; color:#000!important}
.accordion_content label { float:left; margin-right:5px; margin-top:3px}
.boss_design_color li div { float:none}
.boss_design_color #customWidget { float:right }
.colorpicker { z-index:1600; position:fixed}

span.expand {  background:url(../image/icon_shopby.png) no-repeat right -17px ;display:inline-block;  cursor:pointer; width:100%; font:400 12px Arial}
span.expand:hover { }
#bt_category input{ clear:both}
#bt_category input[type='text']{
	border: 3px solid #BDBDBD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #BCBCBC inset;
    clear: none;
    cursor: crosshair;
    float: right;
    height: 25px;
    padding: 0;
    text-indent: -9999px;
    width: 25px !important;
}

@media only screen and (max-width: 767px) {	
.cpanelContainer { display:none}
}