#fix_panel {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 0 1px 0;
    box-sizing: content-box;
}

#fix_panel.position_bottom {
    bottom: 0;
}

#fix_panel.position_top {
    top: 0;
}

#fix_panel.position_top.fix_hide {
    display: none;
}

#fix_panel.position_top.fix_show {
    display: block;
}

#fix_panel ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}

#fix_panel .inner_fix_panel {
    position: relative;
    z-index: 99;
}

#fix_panel .fix_phone {
    position: relative;
    float: left;
    cursor: pointer
}


#fix_panel #fix_contacts {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
}

#fix_panel .fix_phone:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    background-position: 0px 0px;
}

#fix_panel .fix_viewed {
    position: relative;
    float: left;
    cursor: pointer;
}

#fix_panel .fix_viewed:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    background-position: 0px -117px;
    transition: all 0.2s;
}

#fix_panel .fix_viewed:hover:before {
    background-position: -24px -117px;
}

#fix_view_products {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    height: 188px;
    background: #FFF;
    z-index: 9;
    box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}


#fix_panel .fix_wishlist {
    position: relative;
    float: left;
    cursor: pointer;
}

#fix_panel .fix_wishlist:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 10px;
    background-position: 0px -139px;
    transition: all 0.2s;
}

#fix_panel .fix_wishlist:hover:before {
    background-position: -24px -139px;
}

#fix_wishlist_products {
    width: 100%;
    position: absolute;
    right: 30px;
    bottom: 37px;
    max-height: 250px;
    min-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #a7a7a7;
    padding: 10px;

    height: auto;
    z-index: 9;
    overflow: auto;
    max-width:400px;
    background-color: #ffffff;
    border-left: 2px solid #e7e7e7;
    border-top: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
    border-radius: 5px 5px 0px 0px;
    display:none;
}

#fix_wishlist_products::-webkit-scrollbar { width: 5px; height: 3px;margin:3px !important; transform: translate(-3px,0px);}


#fix_wishlist_products::-webkit-scrollbar-track-piece { background-color: #f1f1f1;border-radius:10px;margin:3px;}
#fix_wishlist_products::-webkit-scrollbar-thumb { height: 20px; background-color: #dadada; border-radius:10px;}
#fix_wishlist_products::-webkit-scrollbar-corner { background-color: #999;}


@media screen and (max-width: 700px) {
    #fix_wishlist_products {
        width:90%;
        max-width:none;
        margin-right:2%;
        right:0;
    }

}

.fix_wishlist > span {
    display: block;
}

#fix_view_products .view_pr_dark, #fix_view_products .view_pr_minimalizm {
    bottom: 40px !important;
}

#fix_view_products > div {
    padding: 15px;
    position: relative;
    height: 158px;
}

#fix_wishlist_products .view_pr_dark, #fix_wishlist_products .view_pr_minimalizm {
    bottom: 40px !important;
}

#fix_wishlist_products > div {
    position: relative;
    line-height: 50px;
}
#butt{
    border: 0px !important;
    padding: 10px 5px 0px 5px !important;
}
#fix_wishlist_products .box-wishlist .item {
    overflow: hidden;
    padding: 5px 5px 10px 5px;
    transition: 0.2s;
    margin: 5px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;

}
#fix_wishlist_products .box-wishlist .button {

    text-align: center !important;

    width: 150px !important;
    border: 0px !important;
    background-color: #1ea3d2 !important;
    border-radius: 3px;
    margin: 0px !important;

}

#fix_wishlist_products .box-wishlist .button:hover {


    background-color: #1794c0 !important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;

}
/* ТУТ*/

#fix_wishlist_products .box-wishlist .item:hover, #fix_wishlist_products .box-wishlist .item:focus {
    /*    background: #f2f2f2  */
}

#fix_wishlist_products .box-wishlist .item + .item {
    border-top: 1px solid #fff
}

#fix_wishlist_products .box-wishlist .image {
    float: left;
    height: 35px;
    padding-left: 10px;
    opacity: 0.8;

}

#fix_wishlist_products .box-wishlist .name {
    float: left;
    margin-left: 3px;
    width: 75%;
    line-height: 14px;
    padding-left: 10px;
    height: auto;
    margin: auto;

}
#fix_wishlist_products .box-wishlist .item:hover a{
    color: #16aee0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#fix_wishlist_products .item:hover .image{
    opacity: 1.0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#fix_wishlist_products .box-wishlist .name a {
    color: #757575;
    text-decoration: none;
    font-size: 13px;
    /* display: table-cell;*/
    vertical-align: middle;
    margin: auto;

}



#fix_wishlist_products .box-wishlist .remove {
    float: left;
    color: #bcbcbc;
    padding: 0px 6px 0px 0px
}
#fix_wishlist_products .box-wishlist .item:hover .remove{
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    color: #989898;

}
/*  Light theme  */

.fix_panel_light_theme {
    background-color: #eeeeee;
    height: 35px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.fix_panel_light_theme.position_top {
    border-bottom: 2px solid rgba(255, 255, 255, .5);
}

.fix_panel_light_theme.position_bottom {
    border-top: 2px solid rgba(255, 255, 255, .5);
}

#fix_panel.fix_panel_light_theme #fix_contacts {
    color: #3A5BA2;
    font: bold 13px/14px 'Verdana';
}

.fix_panel_light_theme .fix_phone {
    padding: 0px 15px 0px 45px;
    font: bold 16px/40px 'Verdana';
    color: #000;
    background: url('/image/data/light_fix_panel_bg.png') repeat-x;
}

.fix_panel_light_theme .fix_phone a {
    font: bold 16px/40px 'Verdana';
    color: #000;
}

.fix_panel_light_theme #fix_view_products.top {
    top: 50px !important;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.fix_panel_light_theme #fix_wishlist_products.top {
    top: 50px !important;
    bottom: auto;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.fix_panel_light_theme .fix_viewed {
    padding: 0px 15px 0px 35px;
    font: bold 14px/50px 'Verdana';
    color: #3A5BA2;
    background: url('/image/data/light_fix_panel_bg.png') repeat-x;
}

.fix_panel_light_theme .fix_wishlist {
    padding: 0px 15px 0px 35px;
    font: bold 14px/40px 'Verdana';
    color: #3A5BA2;
    background: url('/image/data/light_fix_panel_bg.png') repeat-x;
    border-left: 1px solid #c3c3c3;
}


#fix_panel .fix_question {
    position: relative;
    float: left;
    cursor: pointer;

    line-height:33px;
    border-radius: 2px;

    margin-left:20px;
}
#fix_panel .fix_question img {
    padding-top:9px;
}

#fix_panel a:hover {
    text-decoration: none;
}

.fix_panel_light_theme .fix_panel_contact .top_icons ul li {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right:5px;
    margin-left:5px;
}

.fix_panel_light_theme .fix_panel_contact .top_icons li .fp_img2 {
    position:absolute;
    left:0;
    top:0;
    width: 24px;
    height: 24px;
    background: url('/image/footer_icons.png') no-repeat;
}
/* my code */
.top_icons{

    border-bottom: 3px solid #c9c9c9;
}
.top_icons .fa-whatsapp{
    font-size: 20px!important;


}
.top_icons .fa-paper-plane{
    font-size: 20px;
}
.top_icons .fa-vk{
    font-size: 20px;
}
.top_icons{
    padding-bottom: 8px;
    padding-top: 8px;
}
.top_icons li{
    padding-left: 5px;
    padding-right: 5px;
}
.top_icons a{

    color: #fff;
    margin: auto;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;

}

.top_icons a:hover{
    color: #1ea3d2;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


/*  END MY CODE */


.fix_panel_light_theme .fix_panel_contact li a {
    padding-left:0;
    padding-right:0;
}

.fix_panel_light_theme .fix_panel_contact li:hover {
}

.fix_panel_light_theme .fix_panel_contact .top_icons .fix_vk_link .fp_img2 {
    background-position: -120px -36px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_vk_link:hover .fp_img2 {
    background-position: -144px -36px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_whatsapp_link .fp_img2 {
    background-position: -120px -60px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_whatsapp_link:hover .fp_img2 {
    background-position: -144px -60px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_telegramm_link .fp_img2 {
    background-position: -120px -12px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_telegramm_link:hover .fp_img2 {
    background-position: -144px -12px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_sh_link .fp_img2 {
    background-position: -120px -84px;
}
.fix_panel_light_theme .fix_panel_contact .top_icons .fix_sh_link:hover .fp_img2 {
    background-position: -144px -84px;
}



.fix_panel_light_theme .fix_question {
    padding: 0px 0px 0px 5px;
    font: bold 16px 'Verdana';
    color: #000;
}

.fix_panel_light_theme .fix_question .fp_img2 {
    position:absolute;
    left:5px;
    top:4px;
    width: 24px;
    height: 24px;

}

.fix_panel_light_theme .fix_question a {
    padding:4px 15px;
    font: bolder 14px 'Verdana';
    color: #fff;

}
/* my code*/
.fix_question i{
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
}
.fix_question:hover a{
    color: #fff;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
.fix_question:hover i{
    color: #fff;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;

}
.fix_question{
    background-color: #1ea3d2;
    border-radius: 3px !important;

}
/* end my code*/
.fix_panel_light_theme .fix_question:hover {
    background-color: #1794c0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
.fix_panel_light_theme .fix_question:active {
    background-color: #1794c0;
    -webkit-transition: all 0.1s ease;;
    -moz-transition: all 0.1s ease;;
    -o-transition: all 0.1s ease;;
    transition: all 0.1s ease;
}
.fix_question:active {
    background-color: #1794c0;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.fix_panel_light_theme .fix_question:hover .fp_img2 {
    background-position: -23px -95px;
}



.fix_panel_light_theme .fix_links li .fp_img2 {
    position:absolute;
    left:5px;
    top:5px;
    width: 24px;
    height: 24px;
    background: url('/image/footer_icons.png') no-repeat;
}



.fix_panel_light_theme .fix_links li a {
    padding-left:32px;
}

.fix_panel_light_theme .fix_links li:hover {
    background-color: #bfbfbf;
}

.fix_panel_light_theme .fix_links .link_lk .fp_img2 {
    background-position: 0px -25px;
}
.fix_panel_light_theme .fix_links .link_lk:hover .fp_img2 {
    background-position: -23px -25px;
}
.fix_panel_light_theme .fix_links .link_compare .fp_img2 {
    background-position: 0px -49px;
}
.fix_panel_light_theme .fix_links .link_compare:hover .fp_img2 {
    background-position: -23px -49px;
}
.fix_panel_light_theme .fix_links .link_cart .fp_img2 {
    background-position: 0px -73px;
}
.fix_panel_light_theme .fix_links .link_cart:hover .fp_img2 {
    background-position: -23px -73px;
}

.fix_panel_light_theme .fix_links .link_wishlist .fp_img2 {
    background-position: 0px -138px;
}
.fix_panel_light_theme .fix_links .link_wishlist:hover .fp_img2 {
    background-position: -23px -138px;
}


.fix_panel_light_theme .fix_viewed #viewed-text {
    border-bottom: 1px dashed;
}

.fix_panel_light_theme .fix_viewed:before {
    background: url('/image/light_fix_panel_set2.png') no-repeat;
    top: 5px;
}

.fix_panel_light_theme .fix_phone:before {
    background: url('/image/light_fix_panel_set2.png') no-repeat;
    top: 5px;
}

.fix_panel_light_theme .fix_phone:after {
    border-right: 1px solid #c3c3c3;
    box-shadow: 1px 1px 0px #fff;
}





#fix_panel .fix_phone:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0px;
    top: 0px;
}
#fix_panel .fix_links li{
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#fix_panel .link_lk a{
    height: 38px;

}
#fix_panel .fix_links {
    text-align: center;
    float:right;

    position:relative;

    cursor: pointer;

    line-height:31px;
    border-radius: 3px;
    margin-right: 20px;

}
/* my code */
#fix_panel .fix_links svg{
    font-size: 14pt;
    margin-right: 5px;
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

#fix_panel .fix_links a{
    padding:8px 5px 8px 5px;
    font: bolder 14px 'Verdana';
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


#fix_panel .fix_links p{
    border-left: 1px solid #bebebe;
    height: 33px;

}


#fix_panel .fix_links li:hover{
    background-color: #cdcdcd;
    color: #fff;
    border-left: 6px solid #1ea3d2;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}


/*
#fix_panel .fix_links #line:hover{
    background-color: #eeeeee;
    color: #d5d5d5;

    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
*/


#fix_panel .fix_links li:active{
    background-color: #b9b9b9;
    color: #fff;
    border-left: 6px solid #1ea3d2;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#fix_panel  li:hover .total-wl-cnt {
    background-color: #1ea3d2;
    color: #fff;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

#fix_panel .fix_links li:hover svg{

    color: #fff;

    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
#fix_panel .fix_links li:hover a{

    color: #fff;

    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}
/* end my code*/
#fix_panel .fix_links ul li {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    padding-right: 4px;
    height:32px;
    border-radius: 2px;
    border-left: 6px solid #eeeeee;
    top: 50%;
}

#fix_panel .fix_links ul li + li {
    margin-left: 5px;
}

#fix_panel .fix_links ul li .fp_img {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    top: 5px;
    margin-right: 1px;
}

#fix_panel .fix_links ul li img {
    position: absolute;
    transition: all 0.2s;
    left: 0px;
}

#fix_panel .fix_links ul li:hover img {
    left: -24px;
}

#fix_panel .fix_links ul li.link_custom :hover img {
    left: 0px;
}

#fix_panel .fix_links ul li.link_lk img {
    top: -24px;
}


#fix_panel .fix_links ul li.link_cart img {
    top: -73px;
}

#fix_panel .fix_links ul li.link_compare img {
    top: -49px;
}
#fix_panel .fix_links ul li.link_wishlist img {
    top: -138px;
}

#fix_panel .fix_links ul li.link_feedback img {
    top: -97px;
}

#fix_panel .fix_links ul li:hover a:after,
#fix_panel .fix_links ul li:focus a:after {
    background-position-x: -24px;
}

.fix_panel_light_theme .fix_links ul li a {
    font: bold 14px 'Verdana';
    color: #969696;
    display: inline-block;
    transition: all 0.2s;
}

.fix_panel_light_theme .fix_links ul li:hover a,
.fix_panel_light_theme .fix_links ul li:focus a {
    color: #000
}



#fix_panel .fix_social_links {
    float: right;
    padding: 0px 8px;
    position: relative;
}

.fix_panel_light_theme .fix_social_links {
    background: url('/image/data/light_fix_panel_bg.png') repeat-x;
}

#fix_panel .fix_social_links:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0px;
    top: 0px;
}

.fix_panel_light_theme .fix_social_links:after {
    box-shadow: -1px 1px 0px #fff;
}


#fix_panel .fix_social_links li {
    display: inline-block;
    position: relative;
}

.fix_panel_light_theme .fix_social_links li {
    padding: 9px 4px;
}



.fix_panel_light_theme .fix_social_links li a {
    display: block;
    width: 32px;
    height: 32px;
    background: url('/image/light_fix_panel_set2.png') no-repeat;
}

.fix_panel_light_theme .fix_social_links a.link_fb {
    background-position: -49px 0px;
}

.fix_panel_light_theme .fix_social_links a.link_vk {
    background-position: -49px -99px;
}

.fix_panel_light_theme .fix_social_links a.link_gp {
    background-position: -49px -35px;
}

.fix_panel_light_theme .fix_social_links a.link_tw {
    background-position: -49px -67px;
}

.fix_panel_light_theme .fix_social_links a.link_inst {
    background-position: -49px -131px;
}






@media screen and (max-width: 1024px) {
    .fix_panel_light_theme .fix_links ul li a {
        font: 13px/50px 'Verdana';
    }
}

@media screen and (max-width: 980px) {
    .fix_panel_light_theme .fix_links ul li a span.link_text {
        font-size:11px;
    }

    .fix_panel_light_theme .fix_viewed span {
        display: none;
    }

    .fix_panel_light_theme .fix_wishlist span {
        display: none;
    }

    #fix_panel .fix_links ul li {
        padding-right: 0;
    }
}

@media screen and (max-width: 860px) {
    .fix_panel_light_theme .fix_links ul li a span.link_text {
        display:none;
    }
}


@media screen and (max-width: 650px) {
    #fix_panel .fix_social_links {
        display: none;
    }

    #fix_panel .fix_links ul li + li {
        margin-left: 10px;
    }
}

@media screen and (max-width: 420px) {
    #fix_panel .fix_links ul li + li {
        margin-left: 5px;
    }

    .fix_panel_light_theme .fix_phone {
        padding: 0px 10px 0px 38px;
        font: bold 14px/50px 'Verdana';
    }
}

@media screen and (max-width: 490px) {
    #fix_panel .fix_links {
        float: right;
        margin-right: 0;
        width: calc(100% - 200px);
    }
    #fix_panel .fix_links ul li {
        width:20%;
    }
    #fix_panel .fix_links i {
        margin-right: 0;
    }

}

@media screen and (max-width: 390px) {
    #fix_panel .fix_links ul li + li, #fix_panel .fix_links ul li {
        margin: 0;
        padding: 0;
    }
    .fix_question span {
        display:none;
    }

    #fix_panel .fix_links {
        width: calc(100% - 80px);
    }

}

.headerContainer {
    padding-bottom: 60px;
}

.ordercheckb .fa {
    font-size: 20px;
    color: #a0a0a0;
}





.fix_panel_light_theme .fix_phone:after {
    border-right: 1px solid #c3c3c3;
    box-shadow: 1px 1px 0px #fff;
}

.total-wl-cnt {
    background-color: #1ea3d2;
    padding-bottom: 4px;
    min-width: 35px;
    display: inline-block;
    height: 20px;
    line-height: 25px;
    border-radius: 2px;
    color: #fff;
    font-weight: bolder;
}

@media screen and (max-width: 860px) {
    .total-wl-cnt {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 10px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        padding: 0;
        background-color: #1ea3d2;
    }
}


#line {
    font-size: 25px;
    padding: 0px !important;
    color: #d5d5d5;
    border: 0px !important;
    background-color: #eeeeee;
}

#fix_panel .fix_links li:hover #line {
    background:none;
    color: #cdcdcd;
}


#fix_panel .fix_links li:active #line {
    background-color: #b9b9b9;
    color: #b9b9b9;
}


.fix_panel_contact {
    position: fixed;
    left: 20px;
    bottom: 37px;
    width: 155px;
    height: 225px;
    background-color: #cdcdcd;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 5px 5px 0 0;

}

.fix_panel_contact .top_icons {
    margin-bottom: 12px;
    text-align: center;
}
.fix_panel_contact{
    padding-bottom: 15px;
}
.fix_panel_contact .row_icons a {
    width:98%;
    display:block;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    height:25px;
    padding-top: 6px;





    border-left: 4px solid transparent!important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.fix_panel_contact .row_icons a:hover {
    background-color:#c3c3c3;

    border-left: 4px solid #1ea3d2!important;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

.fix_panel_contact .top_icons a {
    display:inline-block;
    margin-right: 10px;
}

.fix_panel_contact .top_icons a img {
    width: 24px;
}

.box-wishlist .remove {
    cursor: pointer;
}

.fixpanel-no-total .total-wl-cnt {
    background-color: #9d9d9d !important;
}

.fixpanel-no-total .fa {
    color: #9d9d9d !important;
}


@media screen and (max-width: 510px) {
    #fix_panel .fix_links ul li + li {
        margin-left: 0;
    }
    #fix_panel .fix_links ul li {
        border-left: 6px solid #eeeeee;
    }
    #fix_panel .fix_links a {
        padding: 0;
        padding-top:7px;
    }
}

@media screen and (min-width: 600px) {
    #fix_panel .fix_links a {
        padding: 6px 5px 8px 5px;
    }
}


#line {
    display:inline;
    float:right;
}