.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

body.admin-bar .sticky {
  top: 32px;
}

.x-navbar-wrap.sticky{background: #fff}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/*.sticky + .content {
  padding-top: 60px;
}*/

.x-container.width.offset .x-main.full{max-width: 100%;}

.woocommerce-product-icons{    width: 100%;
    display: flex;
    flex-direction: column;
    flex-direction: row;
        flex-flow: row wrap;
    padding: 0;}
.woocommerce-product-icons img{
	width: 15%;
	padding: 1.5%;
	background-clip: content-box;
	object-fit: contain;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    color: #FFF!important;
}


div.product .woocommerce-tabs {
   
    margin-top: 35px !important;
}
.x-tab-content .x-tab-pane {
    padding: 1% 4% !important;
}
.x-nav-tabs.one-up>li {
    display: none !important; 
}


