/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% .25%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.93%;
}
.span_2_of_4 {
	width: 49.87%;
}
.span_1_of_4 {
	width: 24.81%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
}

/* change products image scale on hover */
#product-img img {border:2px solid #212121;border-radius:4px;}
#product-img img:hover {border:2px solid #bfaf7e;}
#product-img {
   -webkit-transition: all .5s;
   -moz-transition: all .5s;
   transition: all .5s; 
opacity:1;
}
#product-img:hover {
    -webkit-transform:scale(1.5); /* Safari and Chrome */
    -moz-transform:scale(1.5); /* Firefox */
    -ms-transform:scale(1.5); /* IE 9 */
    -o-transform:scale(1.5); /* Opera */
    transform:scale(1.5);
    opacity:1;
 display: block;
    position: relative;
    z-index: 100000;
}
#product-txt {
text-align:center;
font-size:20px;
margin-top:10px;
}
#product-txt a {color:#FFFFFF;}
#product-txt a:hover {color:#bfaf7e;}

span.stars span {
    color: #F7F368 !important;
}

h1.h-landmark {
color: #ffffff;
}

#rev-container .x-container.width {width:100% !important;}


.x-main.full:after {
content:url('https://www.lebonsweets.com/wp-content/uploads/Lebon-Sweets-Logo-Background-Small.png'); 
  position:absolute;
  right: -160px;
  top:170px;
}

.x-main.full:before {
content:url('https://www.lebonsweets.com/wp-content/uploads/Lebon-Sweets-Logo-Background-Small.png'); 
  position:absolute;
  left:-160px;
  top:170px;
}
