/* .menu-dropdown{
    display: none;
} */
#Product-info{
    position: relative;
}
@media (min-width: 1200px){
    #Product-info .Product-left{
        width: 60%;
    }
    #Product-info .Product-right{
        width: 40%;
        padding-left: 48px;
    }
}

@media (min-width: 1200px){
    #Product-info .Product-left{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

#Product-info .product-caret{
    position: relative;
    margin: 0 -5px;
}
#Product-info .product-caret .product-box{
    padding: 0 5px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
#Product-info .product-caret .product-box .image-container.zoom{
    overflow: hidden;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
    background-position: 30% 30%;
}
#Product-info .product-caret .product-box img{
    background-color: #fff;
    object-fit: cover;
    -webkit-filter: contrast(91%);
    transition: transform 0s ease;
}

.bg-none{
    background: none !important;
}

#Product-info .product-caret .image-container{
    position: relative;
}
#Product-info .product-caret .image-container.zoom img.opacity-none{
    opacity: 0;
}
#Product-info .product-caret .image-container .zoom:active img{
    opacity: 0;
}
#Product-info .product-caret .image-container.zoom:active img{
    transition: opacity 0s;
    display: block;
    width: 100%;
}
#Product-info .product-box .image-container .image-2{
    position: absolute;
    left: 76px;
    right: 0;
    top: 50px;
    background-color: inherit;
    width: 200px;
}
@media only screen and (max-width: 600px) {
  #Product-info .product-box .image-container .image-2{
    position: absolute;
    left: 113px;
    right: 0;
    top: 40px;
    background-color: inherit;
    width: 150px;
    }
}
/* Product Right */
#Product-info .Product-right .product-info-box{
    width: 88%;
}
.image-1{
    width: 100%;
    height: auto;
    position: relative;
}


#Product-info .Product-right h4{
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}
#Product-info .Product-right .product-star{
    margin-bottom: 10px;
}
#Product-info .Product-right svg{
    color: #2c2c2c;  
    width: 14px;
    height: 14px;
}
#Product-info .Product-right .star-total{
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 300;
    font-size: 14px;
    margin: 0 0 10px 0;
} 
#Product-info .Product-right .product-des{
    font-size: 13px;
    line-height: 20px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    margin-bottom: 5px;
}
.moretext {
    display: none;
}
#Product-info .Product-right .daimond-shapes{
    margin-top: 15px;
    margin-bottom: 15px;
}

#Product-info .Product-right .daimond-title{
    font-size: 16px;
    font-weight: 500;
    font-family: "Libre Franklin", sans-serif;
}
#Product-info .Product-right .daimond-name{
    font-weight: 300;
    font-size: 13px;
}
#Product-info .Product-right .gold-box-main .daimond-title{
  margin-bottom: 10px;
}
#Product-info .Product-right .daimond-shapes .metal-circle-base li{
    margin-bottom: 5px;
}
#Product-info .Product-right .daimond-shapes .metal-circle-base a,#Product-info .Product-right .daimond-shapes .metal-circle-base a{
    border: 0;
}
#Product-info .Product-right .daimond-shapes .metal-circle-base a.active,#Product-info .Product-right .daimond-shapes .metal-circle-base a:hover{
    border: 0;
}
#Product-info .Product-right .gold-main .product-ul li{
    margin-top: 15px;   
}
#Product-info .Product-right .daimond-type a{
    width: auto;
    height: auto;
}
#Product-info .Product-right .daimond-types .product-ul li{
    box-shadow: none;
    border: 2px solid #dedede;
    flex: 0 0 114px;
    padding: 0;
    height: 36px;
    text-align: center;
    line-height: 34px;
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 10px;
}
#Product-info .Product-right .daimond-types .product-ul li.active{
    border: 2px solid #62403e !important;
}
#Product-info .Product-right .daimond-types .product-ul li:hover{
    border: 2px solid #ababab;
}
#Product-info .Product-right .daimond-types .product-ul li:first-child{
    margin-left: 0;
}
#Product-info .Product-right .price{
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.8px;
    margin: 0 0 20px 0;   
}
#Product-info .Product-right .price span{
    font-size: 12px;
}
#Product-info .Product-right .product-end-off{
    position: relative;
    margin-bottom: 20px;
}
#Product-info .Product-right .product-thumb{
    display: flex;
    align-items: center;
}
#Product-info .Product-right .product-thumb .image-container{
    background-color: #fff;
    object-fit: cover;
    -webkit-filter: contrast(91%);
    margin-right: 10px;
}
#Product-info .Product-right .product-thumb .product-name{
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: none;
}
#Product-info .Product-right .product-thumb .descripation{
    font-size: 11px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    width: 55%;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
}
#Product-info .Product-right .setting-box a{
    background-color: #62403e;
    border-color: #62403e;
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 11px 20px;
}
@media (min-width: 768px){
    #Product-info .Product-right .setting-box a{
        width: 85%;
    }
}
#Product-info .Product-right .setting-box{
    position: relative;
    margin-bottom: 20px;
}
#Product-info .Product-right .setting-box .wishlist{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 17px;
}
#Product-info .Product-right .setting-box .wishlist svg{
    width: 35px;
    height: 17px;
    color: #2c2c2c;
    cursor: pointer;
}
#Product-info .Product-right .contact-box{
    padding: 5px;
    background: #f8f8f8;
    text-align: left;
    display: block;
}
#Product-info .Product-right .contact-box .contact-list{
    column-gap: 30px;
}
#Product-info .Product-right .contact-box .contact-list li{
    font-size: 15px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}
#Product-info .Product-right .contact-box .contact-list li{
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
}
#Product-info .Product-right .contact-box .contact-list li svg{
    width: 18px;
    height: 18px;
    color: #62403e;
    margin-right: 5px;
}
.divider-line{
    height: 1px;
    margin: 20px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
#Product-info .Product-right .shipping-method{
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
#Product-info .Product-right .shipping-method .shipping-box,#Product-info .Product-right .shipping-method .order-box{
    position: relative;
    display: flex;
    align-items: center;
}
#Product-info .Product-right .shipping-method .shipping-box{
    margin-bottom: 15px;
}
#Product-info .Product-right .shipping-method .shipping-box .icon-box,#Product-info .Product-right .shipping-method .order-box .icon-box{
    width: 24px;
    height: 24px;
}
#Product-info .Product-right .shipping-method .shipping-box svg,#Product-info .Product-right .shipping-method .order-box svg{
    width: 22px;
    height: 22px;
}
#Product-info .Product-right .shipping-method .order-box .icon-box svg{
    width: 19px;
}
#Product-info .Product-right .shipping-method p{
    display: inline-block;
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: none;
    margin-left: 15px;
}
#Product-info .Product-right .shipping-method a:hover{
    color: #62403e;
}
#Product-info .Product-right .shipping-method p .dependancy{
    font-weight: 500;
}
#Product-info .product-details-wrapper{
    position: relative;
} 
#Product-info .product-details-wrapper .product-details{
    border-top: 1px solid #e1e1e1;
}
#Product-info .product-details-wrapper .product-details-1{
    overflow: hidden;
}
#Product-info .product-details-wrapper .h3{
    font-size: 15px;
    color: #2c2c2c;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    position: relative;
}
#Product-info .product-details-wrapper .details-title{
    position: relative;
}
#Product-info .product-details-wrapper .navbar-toggler{
    padding: 0;
    position: absolute;
    right: 3px;
    top: 15px;
    left: auto;
}
#Product-info .product-details-wrapper .details-title.collapsed .navbar-toggler .add{
    display: block;
}
#Product-info .product-details-wrapper .details-title .navbar-toggler .add{
    display: none;
}
#Product-info .product-details-wrapper .details-title.collapsed .navbar-toggler .remove{
    display: none;
}
#Product-info .product-details-wrapper .h5{
    font-size: 13px;
    color: #2c2c2c;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
    display: block;
    margin-top: 21px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
#Product-info .product-details-wrapper .product-dropdown ul{
    position: relative;
}
#Product-info .product-details-wrapper .product-dropdown dl{
    letter-spacing: .5px;
    font-size: 12px;
    margin-bottom: 1.5em;
    margin-top: 10px;
    font-size: 13px;
    color: #2c2c2c;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
}
#Product-info .product-details-wrapper .product-dropdown dl dt{
    font-weight: normal;
    float: left;
    line-height: 1.41;
    font-size: inherit;
}
#Product-info .product-details-wrapper .product-dropdown dl dd{
    font-size: inherit;
    float: left;
    margin-bottom: 0;
    padding-left: 3px;
    line-height: 1.41;
    float: none;
}
#Product-info .product-details-wrapper .daimond-collection{
    padding-top: 6px;
}
#Product-info .product-details-wrapper .centar-daimond dl,#Product-info .product-details-wrapper .centar-daimond dl dt{
    overflow: hidden;
}
#Product-info .product-details-wrapper .daimond-collection li{
    float: left;
    padding: 0 10px;
    padding-bottom: 16px;
    margin-top: 0;
    min-width: 44px;
    display: inline-block;
}
#Product-info .product-details-wrapper .daimond-collection li .daimond-img{
    position: relative;
    overflow: hidden;
}
#Product-info .product-details-wrapper .daimond-collection li .daimond-img{
    display: block;
    margin: 0 auto;    
    text-align: center;
}
#Product-info .product-details-wrapper .daimond-collection li .daimond-name{
    letter-spacing: .5px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 12px;
    color: #2c2c2c;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 300;
}
#Product-info .product-details-wrapper .related-carousel .product-thumb{
    margin: 6px 0;
    display: block;
}
#Product-info .product-details-wrapper .related-carousel .product-thumb .image-container{
    position: relative;
}
#Product-info .product-details-wrapper .related-carousel .product-thumb .caption{
   margin-top: 10px;
   text-align: center;
   padding: 0 9px;
}
#Product-info .product-details-wrapper .related-carousel .product-thumb .caption h4{
    font-weight: 400;
    line-height: 20px;
    font-size: 15px;
}
#Product-info .product-details-wrapper .related-carousel .product-thumb .caption .price{
    font-size: 14px;
    font-weight: 400;
}
#Product-info .product-details-wrapper .related-carousel .owl-nav button.owl-next,#Product-info .product-details-wrapper .related-carousel .owl-nav button.owl-prev{
    border-radius: 0;
    top: 30%;
    transform: none;
    z-index: 2;
    transition: all .3s;
    right: 0px;
    left: auto;
    position: absolute;
}
#Product-info .product-details-wrapper .related-carousel .owl-nav button.owl-prev{
    left: -6px;
    right: 0;
}
#Product-info .product-details-wrapper .slick-prev,#Product-info .product-details-wrapper .slick-next{
    top: 30%;
}
/*  luxury Consience */
.luxury-consience{
    position: relative;
}
.luxury-consience .container{
    background-color: #62403e;
    padding: 60px 12px;
}
.luxury-consience .container .row{
    align-items: center;
}
@media (min-width: 1200px){
    .luxury-consience .luxury-left{
        max-width: 500px;
        margin: 0 auto;
    }
    .luxury-consience .luxury-right{
        max-width: 500px;
        margin: 0 auto;
    }
}
.luxury-consience .luxury-title{
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #fff;
    font-family: "Forum", serif;
    font-weight: 500;
}
.luxury-consience .luxury-desc{
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.luxury-consience .luxury-future-box:first-child{
    border-top: 1px solid #eee;
}
.luxury-consience .luxury-future-box{
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.luxury-consience .luxury-future-box .future-box{
    display: flex;
    position: relative;
}
.luxury-consience .luxury-future-box .future-image{
   width: 35px;
   height: 35px;
   display: inline-block;
   margin-right: 10px;
}
.luxury-consience .luxury-future-box .future-image svg{
    width: 35px;
    height: 35px;
    color: #fff;
}
.luxury-consience .luxury-future-box .future-descripation{
    display: inline-block;
}
.luxury-consience .luxury-future-box .future-descripation h4{
    display: inline-block;
    letter-spacing: .5px;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    font-family: "Forum", serif;
    font-weight: 500;
}
.luxury-consience .luxury-future-box .future-descripation p{
    font-family: "Libre Franklin", sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.luxury-consience .luxury-future-box .future-dropdown{
    margin-top: 15px;
}
.luxury-consience .luxury-future-box .future-des{
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.luxury-consience .luxury-future-box .navbar-toggler{
    padding: 0;
    position: absolute;
    right: 10px;
    top: 26px;
    left: auto;
}
.luxury-consience .luxury-future-box .navbar-toggler svg{
    width: 20px;
    height: 20px;
    color: #fff;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .add{
    display: block;
}
.luxury-consience .luxury-future-box .future-title .navbar-toggler .add{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .remove{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .add{
    display: block;
}
.luxury-consience .luxury-future-box .future-title .navbar-toggler .add{
    display: none;
}
.luxury-consience .luxury-future-box .future-title.collapsed .navbar-toggler .remove{
    display: none;
}

/* Other Collection  */
.other-collection{
    position: relative;
    overflow: hidden;
}
.product-container .product-thumb{
    position: relative;
    overflow: hidden;
}
.product-container .product-thumb .image-container{
    background-color: #fff;
    object-fit: cover;
    -webkit-filter: contrast(91%);
    margin-right: 10px;
    position: relative;
}
.product-container .product-thumb .image-container .img-extra{
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}
.product-container .product-thumb .image-container:hover img{
    opacity: 0;
}
.product-container .product-thumb .image-container:hover img.img-extra{
    opacity: 1;
}
.product-container .product-thumb  .capation{
    padding: 0 10px;
    padding-top: 15px;
    text-align: center;
}
.product-container .product-thumb  .capation .product-name{
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: none;
}
.product-container .product-thumb  .capation .text-extra{
    font-size: 15px;
    font-family: "Libre Franklin", sans-serif;
    color: #2c2c2c;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: none;
}
.product-thumb  .capation .metal-circle-base{
    justify-content: center;
}
.product-thumb  .capation .metal-circle-base li{
    margin-bottom: 10px;
}
.product-thumb  .capation .metal-circle-base a{
    width: 24px;
    height: 24px;
}
.product-thumb  .capation .metal-circle-base a:after{
    width: 16px;
    height: 16px;
}
.title{
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-size: 25px;
    color: #2c2c2c;
    font-family: "Forum", serif;
    font-weight: 500;
}
.other-collection .owl-nav{
    position: absolute;
    top: -30px;
    left: auto;
    right: 17px;
}

/* Start Customer Review  */
.customer-review{
    position: relative;
    background-color: #f9f9f8;
    padding: 60px 0;
    font-family: "Forum", serif;
}
.customer-review .all-review{
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.customer-review .top-header{
    position: static;
    font-family: "Libre Franklin", sans-serif;
    text-transform: capitalize;
}
.customer-review .top-header .review-rating{
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    font-weight: 300;
}

a[aria-label="review-1"],
a[aria-label="review-2"] {
    display: inline-block;
    padding: 10px 20px; /* Increase padding for better touchability */
    margin: 5px 0; /* Add margin to separate from other elements */
    text-decoration: none; /* Optional: Remove underline for a cleaner look */
}

.customer-review .top-header .review-star{
    margin-bottom: 10px;
}
.customer-review .top-header .review-star svg{
    width: 18px;
    height: 18px;
    color: #2c2c2c;
}
.customer-review .top-header .total-review{
    font-size: 14px;
    line-Height: 20px;
    margin-bottom: 20px;
    color: #2c2c2c;
}
.customer-review .leave-review{
    font-size: 12px;
    list-style: 20px;
    text-decoration: underline;
    color: #2c2c2c;
}
.customer-review .review-slider{
    overflow: hidden;
    position: relative;
}
@media (min-width:768px){
    .customer-review .review-slider{
        width: 86%;
        margin-left: auto;
        margin-right: 0;
    }
}
.customer-review .owl-nav{
    position: absolute;
    top: -54px;
    left: auto;
    right: 17px;
}
.customer-review .rating-dropdown{
    position: absolute;
    right: 0;
    bottom: -31px;
    z-index: 2;
}
.customer-review .other-review{
    padding-top: 25px;
    margin-top: 25px;
    position: relative;
    border-top: 1px solid #d3d3d3;
    overflow: hidden;
}
.customer-review .other-review.more-review{
    display: none;
}
.customer-review .other-review .author{
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 500;
}
.customer-review .other-review .author .review-date{
    float: right;
}
.customer-review .other-review .review-star{
    display: block;
    margin-bottom: 10px;
}
.customer-review .other-review .review-star svg{
    width: 14px;
    height: 14px;
    color: #2c2c2c;
}
.customer-review .other-review .author-headline{
    margin-bottom: 12px;
    font-size: 13px;
    display: block;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
}
.customer-review .other-review .reviwe-descripation{
    position: relative;
    display: block;
    margin-bottom: 0;
    font-size: 13px;
    font-family: "Libre Franklin", sans-serif;
}
.customer-review .other-review .author-text{
    width: 90%;
    float: left;
}
.customer-review .other-review .author-image{
    width: 10%;
    float: right;
    position: relative;
    margin-bottom: 10px;
}
.customer-review .other-review .author-image img{
    margin-left: 20px;
}
.customer-review .other-review .author-image span{
    font-size: 14px;
    font-family: "Libre Franklin", sans-serif;
    color: #fff;
    right: 2px;
    bottom: 2px;
    background-color: #333;
    display: block;
    position: absolute;
    padding: 2px 5px;
    z-index: 1;
}
.customer-review .loading-button{
    display: block;
    text-align: center;
    overflow: hidden;
    margin-top: 15px;
}
.customer-review .moreless-review{
    padding: 10px 50px;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #2c2c2c;
    font-family: "Libre Franklin", sans-serif;
}
.customer-review .moreless-review:hover{
    background-color: #2c2c2c;
    color: #fff;
}
/* End Customer Review  */

.bright-box{
    position: absolute;
    bottom: 60px;
    right: -45px;
    rotate: 90deg;
}


/*  Start Ishi Instagram Block */
.instgram-block{
    position: relative;
    overflow: hidden;
}
.instgram-block .row{
    align-items: center;
}
.instgram-block .section-header .title{
    text-align: center;
    margin-bottom: 5px;
}
.instgram-block .title a{
    font-size: 18px;
    list-style: 20px;
}
.instgram-block .insta-images{
    position: relative;
    overflow: hidden;
}
.instgram-block .insta-images a{
    display: block;
    position: relative;
    overflow: hidden;
}
.instgram-block .image-overlay{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.instgram-block .insta-images:hover .image-overlay{
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.instgram-block .insta-images .insta-button{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 999;
}
.instgram-block .insta-images:hover .insta-button{
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.instgram-block .owl-carousel .owl-nav button.owl-next,.instgram-block .owl-carousel .owl-nav button.owl-prev{
    height: 100%;
    width: 40px;
    visibility: hidden;
    opacity: 0;
    background-color: #eee !important;
    border-radius: 0;
    top: 0;
    transform: none;
    z-index: 2;
    transition: all .3s;
    right: 0;
    left: auto;
    position: absolute;
}
.instgram-block .owl-carousel .owl-nav button.owl-prev{
    left: 0;
    right: 0;
}
.instgram-block .owl-carousel:hover .owl-nav button.owl-next,.instgram-block .owl-carousel:hover .owl-nav button.owl-prev{
    opacity: 1;
    visibility: visible;
}
/*  End Ishi Instagram Block */

/* Start Recently Watched */
.recently-collection{
    overflow: hidden;
    position: relative;
}
.recently-collection .owl-nav{
    position: absolute;
    top: -30px;
    left: auto;
    right: 17px;
}
/*  End Recently Watched */

/*  Owl Carousal  */
.owl-carousel .owl-nav{
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: 0 ;
    border-radius: 50px;
    outline: none;
    transition: all 600ms ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.owl-carousel .owl-nav button svg{
    width: 20px;
    height: 20px;
    color: #2c2c2c;
}
.bright-box input { 
    padding: 0 !important;
}
.bg-darkbrown{
    background: #62403e !important;
}
.text-white{
    color: #fff !important;
}
.luxury-consience .luxury-future-box .future-image svg{
    width: 35px;
    height: 35px;
    color: #fff !important;
}
.hide-arrow-outer .related-carousel button{
 display: none !important;
}