/*
 Theme Name:   Flatsome Child
 Theme URI:    http://flatsome.uxthemes.com/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     flatsome
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kiwikrane-child
*/

/*************** 
All custom CSS should be added to Theme Options > Custom CSS,
or in the style.css of a Child Theme.
***************/
/*.box-image {height:240px;overflow:hidden;border:1px solid grey;}*/
.box:hover {box-shadow: 0 0 5px #444;}
.flickity-slider {margin-top: 5px;}
.product-title{height: 56px;}
.logo-left .logo {margin-right: 0px;}

.box-image img {width: auto;}
.box-image {text-align: center;}

.product-category .box-image {height: 247px;margin: 0;position: relative;}
.product-category .box-image img {position: absolute;top: 50%;margin: auto;max-width: 100%;height: auto;transform:translateY(-50%);left:0;right:0;}
.product-category .box-image div {position: absolute;top: 50%;margin: auto;max-width: 100%;height: auto;transform:translateY(-50%);left:0;right:0;}
.product-category .box-text {background-color:#DDD;}

@media screen and (min-width: 850px) {
	#addresses .shipping_address {width:30%;margin:1%;padding:10px;float:left;border:1px solid #ccc;}
	#address_form .form-row{clear:both;}
}

.section-title-bold-center b{height:3px;opacity:1;background-color:#bbb;}
.section-title-bold-center .section-title-main {background-color:#ddd;}
.byline{display:none;}
html {
	background-color: transparent;
}
body.page-template-black_and_white {
	background-image: none;
}

.adv {


	border: gray solid;
}

.left-side, .right-side {
	position: fixed;
	top: 0px;
	width: 200px;
}

.left-side {
	left: 0px;
}

.right-side {
	right: 0px;
}

@media screen and (max-width: 1600px){
	.left-side, .right-side { display: none; }
}

.badge-container .onsale {
	width: 60px;
	height: 60px;
    display: block;
    border: solid;
    text-align: center;
    background: red;
    border-radius: 50%;
    color: white;
	text-transform: uppercase;
    line-height: 18px;
    padding: 10px 8px 4px 8px;
}

.tagged_as {display: none !important;}
