/*Css*/
.owl-right-sidebar{
    position: fixed;
    _position: absolute;
    z-index: 5004;
    right: 0px;
    bottom: 30%;  
    background: #333333;
}
.right-sidebar-wrap,#owl_scroll_top{
    position: relative;
    z-index: 120;
}
#right-sidebar-product-compare ,#right-sidebar-shopping-cart{
    z-index: 122;
}
a.icon_wrap i.icon-0x, .icon_wrap i.icon-0x,#owl_scroll_top  i.icon-0x{
    display: block;
    text-align: center;
    height: 22px;
    line-height: 22px;
	font-style:normal;
	margin: 0 auto; 
}
.icon-ajust:before {
	 font-family: "FontAwesome";
	content:"\f042";font-size:14px;
}
.icon-basket:before{font-family: "FontAwesome";
	content:"\f07a";font-size:12px;}  
.icon-up-open-2:before{content: "\f077";font-size:14px; 
    font-family: "FontAwesome";}
.icon-left:before{content:"\f060";font-family: "FontAwesome";font-size:14px; }
.icon-right:before{content:"\f061";font-family: "FontAwesome";font-size:14px; }
.icon_text,.to_top_wrap span {
    display: block; 
    height: 14px;
    line-height: 14px;
    font-size: 10px;
    overflow: hidden;
}
.amount_circle {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    background: #d52121;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 18px;
    font-size: 11px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; 
}
.amount_circle.hidden {
    display: none;
}

.right-sidebar-wrap a.icon_wrap,#owl_scroll_top {
    padding: 6px 4px;
    width: 52px; 
    
}
a.icon_wrap, .icon_wrap, a.icon_circle, .icon_circle ,.to_top_wrap{
    display: inline-block;
    line-height: 36px;
    min-width: 36px;
    padding: 2px;
    text-align: center;
    text-decoration: none;width:100%;
}
a.icon_wrap, .icon_wrap, #shopping_cart .ajax_cart_right,#owl_scroll_top {
    background: #333333;
    color: #fff;
	    transition: color 150ms ease-in-out, background-color 250ms ease-in-out;
    -moz-transition: color 150ms ease-in-out, background-color 250ms ease-in-out;
    -ms-transition: color 150ms ease-in-out, background-color 250ms ease-in-out;
    -webkit-transition: color 150ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 150ms ease-in-out, background-color 250ms ease-in-out;
}
 a.icon_wrap:hover, .icon_wrap:hover ,#owl_scroll_top:hover{
    background:#0163d2;
    color: #fff;  
}
a.icon_wrap.disabled, .icon_wrap.disabled,#owl_scroll_top.disabled  {
    color: #706565;
}
a.icon_wrap.disabled:hover, .icon_wrap.disabled:hover,#owl_scroll_top.disabled:hover {
    background: inherit;
    color: #706565; 
}
@media (max-width:1023px ) 
{
.owl-right-sidebar {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;  
	text-align:center;
}
.right-sidebar-inner
{  
    display:inline-block;margin-left:auto;margin-right:auto;  
}
.right-sidebar-wrap, #owl_scroll_top{float:left;}  
}
@media (max-width:1400px ) 
{
.right-sidebar-wrap a.icon_wrap,#owl_scroll_top {width:50px;}
}
@media only screen and (min-width : 768px) and (max-width : 1023px)
{
#switch_left_column{display:none;}  
}
@media (max-width:767px ) 
{
.owl-right-sidebar{display:none;} 
}