ul.plenishop_contact {
    display: table-cell;
    list-style: none;
    margin: 0;
}

ul.plenishop_contact .item {
    display: flex;
}

ul.plenishop_contact .item .image .cicon  {
    width: 18px;
    margin-top: 4px;
}

ul.plenishop_contact .item .text  {
    margin-left: 5px;
}

ul.plenishop_socialinks {
    list-style: none;
    margin: 0;
}

ul.plenishop_socialinks li {
    display: inline-block;
    margin-left: 5px;
}

ul.plenishop_socialinks li .svgicon {
    width: 30px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float .svgicon{
	fill: #ffffff;
    width: 40px;
    margin-top:10px;
}
.float .svgicon:hover{
	fill: #25d366;
}
.float:hover {
	text-decoration: none;
	fill: #25d366;
    background-color:#fff;
}
a.xoo-wsc-ft-btn.xoo-wsc-chkt {
    display: none;
}

.sbutton {
    display: inline-block;
    border-radius: 100px;
    position: relative;
    background: #F0F0F0;
}
.sbutton span svg {
    margin: 8px 11px 1px 6px;
}
   
.sbutton:hover {
    cursor: pointer;
}
   
.smenu {
     background: #fff;
     border: 1px solid #ccc;
     border-radius: 3px;
     left: 50px;
     margin: 0;
     opacity: 0;
     padding: 0;
     position: absolute;
     top: 0px;
     width: 130px;
     -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
     -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
     transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}
   
.smenu:before {
     background-color: #FFF;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    top: 3px;
    content: '';
    display: inline-block;
    height: 10px;
    left: -6px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(313deg);
    -moz-transform: rotate(313deg);
    -ms-transform: rotate(313deg);
    transform: rotate(313deg)
}
   
.smenu li {
     list-style-type: none;
     margin: 0;
     padding: 7px 1px 0px 5px;
     width: 30px;
     display: inline-block;
}
   
.smenu li:hover {
     background-color: #FAFAFA;
}
 
.smenu li:last-child {
     border-bottom: none;
}
   
.smenu li:hover a {
     color:#fff !important;
}
   
.smenu.share {
     opacity: 1;
     left: 48px;
}
@media (min-width: 768px) {
    form.woocommerce-cart-form {
    width: 60%;
    float: left;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 40%;
    float: right;
    }
    .woocommerce .cart-collaterals .carttotals, .woocommerce-page .cart-collaterals .carttotals {
    float: none;
    width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        width: 95%;
    }
}
    