.dark-blue-bg {
    background-color: #25274d !important;
}

.grey-bg {
    background-color: #ebecee !important;
}

.blue {
    color: #25274d !important;
}

.red {
    color: #e34947 !important;
}

/*body,
main {
    background-color: #ebecee36;
}
*/
.error{
	font-size: 14px !important;
	color:#ff0000 !important;
    font-weight: 400 !important;
	
}

/* static banner */

.thm-white-btn {
    width: max-content;
    font-size: 15px;
    padding: 5px 14px;
    z-index: 1;
    text-align: center;
    background: #fff;
    color: #e34947;
    display: inline-block;
    /* line-height: 1.3; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 53px;
}


/* header menu start*/

.hamburger_menu .icon span {
    color: #fff;
}

.category-nav__list .has-mega-menu .mega-menu .mega-menu-content {
    /* margin: 0 auto; */
    padding: 0px 20px;
    width: 900px;
    display: flow-root;
    max-height: 294px;
    overflow-y: scroll;
}

.category-nav__list .has-mega-menu .mega-menu .mega-menu-content::-webkit-scrollbar {
    display: none;
}

.category-nav__list .has-mega-menu .mega-menu .mega-menu-content .subcat-item {
    text-align: center;
    display: inline-flex;
    /* padding: 0px 10px; */
    padding: 5px 0px;
    width: 139px;
    justify-content: center;
}

.category-nav__list .mega-menu .mega-menu-content .subcat-item a:hover p {
    color: #e34947;
}

.category-nav__list .mega-menu-content .subcat-item img {
   /* width: 35px;*/
    margin-right: 0px;
    padding-bottom: 5px;
}

.category-nav>ul ul.mega-menu {
    width: auto !important;
}

.main-menu__nav ul li:hover {
    background-color: #e34947;
}

.main-menu__nav ul li:hover a {
    color: #fff;
}

.main-menu__nav ul li .submenu li:hover>a,
.main-menu__nav ul li .submenu li.active>a {
    color: #fff !important;
}

.main-menu__nav ul li .mega-menu .mega-menu-content a:hover {
    color: #e34947;
}

.main-menu__nav ul.submenu li a,
.main-menu__nav ul.mega-menu li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #40465C;
    /* color: #fff; */
    position: relative;
}

ul li.more-item a {
    /* text-align: center; */
    color: var(--color-primary);
}

.login-sign-btn a:hover {
    color: #25274d;
}


/* header menu end*/


/* Counter section */

.counter-section h2 span {
    font-size: 20px;
}

.counter-section .counter-card .counter-num {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-section .counter-card .counter,
.counter-section .counter-card .num-pluse {
    font-size: 60px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    color: #fff;
}



.counter-section p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    color: #fff;
    
    margin: 25px 0px;
}

.product__img img {
    width: 100%;
   
    
}

.product__img1 img {
    width: 100%;
   height:150px;
  
}

.industries_customer__slide .slick-list,
.category__slide .slick-list {
    display: flex !important;
}

.fa-long-arrow-right:before,
.fa-long-arrow-left:before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 12px 0px;
}


/* home-banner */

.hero-banner__content h2 {
    color: #fff;
}

.hero-banner__content p.content {
    color: #e34947 !important;
}

#carouselBanner .carousel-control {
    width: 35px;
    height: 35px;
    font-size: 18px;
    color: #121416;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
}

#carouselBanner .carousel-control-next,
#carouselBanner .carousel-control-prev {
    opacity: 0.8 !important;
}


/* home-banner */


/* advertise-banner-section */

.advertise-banner-section .banner__single.ad-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/bg-banner1.jpg');
}

.advertise-banner-section .banner__single.ad-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../img/bg/bg-banner2.jpg');
}


/* advertise-banner-section */


/* industries_customer__slide */

.industries_customer__slide .category__icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #e34947;
}

.industries_customer__slide .category__icon img {
    width: 70px;
}

.industries_customer__slide .slick-list {
    padding-top: 10px;
}


/* industries_customer__slide */


/* shop by category page */

.shop-by-cat .product__nav {
    justify-content: flex-start !important;
    display: flex !important;
    overflow-x: scroll;
    overflow-y: hidden;
    align-items: center;
    flex-wrap: nowrap;
    /* white-space: nowrap; */
}

.shop-by-cat .product__nav::-webkit-scrollbar {
    display: none;
}

.shop-by-cat .product__nav .nav-item .nav-link {
    font-size: 15px;
    text-transform: capitalize;
    padding: 1px 5px 4px;
    line-height: 22px;
}

.shop-by-cat .tab-product__slide .slick-arrow {
    font-size: 18px;
    background: #ebecee36;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    color: #25274d;
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
}

.shop-by-cat .tab-product__slide .slick-arrow.slick-next {
    left: auto;
    right: -20px;
}


/* shop by category page */


/* top selling category */

.rd-products__nav .nav-tabs .nav-item .nav-link.active {
    background: none;
}


/* top selling category */


/* category page */

.widget__category li[aria-expanded="true"] a {
    color: #e34947;
}

.widget__category li.active a i {
    /* -webkit-transform: rotate(-135deg) translateY(-50%); */
    transform: rotate(90deg) translateX(-50%);
}

.widget__category li.active a {
    color: #e34947;
}

.widget__category .sub-menu li {
    margin-bottom: 5px;
}

.widget__category .sub-menu li a {
    font-size: 14px;
    color: #919397;
}

.widget__category .sub-menu li a:hover {
    color: #e34947;
}

.shop-section .woocommerce-toolbar-top form select {
    border: 1px solid var(--color-border);
    width: max-content;
}

.shop-section .woocommerce-toolbar-top form {
    float: none;
}

.shop-section .woocommerce-toolbar-top {
    margin-bottom: 10px;
    text-align: right;
    display: block;
    padding: 0px;
    border: none;
    border-bottom: 1px solid var(--color-border);
    padding-bottom: 10px;
}

.shop-area .product {
    background-color: #fff;
    padding: 10px 15px 20px;
}

.shop-area .product-holder img {
    height: 100%;
    object-fit: contain;
}

.product_details_img {
    height: 520px;
}

.product_details_img .tab-content, .product_details_img .tab-pane, .product_details_img .pl_thumb{
    height: 100%;
}

.product_details_img .pl_thumb img {
    height: 100%;
    object-fit: contain;
}

.shop_thumb_tab ul li .nav-link img {
    height: 100%;
    object-fit: contain;
}

.shop-single-section .thb-product-meta-before .product_meta>span {
	margin-bottom: 0px; 
}

.shop-single-section .thb-product-meta-before .product_meta .details--wishlist {
	margin-top: 20px; 
}

.shop-single-section .thb-product-meta-before .product_meta .details--wishlist a
{
	border: 1px solid var(--color-border);
    padding: 5px 10px;
    border-radius: 5px;
}

.wishlist--btn{
	padding:10px;
	margin-left: 20px;	
}
.wishlist--btn a i
{
	font-size: 25px;
    color: #e34947;
}

/* category page */

/*@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}*/

/*Pagination css Start*/
.pagination-page 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -5px;
    list-style: none;
}
.pagination-page li
{
   padding: 5px;
}
.pagination-page li a
{
    /*display: block;*/
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-black);
    border: 1px solid var(--color-border);
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.pagination-page li a:hover
{
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}
.pagination-page li .current_page
{
    display: block;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

/*Pagination css End*/


/*Rating css Start*/

.ratings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 0.6rem;
  font-size: 20px;
}

.ratings-full,
.ratings {
  position: relative;
  font-family: "wolmart";
  letter-spacing: 2px;
}

.ratings-full {
  cursor: pointer;
  margin-right: 0.5rem;
}
.ratings-full::before {
  content: "★" "★" "★" "★" "★";
  color: rgba(0, 0, 0, 0.16);
  white-space: nowrap;
}
.ratings-full:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.ratings {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}
.ratings::before {
  content: "★" "★" "★" "★" "★";
  color: #f93;
}

.rating-reviews {
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-size: 14px;
  color: var(--color-default);
}
.rating-reviews:hover {
  color: #FFA200;
}

/*Rating css End*/

/*Shop page css Start*/
.shop-section .woocommerce-toolbar-top form select {
    padding-right: 40px !important;
}

.is__wishlist__active {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.wishlist-btn
{
	padding: 5px 10px;
    font-size: 38px;
}

.is_Product__wishlist__active span
{
    color: var(--color-primary) !important;
}

.widget__category li:not(:last-child) {
    margin-bottom: 5px !important;
}
.price-range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1.3rem 0 1rem;
}

.price-range input {
    padding: 0.5rem;
    font-family: Poppins, sans-serif;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 80px;
    height: 37px;
    line-height: 37px;
    vertical-align: middle;
    -webkit-appearance: textfield;
}

.price-range input::-webkit-outer-spin-button,
.price-range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.price-range input[type=number] {
  -moz-appearance: textfield;
}

.price-range .delimiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0.65rem;
    font-size: 1.9rem;
    font-weight: 600;
    color: #999;
}
.price-range .btn {
    margin-left: 10px;
    color: #fff;
    background-color: #e34947;
    border-color: #e34947;
}

.category--title span
{
	color:#e349;
}
.category-desc
{
line-height: 22px;
}




/*.sidebar-nav {
  background-color: #ecf5fc;
  padding: 0 0 0 20px;
}*/
.sidebar-nav h4 {
  color: #e4173e;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  text-align: left;
  line-height: 40px;
}
.sidebar-nav ul {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
}
.sidebar-nav ul li {
  /*border-top: 1px dotted rgba(0, 0, 0, 0.0980392);*/
  position: relative;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.sidebar-nav ul li a {
  color: rgba(0, 0, 0, 0.701961);
  padding: 3px 0;
  display: inline-block;
  width: calc(100% - 50px);
}
.sidebar-nav ul li a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.sidebar-nav ul li.selected a {
  color: #004c84;
  font-weight: bold;
  display: block;
  margin-right: 50px;
}
.sidebar-nav ul li a.menu-toggle {
  position: relative;
  width: 50px;
  text-align: center;
  border-bottom: 0;
  vertical-align: top;
  transform: rotate(90deg);
}
.sidebar-nav ul li a.menu-toggle:after {
  position: relative;
  right: 0;
  text-align: middle;
  /*font-family: FontAwesome;*/
  font-size: 22px;
  /*font-weight: 700;*/
  content: "+";
}
.sidebar-nav ul li a.menu-toggle:focus, .sidebar-nav ul li a.menu-toggle:hover, .sidebar-nav ul li a.menu-toggle:visited, .sidebar-nav ul li a.menu-toggle:link {
  border-bottom: 0;
  text-decoration: none;
}
.sidebar-nav ul li a.menu-toggle.rotate {
  transform: rotate(180deg);
}
.sidebar-nav ul li a.menu-toggle.rotate:after {
  content: "-";
}
.sidebar-nav ul.sub-menu {
  display: none;
  font-size: 14px;
}
.sidebar-nav ul.sub-menu li {
  padding-left: 20px;
}


/*Shop page css End*/

/*product page css End*/
.instruction-card ul li
{
	border-bottom: 1px solid #E6E9EB;
    padding-top: 16px;
    padding-bottom: 16px;
}
.instruction-card ul li .image-content
{
	max-height: 100px;
    max-width: 100px;
    margin-right: 30px;
}
.instruction-card ul li .image-content .file-img
{
	height: 100%;
    width: 100%;
    border-radius: 4px;
}
.instruction-card ul li .file-details .file-name
{
	color: var(--color-heading);
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.7em;
    font-weight: 500;
}
.instruction-card ul li .file-download .download
{
	color: #051A1A !important;
}

.product-details .product-option.product-cart-option .product-row {
    align-items: normal !important;
}

.select-section select 
{
  	border-bottom: 1px solid #78787875;
  	height: 30px !important;
	padding-left: 5px;
	background-position: calc(100% - 0px) 50% !important;
}


/*product page css End*/

.news__item .news__thumb{
    height: 200px;
}

.news__item .news__thumb img {
    height: 100%;
    object-fit: contain !important;
    background-color: transparent !important;
}

.industries-section .news__item .news__thumb {
    height: 150px !important;
}

.industries-section .news__content {
    border: 0 !important;
    text-align: center !important;
}

.industries-section .news__title {
    font-size: 20px !important;
}



.tg {
    --bg-primary: #207ba1;
    --text-primary: #207ba1;
}

/*.tg-account .account-banner {
    background: var(--bg-primary);
    width: 100%;
    float: left;
    padding: 100px 0 0;
}*/

/*.tg-account .account-banner .inner-banner .detail * {
    color: #fff;
}*/

.tg-account .account-banner .inner-banner .profile {
    text-align: center;
}

.tg-account .account-banner .inner-banner .profile span.image img {
    width: 130px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -10px #000;
}

.tg-account .account-banner .inner-banner .detail h3.user-name {
    font-size: 20px;
    margin-top: 20px;
}

.tg-account .account-banner .inner-banner .nav-area {
    width: 100%;
    float: left;
    margin-top: 45px;
        margin-bottom: 20px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a {
    background: rgba(255, 255, 255, .4);
    color: #000;
    font-weight: 500;
    border-radius: 0px;
    font-size: 16px;
    border: none;
    padding: 10px 28px;
    min-width: 120px;
    display: block;
    transition: .4s;
    text-align: center;
}

.tg-account .account-banner .inner-banner .nav-area ul li {
    margin-right: 7px;
}

.tg-account .account-banner .inner-banner .nav-area ul li a.active,
.tg-account .account-banner .inner-banner .nav-area ul li a:hover {
    color: #fff;
    background: #e34947;
}
.tg-account .account-banner .inner-banner .nav-area ul li a.active span, .tg-account .account-banner .inner-banner .nav-area ul li a:hover span{
	color: #fff;
}

.tg-tabs-content-wrapp {
    /*width: 100%;
    float: left;*/
    padding: 30px 0;
}

div#my-orders-table_length {
    width: fit-content;
    float: left;
}

div#my-orders-table_filter {
    width: fit-content;
    float: right;
}

div#my-orders-table_length select,
div#my-orders-table_filter input {
    border: 1px solid #207ba1;
    padding: 5px 15px;
}

div#my-orders-table_length,
div#my-orders-table_filter {
    margin-bottom: 22px;
}

.tg-tabs-content-wrapp form.tg-form {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 30px 30px 60px;
    border: 1px solid #eaeaea;
}

.tg-tabs-content-wrapp form.tg-form button {
    background: var(--bg-primary);
    border: none;
    padding: 10px 32px;
    cursor: pointer;
    margin: 13px 0 0;
}

.tg-tabs-content-wrapp .my-account-dashboard .card img {
    max-width: 80px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
    text-align: center;
}

.tg-tabs-content-wrapp .my-account-dashboard .card h2 {
    font-size: 20px;
    margin-top: 14px;
}

.tg-tabs-content-wrapp .my-account-dashboard .card p {
    font-size: 15px;
}

div#my-orders-table_info {
    float: left;
}

div#my-orders-table_paginate {
    float: right;
}

.page-item.active .page-link {
    background-color: lightgrey !important;
    border: 1px solid black;
}

.page-link {
    color: black !important;
}

div#my-orders-table_paginate a {
    background: #e6e6e6;
    margin: 0 2px;
    padding: 3px 11px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

div#my-orders-table_paginate {
    margin-top: 8px;
}

div#my-orders-table_paginate span a.current {
    color: #fff !important;
    background: var(--primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
    cursor: pointer;
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover,
.tg-tabs-content-wrapp .my-account-dashboard .card.active {
    background: var(--text-primary);
}

.tg-tabs-content-wrapp .my-account-dashboard .card:hover *,
.tg-tabs-content-wrapp .my-account-dashboard .card.active * {
    color: #fff;
}

.tg-tabs-content-wrapp .my-account-dashboard .card {
    transition: .4s;
    border-radius: 0px;
    box-shadow: 0px 2px 7px -5px;
}

table#my-orders-table a.view-order {
    background: var(--text-primary);
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    padding: 4px 11px;
    border-radius: 3px;
}

@media(min-width:768px) {
    table#my-orders-table td.action,
    table#my-orders-table th.action {
        text-align: center;
    }
}

@media(max-width:768px) {
    .tg-account .account-banner .inner-banner .nav-area ul li a {
        min-width: auto !important;
        padding: 8px 15px;
    }
}

@media(max-width:600px) {
    .tg-account .account-banner .inner-banner .nav-area ul li a span {
        display: none;
    }
    .tg-account .account-banner .inner-banner .nav-area ul li a {
        min-width: auto;
        padding: 8px 20px;
    }
    .tg-account .account-banner .inner-banner .nav-area ul {
        text-align: center;
        margin: 0 auto;
        width: fit-content;
    }
    .tg-account .detail {
        text-align: center;
    }
    div#my-orders-table_length select,
    div#my-orders-table_filter input {
        max-width: 120px;
        font-size: 14px;
    }
    div#my-orders-table_length label,
    div#my-orders-table_filter label {
        font-size: 0px;
    }
}

.profile-right-border
{
	border-right: 1px solid #f3f3f3;
}

.address input[type="text"], .address input[type="password"], .address input[type="email"], .address input[type="tel"], .address form select, .address textarea {
    height: 35px !important;
    font-size: 12px !important;
}

.order-content .order-view {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}

.order-content .list-style-none {
    list-style: none;
}
.order-content .order-view li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    /*box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 5px;*/
}
.order-content .order-view strong {
    color: #e34947;
    display: block;
}

.order-content .product-info .order-table {
    padding: 0.6rem 3rem 3rem;
    border: 1px solid #e1e1e1;
    border-collapse: separate;
}
.order-content .product-info .order-table tr {
    border-bottom: 1px solid #eee;
}

.order-content .product-info .order-table thead th, .order-content .product-info .order-table tfoot th, .order-content .product-info .order-table tfoot td {
    border-bottom: 1px solid #e1e1e1;
}
.order-content .product-info .order-table thead th {
    padding-bottom: 18px;
    font-size: 24px;
}
.order-content .product-info .order-table th {
    text-align: start;
    padding: 0.9rem 0;
}
.order-content .product-info .text-dark {
    color: #333 !important;
}
.order-content .product-info .order-table tr {
    border-bottom: 1px solid #eee;
}

.order-content .product-info .order-table tbody td:first-child {
    min-width: 16rem;
    padding-top: 1rem;
    padding-bottom: 0;
}
.order-content .product-info .order-table td {
    border: none;
    line-height: 20px;
}
.order-content .product-info .order-table td {
    padding-top: 1.5rem;
}
.order-content .product-info .order-table td {
    padding-left: 0;
    padding-right: 0;
}
.order-content .product-info .order-table tbody a {
    color: #e34947;
}

.order-content .product-info .order-table tfoot th, .order-content .product-info .order-table tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
}
.order-content .address-info .card address{
    line-height: 20px !important;
}

.order-content .address-info .card .list-group-item {
    padding: 0px !important; 
    background-color: transparent !important; 
	border: none !important; 
}

.order-content .add-ship
{
	margin:10px 0px;
	line-height: 20px !important;
}
.order-content .add-bill
{
	margin:10px 0px;
	margin-right: 10px;
	line-height: 20px !important;
}

.order-details-btn
{
	font-size: 15px;
    padding: 5px 30px;
    color: #ffffff;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
}
.order-details-btn:hover
{
    color: var(--color-primary);
    background: #fff;
    border: 1px solid var(--color-primary);
}
.order-number{
	color: var(--color-primary);
	font-weight: 600;
}
.invoice-file{
	color: var(--color-primary);
	font-weight: 600;
}



#full-stars-example-two {

  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  .rating-group {
    display: inline-flex;
    align-items: center;
  }
  
  /* make hover effect work properly in IE */
  .rating__icon {
    pointer-events: none;
  }
  
  /* hide radio inputs */
  .rating__input {
   position: absolute !important;
   left: -9999px !important;
  }
  
  /* hide 'none' input from screenreaders */
  .rating__input--none {
    display: none
  }

  /* set icon padding and size */
  .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 2rem;
  }
  
  /* set default star color */
  .rating__icon--star {
    color: orange;
  }

  /* if any input is checked, make its following siblings grey */
  .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
  
  /* make all stars orange on rating group hover */
  .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
  }

  /* make hovered input's following siblings grey on hover */
  .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
  }
}



/*Review list view*/
.review--list{
	border-left: 1px solid #eaeaec;
}

.user-review-userReviewWrapper {
  border-bottom: 1px solid #eaeaec;
  padding: 18px 0;
  margin: 0;
}

.user-review-userReviewWrapper .user-review-main {
  position: relative;
}
.user-review-showRating {
  padding-left: 50px;
}

.user-review-userReviewWrapper .user-review-main .user-review-starWrapper {
  position: absolute;
  top: 3px;
  left: 0;
}
.user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-fourStars, .user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating.user-review-threeStars {
  background-color: #e34947;
}
.user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  height: 25px;
  width: 35px;
  line-height: 25px;
  display: block;
  padding-left: 4px;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.user-review-starIcon {
  position: absolute;
  top: 0px;
  left: 18px;
}
.user-review-starIcon::before {
    content: "★";
    color: #fff;
}

.user-review-userReviewWrapper .user-review-main .user-review-reviewTextWrapper {
  font-size: 16px;
  color: #282c3f;
  line-height: 20px;
}

.user-review-userReviewWrapper .user-review-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #565a63;
  font-size: 14px;
  margin-top: 14px;
}

.user-review-userReviewWrapper .user-review-footer {
  color: #565a63;
  font-size: 14px;
}
.user-review-userReviewWrapper .user-review-footer .user-review-left span:first-child::after {
  content: "|";
  width: 15px;
  display: inline-block;
  text-align: center;
}


#TabReview .avg-rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
#TabReview .avg-mark {
    font-size: 4em;
    font-weight: 600;
    color: #e24947;
    letter-spacing: -0.025em;
    line-height: 1;
    margin-bottom: 0;
}
#TabReview .avg-rating {
    margin-left: 1rem;
}
#TabReview .avg-rating p {
    font-size: 1.4rem;
    line-height: 1.4;
}

#TabReview .avg-rating .ratings-container {
    margin-bottom: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    font-size: 1.2rem;
}

#TabReview .avg-rating .ratings-full {
    margin-right: 0.8rem;
}
#TabReview .ratings-list .progress-bar {
    max-width: 20rem;
    margin-left: 1.3rem;
    margin-bottom: 0;
    border-radius: 0.4rem;
}
#TabReview .progress-bar.progress-bar-sm {
    height: 0.8rem;
}
#TabReview .progress-bar {
    background-color: #eee;
    width: 100%;
}

#TabReview .ratings-list .progress-bar span {
    border-radius: 0.4rem;
}
#TabReview .progress-bar span {
    display: block;
    height: 100%;
    background-color: #e24947;
}
#TabReview .ratings-list .progress-value {
    margin-left: 2rem;
    min-width: 4rem;
}
#TabReview .ratings-list .progress-value mark {
    font-size: 1rem;
    color: #666;
}
#TabReview .progress-value mark {
    background: transparent;
}
.ls-50 {
    letter-spacing: -0.05em !important;
}
.font-weight-bolder {
    font-weight: 700 !important;
}

#TabReview .ratings:hover {
	top:-2px;
 	transition: all 0.5s ease;
 	transition: all 0.5s ease-out;
}
.user-review-userReviewWrapper .user-review-main .user-review-starWrapper .user-review-starRating:hover {
	top:-2px;
 	transition: all 0.5s ease;
 	transition: all 0.5s ease-out;
}

.ratings-full-done::before {
}
.ratings-done::before {
    content: "★";
    color: #f93;
    font-size: 24px;
}
/* //////////////////////////////// */


/* //////////////////////////Shop page css start //////////////////// */

.shop-section .shop-sidebar .widget:not(:last-child) {
    margin-bottom: 20px;
}

.shop-sidebar .widget__title {
    font-size: 20px;
    margin-bottom: 10px;
}
.shop-sidebar .price-range {
    margin: 0.5rem 0 0.5rem;
}

.shop-sidebar .price-range input {
    padding: 5px;
    height: 30px;
    line-height: 30px;
}

.shop-sidebar .price-range .delimiter {
    height: 30px;
    line-height: 30px;
}

.shop-sidebar .price-range .btn {
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}

.shop-sidebar .shop-category .nav ul li{
	line-height: 22px;
}
.shop-sidebar .shop-category .nav ul li a{
	/*font-size: 16px;*/
	letter-spacing: 0.5px;
    font-weight: 500;
}

.sidebar-nav ul.sub-menu li {
    padding-left: 15px;
}


.shop-sidebar .shop-brand ul li{
	line-height: 22px;
}
.shop-sidebar .shop-brand ul li a{
	font-size: 14px;
	letter-spacing: 0.5px;
    font-weight: 500;
    color: #000000b3;
}

.shop-section .woocommerce-toolbar-top .topbar-row
{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.shop-section .woocommerce-toolbar-top .topbar-row .total-product-show
{
	color : #a9a9a9;
	font-size: 12px;
	float: right;
}

.shop-section .woocommerce-toolbar-top .topbar-row .total-product-show span
{
	color: #838383;
    font-weight: 600;
}



.product__list .product-holder {
    height: 150px;
}

.product__list .product-info .product__title 
{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.product__list .product-info .product__price {
    font-size: 12px;
    letter-spacing: 0.5px;
}
.product__list .product-info del {
    padding-left: 0px;
}

.pagination-page li a, .pagination-page li .current_page {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 12px;
}

.pagination-page .first a, .pagination-page .last a{
    width: 50px;
}

/* //////////////////////////Shop page css end //////////////////// */
/* //////////////////////////Product Details page css start //////////////////// */
.shop_thumb_tab {
    max-height: 500px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #e3494785 #f1f1f1;
    scrollbar-width: thin;
}
/* //////////////////////////Product Details page css end //////////////////// */

.shop-by-cat .product__nav .nav-item .nav-link {
    padding: 8px 10px;
    /*border-right: 1px solid var(--color-primary);*/
}
.shop-by-cat .product__nav .nav-item .nav-link:hover {
    background-color: var(--color-primary);
    color: #fff;
}

.shop-by-cat .tab-product__item .thumb {
    display: block;
    position: unset;
    
}
.shop-by-cat .tab-product__item .thumb img {
    height: 100%;
    object-fit : contain;
    
}

.shop-by-cat .tab-product__item .content .title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.shop-by-cat .price, .shop-by-cat .old .old-price{
	font-size: 12px;
}


.header__middle {
    padding: 10px 0;
}
.header__logo {
    max-width: 140px;
}
.header__search-box {
    height: 40px;
}

.header__search-box input {
    height: 40px;
}
.header__search-box button {
    width: 40px;
    height: 40px;
}
.category-nav__list .mega-menu-content .subcat-item .subcat--image {
    width: 100%;
    height: 40px;
}
.category-nav__list .mega-menu-content .subcat-item .subcat--image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.breadcrumb-area {
    padding: 10px 0;
}
.radios-breadcrumb li {
    font-size: 12px;
}

.shop-single-section .single-product-info {
    margin-top: 30px;
    border-top: 1px solid #e7e1e1;
    padding-top: 20px;
}

.shop-single-section .single-product-info .nav-tabs button.active {
    background-color: #ffffff;
    border: none;
    border-bottom: 3px solid #e34947;
    color: #e34947;
}
.shop-single-section .single-product-info .nav-tabs button {
    border: none;
    border-bottom: 1px solid;
}


.product_cart__action {
    /*position: relative;*/
    /*position: absolute;*/
    width: 100%;
    /*bottom: 100px;*/
    top: 190px;
    /*left: 50px;*/
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


.product_cart__action .qty-container {
    width: 100px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
	  display: flex;
	  align-items: center;
	  justify-content: center;
}


.product_cart__action .qty-container .input-qty{
  text-align: center;
  padding: 3px 10px;
  border: none;
  max-width: 50px;
	height: 25px;
}
.product_cart__action .qty-container .qty-btn-minus,
.product_cart__action .qty-container .qty-btn-plus{
	border: none;
	/*padding: 10px 13px;*/
	font-size: 10px;
	height: 25px;
	width: 38px;
	transition: 0.3s;
	background-color: transparent;
	line-height: 25px;
}
.product_cart__action .qty-container .qty-btn-plus{
  margin-left: -1px;
}
.product_cart__action .qty-container .qty-btn-minus{
  margin-right: -1px;
}


.product_cart__action .cart--icon {
    padding: 0px 10px;
    text-decoration: none;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

.product_cart__action .cart--icon i{
    color: #000;
}


/*.product_cart__action div{
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}*/


/*.product_cart__action .bootstrap-touchspin {
    width: 100px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}*/

/*.product_cart__action .bootstrap-touchspin .input-group-btn {
	background-color: #fff;
}*/

/*.product_cart__action .bootstrap-touchspin .btn {
	text-decoration: none;
    border: 0;
    padding: 0 10px;
    color: var(--color-default);
}*/


/*.product_cart__action .bootstrap-touchspin input {
    height: 30px;
    border: 0;
    text-align: center;
    font-size: 15px;
    padding: 0;
}

.product_cart__action .cart--icon {
    padding: 0px 10px;
    text-decoration: none;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}*/

/*.product_cart__action .cart--icon i{
    color: #000;
}


.tx-product:hover .product_cart__action{
    background-color: #fff;
}

.tx-product:hover .product_cart__action div {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}*/



.product__list .product .shop_cart__action {
    /*position: relative;*/
   /* position: absolute;*/
    width: 100%;
    /*bottom: 80px;*/
    top: 155px;
    /*left: 50px;*/
    display:flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}


/*.product__list .product .shop_cart__action div{
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}*/



.product__list .product .qty-container {
    width: 100px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
}


.product__list .product input{
	height: 25px;
}


.product__list .product .qty-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__list .product .qty-container .input-qty{
  text-align: center;
  padding: 3px 10px;
  border: none;
  max-width: 50px;
}
.product__list .product .qty-container .qty-btn-minus,
.product__list .product .qty-container .qty-btn-plus{
	border: none;
	/*padding: 10px 13px;*/
	font-size: 10px;
	height: 25px;
	width: 38px;
	transition: 0.3s;
	background-color: transparent;
	line-height: 25px;
}
.product__list .product .qty-container .qty-btn-plus{
  margin-left: -1px;
}
.product__list .product .qty-container .qty-btn-minus{
  margin-right: -1px;
}


.product__list .product .shop_cart__action .cart--icon {
    padding: 0px 10px;
    text-decoration: none;
    border: 0;
    font-size: 16px;
    font-weight: 500;
}

.product__list .product .shop_cart__action .cart--icon i{
    color: #000;
}



.product__list .product:hover .shop_cart__action{
    background-color: #fff;
}

.product__list .product:hover .shop_cart__action div {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}



.attribute--filter{
	margin-bottom: 30px;
}
.attribute--filter .tagcloud{
	padding-left: 10px;
}
.attribute--filter .tagcloud a {
    color: #48494a;
    min-height: 20px;
    font-size: 12px;
    padding: 1px 5px;
    margin: 5px 5px 0px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    line-height: 20px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.attribute--filter .tagcloud a:hover {
    color: #fff;
}


.main-menu__nav ul li:not(:last-child) {
    margin-right: 5px;
}


.whatsapp-header{
	line-height: 30px;
    vertical-align: middle;
    margin-left: 30px;
    padding: 0px 20px;
}

.whatsapp-header i{
	color: #fff;
	font-size: 25px;
}

.whatsapp-header span{
	color: #fff;
	font-size: 15px;
	padding: 0px 0px 0px 10px;
}

.whatsapp-mobile-header{
	line-height: 30px;
    vertical-align: middle;
    padding: 20px 0px;
}

.whatsapp-mobile-header i{
	color: #000;
	font-size: 25px;
}

.whatsapp-mobile-header span{
	color: #000;
	font-size: 15px;
	padding: 0px 0px 0px 10px;
}


.main-menu__nav ul li a {
    font-size: 15px;
}

.category-nav .category-nav__list li a {
    color: #000;
}

.category-nav .category-nav__list li a p{
    color: #000;
}