@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
}
:root {
    --bg-dark-blue: #014aac;
    --bg-white-light: #f8f9fa;
    --light-text: #424646;
    --light-border: #eeeeee;
    --dark-icon: #333;
    --hover-color: #fcb55e;
    --light-gray: #f2f2f3;
    --text-dark: #242424;
    --bg-black: #111110;
    --dark-gray: #efeeeb;
}

.text-orange{
    color:#f59a57
}
.topbar {
    background: var(--light-gray) !important;
    color: #333;
    font-size: 13px !important;
    padding: 10px;
}
.topbar a {
    text-decoration: none !important;
    background: var(--light-gray) !important;
    color: #333;
    font-size: 13px !important;
    padding: 10px;
}

.wishlist-badge {
    width: 40px;
    height: 40px;
    background-color: rgba(16, 16, 16, 0.05);
    color: var(--text-dark) !important;
    padding: 10px;
    transition: 0.3s ease;
}
.wishlist-badge:hover {
    background-color: rgba(16, 16, 16, 0.04);
}

.btn-auth {
    background-color: rgba(16, 16, 16, 0.05);
    color: var(--text-dark) !important;
    padding: 10px;
    border-radius: 42px;
    font-family: "Urbanist", sans-serif !important;
    transition: 0.3s ease;
}
.btn-auth:hover {
    background-color: rgba(16, 16, 16, 0.04);
}
.btn-auth a {
    text-decoration: none;
    font-size: 14px;
    color: var(--text-dark) !important;
}
.bg-light {
    background-color: #fbfbf6;
}
.btn-black {
    background: var(--bg-black);
    color: white !important;
    border-radius: 42px !important;
    font-size: 14px;
}
.btn-black:hover {
    background: rgb(44, 44, 44);
}
.btn-black i {
    color: white !important;
    font-size: 14px;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-15 {
    font-size: 15px !important;
}
.fs-22 {
    font-size: 22px !important;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #ddd !important;
}
.nav-list {
    color: #333 !important;
    font-family: "Urbanist", sans-serif !important;
    font-size: 14px;
    font-weight: 600;
}

.divider::before {
    content: "|";
    margin: 0 8px;
    color: #aaa;
}
.fw-500 {
    font-weight: 500 !important;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 80vh;
}
.hero-slider .swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    font-size: 16px; /* arrow icon size */
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
}

.main-heading {
    font-size: 32px;
    font-weight: 700 !important;
    font-family: "Urbanist", sans-serif !important;
    color: #242424;
}
.single-product {
    margin-top: 50px;
    padding: 5px 5px;
       height: 100%;
}
.single-product .product-img {
    position: relative;
    overflow: hidden;
      height: 300px;
    cursor: pointer;
}
.single-product .product-img a {
    display: block;
    position: relative;
}
.single-product .product-img a img {
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-product .product-img a img.hover-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18),
        -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}
.single-product .product-img a span.price-dec {
    background-color: #f6931d;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 25px;
}
.single-product .product-img a span.new {
    background-color: #8493ca;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 24px;
}
.single-product .product-img a span.hot {
    background-color: #2cc95b;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 24px;
}
.single-product .product-img a span.out-of-stock {
    background-color: #ed1b24;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    border-radius: 0;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 30px;
    height: 26px;
    line-height: 24px;
}
.single-product .product-img .product-action {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
    border-radius: 3px;
}
.single-product .product-img .product-action a {
    background-color: transparent;
    color: #333;
    display: block;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
    text-align: right;
    height: 52px;
    position: relative;
    top: 2px;
}
.single-product .product-img .product-action a:last-child {
    margin-right: 0;
    border: none;
}
.single-product .product-img .product-action a i {
    line-height: 40px;
}
.single-product .product-img .product-action a span {
    visibility: hidden;
    position: absolute;
    background: #f7941d !important;
    color: #fff !important;
    text-align: center;
    padding: 5px 12px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.6s, margin 0.3s;
    -o-transition: opacity 0.6s, margin 0.3s;
    transition: opacity 0.6s, margin 0.3s;
    font-size: 11px;
    right: 0;
    line-height: 14px;
    top: -12px;
    margin-top: -5px;
    margin-right: 0;
    display: inline-block;
    width: 120px;
    border-radius: 15px 0 0 15px;
}
.single-product .product-img .button-head .product-action a span::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -12px;
    border: 6px solid #f7941d;
    border-left: 0px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.single-product .product-img .product-action a:hover {
    color: #f7941d;
}
.single-product .product-img .product-action a:hover span {
    visibility: visible;
    opacity: 1;
    color: #333;
    background: #fff;
    margin-top: -12px;
}
.single-product .product-img .product-action.pro-action-width-dec a {
    width: 30px;
    height: 30px;
    font-size: 14px;
}
.single-product .product-img .product-action.pro-action-width-dec a i {
    line-height: 30px;
}
.single-product .product-img .product-action.pro-action-width-dec-2 {
    bottom: 45px;
}
.single-product .product-img .product-action-2 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    z-index: 99;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.single-product .product-img .product-action-2 a {
    display: block;
    background-color: transparent;
    color: #333;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
}
.single-product .product-img .product-action-2 a:hover {
    color: #f7941d;
}
.single-product .button-head {
    background: #fff;
    display: inline-block;
    height: 40px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 9;
    height: 50px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-product:hover .button-head {
    bottom: 0;
}
.single-product .product-img .shop-list-quickview {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.single-product .product-img .shop-list-quickview a {
    color: #000;
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
}
.single-product .product-img .shop-list-quickview a:hover {
    background-color: #222;
    color: #fff;
}
.single-product .product-img .shop-list-quickview a i {
    line-height: 50px;
}
.single-product .product-content {
    margin-top: 20px;
     min-height: 40px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-product .product-img:hover.default-overlay::before {
    background-color: rgba(38, 38, 38, 0.2);
    z-index: 9;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}
.single-product .product-img:hover.default-overlay.metro-overlay::before {
    background-color: rgba(38, 38, 38, 0.4);
    z-index: 9;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}
.single-product .product-img:hover img.hover-img {
    opacity: 1;
}
.single-product .product-content h3 {
    line-height: 22px;
}
.single-product .product-content h3 a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin: 0;
    font-family: "poppins" !important;
    text-decoration: none;
}
.single-product .product-content h3 a:hover {
    color: #f7941d;
}
.single-product .product-content .product-price {
    margin: 6px 0 0 0;
}
.single-product .product-content .product-price span {
    font-size: 15px;
    font-weight: 500;
}
.single-product .product-content .product-price span.old {
    text-decoration: line-through;
    opacity: 0.6;
    margin-right: 2px;
}

.middle-banner {
    background-image: url("https://img.freepik.com/free-photo/rough-appearance-stains-cement-wall_23-2148413191.jpg?semt=ais_incoming&w=740&q=80");
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    height: 400px;
}
.middle-banner .banner-text {
    width: 50%;
    margin: 0 auto;
}
.middle-banner .text-cont {
    gap: 45px;
}
.middle-banner .banner-text h2 {
    color: white;
    font-family: "al majeed quranic";
    font-size: 110px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 4px 4px #00000059;
}

.smallBannerSwiper .swiper-button-next,
.smallBannerSwiper .swiper-button-prev {
    color: #fff;
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.4);
    padding: 12px;
    border-radius: 50%;
    transition: 0.3s;
}

.smallBannerSwiper .swiper-button-next:hover,
.smallBannerSwiper .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7);
}

.single-banner {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 250px;
    height: 250px;
    cursor: pointer;
    transition: 0.3s ease;
}
.single-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.single-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.single-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.4)
    );
    transition: 0.3s ease;
}

.single-banner:hover .overlay {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0.7)
    );
}

.single-banner .content {
    background: white;
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #000;
    padding: 10px;
    border-radius: 10px;
}

.single-banner .content h3 {
    font-size: 15px;
    font-weight: 600;
}

.single-banner:hover img {
    transform: scale(1.05);
}

.pallet-wrapper {
    display: inline-block;
    text-align: center;
}

.pallets-slider .swiper-button-next,
.pallets-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    font-size: 16px;
    background: #014bad;
    border-radius: 50%;
    color: #fff;
}

.pallet-color {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.pallet-color:hover {
    transform: scale(1.05);
}

.color-details {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.color-details a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

/* Hide details initially */
.color-details .top,
.color-details .bottom {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

/* Show when hovering the circle */
.pallet-wrapper:hover .top,
.pallet-wrapper:hover .bottom {
    opacity: 1;
    transform: translateY(0);
}

.category-tabs {
    border-bottom: 1px solid #e0e0e0; /* optional light line */
}

.filter-btn {
    background: none;
    border: none;
    font-weight: 500;
    font-family: "Urbanist", sans-serif !important;
    color: #666;
    position: relative;
    padding: 8px 12px;
    cursor: pointer;
    transition: color 0.3s;
}

.filter-btn:hover {
    color: #000;
}

.filter-btn.active {
    color: #000; /* active text */
    font-weight: bold;
}

.filter-btn.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background: #76b82a; /* green underline */
    border-radius: 2px;
}

.footer {
    background: #000;
}
.footer .about {
    padding-right: 50px;
}
.footer .single-footer h4 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.footer .about .logo {
    margin-bottom: 20px;
}
.footer .about .logo img {
}
.footer .about .text {
    color: #fff;
    font-weight: 400;
}
.footer .about .call {
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}
.footer .about .call span {
    display: block;
}
.footer .about .call a {
    color: #f7941d;
    font-size: 20px;
    font-weight: 600;
}
.footer .links ul {
}
.footer .links ul li {
    display: block;
    margin-bottom: 8px;
}
.footer .links ul li:last-child {
    margin-bottom: 0;
}
.footer .links ul li a {
    color: #fff;
    font-weight: 400;
}
.footer .links ul li a:hover {
    color: #f7941d;
    padding-left: 10px;
}
.footer .social {
}
.footer .social .contact {
}
.footer .social .contact ul {
}
.footer .social .contact ul li {
    color: #fff;
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
}
.footer .contact ul li:last-child {
    margin-bottom: 0;
}
.footer .social ul {
    margin-top: 20px;
}
.footer .social ul li {
    display: inline-block;
    margin-right: 25px;
}
.footer .social ul li:last-child {
    margin-right: 0;
}
.footer .social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}
.footer .social ul li a:hover {
    color: #f7941d;
}
/* Copyright */
.footer .copyright {
}
.footer .copyright .inner {
    border-top: 1px solid #eeeeee3d;
    padding: 20px 0;
}
.footer .copyright .left {
}
.footer .copyright .right {
    float: right;
}
.footer .copyright p {
    color: #fff;
}
.footer .copyright p a {
    color: #fff;
    text-decoration: underline;
}

.logo-white {
    filter: brightness(0) invert(1) !important;
}



/* PRODUCT DETAIL */


.breadcrumbs {
    background-color: #EBECEE;
    position: relative;
    padding: 5px 0;
    display: flex;              /* enable flex */
    align-items: center;        /* vertical center */
}

.breadcrumbs .bread-inner {
    z-index: 22;
    text-align: left;
    display: flex;              /* make inner also flex */
    align-items: center;        /* vertical center */
}
.breadcrumbs .bread-list {
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs ul li {
    display: inline-block;
    position: relative;
}
.breadcrumbs ul li i {
    margin: 0px 10px;
    font-size: 9px;
    font-weight: 600;
    color: #3b3b3b;
}
.breadcrumbs ul li a {
    color: #3b3b3b;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
}
.breadcrumbs ul li.active a {
    color: #3b3b3b;
    display: inline-block;
}
.breadcrumbs ul li a:hover {
    color: #f7941d;
}

.shop.single .product-des .rating li i {
    color: #f7941d;
}

.badge-success {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background-color: #28a745;
}

.badge-success:hover {
    background-color: #218838;
}

.rating_box {
    display: inline-flex;
}

.star-rating {
    font-size: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #f7941d;
    font-size: 16px;
    margin-top: 5px;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\F005";
}

.btn-check:checked + .size-pill {
    background: #2b2b2b;
    color: #fff;
    border-color: #2b2b2b;
}

.size-selector .size-pill {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    user-select: none;
    border: 2px solid #c6c6c6;
    color: #7a7a7a;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
.shop.single .product-des {
    margin-top: 30px;
}
.shop.single .product-des .short h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: -5px;
    line-height: 28px;
}
.shop.single .product-des .short .description {
    font-size: 14px;
    color: #555555;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.shop.single .product-des {
    font-family: "poppins";
}
.shop.single .product-des .total-review {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
}
.shop.single .product-des .total-review:hover {
    color: #f7941d;
}
.shop.single .product-des .rating {
    margin-top: 20px;
    padding: 0%;
    display: inline-block;
}
.shop.single .product-des .rating li {
    display: inline-block;
}
.shop.single .product-des .rating li i {
    color: #f7941d;
}
.shop.single .product-des .rating li.dark i {
    color: #555;
}
.shop.single .product-des .price {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}
.shop.single .product-des .price s {
    color: #333;
}
.shop.single .product-des .price span {
    display: inline-block;
    margin-right: 15px;
    color: #f7941d;
}
.shop.single .product-des .product-buy {
    margin-top: 40px;
}
.shop.single .product-des .product-buy {
}
.shop.single .product-des .color {
    display: inline-block;
    margin-right: 50px;
}
.shop.single .product-des .color h4 {
    font-size: 18px;
    font-weight: 600;
}
.shop.single .product-des .color h4 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}
.shop.single .product-des .color ul {
    margin-top: 10px;
}
.shop.single .product-des .color ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .product-des .color ul li:last-child {
    margin-right: 0;
}
.shop.single .product-des .color ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: #333;
}
.shop.single .product-des .color ul li a i {
    font-size: 11px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.shop.single .product-des .color ul li a:hover i {
    opacity: 1;
    visibility: visible;
}
.shop.single .product-des .color ul li .one {
    background: #3498db;
}
.shop.single .product-des .color ul li .two {
    background: #f7941d;
}
.shop.single .product-des .color ul li .three {
    background: #8e44ad;
}
.shop.single .product-des .color ul li .four {
    background: #2ecc71;
}
/* Size */
.shop.single .product-des .size {
    display: inline-block;
}
.shop.single .product-des .size h4 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
}
.shop.single .product-des .size ul {
    display: inline-block;
    margin-top: 10px;
}
.shop.single .product-des .size ul li {
    display: inline-block;
    margin-right: 5px;
}
.shop.single .product-des .size ul li:last-child {
    margin-right: 0;
}
.shop.single .product-des .size ul li a {
    display: block;
    height: 30px;
    width: 36px;
    border: 1px solid #eee;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.shop.single .product-des .size ul li a:hover {
    color: #f7941d;
}
.shop.single .quantity {
    display: inline-block;
    margin-right: 10px;
}
.shop.single .quantity h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}
.shop.single .quantity .input-group {
    width: 151px;
    display: inline-block;
}
.shop.single .quantity .button {
    display: inline-block;
    position: absolute;
    top: 0;
    display: inline-block;
}
.shop.single .quantity .button.minus {
    left: 0;
    border-radius: 0;
    overflow: hidden;
}
.shop.single .quantity .button.plus {
    right: 0;
    border-radius: 0;
    overflow: hidden;
}
.shop.single .quantity .button .btn {
    padding: 0;
    width: 35px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background: transparent;
    color: #282828;
    font-size: 12px;
    border: none;
}
.shop.single .quantity .button .btn:hover {
    color: #f7941d;
}
.shop.single .quantity .input-number {
    border: 1px solid #eceded;
    width: 100%;
    text-align: center;
    height: 45px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 38px;
}
.shop.single .add-to-cart {
    display: inline-block;
}
.shop.single .add-to-cart .btn {
    height: 45px;
    width: auto;
    padding: 0 42px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    margin-right: 5px;
    border-radius: 0px;
    background: #333;
    color: #fff;
    display: inline-block;
    font-weight: 500;
}
.shop.single .add-to-cart .btn:hover {
    color: #fff;
    background: #f7941d;
}
.shop.single .add-to-cart .btn.min {
    padding: 0 20px;
    font-size: 17px;
    position: relative;
    top: 1px;
    line-height: 45px;
}
.shop.single .cat {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 30px;
}
.shop.single .cat a {
    display: inline-block;
    margin-left: 10px;
}
.shop.single .cat a:hover {
    color: #f7941d;
}
.shop.single .availability {
    color: #333;
    font-size: 14px;
    margin-top: 6px;
}
/* Product Tab */
.shop.single .product-info {
    margin-top: 50px;
}
.shop.single .nav-tabs {
    border: none;
}
.shop.single .nav-tabs li {
    margin-right: 10px;
}
.shop.single .nav-tabs li:last-child {
    margin-right: 0;
}
.shop.single .nav-tabs li a {
    border: 0px solid;
    border-radius: 0px;
    background: #fff;
    color: #333;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #eee;
}
.shop.single .nav-tabs li a i {
    margin-right: 10px;
}
.shop.single .nav-tabs li a.active,
.shop.single .nav-tabs li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}
.shop.single .tab-single {
}
.shop.single .single-des {
    margin-top: 35px;
}
.shop.single .single-des h4 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 22px;
}
.shop.single .single-des ul {
}
.shop.single .single-des ul li {
    color: #555;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.shop.single .single-des ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    height: 7px;
    width: 7px;
    background: #f7941d;
    border-radius: 50%;
}




/* ---------PRODUCT GRID------ */

.shop-sidebar .single-widget {
    margin-top: 30px;
    background: #f6f7fb;
    padding: 30px;
}
.shop-sidebar .single-widget:first-child {
    margin-top: 0;
}
.shop-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
/* Shop Price */
.shop .range .price-filter {
    display: block;
    margin-top: 20px;
}
.shop .range #slider-range {
    box-shadow: none;
    border: none;
    height: 4px;
    background: #f7941d !important;
    color: #f7941d;
    border-radius: 0px !important;
}
.shop .range #slider-range .ui-slider-range {
    box-shadow: none;
    background: #222;
    border-radius: 0px;
    border: none;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    line-height: 10px;
    background: #222;
    border: none;
    border-radius: 100%;
    top: -5px;
}

.shop .range .label-input {
    margin-top: 15px;
}
.shop .range .label-input span {
    margin-right: 5px;
    color: #282828;
}
.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #f7941d;
    color: #f7941d;
    cursor: pointer;
}
.shop .range .label-input input {
    border: none;
    margin: 0;
    font-weight: 600;
    font-size: 14px;
    color: #222;
    background: transparent;
}
.shop .range .check-box-list {
    margin-top: 15px;
}
.shop .range .check-box-list li {
    margin-bottom: 5px;
}
.shop .range .check-box-list li:last-child {
    margin: 0;
}
.shop .range .check-box-list li label input {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: 1px;
}
.shop .range .check-box-list li label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
}
.shop .range .check-box-list .count {
    margin-left: 5px;
    color: #666;
}
/* Category List */
.shop-sidebar .categor-list {
    margin-top: 10px;
}
.shop-sidebar .categor-list li {
}
.shop-sidebar .categor-list li {
    margin-bottom: 10px;
}
.shop-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}
.shop-sidebar .categor-list li a {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}
.shop-sidebar .categor-list li a:hover {
    color: #f7941d;
}
/* Recent Post */
.shop-sidebar .single-post {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.shop-sidebar .single-post.first {
    padding-top: 0px;
}
.shop-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}
.shop-sidebar .single-post .image img {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
}
.shop-sidebar .single-post .content {
    padding-left: 100px;
}
.shop-sidebar .single-post .content h5 {
    line-height: 18px;
}
.shop-sidebar .single-post .content h5 a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.shop-sidebar .single-post .content h5 a:hover {
    color: #f7941d;
}
.shop-sidebar .single-post .content .price {
    display: block;
    color: #333;
    font-weight: 500;
    margin: 5px 0 0px 0;
    text-transform: uppercase;
    font-size: 14px;
}
.shop-sidebar .single-post .reviews li {
    display: inline-block;
}
.shop-sidebar .single-post .reviews li i {
    color: #999;
}
.shop-sidebar .single-post .reviews li.yellow i {
    color: #f7941d;
}
/* Shop Topbar */
.shop .shop-top {
    clear: both;
    background: #f6f7fb;
    padding: 18px 20px 50px 20px;
}
.shop .shop-shorter {
    float: left;
}
.shop .single-shorter {
    display: inline-block;
    margin-right: 10px;
}
.shop .single-shorter:last-child {
    margin: 0;
}
.shop .single-shorter label {
    display: inline-block;
    float: left;
    margin: 4px 5px 0 0;
    font-weight: 500;
}
.shop .single-shorter option {
}
.shop .nice-select {
    clear: initial;
    display: inline-block;
    margin: 0;
    border: 1px solid #e6e6e6;
    border-radius: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
}
.shop .nice-select::after {
    border-color: #888;
}
.shop .nice-select .list {
    border-radius: 0px;
}
.shop .nice-select .option.selected {
    font-weight: 500;
}
.shop .nice-select .list li {
    color: #666;
    border-radius: 0px;
}
.shop .nice-select .list li:hover {
    background: #f7941d;
    color: #fff;
}
.shop .view-mode {
    float: right;
}
.shop .view-mode li {
    display: inline-block;
    margin-right: 5px;
}
.shop .view-mode li:last-child {
    margin: 0;
}
.shop .view-mode li a {
    width: 43px;
    height: 32px;
    background: transparent;
    border: 1px solid #77777775;
    text-align: center;
    display: block;
    line-height: 32px;
    color: #888;
    border-radius: 0px;
}
.shop .view-mode li.active a,
.shop .view-mode li:hover a {
    background: #f7941d;
    color: #fff;
    border-color: transparent;
}



/* =========================ABOUT US================ */

.about-us {
    background: #fff;
}
.about-us .about-content {
    padding-right: 50px;
}
.about-us .about-content .story {
    display: block;
    color: #04aaf4;
    margin-bottom: 20px;
    font-size: 17px;
}
.about-us .about-content .story i {
    color: #04aaf4;
    margin-right: 5px;
    font-size: 22px;
}
.about-us .about-content h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.about-us .about-content h3::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 60px;
    background: #f7941d;
}
.about-us .about-content h3 span {
    display: inline-block;
    font-weight: 700;
    color: #f7941d;
}
.about-us .about-content p {
    line-height: 26px;
    margin-bottom: 10px;
}
.about-us .about-content p:last-child {
    margin: 0;
}
.about-us .about-content .button {
    margin-top: 40px;
}
.about-us .about-content .button .btn {
    background: #333;
    color: #fff;
    margin-right: 15px;
}
.about-us .about-content .button .btn:hover {
    background: #f7941d;
    color: #fff;
}
.about-us .about-content .button .btn.primary {
    background: #f7941d;
    color: #fff;
}
.about-us .about-content .button .btn.primary:hover {
    background: #333;
    color: #fff;
}
.about-us .about-content .button .btn:last-child {
    margin: 0;
}
.about-us .about-img {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    border: 10px solid #fff;
}
.about-us .about-img:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img:hover:before {
    opacity: 0.6;
    visibility: visible;
}
.about-us .about-img .video {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: #f7941d;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    padding-left: 4px;
    transform: scale(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-us .about-img .video:hover {
    background: #fff;
    color: #f7941d;
}
.about-us .about-img:hover .video {
    transform: scale(1);
}
.about-us .about-img img {
    height: 100%;
    width: 100%;
}




/* -----------------CHECKOUT----------------- */
.shop.checkout {
    padding: 0;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
}
.shop.checkout .checkout-form {
    margin-top: 30px;
}
.shop.checkout .checkout-form h2 {
    font-size: 25px;
    color: #333;
    font-weight: 700;
    line-height: 27px;
}
.shop.checkout .checkout-form p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}
.shop.checkout .form {
}
.shop.checkout .form .form-group {
    margin-bottom: 25px;
}
.shop.checkout .form .form-group label {
    color: #333;
    position: relative;
}
.shop.checkout .form .form-group label span {
    color: #ff2c18;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}
.shop.checkout .form .form-group input[type='text'],
.shop.checkout .form .form-group input[type='email'],
.shop.checkout .form .form-group input[type='number'] {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #f6f7fb;
}

.shop.checkout .form .form-group input:hover {
}
.shop.checkout .nice-select {
    width: 100%;
    height: 45px;
    line-height: 50px;
    margin-bottom: 25px;
    background: #f6f7fb;
    border-radius: 0px;
    border: none;
}
.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}
.shop.checkout .nice-select .list li {
}
.shop.checkout .nice-select .list li.option {
    color: #333;
}
.shop.checkout .nice-select .list li.option:hover {
    background: #f6f7fb;
    color: #333;
}
.shop.checkout .form .address input {
    margin-bottom: 15px;
}
.shop.checkout .form .address input:last-child {
    margin: 0;
}
.shop.checkout .form .create-account {
    margin: 0;
}
.shop.checkout .form .create-account input {
    width: auto;
    display: inline-block;
    height: auto;
    border-radius: 100%;
    margin-right: 3px;
}
.shop.checkout .form .create-account label {
    display: inline-block;
    margin: 0;
}
.shop.checkout .order-details {
    margin-top: 30px;
    background: #fff;
    padding: 15px 0 30px 0;
    border: 1px solid #eee;
}
.shop.checkout .single-widget {
    margin-bottom: 30px;
}
.shop.checkout .single-widget:last-child {
    margin: 0;
}
.shop.checkout .single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333;
    padding-bottom: 5px;
}
.shop.checkout .single-widget h2:before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #f7941d;
}
.shop.checkout .single-widget .content ul {
    margin-top: 30px;
}
.shop.checkout .single-widget .content ul li {
    display: block;
    padding: 0px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-bottom: 12px;
}
.shop.checkout .single-widget .content ul li span {
    display: inline-block;
    float: right;
}
.shop.checkout .single-widget .content ul li.last {
    padding-top: 12px;
    border-top: 1px solid #ebebeb;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 0;
    padding: 0px 30px;
    margin-top: 30px;
}

.shop.checkout .single-widget.payement {
    padding: 0px 38px;
    text-align: center;
    margin-top: 30px;
}
.shop.checkout .single-widget.get-button {
    text-align: center;
    padding: 0px 35px;
}
.shop.checkout .single-widget.get-button .btn {
    height: 46px;
    width: 100%;
    line-height: 19px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
}
