@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
html{
    height: 100%;
}
body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    margin-top: 0;
    height: 100%;
}
p {
    font-size: 0.7rem;
}
.hover-pointer:hover{
    cursor: pointer;
}
.no-decoration_hover:hover{
    text-decoration: none;
}
#collapseSearch {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 20px;
}

#collapseSearch.show{
    display: block;
}
#searchToggler{
    cursor: pointer;
}
.header ul.green-menus > li.search-box-item{
    position: static;
}
.nav_body_overlay{
    overflow-y: hidden;

}
.nav_body_overlay::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;

}
@media (max-width: 991px) {
    .header a.navbar-brand {
        width: 3rem !important;
        text-align: left;
    }
    .header ul.green-menus li svg {
        margin-top: 12px;
    }
    .header .desk-mobile ul li {
        background: #f6f6f6;
        width: 100%;
    }
    .header .navbar-nav {
        width: 100%;
        height: calc(100% - 43px);
        overflow-y: auto;
    }
}
/* Header css menu */

/* starts :: color swatch slider */
.product-details-box .slide-wrap{
    position: relative;
    max-width: 290px;
}
.product-details-box .slide-controls span{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    color: #323232;
}
.product-details-box .slide-controls #goToPrevSlide{
    left: -15px;
}
.product-details-box .slide-controls #goToNextSlide{
    right: -15px;
}
/* ends :: color swatch slider*/


/* starts :: product slider controls */

.product-gallery .lSAction a{
    background-color: rgba(73, 34, 34, 0.6);
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}
.product-gallery .lSAction a:hover{
    color: #fff;
}
/* ends :: product slider controls*/


/* starts :: logo list slider */
.logo-list-wrapper{
    position: relative;
    width: 100%;
}
.logo-list-wrapper .slide-controls span{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    color: #323232;
}
.logo-list-wrapper .slide-controls .goToPrevSlide{
    left: -15px;
}
.logo-list-wrapper .slide-controls .goToNextSlide{
    right: -15px;
}
/* ends :: logo list slider*/


/* starts :: carousel list slider */
.carousel-list-wrapper{
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.carousel-list-wrapper .slide-controls span{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    color: #323232;
}
.carousel-list-wrapper .slide-controls .goToPrevSlide{
    left: 0;
}
.carousel-list-wrapper .slide-controls .goToNextSlide{
    right: 0;
}
/* ends :: carousel list slider*/

ul.products-pagination {
    display: none;
}
.hide {
    display: none !important;
}
.mobile-wrapper{
    padding-top: 10px;
    min-height: calc( 100% - 82px);
    background-color: #f8f8f8;
}
.mobile-group ,.mobile-category, .mobile-product, .mobile-shop, .mobile-url{
    padding-bottom: 10px;
}
.mobile-group img ,.mobile-category img,.mobile-product img,.mobile-shop img,.mobile-url img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* default image */
.product-two > a,
.product-one > a{
    background-image: none;
}
/* square and vertical image */
.square-images .product-two > a,
.vertical-images .product-two > a,
.square-images .product-one > a,
.vertical-images .product-one > a{
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
}
.square-images .product-two,
.square-images .product-one,
.vertical-images .product-two,
.vertical-images .product-one{
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.square-images .product-two > a > img,
.vertical-images .product-two > a > img,
.square-images .product-one > a > img,
.vertical-images .product-one > a > img{
    display: none;
}
/* square image */
.square-images .product-two > a,
.square-images .product-one > a{
    padding-bottom: 100%;
}
/* vertical image */
.vertical-images .product-two > a,
.vertical-images .product-one > a{
    padding-bottom: 148%;
}
#open_cart_modal:disabled {
    opacity: .5;
}
.no-overlay .video-overlay:before{
    display: none;
}
#product-listing {
    min-height: 500px;
}

.smartbanner__info__author {
    display: none;
}
.card_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0,0,0, 0.35); /*dim the background*/
    backdrop-filter: saturate(180%) blur(2px);
    -webkit-backdrop-filter: saturate(180%) blur(2px);
    color: white;
    vertical-align: middle;
}

.category-widget-slider .category-title {
    font-size: 1em;
    display: block;
    text-align: center;
    padding: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.category-widget-slider .slide > * {
    margin: 0 auto;
}
.category-widget-slider img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.category-widget-slider .category-thumbnail {
    height: calc(100% - 34px);
    position: relative;
    border: 1px solid #bbb;
    vertical-align:middle;
    text-align:center;
    min-height: 180px;
}
.category-list-wrapper {
    padding: 10px 0px;
}
.category-list-wrapper .category-slider-indicator {
    padding: 10px;
    z-index: 99999;
    border: 1px solid #bbb;
    background-color: #fff;
}
.category-list-wrapper .category-slider-indicator {
    padding: 10px;
    z-index: 99999;
    border: 1px solid #bbb;
    background-color: #fff;
}
.category-list-wrapper .category-slider-indicator:hover {
    color: #fff;
    background-color: #89898c;
    border-color: #89898c;
}
.category-list-wrapper .lSPrev {
    left: 0px;
}
.category-list-wrapper .lSNext {
    right: 0;
}
.category-list-wrapper .category-slider-indicator .fa {
    vertical-align: middle;
}
.category-list-wrapper .slide.lslide{
    padding-left: 1px;
    padding-right: 1px;
}
.primary_lighten_color{
    color: rgba(225, 225, 225, 0.3) !important;
}
.primary_lighten_background{
    background-color: rgba(225, 225, 225, 0.3) !important;
}
.footer_menu-list{
    padding-left: 0;
}
.footer_menu-list.horizontal li{
    margin-right: 20px;
    display: inline-block;
}
.map-address-content p{
    margin: 0;
}
.vue-map-container{
    overflow: hidden;
}
.vue-map-container .google-map {
    width: 100%;
    height: 100%;
}
section.section-medium[id*="widget"],
section.section-large[id*="widget"],
section.section-small[id*="widget"]{
    display: flex;
    align-items: center;
}

.footer-menu_image{
    display: block;
    max-width: 100%;
    height:auto;
    object-fit: contain;
}

/* checkbox buttons for product option select */
.btn-group.btn-group-check {
    display: inline-flex;
    flex-wrap: wrap;
}
.btn-group.btn-group-check > label.btn{
    min-width: 50px;
    position: relative;
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
    color: #504d5e;
}
.btn-group.btn-group-check > label.btn:last-child{
    margin-right: 0;
}
.btn-group.btn-group-check > label.btn:hover{
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.btn-group.btn-group-check > label.btn.active{
    border-color: #353535;
    color: #353535;
    background-color: #e5e5e5;
    z-index: inherit;
}


/* restore custom select sm styles */
.product-info .custom-select.custom-select-sm {
    height: 30px !important;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.product-info .form-control.form-control-sm {
    font-size: 13px !important;
}
.thumb-gallery .lSSlideOuter .lSPager.lSGallery .play-product-video-icon a{
    position: relative;
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery .play-product-video-icon a:before {
    position: absolute;
    width: 35px;
    height: 30px;
    background-color: #FFFFFF95;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    content: '';
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery .play-product-video-icon a {
    display: flex;
    justify-content: center;
    align-content: center;
}

.thumb-gallery .lSSlideOuter .lSPager.lSGallery .play-product-video-icon a:after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: '\f04b';
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/* Header topbar selectors */
.header-topbar .topbar-nav > li{
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    /* border-left: 1px solid #c1c1c1; */
}
.header-topbar .topbar-nav > li::before{
    content: '';
    height: 80%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 10%;
    background-color: #a1a1a1;
}
.header-topbar .topbar-nav > li:first-child{
    padding-left: 0;
}
.header-topbar .topbar-nav > li:last-child{
    padding-right: 0;
}
.header-topbar .topbar-nav > li:last-child::before{
    display: none;
}
.header-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: initial;
}
.header-topbar .bootstrap-select .dropdown-toggle{
    padding: 3px 10px;
    border-radius: 3px;
    /*line-height: 1;*/
    font-size: 15px;
}
.header-topbar .bootstrap-select .dropdown-toggle::after{
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    width: initial;
    height: initial;
    border: none;
}
.header-topbar .bootstrap-select .dropdown-toggle .filter-option{
    /*line-height: 1;*/
}
.header-topbar .bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.header-topbar .bootstrap-select > .dropdown-menu{
    margin-top: 5px;
}
.header-topbar  .bootstrap-select .dropdown-menu .dropdown-item{
    padding: 0.4rem 1.5rem;
    font-size: 15px;
}
.header-topbar .bootstrap-select .dropdown-menu .dropdown-item.active,
.header-topbar .bootstrap-select .dropdown-menu .dropdown-item:active{
    background-color: #fff;
    color: #16181b;
}
.bootstrap-select.lang-selector .title,
.bootstrap-select.lang-selector .content {
    vertical-align: middle;
}
.bootstrap-select.lang-selector .filter-option .content,
.bootstrap-select.lang-selector .dropdown-menu .title {
    display: none
}
.bootstrap-select.data-content-selector .filter-option .content,
.bootstrap-select.data-content-selector .dropdown-menu .title {
    display: none
}

/* Header topbar selectors end */

.blog-featured-image { height: 350px; }
@media(max-width: 1199px){
    .blog-featured-image { height: 350px; }
}
@media(max-width: 991px){
    .blog-featured-image { height: 250px; }
}
@media(max-width: 768px){
    .blog-featured-image { height: 250px; }
}
@media(max-width: 480px){
    .blog-featured-image { height: 200px; }
}
.cookie-alert {
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background-color: rgba(0,94,184, 0.7);
}
section.image-overlay .image-overlay-content .text-right > .widget-container{
    margin-left: auto;
}
section.image-overlay .image-overlay-content .text-center > .widget-container{
    margin-left: auto;
    margin-right:auto;
}
.bottom_inside_divider, .top_inside_divider {
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
}
.ui-autocomplete {
    z-index: 9999999 !important;
}
.ui-autocomplete-loading { background:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center }

.ds-paypal-iframe{
    width : 100%;
    border: none;
    height: 270px !important;
}

.search_enroller_username {
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: underline;
}

.shipping-method div.btn-already-received {
    width: 245px;
    background: #fab50f;
    border: none;
    height: 35px;
    color: #fff;
    margin: 0 auto;
}
