/* Enter Your Custom CSS Here */
#snippet-box { display: none !important; }
.sys-cart-custom { display: none !important; }

.x-close-content-dock span {
    color: #59ad0a !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    z-index: 99999;
    top: 23px;
    position: absolute;
    font-size: 25px;
    right: 10px;
}

@media screen and (max-width: 980px) {
.sys-cart-custom { display: inline-block  !important; }
}

.woocommerce li.product .entry-header .button, 
.woocommerce-page li.product .entry-header .button {
   position: relative;
   margin-top: 10px;
   display: block;
   top: auto;
   left: auto;
   opacity: 1;
}

.x-topbar .p-info {
    float: left;
    margin: 13px 0 0;
    font-size: 150%;
    line-height: 1.3;
    color: #b7b7b7;
}