<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.suggest_row {
    padding: 0 10px;
}
.suggest_item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 5px 5px;
    transition: .2s ease;
    border-radius: 5px;
}

.suggest_item:hover {
    background: #80808017;
}
.suggest_item i {
    margin-bottom: auto;
    margin-top: auto;
    transform: rotate(45deg);
}
.search_mbl_size{
    font-size: 14px !important;
}
@media(max-width: 320.98px){
    .search_mbl_size{
        font-size: 11px !important;
    }
}

.search_list_mbl{
  min-width: 342px !important;
}

@media(max-width: 320.98px){
    .search_list_mbl{
        min-width: 300px !important;
    }
}
.d-flex{
    display: flex;
}

.p-20{
  padding: 0 20px;
}
.my-20{
  margin-top: 20px;
  margin-bottom: 20px;
}
/*//////////////////////////////RATING CSS///////////////////////////////////////*/
#product-tab-reviews .review-form {
    padding-top: 0.3rem;
}

.rating-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating-group {
    display: inline-flex;
}
#full-stars-example-two .rating__icon {
    pointer-events: none;
}
#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
    display: none;
}
#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}
#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}
.delrev {
    color: #c75c5c!important;
    font-size: 12px!important;
    margin-left: 20px!important;
}
#desc .avg-rating-container {
    display: flex;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
#desc .avg-mark {
    font-size: 6em;
    font-weight: 600;
    color: #369;
    letter-spacing: -.025em;
    line-height: 1;
    margin-bottom: 0;
}
#desc .avg-rating {
    margin-left: 1.8rem;
}
#desc .avg-rating p {
    font-size: 1.4rem;
    line-height: 1.4;
}
#desc .avg-rating .ratings-container {
    margin-bottom: 0.3rem;
}
.ratings-container {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0.6rem;
    font-size: 1.2rem;
}
#desc .avg-rating .ratings-full {
    margin-right: 0.8rem;
}

.ratings, .ratings-full {
    position: relative;
    letter-spacing: .2em;
}

.ratings-full {
    cursor: pointer;
    margin-right: 0.5rem;
}

.ratings-full::before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: rgba(0,0,0,.16);
    white-space: nowrap;
    font-family: 'FontAwesome'
}

.tooltiptext {
    position: absolute;
    padding: 1rem 0.7rem;
    bottom: 125%;
    left: 50%;
    background-color: #333;
    color: #fff;
    font: 400 1.3rem Poppins,sans-serif;
    letter-spacing: .01em;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    z-index: 1;
    transition: opacity .3s;
}

.rating-reviews {
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 1.2rem;
    color: #aaa;
}

#desc .ratings-value {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}

#desc .ratings-value span:first-child {
    margin-right: 2.1rem;
    font-size: 2.5rem;
}

#desc .ratings-list .ratings-container {
    margin-bottom: 1.5rem;
}

#desc .ratings-list .progress-bar {
    max-width: 20rem;
    margin-left: 1.3rem;
    margin-bottom: 0;
    border-radius: 0.4rem;
}
.progress-bar.progress-bar-sm {
    height: 0.8rem;
}
#desc .ratings-list .progress-bar span {
    border-radius: 0.4rem;
}
.progress-bar span {
    display: block;
    height: 100%;
    background-color: #999;
}
.progress-bar {
    background-color: #eee;
    margin-bottom: 1rem;
    height: 1rem;
    width: 100%;
}

.comments .comment {
    position: relative;
    font-size: 1.3rem;
    padding: 3rem 0;
    border-top: 1px solid #eee;
    padding: 4rem 0;
}
.comment-body {
    display: flex;
}

.comment-avatar {
    flex: 0 0 9rem;
    max-width: 9rem;
    margin-right: 2rem;
}

.comment-author {
    margin: 0.5rem 0 1rem;
    font-size: 1.8rem;
    color: #333;
    line-height: 1;
}

.text-left {
    text-align: left!important;
}

.comment-author a {
    margin-right: 0.4rem;
    color: inherit;
}

.comment-date {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
}

#desc p {
    font-size: 1.4rem;
}
.comment-body .comment-content p {
    margin-bottom: 1.6rem;
    line-height: 1.9;
}
/*//////////////////////////////RATING CSS///////////////////////////////////////*/

.pr-2{
    padding-right: 10px;
}

.qa-quest h3{
  max-width: 100%;
}

.qa-answer p{
  max-width: 100%;
}

.mb-25{
  margin-bottom: 25px;
}
.text-black{
  color: black;
}
.topbuttonbox{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px){
    .btn-view {
        display: flex!important;
    }
}
@media (max-width: 1024px){
    .btn-view {
        display: flex!important;
    }
    .topbuttonbox button{
        width: max-content!important;
        font-size: 14px;
    }
}
.topbuttonbox button{
  color: #ff2929;
  width: max-content!important;
  margin-top: auto;!important;
  margin-bottom: auto;!important;
  margin-left: 0px!important;
  margin-right: 0!important;
  padding: 0 12px;
  height: 32px;
}
.topbuttonbox span{
  margin-right: 15px!important;
}
.flash-deals .owl-carousel .owl-item img {
    height: 200px;
    object-fit: contain;
}
.no-scale img:hover {
    -webkit-transform: scale(1)!important;
    transform: scale(1)!important;
}
.img_contain{
      height: 370px;
    object-fit: contain;
}
.z_ind1111{
  z-index: 1111;
}
.scel{
  padding: 5px 10px;
}

@media (min-width: 1025px){
  .entry-inside.v3 .entry-middle {
      padding-top: 30px!important;
      padding-bottom: 44px!important;
  }
  .entry-content.active::before {
      content: unset!important;
  }
}

.header_serach_mobile{
  padding-left: 10px!important;
  display: none;
  padding-top: 10px!important;
  padding-bottom: 20px!important;
  padding-right: 10px!important;
}
@media(max-width: 1024.98px){
  .header_serach_mobile{
    display: block;
  }
}
.header_serach_mobile input {
  width: auto!important;
  text-indent: 20px;
  padding-left: 0px!important;
}
.img_contain_60{
  height: 60px;
  object-fit: contain;
}
.img_contain_80{
  height: 80px;
  object-fit: contain;
}
.img_contain_90{
  height: 90px;
  object-fit: contain;
}
.img_contain_250{
  height: 100px;
  object-fit: contain;
}

#asm_toast {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #257b28;
    color: white;
    padding: 5px;
    z-index: 11111;
    font-weight: 100;
    font-size: 20px;
    display: flex;
    justify-content: center;
    display: none;
}

.toast_message{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #dba050;
    color: black;
    padding: 20px;
    z-index: 11111;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    justify-content: center;
    /*display: none;*/
}

.single-product-detail .single-product-info .btn-icon {
    border: none!important;
    width: auto!important;
    height: auto!important;
}

.show{
  display: flex!important;
}
#view_cart_details .wh-100 {
  max-width: 100%!important;
}
.qty_input{
  border: 1px solid #000000ad;
  text-indent: 10px;
  text-align: center;
  max-width: 100px;
  border-radius: 20px;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
#asm_toast .fa{
  font-size: 30px;
  margin-right: 10px;
  margin-top: auto;
    margin-bottom: auto;
}
#modal_content{
  background: white;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 30px;
}

.modal-content {
    border-radius: 30px;
}

.btn_ab_close{
  position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1111;
}
.border-light{
  border: 1px solid #032c7b52!important;
}
.w-100{
  width: 100%!important;
}
.aitsun_validation{
	margin-bottom: 25px;
}
.d-none{
	display: none!important;
}
.footer-about ul li {
	padding-top: 3px!important;
}
.product_catsearchlist{
    color: #999;
    border: none;
}
.pl-20{
	padding-left: 20px!important;
}
.pl-10{
	padding-left: 10px!important;
}

#selectsort:after {
    content: "\f0d7";
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
}
.cursor-pointer{
	cursor: pointer!important;
}
.ae-responsive{
	width: 100%;
    object-position: center;
    object-fit: contain;
}
.product_p{
	max-height: 175px;
    overflow: scroll;
    min-height: 175px;
}
.product_p::-webkit-scrollbar{
	display: none;
}
.desc-list p {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    position: relative;
    display: block;
    margin-left: 13px;
}
.btn-round{
	border-radius: 15px;
    padding: 2px 10px;
}
.product-grid.product-list .product-item .btn-view {
    display: block!important;
    padding-right: 45px;
    padding-top: 5px;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-spinner {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.m-auto{
  margin: auto!important;
}
.ter_title{
    font-size: 16px;
    padding-bottom: 12px;
}
.ter_text{
     color: #666666;
     line-height: 26px;
}
.ter_line{
    padding-bottom: 25px;
}
.about-desc {
    line-height: 19px;
}

.widget-verticalmenu .navbar-toggles{
    background: #e52127!important;
    background-image: linear-gradient(244deg, #032c7b, #e52127)!important;
}
.btn-gradient, .product-tab-sw li a:hover, .product-tab-sw li.active a, .product-tab-sw2 li a:hover, .product-tab-sw2 li.active a{
    background: #e52127!important;
    background-image: linear-gradient(244deg, #032c7b, #e52127)!important;
}
.header-search .input-group-btn .button_search{
    background: #032c7b!important;
}

.f-bottom{
    background: #032c7b!important;
}

.social a:hover{
    background: #e52127!important;
    background-image: linear-gradient(244deg, #032c7b, #e52127)!important;
}
.social a:last-child{
    font-size: 20px!important;
}
.f-copyright span{
    color: #b7b7b7!important;
    font-weight: 100;
}

.f-copyright a{
    color: #ffffff!important; 
}

.element a:hover, .element span:hover {
    color: #e52127;
}

.topbuttonbox button{
    background: #e52127!important;
    background-image: linear-gradient(244deg, #032c7b, #e52127)!important;
    color: #fdfdfd;
}

.header-search input{
    border: 1px solid #022c7b73;
    border-right: 0;;
}

.header-search .search-panel{
    border: 1px solid #022c7b73;
    border-left: 0;
}

.header-search{
    padding-top: 0;
}

.header-sub-element.row &gt; a{
    display: flex;
}
.header-sub-element.row &gt; a img{
    margin: auto;
}

.cart{
    padding: 0;
}

.header-v5 .header-center{
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-search input {
    height: 45px;
}

 
.header-search .input-group-btn .button_search {
    color: #fff;
    width: 60px;
    height: 40px;
    line-height: 37px;
    font-size: 20px;
    border-radius: 20px;
}

.header-search .input-group-btn {
    padding: 0;
    width: 50px;
    top: 3px;
    right: 13px;
}

.cart-btn {
    width: 125px;
    height: 35px;
    line-height: 35px;
}

.btn-back {
    width: 199px;
    height: 35px;
    font-size: 16px;
    line-height: 32px;
}

.product-info .product-title {
    line-height: 1.5;
}

.product-item .product-inner{
    border: 1px solid #272b6e96;
    border-radius: 10px;
}

.product-item:hover .product-inner{
    border: 1px solid #272b6e96;
}

.text_over_flow_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_over_flow_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#cart_details .product-name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-title a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.product-title{
    min-height: 84px;
}

.pd-bd { 
    padding: 10px;
}

.product-grid-v2 .product-rating.bd-rating {
    border-top: 1px solid #e9e9e9;
    margin-left: 0px;
    margin-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.super-deal.v2 .owl-carousel{
    border: 1px solid #272b6e96;
    border-radius: 10px;
}

.brand-item a{
    width: 100%;
}

.brand-item .img_contain_60 {
    height: 60px;
    width: 100%;
    object-fit: contain;
    background: transparent;
    box-shadow: inset 0px 0px 10px 3px #0000003d;
    padding: 10px;
    border-radius: 10px;
}

.cate-item .product-info .product-price{
    font-size: 12px;
}

.cartlist_item{
    position: relative;
    left: 0;
    color: #000000;
    list-style: none;
    margin: 4px 0;
    border-left: 2px solid #0e93d2;
    transition: 0.5s;
    background: white;
    cursor: pointer;
    padding: 9px 10px 10px 10px;
    background: #d9edf7;
}</pre></body></html>