@import url('//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    line-height: 1.3em;
}

h1 {
    font-size: 30px;
    font-weight: 700
}

h2 {
    font-size: 28px;
    font-weight: 700
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #90133b;
}

p {
    line-height: 1.7em;
    font-size: 14px;
    margin-bottom: 20px;
    color: #777777
}

.entry ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}

.entry li {
    margin-bottom: 10px;
}

.main-wrapper {
    background: #FFFFFF;
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
}


/* ========================================= */
/* Title Bar */
/* ========================================= */

.title-bar {
    background: #111111;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.title-bar h6 {
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0px;
}


/* ========================================= */
/* Mobile Navigation Menu */
/* ========================================= */

.slicknav_menu {
    display: none!important;
}

.slicknav_menu {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999
}


/* ========================================= */
/* AJAX Search */
/* ========================================= */

.dgwt-wcas-search-wrapp {
    min-width: 0px!important;
}


/* ========================================= */
/* Separator */
/* ========================================= */

.separator {
    background: #DDDDDD;
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
}


/* ========================================= */
/* Menu Container */
/* ========================================= */

.menu-container {
    background: #171717;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
}


/* Converter */

.converter {
    float: right;
    margin-top: 10px;
}

.converter li {
    float: left;
    margin-right: 25px;
    font-weight: 800;
    font-size: 16px;
}

.converter li:last-child {
    margin-right: 0px;
}

.converter i {
    float: right;
    font-size: 12px;
    margin-top: 2px;
    margin-left: 10px;
}


/* ========================================= */
/* Header */
/* ========================================= */

.header-container {
    padding-top: 80px;
    padding-bottom: 30px;
}

.cart-items {
    float: right;
    border: 1px solid #EEEEEE;
    padding: 18px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 230px;
    width: 250px;
    text-transform: uppercase;
    color: #AAAAAA;
}

.cart-items i {
    float: left;
    margin-right: 10px;
    font-size: 20px;
}

.cart-items span {
    font-weight: 600;
    color: #000000
}

.cart-items p {
    margin: 0px!important;
    line-height: 1em;
}

.cart-items .details {
    margin-top: 3px;
}

.cart-items i {
    color: #000000
}

.header-search {
    border: 0px;
    border-bottom: 1px solid #CCCCCC;
    float: right;
    padding: 10px;
    outline: none;
    width: 100%;
}

.header-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #888888;
}

.header-search::-moz-placeholder {
    /* Firefox 19+ */
    color: #888888;
}

.header-search:-ms-input-placeholder {
    /* IE 10+ */
    color: #888888;
}

.header-search:-moz-placeholder {
    /* Firefox 18- */
    color: #888888;
}


.header-bar{
    background: #90133b;
    color: #FFFFFF!important;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
}
.sticky-wrapper{
    position: relative;
    z-index: 99999999999999999999999999999999999999999999999999
}
.header-bar p{
    color: #FFFFFF;
}
.header-bar a{
    color: #FFFFFF;
}

.header-bar .mt13{
    margin-top: 13px;
}
.header-bar p.mt13{
    margin-top: 10px;
}

.header-bar.small-padding{
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-bar .top-nav li{
    float: left;
    margin-right: 20px;
}
.header-bar .top-nav li:last-child{
    margin-right: 0px;
}

.header-bar .top-nav{
    float: right;
}

.header-bar p{ margin-bottom: 0px; }

.header{
    margin-top: 50px;
    margin-bottom: 50px;
}

.header img{
    width: 100%;
    height: auto;
}

.shop-button-container{
    margin-top: 10px;
    margin-bottom: 0px;
    display: none;
    text-align: center;
}
.shop-button{
    background: #822432;
    color: #FFFFFF;
    padding: 12px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 18px;
    border-radius: 3px;
    font-weight: 600;
    display: inline-block;
}


/* ========================================================== */
/* Mobile Nav */
/* ========================================================== */
.nav-icon{
    position: fixed;
    bottom: 60px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #822432;
    background-image: url('https://shop4whisky.com/wp-content/themes/liquor-shop-theme-shop4gin/images/menu.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border-radius: 100%;
    z-index: 99999999;
    display: none;
}

.nav-menu{
    background: #FFFFFF;
    position: fixed;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 10%;
    padding-top: 0px;
    box-sizing: border-box;
    z-index: 999999999;
}
.nav-menu.show{
    left: 0px;
}

.mobile-nav-header{
    text-align: center;
    margin-top: 120px;
}

.mobile-nav-header img{
    margin-top: 30px;
    max-width: 100%;
    height: auto;
}

.mobile-nav-social{
    display: block;
    margin-top: 20px;
}

.mobile-nav-social ul{
    display:inline-block;
    margin: 0 auto;
}

.mobile-nav-social li{
    float: left;
    margin-right: 20px;
}

.mobile-nav-social li:last-child{
    margin-right: 0px;
}

.mobile-nav-social a{
    color: #FFFFFF;
    font-size: 22px;
}

.mobile-nav-social .socialicon-google{ font-size: 30px; }
.mobile-nav-social .socialicon-youtube{ font-size: 28px; }

.nav-menu .close-button{
    position: absolute;
    bottom: 60px;
    right: 30px;
    width: 40px;
    height: 40px;
    background-color: #822432;
    background-image: url('https://shop4whisky.com/wp-content/themes/liquor-shop-theme-shop4gin/images/close.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border-radius: 100%;
    opacity: 0;
    z-index: 99999999;
}

.mobile-nav-list{
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    display: block;
}
.mobile-nav-list .category{
    display: none;
}

.mobile-nav-list li{
    float: left;
    width: 31.33%;
    margin: 1%;
    text-align: center;
}

.mobile-nav-list li a{
    background: #822432;
    color: #FFFFFF;
    display: block;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.mobile-nav-list ul{
    display: none;
}


.tag-menu-mobile{
    margin-top: 30px;
}
.tag-menu-mobile h6{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.dark_background{ background: #DDDDDD }

.nav-menu .mobile-menu{}
.nav-menu .mobile-menu li{
    margin-bottom: 20px;
}

.nav-menu .select_box{
    color: #888888;
    border-radius: 3px;
    border: 1px solid #CCCCCC; 
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    outline: none;

    -webkit-box-shadow: 0 0 10px 0 #BBBBBB;
    box-shadow: 0 0 10px 0 #BBBBBB;
}

.search-container{
    margin-bottom: 30px;
    display: none;
}

.search-container .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    border-radius: 0px;
    width: 100%!important;
    box-sizing: border-box;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    width: 100%!important;
    box-sizing: border-box;
}

.search-container .dgwt-wcas-search-wrapp{
    max-width: 100%;
    width: 100%;
}

.search-container .dgwt-wcas-search-wrapp{
    margin: auto!important;
    text-align: left!important;
}

.dgwt-wcas-st{
    line-height: 1.5em!important;
    font-size: 13px!important;
}


.single-product .galaxy-related-post,
.single-product .social-share-title,
.single-product .social-share{ display: none; }


/* ========================================= */
/* Featured Product */
/* ========================================= */

.grid-sizer,
.featured-item {
    width: 20%;
    height: auto;
}

.featured-item img{
    width: 100%!important;
    height: auto!important;
}


/* ========================================= */


/* Brand Logo Container */


/* ========================================= */

.brand-logo-container {}

.brand-logo-container img {
    width: 100%;
    height: auto;
}

.brand-logo-container .item {
    /*

    border:1px solid #EEEEEE;

    padding: 50px;

    */
}


/* ========================================= */


/* Featured Container List */


/* ========================================= */

.featured-container-list {
    text-align: center;
}

.featured-container-list img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    max-width: 100%;
}

.featured-container-list .item {
    border: 1px solid #EEEEEE;
    padding: 30px;
    padding-top: 20px;
    position: relative;
    min-height: 460px;
}

.featured-container-list .ratings {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 20px;
    font-size: 16px;
}

.featured-container-list .ratings .rated {
    color: #f1c40f
}

.featured-container-list .ratings .unrated {
    color: #95a5a6
}

.featured-container-list h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FF0033;
    margin-bottom: 20px;
}

.featured-container-list h6 {
    font-size: 17px;
    font-weight: 500;
    color: #555555;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.featured-container-list h6 a {
    color: #555555;
}

.featured-container-list p {
    color: #CCCCCC;
    font-size: 12px;
    line-height: 1.4em;
}


/* ========================================= */


/* Parallax */


/* ========================================= */

.parallax-container {
    background-color: #CCCCCC;
    background-image: url(../images/parallax-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 100px;
    text-shadow: 1px 1px 1px #000000;
}

.parallax-container h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.parallax-container h6 {
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 40px;
}

.parallax-container a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.parallax-container a:hover {
    background: #FFFFFF;
    color: #333333;
}


/* ========================================= */


/* List Products */


/* ========================================= */

.list-products {}

.list-products .list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.list-products img {
    width: 100px;
    height: auto;
    border: 1px solid #EEEEEE;
    padding: 5px;
    float: left;
    margin-right: 30px;
}

.list-products .desc {
    overflow: hidden;
}

.list-products .ratings {
    margin-bottom: 15px;
    font-size: 16px;
    color: #DDDDDD;
}

.list-products .ratings .rated {
    color: #f1c40f
}

.list-products h6 {
    font-size: 15px;
    font-weight: 100;
    color: #AAAAAA;
    margin-bottom: 5px;
    line-height: 1.5em;
}

.list-products h6 a {
    color: #555555;
    font-weight: 500;
}

.list-products h1 {
    font-weight: 700;
    font-size: 20px;
    color: #90133b;
}

.list-products .list-title {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 40px;
}

.list-products .list-title .border {
    position: absolute;
    bottom: 20px;
    left: 0px;
    background: #EEEEEE;
    height: 1px;
    width: 100%;
}

.list-products .list-title h6 {
    position: relative;
    background: #FFFFFF;
    display: inline-block;
    padding-right: 55px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    z-index: 999999;
}


/* ========================================= */


/* Social Share */


/* ========================================= */

h6.social-share-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 50px;
}


/* ========================================= */


/* Social Share */


/* ========================================= */

h1.related-post-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    background: #111111;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 50px;
}


/* ========================================= */


/* WooCommerce Single */


/* ========================================= */

.product_title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 10px;
}

.input-text.qty.text {
    height: 31px!important;
    outline: none;
}

.single_add_to_cart_button {
    outline: none;
    background: #90133b!important;
    color: #FFFFFF;
}

.woocommerce-product-details__short-description p {
    color: #CCCCCC;
    font-size: 20px!important;
    margin-bottom: 0px;
}

section.related.products h2:first-child {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    background: #111111;
    color: #FFFFFF;
    padding: 20px;
    margin-bottom: 50px;
}

.woocommerce-Tabs-panel h2:first-child {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product_meta{
    margin-top: 15px;
}
.add_to_wishlist {
    background: #ebe9eb;
    color: #333333;
    padding: 10px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}

li.product {
    text-align: center;
}

h2.woocommerce-loop-product__title {
    font-size: 18px!important;
    font-weight: 500!important;
    color: #555555;
    margin-bottom: 5px;
    line-height: 1.3em;
}

span.woocommerce-Price-amount {
    font-size: 18px;
}

.summary span.woocommerce-Price-amount {
    font-size: 25px;
    margin-bottom: 30px;
    text-decoration: none!important;
}

a.compare {
    display: block;
    font-size: 14px;
    color: #4e9d0e;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce span.onsale {
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.star-rating,
.star-rating:before {
    color: #f4ab1f
}


/* Tag and Category Page */

.brand_category_container {
    margin-bottom: 30px;
}

.brand_category_container h1 {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 50px;
}

.brand_category_container .item {
    margin-bottom: 20px;
}


/* ========================================= */


/* Extras */


/* ========================================= */

.error-404 {
    text-align: center;
}

.error-404 h1 {
    text-transform: uppercase;
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1em;
}

.error-404 h1 span {
    display: block;
    font-size: 40px;
    font-weight: 500;
    line-height: 1em
}



/* --------------------------------------------------------------------------- */
/* Sticky Cart */
/* --------------------------------------------------------------------------- */
.sticky-container{
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    z-index: 999999999999999999;
}

.sticky-container .button{
    background: #822432;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    float: right;
}

.sticky-container span.sub-total{
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    float: left;
}


.sticky-container .bar-container{
    width: 20%;
    position: absolute;
    right: 6.7%;
    bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    box-sizing: border-box;
    z-index: 9999999999999999999999;

    -webkit-box-shadow: 0 40px 5px 0 #333333;
    box-shadow: 0 40px 5px 0 #333333;

    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.sticky-container .bar{
    background: #90133b;
    color: #FFFFFF;
    padding: 15px;
    cursor: pointer;
    
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;

    -webkit-box-shadow: 0 40px 5px 0 #333333;
    box-shadow: 0 40px 5px 0 #333333;
}

.sticky-container .bar .close{
    background: #822432;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    padding: 5px;
}
.sticky-container .bar .close img{
    width: 100%;
    height: auto;
}
.sticky-container .bar .close.nodisplay{
    display: none!important;
}

.sticky-container .bar span.header-cart-count{
    float: left;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
}

.sticky-container .bar span.header-cart-amount{
    float: right;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
}

.sticky-container .bar .total-amount{
    float: right!important;
    display: inline-block!important;
    background: #FF0033
}



.sticky-container .cart-items{
    width: 100%!important;
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    z-index: 9999;
}
.sticky-container .cart-items.nodisplay{
    display: none!important;
}

.sticky-container .cart-items .items{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DDDDDD;
}

.sticky-container .cart-items .items img{
    width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.sticky-container .cart-items .items .desc{
    overflow: hidden;
}

.sticky-container .cart-items .items .desc h1{
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.3em;
}

/* --------------------------------------------------------------------------- */
/* Footer Container */
/* --------------------------------------------------------------------------- */
.footer-container{
    background: url("../images/footer/footer-bg.jpg") no-repeat center center;
    padding-top: 100px;
    padding-bottom: 100px;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.post-type-archive-product .footer-container{
    margin-top: 100px;
}

.footer-container .about-box{
    background: #000000;
    border: 1px dashed #333333;
    padding: 20px;
    margin-bottom: 50px;
}

.footer-container .about-box .banner{
    width: 300px;
    height: auto;
    float: left;
    margin-right: 30px;
}

.footer-container .about-box .desc{
    overflow: hidden;
    color: #FFFFFF
}

.footer-container .about-box .desc h1{
    font-size: 23px;
    text-transform: uppercase;
}

.footer-container .about-box .desc p{
    margin-bottom: 20px;
}

.footer-container .about-box .desc .icon{
    width: 30px;
    height: auto;
    float: left;
    margin-right: 15px;
}

.footer-container .about-box .desc .one-third span{
    overflow: hidden;
    margin-top: 5px;
    display: inline-block;
}



.widget-container{
    color: #FFFFFF;
}

.widget-container .widget-title{
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: none;
}

.widget-container ul{}

.widget-container ul li{
    border-bottom: 1px dashed #222222;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget-container ul li:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-container a{
    color: #CCCCCC;
}
.widget-container a:hover{
    color: #90133b;
}

.widget-container img{
    max-width: 100%;
    height: auto;
}




.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product .stock{
    color: #90133b!important;
}


.woocommerce div.product div.images img{
    width: auto!important;
    max-width: 100%!important;
    margin: 0 auto;
}

/* ============================================================================= */
/* Checkout Suggestion */
/* ============================================================================= */
.br_cart_suggestions_cart{
	width: 50%;
	float: left;
}

.br_cart_suggestions .brcs_product img{
	margin-bottom: 10px!important;
}

.br_cart_suggestions_cart h4{
	font-size: 18px!important;
	text-transform: uppercase;
}

.br_cart_suggestions_cart .price{
	margin-bottom: 15px;
}

.br_cart_suggestions_cart h2.woocommerce-loop-product__title{
	font-size: 14px!important;
}

body.woocommerce-cart .cart-collaterals{
	margin-bottom: 60px;
}