.navbar .navbar-nav .dropdown-item {
     text-transform: none;
}
.section-card ul li.last .section-card-toggle {
     cursor: pointer;
}

.widget_title, .btn, .page-title h1, .navbar .navbar-nav > li > .nav-link, .cart_list a,
.header_dropdown .dropdown-item, .banne_info a, .ddcommon .ddlabel, #navCatContent li a,
.banner_content h2, .banner_content2 h2, .banner_content3 h2, .banner_content1 h2,
.categories_box span,
.icon_box_content h1,
.icon_box_content h2,
.icon_box_content h3,
.icon_box_content h4,
.icon_box_content h5,
.icon_box_content h6,
.grid_filter li a, .blog_meta li a, .post_nav .nav_meta, .post_nav, footer .widget_title,
.pr_action_btn li a, .compare_box table tr td.product_name,
.shop_cart_table th.product-name, .shop_cart_table td.product-name,
.wishlist_table th.product-name, .wishlist_table td.product-name,
.product .product_title,
.product_box .product_title,
.product_wrap .product_title,
.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6,
.heading_s2 h1, .heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
.heading_s3 h1, .heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6,
.heading_s4 h1, .heading_s4 h2, .heading_s4 h3, .heading_s4 h4, .heading_s4 h5, .heading_s4 h6 {
     text-transform: none;
}

.sidebar .filters {
     border-top: 1px solid #ddd;
     margin-top: 30px;
     padding-top: 30px;
}

.trading_img {
      margin-top: inherit;
}

.product .product_title, .product_box .product_title, .product_wrap .product_title {
     white-space: normal;
}

.footer_top {
     padding: 30px 0 10px;
}
.bottom_footer {
     padding: 10px 0;
}


.main_menu_uppercase .navbar-nav > li > .nav-link {
     text-transform: uppercase;
}

.dropdown-item {
     white-space: normal;
}


.add_wishlist {
     border-radius: 100%;
     width: 45px;
     height: 45px;
     line-height: 45px;
     text-align: center;
}

.add_wishlist i {
     vertical-align: middle;
     line-height: 37px;
     font-size: 18px;
}

.product_info {
     min-height: 6em;
}

.pr_action_btn_wishlist
{
     background-color: #FF324D!important;
     color: #fff!important;
}

.category_active
{
     text-decoration: underline;
}

.text-policy {
     -moz-hyphens: auto;
     -webkit-hyphens: auto;
     -ms-hyphens: auto;
}

.custome-radio .form-check-input, .custome-checkbox .form-check-input {
     opacity: 0;
     display: block;
}

.price {
     wrap-option: nowrap;
}

#alert_everest {
     position: fixed;
     z-index: 10;
     bottom: 10%;
     left: 5%;
     right: 5%;
}

@media only screen and (max-width: 991px) {
     #navCatContent .mega-menu {
          padding-left: 15px;
     }
}

.custome-radio input[type="radio"] + .form-check-label::after {
     top: 8px;
}

.custome-checkbox input[type="checkbox"] + .form-check-label::after {
     top: 12px;
}

@media (max-width: 767px) {
     .custome-radio input[type="radio"] + .form-check-label::after {
          top: 8px;
     }
}

@media (max-width: 479px) {
     .custome-radio input[type="radio"] + .form-check-label::after {
          top: 6px;
     }
}

.breadcrumb-item a i {
     font-size: inherit;
}

@media (max-width: 767px) {
     .breadcrumb {
          display: block;
          overflow-x: scroll;
          -webkit-overflow-scrolling: touch;
          white-space: nowrap;
     }
     .breadcrumb li {
          display: inline;
     }
     .close-search {
          top: 0;
     }
     .search_wrap {
          align-items: start;
     }
}

.main_content {
     min-height: calc(60vh);
}

.product-price, .product-subtotal {
     white-space: nowrap;
}