/* ------------------------------------------------------------------------ */
/* Header 
/* ------------------------------------------------------------------------ */
#general-alert{
    text-align: center;
    background: #040404;
    color: #FFF;
    padding: 10px 0;
}
.logo img {
    width: 130px;
}
.header-v1 #account-btn {
    float: right;
    margin: 0 0 0 20px;
}
.header-v1 #shopping-btn, .header-v1 #account-btn, .header-v1 #search-btn{
	width: 20px;
	font-size: 20px;
}
.header-v1 #navigation > ul > li > a{
	cursor: pointer;
}
.full-image img{
	width:100%;
}
.no-bottom-margin{
	margin-bottom:0 !important;
}
/*-----------------------------------------------------------------------------------*/
/* Mega Menu
/*-----------------------------------------------------------------------------------*/
.header-v1 #navigation > ul > li > a {
    text-transform: uppercase;
}
#navigation > ul > li.megamenu > ul.sub-menu {
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	max-width: 560px;
	left: auto;
	right: auto;
}
#navigation > ul > li.megamenu > ul > li > a.sf-with-ul{
	display: none;
}
#navigation > ul > li.megamenu ul li a{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/
/* General Elements
/*-----------------------------------------------------------------------------------*/
ul.no-list{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: inline-block;
}
ul.inline-list li{
	float: left;
	margin-right: 15px;
}
ul.right-list{
	float: right;
	width: auto;
}
.small{
	font-size: 13px;
}
input[type="submit"], 
a.button.color-5,
button.single_add_to_cart_button,
.woocommerce a.button, 
.woocommerce input[type="submit"], 
.woocommerce button,
.woocommerce .woocommerce-message a.button:hover{
    background-color: #040404;
	border-width: 0;
	transition: background-color 0.5s ease;
}
input[type="submit"]:hover, 
a.button.color-5:hover,
button.single_add_to_cart_button:hover,
.woocommerce a.button:hover, 
.woocommerce input[type="submit"]:hover, 
.woocommerce button:hover{
	background-color:#444444;
}
/*-----------------------------------------------------------------------------------*/
/* Sections
/*-----------------------------------------------------------------------------------*/
.classic-heading{
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.internactive-image{
	background-color:#e0ae89;
	margin-bottom: 10px;
}
.interactive-box .wpb_wrapper:hover > .internactive-image img{
	opacity: 0.8;
}
.internactive-image:hover img{
	opacity: 0.8;
}
.wpb_row.half_margin, .wpb_content_element.half_margin, .wpb_button.half_margin {
    margin-bottom: 20px;
}
.wpb_row.third_margin, .wpb_content_element.third_margin, .wpb_button.third_margin {
    margin-bottom: 25px;
}
.shop-box{
	text-align: center;
}
.shop-box h3{
	margin-bottom: 10px;
}
.shop-box a{
	text-transform: uppercase;
	text-decoration: underline;
}
.categories-row a{
	text-transform: uppercase;
	font-size: 18px;
}
/*-----------------------------------------------------------------------------------*/
/* Woocommerce Shop Category
/*-----------------------------------------------------------------------------------*/
.products h2.woocommerce-loop-product__title,
.products li .price{
	font-size: 15px;
	margin-bottom: 10px;
}
.woocommerce .page-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.products li{
	width: 20%;
}
.products li img.attachment-woocommerce_thumbnail{
	/*height: 200px;
	width: auto;*/
	margin-left: auto;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
}
/*-----------------------------------------------------------------------------------*/
/* Single Product
/*-----------------------------------------------------------------------------------*/
.product h1 {
    font-size: 1.6875em;
}
.product .price {
    font-size: 1.25em;
    color: #3d4246;
    font-weight: normal;
}
.product .product_meta{
	display: none;
}
.woocommerce-tabs{
	border-width: 0;
}
.woocommerce-tabs > ul{
	display: none;
}
.woocommerce-tabs .panel {
    background: #fff;
    padding: 0 0 15px;
    border-width: 0;
}
.social-sharing {
    display: flex;
}
.social-sharing a {
    margin-right: 5px;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 1;
	display: inline-block;
	width: auto;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 2px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border: 1px solid rgba(0,0,0,0);
}
.social-sharing a:hover{
	border: 1px solid #e6e6e6;
	color:#3d4246;
}
.social-sharing .icon {
    vertical-align: middle;
    width: 16px;
    height: 16px;
	margin-right: 4px;
	display: inline-block;
}
.social-sharing .share-title {
    display: inline-block;
	vertical-align: middle;
}
.related.products {
    margin: 0;
    padding: 0;
}
.related.products h2:not(.woocommerce-loop-product__title){
	text-align: center;
	margin-bottom: 40px;
}
.related.products .woocommerce-loop-product__title{
	text-align: center;
}
.related.products span.price{
	text-align: center;
}

#learn-more-modal-content {
    width: calc(100% - 80px);
    padding: 40px;
}
#payments-table-layout table{
	width:100%;
}
/*-----------------------------------------------------------------------------------*/
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer .widget h3{
	font-weight: bold;
}
#footer .widget ul li{
	border-bottom-width:0;
	padding: 0 0 5px 0;
}
#footer .widget ul li::after{
	content: "";
}
#footer .widget ul li a:not([href]):hover{
	color:inherit;
}
#footer  .gform_wrapper p{
	margin-bottom: 0;
}
body #footer .gform_wrapper .top_label div.ginput_container{
	margin-top: 0;
}
#footer .gform_wrapper input[type="text"]{
	margin: 0;
	width: 100%;
	border: 1px solid #E0AE89;
	padding: 8px 15px;
}
#footer .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}
#footer .gform_wrapper input[type="submit"]{
	width: 100%;
}
#copyright {
    border-top: 1px #E5E5E5 solid;
    padding: 20px 0;
}

/*-----------------------------------------------------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------------------------------------------------*/

.mobile-only{
	display:none !important;
}

@media only screen and (max-width: 959px){
	.mobile-double-section .vc_col-sm-2{
		width: 50%;
		float: left;
	}
	.mobile-double-section .vc_col-sm-3{
		width:25%;
		float:left;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.mobile-double-section .vc_col-sm-3 a{
		font-size:12px;
	}
	.mobile-only{
		display:block !important;
	}
	.desktop-only{
		display:none !important;
	}
	.mobile-double-section .columns-5 .products li {
    	width: 50% !important;
	}
}