/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*------------------------------------------------------------------
[Table of contents]

1. AGE VERIFY POPUP
2. HEADER SECTION
  2.1. Header Top
  2.2. Header Bottom
  2.3. City Selector Popup
3. HOME PAGE
  3.1. Masonry Section
  3.2. Top Picks this Month
  3.3. Latest Arrivals
  3.4. Bestsellers
  3.5. Best Deals
  3.6. Newsletter section
  3.7. Instagram section
4. FOOTER
5. SHOP PAGE
6. SINGLE PRODUCT PAGE
7. MY ACCOUNT
-------------------------------------------------------------------*/



/****************************/
/*                          */
/*   1. AGE VERIFY POPUP    */
/*                          */
/****************************/

a.wd-age-verify-allowed {
    background-color: #f16363 !important;
}

/****************************/
/*                          */
/*    2. HEADER SECTION     */
/*                          */
/****************************/

.whb-top-bar .wd-tools-element .wd-tools-text {
    font-weight: 600;
    font-size: 13px;
}

.whb-top-bar-inner .whb-col-left .woodmart-button-wrapper .btn:hover {
    box-shadow: none !important;
}

.whb-top-bar-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-logo img {
    width: 100% !important;
}

.how-to-get-button {
    visibility: hidden;
}

/****************************/
/*                          */
/*    2.1 Header Top        */
/*                          */
/****************************/

/* Dividing line between top and bottom sections */
.whb-general-header-inner {
    border-bottom-width: 1px;
}

/* Logo Background */
.whb-general-header-inner .whb-col-left {
    background-color: white;
}

/* Remove Padding from Logo */
.whb-general-header-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
    padding: 0px;
}

/* Remove negative margin */
.whb-col-left, .whb-mobile-left {
    /*margin-left: 0px;*/
    margin-left: 1.5rem;
}

.whb-col-right, .whb-mobile-right {
    margin-right: 0px;
}

/* */
.whb-general-header-inner .whb-col-right .my-account-with-username a .wd-tools-text,
.whb-general-header-inner .whb-col-right .woodmart-shopping-cart a .woodmart-cart-icon,
.whb-general-header-inner .whb-col-right .woodmart-shopping-cart a .woodmart-cart-totals {
    font-size: 14px;
}
/*
.menu-item-design-full-width .sub-menu-dropdown {
    padding-top: 0px;
}

.mega-menu-items {
    font-weight: 200;
}

.woodmart-nav-link .nav-link-text {
    color: #f16363;
    border-bottom: 2px solid transparent;
}

.woodmart-nav-link .nav-link-text:hover {
    color: #ee243b;
    border-bottom-color: #f16363;
}

.whb-color-dark .navigation-style-default .item-level-0>a:after {
    display: none;
}
 */


.whb-main-header .whb-general-header .container {
    width: 100% !important;
}

.whb-general-header-inner .whb-col-left .site-logo {
    padding: 0 !important;
}

.whb-general-header-inner .whb-col-center, .whb-general-header-inner .whb-col-right {
    /*padding-top: 5px;*/
}

.whb-header-bottom .container .whb-flex-row .whb-col-left {
    flex-grow: 0 !important;
}

/* Logo top header */
.whb-header .whb-main-header .whb-general-header .container .whb-general-header-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
    width: auto !important;
    height: 50px;
    max-height: 100%;
    position: relative;
    /*margin-top: 60px;*/
    z-index: 9999;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.whb-header .whb-main-header .whb-header-bottom .container .whb-header-bottom-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
    width: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

@media only screen and (max-width : 980px) {

    .whb-sticked .whb-main-header .whb-header-bottom .container .whb-header-bottom-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
	display:none;
    }

    .whb-general-header-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
	max-width: 75%!important;
	margin-top: -80px;
	margin-left:10px
    }
}

/* Header delivery icon */
.header-delivery-icon-column {
    padding-right: 0px;
}

.delivery-icon {
    padding-top: 0.5rem;
}

.header-delivery-top-text {
    color: gray;
}

.header-delivery-bottom-text {
    color: black;
    font-weight: 300;
}

/* My Account drop down */
.menu-item-my-account {
    border: 1px solid #eee;
    margin: 10px 0 0;
}

.woodmart-nav-link, .wd-tools-text {
    font-family: Gotham Rounded !important;
}

.whb-header .whb-main-header .whb-header-bottom .container .whb-header-bottom-inner .whb-col-left .site-logo .woodmart-logo-wrap .flag {
    display: none;
}


.ios-icon a {
    background-image: url('/wp-content/uploads/2021/05/App_Store_Badge.jpg');
    background-repeat: no-repeat;
    background-position: left;
    /*padding-left: 5px;*/
    background-size: contain;
    height: 50px !important;
    width: 160px;
}

.ios-icon a span {
    display: none;
}

.android-icon a {
    background-image: url('/wp-content/uploads/2021/05/android_badge.png');
    background-repeat: no-repeat;
    background-position: left;
    /*padding-left: 5px;*/
    background-size: contain;
    height: 50px !important;
    width: 150px;
}


.android-icon a span {
    display: none;
}

/****************************/
/*                          */
/*    2.2 Header bottom     */
/*                          */
/****************************/

/* Width and padding */
.whb-header-bottom .container {
    width: 100% !important;
}

.whb-header-bottom-inner .whb-col-left .woodmart-search-form , .no-products-footer .woodmart-search-form {
    padding: 0px;
}

.whb-header-bottom-inner {
    border-bottom-width: 0px;
}

.whb-header-bottom .container .whb-header-bottom-inner .whb-col-center {
    /*padding-left: 40px;*/
    margin-left: -15px;
}

/* Menu Links Titles */
.whb-sticky-row .container .whb-header-bottom-inner .whb-col-left .site-logo {
    padding-right: 0px;
    padding-left: 0px;
}

/* Menu Links Titles */
ul#menu-highest-level-categories li a.woodmart-nav-link span{
    font-weight: 700 !important;
    letter-spacing: 1.75px !important;
    font-size: 14px;
}

/* Right column */
.whb-header-bottom-inner .whb-col-right {
    /*flex: 0.5 1 0%;*/
    display: none;
}

/* Search Form */
.whb-column .woodmart-search-form {
    padding-right: 0px;
    padding-left: 0px;
}

.searchform .searchsubmit {
    color: #dfa057;
}

.woodmart-search-form .woodmart-ajax-search .searchsubmit {
    right: auto;
}

.woodmart-search-form .woodmart-ajax-search input[type="text"] {
    padding-left: 45px;
    padding-right: 0px;
    /*border: 1px solid rgba(129,129,129,.2);*/
    border: none;
}

.woodmart-ajax-search .searchsubmit:after {
    font-size: 15px;
    top: 55%;
}

/* Display for sticky Bottom Header*/
.whb-sticked .whb-main-header .whb-general-header .container .whb-general-header-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
    max-height: 153%;
    margin-top: -230px;
    margin-left:-1650px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.whb-sticked .whb-main-header .whb-header-bottom .container .whb-header-bottom-inner .whb-col-left .site-logo .woodmart-logo-wrap .woodmart-main-logo img {
    width: 100%;
    margin-left: 0px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* Header mega menus */
#menu-highest-level-categories li.menu-item {
    padding-left: 20px;
    padding-right: 20px;
}

#menu-highest-level-categories li.menu-item:first-child {
    padding-left: 0px;
}

.sub-menu-dropdown {
    box-shadow: 3px 3px 3px rgba(0,0,0,.15);
}

.sub-menu-dropdown {
    /*margin: 12px 0 0 !important;*/
}

.navigation-style-bordered .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a, .navigation-style-default .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a, .navigation-style-separated .menu-mega-dropdown .color-scheme-dark .sub-menu>li>a, .vertical-navigation .menu-mega-dropdown .sub-menu>li>a {
    color: #231F20 !important;
}

.wpb_wrapper .top-level-category li {
    margin-bottom: 10px;
}

.mega-menu-list>li>a, .menu-mega-dropdown .sub-menu>li>a {
    text-transform: none;
    font-size: 15px;
}

.menu-item-design-full-width .sub-menu-dropdown {
    /*padding-top: 0px;*/
}

.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
    padding: 5px 0;
    font-size: 15px;
}

/* Spirit mega menu last column */
.spirit-last-column {
    margin-bottom: 5px;
}

/* Box shadow */
.whb-with-shadow {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.1);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.1);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.1);
}

/* Menu Item */
.mega-menu-items a .nav-link-text, .sub-sub-menu li a .nav-link-text {
    color: black;
}

@media (max-width: 1024px) {
    .whb-header {
	margin-bottom: 20px;
    }
}

/****************************/
/*                          */
/* 2.3. City Selector Popup */
/*                          */
/****************************/
.bevvy-city-selector-popup {
    background-color: #fa6446;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    margin: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
    /*
    -webkit-animation: wd-fadeInUpBig .35s ease .5s both;
    animation: wd-fadeInUpBig .35s ease .5s both;
    */
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
    padding-left: 65px;
    min-height: 60px;
    border: none;
    color: #FFF;
    line-height: 1.3;
}

.bevvy-city-selector-popup.popup-display {
    -webkit-transform: none;
    transform: none;
}

.bevvy-city-selector-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.city-selector-info-text {
    flex: 1 1 auto;
    padding-right: 30px;
}

.city-selector-buttons {
    flex: 0 0 auto;
}

.bevvy-city-selector-popup::before {
    content: "\f971";
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -9px;
    font-size: 18px;
    font-family: woodmart-font;
    line-height: 18px;
}

.bevvy-city-selector-popup::after {
    background-color: rgba(0,0,0,.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background-color .25s ease;
    content: "\f10f";
    font-family: woodmart-font;
}


/****************************/
/*                          */
/*      3. HOME PAGE        */
/*                          */
/****************************/


/****************************/
/*                          */
/*   3.1. Slider Section    */
/*                          */
/****************************/

#masonry-with-slider .vc_column_container .vc_column-inner .wpb_wrapper .categories-style-masonry-first {
    /*-webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    border: none;
     */
}
/*
#slider-58-slide-150-layer-22 #city-selector .detect-me, #slider-58-slide-150-layer-22 #city-selector .city-selector-submit, #slider-58-slide-150-layer-22 #city-selector #city-selector-field {
    height: 50px;
}

#slider-58-slide-150-layer-22 #city-selector .detect-me img {
    max-width: 30px !important;
}

#slider-58-slide-150-layer-22 #city-selector #city-selector-field {
    width: 350%;
    max-width: 350%;
    background-color: white;
    color: #58595B;
}

#slider-58-slide-150-layer-22 #city-selector .city-selector-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#slider-58-slide-150-layer-22 #city-selector .detect-me {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
*/

/* Heights of fist section */
.category-section-masonary .category-grid-item:nth-last-child(2),
.category-section-masonary .category-grid-item:nth-last-child(1),
.category-section-gallery-slider {
    margin-bottom: 0px;
}


.category-section-gallery-slider-column .vc_column-inner {
    padding-left: 0px;
    padding-right: 10px;
}

.category-section-masonary-column .vc_column-inner {
    padding-left: 10px;
    padding-right: 0px;
}

.nivo-caption, .nivo-directionNav {
    display: none !important;
}

.nivo-controlNav {
    margin-top: -50px;
    position: relative;
    z-index: 6;
}

.theme-default .nivoSlider {
    box-shadow: none !important;
}

.category-grid-item .category-title {
    font-size: 26px;
}

@media (max-width: 480px) {
    .category-grid-item .category-title {
	font-size: 20px;
    }
}


@media screen and (max-width: 768px) {
    .category-section-gallery-slider-column {
        margin-bottom: 25px;
    }

    .category-section-gallery-slider-column .vc_column-inner {
	padding-right: 0px;
    }

    .category-section-masonary-column .vc_column-inner {
	padding-left: 0px;
    }

    .cat-design-center.without-product-count .hover-mask {
	position: absolute;
	top: 30%;
    }

    .category-section-masonary-column .vc_column-inner .wpb_wrapper .category-section-masonary .category-grid-item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
    }
}

@media screen and (max-width: 480px) {

    .cat-design-center.without-product-count .hover-mask {
        /*top: 20%;*/
    }

}

/****************************/
/*                          */
/*  3.2. How to get section */
/*                          */
/****************************/

div.how-to-get div.box-icon-wrapper {
    margin-bottom: 50px;
}

div.how-to-get div.info-box-content h4 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .show-only-on-desktop {
	display: none;
    }
}

/*********************************/
/*                               */
/*   3.3. Top Picks this Month   */
/*                               */
/*********************************/

div.categories-style-masonry-first .col-md-6 {
    max-width: 49%;
}

div.categories-style-masonry-first .col-md-3 {
    max-width: 24.5%;
}

.wrapp-category .hover-mask h3 {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    div.categories-style-masonry div.product-category div.wrapp-category div.hover-mask {
	-webkit-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
	position: absolute;
    }

    div.categories-style-masonry div.category-grid-item {
	max-width: 49.5%;
    }

    div.hover-mask h3 {
	color: #FFF !important;
    }

    .hide-on-mobile {
	display: none;
    }
}

@media screen and (min-width: 768px) {
    .hide-on-desktop {
        display: none;
    }

}

/*****************************************/
/*                                       */
/*  3.4. Common Product slider sections  */
/*  #latest-arrivals-row                 */
/*  #spirits                             */
/*  #beers                               */
/*  #best-deals-row                      */
/*****************************************/

/* Lines under title and product image */
#latest-arrivals-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
#spirits-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
#beers-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
#best-deals-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link {
    border-bottom: 2px solid rgba(129,129,129,.1);
}

/* Slider title */
#latest-arrivals-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
#spirits-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
#beers-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title,
#best-deals-row .vc_column_container .vc_column-inner .wpb_wrapper .woodmart-carousel-container .element-title {
    font-weight: 400;
    line-height: 2.4;
}

/* Align product info left */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .price,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .price,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .price,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .price {
    text-align: left;
    padding-left: 10px;
}

/* Product Title cut short */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Product price */
.woocommerce-Price-amount {
    color: #F16363;
}

/* space between product image and hover outline */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link {
    margin-left: 10px;
    margin-right: 10px;
}

/* Spacing below image */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .product-image-link {
    padding-bottom: 15px;
}

/* Remove existing borders */
.latest-arrivals-slider .owl-stage-outer,
.spirits-slider .owl-stage-outer,
.beers-slider .owl-stage-outer,
.best-deals-slider .owl-stage-outer {
    border-width: 0px;
}

.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item {
    box-shadow: none;
}

/* Space between product image and hover outline */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Add box shadow on product hover */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item:hover,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item:hover,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item:hover,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item:hover {
    box-shadow: 0 0 4px rgba(0,0,0,.12);
}

/* Remove hover opacity mask  */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top:before,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top:before,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top:before,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top:before {
    opacity: 0;
}

/* Add to cart button on hover */
.latest-arrivals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .woodmart-add-btn .ajax_add_to_cart,
.spirits-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .woodmart-add-btn .ajax_add_to_cart,
.beers-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .woodmart-add-btn .ajax_add_to_cart,
.best-deals-slider .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item .product-element-top .woodmart-add-btn .ajax_add_to_cart {
    background-color: #F16363 !important;
    border-radius: 5px;
    border-color: #F16363;
}

/* Box shadow for sections*/
#latest-arrivals-row .vc_column_container,
#spirits-row .vc_column_container,
#beers-row .vc_column_container,
#best-deals-row .vc_column_container,
#category-slider-row {
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    #category-slider-row {
	padding: 1rem;
    }
}

/* Title Font sizes */
#latest-arrivals-row .vc_column_container .wpb_wrapper .woodmart-carousel-container h4,
#spirits-row .vc_column_container .wpb_wrapper .woodmart-carousel-container h4,
#beers-row .vc_column_container .wpb_wrapper .woodmart-carousel-container h4,
#best-deals-row .vc_column_container .wpb_wrapper .woodmart-carousel-container h4 {
    /*font-size: 15px;*/
}

/* Size of prev and next controls */
.owl-nav>div:after, .wrap-loading-arrow>div:after {
    font-size: 15px;
}

/* Pull controls a little more inside */
.woodmart-carousel-spacing-30 .owl-nav>div[class*=next], .woodmart-carousel-spacing-30 .owl-nav>div[class*=prev] {
    right: -25px;
}

/* Ellipsis for titles in slider */
.owl-carousel-item .product-grid-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/*****************************************/
/*                                       */
/*  3.4.1 Latest Arrivals slider section  */
/*  #latest-arrivals-row                 */
/*****************************************/





/*
div.best-deals .owl-stage-outer {
    border-width: 0px;
}

div.best-deals .owl-stage-outer .owl-stage .owl-item .owl-carousel-item {
    border-width: 0px;
}

div.best-deals .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item {
    border: 1px solid rgba(119,119,119,.17);
}

div.best-deals .owl-stage-outer .owl-stage .owl-item .owl-carousel-item .product-grid-item {
    border: 1px solid rgba(119,119,119,.17);
}

.best-deals .owl-stage-outer .owl-stage .owl-item .slide-product .product-grid-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
*/


@media screen and (max-width: 768px) {
    .woodmart-carousel-container h4 {
	font-size: 18px;
    }
}
/****************************/
/*                          */
/*  3.4. Cocktails section  */
/*                          */
/****************************/

.cocktails-section {
    /*padding-top: 4rem;*/
}

.cocktail-center-column .vc_column-inner {
    padding-top: 10px !important;
}

/****************************/
/*                          */
/*  3.5. Newsletter section */
/*                          */
/****************************/

.newsletter-signup-content .vc_column-inner {
    background-size: 100% 100% !important;
    border-radius: 30px;
}

.mc4wp-form-fields p input[type="email"] {
    background: white;
    border: 2px solid rgba(129,129,129,.2);
    color: white;
    border-color: #E4E5E6;
}

.mc4wp-form-fields p input[type="email"]:focus {
    border-color: rgba(129,129,129,.3);
    transition: border-color .4s ease;
    transition-property: border-color;
    transition-duration: 0.4s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

/* Email Form Placeholder */
.placeholder-correction::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #777;
}
.placeholder-correction:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #777;
    opacity: 1;
}
.placeholder-correction::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #777;
    opacity: 1;
}
.placeholder-correction:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #777;
}

#newsletter-section {
    background-size: cover;
}

#newsletter-section .wpb_column .vc_column-inner > .wpb_wrapper {
    background: rgba(0, 0, 0, 0.7);
    margin: auto;
    padding: 20px;
}


/****************************/
/*                          */
/*  3.6. Instagram section  */
/*                          */
/****************************/

.instagram-content-inner p:last-child, .instagram-content-inner p:last-child img {
    margin-bottom: 0px;
    line-height: 0;
}

/****************************/
/*                          */
/*      4. FOOTER           */
/*                          */
/****************************/

footer.footer-container {/*, .copyrights-wrapper {*/
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
}

.copyrights-wrapper {
    border-top: none;
}

.main-footer {
    padding-left: 0px;
    padding-right: 0px;
}
/* Footer top and bottom padding */
.footer-sidebar {
    padding-top: 80px;
    padding-bottom: 30px;
}

/* Menu titles in footer */
#custom_html-15 h5, #custom_html-11 h5, #custom_html-12 h5, #custom_html-13 h5 {
    /*color: #F04B4B;*/
    color: black;
    font-size: 18px;
}

/* Menu items in footer */
#custom_html-15 .textwidget, #custom_html-11 .textwidget, #custom_html-12 .textwidget, #custom_html-13 .textwidget {
    font-size: 15px;
}

footer.footer-container {
    /*border-top: 1px solid;*/
    border-top: none;
    border-color: rgba(129,129,129,.2);
}

/* First Column */
#footer-company-info-table tbody tr td {
    border-bottom: none !important;
    padding: 10px 10px;
}

.contact-info-footer {
    font-size:24px
}

/* Second Column */
.footer-column-2 {
    padding-left: 40px;
    padding-right: 0px;
}

/* Third Column */
.footer-column-3 {
    /*padding-left: 30px;*/
}

/* Third Column */
.footer-column-4 {
    padding-left: 50px;
}

/* Fifth Column */
.footer-column-5 {
    padding-left: 50px;
    padding-right: 0px;
}

/* Social Icons Table */
#footer-follow-us-table {
    margin-top: 100px;
}

#footer-follow-us-table .top-row th {
    padding: 15px 15px;
}

#footer-follow-us-table .top-row th {
    padding: 15px 5px;
    font-weight: 500;
    border-bottom: none;
    font-size: 18px;
}

#footer-follow-us-table .bottom-row td {
    border-bottom: none;
    padding: 10px 0px;
}

#footer-follow-us-table .bottom-row td div.woodmart-social-icons .woodmart-social-icon i {
    font-size: 17px;
}


.footer-app-image {
    width: 100px;
}

/* Responsiveness */
@media screen and (min-width: 1024px) {
    /*
    #footer-company-info-table tbody tr td:first-child {
      padding-left: 0px;
    }
     */

    #footer-company-info-table tbody tr td:last-child {
      padding-right: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .min-footer-right {
        text-align: left;
    }
    .min-footer-left {
        text-align: right;
    }
}

@media screen and (max-width: 575px) {
    .footer-column-2, .footer-column-3 {
        max-width: calc(50% - 2rem);
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: 2rem;
    }

    .footer-column-3 {
        padding: 0px;
    }

    .min-footer-left {
        margin-bottom: 15px;
    }
    .min-footer-right , .min-footer-left {
        text-align: center;
    }
}

.min-footer-privacy, .min-footer-tos {
    padding-left: 10px;
    padding-right: 10px;
}

.min-footer-left {
    margin-top: 5px;
}

.min-footer-right {
    padding: 0px;
}

/*
.locate-me-button {
    background-color: #f0ad4e;
    border-color: #eea236;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
}

.locate-me-button:hover {
    background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}
*/




/****************************/
/*                          */
/*      5. SHOP PAGE        */
/*                          */
/****************************/

div.title-shop {
    /*border-bottom: 1px solid;*/
    border-color: rgba(129,129,129,.2);
    margin-bottom: 40px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.shop-title-wrapper h1 {
    font-size: 63px !important;
    line-height: 67px !important;
    font-weight: 400 !important;
}

.title-shop {
    height: 220px;
}

/* Sidebar */

/* Active Filters */
#woocommerce_layered_nav_filters-3 .chosen a {
    background: #58595B;
    height: 24px;
    border-radius: 5px;
    padding-top: 3px;
    padding-left: 20px !important;
    padding-right: 5px;
    color: white !important;
}

.filters-area {
    display: block!important;
}

.filters-area .filters-inner-area {
    opacity: 1!important;
}

div.woodmart-filter-buttons {
    display:none;
}

#woocommerce_layered_nav_filters-3 .chosen a:before, #woocommerce_layered_nav_filters-3 .chosen a:after {
    left: 5px !important;
    background-color: white !important;
}

#woocommerce_layered_nav_filters-3 .chosen .woocommerce-Price-amount {
    color: white;
    font-size: 12px;
}
/*
.shop-content-area {
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
}
*/
aside.sidebar-container {
    padding-left: 0px;
    padding-right: 100px;
    margin-left: -20px;
    /*margin-right: -20px;*/
}


.woodmart-sidebar-content h5 {
    font-size: 12px;
}

.woodmart-sidebar-content .widget {
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.woodmart-sidebar-content .woodmart-widget a {
    color: #2d2a2a;
    font-weight: 200;
}

.woodmart-sidebar-content .woodmart-widget a:hover {
    color: #999;
}

.woocommerce-ordering-list > ul li a:before, .widget_layered_nav ul li a:before, .sidebar-widget .product-categories li.cat-item a:before {
    content: "";
    display: inline-block;
    margin-top: -2px;
    margin-right: 8px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: #d8d8d8 !important;
    background-color: transparent !important;
    border-radius: 50%;
    vertical-align: middle;
    transition: all .2s ease;
}

/* Selected items*/
.woocommerce-ordering-list > ul li a.selected-order:before, .widget_layered_nav ul li.chosen a:before {
    background-color: #8f7054 !important;
    border: 1px solid;
    border-color: #8f7054 !important;
}

.woocommerce-ordering-list > ul li a:hover {
    color: #999;
}

/* Hide tick mark */
.widget_layered_nav ul .chosen a:after {
    opacity: 0;
    color: #8f7054;
}

/* Product grid */
.container .content-layout-wrapper .shop-content-area {
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
}

.shop-content-area .products-bordered-grid .product-grid-item {
    padding: 0px !important;
    margin: 5px !important;
    margin-top: 10px !important;
    border-width: 1px;
    max-width: 23.5%;
}

div.products-bordered-grid.elements-grid {
    border-left-width: 0px;
}

.shop-content-area .product-grid-item .product-wrapper {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.shop-content-area .woodmart-products-holder .product-grid-item .product-wrapper .product-information h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-content-area .woodmart-products-holder .product-grid-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shop-content-area .woodmart-products-holder .product-grid-item .product-element-top, .shop-content-area .woodmart-products-holder .product-grid-item .product-title {
    padding-left: 5px;
    padding-right: 5px;
}

.woodmart-products-holder, .no-products-footer {
    margin-bottom: 20px;
}

.woocommerce-info {
    background-color: #fa6446;
}

.products-footer {
    padding-bottom: 20px;
}


.categories-accordion-on .widget_product_categories .product-categories {
    padding-right: 0px;
}


.woodmart-spacing-10 {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

@media only screen and (max-width : 700px) {
    .woodmart-spacing-10 {
	/*margin-right: -15px !important;
	margin-left: -15px !important;*/
    }
    .shop-content-area .products-bordered-grid .product-grid-item {
	margin: 2px !important;
    }
}

/* Hide product count */
/*
.woocommerce-widget-layered-nav-list__item .count {
    display: none;
}
*/

/* - woo cat toggling elements, injected via jQuery - */

/* make list item be relative, to be able to position toggle within this item, if desired */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent {
    position: relative;
}
*/

.woodmart-sidebar-content .sidebar-widget h5.widget-title {
    position: relative;
    display: inline-block;
}
/*
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle {
    display: inline-block;
}
*/
/* the new toggle element wrapper, which is added via jQuery */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-left: 0.5em;
    width: 1.5em;
    line-height: 1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.4s ease;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.05);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
*/
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle {
    cursor: pointer;
    /*display: inline-block;*/
    display: none;
    text-align: center;
    margin-left: 0.5em;
    width: 1.5em;
    line-height: 1em;
    /*-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
    transition: all 0.4s ease;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.05);
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}
/* when it's popped, style the toggle wrapper differently */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: rgba(0,24,113,1);
    color: white;
}
*/
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle.cat-popped {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: rgba(0,24,113,1);
    color: white;
}

/* toggle icon */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle::before {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '+';
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
*/
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle::before {
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '-';
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
/* toggle icon when triggered */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped::before {
    content: '\2013';
}
*/
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle.cat-popped::before {
    content: '\2013';
}

/* hide sub cats by default */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle ~ ul.children {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease;
}
*/
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle ~ ul.children {
    overflow: hidden;
    max-height: 0;
    transition: all 0.4s ease;
}

/* show sub cats when triggered via jQuery toggle */
/*
#sidebar .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped ~ ul.children {
    max-height: 300px;
}
 */
.woodmart-sidebar-content .sidebar-widget .woo-filter-toggle.cat-popped ~ ul.children {
    max-height: 300px;
}

.woo-filter-toggle {
    float: right;
}


/****************************/
/*                          */
/*  6. SINGLE PRODUCT PAGE  */
/*                          */
/****************************/

.single-product-page .container {
    max-width: 900px;
}

@media only screen and (max-width : 980px) {
    .single-product .site-content {
	padding-right: 10px;
	padding-left: 10px;
    }
}

div.shop-content-area.content-with-products .single-breadcrumbs-wrapper .container {
    max-width: 900px;
    padding: 0px;
}

div.shop-content-area.content-with-products .single-breadcrumbs-wrapper {
    margin-bottom: 0px;
}

div.shop-content-area.content-with-products .single-breadcrumbs-wrapper .woocommerce-breadcrumb {
    text-transform: uppercase;
}

div.shop-content-area.content-with-products .single-breadcrumbs-wrapper .woocommerce-breadcrumb a {
    font-weight: 200;
}


.product-image-summary-inner,
.related-and-upsells {
    -webkit-box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.1);
    border: none;
    margin-bottom: 2rem;
}
.product-image-summary-inner .entry-summary .summary-inner .product_title {
    font-size: 23px;
}
.main-page-wrapper .container .content-layout-wrapper .site-content {
    margin-top: 0px;
}

.main-page-wrapper .container-fluid .content-layout-wrapper .shop-content-area {
    margin-top: 50px;
}

.related-products {
    padding: 2rem !important;
}

.woocommerce-product-gallery .owl-carousel {
    padding-bottom: 10px;
}

.product-image-thumbnail {
    border: 1px solid rgba(119,119,119,.17);
}

.tabs-layout-accordion {
    border-top: 1px solid rgba(119,119,119,.17);
}

.product-image-summary-wrap .product-image-summary .product-image-summary-inner .entry-summary {
    /*box-shadow: 0 0 5px rgba(0,0,0,.1);*/
}

@media only screen and (max-width : 980px) {
    .product-image-summary-wrap .product-image-summary .product-image-summary-inner .entry-summary {
        padding-bottom: 20px;
    }
}

.product-image-summary-inner .product-images .product-images-inner .woocommerce-product-gallery {
    padding-top: 20px;
}

.product-summary-shadow .summary-inner {
    box-shadow: none;
}

figure.woocommerce-product-gallery__image {
    border: 1px solid rgba(119,119,119,.17);
}

.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
    margin-bottom: 10px;
}

/* Related product slider */
.related-products .slider-title {
    font-size: 15px;
}

.related-products .products-bordered-grid .owl-stage-outer {
    border-width: 0px;
}

.related-products .products-bordered-grid .owl-carousel-item {
    border-width: 0px;
}

.related-products .products-bordered-grid .owl-stage-outer .product-grid-item {
    border: 1px solid rgba(119,119,119,.17);
    max-width: none;
    padding: 0px !important;
    margin: 0px !important;
    margin-top: 0px !important;
}

.product-grid-item .price {
margin-bottom: 10px;
}

.related-products .products-bordered-grid .owl-stage-outer .product-grid-item .product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/****************************/
/*                          */
/*      7. MY ACCOUNT       */
/*                          */
/****************************/

header.entry-header div.breadcrumbs a, .woocommerce-Address-title .edit {
    color: #6ca300;
}

header.entry-header div.breadcrumbs a:hover {
    color: #83b735;
}


.main-page-wrapper {
    padding-top: 0px;
}

/****************************/
/*                          */
/*      7. 404 Page         */
/*                          */
/****************************/

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

#custom-404-content {
    padding-top: 80px;
}


.not-found-404 .woodmart-search-form form .search-by-category {
    display: none;
}
