/*
Custom CSS file
svs
*/

.svs_container_link{
	text-decoration:none !important;
}


/* Disable on WooCommerce PayPal Payments plugin: pay with card */

div[data-funding-source="card"] {
    display: none !important;
}
.paypal-button-number-1{
    display: none !important;
}


/*-------------------change title size-------------------*/
/*-------------------pc-------------------*/
@media (min-width: 992px) {
      .woocommerce-loop-product__title {
        font-size: 1em;
        line-height: 1.28572em;
        height: 2.57144em;
      }
    
    .woocommerce-loop-product__title {
      font-weight: 700;
      overflow: hidden;
      font-size: .857em;
      line-height: 1.167em;
      height: 2.334em;
      color: #0062bd;
    }
}
/*-------------------mobile-------------------*/
@media (max-width: 600px) {
      .woocommerce-loop-product__title {
        font-size: 1em;
        line-height: 1.28572em;
        height: 2.57144em;
      }
    
    .woocommerce-loop-product__title {
      font-weight: 700;
      overflow: hidden;
      font-size: .857em;
      line-height: 1.167em;
      height: 2.334em;
      color: #0062bd;
    }
}
/*-------------------------------------------------------*/


.page-numbers{
    padding:1px !important;
}
.page-numbers.current{
    padding:1px !important;
}


/*
//Hide Downloads Link
.woocommerce-MyAccount-navigation-link--downloads
//Redirect Downloads Page
https://woo.delis-trade.gr/my-account/downloads/
*/
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/* Disable Επεξεργασία Διεύθυνσης */
.woocommerce-Address > header > a{
    display: none;
}



/* Disable Επεξεργασία Ονομάτων: https://woo.delis-trade.gr/my-account/edit-account/ */
form.woocommerce-EditAccountForm > p.woocommerce-form-row--first{
    display: none;
}
form.woocommerce-EditAccountForm > p.woocommerce-form-row--last{
    display: none;
}

/* Change size of Quantity Box */
.woocommerce .quantity .input-text.qty.text {
width: 70px;
/*height: 36px;*/
/*padding: 5px;*/
}

.onsale{
    padding-left: 7px !important;
    padding-right: 7px !important;
    background-color: rgb(252,175,69) !important;
}


/*	div.svs-woo-products ul.products{	*/
ul.products{
	float:none;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:center;
	align-items: flex-end;
}

.woocommerce a{
	text-decoration:none !important;
}



/*Αλλαγή στο κάτω μέρος της σελίδας σε Μπλε σκούρο*/
.post-edit-link{
    color: rgb(0,4,215) !important;
}

label[for=adminbar-search]
{
    color: white !important;
}

.zak-footer-col .widget ul a
{
    color: black !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a
{
    color: black !important;
}


/*
.woocommerce-Price-amount{
    
}
*/

/* Disable Επεξεργασία Email Διεύθυνσης: https://woo.delis-trade.gr/my-account/edit-account/ */
/*
form.woocommerce-EditAccountForm > p.woocommerce-form-row--wide{
    display: none;
}
*/

