
/* Bottles DIV hot fix for alignment*/
.gg-shop-style2 .col-md-9 .products .product.col-md-4 .gg-product-image-wrapper,
.gg-shop-style2 .col-md-9 .products .product.col-md-3 .gg-product-image-wrapper {
    padding: 25px;
    height: 350px;
    display: table-cell;
    vertical-align: bottom;
}

/* Image hot fix alignment*/
ul.products .product img {
    max-height: 300px;
    max-width: 130px;
    width: auto;
}
/* Changing bottles title size and alignment*/
.woocommerce-loop-product__title {
  min-height: 80px;
  text-align: left;
}
/* Changing price font size*/
.woocommerce-Price-amount.amount {
  font-size: 20px;
}
/* Removed top padding from the button in /all */
.gg-shop-style2 .products .product .gg-product-meta-wrapper .add_to_cart_button {
  margin-top: 0px;
}
/* Removing Grey border from images in cataloge*/
ul.products .product .gg-product-image-wrapper {
  background: #fff;
}
/* Added background image at /all category*/
body.post-type-archive header.site-header .page-meta {
  background-image: url(http://aioloswines.converge.gr/wp-content/uploads/2017/11/KRASIA.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* Removing bottom padding */
#etairia-istoria,
#etairia-infoblock {
  padding-bottom: 0px;
}

/* Removing the bottom space from the icons on hover */
.staffhov  img.alignnone, .alignnone {
  margin: 0 auto;
}
/* Line Height - Gallrey Hover Box */
.staffhov {
  line-height: 1.3;
}

/* Diveder - About Aiolos */
.container .entry-content .aiolos-divider,
.container .entry-content .heading-1-aiolos {
  padding: 1% 0 1%;
}

/* Omada Aiolos */
.container .entry-content .omada-list {
  padding-top: 50px;
}

/* Omada Aiolos headers*/
.omada-list h1, .omada-list h3 {
  font-family: 'cf_din_stdregular'!important;
  font-size: 16px;
  color: black;
  font-weight: 600;
}

/* Omada Aiolos - List Styling */
.omada-list ul {
  list-style: none;
  padding-left: 0;
  color: #4d4d4d;
  line-height: 1.4;
}
.etairia-twocols ul li{
  font-size: 16px;
  font-weight: 400;
}
.etairia-twocols ul li a:hover {
  color: #4d4d4d;
}
.etairia-twocols ul li.light-li {
  font-weight: 600;
  margin-bottom: 7px;
  font-size: 12px;
}
.widget_wpb_widget {
	padding-bottom: 10px;
}
.download-file i {
	margin-right: 10px;
}
.download-file span {
	display: inline-block;
  padding-top: 5px;
}

.products li.col-md-4.product.enprimeurs:before,
.woocommerce div.product.enprimeurs div.images.woocommerce-product-gallery:before {
    content: "";
    background: url('https://www.aioloswines.gr/wp-content/uploads/2018/07/ribbon-en-primeur.png') no-repeat 0 0;
    background-size: 70px;
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    z-index: 1;
    pointer-events: none;
}

.woocommerce div.product.enprimeurs div.images.woocommerce-product-gallery:before {
  left: calc(20% - 3px);
}

@media (max-width: 480px){
.page-template-contact div.wpb_wrapper p {
  color: #000000;
}