.fa-location-arrow:before {
    content: "\f124";
    color: #ffffff;
}
.fa-envelope:before {
    content: "\f0e0";
    color: #ffffff;
}
.fa-phone:before {
    content: "\f095";
    color: #ffffff;
}
#column-left {
    float: left;
    width: 280px;
    margin-bottom: 20px;
}
#column-left .filters {
    border: 1px solid #F2F2F2;
}
.account-page #column-left {
    margin-top: 0;
}
#content.left-wrapper {
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-left: 10px;
}
.categorie-list .product-listing {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    margin-bottom: 10px;
}
.top-bar {
    margin: 0 0 1rem 0;
    display: flex;
    justify-content: space-between;
    border-radius: .5rem;
    padding: .8rem 1rem;
    background: white;
    align-items: center;
}
.top-bar .title {
    font-size: 16px;
    margin: 0;
}
.top-bar .filter-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
}
#lc-toggle, #column-left .lc-close {
    display: none;
}
.top-bar .custom-select {
    display: inline-block;
    padding-left: 5px;
}
.top-bar .custom-select select {
    border: 0;
    background: #F3F4F6;
    padding: 6px 10px;
    border-radius: 3px;
}
.bottom-bar {
    padding: 0;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #dce1e5;
}
/*endregion*/

/*region filter css*/
.noUi-horizontal {
    width: 80% !important;
    margin: auto;
    height: 7px;
}
.noUi-handle {
    border: 1px solid black;
    background: black;
    box-shadow: none;
    top: -8px;
}
.noUi-connect {
    background: var(--maingreen);
}
.panel .filters .price-filter .label {
    padding-bottom: 12px;
}
.range-label.from {
    margin-top: 10px;
}
.filter-group .toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}
.filter-group.show .items {
    display: block;
    padding: 18px;
}
.filter-group .items {
    display: none;
}
input#range-to {
    margin-right: 9px;
    border-color: #999999;
}
.panel .range-label input {
    float: left;
    width: 45%;
    outline: 0;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-color: #999999;
    border-radius: 3px;
}
.panel .filters .filter-group,
.panel .filters .price-filter {
    display: table;
    width: 100%;
    margin: 0px 0px 10px;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
}
.filter-group .toggler:before {
    content: "\e5cf";
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
    height: 100%;
    width: 24px;
    position: absolute;
    right: 5px;
    top: -2px;
}
.product-actions{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px;
}
.filter-group.show .toggler:before {
    content: "\e5ce";
}
.panel .filters .filter-group label.filter {
    display: flex;
    gap: 15px;
    margin-bottom: 7px;
}
.panel .filters .filter-group label.filter span {
    margin-top: 2px;
}
.range-label.from, .range-label.to{
    margin: 20px;
}
.panel .filters .filter-group .label,
.panel .filters .price-filter .label {
    font-size: 14px;
    color: #000;
    position: relative;
    cursor: pointer;
    background: rgba(11, 40, 81, 0.05);
    padding: 10px 18px;
    border-bottom: 1px solid #dddddda8;
    font-weight: 500;
    background: white;
}
.panel .filters .price-filter .label {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}
/*endregion*/

/*region product details page */
.product-overview-area-wrapper {
    background: linear-gradient(180deg, #EEEEEE 19.07%, rgba(255, 255, 255, 0) 100.86%), #FFFFFF;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
}
.product-details-area-wrapper {
    background: #fafafa85;
    padding-top: 30px;
    padding-bottom: 40px;
}
.product-overview-area {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background-color: white;
    padding: 30px;
}

/* -----Image Section-----  */

.product-overview-area .image-section {
  min-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

/* -------Spec section-------  */

.product-overview-area .product-info-short .short-info-badge .badge {
  padding: 5px 10px;
  background-color: #f5f6fb;
  color:black;
  border-radius: 100px;
  font-size: 14px;
}

.product-overview-area .product-info-short .short-info-badge .badge .label {
    color: #264c25;
}

.product-overview-area .product-info-short .short-info-badge .badge .value {
  color: black;
  font-weight: 600;
}
.product-overview-area .product-info-short .price .sale-price {
  font-size: 36px;
  font-weight: 500;
  color: #264c25;
}
.product-overview-area .product-info-short .price .discount {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-overview-area .product-info-short .price .percentage {
  font-size: 14px;
  font-weight: 500;
  color: rgb(234 179 8);
}

.product-overview-area .product-info-short .price .regular-price {
  font-size: 18px;
  color: rgb(148 163 184);
  text-decoration: line-through;
  font-weight: 500;
  line-height: 0px;
}

.product-overview-area .product-info-short > .price {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.customer-review-overview {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}
.customer-review-overview .review-icon {
    background: var(--maincolor);
    padding: 3px 5px;
    border-radius: 3px;
    display: flex;
    gap: 6px;
    align-items: center;
    color: white;
    height: 20px;
}
.customer-review-overview .review-icon span.fa {
    color: white;
    font-size: 13px;
}
.customer-review-overview .review-icon span.review-count {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.customer-review-overview .customer-review-number {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}
.product-info-all .short-info li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.product-info-all .short-info li span {
    font-weight: 600;
    color: black;
    margin-left: 10px;
}
.product-details .content {
    float: left;
    width: calc(100% - 320px);
}
.product-details .content .row {
    display: flex;
    flex-wrap: wrap;
}
.product-details .column-right {
    width: 300px;
    float: right;
}
.images.product-images {
    text-align: center;
    height: 100%;
}
.images.product-images .product-img-holder {
    padding: 20px 0px 25px 5px;
}

.images.product-images .product-img-holder img{
    object-fit: contain;
}
.product-info-all {
    padding: 20px;
    font-size: 12px;
}
.product-title h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.product-details .basic .review .count{
   float: left;
    margin-right: 15px;
}
.thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}
.thumbnails li {
    margin: 0 5px;
}
.thumbnails li img {
    border: 1px solid #ddd;
    padding: 7px;
}
.cart-option .quantity {
    display: inline-block;
    border: 1px solid #000;
    margin: auto;
    margin: 0px !important;
}
.cart-option .quantity span {
    display: inline-block;
    padding: 0 9px;
    cursor: pointer;
}

.cart-option .quantity span > i {
    transform: translateY(5px);
}
.cart-option .quantity input {
    padding: 0;
    width: 40px;
    height: 36px;
    border: none;
    text-align: center;
    font-weight: bold;
}
.payment-method .pay-items {
    float: left;
    width: 16.6666%;
    text-align: center;
}
.payment-method h3 {
    font-weight: 500;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}
.share-on {
    margin-top: 10px;
    display: inline-block;
}
.share-on span.share {
    font-size: 18px;
}
.share-on .share-ico {
    margin-left: 10px;
}
.product-overview-area .side-margin{
    border-left:  1px solid rgba(0, 150, 136, 0.1);
}
.buying-information {
    padding: 30px;
}
.buying-information .price-wrap p {
    color: black;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
.buying-information .price-wrap .price, .buying-information .price-wrap .symbol {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
}
.buying-information .price-wrap .old-price,.buying-information .price-wrap .old-price .symbol {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    text-decoration: line-through;
}
.buying-information .price-wrap .wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.buying-information .payment-option-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 150, 136, 0.1);
}
.buying-information .payment-option-wrapper .payment-item {
    border: 1px solid #e3d9d9;
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 12px;
}
.payment-item .payment-info h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #000000;
}
.buying-information .payment-option-wrapper .payment-item input[type="radio"] {
    transform: scale(1.3);
    border: 1px solid #999999;
}
.payment-item .payment-info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin-top: 8px;
}
.payment-item .payment-info p > span {
    font-weight: 600;
}
.short-info {
    margin-top: 30px;
}
.short-description {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.short-description h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    margin-bottom: 15px;
}
.short-description ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 2px;
}
.short-description ul li:last-child {
    margin: 0;
}
.short-description .view-more {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}
.short-description ul {
    padding-left: 15px;
    list-style: disc;
}
.cart-option {
    margin-top: 20px;
}
.regular-price {
    margin: 10px 0;
}
.emi-info {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.product-details label input[type='checkbox'] {
    display: inline-block;
}
.product-details label input[type="checkbox"] + .text::before {
    content: "";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    width: 14px;
    display: inline-block;
    margin-right: 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(99, 83, 83);
    font-size: 24px;
    user-select: none;
    vertical-align: middle;
    font-variant: normal;
}
.product-details label input[type="checkbox"]:checked + .text::before {
    content: "";
    color: #2196F3;
    animation: 180ms ease-in 0s 1 normal none running tick;
}
#product .cart-option {
    float: left;
    width: 50%;
}
.payment-method {
    clear: both;
}
.emi-featured {
    border: 1px solid #ddd;
    display: inline-block;
    width: 300px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.emi-featured .main-title {
    font-size: 96px;
    color: #D40015;
    float: left;
    line-height: 70px;
    margin-right: 18px;
}
.emi-featured .month-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.options button {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}
.options button:hover {
    background: black;
    color: #fff;
}
.options button.compare-button {
    background: none;
    margin-top: 7px;
    border: none;
    color: #666666;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    border: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    font-size: 13px;
    line-height: 16px;
}
.options button.compare-button:hover{
      background: #f1f3f5 !important;
    color: #111;
        padding: 7px 53px;
        border:none !important;
        border-radius:0;
}
.options button.compare-button:hover {
    background: transparent;
    color: black;
}
.options button i {
    margin-right: 5px;
}
.buying-information .button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 24px 0;
    margin-bottom: 15px;
}
.buying-information .button-wrapper button {
    width: 100%;
}
.cart-option button#button-cart {
    background: var(--maincolor);
    border: 0;
    color: var(--maingreen);
    font-weight: 700;
    padding: 15px 0;
    height: 52px !important;

}
.buying-information .button-wrapper .buy-now {
    background: var(--maingreen) !important;
    color: black !important;
}
.buying-information .button-wrapper .buy-now:hover {
    background: black !important;
    color: var(--maingreen) !important;
}
.cart-option button#button-cart:hover {
    background-color: var(--maincolor);
    color:white;
    cursor: pointer;
}
.spec-top {
    margin-top: 10px;
}
.product-details-tab-list .tabList {
    display: flex;
    align-items: center;
    gap: 15px;
}
.product-details-tab-list .tabList li {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 15px;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}
.product-details-tab-list .tabList li:hover{
    color: var(--maincolor);
}
.product-details-tab-list .tabList li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: black;
}
.product-details-tab-list {
    margin-top: 30px;
}

.product-details-tab-list .tabList li.active {
    color: var(--maincolor);
}
.nav-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    background: #0b2851;
}
.nav-tabs li {
    flex: auto;
    text-align: center;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.nav-tabs li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: var(--maingreen);
    transition: all .3s;
}
#specification{
    margin-bottom: 30px;
}
#description,
#ask-question,
#latest-price,
.review {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 25%);
    padding: 25px;
    background: white;
    margin-bottom: 30px;
}
#latest-price .section-head {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
#description h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
#description h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
#description p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #01132d;
    line-height: 26px;
}

#description h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
#latest-price p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}
.specification-tab .data-table {
    margin-bottom: 15px;
}

.data-table {
    width: 100%;
}

.data-table .name {
    padding: 10px 30px;
    width: 25%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.data-table .value {
    padding: 10px 30px;
    width: 75%;
    background: #ffffff;
    color: black;
    font-size: 14px;
    line-height: 22px;
}
.data-table .heading-row, .table > thead {
    padding: 10px 25px;
    font-size: 16px;
    color: black;
    font-weight: 600;
}
.product-compare .table.table-bordered .name {
    font-weight: 700;
    background: #03b86057;
}
.product-compare .table.table-bordered tbody tr:nth-child(odd) {
    background: #f9f9f9;
}
.product-details-tab-box .single-tab-item {
    background: white;
}
.product-details .section-head {
    color: #222;
    font-weight: 600;
    font-size: 20px;

    line-height: 30px;
    margin: 0;
}
.product-details .section-head.specification {
    padding: 8px 25px;
}
.product-details form h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}
.product-details .form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #565656;
    resize: none;
}
.btn-basic-sm:hover{
    color:black !important;

}
.product .name a:hover {
    color: #667a96 !important;
}
.cart-btn p {
    color: #fff;
    font-size: 8px;
    font-weight: 800;
}
.bp:hover{
    color:black;
}
.cart-btn p:hover {
    color: black;
    font-size: 8px;
    font-weight: 800;
}
.btn.btn-basic-sm:hover {
    color: white !important;
}

.category-grid .product-card{
    overflow: hidden;
    transition: transform 0.3s;
    padding: 10px;
}

.btn {
    display: inline-block;
    text-align: center;
    color: var(--mainwhite);
    text-decoration: none;
    margin-bottom: 5px;
    border: medium none;
    border-radius: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 5px;
    background: var(--maingreen);
}
.component-table-wrapper .actions .btn:hover{
    color: #fff;
}
.btn-danger {
    color: var(--maincolor);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--maingreen);
    background-repeat: repeat-x;
    border-color: 1px solid var(--maincolor);
}
.btn.submit-btn:hover {
        background: var(--secondarycolor);
    transition: .3s;
    color: var(--mainwhite);
}
.product-details-area .related-product {
    background: white;
}
.related-product h3 {
    padding: 20px;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
}
.product-grid .product-thumb {
    WIDTH: 100%;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
    padding: 15px 20px;
    display: grid;
    gap: 15px;
    grid-template-columns: 70px 180px;
}
.product-grid .product-thumb .img-holder{
    padding: 0;
}
.product-grid .product-thumb .img-holder img{
    object-fit: contain;
}
.product-grid .caption h4 a {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}
.product-grid .caption h4 {
    line-height: 17px;
    margin-bottom: 10px;
}
.view-product.related-product {
    margin-top: 15px;
}
.product-details-area .related-product .compare-button {
    border: none;
    background: transparent;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    padding:0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.review-area #button-review {
    padding: 8px 17px !important;
    color: #fff;
}
#write-review .average-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
#write-review .average-rating span.count b {
    margin-right: 5px;
}

#write-review .average-rating .rating > span {
    color: var(--maingreen);
}
#write-review .review-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ecedef;
}
#write-review .review-wrap .rating {
    color: var(--maingreen);
    margin-bottom: 7px;
}
#write-review .review-wrap .answer {
    margin-bottom: 10px;
}
#write-review .review-wrap .author {
    margin: 0;
    font-size: 13px;
    color: #666;
}

#write-review .review-wrap .author span.name {
    font-weight: bold;
    text-transform: uppercase;
}
/*endregion */

/*region additional-service*/
.additional-services {
    background: #EFEFEF;
    padding: 20px;
    box-shadow: 0px 0px 14px rgba(200, 200, 200, 0.1);
    margin-bottom: 20px;
}
.additional-services .single-service img {
    float: left;
}
.additional-services .single-service .service-caption {
    padding-left: 44px;
    margin-top: 20px;
}
.additional-services .single-service .service-caption h4 {
    line-height: 16px;
    font-size: 18px;
    margin-bottom: 5px;
}
.additional-services .single-service .service-caption p {
    color: #757575;
}
/*endregion*/

/*region owl-nav button*/
.top-right-bnr .owl-item .bottom-banner{
    margin: 20px 0px 0px;
}
.owl-nav button {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
    left: 0;
}
.owl-nav {
    font-size: 40px;
    background: red;
    display: block;
    width: 100%;
}
.owl-nav button.disabled {
    display: none;
}

.owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-stage-outer .item {
    text-align: center;
    color: #333;
}

.owl-stage-outer .item {
    width: 100%;
    text-align: center;
}
.owl-stage-outer .item a .img-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background: white;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    display: inline-block;
    padding: 10px;
}
.owl-stage-outer .item img {
    text-align: center;
    margin: 0 auto;
}
.item h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 10px;
}
.category-description {
    background: #ffffff;
    padding: 30px 15px;
    font-size: 12px;
    margin: 1px 0 30px;
    border-radius: 7px;
}
.category-description h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}
.category-description p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #353637;
    line-height: 22px;
}
.category-description h2 {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
}
.category-description h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
/*region owl-nav button*/

/* region search-criteria */
.search-criteria input#input-search,
.search-criteria select {
    width: 100%;
    padding: 10px;
}
/*endregion*/

/*region responsive css */
.f-btn.cmpr-toggler .label:hover {
    color: var(--mainwhite);
    font-size: 9px;
}
.f-btn.cmpr-toggler .label {
    color: #fff;
  font-size: 9px;
}
/*endregion*/

/** Custom **/
.filter-wrapper > .form-group > label,
.filter-wrapper  .show-sort > .form-group > label{
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.top-bar .custom-select select{
    font-size: 14px;
    border-radius: .3rem;
}
