/*
Theme Name: Roseta Plus Child
Theme URI: http://www.cryoutcreations.eu/
Description: Roseta Plus base child theme - use for your theme customizations
Author: Cryout Creations
Author URI: http://www.cryoutcreations.eu
Version: 0.5
Template: roseta-plus
*/

/* place your custom css and customizations below */
/* change colour and size of Package Options text on product page - KK */ 
.variations td  {
	color:#515151;
	background-color:white !important;
	font-size: inherit;
    font-weight: inherit;
}
 
.variations label{
	padding-top:0 !important;
	padding-bottom: 10px
}

/* move slider text down*/
.seriousslider-caption {
    top: 75%!important;
}

.seriousslider-caption-title{
	line-height: 1.2 !important;
}



@media (max-width: 800px){
.seriousslider-inner > .item img.item-image {
    max-width: 150% !important;
} 
}

@media (max-width: 640px){
.seriousslider-inner > .item img.item-image {
    max-width: 250% !important;
} 
}
/* hide sku on product*/
span.sku_wrapper {
	display:none;
}

/* hide tabs on product*/
.wc-tabs {
	display:none;
}
/* hide tabel of atributes on product*/

table.woocommerce-product-attributes {
	display:none;
}

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f07a" !important;
    font-size: 30px;
    color: #f26124;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
    color: #fff;
    background: transparent; 
    font-weight: bold;
    border-radius: 50%;
    padding: 1px 6px;
    line-height: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: top;
    height: 39px; 
    width: 27px;
    transform: translateY(-105%) translateX(25%); 
    font-size: 12px;
	text-align:center;
}

/* # END*** WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */


/* extra space between slider and boxes*/
div.lp-boxes-outside.lp-boxes-margins{
	padding-top:10em ;
}

.beautiful {
	font-family: 'Satisfy' ;
	text-transform: capitalize;
}

.woocommerce-product-details__short-description h3{
	font-family: 'Satisfy' !important;
	text-transform: capitalize!important;
}

img.beautiful {
	vertical-align: middle;
}

a.show_giftwrap{
	font-family: Alegreya Sans;
	font-weight:600;
	float: right;
    width: 48%;
    background-color: #68a303;
    color: #FFFFFF!important;
    line-height: 2;
	text-transform:uppercase;
	text-align:center;
		clear:both;
}
div.giftwrap_header_wrapper {
	
}

/* products in 2 columns on small mobile*/
@media only screen and (max-width: 480px)
{
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
}
}
