.main-body{min-height: 100vh;
    max-width: 100vw;
    background-color: #FFFFFF; }
.bg-blue {
  background: #3212b2;
}
.top-menu a {
  text-decoration: none;
}
.rounded-top.all-category {
  height: 61px;
  background: #ffc800;
}
.rounded-top.all-category a{
  font-size: 14px;
  text-decoration: none;
}
.top-navbar {
  border-bottom: solid thin #ededed;
  position: relative;
  z-index: 9;
  background: #ffffff;
}
.sticky-top{top: -1px!important;}
.top-navbar a, #compare a, #wishlist a, #cart_items a{
 text-decoration: none;
}
.shopping-cart-container {
  margin-right: 0.5rem;
}
.shopping-cart-container img {
  width: 2rem;
}
.badge-primary {
  background: #ffc800;
  color: #0f0538;
  font-weight: 700;
}
.category-nav-element a {
  text-decoration: none;
}
.rounded-right-pill {
  background: #ffc107;
  border-radius: 0px 5px 5px 0;
}
.rounded-right-pill:hover,
.rounded-right-pill:focus,
.rounded-right-pill:active {
 background: #3212b2;
}
.border-right {
  border-right: solid thin;
}
#cart_items .dropdown-menu-right{position: absolute;right: 0;}

/*Footer Style*/
.footer-section h1,
.footer-section h2,
.footer-section h3,
.footer-section h4,
.footer-section h5,
.footer-section h6 { }

/*section {*/
/*    padding: 60px 0;*/
/*    min-height: 100vh;*/
/*}*/

.footer-section a,
.footer-section a:hover,
.footer-section a:focus,
.footer-section a:active {
    text-decoration: none;
    outline: none;
}

.footer-section a,
.footer-section a:active,
.footer-section a:focus {
    color: #6f6f6f;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-section img {
    width: auto !important;
    height: 80px !important;
}
.footer-section {
     background-color: #233243;
     position: relative;
     overflow: hidden;
     z-index: 9;
 }
.footer-section:before {
    content: '';
    position: absolute;
    top: -146%;
    left: -18%;
    width: 44%;
    height: 257%;
    transform: rotate(54deg);
    background-color: rgb(31, 47, 64);
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    z-index: -10;
}
.footer-section:after {
    position: absolute;
    content: '';
    background-color: rgb(31, 47, 64);
    top: -24%;
    right: 4%;
    width: 26%;
    height: 264%;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    z-index: -10;
}
.footer-top {
    padding-top: 96px;
    padding-bottom: 50px;
}
.footer-top p,
.company-footer-contact-list li {
    color: #ffffff;
}
.company-footer-contact-list {
    margin-top: 10px;
}
.company-footer-contact-list li {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.company-footer-contact-list li+li {
    margin-top: 5px;
}
.company-footer-contact-list li i {
    margin-right: 10px;
    font-size: 20px;
    display: inline-block;
}

.footer-top .site-logo {
    margin-bottom: 25px;
    display: block;
    max-width: 170px;
}
.widget-title {
    text-transform: capitalize;
}
.footer-top .widget-title {
    color: #ffffff;
    margin-bottom: 40px;
}
.courses-link-list li+li {
    margin-top: 10px;
}
.courses-link-list li a {
    color: #ffffff;
    text-transform: capitalize;
    font-family: var(--para-font);
    font-weight: 400;
}
.courses-link-list li a i{
    display: none;
}
.courses-link-list li a:hover {
    color: #ffb606;
}
.courses-link-list li i {
    margin-right: 5px;
}
.footer-top .small-post-title a {
    font-family: var(--para-font);
    color: #ffffff;
    font-weight: 400;
}
.form-default .form-group, .col-xxl-5 .form-group{margin-bottom:20px;}
.col-xxl-5{width:auto;}
.small-post-item .post-date {
    color: #ffb606;
    margin-bottom: 3px;
    font-family: var(--para-font);
    font-weight: 400;
}

.small-post-list li+li {
    margin-top: 30px;
}
.news-letter-form {
    margin-top: 15px;
}
.news-letter-form input {
    width: 100%;
    padding: 12px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
}
.news-letter-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #ffb606;
    padding: 9px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    margin-top: 10px;
}
.footer-bottom {
    padding: 13px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.149);
}
.copy-right-text {
    color: #ffffff;
}
.copy-right-text a {
    color: #ffb606;
}
.terms-privacy li+li {
    margin-left: 30px;
}
.terms-privacy li a {
    color: #ffffff;
    position: relative;
}
.terms-privacy li a:after {
    position: absolute;
    content: '-';
    color: #ffffff;
    display: inline-block;
    top: 0;
    right: -18px;
}
.terms-privacy li+li a:after {
    display: none;
}

/*End Footer */

/*Start Top Brand*/
.top-brands {background: #FFFFFF; padding: 20px;}
.top-brands h5{font-weight: 700;}
.brand-separator {
    width: 80px;
    border-top: 3px solid orange;
    margin-top: 5px;
}

.brand-slider {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.brand-item {
    flex: 0 0 auto;
    width: 100px;
    margin-right: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}

.brand-item img {
    max-width: 100%;
    height: auto;
}

.brand-item:hover {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.view-all-btn {
    background-color: #f9a825;
    border: none;
    color: white;
    font-weight: bold;
}

.view-all-btn:hover {
    background-color: #ffcc00;
}

/*End Top Brand*/

/*Start Home Feature box*/
.feature-main-box {background: #FFFFFF;}
.feature-box {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.feature-box:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-box i {
    font-size: 30px;
    color: #ff6600;
    margin-bottom: 14px;
    margin-right: 6px;
}

.feature-box h5 {
    font-weight: bold;
    font-size: 12px;
    color: #333;
    margin-bottom: 0px;
}

.feature-box p {
    color: #666;
    font-size: 11px;
}
/*End Home Feature box*/

.banner-img {
    height: 200px; /* Fixed height, adjust as needed */
    object-fit: cover; /* Ensures images cover the area nicely */
}

.banner-placeholder {
    background-color: #e9ecef;
    height: 200px; /* Consistent with the banners */
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-placeholder img {
    width: 100%;
    height: auto; /* Adjusts height automatically to maintain aspect ratio */
    object-fit: contain; /* Ensures image fits nicely without distortion */
}

/* Makes sure the images are responsive and don't get stretched */
.banner-img {
    width: 100%;
    height: auto; /* Allows the height to adjust automatically */
    object-fit: contain; /* Ensures images are contained within the banner area */
}
/*top 10 category home start*/
.category-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover; /* Ensures the image fits the circle without distortion */
    background-color: #f8f9fa; /* Background for placeholder or loading */
}

.category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for card effect */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover effect */
}
.img-fitr.w-100.mt-4 {
  margin-top: 0!important;  
}
.aiz-card-box a{
    text-decoration:none;
}

.category-card:hover {
    transform: translateY(-5px); /* Slight lift effect */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Deepened shadow on hover */
}

.view-all-btn {
    margin-left: auto;
}
/*top 10 category home end*/

/*Category Page start*/

.category-card-page-wrap h1 {
    font-weight: 700;
    color: #343a40;
}

.category-card-page-wrap .breadcrumb {
    background-color: transparent;
    font-size: 1rem;
}

.category-card-page {
    background-color: white;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.category-card-page:hover {
    transform: scale(1.05);
}

.category-card-page h5 {
    font-weight: 600;
    color: #007bff;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.category-card-page-wrap h4{
    font-size: 1.2rem;
    font-weight: 600;
}
.category-card-page-wrap h4 a{
    text-decoration:none;
}

.category-card-page a {
    color: var(--bs-gray-dark);
    text-decoration: none;
    
}

.category-card-page a:hover {
    text-decoration: underline;
}

.category-card-page ul {
    padding-left: 0;
}

.category-card-page li {
    padding: 1px 0;
}
.category-card-page li a{
    font-size: 0.7rem;
}
/*Category Page end*/


.slick-next .las.la-angle-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid black;
  margin-left: 5px;
}
.slick-prev .las.la-angle-left
{
    display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid black;
  margin-right: 5px;
}

.aiz-steps.arrow-divider > *:not(:first-of-type):before {
    position: absolute;
    content: "\f105"; /* Unicode for Font Awesome right arrow */
    font-family: "Font Awesome 6 Free"; /* Use Font Awesome instead */
    font-weight: 900;
    top: 5px;
    left: -13px;
    font-size: 22px;
    opacity: 0.5 !important; /* Adjust opacity for visibility */
    height: auto;
    width: auto;
    background-color: transparent !important;
}
.btn-primary, .btn-soft-primary:hover, .btn-outline-primary:hover {
    background-color: #ffc800;;
    border-color: #ffc800;
    color: var(--white);
}
.btn-primary:hover{
    background: #3212b2;
    border-color: #3212b2;
}
.text-primary{
    color:#ffb606!important;
}
.btn-link {
    color: #ffb606!important;
}
.product-details-page .product-thumbnails{
    max-width: 95%;
    overflow-x: scroll;
}
.badge.badge-dot {
    display: block;
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 50%;
    position: absolute !important;
    left: 12px;
    top: 2px !important;
}
body .sticky-top {
    z-index: 2;
}
.aiz-carousel .slick-arrow{
    z-index:1!important;
}
.logo-bar-area .brand-logo{
    width: auto!important;
    height: 80px!important;
}
@media (max-width: 768px) {
    .logo-bar-area .brand-logo{
        width: auto!important;
        height: 50px!important;
    }
    .site-logo img{
        width: auto!important;
        height: 50px!important;
    }
    .aiz-steps.arrow-divider > *:not(:first-of-type):before {
        top: -4px;
    }
    .aiz-user-sidenav-wrap {
        display: block;
        height: 100vh;
        width: 100%;
    }
    

}