/*   Stilltime Collection CSS v0.1 - thatweb.co - July 2020  */


.wireframe{
    background-color: rgb(240,240,240,1);
    color: rgb(191,190,190,1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}




/* FONTS */

.lead{
    line-height: 1.8rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6  {
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6  {
    font-weight: 300;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span, .display-1 span, .display-2 span, .display-3 span, .display-4 span  {
	color:inherit;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, .display-1 small, .display-2 small, .display-3 small, .display-4 small  {
	font-size: 80%;
}
h1, .h1{
    font-size:1.5rem;
}
h2, .h2{
    font-size:1.4rem;
}
h3, .h3{
    font-size:1.3rem;
}
h4, .h4{
    font-size:1.2rem;
}
h5, .h5{
    font-size:1.1rem;
}
h6, .h6{
    font-size:1rem;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    h1, .h1{
        font-size:2rem;
    }
    h2, .h2{
        font-size:1.8rem;
    }
    h3, .h3{
        font-size:1.6rem;
    }
    h4, .h4{
        font-size:1.4rem;
    }
    h5, .h5{
        font-size:1.2rem;
    }
    h6, .h6{
        font-size:1rem;
    }

}






/* STYLES */

html {
    font-size:14px;
    /* scroll-behavior: smooth; */
}
body {
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
    color: rgba(255,255,255,1);
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(20,20,20,1) 100%);
    background-attachment: fixed;
    overflow-x: hidden;
}
main{

}
.sticky-top {
    position: sticky;
}

section{
}



/*  LOGO  */
.sitelogo-lion, .sitelogo-text{
    height:30px;
}
.sitelogo-lion{
    display: inline;
    margin-right: -5px;
}
.sitelogo-text{
    display:inline;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .sitelogo-lion, .sitelogo-text{
        display:inline;
        height:50px;
    }
    .sitelogo-lion{
    }
    .sitelogo-text{
        margin-left:-10px;
    }
    
    footer .sitelogo-lion, footer .sitelogo-text{
        height:40px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {   
    .sitelogo-lion, .sitelogo-text{
        height:70px;
    }
    .sitelogo-lion{
    }
    .sitelogo-text{
    } 
}




.navbar{
    padding:0;
}

ul li{
}
ul li.nav-item{
    margin-bottom: 0;
}


ul.nav.text-white .nav-link{
    color:rgba(255,255,255,1);
}
ul.nav.text-white .nav-link:hover, ul.nav.text-white .nav-link:active, ul.nav.text-white .nav-link:focus{
}

.glow {
    box-shadow: 0 10px 20px rgba(255,255,255,.25), 0 6px 50px rgba(255,255,255,.15);
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.8)!important;
}



/*   LOADING   */
.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    top: 50%;
    margin-right:.5rem;
    animation: loader 2s infinite ease;
  }
  
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
  }
  
  @keyframes loader {
    0% {
      transform: rotate(0deg);
    }
    
    25% {
      transform: rotate(180deg);
    }
    
    50% {
      transform: rotate(180deg);
    }
    
    75% {
      transform: rotate(360deg);
    }
    
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes loader-inner {
    0% {
      height: 0%;
    }
    
    25% {
      height: 0%;
    }
    
    50% {
      height: 100%;
    }
    
    75% {
      height: 100%;
    }
    
    100% {
      height: 0%;
    }
  }

  .pulse-white {
    animation: pulse 1s infinite;
  }
  @keyframes pulse {
    0% {
      color: rgba(255,255,255,1);
    }
    50% {
        color: rgba(255,255,255,.2);
      }
    100% {
        color: rgba(255,255,255,1);
    }
  }


/* MODAL */
.modal.fade.show{
    backdrop-filter: blur(20px);
    overflow-y: hidden!important;
    background-color: rgba(255,255,255,.2);
}
body.modal-open {
}
.modal-backdrop{
}
.modal a.close{
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
}
.modal a.close{
    cursor: pointer;
}
.modal-quickview .modal-dialog{
    background-color: rgba(0,0,0,1);
}
.modal-content {
    background-color: transparent;
    padding-top:10px;
}
.modal.bottom.fade .modal-dialog .modal-content{
    max-width:1500px;
    margin-left:auto;
    margin-right:auto;
}
.modal-quickview a.close {
    position: fixed;
        top: 5px;
        right: 5px;
        z-index: 1030;
        border-radius: 50%;
        background-color: rgba(100,100,100,.5);
        color:rgba(255,255,255,1);
        width: 40px;
        height: 40px;
        font-size: 2rem;
        text-align: center;
        text-shadow: none;
        opacity: 1;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .modal-quickview a.close {
        position: absolute;
        top: 5px;
        right: 15px;
    }
}




/* BRAND COLOURS & BUTTONS */
.btn{
    border:0;
    text-transform: uppercase;
    font-weight: 600;
}
.btn:hover, .btn:focus, .btn:active{
}
.btn-sm{
}
.btn-lg{
}

.btn-primary{
    background-color:rgba(228,74,68,1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: rgba(185,54,49,1)!important;
}

.btn-outline-primary{
    border:2px solid rgba(228,74,68,1);
    color:rgba(228,74,68,1);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active{
    background-color: rgba(185,54,49,1)!important;
    border-color: rgba(185,54,49,1)!important;
    color:rgba(255,255,255,1);
}

.btn-ghost-primary{
    background-color:rgba(255,255,255,.5)!important;;
    border:2px solid rgba(228,74,68,1);
    color:rgba(228,74,68,1);
}
.btn-ghost-primary:hover, .btn-ghost-primary:focus, .btn-ghost-primary:active{
    background-color: rgba(185,54,49,1);
    border-color: rgba(185,54,49,1);
    color:rgba(255,255,255,1);
}

.border-primary{
    border-color:rgba(228,74,68,1)!important;
}
.border-light{
    border-color:rgba(40,40,40,1)!important
}


.text-default{
}
.text-primary, .text-primary:focus{
    color:rgba(228,74,68,1)!important;
}
.bg-primary{
    background-color:rgba(228,74,68,1)!important;
}
.text-dark {
    color: #222!important;
}
.bg-dark {
    background-color: #222!important;
}
.text-secondary{
    color: rgba(101,146,204,1)!important;
}
.bg-secondary{
    background-color: rgba(101,146,204,1)!important;
}

.text-trans{
    color:rgba(255,255,255,1)!important;
}

.text-light {
}
.bg-light{
    background-color: rgba(255,255,255,.075)!important;
}





a{
	color:rgba(228,74,68,1);
}
a:hover, a:focus, a:active{
	color:rgba(184,49,44,1);
	outline: none;
	text-decoration: none;
}
a.text-primary:focus, a.text-primary:hover{
    color:rgba(184,49,44,1)!important;
}
a.text-muted:hover, a.text-white:hover{
    color:rgba(184,49,44,1)!important;
}
p a{
    font-weight: 600;
}
p a:hover{
    text-decoration: underline;
}
a.underline:hover{
    text-decoration: underline;
}

.xsmall, xsmall {
    font-size: 70%;
    font-weight: 400;
}






/*  NAVBAR  */
header .topnav .dropdown-menu{
    position: absolute!important;
    top:30px;
    padding:0;
    border-color: #f1f1f1;
    min-width: 200px;
}
.topnav .dropdown-menu .dropdown-item{
    font-size: 80%;
    padding: .5rem 1.5rem;
}
.topnav .dropdown-menu .dropdown-item .flag-icon{
    height:25px;
    margin-right:10px;
}

.topnav .navbar-nav .nav-link{
    padding-left: 1.5rem;
    padding-right: 0;
}
.mainnav .navbar-nav .nav-link{
    font-size: 1.1rem;
    font-weight: 300;
    padding: 1rem 1.25rem;
}
.topnav .navbar-nav .nav-link:hover, .mainnav .navbar-nav .nav-link:hover{
    color:rgba(228,74,68,1);
}



/*  SUBNAV  */
.subnav {
    font-size: .8rem;
}
.subnav a{
    color: rgba(34,34,34,1);
}
.subnav ul:first-child{
    border-top:2px solid #eee;
}
.subnav ul .nav-link{
    border-bottom:1px dashed #eee;
    padding-left:10px;
    color: rgba(34,34,34,1);
}
.subnav ul .nav-link.active{
    font-weight: 700;
    background:#f1f1f1;
}
.subnav ul .nav-link:hover{
    background:#f1f1f1;
}
.subnav ul ul .nav-link{
    padding-left:20px;
}
.subnav ul ul ul .nav-link{
    padding-left:30px;
}
.subnav ul ul ul ul .nav-link{
    padding-left:40px;
}
.subnav ul ul ul ul ul .nav-link{
    padding-left:50px;
}
.subnav ul .nav-link:before{
    content:"- ";
}
.subnav ul .nav-link.back-link:before{
    content:"< ";
}


.subnav-collapse a[data-toggle="collapse"] + a{
    font-weight: 700;
}
.subnav-collapse a[data-toggle="collapse"].collapsed + a{
    font-weight: 400;
}
.subnav-collapse a, .subnav-collapse a[data-toggle="collapse"] i{
    padding:5px;
}
.subnav-collapse a[data-toggle="collapse"] i:hover{
    cursor: pointer;
}
.subnav-collapse a.clear{
    color:rgba(228,74,68,1);
    font-weight: 300;
    font-size: .7rem;
}



/* SWIPER SLIDER */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-coverflow{
    padding-top: 30px;
    padding-bottom: 60px;
}
.swiper-container-coverflow .swiper-slide img {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.swiper-container-coverflow .swiper-slide{
    transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper-container-coverflow .swiper-slide-next {
}
.swiper-container-coverflow .swiper-slide p{
    font-size: .9rem;
}
.swiper-slide {
    display: flex;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat;
}
.swiper-slide.bg-fixed {
    background-position: top center!important;
}
.swiper-slide-content, .swiper-slide-content-left, .swiper-slide-content-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    width:100%;
    height:100%;
    padding:0;
}
.swiper-slide-content {
    text-align:center;
}
.swiper-slide-content-left {
    text-align:left;
}
.swiper-slide-content-right {
    text-align:right;
}
.swiper-slide-content-left .card .text, .swiper-slide-content-left .card .text{
    padding:0;
}
.swiper-slide .title-blend{
    opacity:.5;
    font-size:10vw;
    mix-blend-mode:overlay;
    white-space: nowrap;
}
.swiper-slide .title {
    font-size:2rem;
    margin:0;
    line-height: 80%;
    font-weight: 700;
    color:inherit;
}
.swiper-slide .subtitle {
    font-size:1.2rem;
    font-weight: 400;
    margin:0 0 0.5rem 0;
    color:inherit;
}
.swiper-slide .text {
    font-size:1rem;
    color:inherit;
}
.swiper-slide .card, .swiper-slide .card .text {
    color:#000;
    font-size:.8rem;
}
.swiper-slide .card .text.lead {
    font-size:1rem;
}
.swiper-slide .card ul li {
    margin-bottom:.7rem;
}
.swiper-container .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.banner-xsmall {
    height: 100px;
}
.banner-small {
    height: 250px;
}
.banner-medium {
    height: 400px;
}
.banner-large {
    height: 80vh;
}
.banner-xlarge {
    height: 100vh;
}
.swiper-pagination {
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color:rgba(228,74,68,1);
}
.swiper-button-next, .swiper-button-prev{
    -webkit-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    display: none;
    top: calc(50% - 10px);
}
.down-arrow-bounce{
    position: absolute;
    bottom:0;
    left: calc(50% - 40px);
    max-width:75px;
    z-index:10;
}
.down-arrow-bounce:hover{
    cursor: pointer;
}
.swiper-slide-prev .AOS-item,
.swiper-slide-duplicate-prev .AOS-item,
.swiper-slide-next .AOS-item
.swiper-slide-duplicate-next .AOS-item{
    opacity: 0 !important;
}
.swiper-slide-active .AOS-item{
    opacity: inherit;
}




/*   SEARCH    */
.search{

}
.search-wrapper{
    display: flex;
    justify-items: center;
    align-items: center;
    background: rgba(255,255,255,.95);
    line-height: 2.5rem;
    border-radius: 5px;
    transition: all .5s ease-out;
}
.search-wrapper input{
    display: flex;
    outline: none!important;
    border: 0;
    width: 100%;
    background: rgba(255,255,255,0);
    padding:2px 10px;
}
.search-wrapper a{
    display: flex;
}

.search-wrapper.small{
    line-height: 2rem;
}
.search-wrapper.small input{
    line-height: 1.6rem;
}

.mainnav .search-wrapper{
    background: rgba(255,255,255,.1);
    margin:0 0 0 1rem;
    min-width:250px;
}
.mainnav .search-wrapper:focus-within{
    background: rgba(255,255,255,.95);
}
.mainnav .search-wrapper input{
    color: rgba(255,255,255,.8);
}
.mainnav .search-wrapper:focus-within input{
    color: rgba(34,34,34,1);
}




/*  isotope */
.isotope-grid{

}
.grid-sizer, .grid-item {
    display:flex;
    transition: all 0s ease-in-out!important;
    width: 25%;
}
.grid-item-large {
    width: 100%;
}
.grid-item, .grid-item-large{
    background:rgba(0,0,0,1);
    border: 5px solid rgba(0,0,0,1);
}
.grid-item img:hover{
    cursor: pointer;
}
.grid-item.open img:hover{
    cursor: default;
}
.grid-item.open{
    width:100%;
    z-index: 2;
    left:0%!important;
    background-color:rgba(255,255,255,1);
    padding:50px;
    transition: all 0s ease-out!important;
}
.grid-item.grow.open:hover img{
    transform: scale(1) rotate(0deg);
    transition: all .5s ease-out!important;
}
.grid-item .img-wrapper, .grid-item .moreinfo{

}
.grid-item .img-wrapper{
    text-align: center;
}
.grid-item .moreinfo{
    display: none;
    opacity: 0;
    transition: all 1s ease-in-out;
    padding:0 2rem;
}
.grid-item.open .img-wrapper, .grid-item.open .moreinfo{
    display:block;
    color:rgba(0,0,0,1);
    width: 50%;
    opacity: 1;
}
.grid-item.open .img-wrapper img{
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .grid-sizer, .grid-item {
        width: 33%;
    }
    .grid-item-large {
        width: 66%;
    }
}



/*  FLEX MASONRY  */ 
.masonry { 
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: 4px; /* Adjustment for the gutter */
    width: 100%;
}
.masonry-brick {
    position: relative;
    flex: auto;
    margin: 0 5px 25px 5px;
    overflow: hidden;
    max-width: 45%;
}
.inbasket{
    padding:3px;
    border:2px solid rgba(228,74,68,.75);
    border-top-right-radius: 0;
}
.inbasket:before{
    position: absolute;
    top:3px;
    right:3px;
    content:"in basket";
    padding:.25rem .5rem;
    color:rgba(255,255,255,1);
    background-color:rgba(228,74,68,1);
    font-size: .7rem;
}
.masonry-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .8s ease-in-out;
}
.masonry-brick:hover .masonry-img {
    /* transform: translateY(200px);
    opacity: 0; */
    filter: brightness(.3);
}
.masonry-brick .photo-btns{
    position: absolute;
    top:10px;
    left:0px;
    transition: all .3s ease-out;
    padding:5px;
    opacity: 0;
    font-size: 1.2rem;
    transform: translateY(-50px);
}
.masonry-brick .photo-btns a{
    padding:5px;
    margin:0 3px;
    color:rgba(255,255,255,.9);
    font-size: 1.3rem;;
}
.masonry-brick:hover .photo-btns {
    opacity: 1;
    transform: translateY(-10px);
}
.masonry-brick .photo-btns a:hover{
    color:rgba(228,74,68,1);
}
.masonry-brick .btns-quickview{
    position: absolute;
    transition: all .3s ease-in-out;
    opacity: 0;
    bottom:10px;
    right:0;
    transform: translateY(-10px);
    min-width:90px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.masonry-brick:hover .btns-quickview {
    opacity: 1;
    transform: translateY(0px);
}
.masonry-brick .photo-orig{
    position: absolute;
    bottom:10px;
    left:10px;
    max-width: 40%;
    max-height: 75%;
    padding:4px;
    background-color:rgba(255,255,255,.8);
    transition: all .8s ease-in-out;
    opacity: 0;
    pointer-events: none;
}   
.masonry-brick .photo-orig img{
    max-width:100%;
    max-height:100%;
}
.masonry-brick .photo-info{
    position: absolute;
    top:10px;
    right:20px;
    width:50%;
    transition: all .5s ease-in-out;
    opacity: 0;
    font-size: .8rem;
    line-height: .8rem;
    text-align: right;
    transform: translateX(200px);
    display:none;
}
.masonry-brick:hover .photo-orig{
    opacity: 1;
}
.masonry-brick:hover .photo-info{
    opacity: 1;
    transform: translateX(0px);
    display:inline;
}
@media (min-width: 768px) {
    .masonry-brick {
        max-width: calc(50% - 16px);
        max-height:300px;
    }
    .masonry-brick .btns-quickview{
        min-width:103px;
    }
}
@media (min-width: 992px) {
    .masonry-brick {
    }
}
@media (min-width: 1500px) {
    .masonry-brick {
        max-height: 400px;
    }
}

.img-rounded{
    border-radius: 20px;
}
.img-rounded-half{
    border-radius: 10px;
}




.red-tooltip + .tooltip > .tooltip-inner {
    background-color: rgba(228,74,68,1)!important;
}
.red-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color:rgba(228,74,68,1)!important;
}




/* FRAMES */
.frame-row{
    background-color: rgba(255,255,255,.05);
    transition: all .8s ease-out;
}
.frame-row.inbasket:before{
    top:0;
    right:15px;
    z-index: 1;
}
.modal-quickview .frame-row{
    background-color: rgba(0,0,0,.5);
}
.frame-wrapper{
    position: relative;
    perspective: 1500px;
    margin:30px;
}
.canvas-wrapper{
    margin:0px;
}
.frame-wrapper img{
    transition: all 1.5s ease-out;
}
.frame-img{
    position: absolute;
    top: -30px;
    left: -30px;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
}
.canvas-wrapper .frame-img{
    position: absolute;
    top: .5%;
    left: .5%;
    width: 99%;
    height: 99%;
    mix-blend-mode: multiply;
}
@media (min-width: 992px) {  /*Large devices (desktops, 992px and up)*/
    .modal-quickview .frame-row:hover{
        background-color: rgba(0,0,0,.8);
    }
    
}



.product-detail .lead-image-wrapper{
    text-align: center;
    padding:1rem;
}
.product-detail .lead-image-wrapper img{
    max-height:350px;
    border-radius: 10px;
}


.frame-row{
    background: rgb(0,0,0);
background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(69,69,69,1) 100%);
    border:2px solid rgba(255,255,255,.85);
    border-radius: 5px;
}



/* ROLLED PRINTS */
.rolled-print-wrapper{
    margin:0;
    transform-style: preserve-3d;
    transform:perspective(750px) rotateX(17deg) rotateY(20deg) rotateZ(-7deg) scale(1) translate(10px, -30px);
    display: inline-block;
}
.rolled-print-wrapper .img-wrapper{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.8);
    clip-path: polygon(110px 0, 100% 0%, 100% 100%, 0 100%, 0 110px);
}
.rolled-print-wrapper img{
    transform: none;
    border-radius: 2px;
    max-height:300px;
}
.rolled-print-wrapper .img-wrapper:after{
    content: "";
    background: url(/media/rolled-corner.png);
    background-position: top left;
    background-size: 160px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 10000000;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {  /*Large devices (desktops, 992px and up)*/
    .rolled-print-wrapper{
        margin:0;
        transform:perspective(750px) rotateX(17deg) rotateY(20deg) rotateZ(-7deg) scale(1) translate(-15px, -40px);
    }
    .frame-row{
        border:1px solid rgba(255,255,255,.25);
    }
}












.btn-tag{
    margin:0 .3rem .7rem 0;
    color: rgba(255,255,255,.2);
    background-color: rgba(255,255,255,.1);
    text-transform: lowercase;
    font-weight: 400;
}
.btn-tag-highlight{
    margin:0 .3rem .7rem 0;
    color: rgba(255,255,255,1);
    background-color: rgb(50, 50, 50);
    text-transform: lowercase;
}
.btn-tag:hover{
    background-color: rgba(228,74,68,1);
    color: rgba(255,255,255,1);
}




.jsAddToBasket{
    min-width: 126px;
}

.float-counter{
    position: fixed;
    top:100px;
    right:30px;
    padding:.25rem .5rem;
    background:rgba(20,20,20,1);
    color:rgba(255,255,255,1);
    border:1px solid rgba(255,255,255,.2);
    border-radius: 5px;
    z-index: 1031;
}



.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(0,0,0,.85);
    border: 1px solid rgba(255,255,255,.85)!important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}
.toast-body {
    padding: .75rem;
    background-color: rgba(255,255,255,.9);
    color: rgba(34,34,34,1);
}



/*  PARALLAX   
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body {
    width: 100%;
    height: 100%;
    perspective: 4px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.hero {
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    justify-items: center;
    align-items: center;
    overflow: hidden;
}
.hero .hero-bg {
    content: "";
    position: absolute;
    top: -70px;
    left: -10px;
    right: 0;
    bottom: 0;
    display: block;
    background-size: cover;
    z-index: 0;
    transform: translateZ(-4px) scale(2);
}
.hero .hero-text {
    width:100%;
    text-align: center;
    z-index: 1;
    transform: translateZ(-2px) scale(1.5);
}
*/




/* COLLECTIONS */
.collection-text-wrapper{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    overflow: hidden;
}
.collection-text{
    position: absolute;
    bottom:-60px;
    color:rgba(255,255,255,1);
    transition: .2s all ease-in-out;
    margin:0 15px;
    padding:30px 15px 0 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.555) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.555) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.555) 100%);

}
.collection-text-title{
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom:75px;
    transition: .6s all ease-in-out;
}
.collection-text-title.small{
    font-size: 1.5rem;
}
.collection-text-desc{
    font-size: 80%;
    opacity: 0;
    transition: .4s all ease-in-out;
}

.collection-text-wrapper:hover .collection-text{
    bottom:0;
    color:rgba(255,255,255,1);
}
.collection-text-wrapper:hover .collection-text-title{
    margin-bottom:10px;
}
.collection-text-wrapper:hover .collection-text-desc{
    opacity: 1;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .collection-text-title{
        margin-bottom:30px;
    }
    .collection-text-wrapper-allcollections .collection-text-title{
        margin-bottom:80px;
        font-size: 1rem;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
    .collection-text-title{
        margin-bottom:40px;
        font-size: 2rem;
    }
    .collection-text-wrapper-allcollections .collection-text-title{
        margin-bottom:30px;
        font-size: 1.3rem;
    }

}
/*1500px and up)*/
@media (min-width: 1500px) {
    .collection-text-wrapper-allcollections .collection-text-title{
        margin-bottom:40px;
        font-size: 1.5rem;
    }

}





/*  SHARE BUTTONS  */
.share-btns-wrapper{
    position: absolute;
    top: -50px;
    right:0;
    transition: .3s all ease-in-out;
}
.share-btns{
    padding:2px 10px 0 10px;
    background-color: rgba(255,255,255,.7);
    border-bottom-left-radius: 5px;
    opacity:0;
    transition: .8s all ease-in-out;
}
.share-btns .btn{
    padding:5px;
    font-size:1.5rem;
}
.share-btns.small .btn{
    padding:5px;
    font-size:1.2rem;
}
.share-title{
    text-align:right;
    padding:15px 15px 0 0;
    pointer-events: none;
    transition: .3s all ease-in-out;
}
.share-btns-wrapper:hover .share-title{
    opacity: 0;
}
.share-btns-wrapper:hover{
    top: 0;
}
.share-btns-wrapper:hover .share-btns{
    opacity:1;
}
.share-btns-wrapper:hover .share-title{
    margin-top:-35px;
    padding:0 15px 0 0;
}






/*  HERO  */
.hero{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center center;
}


/*  PRODUCTS  */
.badge-filter{
    background-color: #f8f9fa;
    color:#999;
    border: 1px solid #eee;
    padding: .5rem 0 .5rem .5rem;
    font-size: 70%;
    font-weight: 400;
    margin:0 8px 10px 0;
}
.badge-filter:last-child{
    margin-right:0;
}
.badge-filter:after{
    position: relative;
    top: -12px;
    right: -4px;
    font-family: "Font Awesome 5 Free";
    content:"\f057";
    font-size: 11px;
    font-weight: 900;
}
.custom-checkbox input:checked+label{
}
.products-grid .product {
    position: relative;
    background:#fff;
    z-index:1;
    border: 2px solid transparent;
}
.products-grid .product-inbasket{
    border: 2px solid rgba(40,167,69,.5);
}
.products-grid .product .hover-icons{
    opacity: 0;
    position: absolute;
    top:10px;
    right:10px;
}
.products-grid .product:hover .hover-icons{
    opacity: 1;
}
.products-grid .paging-filters select, .products-grid .paging-filters select option{
    border: 0;
    outline:0;
    background-color: #f8f9fa;
}
.hover-icons a{
    padding:.5rem .75rem;
    background:rgba(255,255,255,.9);
    font-size:.7rem;
    border-radius: 3px;
}
.product-promo{
    position: absolute;
    top:0px;
    left:0px;
    width:40%;
    height:40%;
    z-index: 1;
}

.compare-trigger{
    position: fixed;
    right: -5px;
    top: calc(50% - 50px);
    height: 65px;
    width: 90px;
    border: 3px solid #f1f1f1;
    border-radius: 5px;
    background: #fff;
    z-index: 100;
    font-size:.6rem;
    font-weight: 500;
    text-align: center;
}
.compare-trigger a{
    padding: 10px;
    text-align: center;
    display: block;
}
.compare-trigger i{
    font-size:30px;
    display: block;
}

ul.filter-list{
    padding: 0 0 15px 0;
    margin:0 0 0 10px;
    list-style: none;
    font-size: .75rem;
}
li.filter-list-item{
    margin-bottom: 2px;
}
li.filter-list-item:last-child{
    margin-bottom: 0;
}
.filter-list-item a{
    display: flex;
    align-items: center;
    color: rgba(34,34,34,1);
    color: rgba(100,100,100,1);
}
.filter-list-item.active a{
    font-weight: 700;
    color: rgba(34,34,34,1);
}
.filter-list-item a:before{
    font-family: "Font Awesome 5 Free";
    content:"";
    margin:0 7px 0 0;
    width:1rem;
    height:1rem;
    border:1px solid #adb5bd;
    border-radius: 2px;
    background:rgba(255,255,255,1);
}
.filter-list-item.active a:before{
    border:1px solid rgba(34,34,34,1);;
}
.filter-list-item.active a span:before{
    font-family: "Font Awesome 5 Free";
    content:"\f00c";
    font-weight: 600;
    color:rgba(228,74,68,1);
    font-size:16px;
    line-height: 0;
    margin-left: -21px;
    text-shadow:   -1px -1px 0 #fff,     1px -1px 0 #fff,   -1px 1px 0 #fff,     1px 1px 0 #fff;
}



.product-spec{
    
}
.product-spec .border-bottom{
    border-bottom:1px dashed #eee;
}
.product-spec-label{
    font-weight: 600;
    padding:0;
    text-align: right;
}
.product-spec-value{
    padding-right:0;
}
.product-spec-label:after{
    content:" :";
}
.product-spec .row{
    border-bottom:1px dashed #ccc;
    margin:0;
    padding: .3rem 0 .4rem 0;
}
.product-spec .row:last-child{
    border:0;
    margin:0;
}

.table-comparison{
    text-align: center;
}
.table-comparison img{
    max-width:100px;
    margin:0 auto;
    display:block;
}
.table-comparison .title{
    text-align:right;
    font-weight: 600;
}
.table-comparison .title:after{
    content:":";
}
.table-comparison .value{
    text-align: center;
    font-size: 90%;
}



/*   FANCYBOX   */
.fancybox-thumbs {
    background: rgba(0,0,0,.8);
}
.fancybox-thumbs__list a:before {
    border: 4px solid rgba(228,74,68,1);
}
.fancybox-thumbs__list a {
    margin: 4px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 8px);
}
.fancybox-image, .fancybox-spaceball {
    padding: 0;
}
.fancybox-caption{
    font-size: 1.2rem;
}


/*  TABS  */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #f8f9fa;
    border-bottom-color: transparent;
}
/*  PILLS  */
.nav-pills .nav-link{
    color: rgba(108,117,125,1);
    font-size: .7rem;
}
.nav-pills .nav-link:hover{
    color: rgba(255,255,255,1);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: rgba(255,255,255,1);
    background-color: transparent;
    border-bottom: 3px solid rgba(228,74,68,1);
    border-radius: 0;
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {   
    .nav-pills .nav-link{
        font-size: .8rem;
    }
}


/*  TICKLIST & CHEVRONLIST  */
ul.ticklist, ul.chevronlist{
    text-align: left!important;
    margin-left: auto!important;
    margin-right: auto!important;
    padding: 0;
    list-style-type: none;
}
ul.ticklist li:before, ul.chevronlist li:before{
    font-family: "Font Awesome 5 Free";
    content:"\f00c";
    margin-right:7px;
    font-weight: 900;
    color: rgba(0,123,255,1)!important;
    display: inline-block;
    position: absolute;
    left: 0;
}
ul.chevronlist li:before{
    content:"\f054";
}
ul.ticklist li, ul.chevronlist{
    padding-left: 20px;
    position: relative;
}



/*  FAQ  */
.faq-item{
    margin-bottom:20px;
}
.faq-title h4{
    font-size: 1.1rem;
    color: rgba(239,61,52,1);
    transition: all .2s ease-in-out;
}
.faq-title.collapsed h4{
    font-size: 1.1rem;
    color:rgba(228,74,68,1);
}
.faq-title i{
    transform: rotate(-90deg);
    transition: all .2s ease-in-out;
}
.faq-title.collapsed i{
    transform: rotate(0);
    color: rgba(239,61,52,1);
}
.faq-answer{
    color:#6c757d!important;
    padding:0 20px 0 40px;
}
.faq-answer p:last-child{
    margin-bottom: 0;
}



/* FOOTER */
footer{
}
footer .footer-links{
	font-size:0.9rem;
}

footer .recaptcha {
    z-index: 1050;
}
footer .recaptcha img{
    max-width:60px;
}
footer .recaptcha a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #6c757d;
}
footer .recaptcha a:hover, footer .recaptcha a:focus{
    color: #ddd;
}
.grecaptcha-badge{
    display:none;
}


/* SOCIAL */
.social-facebook:hover, .social-facebook:focus, .social-facebook:active{
    color:#3b5998!important;
}
.social-twitter:hover, .social-twitter:focus, .social-twitter:active{
    color:#26a7de!important;
}
.social-linkedin:hover, .social-linkedin:focus, .social-linkedin:active{
    color:#0e76a8!important;
}
.social-instagram:hover, .social-instagram:focus, .social-instagram:active{
    color:#3f729b!important;
}
.social-pinterest:hover, .social-pinterest:focus, .social-pinterest:active{
    color:#c8232c!important;
}




/*   motion photo   */
.motion-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    margin-left: -225px;
    position: relative;
    overflow: hidden;
    width: 800px;
    height: 600px;
    transform: rotate(-2deg) scale(.4); 
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,.2);
    border: 10px solid #fff;
}
    /*Small devices (landscape phones, 576px and up)*/
    @media (min-width: 576px) {  
        .motion-wrapper {
            margin-left: -150px;
            margin-top: -100px;
            transform: rotate(-2deg) scale(.6);
        }
    }
    /*Medium devices (tablets, 768px and up)*/
    @media (min-width: 768px) {
        .motion-wrapper {
            margin-left: auto;
            margin-top: -30px;
            transform: rotate(-2deg) scale(.8); 
        }
    }
    /*Large devices (desktops, 992px and up)*/
    @media (min-width: 992px) {	
        .motion-wrapper {
            margin-left: auto;
            margin-top: 20px;
            transform: rotate(-2deg) scale(1); 
        }
    }

/********BACKGROUND********/
.background, .dust, .foreground, .midground {
    position: absolute;
    z-index: 1;
    animation-name: background;
    animation-duration: 40s;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}  
@keyframes background {
    0% {transform:translateX(-50px) translateY(0px) scale(1); filter: blur(3px);}
    100% {transform:translateX(0px) translateY(0px) scale(1.1); filter: blur(1px);}

} 
    
/********FOREGROUND********/  
.foreground {
    z-index: 4;
    -moz-animation-name: foreground;
    -ms-animation-name: foreground;
    -o-animation-name: foreground;
    -webkit-animation-name: foreground;
    animation-name: foreground;
}
@keyframes foreground { 
    0% { transform: scale(1); filter: blur(2px); }
    100% { transform: scale(1.6) translateX(-80px); filter: blur(20px); }
}


/********MIDGROUND********/
.midground {
    z-index:2;
    -moz-animation-name: midground;
    -ms-animation-name: midground;
    -o-animation-name: midground;
    -webkit-animation-name: midground;
    animation-name: midground;
}
@keyframes midground { 
    0% { transform: scale(.75) translateX(0px) translateY(50px); filter: blur(1px); }
    100% { transform: scale(1) translateX(-90px) translateY(0px) rotate(5deg);  filter: blur(0px);}
}

/********DUST********/
.dust {
    z-index: 3;
    -moz-animation-name: dust;
    -ms-animation-name: dust;
    -o-animation-name: dust;
    -webkit-animation-name: dust;
    animation-name: dust;
}
@keyframes dust { 
    0% { transform: scale(1); }
    100% { transform: scale(2) translateX(10px) translateY(0px); filter: blur(2px);}
}







/*   CHECKOUT  */
.checkout-stage-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.checkout-stage-icon{
    color:rgba(255,255,255,1);
    border: 2px solid rgba(255,255,255,1);
    border-radius: 50%;
    font-size: 1rem;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 auto .5rem auto;
}

.checkout-stage-icon.done{
    border: 1px solid rgba(40,167,69,.25);
    color:rgba(40,167,69,.25);
}
.checkout-stage-icon.done + .checkout-stage-title{
    color:rgba(40,167,69,.25);
}
.checkout-stage-icon.done + .checkout-stage-title:after{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    margin-left:.5rem;
    color:rgba(40,167,69,.25);
}

.checkout-stage-icon.active{
    border: 3px solid rgba(255,255,255,1);
}
.checkout-stage-icon.active + .checkout-stage-title{
    font-weight: 700;
}

.checkout-stage-icon.future{
    border: 1px solid rgba(255,255,255,.25);
    color:rgba(255,255,255,.25);
}
.checkout-stage-icon.future + .checkout-stage-title{
    color:rgba(255,255,255,.25);
}

.checkout-stage-title{
    color:rgba(255,255,255,1);
    font-size: .6rem;
    margin:0;
}
.checkout-securelogo{
    max-height:30px;
}


.checkout-subtotals{

}
.checkout-subtotals-label{
    flex-grow: 1;
    margin-right:.5rem;
    color:rgba(108,117,125,1);
}

.checkout-subtotals-value{
    margin-left:auto;
    min-width:70px;
    color:rgba(108,117,125,1);
}

.checkout-login-option{
    padding: 1.5rem 1rem;
    border: 1px solid rgba(255,255,255,.1);
    background-color: rgba(0,0,0,.9);
    border-radius: .5rem;
    height: 100%;
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,.1);
    transition: all .2s ease-in-out;
}
.checkout-login-option:hover{
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0px 0px 30px 0px rgba(228,74,68,.5);
    transform: translateY(-3px);
}


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .checkout-stage-icon{
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
    }
    .checkout-stage-title{
        font-size: 1rem;
    }
    .checkout-securelogo{
        max-height:60px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
    
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .checkout-wrapper{
        max-width:1140px;
    }
}




/*   CHECKOUT SUCCESS   */
@-webkit-keyframes scaleAnimation {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes scaleAnimation {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @-webkit-keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCircle {
    0% {
      stroke-dashoffset: 151px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @keyframes drawCheck {
    0% {
      stroke-dashoffset: 36px;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: rgba(228,74,68,1);
  }
  
  #successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: rgba(255,255,255,1);
  }
  
  #successAnimationResult {
    fill: rgba(146, 226, 100,1);
    opacity: 0;
  }
  
  #successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
            animation: 1s ease-out 0s 1 both scaleAnimation;
  }
  #successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
            animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
  }
  #successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
            animation: 0.3s linear 0.9s both fadeIn;
  }




/*  FORMS & VALIDATION  */
.form-group label:after{
    content:":";
}
.form-group.required label:before{
    content:"* ";
    color:red;
}
.error-msg{
    display: none;
}
.has-error .error-msg{
    display: block;
}
.error-msg, .field-validation-error{
    color:red;
    font-size:.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.has-error label, .form-check.has-error label, .input-validation-error{
    color:red;
}
.form-check input{
    width:20px;
    height:20px;
    margin: 4px 0 0 -30px;
}
.form-check.has-error input{
    background-color: red;
    outline: 2px solid red
}
.has-error input, .has-error textarea, .has-error select, .input-validation-error{
    border-color: red!important;
    background-color:rgb(255, 253, 253);
}
.form-control::-webkit-input-placeholder {
    color: #ddd;
}
.custom-control-label::before {
}
.custom-control-label::after {
}

input.jsServiceImage{
    background:transparent!important;
}

input[type=color]{
    width: 55px;
    height: 50px;
    min-width: unset;
}

input:-webkit-autofill::first-line {
    font-family: 'Helvetica Neue', 'Arial', Arial, sans-serif !important;
    font-size: 16px !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: rgba(228,74,68,1);
    background-color: rgba(228,74,68,1);
}
.custom-radio .custom-control-label{
    color:rgba(108,117,125,1);
}
.custom-radio .custom-control-input:checked~.custom-control-label{
    color:rgba(255,255,255,1);
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active, .form-control:focus{
    outline:0px !important;
    box-shadow: none !important;
}

.col-form-label {
    padding-top: 0;
    padding-bottom: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

.qty-select{
    width: 50px;
    height:30px;
    padding: 0 0 0 5px;
    border:0;
    background:transparent;
    color: rgba(255,255,255,1);
    border-radius: 0;
}
.qty-select:hover{
    color: rgba(228,74,68,1);
}
.qty-select:focus{
    color: rgba(73,80,87,1);
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .col-form-label {
        padding-top: calc(.375rem + 1px);
        padding-bottom: calc(.375rem + 1px);
    }
}

.twofa-wrapper{
    box-shadow: 0px 0px 15px 0px rgba(255,255,255,.1);
}
.twofa-wrapper input{
    width: 35px;
    height: 40px;
    margin: 0;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .twofa-wrapper input{
        width: 100px;
        height: 100px;
        margin: 0 5px;
        font-size: 4rem;
    }
}



/*  PAGINATION  */
.page-link {
    background-color: transparent;
    border: 0;
    color: rgba(255,255,255,1);
    font-size: 1rem;
}
.page-link:hover {
    background-color: transparent;
    color: rgba(228,74,68,1);
}
.page-link.active {
    font-weight: 700;
    font-size: 1.5rem;
    color: rgba(228,74,68,1);
}



.twcCookieDiv {
    position: fixed;
    bottom: 0;
    left: 0;
    border: 0!important;
    width: 100%;
    padding: 1rem;
    margin: 0!important;
    background-color: rgba(0,0,0,.95);
    text-align: center;
    font-size: 1.3rem;
    z-index: 1060;
}



/*   - - - - R E S P O N I V E  - - - -   */






/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {    
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    html {
        font-size:16px;
    }
    .grecaptcha-badge{
        display:block;
    }
    .swiper-button-next, .swiper-button-prev{
        display: initial;
    }
    .banner-xsmall {
        height: 200px;
    }
    .banner-small {
        height: 350px;
    }
    .banner-medium {
        height: 600px;
    }
    .banner-large {
        height: 800px;
    }
    .banner-xlarge {
        height: 100vh;
    }
    .down-arrow-bounce{
        bottom:0;
        left: calc(50% - 80px);
        max-width:150px;
    }
    .products-grid .product:hover{
        box-shadow: 0 .5rem 3rem rgba(0,0,0,.15)!important;
        z-index:2;
    }
    .topnav .navbar-nav .nav-link{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .jsAddToBasket{
        min-width: 145px;
    }
    
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {	
    .sticky-top {
        position: sticky;
    }
    section{
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

/*BESPOKE - Extra Extra large devices (large desktops, 1920px and up)*/
@media (min-width: 1920px) {
	.mx-50{
		margin-left:25%!important;
		margin-right:25%!important;
	}
	.mx-60{
		margin-left:20%!important;
		margin-right:20%!important;
	}
	.mx-70{
		margin-left:15%!important;
		margin-right:15%!important;
	}
	.mx-80{
		margin-left:10%!important;
		margin-right:10%!important;
	}
	.mx-90{
		margin-left:5%!important;
		margin-right:5%!important;
    }
    .banner-xsmall {
        height: 300px;
    }
    .banner-small {
        height: 450px;
    }
    .banner-medium {
        height: 700px;
    }
    .banner-large {
    }
}