/*
Theme Name: Fireball - Base Theme
Author: Fireball
Author URI: http://fireballmerch.com.au/
Version: 1.2
*/


/* Helvetica Neue LT Std */
body{
    font-family: 'Helvetica Neue LT Std', sans-serif;
    color: #171516;
    font-size: 1.20rem;
}
.body_loader{
    position: fixed;
    top: 0px;
    background: #ffffff;
    z-index: 9999999;
    width: 100vw;
    height: 100vh;
    color: #cccccc;
}

#customer_login,
#customer_lostpassword,
#cart_page,
#my-accont-page{
    min-height: calc(100vh - 350px);
}



/* MEGA MENU CSS */
#nav-space-fix{
    min-height: 99px;
}
.menu {
    width: 100%;
    background: #fff;
}
.menu-container {
  margin: 0 auto;
  border-bottom: 1px solid #BFBFBF;
  background: #FFFFFF;
}
.menu a.logo {
    position: relative;
    display: inline-block;
    padding: 20px 0 20px 20px;
    width: auto;
    float: left;
    z-index: 999;
}
.menu img {
    max-width: 100%;
}
.menu-mobile {
    display: none;
    float: right;
    margin-top: 25px;
}
.menu-mobile:active, .menu-mobile:focus {
    outline: none;
}
.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: right;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
      clear: right;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
    display: inline-block;
    padding: 0px 15px;
    margin: 0;
    text-transform: uppercase;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 35px 0px;
    display: block;
    color: #262626 !important;
    font-family: 'Bodega-Sans';
    z-index: 2;
    position: relative;
}
.menu > ul > li a .menu-underline{
    display: none;
    border-bottom: 2px solid #C41230;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}
.menu > ul > li:hover a, .menu ul li.regular-menu:hover a, .menu > ul > li a.active, .menu > ul > li.parent-active > a, .menu ul li .row li:hover a, .menu ul li .row a.active {
    color: #C41230 !important;
}
.menu > ul > li:hover a .menu-underline, .menu > ul > li a.active .menu-underline, .menu > ul > li.parent-active a .menu-underline{
    display: block;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    position: absolute;
    z-index: 9999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    border-top: 1px solid #BFBFBF;
    max-height: 55vh;
    overflow-y: auto;
    box-shadow: 0px 2px 5px 0px rgba(181, 181, 181, 0.5);
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}


.menu ul li .row ul {
    padding: 0;
    margin: 0;
}
.menu ul li .row li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
}
.menu ul li .row a {
    text-decoration: none;
    padding: .2em 0;
    text-decoration: none;
    padding: .2em 0;
    font-family: inherit;
    text-transform: capitalize;
    color: #262626 !important;
}
.menu ul li .row h4 {
    color: #262626;
    font-family: 'Bodega-Sans';
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: normal;
}
.menu ul li .row p {
    text-transform: none;
}
.menu .feat-img-cont{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.menu ul li .row a.btn {
    font-family: 'Bodega-Sans';
    color: #ffffff !important;
    display: inline-block;
}
.menu ul li .row .sale-tag{
    font-family: 'Bodega-Sans';
    color: #C41230;
}
.menu ul li.regular-menu a{
    color:#B4975A !important;
}
.menu ul li.regular-menu a.active{
    color:#C41230 !important;
}
.menu > ul > li.regular-menu a.active .menu-underline, .menu > ul > li.regular-menu.parent-active a .menu-underline{
    border-bottom: 2px solid #C41230;
}
.menu ul li.cart-icon{
    margin-right: 20px;
    padding-left: 0;
}
.menu .fa-caret-square-down, .menu .fa-caret-down{
    display: none;
}

/* Animated mobile Hamburger menu START */
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon1 span {
    background: #e65100;
}
.animated-icon2 span {
    background:#C41230;
}
.animated-icon3 span {
    background: #f3e5f5;
}
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
.animated-icon1 span:nth-child(2) {
    top: 10px;
}
.animated-icon1 span:nth-child(3) {
    top: 20px;
}
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* Icon 3*/
.animated-icon2 span:nth-child(1) {
    top: 0px;
}
.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}
.animated-icon2 span:nth-child(4) {
    top: 20px;
}
.animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
}
.animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}
.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}
/* Animated mobile Hamburger menu END */



.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-container .menu{
        display:inline-block;
    }
    .menu-mobile {
        display: block;    
    }
    .menu .fa-caret-square-down, .menu .fa-caret-down{
        display: block;
        position: absolute;
        right: 15px;
        top: 0;
        text-align: center;
        z-index: 999;
        padding: 0.8em 1.5em 0.8em 3em;
        margin: 4px 0;
        color: #C41230;
        /*background: white;*/
        border-radius: 5px;
        /*box-shadow: 0px 1px 2px rgba(136, 136, 136, 0.5);*/
    }
    .menu ul .row .h-100 {
        height: auto !important;
    }
    .menu ul li.cart-icon {
        padding-left: 15px;
    }
    .header-card .badge {
        right: 0;
        left: 20px;
    }
    .menu > ul {
        display: none;
        width:100%;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
        position: relative;
        background: #f3f3f3;
        margin-bottom: 4px;
    }
    .menu > ul > li a {
        display: block;
        padding: 15px 0;
    }
    .menu > ul > li > ul {
        position: relative;
        max-height: inherit;
        overflow: visible
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
        max-height: 60vh;
        overflow-y: auto;
        border-top: 1px solid #BFBFBF;
        margin-top: 105px;
    }
}
/* MEGA MENU CSS END ========================================================= */





@media screen and (max-width: 991px) {
    .home-banner-txt h1 span{
        font-size: inherit !important;
    }
}
@media screen and (max-width: 767px) {
    .home-banner-txt{
        text-align: center;
        background: rgba(234, 239, 243, 0.8);
        padding: 50px 0;
    }
}
#insta-section .owl-carousel .owl-item {
    float: left;
    padding: 10px;
}
#insta-section .owl-carousel .owl-item .fa-clone , #insta-section .owl-carousel .owl-item .fa-video{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #c41230;
    text-shadow: 0px 1px 5px #ffffff;
}
#insta-section .owl-theme .owl-controls .owl-page span, .owl-dot span{
    background: rgba(196, 18, 48, 0.7) !important;
    opacity: 0.6;
}
.owl-dot.active span{
    background: rgba(196, 18, 48, 0.7) !important;
    opacity: 1;
}
#insta-section .owl-carousel{
    overflow-x: hidden;
}
#insta-section{
    padding-bottom: 40px;
}

#events-page h1{
    font-family: 'Bodega-Sans';
    font-size: 64px;
    margin-top: 50px;
    margin-bottom: 35px;
}
#events-page form label{
    padding: 15px 20px;
    border-top: 1px solid #BFBFBF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    font-family: 'Bodega-Sans';
}
#events-page form .filter-status label:first-child, #events-page form .filter-loc label:first-child{
    border-left: 1px solid #BFBFBF;
}
#events-page form label input[type="radio"]{
    display: none;
}
#events-page form label.selected{
    border: 1px solid #C41230;
    background-color: #C41230;
    color: #FFFFFF;
}
#events-page #apply-filter{
    display: none;
}
#events-page #events-preload{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(146, 146, 146, 0.5);
    height: 100%;
    width: 100%;
    z-index: 999;
}
#events-page #events-preload .fa-circle-notch{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #C41230;
}
#events-page label{
    display: inline;
}
#events-page .filter-date label{
    border: none;
    background: none;
    color: inherit;
    padding: 0px 20px;
    font-family: inherit;
}
@media screen and (max-width: 767px) {
    #events-page .filter-date label{
        padding: 0px 10px;
    }
}
@media screen and (max-width: 450px) {
    #events-page .filter-date label{
        padding: 0px 5px;
        font-size: 16px;
    }
    .single-events-details p span {
        position: relative !important;
        left: 0 !important;
        margin-left: 10px;
    }
}
@media screen and (max-width: 370px) {
    #events-page form label {
        font-size: 17px;
        padding: 10px 10px;
    }
}
#events-page .filter-date label:first-child{
    padding-left: 0px;
}
#events-page .filter-date label.selected span{
    padding: 16px 0px;
    border-bottom: 2px solid #C41230;
}
#events-page .filter-date label.selected {
    background: none;
    border: none;
    color: inherit;
    font-weight: bold;
    position: relative;
}
#events-page .filter-date .menu-underline{
    display: none;
    border-bottom: 2px solid #C41230;

    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}
#events-page .filter-date label.selected .menu-underline{
    display: block;
}
#events-page .filter-date label.selected .menu-underline{
    border-bottom: 2px solid #C41230;
}
#events-page .events-list-details{
    padding: 40px;
}
#events-page .events-list .event-image{
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    background-position: center;
}
#events-page .events-list-details h2{
    font-family: 'Bodega-Sans';
    font-size: 24px;
    color: #C41230;
}
#events-page .events-list-details p{
    padding: 0;
    margin: 0;
}
#events-page .events-list a{
    color: inherit;
}
#events-page .events-list a:hover{
    text-decoration: none;
}
#events-page .nothing-found{
    text-align: center;
    color: #FFFFFF;
}
#events-page .events-ajax-result{
    background-color: #C41230;
}
#misha_loadmore{
    background-color: #B4975A !important;
    border-color: #B4975A !important;
}
#misha_loadmore:hover{
    background-color: #a98d54  !important;
    border-color: #a98d54  !important;
}
.single-events-details p{
    position: relative;
    padding: 0;
    margin: 0;
}
.single-events-details p a:hover{
    text-decoration: none;
}
.single-events-details p span{
    /*position: absolute;*/
    /*left: 130px;*/
}
.single-events-details p a span{
    color: #C41230;
    border-bottom: 1px solid #C41230;
}
#single-events-page h1{
    font-family: 'Bodega-Sans';
}

#single-events-page .event-tags span {
    color: #B4975A;
    border-bottom: 1px solid #B4975A;
    margin-right: 10px;
    position: relative;
}
#single-events-page .event-tags span:not(:first-child) {
    margin-left: -.3em;  
}
#single-events-page .event-tags span:empty {
    display: none;
}
#single-events-page .event-tags span:not(:first-child):before {
    content: ",";
    position: absolute;
    left: -8px;
}

#single-events-page .slick-slide {
    border: 1px solid #BFBFBF;
    position: relative;
}
.slick-slide.slick-current.slick-active, .slick-slide:focus {
    outline: none;
}
.sing-events-gallery-nav .slick-slide.slick-current.slick-active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#single-events-page .sing-events-gallery-nav .slick-slide {
    margin-top: 10px;
    margin-right: 5px;
}
#single-events-page .slick-prev, #single-events-page .slick-next{
    padding: 0 !important;
    z-index: 1;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
    color: #c41230;
}
#single-events-page .back-to-events a{
    color: inherit;
}
#single-events-page .sing-events-gallery .slick-slide img{
    margin: 0 auto;
}

#more-events-btn1 a, #more-events-btn2 a{
    background-color: #FFFFFF !important;
    border: solid 1px #FFFFFF !important;
    color: #C41230 !important;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #C41230;
    border-color: #C41230;
}

.owl-insta-image{
	width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .owl-insta-image{
        height: 150px;
    }
}


/* Visual Composer */
.vc_row.wpb_row.vc_row-fluid{
    margin-left: 0px;
    margin-right: 0px;
}

/* VC and BS */
.d-flex.h-100.wpb_column > .vc_column-inner{
    align-self: center!important;
}
.text-shadow, .text-shadow p{
    text-shadow: 0px 0px 15px #000000;
}

/* BS */
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

/* WP */
.aligncenter{
    margin: 0px auto;
    text-align: center;
    display: block;
}

/* Woocommerce */
.woocommerce-products-header h2{
    font-family: 'Bodega-Sans';
    color: #B4975A;
}
.woocommerce table.shop_table{
    border-radius: 0px !important;
}
.woocommerce a{
    color: #171516;
}
.woocommerce .checkout-button{

}
.woocommerce .woocommerce-cart-form button
{
    background-color: #c3102f !important;
    color: #ffffff !important;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 400 !important;
    font-size: 1rem !important;
    padding: .64rem 2rem !important;
    border-radius: 0px !important;
    text-transform: uppercase;
}
.woocommerce .woocommerce-cart-form input{
    font-family: 'Helvetica Neue LT Std', sans-serif;
    font-weight: 400 !important;
    font-size: 1rem !important;
    padding: .34rem !important;
}
.woocommerce .woocommerce-cart-form .product-remove a,
.wishlist_table .product-remove a.remove{
    color: #c3102f !important;
    font-size: 1rem !important;
    position: relative;
    margin: 0px auto;
}
.woocommerce .woocommerce-cart-form .product-remove a:hover,
.wishlist_table .product-remove a.remove:hover{
    background: none;
    color: #c3102f !important;
}
.woocommerce .woocommerce-cart-form .product-remove a:hover::before,
.wishlist_table .product-remove a.remove:hover::before{
    content: '';
    height: 25px;
    width: 25px;
    position: absolute;
    top: -4px;
    left: -4px;
    background: rgba(0,0,0,0.1);
    z-index: -1;
    border-radius: 50%;
}
.woocommerce .woocommerce-cart-form #coupon_code{
    min-width: 100px;
}
.woocommerce-checkout #payment{
    border-radius: 0px !important;
}
.return-to-shop .button,
.woocommerce-message .button{
    font-weight: 400 !important;
    border-radius: 0px !important;
}
.woocommerce-MyAccount-navigation .list-group-item.active{
    background-color: #c3102f;
    border-color: #c3102f;
}
.woocommerce .blockUI.blockOverlay::before{
    -webkit-animation: fa-spin 2s infinite linear !important;
    animation: fa-spin 2s infinite linear !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f1ce" !important;
    background: none !important;
}

/* Woocommer Default Form */
.form-row label {
    display: inline-block !important;
    margin-bottom: .5rem;
    line-height: inherit !important;
}
.form-row .woocommerce-input-wrapper{
    width: 100%;
}
.form-row .woocommerce-input-wrapper .select2-selection{
    border-radius: 0px;
    padding: 4px;
    height: 36px;
}
.form-row .woocommerce-input-wrapper textarea{
    border-radius: 0px;
    max-height: 200px;
}


/* Typo */
/* .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Bodega-Sans';
} */


/* My Account */
.my-account-content a{
    color: #B4975A;
}

/* Header */
.header .navigation ul{
    margin: 0px;
    padding: 0px;
}
.header .navigation ul li{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    padding: 0px;
    text-transform: uppercase;
    border: solid 2px transparent;
}
.header .navigation ul li a{
    padding: 0px;
    color: #262626 !important;
    font-family: 'Bodega-Sans';
    letter-spacing: 3px;
    z-index: 2;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 0.9rem;
    line-height: 2.3rem;
    vertical-align: middle;
    display: table-cell !important;
}
header nav .dropdown .dropdown-menu li a{
    font-family: 'Helvetica Neue LT Std', sans-serif;
    text-transform: capitalize;
}
.header .navigation ul li.current-menu-item::before, .header .navigation ul li:hover::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: inset 0px 0px 10px rgba(255,43,43,1);
    border-radius: 8px;
    z-index: 0;
}
.header .navigation ul li.current-menu-item, .header .navigation ul li:hover{
    position: relative;
    box-shadow: 0px 0px 10px rgba(255,43,43,1);
    border-radius: 8px;
    border: solid 2px #e8982e;
    text-decoration: none;
}
.header .desktop-cart{
    position: absolute;
    width: 100%;
    margin-top: -30px;
}
.header-card a{
    position: relative;
}
.header-card .badge{
    position: absolute;
    right: -15px;
    margin-top: -10px;
    padding: 6px 0px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    font-size: 60%;
    font-weight: 300;
}
.header-card i{
    font-size: 1.5rem;
}
.header-card i::after{
    display: none;
}
/* Header Fixed */
.header-fixed,.header-m-fixed{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.5);
    -webkit-transition: all 3s;                  
    -moz-transition: all 3s;                 
    -o-transition: all 3s;   
    -ms-transition: all 3s;         
    transition: all 3s; 
    border-bottom: solid 1px rgba(255,255,255,0.3);
}


/* Hamburger Menu */
.mobile-menu-btn:hover,
.mobile-menu-btn:focus,
.mobile-menu-btn:active,
.mobile-menu-btn .hamburger-menu:hover,
.mobile-menu-btn .hamburger-menu:focus,
.mobile-menu-btn .hamburger-menu:active{
    outline: 0;
}
#hamburger-menu {
    width: 26px;
    height: 23px;
    margin: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    cursor: pointer;
    float: right;
    margin-top: 5px;
}
#hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
#hamburger-menu span:nth-child(1) {
    top: 0px;
    width: 80%;
    right: 0;
    left: 20%;
}
#hamburger-menu span:nth-child(2), #hamburger-menu span:nth-child(3) {
    top: 8px;
}
#hamburger-menu span:nth-child(4) {
    top: 16px;
}
#hamburger-menu.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}
#hamburger-menu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#hamburger-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
#hamburger-menu.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}
.hide-mobile-menu{
    margin: 0px !important;
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
    cursor: pointer;
}

/* Mobile Menu */
.mobile-menu-container{
    width: 100%;
    padding: 0px;
    margin: 0px !important;
    position: relative;
    margin: 0px auto !important;
}
.mobile-menu-container.float-menu{
    position: fixed;
    top: 60px;
    z-index: 998;
    max-width: 100%;
}
.mobile-menu{
    display: none;
    position: absolute !important;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #f5f5f5;
    width: 100%;
    margin: 0px !important;
    box-shadow: 0px 4px 7px rgba(0,0,0,0.8);
    background: #8c1212;
    border-bottom: solid 1px rgba(0,0,0,0.3);
}
.mobile-menu > div{
    height: 100%;
    box-shadow: inset 0px 0px 60px rgba(0,0,0,0.8);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 45px !important;
}
.mobile-menu .wpb_content_element{
    margin: 0px;
    padding: 0px;
}
.mobile-menu ul{
    margin: 0px;
    padding: 0px;
}
.mobile-menu ul li{
    list-style: none;
}
.mobile-menu ul li a{
    color: #ffffff;
    padding: 0.75rem 0px;
    text-align: center;
    width: 100%;
    display: block;
    border-bottom: solid 1px rgba(255,255,255,0.2);
    font-family: 'Bodega-Sans';
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1.3rem;
}


/* Featured Product Carousel */
.featured-product-carousel{

}

.featured-product-carousel .carousel-inner{
    padding-bottom: 30px;
}
.featured-product-carousel .carousel-inner .image-container{
    min-height: 350px;
    max-height: 350px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
.featured-product-carousel .carousel-inner .image-container > img{
    top: 0px;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.featured-product-carousel .carousel-indicators{
    margin-bottom: 0px;
}
.featured-product-carousel .carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #b39758;
}
.featured-product-carousel .carousel-indicators li.active{
    background-color: #b39758;
}

/* Special Offer */
.special-offer{
    color: #ffffff;
}
.special-offer h1{
    text-shadow: 0px 1px 20px #000000;
}
.special-offer-heading{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
.special-offer .fireball-character-bg{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}


/* Footer */
#footer-social-icons a{
    font-size: 24px;
}
.footer .text-line a{
    color: #ffffff;
    position: relative;
    white-space: nowrap;
}
.footer .text-line a:after{
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #ffffff;
    left: 0px;
    bottom: -3px;
}
.footer .text-line a:hover{
    text-decoration: none;
}

/* Product Items */
.tax-product_cat .excerpt{
    display: none;
}
.product-items .product-item .product-box{
    -webkit-transition: all 0.3s;                  
    -moz-transition: all 0.3s;                 
    -o-transition: all 0.3s;   
    -ms-transition: all 0.3s;         
    transition: all 0.3s; 
}
.product-items .product-item .product-box:hover{
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
/* .product-items .product-item .product-box:hover .image-container{
    margin: -0.5rem -0.5rem 0.5rem -0.5rem;
} */
.product-items .product-item .image-container{
    min-height: 290px;
    max-height: 350px;
    overflow: hidden;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s;                  
    -moz-transition: all 0.5s;                 
    -o-transition: all 0.5s;   
    -ms-transition: all 0.5s;         
    transition: all 0.5s; 
}
.product-items .product-item .image-container img{
    top: 0px;
    margin: 0px auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 100%;
    max-width: inherit;
}
.product-items .product-item .title a{
    color: #191818;
    font-size: 1.25rem !important;
    line-height: 1rem;
}
.product-items .product-item .excerpt{
    color: #B4975A;
    font-size: 1rem;
}
.product-items .product-item .price, .product-items .product-item .price ins{
    font-weight: 400 !important;
    color: #191818 !important;
    text-decoration: none;
    font-size: 1.5rem !important;
}
.product-items .product-item .price del {
    color: #B4975A;
    text-decoration: line-through;
    display: block !important;
}
.product-items .product-item .price del span{
    font-size: 0.9rem;
    color: #B4975A;
}
.product-items .product-item .onsale{
    background: #c3102f;
    height: 50px;
    width: 50px;
    font-weight: 400;
    top: -15px;
    line-height: 2.8rem;
}
#yith-wcwl-popup-message{
    border-radius: 0px !important;
    border-color: #c3102f !important;
    padding: 0px 1rem !important;
}
.product-items .product-item .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 15px;
    right: 30px;
    height: 50px;
    width: 50px;
    margin: 0px;
    z-index: 99;
}
.yith-wcwl-add-to-wishlist .fas.fa-heart{
    display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show .fas.fa-heart, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show .fas.fa-heart{
    display: block;
}
.yith-wcwl-add-to-wishlist > div:hover .fas.fa-heart{
    display: block;
}
.yith-wcwl-add-to-wishlist > div:hover .far.fa-heart{
    display: none;
}
.yith-wcwl-add-to-wishlist > div:hover a{
    text-decoration: none;
}
.product-items .product-item .yith-wcwl-add-button, 
.product-items .product-item .yith-wcwl-wishlistexistsbrowse,
.product-items .product-item .yith-wcwl-wishlistaddedbrowse {
    display: block;
    height: 50px;
    width: 50px;
    /*background: #f9fafa;*/
    border-radius: 50%;
    /*border: solid 1px #cccccc;*/
}
.product-items .product-item .yith-wcwl-add-button i, 
.product-items .product-item .yith-wcwl-wishlistexistsbrowse i,
.product-items .product-item .yith-wcwl-wishlistaddedbrowse i{
    padding: 16px 15.5px;
    color: #C41230;
    font-size: 1rem;
}
.product-items .product-item .yith-wcwl-add-to-wishlist .ajax-loading{
    top: 2px;
    left: 2px;
    position: absolute;
    width: 46px !important;
    height: 46px !important;
    margin: 0px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.product-items .product-item .yith-wcwl-add-to-wishlist .ajax-loading i {
    color: #ffffff;
}



/* Single Product */
.single-product .onsale{
    background: #c3102f !important;
    height: 50px;
    width: 50px;
    font-weight: 400 !important;
    top: -30px !important;
    left: -20px !important;
}
.single-product .yith_magnifier_zoom_wrap{
    border: solid 1px #d7d9dd;
}
.single-product .product_title{
    font-size: 1.75rem;
}
.single-product .price{
    font-family: 'Bodega-Sans';
    color: #c3102f !important;
    font-size: 1.75rem !important;
    margin: 0px;
}
.single-product .price del{
    color: #B4975A;
    text-decoration: line-through;
    display: block !important;
    font-size: 1.5rem;
}
.single-product .price ins{
    text-decoration: none;
    font-size: 1.75rem !important;
}
.single-product .woocommerce-product-details__short-description {

}
.single-product .variation_options label{
    text-transform: uppercase;
    color: #B4975A;
    font-size: 1rem;
    letter-spacing: 0.9px;
    font-weight: 400 !important;
}
.single-product .variation_options select{
    padding: 5px 5px;
    border: solid 1px #2b292a;
    color: #171516;
    background: #efefef;
}
.single-product .variation_options .custom-att-option.color button{
    border: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    padding: 0px !important;
    margin: 0px 5px;
    outline: none;
    cursor: pointer;
    position: relative;
    border: solid 1px #cbcbcb;
}
.single-product .variation_options .custom-att-option.color button:first-child{
    margin-left: 0px;
}
.single-product .variation_options .custom-att-option.color button.active::before{
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: solid 1px #191818;
    padding: 17px;
    border-radius: 50%;
}
.single-product .variation_options .custom-att-option.size button{
    background: #efefef;
    border: solid 1px #efefef;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    padding: 0px !important;
    margin: 0px 5px;
    width: 45px;
    height: 45px;
    outline: none;
    cursor: pointer;
    color: #171516;
}
.single-product .variation_options .custom-att-option.size button.active{
    border: solid 1px #191818;
}
.single-product .variation_options .custom-att-option.size button:first-child{
    margin-left: 0px;
}
.single-product .woocommerce-variation-add-to-cart .quantity input,
.single-product .quantity input{
    /*font-family: 'Helvetica Neue LT Std', sans-serif;*/
    font-family: sans-serif;
    font-weight: 400 !important;
    font-size: 1rem !important;
    /*line-height: 1rem;*/
    /*padding: 0.56rem .25rem .27rem !important;*/
    padding: 6px 0px !important;
}
.single-product .woocommerce-variation-add-to-cart button, 
.single-product .single_add_to_cart_button{
    background-color: #c3102f !important;
    color: #ffffff !important;
    font-family: 'Helvetica Neue LT Std', sans-serif;
    /*font-family: sans-serif;*/
    font-weight: 400 !important;
    font-size: 1rem !important;
    /*line-height: 3rem;*/
    /*padding: 10px 25px 5px !important;*/
    /*line-height: 3;*/
    /*line-height: calc(((var(--line-height) * var(--capital-height)) - var(--valign)) * 1px);*/
    
    display: table-cell !important;
    position: relative !important;
    height: 40px !important;
    vertical-align: middle !important;
    line-height: 1.2rem !important;
}
.single-product .related.products h5{
    color: #B4975A;
}
.single-product .woocommerce-grouped-product-list-item a{
    color: #171516;
}
.yith_magnifier_lens, .yith_magnifier_zoom_magnifier{
    width: 100% !important;
    height: 100% !important;
}
.magnifier-off .yith_magnifier_mousetrap, .magnifier-off .yith_magnifier_zoom_magnifier, .magnifier-off > a > div{
    display: none !important;
}
.yith_magnifier_loading{
    opacity: 0.3;
    height: 100%;
    top: 0px !important;
    line-height: 100vh;
}
.yith_magnifier_loading:before{
    position: absolute;
    top: 42%;
    left: 47%;
    width: 20px;
    height: 20px;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f1ce";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.single-product .yith-wcwl-add-to-wishlist{
    position: absolute;
    top: 15px;
    right: 30px;
    height: 50px;
    width: 50px;
    margin: 0px;
    z-index: 999;
}
.single-product .yith-wcwl-add-to-wishlist > div:hover{
    /*background: #cccccc;*/
}
.single-product .yith-wcwl-add-button, 
.single-product .yith-wcwl-wishlistexistsbrowse,
.single-product .yith-wcwl-wishlistaddedbrowse {
    display: block;
    height: 50px;
    width: 50px;
    /*background: #f9fafa;*/
    border-radius: 50%;
    /*border: solid 1px #cccccc;*/
}
.single-product .yith-wcwl-add-button i, 
.single-product .yith-wcwl-wishlistexistsbrowse i,
.single-product .yith-wcwl-wishlistaddedbrowse i{
    padding: 17px 15px;
    color: #C41230;
    font-size: 1rem;
}
.single-product .yith-wcwl-add-to-wishlist .ajax-loading{
    top: 2px;
    left: 2px;
    position: absolute;
    width: 46px !important;
    height: 46px !important;
    margin: 0px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.single-product .yith-wcwl-add-to-wishlist .ajax-loading i {
    color: #ffffff;
}
.yith_magnifier_mousetrap {
    z-index: 990 !important;
}
.yith_magnifier_thumbnail a {
    margin: 0px !important;
    border: solid 1px #cbcbcb;
}
.product-images-thumbnail{
    height: 100%;
}
.thumbnails.slider{
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
}
.thumbnails.slider .caroufredsel_wrapper, .yith_magnifier_gallery{
    width: 100% !important;
    height: 100% !important;
}
.mobile-thumbnail-images img{
    border: solid 1px #d7d9dd;
}
.product-image-thumbnail .close{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px !important;
    margin: 0px !important;
    color: #c3102f;
    opacity: 1;
    text-shadow: none;
    z-index: 999;
}
.related_carousel {
    margin: 0px;
	width: 100%;
	position: relative;
}
.related_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.related_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #eee;
    width: 139px;
    height: 139px;
    padding: 0;
    margin: 0px 5px;
    display: block;
	float: left;
	border: solid 3px #cbcbcb;
}
.related_carousel .caroufredsel_wrapper{
	margin: 0px !important;
    width: 100% !important;
}
.related_carousel .image-container{
	overflow: hidden;
    height: 100%;
}
.related_carousel .prev, .related_carousel .next{
	display: none !important;
}
.related_carousel:hover .prev, .related_carousel:hover .next{
	display: block !important;
}
.related_carousel .prev{
    height: 100%;
    position: absolute;
	top: 0px;
	left: 0px;
    width: 10%;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 165px;
}
.related_carousel .next{
    height: 100%;
    position: absolute;
	top: 0px;
	right:0px;
    width: 10%;
    color: #ffffff;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 165px;
}
.related_carousel .prev i, .related_carousel .next i{
    top: 45%;
    position: absolute;
    left: 40%;
}

.yith_magnifier_gallery{
    float: none !important;
    padding: 0px;
    margin-bottom: 1rem;
}
.yith_magnifier_gallery li{
    width: 100% !important;
    margin-bottom: 1rem;
    height: 90px !important;
}
#slider-prev{
    top: 0px !important;
    width: 100% !important;
    background: none !important;
    position: absolute !important;
}
#slider-prev::before{
    content: "\f106";
    width: 29px;
    height: 26px;
    background: #ffffff;
    margin: 0px auto;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
#slider-next{
    top: inherit !important;
    bottom: 0px !important;
    width: 100% !important;
    background: none !important;
    position: absolute !important;
}
#slider-next::before{
    content: "\f107";
    width: 29px;
    height: 26px;
    background: #ffffff;
    margin: 0px auto;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000000;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}


/* C.C Layout */
#nab_card_details label{
    width: 100%;
}
#nab_card_details #nab_card_number{
    height: 35px;
    padding: 5px 10px;
}
#nab_card_details #cc-expire-month{
    width: 49%;
    border: 1px solid #a9a9a9;
    background: #fff;
    padding: 5px 10px;
    margin-right: 1%;
    height: 35px;
}
#nab_card_details #cc-expire-year{
    width: 49%;
    border: 1px solid #a9a9a9;
    background: #fff;
    padding: 5px 10px;
    margin-left: 1%;
    height: 35px;
}
#nab_card_details #nab_card_ccv{
    width: 65px !important;
    height: 35px;
    padding: 5px 10px;
    margin-right: 15px;
}
#nab_card_details .nab_card_ccv_description{
    line-height: 35px;
}
#jsPayButton{
    background: #c3102f;
    border-color: #c3102f;
    font-family: 'Bodega-Sans';
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: .5rem 1.5rem !important;
    color: #ffffff;
    border-radius: 0px;
    margin-left: 3px;
}
#nab_card_details .form-row{
    width: 100%;
} 


/* Pagination  */
.products-pagination .pagination {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    display: table;
    margin: 10px auto;
}
.products-pagination .page-link {
    border-color: #c3102f;
    color: #c3102f;
    border-radius: 0px !important;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    padding: 4px .75rem 0px;
    margin: 0;
    line-height: 18px;
	box-shadow: none;
}
.products-pagination .page-link .fas{
    line-height: 0;
}
.products-pagination li.page-item{
    line-height: 0;
    padding: 0;
    margin: 0;
    display: inline-table;
    vertical-align: middle;
    margin-bottom: 5px;
}
.products-pagination .next.page-link, .products-pagination .prev.page-link, .products-pagination .page-link.current{
    background: #c3102f;
    border-color: #c3102f;
    color: #ffffff;
    border-radius: 0px;
}
.products-pagination .next.page-link:hover, .products-pagination .next.page-link:active, .products-pagination .prev.page-link:hover, .products-pagination .prev.page-link:active{
    background-color: #a20d0d !important;
    border-color: #a20d0d !important;
}
.products-pagination .next.page-link:focus, .products-pagination .next.page-link:not(:disabled):not(.disabled):active:focus, .products-pagination .prev.page-link:focus, .products-pagination .prev.page-link:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgba(162,13,13,.25);
}


/* Buttons */
input,button{
    border-radius: 0px !important;
}
a.btn-primary,
button{
    font-family: 'Bodega-Sans';
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 35px !important;
    color: #ffffff;
    border-radius: 0px;
}
.vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey{
    background-color: #C41230 !important;
    border-radius: 0px;
    border: solid 1px #C41230 !important;
    font-family: 'Bodega-Sans';
    color: #ffffff !important;
    padding: 0.7rem 2.4rem;
    letter-spacing: 1px;
    font-size: 1rem;
    background-image: none;
}
.btn-primary{
    background: #C41230;
    border-color: #C41230;
}
.btn-primary:hover, .btn-primary:active{
    background-color: #a20d0d !important;
    border-color: #a20d0d !important;
}
.btn-primary:not(:disabled):not(.disabled):active:focus{
    box-shadow: 0 0 0 0.2rem rgba(162,13,13,.25);
}

/* Inputs */
.newsletter .form-control{
    background: #F7F7F7;
    border: none;
}
.newsletter .form-control:focus{
    box-shadow: none !important;
}




/* Map Locator */



@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

#asl-storelocator .asl-panel{
    max-width: 41.49%;
}

}}
@media screen and (min-width: 576px) and (max-width: 768px)  {
   #asl-storelocator .asl-panel{
        max-width: 41.46%;
    } 
}


#asl-storelocator{
    padding: 0px !important;
    margin: 0px auto !important;
}
#asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-0{
 height: 100% !important;
 width: 100% !important;
     margin-left: auto !important;
    margin-right: 0px !important;
	max-width: 100% !important;
}
#asl-storelocator{
 height: 100% !important;
 width: 100% !important;
}
#asl-storelocator .row{
    margin: 0px !important;
}
#asl-storelocator .row:first-child { 
	display: none !important;
}
.asl-footer{
	display: none;
}
#asl-storelocator .store-locator, #asl-storelocator #asl-map-canv{
	/* height: 100% !important; */
}
#asl-storelocator .asl-radius-cnt, #asl-storelocator .asl-reset-map{
    color: #000000 !important;
}
#asl-storelocator .img_box, #asl-storelocator .img_box img{
    display: none !important;
}
#asl-storelocator .info-addr{
    width: 100% !important;
}
#asl-storelocator .search_filter, #asl-storelocator .storelocator-panel{
    width: 100% !important;
    margin: 0px !important;
}
#asl-storelocator .storelocator-panel{
	padding: 0px !important;
	margin: 0px !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 .Num_of_store{
    width: 100% !important;
    left: 0px !important;
}
#asl-storelocator.asl-p-cont.asl-bg-0 #panel.storelocator-panel{
    top: 25px !important;
    border: none;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
.gm-fullscreen-control{
    height: 15px !important;
    width: 0px !important;
    padding: 6px 15px !important;

}
.gm-style-mtc > div[role="button"]{
    height: 24px !important;
    font-size: 14px !important;
    padding: 0px 10px !important;
}
.gm-svpc{
    display: none !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom > .gmnoprint{
    left: 15px !important;
    top: 90px !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom > .gmnoprint > div{
    width: 25px !important;
    height: 60px !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom > .gmnoprint .gm-control-active{
    width: 11px !important;
    height: 20px !important;
    padding: 5px 7px !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom > .gmnoprint .gm-control-active > img{
    height: 10px !important;
    width: 10px !important;
}
.gm-bundled-control.gm-bundled-control-on-bottom > .gmnoprint > div > div{
    width: 15px !important;
}
@media (max-width: 576px) {
    #asl-storelocator{
        padding: 0px !important;
        margin-bottom: 30px !important;
    }
    #asl-storelocator .store-locator{
        display: block;
        position: relative;
        height: 500px !important;
    }
}

/* Pop Up */
.popup-content{
    background: #000000;
    color: #ffffff;
}
.popup-content #mc_embed_signup{
    background: transparent;
}

.close i{
    text-shadow: none;
}


/* Responsive */
@media (min-width: 576px) {
    .product-items .product-item .image-container {
        min-height: 240px;
    }
    .related_carousel li {
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 768px) {
    .product-items .product-item .image-container {
        min-height: 290px;
    }
    .related_carousel li {
        width: 155px;
        height: 155px;
    }
    #nab_card_details .form-row{
        width: 47%;
    } 
}

@media (min-width: 992px) {
    .special-offer .fireball-character-bg{
        background-size: 55%;
    }
    .product-items .product-item .image-container {
        min-height: 270px;
    }
    .yith_magnifier_gallery li{
        width: 100% !important;
        margin-bottom: 1rem;
        height: 60px !important;
    }
    .related_carousel li {
        width: 109px;
        height: 109px;
    }
}

@media (min-width: 1200px) {
    .product-items .product-item .image-container {
        min-height: 330px;
    }
    .yith_magnifier_gallery li{
        width: 100% !important;
        margin-bottom: 1rem;
        height: 90px !important;
    }
    .related_carousel li {
        width: 158px;
        height: 158px;
    }
}

@media (max-width: 575px) {
    #asl-storelocator .asl-p-cont .col-xs-12{
            width: 100% !important;
    }

}

.tooltip-inner {
    white-space:pre-wrap;
}




/* WP Store Locator */
#wpsl-wrap{
    background: #ffffff;
    margin: 0px !important;
}
#wpsl-wrap #wpsl-gmap{
    margin: 0px;
}
#wpsl-wrap .gmnoprint button{
    padding: 0px !important;
}
#wpsl-wrap .wpsl-search{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(0,0,0,0.4);
    color: #000000;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap{
    width: 80%;
    left: 10%;
    background: #ffffff;
    margin: 0 auto;
    position: absolute;
    top: 50px;
    padding: 10px 15px;
    font-size: 14px;
}
#wpsl-wrap .wpsl-search .wpsl-input{
    width: 100%;
    margin: 0px 0px 5px 0px;
}
#wpsl-wrap .wpsl-search .wpsl-select-wrap{
    width: 50%;
    margin: 0px;
}
#wpsl-wrap .wpsl-search .wpsl-select-wrap > div{
    width: 50%;
    margin: 0px;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap{
    width: 50%;
    margin: 0px;
    padding-top: 32px;
}
#wpsl-wrap .wpsl-search .wpsl-search-btn-wrap input{
    height: 37px;
    background: #CC3333 none repeat scroll 0 0;
    color: #ffffff;
    box-shadow: none;
    border: none;
}
#wpsl-wrap .wpsl-search input, #wpsl-wrap .wpsl-search label{
    width: 100%;
}
#wpsl-wrap #wpsl-stores{
    color: #000000;
    font-size: 13px;
    padding: 38px 0px 50px 0px;
}
#wpsl-wrap #wpsl-stores .wpsl-store-location p{
    margin-bottom: 5px;
}
#wpsl-wrap #wpsl-stores .wpsl-store-location p strong{
    color: #CC3333;
    font-weight: 400;
}
#wpsl-wrap #wpsl-stores .wpsl-directions{
    float: right;
    color: #CC3333;
    text-decoration: underline;
}
#wpsl-wrap #wpsl-result-list ul li:nth-child(2n){
    background: #fafafa none repeat scroll 0 0 !important;
}
#wpsl-wrap #wpsl-result-list{
    position: relative;
}
#wpsl-wrap #storeTotal{
    position: absolute;
    top: 5px;
    height: 30px;
    background: #CC3333;
    width: 80%;
    color: #ffffff;
    text-align: center;
    padding: 5px 0px;
    font-size: 13px;
    left: 6%;
}
#wpsl-wrap #storeChangeLocation{
    position: absolute;
    bottom: 10px;
    height: 30px;
    background: #CC3333;
    width: 80%;
    color: #ffffff;
    text-align: center;
    padding: 4px 0px;
    font-size: 13px;
    left: 6%;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.4);
    border: solid 1px #ffffff;
    cursor: pointer;
}
#wpsl-wrap #closeLocation{
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    font-size: 20px;
    color: #CC3333;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}
#wpsl-wrap #wpsl-direction-details{
    color: #000000;
    padding: 25px 0px 45px 0px;
    font-size: 14px;
}
#wpsl-wrap #wpsl-direction-details .wpsl-direction-before{
    margin-bottom: 0px;
}
#wpsl-wrap #wpsl-direction-details .wpsl-back{
    color: #CC3333;
    text-decoration: underline;
}
#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown{
    width: 95%;
}
#wpsl-wrap .wpsl-info-window{
    color: #000;
}
@media (max-width: 675px) {
    #wpsl-wrap .wpsl-search #wpsl-search-wrap {
        width: 94%;
        left: 3%;
    }
    #wpsl-wrap #wpsl-result-list ul li{
        padding: 10px;
    }
    #wpsl-wrap .wpsl-select-wrap, #wpsl-wrap .wpsl-search-btn-wrap{
        width: 100% !important;
    }
    #wpsl-wrap .wpsl-search .wpsl-search-btn-wrap {
        padding-top: 10px;
    }
    #wpsl-wrap #storeTotal{
        left: 10%;
    }
    #wpsl-wrap #storeChangeLocation{
        left: 10%;
    }
    #wpsl-wrap #wpsl-direction-details{
        padding: 35px 10px 45px 10px;
    }
}

#page-banner{
    min-height: 400px;
}
#page-banner h1{
    text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
    font-size: 3.5rem;
}
.wpcf7-form-control{
    margin-bottom: 35px;
    font-family: sans-serif;
    border-radius: .25rem !important;
}
.wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: sans-serif;
}
.wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
    font-family: sans-serif;
}
.wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
    font-family: sans-serif;
}
.wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
    font-family: sans-serif;
}
.wpcf7-submit{
    font-family: 'Bodega-Sans';
    font-size: 1.25rem;
    padding: 10px 30px;
}

.postid-6327 .bundled_product{
	display:none;
}

.shipping-notification img{
    vertical-align: text-bottom;
    height: 20px !important;
}