/*
Theme Name: The Retailer Child Theme
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.0
*/

@import url("../theretailer/style.css");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Palanquin);
/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

html,body{

}


.amount{
	font-size: 110% !important;
}

.product_item .image_container{
	max-width: 250px !important;
	max-height: 400px;
	display: block;
	margin: 0 auto;
}

.products{
	margin: 0 !important;
}

/*.product_item{
	width: 33.333%;
}
*/
.entry-content .product_item p.product-title, .product_item p.product-title{
	margin-top: 15px;
}


.floating-sidebar{
	position: absolute;
	padding-right: 60px;
	width: 300px;
	top: 0;
}

.floating-left{
	right: 100%;
}

.floating-right{
	left: 100%;
}

.product_title.entry-title, p.price{
	text-transform: uppercase !important;
}

.font-lato{
	font-family: 'Lato', sans-serif !important;
}

.font-lato h2{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 15px;
}

.first-navigation ul ul, .secondary-navigation ul ul{
	border: 0 !important;
	padding: 10px;
	font-family: 'Lato', sans-serif !important;
}

.sf-menu li li a:hover{
	background: #fff !important;
}

.bootstrap{
	font-family: 'Lato', sans-serif !important;
}

.bootstrap h1.entry-title{
	font-size: 30px;
	font-weight: 300;
	font-family: 'Lato', sans-serif !important;
	margin-bottom: 40px;
}

.bootstrap label{
	font-weight: 400;
	font-size: 14px;
}

.bootstrap .form-group{
	margin-bottom: 25px;
}

.no-radius{
	border-radius: 0 !important;
}

.border-black{
	border-color: #000;
}

.bootstrap p{
	line-height: 1.5;
	font-weight: 300;
	font-size: 16px;
}

form input[type=submit]{
	padding: 20px 70px;
	font-size: 18px !important;
	font-weight: 400;
	font-family: 'Lato', sans-serif !important;
}

div.cart-dropdown{
	display: none;
	position: absolute;
	top: 60%;
	right: 0;
	width: 280px;
	background: #fff;
	padding: 15px;
	font-size: 12px;
	z-index: 1000;
}

div.cart-dropdown .table>tbody>tr>td{
	padding: 5px 0px;
	border: 0;
	font-size: 12px;
}

.main-navigation ul li:hover > div.cart-dropdown{
	display: block;
}

.btn-border-black{
	border: solid 1px #000;
}

.btn-no-radius{
	border-radius: 0;
}

.share-this{
	font-family: 'Lato', sans-serif !important;
	text-align: center;
	margin-top: 50px;
}

.share-this h4{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

.share-this ul{
	text-align: center;
}

.share-this ul li{
	display: inline-block;
	font-size: 14px;
	margin: 0 10px;
}

.share-this a{
	display: table-cell;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	border-radius: 25px;
	background: #fff;
	color: #000;
	border: solid 1px #000;
}

.sf-menu li li a:hover{
	background: transparent !important;
	color: #000 !important;
}

.loop_products_thumbnail_img_wrapper > img{
	max-width: 100% !important;
}

.site-header-sticky .gbtr_logo img{
	max-height: 20px;
}

.woocommerce img, .woocommerce-page img{
	max-width: 100% !important;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover{
	border-radius: 0 !important;
}

.input-group{
	z-index: 0 !important;
}

.gbtr_footer_wrapper{
	background: #fff !important;
}

.main-navigation ul li.menu-item-has-children ul a{
	line-height: 2;
	padding: 0;
}

.main-navigation ul li.menu-item-has-children ul a:after{
	top: .6em;
}

.single_add_to_cart_button{
	max-height: inherit;
}

.out-of-stock{
	text-align: center;
	padding: 5px 0;
	background-color: red;
	color: #fff;
	margin-bottom: 15px;
}

.in-stock{
	text-align: center;
	padding: 5px 0;
	margin-bottom: 15px;
	background-color: #ccc;
	color: #fff;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/

@media(min-width: 320px){
	.small-screen{
		position: relative;
		display: block;
	}
	.big-screen{
		position: relative;
		display: none;
	}
	.customSelectInner{
		height: 30px !important;
	}

	.custom-product{
		min-height: 300px;
	}

	.listing_products .woocommerce-currency-switcher-form{
		float: none;
		margin-bottom: 15px;
	}

	.listing_products .woocommerce-currency-switcher-form .dd-selected{
		padding: 0 5px !important;
	}

	.listing_products .dd-selected small{
		display: none;
		padding: 0 10px;
	}

	.listing_products .dd-selected label{
		padding-bottom: 0;
	}

	.listing_products .dd-selected a{
		background-color: transparent;
	}

	.listing_products .dd-select{
		border: solid 1px !important;
		background: transparent !important;
		border-radius: 0 !important;
	}

	.woocommerce-ordering select{
		border: solid 1px !important;
		margin-bottom: 15px;
	}
}

@media(min-width: 1200px){
	.listing_products .woocommerce-currency-switcher-form{
		float: right;
	}

	.listing_products .woocommerce-currency-switcher-form .dd-selected{
		padding: 0 15px !important;
	}

	.listing_products .dd-selected small{
		display: none;
		padding: 0 10px;
	}

	.listing_products .dd-selected label{
		padding-bottom: 0;
	}

	.listing_products .dd-selected a{
		background-color: transparent;
		border: 0;
	}

	.listing_products .dd-select{
		border: 0 !important;
		background: transparent !important;
	}

	.single-item .dd-container{
		margin: 0 auto;
	}

	.single-item .dd-selected small{
		display: none;
		padding: 0 10px;
	}

	.single-item .dd-selected label{
		padding-bottom: 0;
	}
}

@media(min-width: 320px){
	.lSSlideWrapper,
	.lSSlideWrapper .lslide{
		height: 600px !important;
	}
}

@media(min-width: 768px){
	.lSSlideWrapper{
	}	
}

@media(min-width: 1600px){
	.small-screen{
		position: relative;
		display: none;
	}
	.big-screen{
		position: relative;
		display: block
	}

	.lSSlideWrapper{
	}
}

@media only screen and (max-width: 719px){
	.gbtr_widgets_footer_wrapper {
	    display: block;
	}
	.trigger-footer-widget-area{
		display: none;
	}
	.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message {
	    margin: 0 !important;
	    padding-top: 10px !important;
	    padding-bottom: 10px !important;
	    font-size: 12px !important;
	}
}

@media(max-width: 414px){
	.lSSlideOuter.vertical .lSGallery{
		display: none;
	}
	.lSSlideOuter.vertical{
		padding-right: 0 !important;
	}

	table.table-responsive td{
		display: block;
		width: 100%;
	}
}