.range-slider-title {
    text-align: center;
}
.range-slider-title {
    margin-bottom: 40px;
    font-family: 'Open Sans';
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.range-slider-selection {
    margin-bottom: 0;
    text-align: right;
    font-family: 'Open Sans';
    color: #606060;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.slider-range-buy-btn{
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 14.5px 30px 14.5px 30px;
    border: 0px;
    font-size: 14px;
    background: url(/../../images/MainSite/footer-button.png) no-repeat center;
    color: #fff !important;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
}
.slider-range-buy-btn:hover{
    border: 1px solid #3a3a3a;
    background: #fff;
    color: #000 !important;
}
.range-slider-selection-row{
    width:100%;
    margin:auto;
    align-items: center;
    padding-top:2rem;
}
.range-slider-sec {
    padding-bottom: 1rem;
    overflow: hidden;
}
 .range-slider {
	 display: flex;
	 position: relative;
	 height: 3.2352941176rem;
	 width: 100%;
}
 .range-slider input[type='range'] {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 background: #d8e0f3;
	 width: calc(100% - 1px);
	 height: 0.2941176471rem;
	 border-radius: 0.2941176471rem;
	 border: 0;
	 margin: 0;
	 padding: 0;
	 position: relative;
	 z-index: 3;
     margin: 0 3.5%;
}
 .range-slider input[type='range']:focus {
	 outline: 0;
	 border-color: #fff;
}
 .range-slider input[type='range']:focus::-webkit-slider-thumb {
	 background-color: #fff;
}
 .range-slider input[type='range']:focus::-moz-range-thumb {
	 background-color: #fff;
}
 .range-slider input[type='range']:focus::-ms-thumb {
	 background-color: #fff;
}
 
 .range-slider ::-ms-thumb {
	 border: 0.1176470588rem solid #f7d48c;
	 background-color: white;
	 border-radius: 50%;
	 width: 0.4705882353rem;
	 height: 0.4705882353rem;
	 cursor: pointer;
}
 .range-slider ::-webkit-runnable-track {
	 -webkit-appearance: none;
	 width: 0;
}
 .range-slider ::-moz-range-track {
	 -moz-appearance: none;
	 width: 0;
}
 .range-slider ::-ms-track {
	 border-color: transparent;
	 color: transparent;
	 background-color: transparent;
}
 .range-slider ::-ms-fill-upper {
	 background: transparent;
}
 .range-slider ::-ms-fill-lower {
	 background: #f7d48c;
	 margin-left: -0.1176470588rem;
	 height: 1.1764705882rem;
	 border-color: #f7d48c;
	 border-width: 1.1764705882rem 0;
}
 .range-slider ::-ms-tooltip {
	 display: none;
}
 .range-slider-ticks {
	 position: absolute;
	 top: -0.2941176471rem;
	 z-index: 2;
	 left: 0;
	 right: 0;
	 display: flex;
	 justify-content: space-between;
	 margin: 0 6%;
}
 .range-slider-ticks__tick {
	 background: #d8e0f3;
	 display: inline-flex;
	 justify-content: center;
	 width: 0.8823529412rem;
	 height: 0.8823529412rem;
	 border-radius: 50%;
	 position: relative;
	 cursor: pointer;
}
 .range-slider-ticks__label {
	 font-size: 0.8235294118rem;
	 padding-top: 2.6470588235rem;
     text-align:center;
     min-width:100px;
}
 .range-slider-ticks__label.is-selected {
	 font-weight: 600;
     text-align:center;
 }
 
    .fade:not(.show) {
        opacity: unset !important;
        background:#00000075;
    }
    header .item {
    height: 86vh;
    position: relative;
    }
    header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 170px;
    /* left/: 250px; */
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
    }
    header .item .cover .header-content {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding:56px;
    margin-top: 80px;

    }
    header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    }
    header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    }
    header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
    }
    header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
    }
    header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    }
    header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    }
    header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
    }
    header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    }
    header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    }
    header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
    }
    header .owl-nav .owl-prev:focus {
    outline: 0;
    }
    header .owl-nav .owl-prev:hover {
    background: #000 !important;
    }
    header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    }
    header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
    }
    header .owl-nav .owl-next:focus {
    outline: 0;
    }
    header .owl-nav .owl-next:hover {
    background: #000 !important;
    }
    header:hover .owl-prev {
    left: 0px;
    opacity: 1;
    }
    header:hover .owl-next {
    right: 0px;
    opacity: 1;
    }
   .slick-list {
    margin: 0 20px!important;
} 
.card.buy-bids-card {
    background-color: #000;
}
.overlay-components-icon i {
    padding: 12px !important;
    font-size: 12px;
}
    .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 50px!important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}


@media screen and (max-width: 1140px) and (min-width: 480px) {
    .buy-bids-card .token_title {
        font-size: 30px;
    }
    
}
@media screen and (max-width: 1140px) and (min-width: 768px) {
    /* .overlay-components-icon i {
        padding: 8px !important;
        font-size: 10px;
        margin: 10px 6px;
    } */
    .buy-bids-card .token_title {
        font-size: 30px;
    }
    
}
@media screen and (max-width: 1140px) and (min-width: 1025px) {
    .archive-product-title {
        font-size: 12px;
        margin: 0;
        padding-top: 45px;
    }
    .woocommerce-title-metas {
        height: 60px;
    } 
    .overlay-components-icon i {
           padding: 12px !important;
            font-size: 12px;
            margin: 10px 6px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
    .archive-product-title {
        font-size: 12px;
        margin: 0;
        padding-top: 25px;
    }
    .woocommerce-title-metas {
        height: 40px;
    }
    .archive-product-title{
        font-size: 10px;
    }
    .overlay-components-icon i {
        padding: 8px !important;
        font-size: 10px;
        margin: 10px 6px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .view-more-button {
        padding: 14.5px 30px!important;
    }
    .buy-bids-card .token_title {
        font-size: 26px;
    }
}
@media screen and (max-width: 767px) and (min-width: 677px){
    .about-sec-inner-column {
        display: none;
    }
    .range-slider-selection {
        text-align: center !important;
    }
    .range-slider-selection-button {
        text-align: center !important;
        margin-top: 30px;
    }
    .range-slider-selection-row{
        padding-top: 30px;
    }
}
@media screen and (max-width: 676px) and (min-width: 280px){
    .range-slider-selection {
        text-align: center !important;
    }
    .range-slider-selection-button {
        text-align: center !important;
        margin-top: 30px;
    }
    .range-slider-selection-row{
        padding-top: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .owl-prev{
    	margin-left: -12px!important;
    }
    .owl-next{
      margin-right: 10px!important;
    }
}
@media (max-width: 575px) {
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        margin: 0px 14px 0px -10px!important;
    }
}
@media screen and (max-width: 575px) and (min-width: 280px) {
    .about-sec-inner-mobile{
        padding: 10px 20px!important;
    }
    .token-sec-col{
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .buy-bids-card .token_title {
        font-size: 18px;
    }
    .view-more-button{
        padding: 8px 12px;
        font-size:10px;
    }
    h4.token_price {
        margin-bottom: 1rem!important;
    }
    .padding-section{
        padding-top: 1.5rem;
    }
    .range-slider-selection {
        text-align: center !important;
    }
    .range-slider-selection-button {
        text-align: center !important;
        margin-top: 30px;
    }
    .range-slider-selection-row{
        padding-top: 30px;
    }
}

.product-new-icon {
    width: 40px!important;
    min-width: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    margin: 8px;
    background-color: #fff;
}


.figure {
    position: relative;
    width: 56px; /* can be omitted for a regular non-lazy image */
    max-width: 100%;
}
.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .2s;
}
.figure:hover img.image-hover {
  opacity: 1;
}
.tab-pane span {
    text-transform: uppercase;
    font-size: 14px;
    color: #606060
}
@media screen and (max-width:580px) and (min-width:280px){
    .range-slider input[type='range'] {
        margin: 0 0px;
   }
   
.range-slider ::-webkit-slider-thumb {
      background: url(/../../images/MainSite/Bidlife_Token_WebIcons-40.png) no-repeat center;
      padding: 20px;
}
.range-slider ::-moz-range-thumb {
   background: url(/../../images/MainSite/Bidlife_Token_WebIcons-40.png) no-repeat center;
   padding: 20px;
  }
  .range-slider-ticks__label {
    font-size: 10px;
  }
}
.nav-link {
    padding: 0.8rem 0;
}

.range-slider-sec {
    height: 400px;
    /* background-color: #cac0c0;  */
}

.range-slider-ticks__label{
    margin-top: 25px;
}
.range-slider-selection-row{
    padding-top: 2rem;
}

@media screen and (max-width: 1080px) and (min-width: 1025px) {
    .range-slider-ticks__tick{
        margin: 0 3%;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1081px) {
    .range-slider-ticks__tick{
        margin: 0 2%;
    }
}

strong.two-x.text-success {
    font-size: 42px;
}

@media (max-width: 580px) {
    strong.two-x.text-success {
        font-size: 21px;
    }
}