/*
Theme Name: Shopy Child Theme
Author: SpoonThemes
Theme URI: http://themeforest.net/user/spoonthemes
Author URI: http://themeforest.net/user/spoonthemes
License: GPL 2.0
Template: shopy
License URI: license.txt
Description:  Responsive AJAX WooCommerce Theme
Version: 1.0
Tags: light
*/

body, html {
    color: #797979;
}

.wg-default {
    left: 20%;
    right: unset;
}

/* Cookie bar */
.cc-color-override-616569718.cc-window {
    box-shadow: 0 0 14px 0 rgba(50, 50, 50, 0.25);
}

/* Hide Google recaptcha badge */
.grecaptcha-badge { 
    visibility: hidden;
}

/* AGE VERTIFICATION */

.age-gate {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 20vh auto 0;
    left: 50%;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}

.age-gate-heading {
    display: none;
}

.form-block {
    margin: 0;
    padding: 30px 15px;
}

.form-block--image {
    background-image: url('images/age-image.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.age-gate-form h1, .age-gate-form h2 {
    color: #bc9f6a;
}

.age-gate-subheading {
    color: #4f4f4f !important;
}

.form-block__logo {
    width: 50%;
    max-width: 150px;
}

.form-block__title {
    font-weight: bold;
    font-size: 25px;
    margin-top: 40px;
    display: none;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    color: #bc9f6a;
}

.form-block__subtitle {
    font-weight: bold;
    font-size: 20px;
    display: none;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    color: #bc9f6a;
}

.age-gate-subheading {
    font-weight: 700;
    font-size: 25px;
}

.age-gate-challenge {
    font-size: 12px;
    line-height: 20px;
}

.age-gate-submit-yes {
    width: 100%;
    background-color: #51dd88;
    padding: 7px;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
}

.age-gate-submit-no {
    width: 100%;
    background-color: #e6415e;
    padding: 7px;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.age-or-container {
    margin: 15px 0;
    width: 100%;
    display: flex;
    text-align: center;
}

.age-hr {
    width: 90px;
    border-top: 1px solid #c8c8c8;
    border-bottom: none;
    margin: 20px 12px;
    display: inline-block;
    vertical-align: middle;
}

.age-or {
    color: #9a9a9a;
    font-size: 13px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

/* NAVBAR */
.big-nav {
    background-color: #282828;
    position: relative;
}

body .navigation .nav.navbar-nav > li > a {
    color: white;
    font-size: 16px;
}

.navbar-nav .dropdown-menu li {
	margin-left: 0;
}
/* Turn off link of parent items that is not a link */
.navbar-nav .menu-item-32576:hover > a {
	cursor: default;
	color: #fff !important;
}
.new-products-home .product_list_widget li a img.attachment-woocommerce_thumbnail {
	display: inline-block;
}
header {
    padding: 15px 0;
}

.header-title-container {
	margin: 90px auto 70px auto;
	display: inline-block;
}

@media screen and (min-width: 764px) {
	.header-title-container {
		margin: 40px auto 70px auto;
	}
}

.big-nav .nav.navbar-nav > li > a, .left-logo-nav .nav.navbar-nav > li > a {
    padding: 20px 12px;
}

.navbar-toggle {
    color: white !important;
}

.fa-shopping-bag {
    color: white;
}

header.sticky_nav {
    background-color: #282828;
    z-index: 1001;
}

.page-title {
    display: none;
}

.responsive-nav {
    background-color: #282828;
}

a.glink {
    display: block;
}

a.glink:first-child {
    margin-bottom: 10px;
}

/* HEADER */

.logo {
    width: 190px;
}

.header-container {
    background-image: url('images/header-image.jpg');
    background-size: cover;
    padding-top: 24%;
    min-height: 300px;
    position: relative;
}

.header-text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 650px;
    padding: 0 20px;
}

.header-big-title {
    color: #BC9F6A;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.header-small-title {
    color: #BC9F6A;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.header-text {
    color: white;
    font-size: 17px;
    width: 100%;
    margin-top: 20px;
    display: none;
}

.header-category-description {
    word-wrap: break-word;
}

/* HOME */
.home-btn-wrapper {
    text-align: center;
    margin: 5% 0 2% 0;
}
.home-btn-wrapper {
	margin-top: 35px;
	margin-bottom: 40px;
}

.home-btn {
    background-color: white !important;
    border: 2px solid #808080;
    padding: 8px 35px !important;
    color: #808080 !important;
    font-weight: bold;
    font-size: 15px;
    transition: 0.4s;
}

.home-btn:hover {
    color: white !important;
    background-color: #808080 !important;
}

/* FILTERS */
.woof_container_inner > h4 {
    color: #606060;
    font-size: 20px;
}

.woof_container {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
    margin-bottom: 0;
}

.woof_front_toggle {
    padding: 0 0 0 10px;
    margin-right: -10px;
}

.woof_front_toggle_closed {
    visibility: hidden;
}

.woof_front_toggle_closed::before {
    content: '+';
    visibility: visible;
}

.woof_front_toggle_opened {
    visibility: hidden;
}

.woof_front_toggle_opened::before {
    content: '-';
    visibility: visible;
}

.woof_list_checkbox > li {
    overflow: hidden;
    width: 216px;
}

.woof_checkbox_term {
    padding: 0;
    margin: 0 !important;
    vertical-align: top;
}

.woof_list label {
    margin: -6px 0 0 10px;
    padding: 0;
    max-width: 80%;
    vertical-align: top;
}

.woof_block_html_items {
    margin-top: 20px;
}

/* Distillery list */
.distillery-list-container {
    margin-bottom: 30px;
}

.distillery-list-header {
    color: #2f2f2f;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.distillery-list-hr {
    margin: 0 0 15px 0;
    border-top: 1px solid #c8c8c8;
    border-bottom: 0;
}

.distillery-list-content {
    columns: 5;
}

.distillery-list-item {
    line-height: 35px;
    font-size: 18px;
    color: #656565;
}

/* Woocommerce */
.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 13px;
    width: 80%;
    margin-left: 25px;
}

.body-overlay {
    z-index: 1002;
}

.cart-panel {
    z-index: 1100;
}

#gtranslate_wrapper {
    z-index: 1050 !important;
    top: 50% !important;
    right: 0 !important;
    background: #c9c9c9;
    padding: 8px 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.product-media img {
    width: auto;
    max-height: 263px;
}

@media screen and (max-width: 1200px) {
    .product-media img {
        max-height: 213px;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    min-width: 200px;
}

.woocommerce-terms-and-conditions-link {
    font-weight: bold;
}

.woocommerce form .form-row .input-checkbox {
    margin: 0;
}

.out-of-stock, .in-stock {
    font-weight: bold;
}

.in-stock {
    color: #0099c2 !important;
}

.out-of-stock {
    color: #ba2513 !important;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    min-width: 200px;
}

.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.woocommerce-privacy-policy-link {
    font-weight: bold;
}

.pagination a.load-more {
    color: #BC9F6A;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
}

.pagination a.load-more:hover,
.pagination a.load-more:hover:active,
.pagination a.load-more:active,
.pagination a.load-more:focus {
    color: #BC9F6A;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}

.cart-product-name {
    width: calc(100% - 50px);
}

.woocommerce-info {
    margin: 1em 0 1em;
}

#createaccount + span {
    margin-left: 25px;
}

.woocommerce-thankyou-order-received {
    border: 1px solid #81CFE0;
    color: #5cc85d;
    font-weight: bold;
    padding: 20px 30px;
    margin: 20px 0 50px 0;
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin: 60px 0;
}

/* FOOTER */
.text-align-center {
    text-align: center;
}

.footer-block-container {
    max-width: 1140px;
    width: 100%;
    display: inline-block;
    margin: 20px auto;
}

.footer-block-container:after {
    display: block;
    content:'';
    clear:both;
    }

.footer-block {
    float:left;
    width: 24.75%;
    text-align: left;
    height: 100%;
}

.footer-block:last-of-type {
    text-align: right;
    }

.footer-title {
    color: #BC9F6A;
    font-size: 25px;
    margin: 20px 0;
}

.footer-text {
    color: #888888;
    font-size: 18px;
}

.footer-icon {
    font-size: 27px;
    margin-right: 18px;
}

.underline-hover:hover {
    text-decoration: underline;
}

.related-products {
    display: none;
}

/* GIFT SERVICE */
.header-title-container {
    width: 100%;
    text-align: center;
    margin: 40px auto 70px auto;
}

.header-title {
    color: #bc9f6a;
    font-size: 40px;
}

.header-underline {
    width: 130px;
    border-top: 3px solid #606060;
    border-bottom: none;
    margin-left: auto;
    margin-right: auto;
}

.gift-service-title {
    margin-bottom: 30px;
}

/* CONTACT */
textarea.form-control {
    height: 207px;
    min-height: 207px;
    resize: vertical;
}

.message, #message {
    border-radius: 5px;
}

.message:focus:active, #message:focus:active {
    border-radius: 5px;
}

.message:focus, #message:focus {
    border-radius: 5px;
}

.contact-social {
    font-size: 22px;
    color: black;
    display: inline-block;
}

.contact-data-title {
    color: #BC9F6A;
    font-size: 18px;
}

.contact-data-text {
    color: #828282;
    font-size: 15px;
}

p.small {
    font-size:12px;
    line-height:20px;
    }



@media screen and (min-width: 1000px) and (max-width: 5000px) {
    .kc_col-sm-1 {
        width: 6% !important;
    }
}

/* NEWS */
.news-title {
    color: black;
    font-size: 22px;
    margin: 20px 0 0 0;
}

.news-underline {
    width: 55px;
    border-top: 1px solid #cbcbcb;
    border-bottom: none;
    margin: 10px 0;
    float: left;
}

.kc_image_gallery.kc-grid .item-grid img {
    margin: 0 auto;
}

body.kc-css-system .kc_column_inner {
    max-width: 387px;
    margin: 0 auto;
}

/* PRODUCTS */
.search-input {
    border: 2px solid #808080;
    color: #808080;
    border-radius: 0;
    font-weight: 500;
}

.search-input:hover, .search-input:active, .search-input:focus, .search-input:focus:active {
    border-radius: 0;
    border: 2px solid #a6a6a6;
}

@media screen and (min-width: 1750px) {
    .header-big-title {
        font-size: 43px;
    }

    .header-small-title {
        font-size: 30px;
    }

    .header-text {
        font-size: 23px;
        width: 900px;
    }
}

@media screen and (min-width: 1550px) {
    .header-big-title {
        font-size: 35px;
    }

    .header-small-title {
        font-size: 25px;
    }

    .header-text {
        font-size: 18px;
        width: 730px;
    }
}

@media screen and (min-width: 1300px) {
    .header-text-container {
        max-width: 1170px;
        text-align: left;
    }

    .header-text {
        width: 70%;
    }
}

@media screen and (max-width: 1200px) {
    .footer-block-container {
        max-width: 940px;
    }
}

@media screen and (max-width: 998px) {
    .kc-wrap-columns {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce table.shop_table {
        width: 100%;
    }

    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .woocommerce-checkout #payment {
        width: 100%;
        margin-left: 0;
    }

    .woocommerce table.shop_table.woocommerce-checkout-review-order-table {
        width: 100%;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        width: 100%;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }

    .distillery-list-content {
        columns: 3;
    }

    .responsive-nav {
        position: fixed;
    }
}

.gift-wrapper-info {
    font-weight: bold;
}



@media screen and (max-width: 764px) {
    .kc-wrap-columns {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .footer-block-container {
        max-width: 720px;
    }

    .footer-block:last-child {
        text-align: right;
    }
}

@media screen and (max-width: 768px) {
	.logo {
	    width: 130px;
	}
	body {
		margin-top: 90px;
	}
	body .navigation .nav.navbar-nav > li > a {
	    font-size: 17px;
	}
	.navbar-toggle {
		font-size: 25px;
	}
	
	.nav.navbar-nav>li.nav-cart {
		margin-top: 2px;
	}
	.responsive-nav .navbar-nav.special-links li:first-child {
		float: right;
		margin-left: 20px;
	}
	.header-title-container {
		margin: 20px auto 20px auto;
	}
	.header-title-container .header-title {
		font-size: 30px;
	}

	
    .footer-block-container {
        width: 80%;
    }

    .footer-block {
        width: 100%;
        margin-top: 40px;
    }

    .footer-block:last-child {
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .age-gate {
        flex-direction: row;
    }

    .form-block--image {
        min-width: 350px;
    }

    .age-gate-form {
        min-width: 350px;
    }

    .form-block {
        margin: 0;
        padding: 35px 40px;
    }

    .form-block__title {
        display: block;
    }

    .form-block__subtitle {
        display: block;
    }
}


@media screen and (min-width: 768px) and (max-width: 1000px) {
	.logo {
		width: 100px;
		margin-left: -10px;
		margin-right: 10px;
	}
	.nav.navbar-nav {
		margin-bottom: 15px;
		margin-top: -5px;
	}
	.big-nav .nav.navbar-nav>li>a,
	.left-logo-nav .nav.navbar-nav>li>a {
		padding: 11px 8px;
	}
	.navbar-nav .special-li.nav-cart {
		position: absolute;
		top: 22px;
		right: 10px;
	}
}

@media screen and (min-width: 606px) {
    .header-text {
        display: block;
    }

    .distillery-list-content {
        display: block !important;
    }

    .distillery-list-toggle-icon {
        display: none;
    }
}

@media screen and (max-width: 440px) {
    .distillery-list-content {
        columns: 2;
    }
}

@media screen and (max-width: 335px) {
    .distillery-list-content {
        columns: 1;
    }
}

@media screen and (min-width: 335px) {
    .age-gate {
        width: auto;
        min-width: 335px;
    }
}





.new-products-home .product_list_widget li {
	display: inline-block;
	width: 100%;
	position: relative;
/* 
    left: 0;
    top: 0;
 */
    margin-bottom: 15px !important;
    border: 1px solid #ddd;
	text-align: center;
	padding: 0 !important;
}
	.new-products-home .product_list_widget li a {
		padding: 0 !important;
		position: relative;
	}
		.new-products-home .product_list_widget li img {
			width: 100% !important;
		}
		.new-products-home .product_list_widget li .product-title {
			font-size: 17px;
			padding: 10px 5px;
			display: inline-block;
			line-height: 1.3em;
		}
		.new-products-home .product_list_widget li .amount {
			position: absolute;
    		top: 10px;
   			left: 10px;
   			background: #bc9f6a;
   			color: #fff;
   			font-size: 15px;
   			padding: 5px 10px;
		}
.kc-elm.kc-css-727704 {
	padding-top: 0 !Important;
}
.home-row-4-blocks {
	padding-top: 0 !Important;
}
	.home-row-4-blocks .header-title-container {
		margin-bottom: 50px;
	}
.populair-types {
	padding-top: 0 !Important;
	padding-bottom: 40px !Important;
}
	.populair-types .category-caption {
		padding: 8px !important;
	}
		.populair-types .category-caption h2,
		.populair-types .category-caption h3 {
			margin: 0;
		}
.home-row-4-blocks .masonry-item {
	display: inline-block;
	min-height: 50px;
	width: 100%;
	position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
    padding-top: 0px !important;
}
	.home-row-4-blocks .masonry-item .category-wrap {
		margin-bottom: 0;
		border: 1px solid #ddd;
		text-align: center;
		
	}
		.new-products-home .product_list_widget li:hover,
		.home-row-4-blocks .masonry-item .category-wrap:hover {
			border: 1px solid #bbb;
			-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.17);
			-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,.17);
			box-shadow: 0px 0px 15px 0px rgba(0,0,0,.17);
		}
	.home-row-4-blocks .masonry-item a {
		display: block;
	}

	.home-row-4-blocks .masonry-item .category-caption {
		background: #bc9f6a;
		bottom: 0;
	    left: 0;
	    display: block;
	    text-align: center;
	    width: 100%;
	    padding: 0;
	    position: relative;
	}
			.home-row-4-blocks .masonry-item .category-caption a {
				display: block;
				padding: 8px;
			}
				.home-row-4-blocks .masonry-item .category-caption a:hover {
					background: #d7ba85;
					color: #000;
				}

		.home-row-4-blocks .masonry-item .category-caption h2,
		.home-row-4-blocks .masonry-item .category-caption h3,
		.home-row-4-blocks .masonry-item .category-caption h5 {
			color: #fff;
			font-size: 17px;
		}

@media screen and (min-width: 500px) {
	.home-row-4-blocks .masonry-item {
		width: 50%;
	}
	.home-row-4-blocks .populair-types .masonry-item {
		width: 48%;
		margin-right: 2% !important;
	}
	
	.new-products-home .product_list_widget li {
		float: left;
		clear: none;
		width: 48%;
		margin-right: 2% !important;
	}
	.new-products-home .product_list_widget li .product-title {
		min-height: 110px;
	}	
}
@media screen and (min-width: 760px) {
	.new-products-home .product_list_widget li .product-title {
		min-height: 90px;
	}
}

@media screen and (min-width: 1000px) {
	.home-row-4-blocks .masonry-item {
		width: 25%;
	}
	.home-row-4-blocks .populair-types .masonry-item {
		width: 23%;
	}
	.new-products-home .product_list_widget li {
		width: 23%;
	}
	.new-products-home .product_list_widget li .product-title {
		min-height: 130px;
	}
}


.shop-notice {
	text-align: center;
	padding: 10px 20px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

.alert-fade {
  animation: 3s 1 bgcolorchange;
}
@keyframes bgcolorchange {
	0% {
		background-color: orange;
	}
	100% {
		background-color: #ffecdb;
	}
}
@-webkit-keyframes bgcolorchange {
	0%   {background-color: orange;}
	100% {background-color: #ffecdb;}
}



.theiaStickySidebar {
	margin-top: -30px;
}

.theiaStickySidebar .widget_product_search,
.theiaStickySidebar .widget_price_filter {
	display: none;
}
.searchandfilter > ul > li {
	border-bottom: 1px solid #d6d6d6;
}
.searchandfilter > ul > li:first-child {
	margin-bottom: 20px;
	border-bottom: none;
}
.searchandfilter > ul > li:last-child {
	margin-top: 10px;
	border-bottom: none;
}
.searchandfilter > ul > li > h4 {
	font-size: 20px;
	padding: 16px 0;
	position: relative;
}
	.searchandfilter > ul > li > h4:hover:before {
		color: #bc9f6a;
	}
	.searchandfilter > ul > li > h4:before {
		content: '+';
		position: absolute;
		top: 15px;
		right: 0;
	}
	.searchandfilter > ul > li > h4.open-search-category:before {
		content: '-';
	}
	.searchandfilter > ul > li > h4:hover {
		cursor: pointer;
		color: #999;
	}
	.searchandfilter > ul > li:first-child > h4:before,
	.searchandfilter > ul > li:last-child > h4:before {
		content: none;
	}
	
/* .searchandfilter > ul > li > .sf-input-text {sf-field-search */
.searchandfilter > ul > li.sf-field-search label,
.searchandfilter > ul > li.sf-field-search label input {
	width: 100%;
}

/* Filter block with checkboxes */
.searchandfilter > ul > li > ul {
	display: none;
	padding-left: 0;
	max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #ededed;
}
	.searchandfilter > ul > li > ul > li {
		position: relative;
		padding-bottom: 0;
		padding-top: 2px;
	}
		.searchandfilter > ul > li > ul > li > input {
			position: absolute;
			top: 5px;
			left: 0;
		}
		.searchandfilter > ul > li > ul > li > label {
			display: inline-block;
			padding-left: 22px !important;
		}




