/* CHANGE POSITION OF BLOCK SEARCH ON TOP OF HOME PAGE */

@media screen and (min-width: 768px){
    .theme-pearl .page-header-v3 .header.content .section-items{
        float: none!important;
        /*margin-right: 270px!important;*/
    }
    .theme-pearl .page-header-v3 .header.content .sections{
        float: none!important;
        background-color: transparent;
    }
    /*.block.block-search,
    .header_right{
        margin-top: -6px!important;
    }*/
    .sticky-header .sections.nav-sections-3.nav-sections.too-wide{
        transform: translateY(-100%)!important;
    }
}
@media screen and (max-width: 1250px){
    .block.block-search,
    .header_right{
        margin-top: 16px!important;
    }
}

/* !CHANGE POSITION OF BLOCK SEARCH ON TOP OF HOME PAGE */



body.searchautocomplete__active .block-search{
    width: auto!important;
}
nav.navigation {
    background-color: transparent!important;
    white-space: normal !important;
}
.column.main .products-grid .product-item:hover{
    z-index: 2001!important;
}

/*************/
.content-v9 .wrapper-top-slider-v9{
    height: auto!important;
    min-height: auto!important;
}

@media (max-width: 767px) {
    .content-v9 .wrapper-top-slider-v9 .owl-stage-outer {
        min-height: auto !important;
    }
    .content-v9 .v9-table .v9-coll{
        padding: 0!important;
        padding-bottom: 30px!important;
        background-color: #fff!important;
    }
    
    /*.content-v9 .wrapper-top-slider-v9{
        display: none!important;
    }*/
}

@media (min-width: 767px) {
    .content-v9 .single-image img:hover,
    .content-v9 .single-image img{
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        object-fit: contain;
    }
}

.page-wrapper .page-header .header.content .modal #search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff;
}
.page-wrapper .page-header .header.content .modal #search::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}
.page-wrapper .page-header .header.content .modal #search:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}
.page-wrapper .page-header .header.content .modal #search:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.actions-secondary .tocompare{
    display: none!important;
}

.page-footer{
    /*background-color: #1f1f20!important;*/
}
.theme-pearl .page-wrapper .page-footer .footer-v1{
    /*max-width: 1200px;*/
    width: 100%;
    /*padding-left: 0;
    padding-right: 0;*/
    padding: 0 30px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote .text-quote{
    color: #fff;
    white-space: nowrap;
    font-size: 10px;
    font-style: italic;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote .author-quote{
    color: #fff;
    font-size: 10px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column{
    min-width: 17%;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
}*/
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.search-column{
   /* min-width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: auto;*/
}

.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    overflow: hidden;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right span{
    font-size: 14px;
    white-space: normal;
    padding-bottom: 10px;
    color: #333;
    padding-top: 30px !important;
    text-align: center;
    margin: 0 auto;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input,
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right button{
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 40px!important;
    line-height: 40px!important;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right button{
    background-color: #333;
    padding: 0;
    border: 1px solid #333;
    border-radius: 0;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right button span{
    text-transform: uppercase;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-family: 'Roboto Mono', sans-serif;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input{
    background-color: #fff;
    border: none;
    text-align: center;
    padding: 0;
    color: #000;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input::-webkit-input-placeholder{
    color: #000000!important;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input::-moz-placeholder{
    color: #000000!important;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input:-ms-input-placeholder{
    color: #000000!important;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input:-moz-placeholder{
    color: #000000!important;
}

.theme-pearl .page-wrapper .page-footer .footer-v1 a,
.theme-pearl .page-wrapper .page-footer .footer-v1 .footer-title,
.theme-pearl .page-wrapper .page-footer .footer-v1 .text-quote,
.theme-pearl .page-wrapper .page-footer .footer-v1 .author-quote{
    color: #fff;
}
.copyright{
    background-color: #d1d3d4!important;
    text-align: right!important;
    padding: 15px 0;
    z-index: -1;
}

/*.col-xs-12.border-v1.footer-down-menu:after{
    content: '';
    content: url(../images/logo.png);
    display: block;
    position: absolute;
    top: -130px;
    right: 130px;
}*/

.copyright span{
    display: block;
    max-width: 1440px;
    margin: 0 auto;
    font-size: 8px;
    padding: 0 30px;
    position: relative;
    font-weight: 300!important;
    color: #333;
}
/*.copyright span:before{
    content: '';
    content: url(../images/logo.png);
    display: block;
    position: absolute;
    top: -145px;
    right: 0;
}*/
.page-footer .footer-down-menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 55px);
}
.col-xs-12.border-v1.footer-down-menu{
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    line-height: 40px;
    border-top: none!important;
    z-index: 666;
}
.col-xs-12.border-v1.footer-down-menu .social-icons-v1{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0!important;
    z-index: 666;
}
.col-xs-12.border-v1.footer-down-menu .social-icons-v1 .social-icons{
    font-size: 25px;
    border-top: none!important;
    width: 25px;
    height: 40px;
    margin-top: 4px!important;
}
.col-xs-12.border-v1.footer-down-menu .social-icons-v1 .social-icons i{
    font-size: 20px;
}
.col-xs-12.border-v1.footer-down-menu .social-icons-v1 a.social-icons:hover i{
    color: #fea30b !important;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title,
.page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li a{
    padding-top: 30px!important;
    /*color: #fff;*/
    font-size: 10px!important;
    font-weight: normal!important;
    letter-spacing: 0.05em;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title{
    font-weight: bold !important;
    pointer-events: none!important;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer-title a{
    font-size: 14px!important;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li a{
    font-weight: 300!important;
    /*color: #fff;*/
    padding: 0!important;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li{
    margin-bottom: 0;
}

.footer-column-location strong span{
    /*color: #fff;*/
    font-size: 10px!important;
}
.footer-column-location p a span{
    color: #333;
    font-size: 10px!important;
}
.footer.content ul > li{
    padding-right: 15px;
}
.col-xs-12.border-v1.footer-down-menu a{
    font-size: 8px;
    font-weight: 300!important;
    color: #333!important;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #afafaf;
    font-style: italic;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input::-moz-placeholder { /* Firefox 19+ */
    color: #afafaf;
    font-style: italic;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input:-ms-input-placeholder { /* IE 10+ */
    color: #afafaf;
    font-style: italic;
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input:-moz-placeholder { /* Firefox 18- */
    color: #afafaf;
    font-style: italic;
}
.col-xs-12.border-v1.footer-down-menu > div:not(. social-icons-v1){
    width: 300px;
    line-height: 40px;
}
/*.theme-pearl .page-wrapper {
    overflow: hidden!important;
}*/
/*.theme-pearl .page-wrapper .page-footer {
    z-index: initial!important;
}*/
.footer.links.dropdown-menu{
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li {
    /*background-color: #1f1f20!important;*/
}
.theme-pearl .page-wrapper .page-footer .footer-v1 .footer-title a{

}
.theme-pearl .page-wrapper .page-footer .footer-v1 .links.dropdown-menu a:hover{
    background-color: transparent;
}
footer .footer-column-location a,
footer .footer-column-location a span{
    color: #333;
}
#newsletter-validate-home,
#newsletter-validate-detail{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
#newsletter-validate-home .newsletter,
#newsletter-validate-detail .newsletter{
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    min-width: 70%;
}
#newsletter-validate-home .actions,
#newsletter-validate-detail .actions{
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    min-width: 30%;
}
#newsletter-validate-home .actions button,
#newsletter-validate-detail .actions button{
    width: 100%;
}

/**/
.mfp-content .custom2 .block_3{
    padding-top: 0;
}
.mfp-content .custom2 .block_3,
.white-popup-block1 .ageverification-wrapper-style3 .block_1{
    background-color: #000!important;
}
.ageverification-wrapper-style2 .block_1:after, .ageverification-wrapper-style3 .block_1:after{
    display: none;
}
.ageverification-wrapper-style3 .popup2_img > img{
    display: none;
}
.ageverification-wrapper-style3 .popup2_img {
    position: relative;
    height: 150px;
}
.ageverification-wrapper-style3 .popup2_img:before{
    content: url(../images/logo.png);
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.custom2 .header_text{
    display: none;
}
.mfp-content .custom2 .spantheme2{
    text-transform: uppercase;
    font-size: 30px;
    max-width: 260px;
    margin: 0 auto;
    color: #fff;
}
.custom2 .ageverification-wrapper-style3 .popup2_btn_block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    margin: 0 auto;
}
.custom2 .ageverification-wrapper-style3 .popup2_btn_block span{
    color: #fff;
    text-transform: uppercase;
}
.custom2 .ageverification-wrapper-style3 .popup2_btn_block button span{
    display: block;
}
.custom2 .ageverification-wrapper-style3 .popup2_btn_block button span:first-child{
    font-size: 40px;
    margin-bottom: 10px;
}
.custom2 .ageverification-wrapper-style3 .popup2_btn_block button{
    background-color: #cc2128!important;
    border-radius: 10px!important;
}

/*stretch  */
.content-v9 .wrapper-top-slider-v9 .owl-item img{
    max-width: 100%!important;
}

.content-v9 .v9-table .v9-coll img{
    object-fit: initial!important;
    height: auto!important;
}

.content-v9 .row{
    max-width: 1200px;
    margin: 30px auto;
}
/**/
.theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items>.item.content{
    padding: 30px 0!important;
}
/**/
.product-options-wrapper+.product-options-bottom>.subscription-container{
    display: none;
}
/**/
.page-title-wrapper.product .amshopby-option-link,
.product-image-container .amasty-label-container {
    display: none;
}

.catalog-product-view .page-title-wrapper.product .amshopby-option-link {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
}

/**/
.catalog-product-view .fotorama__stage .amasty-label-container{
    /*bottom: 140px!important;*/
    left: 50%!important;
    -webkit-transform: translateX(calc(-50% - 150px));
    -ms-transform: translateX(calc(-50% - 150px));
    transform: translateX(calc(-50% - 150px));
    height: 384px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fotorama__stage__frame .fotorama__img{
    bottom: 0!important;
    top: initial!important;
    -webkit-transform: translate(-50%, 0)!important;
    -ms-transform: translate(-50%, 0)!important;
    transform: translate(-50%, 0)!important;
}
.fotorama__fullscreen.catalog-product-view .fotorama__stage .amasty-label-container{
    display: none;
}
.catalog-product-view .fotorama__stage .amasty-label-container .amasty-label-image{
    -webkit-transform: scale(1.45) translateY(-39px);
    -ms-transform: scale(1.45) translateY(-39px);
    transform: scale(1.45) translateY(-39px);
}

/*Account Subcription beer*/
.swarming-subscribepro-customer-subscriptions #subscriptions-container .col.subscription .ui-datepicker-trigger{
    width: auto;
    margin-top: 3px;
    margin-right: 5px;
}
/****/
/*.checkout-index-index.theme-pearl .page-wrapper .page-header .logo{
    display: block!important;
    float: left!important;
    margin-top: 20px!important;
}*/
.checkout-index-index .nav-sections{
    display: block;
}
.checkout-index-index .checkout-payment-method .checkout-billing-address .actions-toolbar .primary {
    float: left;
}
.checkout-agreement label.label {
    display: flex !important;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header{
    height: auto!important;
}
:root .theme-pearl.checkout-index-index .page-header .panel.header .header.links{
    display: block!important;
}
/*:root .theme-pearl.checkout-index-index .page-header .panel.header .customer-menu .header.links{
    padding-bottom: 10px;
    padding-top: 10px;
}*/
:root .theme-pearl.checkout-index-index .page-header .page-header .header.links li.authorization-link{
    line-height: 50px!important;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4).page-header-v3 .sections.nav-sections{
    margin-top: 10px!important;
}
:root .theme-pearl .page-wrapper .page-header.sticky-header:not(.page-header-v4).page-header-v3 .logo{
    margin: 10px auto!important;
}
:root .theme-pearl.checkout-index-index .page-wrapper .page-header .panel.wrapper{
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
}

.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options,
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

/*.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}*/

.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .image-swatch-wrap,
.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options .image-swatch-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .image-swatch-wrap{
    padding-right: 30px;
}

.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .sbc-total{
    text-align: center;
}

.sbc-total{
    font-weight: 600;
    font-size: 16px;
}

.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options span:not(.sbc-total){
    padding: 15px 0;
}

.column.main .products-grid .product-item .product-item-info:hover .swatch-attribute-options span:not(.sbc-total){
    white-space: nowrap;
    font-size: 12px;
    padding: 15px 0;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;*/
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option{
    white-space: nowrap;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options .image-swatch-wrap{
    text-align: center;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options .image-swatch-wrap .swatch-option-container{
    float: none!important;
    margin-bottom: 15px;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options .image-swatch-wrap .sbc-total{
    margin-top: 14px;
    display: block;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options .image-swatch-wrap .swatch-option-container span:not(.sbc-total){
    padding: 15px 0;
    display: inline-block;
}

.theme-pearl.catalog-product-view #product-options-wrapper .swatch-attribute .swatch-attribute-options .image-swatch-wrap .swatch-option-container .swatch-option-price{
    display: none!important;
}

.quickcart-product-item .product-item-details .product.options.list .option-wrapper dt.label:after{
    display: inline-block;
    content: ':';
}

.header .quickcart-wrapper .block-quickcart .block-content-quickcart .quickcart-items-wrapper .quickcart-items .quickcart-product-item .price-container span.price{
    float: none!important;
    display: inline-block;
}

/*CMS page = directions ***/
.theme-pearl.store-view-default.cms-page-view.cms-directions .page-title-wrapper{
    text-align: center;
    margin-bottom: 20px!important;
}
.cms-directions.cms-page-view .direction-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.cms-directions.cms-page-view .direction-container .direction-item-column{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    text-align: left;
}
.cms-directions.cms-page-view .direction-container .direction-item-column img{
    max-height: 300px;
}
.cms-directions.cms-page-view .direction-container .direction-item-column .direction-item-column-inner{
    margin-right: 30px;
    margin-left: auto;
    width: 430px;
}
.cms-directions.cms-page-view .direction-container .direction-item-column:nth-child(2) .direction-item-column-inner{
    margin-right: auto;
    margin-left: 30px;
}

/****Acount navigation***/
.header.panel > .header.links .customer-welcome.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}
.header.panel > .header.links .customer-welcome.active .customer-name.active{
    display: none;
}
/*.header.panel > .header.links .customer-welcome.active .customer-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/
/*.page-header .page-header .header.links > .customer-welcome .customer-menu .header.links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}*/
.page-header .page-header .header.links .greet.welcome{
    background-color: transparent;  /******************************/
    margin: 0;
    padding: 0;
    list-style: none none;
    text-indent: 10px;
    border-right: none;
    /*border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;*/
}
.page-header .page-header .header.links .greet.welcome span,
.page-header .page-header .header.links .greet.welcome span:hover,
.page-wrapper .page-header .panel.header ul.header.links li.greet.welcome span:hover{
    padding: 10px 0;
}
/*.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a,
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:visited,
.page-wrapper .page-header .panel.header ul.header.links .customer-menu ul.header.links li a:hover{
    color: #fff!important;
    background-color: #000;
    background-color: transparent;  
}*/
.page-header .page-header .header.links li,
.page-header .header.panel>.header.links>li.welcome{
    line-height: 30px!important;
    /*background-color: transparent;*/  /******************************/
}
.customer-welcome ul{
    background-color: transparent!important;  /******************************/
}
.page-wrapper .page-header .panel.header ul.header.links li span.customer-name{
    display: none;
}
.page-header .page-header .header.links .authorization-link{
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.block-collapsible-nav .content ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-header .wrapper .header .compare.wrapper{
    margin-bottom: 0;
    margin-top: 0;
}

.page-header .wrapper .header .compare.wrapper .link.compare{
    line-height: 32px!important;
}


@media screen and (min-width: 768px){
    /*.header.links .customer-welcome .customer-menu{
        display: block;
    }*/
    .header.links .customer-welcome ul:before,
    .header.links .customer-welcome ul:after{
        display: none;
    }
    .customer-welcome ul{
        margin-top: 0!important;
    }
    .header.links .customer-welcome{
        margin-left: 0!important;
    }
}


.navigation .megamenu a.level-top {
    padding: 0 8px!important;
}


.swatch-opt .swatch-attribute span.swatch-option-price{
    text-align: center;
    display: block;
}


/*** For  category-beer-of-the-month-clubs page only **************/
.theme-pearl.catalog-product-view .swatch-option{
    border: 1px solid #fff!important;
    border-radius: 6px!important;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.amconf-matrix-table-wrap .amconf-matrix-cell{
    padding: 5px 0;
    line-height: 20px;
    position: relative;
}

.amconf-matrix-table-wrap .amconf-matrix-cell > .swatch-option.image + div{
    display: none;
}

.amconf-matrix-table-wrap .amconf-matrix-price{
    line-height: 60px;
}

.amconf-matrix-table-wrap .amconf-matrix-price > div > div{
    font-size: 16px;
}

.amconf-matrix-table-wrap .amconf-matrix-qty{
    align-items: center;
    height: 60px;
}

.catalog-category-view .list.items .image-item-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog-category-view .grid .list.items .image-item-wrap{
    display: block;
}

.weltpixel-quickview{
    display: none!important;
}

.navigation .megamenu.parent .ui-menu-icon{
    display: block!important;
    right: -10px!important;
}

.add-beer-month-text{
    margin-bottom: 15px;
    
    display: none;
}
.products.grid .add-beer-month-text{
    text-align: center;
}



#product-attribute-specs-table tbody tr td img{
    max-width: 300px;
}

.opc-block-summary .minicart-items .product-item .product.options [data-role="content"]{
    display: block!important;
}
.opc-block-summary .minicart-items .product-item .product.options .toggle:after{
    display: none;
}




.theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box{
    font-size: 16px!important;
}

.wk-zcv-zipcodeform{
    width: 100% !important;
}

.catalog-product-view .swatch-attribute-options .swatch-option-container + span{
    font-weight: 700;
}

/************ new home page ******************/
.content-v5 .custom-slider .owl-carousel .owl-height{
    max-height: 860px!important;
}

.content-v9 .v9-table .v9-coll .features-box-icon img{
    width: auto;
    margin: auto;
}

.content-v9 .v9-table .v9-coll .features-box-title .shop-now-button{
    background-color: #000;
    height: 46px;
    width: 200px;
    display: block;
    margin: auto;
    line-height: 46px;
    text-transform: uppercase;
}

.theme-pearl .grey-background{
    background-color: #fff!important;
}

.content-v9 .v9-table .v9-coll {
    height: initial!important;
}

.page-products.categorypath-cider.category-cider.catalog-category-view .sidebar-additional{
    display: none;
}

:root .theme-pearl.checkout-index-index .page-header .page-header .header.links li{
    display: inline-block;
}
.checkout-index-index.theme-pearl .page-header .page-header .header.links li:last-of-type{
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}


.header-placeholder .page-header-v3 .page-header .header_right{
    margin-top: 0;
}
.header-placeholder .page-header .header.content .open-modal-search{
    padding-top: 0;
}
.sticky-header.page-header-v3 .header.content .block-search.search-visible-md,
.sticky-header.page-header-v3 .header.content .header_right{
    padding-top: 5px!important;
}


.fotorama__caption{
    display: none!important;
}








body:not(.categorypath-beer-club) .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options{
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body:not(.categorypath-beer-club) .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%!important;
    padding: 0!important;
    margin: 0!important;
}
body:not(.categorypath-beer-club) .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image + span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body:not(.categorypath-beer-club) .products-grid .swatch-option.color:before, .products-grid .swatch-option.image:before{
    top: -3px;
    left: 25%;
    height: 36px;
}

.categorypath-beer-club .products-grid .swatch-option.color:before, .products-grid .swatch-option.image:before,
.categorypath-beer-club .products-grid .swatch-option.color:before, .products-grid .swatch-option.image:after{
    display: none;
}








.theme-pearl.cms-index-index .page-wrapper .page-main .page.messages{
    max-width: 1400px!important;
}

.categorypath-beer-club .products-list .action.tocart.primary{
    width: 100%;
}

.categorypath-beer-club .products-grid .product-item .product-item-info .product-item-details .swatch-attribute .swatch-attribute-options .swatch-option.image *{
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    min-width: 33.3%;
}









.column.main .products-grid .product-item .product-item-info .product_image .action.tocompare{
    display: none!important;
}



button.action.remove span{
    color: #000000;
}



.cms-corporate-philanthropy .main p > span > strong,
.cms-social-responsibility .main p > span > strong,
.cms-careers .main p > span > strong ,
.cms-in-store-pickup .main p > strong > span,
.cms-in-store-pickup .main p  strong > span,
.cms-private-tastings-and-events .main p > span > strong  {
    text-transform: uppercase;
}
.cms-order-status .main h4  {
    text-transform: initial;
}

.cms-order-status .main > h4  {
    margin-top: 0;
}

.cms-careers .page-title,
.cms-in-store-pickup .page-title,
.cms-corporate-philanthropy .page-title,
.cms-social-responsibility .page-title,
.cms-private-tastings-and-events .page-title,
.cms-order-status .page-title{
    padding-bottom: 20px;
}

.swatch-option-container + span{
    display:none;
}

.swatch-option-container{
    margin-bottom:20px;
}




/**************RESPONSIVE ***************/
@media screen and (max-width: 768px){
    .content-v9 .row{
        margin: 0 auto;
    }
    .content-v9 .flex-order-first .v9-table .v9-coll{
        background-color: #86af49!important;
    }
    .content-v9 .flex-order-second .v9-table .v9-coll{
        background-color: #f2dcde!important;
    }
    .content-v9 .flex-order-thrid .v9-table .v9-coll{
        background-color: #90a7d0!important;
    }
    .content-v9 .flex-order-fourth .v9-table .v9-coll{
        background-color: #dbb590!important;
    }
    .content-v9 .v9-table .v9-coll .features-box-title{
        margin: 30px 0;
    }
    .content-v9 .v9-table .v9-coll .features-box-icon{
        margin-top: 25px;
    }
    
    .block.block-search, .header_right{
        margin-top: 4px!important;
    }
    
    .theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .price-final_price{
        padding-right: 0;
    }
    .theme-pearl.catalog-product-view #maincontent .product-info-main .product-info-price .price-box .normal-price{
        font-size: 18px;
        font-weight: 600;
        line-height: 26px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .theme-pearl.catalog-product-view .swatch-option{
        width: 80px;
        height: 80px;
        min-width: 80px;
    
        -webkit-box-shadow: inset 0 0 0 1px #000;
        box-shadow: inset 0 0 0 1px #000;
    }
    
    /**Mobile footer**/
    .theme-pearl .page-wrapper .page-footer .footer-v1{
        padding: 20px;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer,
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left;
    }
    /*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.search-column{
        min-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 100px;
        position: relative;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.search-column:before{
        content: url(../images/logo.png);
        display: block;
        position: absolute;
        top: -100px;
        left: 50%;
        z-index: 99999;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }*/
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right{
        padding-left: 0;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right span{
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        white-space: normal;
        letter-spacing: 0;
        font-weight: 300;
        color: #333;
        padding-top: 30px !important;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right button{
        min-width: 35%;
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right input{
        min-width: 65%;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
        font-size: 12px;
        padding-top: 5px;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote .text-quote,
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote .author-quote{
        font-size: 15px;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote{
        margin-bottom: 15px;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer .one-quote .text-quote{
        white-space: normal;
    }
    .theme-pearl .page-wrapper .page-footer .footer-v1 .quotes-footer{
        border-bottom: 1px solid #3e3e3e;
    }
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title, .page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li a{
        padding: 10px 0!important;
        text-align: left;
    }
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title a{
        font-size: 13px!important;
    }
    .footer-column-nav {
        position: relative;
        display: block!important;
    }
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title + .footer.links.dropdown-menu{
        position: relative;
        width: 100%;
        border-radius: 0;
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li{
        padding: 0;
        margin: 0;
    }
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li a{
        /*font-size: 14px!important;*/
        color: #818181;
    }
    .page-footer .footer.content .footer-v1 .footer-title:after{
        display: block;
        margin: 0;
        position: absolute;
        top: 12px;
        right: 20px;
        z-index: 1;
        width: 14px;
        height: 14px;
        content: "";
        background-color: #f3ecec;
        text-indent: 0;
        border-top: none;
        -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
        mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .page-footer .footer.content .footer-v1 .footer-column-location .footer-title:after{
        display: none;
    }
    .footer.content .footer-v1 .open .footer-title:after{
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    .footer-column-location strong span{
        font-size: 13px!important;
    }
    /*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column{
        min-width: calc(100% + 20px);
        -ms-flex-preferred-size: calc(100% + 20px);
        flex-basis: calc(100% + 20px);
    }*/
    /*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column p{
        font-size: 14px!important;
    }*/
    .copyright span:before{
        display: none;
    }
    .copyright {
        padding: 150px 0 30px;
    }
    .footer-column-location p a span{
        font-size: 14px!important;
    }
    .col-xs-12.border-v1.footer-down-menu .social-icons-v1 .social-icons{
        font-size: 36px;
        width: 36px;
        height: 36px;
        margin-top: 0!important;
    }
    .col-xs-12.border-v1.footer-down-menu{
        line-height: inherit!important;
    }
    .col-xs-12.border-v1.footer-down-menu .social-icons-v1{
        white-space: nowrap;
    }
    .copyright span{
        font-size: 12px;
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .page-wrapper .page-footer .footer.content {
        padding: 0 30px;
    }
    .page-footer .footer-down-menu ul{
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 90px;
        border-bottom: 0 none;
        padding-bottom: 20px;
        width: 100%;
    }
    .footer.content ul > li{
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-width: 50%;
        padding-right: 0;
        text-align: left;
        white-space: normal;
    }
    .col-xs-12.border-v1.footer-down-menu .social-icons-v1{
        top: 40px;
    }
    .col-xs-12.border-v1.footer-down-menu a{
        font-size: 8px;
    }
    
    
    .theme-pearl .column.main .product-items,
    .theme-pearl.page-products .columns .column .products-grid{
        margin-top: 0!important;
    }
    
    .theme-pearl .column.main .product-items .item.product-item{
        margin-bottom: 0!important;
        height: auto!important;
    }
    
    /*.page-wrapper .page-footer .footer.content .footer-v1-content .border-v1{
        margin-top: -150px!important;
    }*/
    
    
    /*** 89   ****/
    .content-v9 .wrapper-top-slider-v9:before{
        display: none!important;
    }
    .content-v9 .container-mobile{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
    }
    .content-v9 .container-mobile .container-mobile-block{
        /*-ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        min-width: 33.3%;*/
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    
    
    /************** new mobile home page **********************/
    .container-mobile.visible-xs{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 0;
    }
    
    .container-mobile .container-mobile-block{
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        min-width: 33.3%;
    }
    
    
    
    
    
    
    
    .theme-pearl.catalog-product-view .page-main .columns .product.info.detailed .product.data.items>.item.content{
        padding: 0 20px!important;
    }
    
    
    
    
    
    
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer-title {
        pointer-events: initial!important;
    }
    
    
    #product-attribute-specs-table tbody tr td img {
        max-width: 260px;
    }
    
    
    .page-wrapper .category-view .category-image{
        margin-left: -20px;
        margin-right: -20px;
    }
    
    :root .page-header-v3 .page-header a.action.showcart{
        top: 4px!important;
    }
    
    
    
    
    
    
    
    
    /*****************     Mobile menu and mobile account menu ***************/
    .nav-sections .nav-sections-items .section-item-content .navigation{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .theme-pearl .page-header-v3 .header.content .section-items.nav-sections-items{
        margin-right: 0!important;
    }
    .navigation .megamenu a.level-top {
        padding: 8px 20px!important;
    }
    .nav-sections-item-title{
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    /*.page-header .page-header .header.links > .customer-welcome .customer-menu .header.links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }*/
    .nav-sections .nav-sections-items .section-item-content .header.links li{
        padding: 0!important;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px !important;
    }
    .page-header .page-header .header.links .greet.welcome{
        text-indent: 0;
    }
    .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome span{
        padding: 5px 0px 5px 18px!important;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px !important;
    }
    .nav-sections .nav-sections-items .section-item-content .header.links li.greet.welcome span + span a{
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px !important;
        color: #000;
        padding-left: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    
    
    
    
    
    
    .theme-pearl.store-view-default .cart-discount{
        margin-top: 0!important;
        padding: 0!important;
    }
    
    .form.form-cart .cart.table-wrapper{
        margin-bottom: 0;
    }
    
    #discount-coupon-form .coupon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    #discount-coupon-form .coupon .field{
        margin-bottom: 10px;
    }
    
    #discount-coupon-form .coupon .actions-toolbar{
        width: 100%;
    }
    
    #discount-coupon-form .coupon .actions-toolbar button{
        width: 100%;
    }
    
    
    
    
    
    
    
    .col-xs-12.border-v1.footer-down-menu:after{
        display: none;
    }
    
    
    
    .catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label{
        float: left;
        line-height: 32px;
        text-indent: 11px;
    }
    
    
    
    
    /***************** bear of the month mobile **************/
    .categorypath-beer-club .product-item-actions {
        display: block!important;
    }
    
    .categorypath-beer-club .products-list .product-item-info {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: initial!important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .categorypath-beer-club .products-list .action.tocart.primary{
        width: calc(100% - 20px);
        float: left;
    }
    
    .products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .image-swatch-wrap{
        font-weight: 700;
        text-align: center;
    }
    
    .sbc-total{
        font-weight: 400;
        font-size: 14px;
    }
    
    
    .product-item-actions{
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .column.main .products-grid .product-item .product-item-info .product_image .whishlist_position_2{
        visibility: visible;
        left: 0;
        top: 0;
    }
    
    .categorypath-beer-club .products.items.product-items > li {
        padding-bottom: 50px;
    }
    
    
    
    .cms-directions.cms-page-view .direction-container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .cms-directions.cms-page-view .direction-container .direction-item-column{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }
    
    .cms-directions.cms-page-view .direction-container .direction-item-column .direction-item-column-inner{
        margin-right: 0;
        width: 100%;
    }
    .cms-directions.cms-page-view .direction-container .direction-item-column:nth-child(2) .direction-item-column-inner{
        margin-left: 0;
        width: 100%;
    }
    
    .google-map-mobile{
        max-width: 100% !important;
    }
    
    
    
    .theme-pearl.page-products .sorter{
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        width: 100%;
    }
    
    
    .products-grid.wishlist .product-item .product-item-info:hover .product-item-inner{
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .products-grid.wishlist .product-item .product-item-info:hover{
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }
    .column.main .products-grid .product-item:hover{
        z-index: initial!important;
        padding: 20px 0 20px 0!important;
    }
    
    .unavailable.stock span{
        white-space: nowrap;
    }
    
    .column.main .products-grid .product-item .product-item-info{
        padding: 0 10px 0 0;
    }
    
    .theme-pearl.catalog-product-view .swatch-option{
        -webkit-box-shadow: inset 0 0 0 1px #000!important;
        box-shadow: inset 0 0 0 1px #000!important;
        top: 50px!important;
        transform: none!important;
        min-width: initial!important;
    }
    
    .amconf-matrix-table-wrap .amconf-matrix-arrow{
        display: inline-block;
        width: 13px;
        height: 25px;
        vertical-align: middle;
        transition: background .3s ease;
        cursor: pointer;
    
        border: 12px solid transparent;
        border-bottom: 12px solid #999;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(270deg);
        margin-right: 5px;
    }
    
    .amconf-matrix-table-wrap .amconf-matrix-arrow.-minus{
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    
    .amconf-matrix-table-wrap .amconf-matrix-arrow.-plus{
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-left: 5px;
        margin-right: 0;
    }
    
    .amconf-matrix-table-wrap .amconf-matrix-cell{
        padding-top: 60px;
        text-align: left;
        max-width: 100px;
        width: 100%;
        min-width: 100px;
    }
    
    .amconf-matrix-table-wrap .amconf-matrix-price {
        line-height: 20px;
        text-align: center;
    }
    
    
}

@media screen and (max-width: 1300px){
    nav.navigation{
        white-space:normal!important;
    }
    .theme-pearl .page-header-v3 .header.content .section-items{
        margin-right: 60px!important;
    }
    .nav-sections .navigation ul li.level0>a{
        font-size:16px!important;
    }
    .block.block-search,
    .header-placeholder .page-header-v3 .page-header .header_right{
        margin-top: 0!important;
    }
}



.ageverification-wrapper-style3 .popup2_img > img{
    display: none!important;
}





/**************** iPad styles ************************/




@media only screen and (min-width: 767px) and (max-width: 1024px){
    .cart-discount .block{
        width: 100%!important;
    }
    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item, .cart-discount{
        width: 70%!important;
    }
    .cart-summary{
        width: 30%!important;
    }
    
    
    /*.page-header .page-header .header.links > .customer-welcome .customer-menu .header.links{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }*/
    
    
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    
    .page-wrapper .page-footer .footer.content .footer-v1-content .footer.links li{
        text-align: left;
    }
    
    /*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column:not(.footer-column-location){
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        min-width: 33.3%;
        text-align: center;
    }*/
    
    .page-footer .footer.content .footer-v1 .footer-title:after{
        display: none;
    }
    
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .search-column .search-container-right{
        padding-bottom: 20px;
    }
    
    /*.page-wrapper .page-footer .footer.content .footer-v1-content .footer-column-location .footer-title{
        text-align: center;
    }*/
    
    /*.footer-column-nav{
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
        min-width: 33.3%;
    }
    
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.footer-column-location,
    .theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.search-column{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }*/
    
    /*.theme-pearl .page-wrapper .page-footer .footer-v1 .menu-search-footer .footer-column.footer-column-location{
        text-align: center;
    }*/
    
    #product-attribute-specs-table tbody tr td img{
        max-width: 150px;
    }
    
    .navigation .megamenu.parent{
        position: relative;
    }
    
    /*.navigation .megamenu.parent ul > li{
        height: 40px;
        line-height: 40px;
    }*/
    .navigation .megamenu.parent ul{
        top: 30px!important;
    }
    
    .header.content{
        max-height: 80px;
    }
    
    .theme-pearl .page-header-v3 .header.content .sections{
        float: left!important;
    }
    
}





.products-list .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option,
.products-grid .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option{
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    min-width: 33.3%;
    margin: 0!important;
    padding-bottom: 0!important;
    /* padding-top: 30px!important; */
    margin-top: 30px!important;
}

.products-grid .product-item .product-item-info .swatch-attribute .swatch-attribute-options .swatch-option{
    margin-top: 30px !important;
}

.contact-index-index .page-title-wrapper{
    display: none;
}



@media only screen and (max-width: 767px) {
    .grecaptcha-logo{
        display: none;}
    
    .grecaptcha-badge{
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        width: 100% !important;
        z-index: 9;
    }
    
    .topCenterPopUp{
        position: fixed;
        top: 100px;
        left: 50%;
        right: 0;
        margin-left: -50%;
        padding: 0 10px;
    }
    
    .topCenterPopUp iframe{
        width: 100% !important;
    }
    
    .hide-topCenterPopUp{
        display: none;
    }
    
    button#close-popup-i{
        display: block;
        background-color: #000;
        position: fixed;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        text-align: center;
        line-height: 50px;
        text-transform: uppercase;
        color: #fff;
        border: none;
        top: 99px;
        right: 20px;
        margin: 0;
        left: initial;
        flex-basis: initial;
        min-width: auto;
        width: 50px!important;
        height: 62px!important;
    }
}


@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .cms-index-index .container-mobile.visible-xs{
        display: block !important;
    }
}

.theme-pearl.catalog-product-view .swatch-option.image:before{
    display: none !important;
}
