body {
    font-size: 1rem;
    font-weight: normal;
}

.article-content a,
.page-text-content a,
.post-text a {
  outline-color: transparent;
  padding: 0 6px;
  background: #ccffcc;
  border-radius: 3px;
}

.article-content a:link,
.page-text-content a:link,
.post-text a:link {
  color: #6900ff ;
}

.article-content a:visited,
.page-text-content a:visited,
.post-text a:visited {
  color: #6900ff;
}

.article-content a:focus,
.page-text-content a:focus,
.post-text a:focus {
  text-decoration: none;
  background: #bae498;
}

.article-content a:hover,
.page-text-content a:hover,
.post-text a:hover {
  text-decoration: none;
  background: #cdfeaa;
}

.article-content a:active,
.page-text-content a:active,
.post-text a:active {
  background: #6900ff;
  color: #cdfeaa;
}


.page-text-content {
    font-size: 1rem;
    line-height: 1.50rem;
}

.nav-top{
    background-color: #ffdc29;
}

.top-bar .col-left .navbar-nav .nav-item {
    border-radius: 3px;
    padding: 0 8px;
}

.top-bar .navbar-nav .nav-item .nav-link {
    color: #222 !important;
}

.nav-top .nav-top-right .nav>li>a {
    color: #222;
    background: #fff;
    border-radius: 3px;
    padding: 6px 8px;
}

.li-main-nav-right a i {
    font-size: 1.700rem;
    color: #222;
}

.nav-main .navbar {
    background-color: #F5ED00;
}

.nav-main {
    background-color: #F5ED00;
}

nav-main .navbar ul .nav-item .nav-link {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.btn-contact-seller {
    border: 0px solid transparent !important;
    color: #ffff !important;
    background-color: #456aff !important;
}

a:active, a:focus, a:hover {
    color: #456aff;
}   

#footer {
    background-color: #F5ED00;
}

#footer .footer-bottom {
    padding: 30px 15px !important;
    border: 0px !important;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
}

.newsletter-footer {
    background: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#footer .footer-social-links ul li a {
    display: flex;
    border: 0 !important;
    background: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#footer .nav-footer ul li a {
    color: #222222;
    border-bottom: .0625rem solid transparent !important;
}



.section {
    *border: 1px solid #dedede;
    border-radius: 8px;
    padding: 10px 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

modal-newsletter .modal-title {
    letter-spacing: 0 !important;
}

product-share ul li a, .product-share ul li button {
    color: #7c818b !important;
    font-size: 20px !important;
}

.section-index-bn .col-index-bn {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
}

/*sell on kbasetzer page*/

.features__block {
  padding: 50px 20px;
  background-color: #fff;
}

.inner__container {
  max-width: 1200px;
  margin: auto;
}

.features__header {
  text-align: center;
  margin-bottom: 40px;
}

.features__header h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 10px;
}

.features__header p {
  font-size: 18px;
  color: #777;
}

.features__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.feature__card {
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  width: 100%;
  max-width: 350px;
  text-align: right;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.feature__card:hover {
  transform: translateY(-5px);
}

.feature__card img {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
}

.feature__card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #222;
}

.feature__card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.sponser_padge {
    background-color: #ccccff;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0 5px;
    border-radius: 3px;
}



/*.btn.btn-custom {*/
/*  background-color: #ff9900;*/
/*  color: white;*/
/*  border: none;*/
/*  padding: 10px 20px;*/
/*  font-size: 14px;*/
/*  border-radius: 5px;*/
/*  cursor: pointer;*/
/*  transition: background 0.3s ease;*/
/*}*/

/*.btn.btn-custom:hover {*/
/*  background-color: #e88c00;*/
/*}*/
