/* 
 Theme Name:     Splet99 shop
 Author:         Splet99
 Author URI:     https://www.splet99.net/
 Template:       Divi
 Version:        v1.0
 Description:   Woocommerce Child Theme
 Wordpress Version: 4.9.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/****************************** CART ******************************/



/*** PRODUCT ADDED TO CART NOTIFICATION BAR BACKGROUND COLOR ****/
.woocommerce-message {background: #f44336 !important;}

/****************************** CART END ******************************/



/****************************** DIVI ******************************/

/*** SHOW SOCIAL ICONS ON MOBILE ***/
@media only screen and (max-width: 767px) {
    div#et-secondary-menu { 
		display: block !important; 
		margin-top: 0px !important;
		padding-top: .75em;
	} 
	#et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
		display: block;
		padding-bottom: .75em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
	div#et-secondary-menu { 
		display: block !important; 
		padding-top: .75em; 
    } 
}

/*** DROPDOWN MENU ALIGN TO RIGHT ***/ 
.nav li ul {
right: 0!important;
}

/*** ZBRIŠI TOP MENU CART ***/
.et-cart-info {display:none;}

/****************************** DIVI END ******************************/



/****************************** SHOP ******************************/

/*** VAT SUFFIX ***/ 
.woocommerce-price-suffix {color: #9a9a9a; font-size: 12px;}

/*** SHOP PRODUCT COUNT YELLOW BACKGROUND ***/
.count {background-color: white !important;
color: #03C39A !important;}

/* *********** SHOP SALE BADGE COLOR *********** */
.woocommerce span.onsale {
  background-color: #03C39A !important;
}

/*** SHOP IMAGE***/
.attachment-shop_catalog {border: solid 1px #ccc !important;}
.et_shop_image:hover {
border-left: solid 0px #ccc;
border-right: solid 0px #ccc;
border-top: solid 0px #ccc;
-webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
}

/*** SHOP TITLE ***/
/*
.woocommerce-loop-product__title {
color: #444;
font-size: 18px !important;
}
*/

/*** CATEGORY TITLE ***/
/*
.woocommerce-loop-category__title {
color: #444;
font-size: 18px !important;
}*/

/*** SHOP PRICE ***//*
.woocommerce ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price, 
.woocommerce-page ul.products li.product .price del h2{
color: #03C39A !important;;
    font-size: 20px;
    font-weight: 800 !important;
}
*/

/*** SHOP PRODUCT ZOOM ***/
.et_overlay {
display:none;
}
.et_portfolio_image, .et_shop_image  {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.et_portfolio_image:hover, .et_shop_image:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
	border-radius: 30px;
}


/*** RELATED REMOVE ADD TO CART BUTTON ***/
.et_pb_atc_button {display: none !important;}

/****************************** SHOP END ******************************/



/****************************** MENU CART PRO ******************************/
/*** MENU CART PLUGIN KLJUKICA BEDNA ***/ 
.wpmenucart-contents::after {display:none !important;}

/*** MENU CART PLUGIN SUBMENU ***/ 
.sub-menu  {width: 260px !important;}

/*** MENU CART PLUGIN BACKGROUND AND COLOR ***/ 
.wpmenucart-contents {
background: #03C39A;
padding:10px !important;
color: white !important;
}

/*** DROPDOWN CART MENU HOVER COLORS (assign in menu pro plugin options) ***/ 
.dmp4 {border-left: 5px solid #fff !important;}
.dmp4:hover {border-left: 5px solid #03C39A !important;}
.dmp5:hover {background: #fff !important;}
.wpmenucart-product-name:hover {color: black !important;}

/*** YITH BADGE NOT APPEARING IN MENU CART ***/ 
.wpmenucart .yith-wcbm-css-text {display:none !important;}

/****************************** MENU CART PRO END ******************************/



/****************************** WOOCOMMERCE ******************************/

/*** H1 TITLE DISABLE ***/ 
.main_title {display:none !important;}

/*** FIX COUPON BUTTON ON MOBILE ***/
@media only screen and (max-width: 500px) {
.woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button  {
width: 100%;}
}

/***  THANK YOU FOR YUR ORDER BIGGER FONT ***/
.woocommerce-notice {
font-weight: strong !important;
font-size:22px !important;
}

/*** ORDER SUMMARY TOP PADDING ***/
.wc-bacs-bank-details-heading {
padding-top:50px !important;
}

/*** BANK DETAILS LARGER ***/
.wc-bacs-bank-details {
font-weight: strong !important;
font-size:16px !important;
}

/* PAYMENT YOUR ORDER PADDING TOP*/ 
#order_review_heading {
padding-top:50px !important;
}

/****************************** WOOCOMMERCE END ******************************/








