.header__tape {
    background: url(https://cdn.shopify.com/s/files/1/0141/3827/7952/files/Group_1.png?v=1732610661);
    background-size: cover !IMPORTANT;
    font-size: 14px !Important;
}

.menu__panel .menu__item a span {
    text-transform: capitalize;
    font-size: 16px;
    color: #000000;
}

.menu__panel .menu__item a span:hover{
  color:#FA2F6E;
}

.menu__panel .menu__item a span .menu__label{
  font-size:14px;
}

.hero__block {
    position: relative;
  }
  
  .hero__overlay {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
  }
  
  .hero__text h2 {
    margin: 0px;
    font-size: 54px;
    line-height: normal;
    color: #000000;
    text-transform:uppercase;
  }
  
  .hero__text h2.title__text {
    font-weight: 800;
    font-size: 43px;
    margin-top: 13px;
    margin-bottom: 27px;
  }
  
  h2.sale__text {
    display: inline-block;
    background: #724c38;
    color: #fff;
    line-height: 54px;
    padding: 10px;
    padding-top: 0px;
  }
  
  .button__block a {
    font-weight: 700;
    background: #fff;
    display: inline-block;
    padding: 17px 30px;
    font-size: 21px;
    color: #000;
    border-radius: 8px;
  }
  
  .button__block a:hover {
    background: #fa2f6e;
    color: #fff;
  }
  
  
  .hero__weblink {
    position: absolute;
    bottom: 18px;
    width: 100%;
  }
  
  .hero__weblink p {
    margin: 0px;
    font-size: 18px;
    color: #000000;
  }

  .hero__weblink p a{
    color:#000;
    font-weight:700;
  }

  .hero__slider .owl-nav button span, .banner__slider .owl-nav button span, .testimonial__slider .owl-nav button span{
      display: none;
  }
  
  .hero__slider .owl-nav button, .banner__slider .owl-nav button, .testimonial__slider .owl-nav button{
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      width: 40px;
      background: #e5e5e5 !IMPORTANT;
      left: 20px;
      box-shadow: 0px 0px 4px rgba(0 0 0/20%);
      outline:none;
      border:none;
  }
  
  .hero__slider .owl-nav button:before, .banner__slider .owl-nav button:before, .testimonial__slider .owl-nav button:before{
      font-family: fontAwesome;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size:28px;
  }
  
  .hero__slider .owl-nav button.owl-prev:before, .banner__slider .owl-nav button.owl-prev:before, .testimonial__slider .owl-nav button.owl-prev:before {
      content: '\f104';
  }
  
  .hero__slider .owl-nav button.owl-next {
      left: auto;
      right: 20px;
  }

  .banner__slider .owl-nav button, .testimonial__slider .owl-nav button{
    left:-65px;
  }

  .banner__slider .owl-nav button.owl-next, .testimonial__slider .owl-nav button.owl-next{
      left: auto;
      right: -65px;
  }
  
  .hero__slider .owl-nav button.owl-next:before, .banner__slider .owl-nav button.owl-next:before, .testimonial__slider .owl-nav button.owl-next:before{
      content: '\f105';
  }


.shipping-section {
      background: #F6F6F6;
      padding: 25px 0px;
  }
  
  .shipping__row {
      display: flex;
      align-items: center;
  }
  
  .shipping__content {
      flex: 1;
      padding-left: 10px;
  }
  
  .shipping__content h2 {
      font-size: 18px;
      font-weight: 500;
      margin: 0px;
  }
  
  .shipping__image img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      margin: 10px;
  }
  
  .shipping__content p {
      margin: 0px;
      color: #0A0809;
  }
  
  .shipping-section .col-md-4 {
      border-right: 1px solid #ddd;
  }
  
  .shipping-section .col-md-4:last-child {
      border: none;
  }
  
  .shipping-section .col-md-4:nth-child(1) {
      padding-right: 35px;
  }
  
  .shipping-section .col-md-4:nth-child(2) {
      padding: 0px 35px;
  }
  
  .shipping-section .col-md-4:nth-child(3) {
      padding-left: 35px;
  }

.collection__section {
    margin: 50px 0px;
}

.title__block h2, div#shopify-section-template--15734920216647__1586284059940 h2, div#shopify-section-template--15734920216647__ed893f11-0533-4eae-9b03-548e9290e35c .rte h2 {
    font-size: 36px;
    color: #0A0809;
    font-weight: 700;
    margin: 0px;
   letter-spacing:0px;
}

div#shopify-section-template--15734920216647__1586284059940 h2{
  text-align:center;
  margin-bottom:50px;
}

div#shopify-section-template--15734920216647__ed893f11-0533-4eae-9b03-548e9290e35c .rte h2{
  margin-bottom:40px;
}

.title__block {
    margin-bottom: 47px;
}

.collection__item img {
    width: 100% !IMPORTANT;
    max-width: 100% !important;
    height: 131px;
    object-fit: contain;
}

.collection__item {
    text-align: center;
}

.collection__item h2 {
    font-size: 16px;
    color: #0A0809;
    font-weight: 500;
    margin: 0px;
  
}

.collection__slider .item a {
    display: block;
}


.tab__collection__block .sorting-collections__head h2 a {
    border: 1px solid #FA2F6E !important;
    padding: 10px 21px !important;
    border-radius: 12px !important;
    color: #0A0809 !important;
  background:#fff !important;
}

.tab__collection__block .sorting-collections__head h2 {
    padding: 0px 8px !important;
}

.tab__collection__block .sorting-collections__head h2 a.active {
    background: #FA2F6E;
    color: #fff !important;
}

.collection__bg {
    margin: 50px 0px;
    background: #F6F6F6;
    padding: 50px 0px;
}

.button__shop__all a {
    border: 1px solid #fa2f6e;
    padding: 12px 21px;
    border-radius: 12px;
    color: #0a0809 !important;
    background: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.button__shop__all a:hover {
    background: #fa2f6e;
    color: #fff;
}

.image__section {
    margin: 50px 0px;
}

.image__content {
    position: relative;
}

.image__content img {
    border-radius: 15px;
}

.image__inner__overlay {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px 26px 25px 0px;
    text-align: right;
}

.image__inner__overlay h2 {
    color: #020000;
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

.image__inner__overlay p {
    color: #331219;
    font-size: 13px;
}

.image__button a {
    display: inline-block;
    background: #fff;
    padding: 7px 20px;
    font-size: 13px;
    border-radius: 6px;
    color: #0A0809;
}

.image__button a:hover {
    background: #0A0809;
    box-shadow: 0px 0px 20px #00000029;
    color: #fff;
}

.image__section .container {
    padding: 0px 55px;
}

.banner__slider__section {
  margin: 50px 0px;
}

.image__banner__content {
    position: relative;
}

.image__banner__content img {
    border-radius: 10px;
}

.banner__overlay__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 432px;
    padding-right: 79px;
}

.banner__overlay__block h2 {
    margin: 0px;
    color: #fff !IMPORTANT;
    font-size: 32px;
    margin-bottom: 10px;
}

.banner__overlay__block h2 p {
    color: #fff;
    font-weight: 300;
}

.banner__overlay__block h2 strong {
    background: #FA2F6E;
    display: inline-block;
    padding: 3px 8px;
    font-weight: 500;
}

.banner__overlay__block h3 {
    color: #454857;
    font-weight: 800;
    font-size: 31px;
}

.banner__overlay__block h3 strong {
    color: #B4A0A1;
}

.banner__image__button a {
    display: inline-block;
    background: #fff;
    padding: 10px 20px;
    border-radius: 7px;
    font-weight: 700;
    font-size: 16px;
    color: #000000 !important;
}

.banner__image__button a:hover{
  background:#000000;
  color:#fff !important;
}

.banner__overlay__block h5 {
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    right: -179px;
    margin: 0px;
}

.banner__overlay__block h5 a {
    color: #FA2F6E;
    font-weight: 700;
}


.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
  margin-top:15px;
}

.owl-dots button {
    height: 15px;
    width: 15px;
    border: 1px solid #000 !important;
    border-radius: 50%;
    margin-right: 4px;
}

/*.owl-dots button:last-child {*/
/*    margin-right: 0px;*/
/*}*/

.owl-dots button.active {
    background: #FA2F6E !important;
}

.collection__product__section {
    margin: 50px 0px;
}

.collection__image {
    position: relative;
}

.collection__image p.stock-status.in-stock {
    position: absolute;
    top: 23px;
    left: 13px;
    background: #0A0809;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
}

.collection__image img {
    border-radius: 10px;
}

.collection__product .product-slide h3 {
    font-weight: 400;
    font-size: 17px;
    color: #0A0809;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0px;
}

.product-slide a {
    display: block;
}

.collection__product .product-slide p span {
    font-size: 18px;
    color: #0A0809;
    font-weight:700;
}

span.price__original {
    text-decoration: line-through;
    margin-right: 7px;
}

.collection__product .product-slide p span.sale__sale span {
    color: #FA2F6E !IMPORTANT;
}

.home__seccore__content {
    position: relative;
}

.home__seccore__content a {
    display: block;
}

.home__decore__overlay {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    padding: 0px 12px;
}

.home__decore__overlay__inner h2 {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 10px;
    font-weight: 400;
}

.home__decore__overlay__inner {
    background: rgba(0 0 0 / 40%);
}

.home__decore__section {
    margin: 50px 0px;
}

.discount__overlay__block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding-left: 50px;
}

.discount__overlay__block h2 {
    margin: 0 0 10px;
    color: #0A0809 !important;
    font-size: 32px;
}

.discount__content {
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}

.discount__overlay__block h3 {
    color: #000000;
    font-weight: 800;
    font-size: 31px;
}


.discount__overlay__block h2 span {
    background: #fa2f6e;
    display: inline-block;
    padding: 3px 8px;
    font-weight: 500;
    color: #fff;
}

.discount__content p {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 27px;
    margin: 0px;
    text-align: center;
    color: #0A0809;
    font-size: 16px;
    padding-right: 13%;
}

.discount__content p a {
    color: #0A0809;
    font-weight: 700;
}

.discount__section {
    margin: 50px 0px;
}

section#shopify-section--template--15734920216647__collection_product_6aVthK .collection__product__section {
    background: #F6F6F6;
    padding: 50px 0px;
}

.testimonial__section {
    margin: 50px 0px;
}

.testimonial__content {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    padding: 35px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 455px;
}

.testimonial__content img {
    height: 92px;
    width: 92px !important;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial__content h3 {
    color: #0A0809;
    margin: 15px 0px;
    font-size: 17px;
}

.testimonial__content .starts {
    margin-top: auto;
}

.testimonial__content p {
    color: #0A0809;
    font-size: 16px;
}

.testimonial__content .starts i {
    color: #ffc107;
    font-size: 19px;
}

.testimonial__content:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: url(https://cdn.shopify.com/s/files/1/0141/3827/7952/files/quotation_1.png?v=1732521097);
    background-repeat: no-repeat !important;
    background-size: contain;
    right: 29px;
    top: 10px;
}

footer.footer__section {
    background: #F6F6F6;
    border-top: 4px solid #fa2f6e;
    padding: 50px 0px;
    padding-bottom:30px;
}

.footer__block h4 {
    color: #0A0809;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.row__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__block ul {
    list-style: none !IMPORTANT;
    padding: 0px;
    margin: 0px;
}

.footer__block ul li {
    list-style: none;
    padding: 0px !important;
}

.footer__block ul li a {
    color: #0A0809;
    display: block;
    font-weight: 400;
    padding: 3px 0px;
    font-size: 15px;
}

.footer__block ul li:before {
    display: none !IMPORTANT;
}

.footer__block ul li a:hover {
    color: #fa2f6e;
}

.footer__block {
    padding: 0px 10px;
    width: 30%;
}

.footer__block p {
    color: #0A0809;
    font-size: 15px;
}

.footer__block h5 {
    color: #0A0809;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0px;
    margin-bottom: 15px;
    letter-spacing: 0px;
}

.footer__block:nth-child(2) {
    width: 15%;
}

.footer__block:nth-child(3) {
    width: 18%;
}

.footer__block:nth-child(4) {
    width: 13%;
}

.footer__block:nth-child(5) {
    width: 12%;
}

.footer__block.footer1 ul li a {
    position: relative;
    padding-left: 30px;
    background-repeat: no-repeat !Important;
    background-size: 22px !important;
    background-position-y: 3px !important;
}

.footer__block.footer1 ul li.phone a {
    background: url(https://cdn.shopify.com/s/files/1/0141/3827/7952/files/phone-call_12.png?v=1732598460);
}

.footer__block.footer1 ul li.address a {
    background: url(https://cdn.shopify.com/s/files/1/0141/3827/7952/files/clock_2.png?v=1732598460);
}

.footer__block.footer1 ul li.email a {
    background: url(https://cdn.shopify.com/s/files/1/0141/3827/7952/files/email_11.png?v=1732598460);
}

.footer__subscription {
    margin-top: 40px;
}

.newslatter__footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
}

.logo__footer {
    width: 233px;
}

.newslatter__title {
    width: 165px;
}

.newslatter__title h2 {
    color: #0a0809 !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin: 0px;
    letter-spacing: 0px;
    line-height: 29px;
}

.newslatter__desc {
    width: 37%;
    padding: 0px 15px;
}

.newslatter__desc p {
    color: #0a0809;
    display: block;
    font-weight: 400;
    padding: 3px 0;
    font-size: 13px;
    margin: 0px;
    line-height: 26px;
}

.subscription__form {
    flex: 1;
}

.subscription__form form {
    display: flex;
    align-items: center;
    margin: 0px;
}

.subscription__form form input {
    flex: 1;
    background: #fff !important;
    height: 47px;
    margin: 0px !IMPORTANT;
    border-radius: 7px;
}

.subscription__form button {
    background: #FA2F6E !IMPORTANT;
    border: none !IMPORTANT;
    height: 47px;
    padding: 0px 20px;
    border-radius: 7px;
    margin-left: 10px;
    color: #fff;
}

.subscription__form button:hover {
    background: #000 !IMPORTANT;
}

.copyright__section {
    background: #0A0809;
    padding: 10px 0px;
}

.row__footer.copyright__block {
    align-items: center;
}

.copyright__text p {
    margin: 0px;
    color: #fff;
}


/* inner page css */

.product-collection__title.mb-3 h4 a {
    font-weight: 400;
    font-size: 17px;
    color: #0a0809;
    margin: 15px 0;
    margin-top: 0px;
}

span.price.price--sale span {
    font-size: 17px;
    color: #0A0809;
}

span.price.price--sale span:nth-child(2) span {
    color: #FA2F6E !IMPORTANT;
}

h2.h4.carousel__title.home-section-title a, h2.h4.carousel__title.home-section-title.col-auto.mb-10.text-center {
    font-size: 36px;
    color: #0a0809;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0px;
    display: block;
    line-height: 41px;
}

.template-collection .container .container p, .template-collection .container .container ul li {
    color: #0A0809;
    font-size: 16px;
}

.template-collection .container .container table td a{
      font-size: 16px;
      padding:2px;
      display: block;
}

.template-collection .container .container table td a:hover{
  color:#261F22 !important;
}

.template-collection .container .container ul{
  margin-block:20px;
}

.template-collection .container .container h2 {
    font-size: 36px;
    color: #0a0809 !IMPORTANT;
    font-weight: 700;
    letter-spacing: 0px;
}

.template-collection .container .container h3{
  color: #0a0809 !IMPORTANT;
}

.collection-sidebar-section h5.d-flex.align-items-center.mb-0 {
    font-weight: 700;
    color: #000000;
}

.collection-filters__content-wrapper label.collection-filters__checkbox span {
    color: #0A0809;
}

.collection-sidebar-section__accordion .fs p {
    color: #0A0809;
}

#CollectionBreadcrumbs ul.list-unstyled a, #CollectionBreadcrumbs ul.list-unstyled span {
    font-size: 14px;
    color: #0A0809;
}

tabs-element.tabs.product-tabs.d-block.tabs--init .tabs__btn {
    color:#0A0809;
    font-weight:600;
}

tabs-element.tabs.product-tabs.d-block.tabs--init .tabs__btn {
    color:#0A0809;
    font-weight:600;
    text-transform:capitalize;
}

.tabs__content.rte.overflow-hidden p, .tabs__content.rte.overflow-hidden li, .tabs__content.rte.overflow-hidden ul li {
    color: #0A0809;
}




@media(max-width:1280px){
  .banner__slider .owl-nav button, .testimonial__slider .owl-nav button {
      left: -20px;
  }

  .banner__slider .owl-nav button.owl-next, .testimonial__slider .owl-nav button.owl-next {
      right: -20px;
  }
}

@media(max-width:1259px){
  .footer__block h4 {
      font-size: 15px;
  }
  
  .footer__block h5 {
      font-size: 14px;
  }

  .logo__footer {
      width: 190px;
  }

  .newslatter__title h2{
    font-size: 19px;
    line-height: 26px;
  }
}

@media(max-width:1024px){
  .banner__slider .owl-nav button, .testimonial__slider .owl-nav button {
      left: 0px;
  }

  .banner__slider .owl-nav button.owl-next, .testimonial__slider .owl-nav button.owl-next {
      right: 0px;
  }

  .title__block h2, div#shopify-section-template--15734920216647__1586284059940 h2, div#shopify-section-template--15734920216647__ed893f11-0533-4eae-9b03-548e9290e35c .rte h2 {
      font-size: 26px;
  }

  .hero__slider .owl-nav button, .banner__slider .owl-nav button, .testimonial__slider .owl-nav button{
        height: 25px;
        width: 25px;
  }
  
  .hero__slider .owl-nav button:before, .banner__slider .owl-nav button:before, .testimonial__slider .owl-nav button:before{
    font-size:18px;
  }

  .hero__text {
      padding-left: 50px;
  }

  .hero__text h2 {
      font-size: 30px;
      line-height: normal ! IMPORTANT;
  }

  .hero__text h2.title__text{
      font-size: 28px;
      margin-top: 4px;
      margin-bottom: 15px;
  }

  .button__block a{
      padding: 9px 18px;
      font-size: 13px;
  }

  .hero__weblink p{
      font-size: 14px;
      padding-left: 50px;
  }

  .collection__item h2 {
      font-size: 14px;
  }

  .tab__collection__block .sorting-collections__head h2 a{
      padding: 7px 16px;
      border-radius: 8px;
      font-size: 14px;
  }

  .banner__overlay__block h2{
    font-size:24px;
  }

  .banner__overlay__block h3{
    font-size:24px;
    margin-bottom: 10px;
  }

  .banner__image__button a{
      padding: 7px 14px;
      border-radius: 7px;
      font-size: 13px;
  }

  .banner__overlay__block h5{
        font-size: 13px;
        right: -64px;
  }

  .discount__overlay__block h2{
      font-size:24px;
  }

  .discount__overlay__block h3{
      font-size: 24px;
      margin-bottom: 10px;
  }

  .discount__content p {
      font-size: 14px;
  }

  .owl-dots button{
    height: 10px;
    width: 10px;
  }
}


@media(max-width:992px){
  .footer__block:nth-child(2) {
      width: 21%;
  }
  .footer__block:nth-child(3) {
    width: 25%;
}
  .footer__block:nth-child(4) {
    width: 25%;
}
  .footer__block:nth-child(5) {
    width: 22%;
}
  .logo__footer {
    width: 100%;
    text-align: center;
}

.footer__block {
    margin-bottom: 20px;
}

.newslatter__title {
    width: 100%;
    text-align: center;
}

.newslatter__desc {
    width: 100%;
    text-align: center;
}

.footer__subscription {
    margin-top: 0px;
}

  footer.footer__section {
    padding-top: 30px;
}
}

@media(max-width:767px){
    .collection__image p.stock-status.in-stock {
        top: 0;
        left: 0;
        padding: 0 5px;
    }

  .shipping-section .col-md-4 {
      padding: 10px 15px !IMPORTANT;
      border: none;
  }
  
  .shipping__content h2 {
      font-size: 16px;
      line-height: 23px;
  }
  
  .shipping__content p {
      font-size: 13px;
  }

  .button__shop__all a{
    font-size:14px;
  }

  .image__content {
      margin-bottom: 20px;
  }

  .image__content {
      margin-bottom: 20px;
  }
  
  .image__banner__content img, .discount__content img {
      height: 263px;
      object-fit: cover;
  }

  .hero__block img {
      height: 265px;
      object-fit: cover;
      border-radius: 10px;
  }
  
  .banner__overlay__block h5 {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
  }

  .banner__overlay__block{
      width: 245px;
      padding-right: 0px;
    }

  .title__block h2, div#shopify-section-template--15734920216647__1586284059940 h2, div#shopify-section-template--15734920216647__ed893f11-0533-4eae-9b03-548e9290e35c .rte h2, h2.h4.carousel__title.home-section-title.col-auto.mb-10.text-center{
    font-size:22px;
  }

  div#shopify-section-template--15734920216647__1586284059940 h2{
    margin-bottom:20px;
  }

  .home__seccore__content {
      margin-bottom: 20px;
  }

      .hero__text, .hero__weblink p {
        padding-left: 0px;
    }

  .footer__block {
    width: 100% !IMPORTANT;
}

  .footer__block {
    width: 100% !IMPORTANT;
}

.copyright__text {
    width: 100%;
    text-align: center;
}

.card__image {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.row__footer.copyright__block {
    flex-direction: column-reverse;
}

  .image__section .container {
    padding: 0 15px;
}

  h2.h4.carousel__title.home-section-title a, .template-collection .container .container h2{
    font-size:22px;
  }

  .template-collection product-item i.shopify-review-icon svg{
    fill:yellow;
  }
  
}

@media(max-width:450px){
  .hero__text, .hero__weblink p {
        padding-left: 0px;
    }

  .home__decore__overlay__inner h2{
    font-size:16px;
  }

  .testimonial__content{
    min-height:408px;
  }

  .discount__overlay__block{
    padding-left:23px;
  }
}

a.aio-app-btn.aio-app-btn-primary.aio-browse-btn {
    color: #fff;
}
.aio_product_recommendation_wrapper a{
  display: block !important;
}
button.aio_recommended_product {
    border-radius: 12px;
}
.aio_product_recommendation_wrapper ul:not(.list-unstyled):not([list-unstyled]) li::before{
   content: none !important;
}
.aio_product_recommendation_wrapper img.imagesildeview {
    border-radius: 10px;
}
span.aio-main-price {
    color: #FA2F6E;
}
.aio_product_recommendation_wrapper {
    width: 100% !important;
}
.aio_product_recommendation_wrapper .silderecent h4 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}
.aio-pr-item.item a.aio-pr-add-to-cart-btn {
    color: #fff;
}
