.product-elligible-text{
    background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    border: none;
}

a.product-elligible-text:hover {
	color: #FFFFFF;
}

.product-display-set-text{
    background: #FF7500;
    border-radius: 5px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
    border: none;
}

.product-text{
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    color: #00205B;
    line-height: 26px;
}

.product-model{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #00205B;
}

.prod-no-rating{
    font-size: 11px;
    background-color: 00205B;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px 6px 8px;
    font-weight: 600;
}

.product-star{
    color: #FFC338;
    border-radius: 0.75px;
}

.product-price-range{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    color: #FF7500;
}

.sup-product-price{
    font-size: 24px;
}

.product-rental-price{
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    color: #FF7500;
}

.product-sold-text{
    background: #8A8A8A;
    border-radius: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    padding-left: 1.6em;
    font-size: 12px;
    padding-right: 1.6em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.save-up-text{
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xt-input-group .button-minus{
    width: 40px;
    height: 38px;
    font-weight: bold;
    font-size: 20px;
    background: #F8F8F8;
    border: 0.5px solid #959595;
    border-radius: 3px 0px 0 3px;
    padding:0;
}

.xt-input-group .button-plus{
    width: 40px;
    height: 38px;
    font-weight: bold;
    font-size: 20px;
    border: 0.5px solid #959595;
    border-radius: 0 3px 3px 0;
    background: #F8F8F8;
    padding:0;
}

.xt-input-group .quantity-field{
    width: 60px;
    height: 38px;
    text-align: center;
    font-weight: 500;
    border-bottom: 0.5px solid #959595;
    border-top: 0.5px solid #959595;
}

.prod-compare-text, .prod-compare-text:hover{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    color: #FF7500;
    text-decoration:none;
}

.add-cart-btn{
    background: #FF7500;
    border-radius: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    width:180px;
}

.add-cart-btn-ico{
    background: #FF7500;
    border-radius: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.add-cart-btn-review{
    background: #FF7500;
    border-radius: 5px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    width: 120px;
}

.add-cart-btn:hover, add-cart-btn-ico:hover, .add-cart-btn-review:hover{
    color: #FF7500;
    background: #fff;
    border: 1px solid #ff7500;
}

.buy-btn{
    border: 1px solid #FF7500;
    border-radius: 5px;
    background: #FFF2E7;
    color: #FF7500;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    width:180px;
}

.buy-btn:hover{
    color: #FF7500;
    background: #fff;
    border: 1px solid #ff7500;
}

.product-description-box{
    background: #FAFAFA;
    border-radius: 8px;
}

.prod-desc-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    color: #00205B;
}

.add-review-span{
    line-height: 31px;
    color:#00A2D9;
    float: right;
    cursor: pointer;
}

.custom-card {
    background: #fff;
}
.xt-card-xstore-img {
    max-width: 15em;
    max-height: 15em;
}

.similar-elligible-text {
  background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

.details-prd-review-block{
    height: 100px;
}

.similar-price-text {
  background: linear-gradient(180deg, #00205B 0%, #6900A9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 12px;
  font-weight:600;
}

.similar-prd-text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #00205B;
  line-height:20px;
}

.custom-similar-sub-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #00205B;
}

.star-ratings-style {
  color: #FFC338;
  border-radius: 0.75px;
}

.custom-similar-price-text {
  color: #FE7602;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.custom-similar-sub-price-text {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: #8A8A8A;
  padding-left: 0.5em;
}

.product-rating{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #00205B;
}

.prod-thumb-img{
    max-height: 50px;
}
.prod-gallery{
    text-align: center;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    margin: auto;
}
#thumbCarousel{
	/* max-width: 650px; */
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
	padding: 10px 0;
}
#thumbCarousel .thumb{
	float: left;
	margin-right: 10px;
	border: 1px solid #e6e6e6;
	background: #fff;
}
#thumbCarousel .thumb:last-child{
	margin-right: 0;
}
.thumb:hover{
	cursor: pointer;
}
.thumb img{
    width: 4.3vw;
    height: 4.3vw;
	opacity: 0.8;
}
.thumb img:hover{
	opacity: 1;
}
.thumb.active img{
	opacity: 1;
    border: 1px solid #808080;
}
.icon-Carousel {
    width: 1em;
    height: 1em;
    margin: 0.5em;
    border-radius: 1000px;
    background-color: black;
}
.custom-modal-conetnt{
    background-color: #00000000;
    max-height: 80vh;
    border: none !important;
}
.custom-modal-header{
    border-bottom: none !important;
}
.review-modal-header{
    border-bottom: transparent;
}
.product-sub-price{
    color: #8A8A8A;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}
.prod-quant-text{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #00205B;
}
input, textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.xt-input-group{
  width: 0% !important;
  display: contents !important;
}
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
.xt-prev-style, .xt-next-style {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.xt-next-style{
    right: 0;
    border-radius: 3px 0 0 3px;
}
.xt-prev-style:hover, .xt-next-style:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.wish_list_span {
    border-color: #B0B0B0;
    cursor: pointer;
}
.wish_list_span.active {
  color: #FF0000;
  display: initial;
}

.prod-carousel .carousel-inner .carousel-item{
    height:320px;
}

.prod-sub-main-text{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #00205B;
}

.prod-sub-text-title{
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    color: #00205B;
}

.prod-sub-title-text{
    font-style: normal;
    font-size: 14px;
    color: #00205B;
    font-weight: 400;
}

.xt_prd_review_tab .nav-link.active {
    color: #ff7500;
    background-color: transparent;
    border-bottom: 3px solid #ff7500;
    border-radius: 0;
}

.xt_prd_review_tab .nav-link {
    color: #00205B;
    font-size: 16px;
    padding: 0;
    margin-right: 19px;
    padding-bottom: 10px;
}

.user-rev-img{
    max-height: 90px;
    max-width: 90px;
    border-radius: 50%;
}
.web-rev-img{
    max-height: 90px;
    max-width: 90px;
}

.text_div{
    padding-left: 18px;
}

.review-user-text{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #00205B;
}

.review-user-sub-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #00205B;
}


.website-reviews-img-text{
    padding-left: 15px;
}

.pd-gallery-a-block{
    border: 0.5px solid #8A8A8A;
    border-radius: 5px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}
.pd-gallery-a-block img{
    max-height: 75px;
    max-width: 100%;
}

.pd-gallery-sec-block{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-gallery-sec-block img{
    max-width: 100%;
    max-height: 100%;
}

.hero-slider-data-block a img{
    border-radius: 10px;
}

.pd-gallery-main-block{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-gallery-main-block img{
    max-height: 280px;
    max-width: 100%;
}




@media only screen and (min-width: 1200px) and (max-width: 1399px)  {
    .pd-gallery-main-block{
        height: 260px;
    }
    .pd-gallery-main-block img{
        max-height: 250px;
    }
    .pd-gallery-a-block{
        height: 70px;
    }
    .pd-gallery-a-block img{
        max-height: 65px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
    .pd-gallery-main-block{
        height: 240px;
    }
    .pd-gallery-main-block img{
        max-height: 230px;
    }
    .pd-gallery-a-block{
        height: 55px;
    }
    .pd-gallery-a-block img{
        max-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
    .pd-gallery-main-block{
        height: 180px;
    }
    .pd-gallery-main-block img{
        max-height: 170px;
    }
    .pd-gallery-a-block{
        height: 45px;
    }
    .pd-gallery-a-block img{
        max-height: 40px;
    }
}

@media only screen and (min-width: 500px) and (max-width: 767px)  {
    .pd-gallery-main-block{
        height: 270px;
    }
    .pd-gallery-main-block img{
        max-height: 260px;
    }
}

@media only screen and (min-width: 400px) and (max-width: 499px)  {
    .pd-gallery-main-block{
        height: 240px;
    }
    .pd-gallery-main-block img{
        max-height: 230px;
    }

    .pd-gallery-a-block{
        height: 65px;
    }
    .pd-gallery-a-block img{
        max-height: 60px;
    }
}

@media only screen and (min-width: 285px) and (max-width: 399px)  {
    .pd-gallery-main-block{
        height: 180px;
    }
    .pd-gallery-main-block img{
        max-height: 170px;
    }

    .pd-gallery-a-block{
        height: 50px;
    }
    .pd-gallery-a-block img{
        max-height: 45px;
    }
}
@media only screen and (min-width: 10px) and (max-width: 284px)  {
    .pd-gallery-main-block{
        height: 140px;
    }
    .pd-gallery-main-block img{
        max-height: 130px;
    }

    .pd-gallery-a-block{
        height: 40px;
    }
    .pd-gallery-a-block img{
        max-height: 35px;
    }
}

.prod-link-head-txt{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #00205B;
}


.prod-heart{
    /* border: 1px solid #00205B; */
    /* color: #fff; */
}
#header-navbar-structure{
    position: fixed;
    bottom: 0px;
    width: 100%;
    display: none;
    z-index: 999;
}
.navbar-sub-header{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}
.custom-sub-header-price{
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 25px;
    color: #FF7500 !important;
}
.custom-sub-header-text{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00205B;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
}
.custom-sub-header-img{
    max-width: 100%;
    max-height: 100%;
    padding: 5px;
}

.prod-nav-sub-header-row{
    min-height: 70px;
    max-height: 90px;
}

.prod-ul-style-info{
    list-style-position: inside;
    list-style-type: disc !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #00205B;
    margin-top: -15px;
   /* margin-bottom: 10px;*/
}
.prod-ul-style-warranty{
    list-style-position: inside;
    list-style-type: disc !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #00205B;
    margin-top: -15px;
    margin-bottom: 10px;
}
.prod-li-style{
    text-indent: -20px;
    margin-left: 20px;
}
.prod-desc-sub-text{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    color: #00205B;
}
.prod-linking-text{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 22px; */
     color: #00A2D9;
     cursor: pointer;
}
.prod-link-official{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    /* line-height: 22px; */
    color: #00A2D9;
}


/*Tab Sections*/
.text-info{
    color: #2E3033 !important;
}
.review-btn-close{
    filter: none !important;
}
.prod-rating-link{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #00A2D9;
    cursor: pointer;
}
.prod-modal-title{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #00205B;
}
.prod-modal-title-2{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #00205B;
}
.prod-modal-text{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #00205B;
}
.rating-textarea{
    background: #FAFAFA;
    border-radius: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #8A8A8A;
}

.rating-textarea:focus{
    border: 1px solid #ced4da !important;
}


.rating {
  display: none;
  font-size: 25px;
  font-weight: bold;
  color: orange;
  white-space: nowrap; }

.rating .star {
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em; }

.rating .star::before {
  display: inline-block;
  color: #aaa;
  content: '☆';
  width: 1.4em;
  height: 1em; }

.rating .star::after {
  display: inline-block;
  position: absolute;
  content: '★';
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.1s linear;
  overflow: hidden; }

.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {
  opacity: 1;
  width: 1em;
  height: 1em; }
  
.custom-free-membership-text{
    font-weight: 400;
    font-size: 16px;
    color: #6900A9;
}

.custom-free-membership-text ul{
	list-style: disc;
}

.custom-free-membership-text li{
	position: relative;
    left: 20px;
}