#site{
    background-color: #f2f4f6;
}
.home-slider{
    height: 900px;
    background-size: cover;
    background-position: center;
    padding: 100px;
}
.slider-tile{
    color: #fff;
    font-size: 10em;
    text-shadow: 0 0 25px rgba(47,158,226,.3);
}
.banner-image-container{
    margin: -255px 0 -200px;
}
.btn-style-1{
    background-color: #fff;
    box-shadow: 0 5px 65px -10px rgba(0,0,0,.4);
    padding: 15px 30px;
    text-transform: uppercase;
    border-radius: 50px;
}
.btn-style-1:hover{
    background-color: #3a3a3a;
    color: #fff;
}
.btn-style-2{
    font-weight: 600;
    width: 50%;
    text-align: center;
    color: #808080;
    background-color: #efefef;
    box-shadow: 0 5px 65px -10px rgba(0,0,0,.4);
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 50px;
}
.btn-style-2:hover{
    background-color: #808080;
    color: #fff;
    text-decoration: none;
}
.btn-style-3{
    background-color: #fff;
    box-shadow: 0 5px 65px -10px rgba(0,0,0,.4);
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 50px;
}
.btn-style-3:hover{
    background-color: #3a3a3a;
    color: #fff;
}
.btn-style-4{
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    color: var(--ast-global-color-1);
    border-color: #efefef;
    background-color: #efefef;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    font-family: inherit;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.93333333333333rem;
    line-height: 1em;
    text-transform: uppercase;
    border-radius: 50px;
}
.btn-style-4:hover{
    background-color: #3a3a3a;
    color: #fff !important;
}
.text-ultra{
    font-size: 7em;

}
.extra-bold{
    font-weight: 800;
}
.product-list{
    background-color: #ededed;
}

.product-list-rating  .material-symbols-outlined{
    font-size: 16px;
}
.product-list-rating  .material-symbols-outlined + .material-symbols-outlined {
    margin-left: -7px;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.product-list-price{
    color: #515357FC;
}

.product-list-action{
    visibility: hidden;
    position: absolute;
    top: 10px;
    right: 0px;
    opacity: 0;
    transition: opacity 300ms, padding 300ms, visibility 0.3s;

}
.product-list-image-wrap:hover .product-list-action{
    visibility: visible;
    opacity: 1;
    padding-right: 10px;
}
.product-list-action .action-item{
    display: block;
    color: #3a3a3a;
    width: 40px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #fff;
}
.product-list-action .action-item:hover{
    text-decoration: none;
}
.max-width-1200{
    max-width: 1200px;
}
.max-width-1140{
    max-width: 1140px;
}
.max-width-740{
    max-width: 740px;
}
.rounded-half{
    border-radius: 500px !important;
}
.bg-soft-danger{
    background-color: #dc3546ac!important
}
.product-list-sticker{
    color: #fff;
    background-color: #808080;
    min-height: 3em;
    min-width: 3em;
    line-height: 3em;
    border-radius: 0 0 0 0;
    padding: 10px 10px 15px;
    margin: 0;
}
.shop-menu-bar .active{
    font-weight: 600;
}
.shop-menu-bar .nav-link{
    color: #000;
}
#mobile-header{
    display: none;
}
#mySidenav .active{
    color: #fff;
}

.contact-location{
    background-color: #faedeb !important;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn, .sidecart .closebtn, .sidefilter .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidecart {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #eee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidefilter {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #eee;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidecart a{
    text-decoration: none;
    font-size: 25px;
    color: #3c3c3c;
    transition: 0.3s;
}

.sidecart a:hover, .sidefilter a:hover{
    color: #6e6e6e;
}

table.cart-table td{
    vertical-align: middle !important;
}


/* Shop Filter */
.side-cart-image img{
    width: 4em;
}

/* Checkout Page */
#checkoutTab .nav-link{
    background-color: #f1f1f1;
}
#checkoutTab .nav-link.active{
    background-color: #fff;
    border-left: none;
    border-right: none;
    border-top: solid 2px #2f9ee2;
}
#checkoutTab .nav-link.active .tab-title{
    color: #2f9ee2;
}
#checkoutTabContent .tab-pane{
    display: none;
}
#checkoutTabContent .tab-pane.active{
    display: block;
}
.tab-title-wrap{
    line-height: 1.3;
}
.tab-title{
    font-weight: 600;
}
.cus-input-group{
    border-radius: 5px;
    border: 0.3px solid #e1e1e1;
}
.checkout-label{
    font-size: 12px;
}


@media screen and (min-width:720px) {
    .contact-form{
        margin-left: -100px;
    }
    .contact-location{
        margin-bottom: 0px !important;
    }
}
@media screen and (max-width:720px) {
    #mobile-header{
        display: flex;
    }
    #shop-header{
        display: none;
    }
    .slider-tile {
        font-size: 3em;
        position: relative;
        top: 100px;
        color:#000;
    }
    .home-slider{
        height: 600px;
        padding: 0px;
    }
    .banner-image-container{
        margin-top: 60px;
    }
    .banner-image-container img{
        width: 100%;
    }
    .banner-button-wrap{
        position: relative;
        top: 150px;
    }
    .home-title-1 p{
        font-size: 2em;
    }
    .home-title-1 h2{
        font-size: 1em;
    }
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
