html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

html {
    overflow-x: hidden;
   
}

.color-plate {
    display: none;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: rgb(255, 255, 255);
    right: -245px;
    text-align: left;
    top: 30%;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) -3px 0px 25px -2px;
}

.color-plate.active {
    right: 0px;
}

.color-plate .color-plate-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0px 0px 5px;
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(51, 51, 51);
    top: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.21) -4px 0px 5px;
}

.color-plate h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.color-plate p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}

.color-plate span {
    width: 42px;
    height: 35px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}

.color-plate span:hover {
    cursor: pointer;
}

.color-plate span.color1 {
    background: rgb(247, 148, 29);
}

.color-plate span.color2 {
    background: rgb(0, 136, 204);
}

.color-plate span.color3 {
    background: rgb(50, 184, 125);
}

.color-plate span.color4 {
    background: rgb(254, 117, 74);
}

.color-plate span.color5 {
    background: rgb(248, 47, 86);
}

.color-plate span.color6 {
    background: rgb(0, 206, 201);
}

.color-plate span.color7 {
    background: rgb(108, 92, 231);
}

.color-plate span.color8 {
    background: rgb(133, 186, 70);
}

.color-plate span.color9 {
    background: rgb(253, 121, 168);
}

.color-plate span.color10 {
    background: rgb(162, 155, 254);
}

.color-plate span.color11 {
    background: rgb(186, 220, 88);
}

.color-plate span.color12 {
    background: rgb(255, 29, 56);
}

.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: rgb(247, 148, 29);
    animation: 1.6s linear 0s infinite normal none running preloader-fx;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    transition: 0.4s;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
}

#scrollUp i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: rgb(34, 34, 34);
    border-radius: 0px;
    font-size: 18px;
    transition: 500ms;
    display: block;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 4px 19px;
}

#scrollUp i:hover {
    background: rgb(181, 130, 3) !important; 
    color: rgb(255, 255, 255);
}

.topbar {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 15px 0px;
}

.header .logo {
    float: left;
    margin-top: 35px;
    transition: 0.4s;
    max-width: 200px;
}

.header .navbar {
    padding: 0px;
}

.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.header.v3 .navbar-expand-lg .navbar-collapse {
    background: rgb(51, 51, 51);
    display: block !important;
}

.header .nav li a i {
    margin-left: 6px;
    font-size: 10px;
}









.header .nav li .dropdown li {
    float: none;
    margin: 0px;
}

.header .nav li .dropdown li a {
    padding: 8px 15px;
    color: rgb(102, 102, 102);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.header .nav li .dropdown li a::before {
    display: none;
}

.header .nav li .dropdown li:last-child a {
    border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header .nav li .dropdown li a:hover {
    border-color: transparent;
}

.header .nav li .dropdown li i {
    float: right;
    margin-top: 8px;
    font-size: 10px;
    z-index: 5;
}

.header .nav li .dropdown.sub-dropdown {
    background: rgb(255, 255, 255);
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 3px 5px;
    transform-origin: 0px 0px 0px;
    transform: scaleY(0.2);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav li .dropdown.sub-dropdown li a {
    padding: 8px 15px;
    color: rgb(102, 102, 102);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
    background: transparent;
}

.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header .nav li .dropdown.sub-dropdown li:last-child a {
    border-bottom: 0px solid;
}

.mobile-search {
    display: none;
}

.header.shop .topbar {
    border: none;
    padding: 12px 0px;
}

.header.shop .nav-inner {
    margin-right: 188px;
}

.header.shop .logo {
    float: left;
    margin-top: 35px;
}

.header.shop .top-contact {
    margin-top: 0px;
}

.header.shop .topbar p {
    color: rgb(204, 204, 204);
}

.header.shop .topbar .login a {
    color: rgb(247, 148, 29);
}

.header.shop .left-nav {}

.header.shop .top-left .list-main li:first-child {
    padding-left: 0px;
}

.header.shop .top-left .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: rgb(247, 148, 29);
    position: relative;
    top: 3px;
}

.header.shop .right-content {
    float: right;
}

.header.shop .list-main li {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid rgb(240, 240, 240);
    padding: 0px 13px;
}

.header.shop .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: rgb(247, 148, 29);
    position: relative;
    top: 1px;
}

.header.shop .list-main li:last-child {
    padding-right: 0px;
    border: none;
}

.header.shop .list-main li a {
    color: rgb(51, 51, 51);
}

.header.shop .list-main li a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}

.header.shop .nav li {
    margin-right: 38px;
    position: relative;
}

.header.shop .nav li:last-child {
    margin: 0px !important;
}

.header.shop .nav li .new {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 9px;
    position: absolute;
    left: 0px;
    top: 6px;
    font-weight: 500;
}

.header.shop .nav li .new::before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: -8px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(247, 148, 29) transparent transparent;
    border-image: initial;
}

.header .shopping {
    display: inline-block;
    z-index: 9999;
}

.header .shopping .icon {
    position: relative;
    cursor: pointer;
    color: rgb(34, 34, 34);
}

.header .shopping .shopping-item {
    position: absolute;
    top: 68px;
    right: 0px;
    width: 300px;
    background: rgb(255, 255, 255);
    padding: 20px 25px;
    transition: 0.3s;
    transform: translateY(10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.header .shopping:hover .shopping-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header .shopping .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.header .shopping .dropdown-cart-header span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.header .shopping .dropdown-cart-header a {
    float: right;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.header .shopping .dropdown-cart-header a:hover {
    color: rgb(247, 148, 29);
}

.header .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.header .shopping-list li .emove {
    position: absolute;
    left: 0px;
    bottom: 16px;
    margin-top: -20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid rgb(237, 237, 237);
}

.header .shopping-list li .emove:hover {
    background: rgb(34, 34, 34);
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.header .shopping-list .cart-img {
    float: right;
    border: 1px solid rgb(237, 237, 237);
    overflow: hidden;
}

.header .shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0px;
}

.header .shopping-list .cart-img:hover img {
    transform: scale(1.09);
}

.header .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}

.header .shopping-list h4 {
    font-size: 14px;
}

.header .shopping-list h4 a {
    font-weight: 600;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.header .shopping-list h4 a:hover {
    color: rgb(247, 148, 29);
}

.header .shopping-item .bottom {
    text-align: center;
}

.header .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.header .shopping-item .total span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
    float: left;
}

.header .shopping-item .total .total-amount {
    float: right;
    font-size: 14px;
}

.header .shopping-item .bottom .btn {
    background: rgb(34, 34, 34);
    padding: 10px 20px;
    display: block;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.header .shopping-item .bottom .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.header.shop {
    background: rgb(255, 255, 255);
}

.header.shop .nav-inner {
    margin: 0px;
    float: left;
}

.header.shop .topbar {
    background-color: rgb(255, 255, 255);
    border: none;
}

.header.shop.v3 .topbar {
    padding: 0px;
}

.header.shop.v3 .topbar .inner-content {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 12px 0px;
}

.header.shop .right-nav li a {
    color: rgb(51, 51, 51);
}

.header.shop .logo {
    float: left;
    margin: 19px 0px 0px;
}

.header.shop .top-contact {
    margin-top: 0px;
}

.header.shop .search-bar-top {
    text-align: center;
    margin-top: 10px;
}

.header.shop .search-bar {
    margin-top: 33px;
    width: 460px;
    height: 40px;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
}

.header.shop .search-bar {
    width: 535px;
    height: 50px;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
    margin: 0px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
}

.header.shop .nice-select {
    clear: initial;
    margin: 0px;
    height: 48px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    text-align: center;
    background: transparent;
    text-transform: capitalize;
    padding: 0px 0px 0px 20px;
    border-right: 1px solid rgb(238, 238, 238);
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.header.shop .nice-select::after {
    border-color: rgb(102, 102, 102);
    right: 10px;
    top: 22px;
}

.header.shop .nice-select .list {
    border-radius: 0px;
}

.header.shop .nice-select .list li.focus {
    font-weight: 400;
}

.header.shop .nice-select .list li {
    color: rgb(102, 102, 102);
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
}

.header.shop .nice-select .list li:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.header.shop .search-bar form {
    display: inline-block;
    float: left;
    width: 260px;
}

.header.shop .search-bar input {
    height: 48px;
    background: transparent;
    color: rgb(102, 102, 102);
    border-radius: 0px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 25px 0px 20px;
    width: 328px;
}

.header.shop .search-bar .btnn {
    height: 50px;
    line-height: 53px;
    width: 62px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    position: absolute;
    right: -2px;
    top: -1px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    transition: 0.4s;
}

.header.shop .search-bar .btnn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header.shop .search-top {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    top: 0px;
}

.header.shop .cart-top {
    position: absolute;
    top: 21px;
    right: 85px;
}

.header.shop .cart-top .single-icon img {
    width: 25px;
}

.header.shop .cart-top .single-icon .total-count {
    position: absolute;
    top: -3px;
    right: 5px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: rgb(0, 0, 0);
    border-radius: 100%;
    font-size: 8px;
    background: rgb(253, 184, 19) !important;
}

.header.shop .nav li.active a {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px 5px 0px 0px !important;
}

.header.shop .middle-inner {
    padding: 2.5em 4.0625em; /* 40px / 16 = 2.5em, 65px / 16 = 4.0625em */
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(238, 238, 238);
    transition: padding 0.5s ease-in-out;
    position: relative;
}

.header.shop.v3 .middle-inner {
    border: none;
}

/* .header.shop .header-inner {
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 55px;
    background: rgb(253, 184, 19);
} */

.header.shop.v3 .header-inner {
    background: transparent;
}

.header.shop.v2 .header-inner {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(238, 238, 238);
}

.header.shop .topbar p {
    color: rgb(51, 51, 51);
}

.header.shop .all-category {
    color: rgb(255, 255, 255);
    position: relative;
    background: rgb(247, 148, 29);
}

.header.shop .all-category h3 {
    padding: 20px 25px;
}

.header.shop .cat-heading {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.header.shop .cat-heading i {
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}

.header.shop .main-category {
    position: absolute;
    left: 0px;
    top: 64px;
    background: rgb(255, 255, 255);
    z-index: 1;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 15px;
}

.header.shop .main-category li {
    display: block;
    border-bottom: 1px solid rgb(246, 246, 246);
    position: relative;
}

.header.shop .main-category li:last-child {
    border: none;
}

.header.shop .main-category li a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    padding: 13px 25px;
    display: block;
    text-transform: uppercase;
}

.header.shop .main-category li a i {
    display: inline-block;
    float: right;
}

.header.shop .sub-category {
    background: rgb(255, 255, 255);
    width: 220px;
    position: absolute;
    left: 238px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    border-left: 3px solid rgb(247, 148, 29);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 15px;
}

.header.shop .main-category li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}

.header.shop .main-category li a {
    text-transform: capitalize;
    font-weight: 400;
}

.header.shop .main-category li a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .main-category .main-mega {
    position: relative;
}

.header.shop .main-category li .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0px;
    z-index: 99999;
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    padding: 30px;
    border-left: 3px solid rgb(247, 148, 29);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.header.shop .main-category li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.header.shop .main-category li .mega-menu .single-menu {
    width: 33%;
    display: inline-block;
    border: none;
    padding: 0px 20px 0px 0px;
}

.header.shop .main-category li .mega-menu .single-menu a {
    padding: 0px;
}

.header.shop .main-category li .mega-menu .single-menu .image {
    overflow: hidden;
}

.header.shop .main-category li .mega-menu .single-menu img {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.header.shop .main-category li .mega-menu .single-menu .image:hover img {
    transform: scale(1.1);
}

.header.shop .main-category li .mega-menu .single-menu .title-link {
    margin-bottom: 20px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    padding: 2px 13px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}

.header.shop .main-category li .mega-menu .single-menu .title-link:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.header.shop .main-category li .mega-menu .single-menu .inner-link {
    margin-top: 25px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a {
    margin-bottom: 10px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover {
    color: rgb(247, 148, 29);
    background: transparent;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:last-child {
    margin-bottom: 0px;
}

.header.shop .menu-origin {
    display: inline-block;
    float: right;
}

.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}

.header.shop .nav li {
    margin-right: 5px;
    position: relative;
    float: none;
}

.header.shop .nav li:last-child {
    margin-right: 0px;
}

.header.shop .nav li .new {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    left: 21px;
    top: 2px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.header.shop.v2 .nav li a {
    color: rgb(51, 51, 51);
}

.header.shop .nav li a {
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-size: 18px;
    padding: 20px 15px;
    font-weight: 500;
    display: block;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    transition: 0.4s;
}

.header.shop .nav li:hover a {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header.shop.v2 .nav li:hover a {
    color: rgb(247, 148, 29);
    background: transparent;
}

.header.shop .nav li.active a {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.header.shop.v2 .nav li.active a {
    color: rgb(51, 51, 51) !important;
    background: transparent !important;
}

.header.shop.v2 .nav li.active a {
    color: rgb(247, 148, 29) !important;
}

.header.shop .nav .dropdown li {
    margin: 0px;
}

.header.shop .nav li .dropdown li:hover a {
    background: rgb(247, 148, 29);
}

.header.shop.v2 .nav li.active .dropdown li a {
    color: rgb(51, 51, 51) !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(247, 148, 29) !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: rgb(255, 255, 255) !important;
}

.header.shop.v2 .nav li .dropdown li:hover a {
    color: rgb(247, 148, 29);
}

.header.shop .nav li .dropdown li a {
    color: #fff;
    padding: 8px 15px;
    font-weight: 400;
    background-color: #000;
}

.header.shop.v2 .nav li .dropdown li a {
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
}

.header.shop .nav li .dropdown li a {
    font-weight: 400;
    font-size: 1em;
}

.header.shop .nav li .dropdown li a:hover {
    color: rgb(255, 255, 255);
}

.header.shop.v2 .nav li .dropdown li a:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255) !important;
}

.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    background: rgb(247, 148, 29);
}

.header.shop .right-bar {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    top: 10px;
    right: 30px;
    float: right;
    position: relative;
}

.header.shop .right-bar .sinlge-bar.top-search a {
    transform: translateY(3px);
}

.header.shop .right-bar .sinlge-bar.top-search a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: rgb(51, 51, 51);
    font-size: 20px;
    position: relative;
}

.header.shop .right-bar .sinlge-bar .single-icon:hover {
    color: rgb(247, 148, 29);
}

.header.shop .right-bar .sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -4px;
    right: 40% !important;
    transform: translateX(50%);
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 100%;
    font-size: 9px;
    padding: 4px;
    background: rgb(253, 184, 19) !important;
  }


/* .header.shop .right-bar .sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -4px;
    right: 6px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    color: rgb(0, 0, 0);
    border-radius: 100%;
    font-size: 8px;
    background: rgb(253, 184, 19) !important;
} */

/* .header.shop .header-inner .right-bar .sinlge-bar .single-icon img {
    width: 55px;
} */

.header.shop .right-bar .sinlge-bar {
    display: inline-block;
    margin-right: 25px;
    margin-left: 4px;
}

.header.shop .right-bar .sinlge-bar:last-child {
    margin-right: 0px;
}

.header.shop .right-bar .sinlge-bar li a:hover {
    color: rgb(247, 148, 29);
}

.mobile-search {
    display: none;
}

.header .search-top {
    display: none;
}

.header .search-top a {
    font-size: 17px;
}

.header .search-top a:hover {
    color: rgb(247, 148, 29);
}

.header .search-form {
    /* position: absolute;
    left: -170px; */
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 35px;
    transform: scaleY(0);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 4px 7px;
    padding: 0px;
    border-radius: 0px;
    z-index: 99999999 !important;
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.header .search-form input {
    width: 250px;
    height: 45px;
    line-height: 45px;
    padding: 0px 60px 0px 15px;
    transition: 0.4s;
    border: none;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-radius: 50px;
}

.header .search-form button {
    position: absolute;
    right: 0px;
    height: 45px;
    top: 0px;
    width: 45px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-radius: 50px;
    border-left: 1px solid rgb(208, 208, 208);
    font-size: 15px;
    color: rgb(51, 51, 51);
    transition: 0.4s;
}

.header .search-form button:hover {
    color: rgb(255, 255, 255);
    border-color: transparent;
    border-radius: 50px;
    background: rgb(255, 193, 7) !important;
}

.header .header-inner {
    width: 100%;
    z-index: 999;
}

.header .header-inner .right-bar .sinlge-bar.shopping {
    display: none;
}

.header .header-inner .single-icon .total-count {
    position: absolute;
    top: -10px;
    background: rgb(246, 147, 29);
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    font-size: 11px;
    right: 6px !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 16px !important;
}

.header .header-inner .right-bar {
    right: 20px;
    top: -10px;
}

.header.sticky .header-inner .sinlge-bar.shopping {
    display: flex;
}

.header.sticky .header-inner .right-bar {
    right: 20px;
    top: -10px;
}

.header.sticky.off-sticky {
    display: none;
}

.header.sticky .all-category {}

.header.sticky .all-category h3 {
    cursor: pointer;
}

.header.sticky .all-category .main-category {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.header.sticky .all-category:hover .main-category {
    opacity: 1;
    visibility: visible;
}

.header.sticky .header-inner .nav li a {
    color: rgb(51, 51, 51);
}

.header.sticky.v3 .header-inner .nav li a {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner .nav li:hover a {
    color: rgb(255, 255, 255);
}

.header.sticky.v2 .header-inner .nav li:hover a {
    color: rgb(247, 148, 29);
}

.header.sticky .header-inner .nav li .dropdown li a {
    /* color: rgb(51, 51, 51); */
}

.header.sticky.v2 .header-inner .nav li .dropdown li a {
    color: rgb(51, 51, 51);
}

.header.sticky .header-inner .nav li .dropdown li a:hover {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner .nav li.active a {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    animation: 1s ease 0.2s 1 normal both running fadeInDown;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    z-index: 999;
}

.header.sticky.v3 .header-inner {
    box-shadow: none;
}

.header.sticky.v3 .navbar-expand-lg .navbar-collapse {
    animation: 1s ease 0.2s 1 normal both running fadeInDown;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}


.header-search {
    width: 0px;
    margin-right: 0px;
    border: none;
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 0px !important;
    border-radius: 50px !important;
}

.header-search::placeholder {
    font-size: 12px !important;
    color: #959595;
}

.header-search.expanded {
    
    /* z-index: 2; */
    width: 372px;
    opacity: 1;
    padding-top: 14px !important;
    padding-bottom: 16px !important;
    padding-left: 25px !important;
}


.search-btn {
    padding: 16px;
    border-radius: 10px;
    background-color: rgb(203, 144, 4);
    display: inline-block;
    cursor: pointer;
    margin-left: auto;
    transition: background-color 0.3s;
    z-index: 1;
    width: 56px;
}
.search-btn:hover {
    background-color: rgb(181, 130, 3);
    z-index: 999;
}




.header .header-inner .right-bar {
    right: 20px;
    top: -14px;
}


.top-search img {
    filter: invert(1);
    width: 20px;
}

.search-wrapper {
    width: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search:focus {
    outline: none !important;
    box-shadow: none !important;
}


.custom-select {
    border: none !important;
    padding: 0px !important;
    width: 200px !important;
}

.custom-select select {
    font-size: 18px !important;
    color: rgb(0, 0, 0) !important;
}

.shop .custom-select:focus {
    outline: none !important;
}

.hero-slider {
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.hero-slider .single-slider {
    background-image: url("../images/slider-image2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 510px;
}

.hero-slider .text-inner {}

.hero-slider .hero-text {
    padding: 0px 30px;
    margin-top: 100px;
}

.hero-slider .hero-text h1 {
    line-height: 50px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(247, 148, 29);
    margin-bottom: 20px;
}

.hero-slider .hero-text h1 span {
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    line-height: initial;
}

.hero-slider .hero-text p {
    color: rgb(51, 51, 51);
    margin-bottom: 35px;
}

.hero-slider .hero-text .button {
    margin: 0px;
}

.hero-slider .hero-text .btn {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    padding: 13px 30px;
    line-height: initial;
    border: none;
    height: auto;
    z-index: 0;
}

.hero-slider .hero-text .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area2 {
    position: relative;
}

.hero-area2 .single-slider.overlay::before {
    background: rgb(247, 148, 29);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.hero-area2 .single-slider.overlay:hover::before {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}

.hero-area2 .single-slider {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-area2 .single-slider .content {
    position: relative;
}

.hero-area2 .single-slider .content {
    width: 100%;
    padding: 120px 15px 15px;
    z-index: 2;
    transition: 0.4s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.hero-area2 .single-slider:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hero-area2 .single-slider .content .sub-title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.hero-area2 .single-slider .content .title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero-area2 .single-slider .content .des {
    color: rgb(255, 255, 255);
}

.hero-area2 .single-slider .content .button {}

.hero-area2 .single-slider .content .button .btn {
    padding: 9px 25px;
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    color: rgb(255, 255, 255);
    margin-top: 25px;
}

.hero-area2 .single-slider .content .button .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-color: transparent;
}

.hero-area2 .owl-carousel .owl-nav {
    margin: -30px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hero-area2 .owl-carousel .owl-nav div {
    height: 60px;
    width: 40px;
    line-height: 60px;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
    margin: 0px;
    transition: 0.4s;
    padding: 0px;
    border-radius: 0px;
}

.hero-area2 .owl-carousel .owl-nav div:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.hero-area3 {}

.hero-area3 .big-content {
    background-image: url("../images/slider/big-content.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 511px;
    margin-top: 30px;
    position: relative;
}

.hero-area3 .big-content .inner {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 0px 50px 0px 360px;
    transform: translateY(-50%);
}

.hero-area3 .big-content .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 37px;
}

.hero-area3 .big-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area3 .big-content .des {}

.hero-area3 .big-content .button {
    margin-top: 40px;
    display: block;
}

.hero-area3 .big-content .button .btn {
    color: rgb(255, 255, 255);
}

.hero-area3 .small-content {
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
    position: relative;
}

.hero-area3 .small-content.first {
    background-image: url("../images/slider/small-content1.jpg");
}

.hero-area3 .small-content.secound {
    background-image: url("../images/slider/small-content2.jpg");
}

.hero-area3 .small-content .inner {
    padding: 30px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hero-area3 .small-content .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.hero-area3 .small-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area3 .small-content .des {}

.hero-area3 .small-content .button {
    margin-top: 10px;
    display: block;
}

.hero-area3 .small-content .button .btn {
    background: transparent;
    padding: 0px;
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
    font-size: 13px;
}

.hero-area3 .small-content .button .btn:hover {
    color: rgb(247, 148, 29);
    border-color: rgb(247, 148, 29);
}

.hero-area4 .big-content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 510px;
    margin-top: 30px;
    position: relative;
}

.hero-area4 .big-content .inner {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 0px 80px 0px 50px;
    transform: translateY(-50%);
}

.hero-area4 .big-content .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 35px;
}

.hero-area4 .big-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area4 .big-content .des {}

.hero-area4 .big-content .button {
    margin-top: 40px;
    display: block;
}

.hero-area4 .big-content .button .btn {
    color: rgb(255, 255, 255);
}

.hero-area4 .owl-carousel .owl-nav {
    margin: -20px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hero-area4 .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
    margin: 0px;
    transition: 0.4s;
    padding: 0px;
    border-radius: 0px;
}

.hero-area4 .owl-carousel .owl-nav div:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.small-banner {
    padding: 30px 0px 0px;
}

.small-banner .single-banner {
    overflow: hidden;
    position: relative;
}

.small-banner .single-banner img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.small-banner .single-banner .content {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 35px;
}

.small-banner .single-banner h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(51, 51, 51);
}

.small-banner .single-banner h3 span {
    color: rgb(247, 148, 29);
}

.small-banner .single-banner p {
    font-size: 14px;
    color: rgb(247, 148, 29);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.small-banner .single-banner a {
    color: rgb(51, 51, 51);
    margin-top: 22px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(51, 51, 51);
}

.small-banner .single-banner a:hover {
    color: rgb(247, 148, 29);
    border-color: rgb(247, 148, 29);
}

.midium-banner {
    padding: 0px;
}

.midium-banner .single-banner {
    position: relative;
}

.midium-banner .single-banner img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.midium-banner .single-banner .content {
    padding-left: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.midium-banner .single-banner h3 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.midium-banner .single-banner h3 span {
    color: rgb(247, 148, 29);
}

.midium-banner .single-banner p {
    font-size: 13px;
    color: rgb(247, 148, 29);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.midium-banner .single-banner a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    user-select: none;
    font-size: 13px;
    background: rgb(51, 51, 51);
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.midium-banner .single-banner a:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.pro-tab-viewmore-wrap {
    position: relative;
    text-align: center;
}

.most-popular .section-title {
    margin-bottom: 40px;
}

.pro-tab-viewmore-wrap .pro-viewmore {
    position: absolute;
    right: 40px;
    top: 0px;
}

.single-product.catg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 272px;
    width: 100%;
    background-image: url("../images/catg-bg.png") !important;
}

.most-popular .single-product {
    margin: 50px 15px 0px;
}

.most-popular .owl-nav {
    margin: -25px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.most-popular .owl-carousel .owl-nav div {
    height: 60px;
    width: 30px;
    line-height: 58px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    position: absolute;
    margin: 0px;
    border-radius: 0px;
    font-size: 15px;
    text-align: center;
    transition: 0.4s;
    box-shadow: rgba(51, 51, 51, 0.11) 0px 0px 10px;
}

.most-popular .owl-carousel .owl-nav div:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.product-area .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

.product-area .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}

.product-area .nav-tabs li a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 3px 14px;
    border-radius: 3px;
    font-size: 13px;
}

.product-area .nav-tabs li:last-child a {
    border-color: transparent;
}

.product-area .nav-tabs li a i {
    margin-right: 10px;
}

.product-area .nav-tabs li a.active,
.product-area .nav-tabs li:hover a {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.single-product {
    position: relative;
    border: 1px solid rgb(236, 236, 236);
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.yellow-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(253, 184, 19);
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    text-align: center;
}

.yellow-overlay h2 {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 600;
}

.yellow-overlay img {
    position: absolute;
    bottom: 0px;
}

.single-product:hover .product-img img {
    scale: 1.2;
}

.single-product:hover .product-content h3 a {
    color: rgb(253, 184, 19) !important;
}

.single-product.product-detail:hover .product-content h3 a {
    color: rgb(0, 0, 0) !important;
}

.single-product .product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.single-product .product-img a img {
    min-height: 210px;
    max-height: 210px;
    object-fit: cover;
}

.single-product .product-img a {
    display: block;
    position: relative;
}

.single-product .product-img a img {
    width: 100%;
}

.single-product .product-img a img.hover-img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s, 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: rgb(246, 147, 29);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: rgb(132, 147, 202);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: rgb(237, 27, 36);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: 0px;
    bottom: 0px;
    z-index: 99;
    border-radius: 3px;
}

.single-product .product-img .product-action a {
    background-color: transparent;
    color: rgb(51, 51, 51);
    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: 0px;
    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;
    text-align: center;
    padding: 5px 12px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.6s, margin 0.3s;
    font-size: 11px;
    right: 0px;
    line-height: 14px;
    top: -12px;
    margin-top: -5px;
    margin-right: 0px;
    display: inline-block;
    width: 120px;
    border-radius: 15px 0px 0px 15px;
    background: rgb(247, 148, 29) !important;
    color: rgb(255, 255, 255) !important;
}

.single-product .product-img .button-head .product-action a span::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -12px;
    border-width: 6px 6px 6px 0px;
    border-style: solid;
    border-color: rgb(247, 148, 29) transparent transparent;
    border-image: initial;
}

.single-product .product-img .product-action a:hover {
    color: rgb(247, 148, 29);
}

.single-product .product-img .product-action a:hover span {
    visibility: visible;
    opacity: 1;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    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: 0px;
    bottom: 0px;
    text-align: left;
    z-index: 99;
    transition: 250ms ease-out;
}

.single-product .product-img .product-action-2 a {
    background-color: transparent;
    color: rgb(51, 51, 51);
    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: rgb(247, 148, 29);
}

.single-product .button-head {
    background: rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -50px;
    z-index: 9;
    height: 50px;
    line-height: 50px;
    transition: 0.4s;
}

.single-product:hover .button-head {
    bottom: 0px;
}

.single-product .product-img .shop-list-quickview {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s;
}

.single-product .product-img .shop-list-quickview a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
}

.single-product .product-img .shop-list-quickview a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.single-product .product-img .shop-list-quickview a i {
    line-height: 50px;
}

.single-product .product-content {
    margin: 22px 11px;
}

.single-product .product-content .price {
    font-size: 16px;
    color: rgb(253, 184, 19);
    font-weight: 600;
}

.single-product.product-detail .product-content h3 {
    text-align: start !important;
    line-height: 22px;
}

.single-product.product-detail .product-content h3 a {
    width: 100%;
    white-space: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: start !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.single-product .product-img:hover.default-overlay::before {
    background-color: rgba(38, 38, 38, 0.2);
    z-index: 9;
    transition: 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;
    transition: 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}

.single-product .product-img:hover img.hover-img {
    opacity: 1;
}

.single-product .product-content h3 {
    text-align: center;
    line-height: 22px;
}

.single-product .product-content h3 a {
    display: block;
    width: 100%;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgb(37, 61, 78);
}

.single-product.catg .product-content h3 {
    line-height: 22px;
}

.single-product.catg .product-content h3 a {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 30px !important;
}

.single-product.catg:hover .product-content h3 a {
    color: rgb(0, 0, 0) !important;
}

.single-product .product-content h3 a:hover {
    color: rgb(247, 148, 29);
}

.single-product .product-content .product-price {
    margin: 6px 0px 0px;
}

.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;
}

.shop-sidebar .single-widget {
    box-shadow: rgb(236, 236, 236) 2px 0px 20px -4px;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 6px;
    padding: 22px;
}



.shop-sidebar .single-widget:first-child {
    margin-top: 0px;
}

.shop-sidebar .single-widget .title {
    position: relative;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 24px;
}

.shop-sidebar .single-widget .title::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    background-color: rgb(253, 184, 19);
    width: 35%;
    content: "";
}

.shop .range .price-filter {
    display: block;
    margin-top: 20px;
}

.shop .range #slider-range {
    box-shadow: none;
    border: none;
    height: 4px;
    background: rgb(247, 148, 29);
    color: rgb(247, 148, 29);
    border-radius: 0px;
}

.shop .range #slider-range .ui-slider-range {
    box-shadow: none;
    background: rgb(34, 34, 34);
    border-radius: 0px;
    border: none;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    line-height: 10px;
    background: rgb(34, 34, 34);
    border: none;
    border-radius: 100%;
    top: -5px;
}

.shop .range .label-input {
    margin-top: 15px;
}

.shop .range .label-input span {
    margin-right: 5px;
    color: rgb(40, 40, 40);
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: rgb(247, 148, 29);
    color: rgb(247, 148, 29);
    cursor: pointer;
}

.shop .range .label-input input {
    border: none;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(34, 34, 34);
    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: 0px;
}

.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: 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.shop .range .check-box-list .count {
    margin-left: 5px;
    color: rgb(102, 102, 102);
}

.shop-sidebar .categor-list {
    /* margin-top: 10px; */
}

.shop-sidebar .categor-list li:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.shop-sidebar .categor-list li:hover a {
    color: rgb(253, 184, 19);
}

.shop-sidebar .categor-list li {
    margin-bottom: 15px;
    border: 1px solid rgb(242, 243, 244);
    border-radius: 6px;
    padding: 12px 18px;
}

.shop-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .categor-list li a {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.shop-sidebar .single-post {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.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: 0px;
    top: 0px;
    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: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.shop-sidebar .single-post .content h5 a:hover {
    color: rgb(247, 148, 29);
}

.shop-sidebar .single-post .content .price {
    display: block;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin: 5px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.shop-sidebar .single-post .reviews li {
    display: inline-block;
}

.shop-sidebar .single-post .reviews li i {
    color: rgb(153, 153, 153);
}

.shop-sidebar .single-post .reviews li.yellow i {
    color: rgb(247, 148, 29);
}

.shop .shop-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    justify-content: space-between;
}

.shop .shop-shorter {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 50px;
}

.shop .single-shorter {
    display: inline-block;
    margin-right: 10px;
}

.shop .single-shorter:last-child {
    margin: 0px;
}

.shop .single-shorter label {
    display: inline-block;
    float: left;
    margin: 4px 5px 0px 0px;
    font-weight: 500;
}

.shop .single-shorter option {}

.shop .nice-select {
    clear: initial;
    display: inline-block;
    margin: 0px;
    border: 1px solid rgb(230, 230, 230);
    height: auto;
    width: auto;
    border-radius: 0px;
}

.shop .nice-select::after {
    border-color: rgb(136, 136, 136);
}

.shop .nice-select .list {
    border-radius: 0px;
}

.shop .nice-select .option.selected {
    font-weight: 500;
}

.shop .nice-select .list li {
    color: rgb(102, 102, 102);
    border-radius: 0px;
}

.shop .nice-select .list li:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shop .view-mode {}

.shop .view-mode li {
    display: inline-block;
    margin-right: 5px;
}

.shop .view-mode li:last-child {
    margin: 0px;
}

.shop .view-mode li a {
    width: 20px;
    height: 20px;
    background: transparent;
    text-align: center;
    display: block;
    color: rgb(126, 126, 126);
    border-radius: 0px;
}

.shop .view-mode li.active a,
.shop .view-mode li:hover a {
    border-color: transparent;
}

/* .shop.single {
    padding: 70px 0px 100px;
} */

.shop.single .product-gallery {
    margin-top: 30px;
}

.shop.single .flexslider-thumbnails {
    position: relative;
}

.shop.single .product-gallery .slides li {
    position: relative;
}

/* .shop.single .product-gallery .slides li img {
    width: 100%;
} */

.shop.single .flex-control-nav {
    margin-top: 15px;
    /* display: flex;
    justify-content: center;
    gap: 20px; */
}

.shop.single .flex-control-thumbs li {
    width: 20%;
    border-radius: 8px;
    position: relative;
    margin: 0px 0px 6px -3px;
    /* min-height: 100px !important;
    max-height: 100px !important; */
    height: 100px !important;
    flex-shrink: 0 !important;
}

.shop.single .flex-control-thumbs li img {
    width: 100%;
    border-radius: 8px;
    padding: 0px;
    border: 1px solid transparent;
    height: 100%;
    object-fit: cover;
}

.shop.single .flex-control-thumbs li img.flex-active {
    border-color: rgb(247, 148, 29);
}

.shop.single .flex-direction-nav {
    display: none;
}

.shop.single .product-des {
    margin-top: 30px;
}

.shop.single .product-des .short {
    border-width: 0px 0px 1px;
    border-bottom-style: dashed;
    border-bottom-color: transparent;
    border-image: repeating-linear-gradient(to right, rgb(224, 224, 224) 0px, rgb(224, 224, 224) 8px, transparent 8px, transparent 15px) 1 / 1 / 0 stretch;
}

.shop.single .product-des .short h4 {
    line-height: 120%;
    font-size: 2.25em; /* 36px / 16 = 2.25em */
    font-weight: 500;
    margin-top: 0.3125em; /* 5px / 16 = 0.3125em */
    color:#000000;
  }

.shop.single .product-des .description * {
    font-weight: 400;
    font-size: 1em;
    color: rgb(102, 102, 102);
    margin-top: 8px;
}



.shop.single .product-des .short .sku {
    padding: 0.75em 0 1.75em; /* 12px / 16 = 0.75em, 28px / 16 = 1.75em */
    color: #000000;
    font-size: 1.25em; /* 20px / 16 = 1.25em */
    text-transform: uppercase;
    font-weight: 500;
  }

.shop.single .product-des .short .sku span {
    margin-right: 10px;
    font-weight: 400;
    color: rgb(143, 143, 143);
}

.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: rgb(247, 148, 29);
}

.shop.single .product-des .rating {
    margin-top: 20px;
    display: inline-block;
}

.shop.single .product-des .rating li {
    display: inline-block;
}

.shop.single .product-des .rating li i {
    color: rgb(247, 148, 29);
}

.shop.single .product-des .rating li.dark i {
    color: rgb(85, 85, 85);
}

.shop.single .product-des .price {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin-top: 15px;
}

.shop.single .product-des .price s {
    color: rgb(51, 51, 51);
}

/* .shop.single .product-des .price span {
    margin-top: 120px;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(247, 148, 29);
} */

.shop.single .product-des .product-buy {}

.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: 0px;
}

.shop.single .product-des .color ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: rgb(51, 51, 51);
}

.shop.single .product-des .color ul li a i {
    font-size: 11px;
    color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.shop.single .product-des .color ul li a:hover i {
    opacity: 1;
    visibility: visible;
}

.shop.single .product-des .color ul li .one {
    background: rgb(52, 152, 219);
}

.shop.single .product-des .color ul li .two {
    background: rgb(247, 148, 29);
}

.shop.single .product-des .color ul li .three {
    background: rgb(142, 68, 173);
}

.shop.single .product-des .color ul li .four {
    background: rgb(46, 204, 113);
}

.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: 0px;
}

.shop.single .product-des .size ul li a {
    display: block;
    height: 30px;
    width: 36px;
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.shop.single .product-des .size ul li a:hover {
    color: rgb(247, 148, 29);
}

.shop.single .quantity {
    display: inline-block;
    margin-right: 10px;
    width: 40%;
}

.shop.single .quantity h6 {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.shop.single .quantity .input-group {
    /* width: 176px; */
    width: 100%;
    display: inline-block;
}

.shop.single .quantity .button {
    position: absolute;
    top: 6px;
    display: inline-block;
}

.shop.single .quantity .button.minus {
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shop.single .quantity .button.plus {
    right: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shop.single .quantity .button .btn {
    font-size: 18px;
    padding: 0px;
    width: 55px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background: transparent;
    color: rgb(40, 40, 40);
    border: none;
}

.shop.single .quantity .button .btn:hover {
    color: rgb(247, 148, 29);
}

.shop.single .quantity .input-number {
    border: none;
    background-color: rgb(243, 243, 243);
    width: 100%;
    text-align: center;
    height: 56px;
    font-size: 22px;
    overflow: hidden;
    padding: 0px 38px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 30px !important;
}

.shop.single .add-to-cart {
    display: inline-block;
    width: 60%;
}

.shop.single .add-to-cart .btn {
    height: 55px;
    padding: 0px 80px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 50px;
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    /* max-width: 100%; */
    /* width: 450px; */
    justify-content: center;
}

.shop.single .add-to-cart .btn img {
    height: 16px;
}

.shop.single .add-to-cart .btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.shop.single .add-to-cart .btn.min {
    padding: 0px 20px;
    font-size: 17px;
    position: relative;
    top: 1px;
    line-height: 45px;
}

.shop.single .cat {
    font-size: 14px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin-top: 30px;
}

.shop.single .cat a {
    display: inline-block;
    margin-left: 10px;
}

.shop.single .cat a:hover {
    color: rgb(247, 148, 29);
}

.shop.single .availability {
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 6px;
}

.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: 0px;
}

.shop.single .nav-tabs li a {
    border-radius: 0px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgb(238, 238, 238);
}

.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: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    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: rgb(85, 85, 85);
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.shop.single .single-des ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    height: 7px;
    width: 7px;
    background: rgb(247, 148, 29);
    border-radius: 50%;
}

.shop.single .single-des p {}

.shop.single .item-info {
    width: 100%;
}

.shop.single .item-info tbody {}

.shop.single .item-info tbody tr {}

.shop.single .item-info tbody td {
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
}

.shop.single .item-info tbody strong {}

.shop.single .ratting-main {}

.shop.single .avg-ratting {
    margin-bottom: 20px;
}

.shop.single .avg-ratting h4 {
    font-size: 18px;
    margin: 0px;
}

.shop.single .avg-ratting h4 span {
    font-size: 14px;
}

.shop.single .single-rating {
    margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
    margin: 0px;
    border: none;
    padding: 0px;
}

.shop.single .rating-author {
    float: left;
    margin-right: 10px;
    padding: 20px 10px 20px 20px;
}

.shop.single .rating-author img {
    width: 60px;
    border-radius: 100%;
    height: 60px;
}

.shop.single .rating-des {
    background: rgb(249, 248, 248);
    padding: 17px 20px 17px 107px;
}

.shop.single .rating-des .ratings {
    margin: 0px;
}

.shop.single .rating-des h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.shop.single .ratting-main .single-rating ul {}

.shop.single .ratting-main .single-rating ul li {
    display: inline-block;
}

.shop.single .ratting-main .single-rating ul li i {
    color: rgb(247, 148, 29);
    font-size: 14px;
}

.shop.single .review-inner label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.shop.single .review-inner .ratings {
    overflow: visible;
    display: inline-block;
    margin: 0px;
}

.shop.single .review-inner .ratings ul {
    display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
    display: inline-block;
    margin-right: 5px;
}

.shop.single .ratings .rate-count {
    display: inline-block;
    color: rgb(102, 102, 102);
    font-size: 13px;
}

.shop.single .comment-review {
    margin-bottom: 30px;
}

.shop.single .comment-review .add-review {
    margin-top: 30px;
}

.shop.single .comment-review .add-review h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.shop.single .comment-review .add-review p {
    color: rgb(51, 51, 51);
}

.shop.single .comment-review h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 20px;
}

.shop.single .comment-review .review-inner {
    margin-bottom: 15px;
    display: block;
}

.shop.single .comment-review .rating li {
    display: inline-block;
}

.shop.single .comment-review .rating li i {
    color: rgb(247, 148, 29);
    font-size: 14px;
}

.shop.single .rating-des p {
    margin-top: 5px;
}

.shop.single .avg-ratting h4 {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.shop.single .avg-ratting {}

.shop.single .form .form-group input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    resize: none;
    border-radius: 0px;
    color: rgb(51, 51, 51);
}

.shop.single .form .form-group button {
    border: none;
    padding: 17px 50px;
}

.shop.single .form .form-group textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    resize: none;
    border-radius: 0px;
    color: rgb(51, 51, 51);
}

.shop.single .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.shop.single .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.shop.single .review-panel {
    margin-top: 35px;
}

.shop-home-list {
    padding: 0px 0px 100px;
}

.shop-home-list .shop-section-title {
    margin-bottom: 20px;
}

.shop-home-list .shop-section-title h1 {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: rgb(44, 45, 63);
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.shop-home-list .shop-section-title h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
    left: 0px;
    bottom: -1px;
}

.shop-home-list .single-list {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    border: 1px solid rgb(238, 238, 238);
    padding: 10px;
}

.shop-home-list .single-list .list-image {
    position: relative;
}

.shop-home-list .single-list .list-image.overlay::before {
    background: rgb(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.shop-home-list .single-list .list-image.overlay:hover::before {
    opacity: 0.3;
    visibility: visible;
}

.shop-home-list .single-list .list-image .buy {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    transition: 0.4s;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.shop-home-list .single-list .list-image .buy:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.shop-home-list .single-list .list-image:hover .buy {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop-home-list .single-list .no-padding {
    padding-right: 0px;
}

.shop-home-list .single-list img {
    width: 100%;
    height: 100%;
}

.shop-home-list .single-list .content {
    padding-top: 45px;
    padding-right: 12px;
}

.shop-home-list .single-list .content .title {
    line-height: 18px;
}

.shop-home-list .single-list .content .title a {
    font-size: 14px;
    font-weight: 600;
}

.shop-home-list .single-list .content .titlea {
    color: rgb(51, 51, 51);
}

.shop-home-list .single-list .content a:hover {
    color: rgb(247, 148, 29);
}

.shop-home-list .single-list .content .price {
    margin-top: 15px;
    background: rgb(247, 148, 29);
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 2px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.table.shopping-summery {
    background: rgb(255, 255, 255);
}

.shopping-cart {
    background: rgb(246, 246, 246);
    padding: 50px 0px;
}

.shopping-summery thead .main-hading {
    padding: 0px 50px;
}

.shopping-summery thead {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
}

.shopping-summery tbody tr {
    border-bottom: 1px solid rgb(247, 148, 29);
    margin-top: 20px;
}

.shopping-summery tbody tr img {
    border-radius: 0px;
    width: 80px;
    height: 80px;
}

.shopping-summery tbody tr:last-child {
    border: none;
}

.shopping-summery tbody .product-name a {
    color: rgb(40, 40, 40);
    font-weight: 600;
    font-size: 17px;
}

.shopping-cart .table p {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.shopping-summery tbody .product-name a:hover {
    color: rgb(247, 148, 29);
}

.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid rgb(230, 230, 230);
    padding: 4px;
}

.shopping-summery tbody .product:hover img {
    border-color: rgb(247, 148, 29);
    transform: rotate(360deg);
}

.shopping-cart .border {}

.shopping-cart .table .emove-icon {
    font-size: 16px;
}

.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 30px;
}

.shopping-summery tbody .price {
    text-align: center;
}

.shopping-summery tbody .price span {}

.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}

.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0px;
}

.shopping-cart .qty .button.minus {
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shopping-cart .qty .button.plus {
    right: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shopping-cart .qty .button .btn {
    padding: 0px;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: rgb(40, 40, 40);
    border: none;
    font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
    color: rgb(247, 148, 29);
}

.shopping-cart .qty .input-number {
    border: 1px solid rgb(236, 237, 237);
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 45px;
}

.shopping-summery tbody .total-amount {
    text-align: center;
}

.shopping-summery tbody .total-amount span {}

.shopping-summery tbody .action {
    text-align: center;
}

.shopping-summery tbody .action a:hover {
    color: rgb(247, 148, 29);
}

.shopping-cart .total-amount {
    margin-top: 50px;
}

.shopping-cart .total-amount .left {}

.shopping-cart .total-amount .left .coupon {}

.shopping-cart .total-amount .left .coupon form {}

.shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: rgb(51, 51, 51);
    padding: 0px 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 5px;
}

.shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 5px;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(247, 148, 29);
}

.shopping-cart .total-amount .left label {
    font-size: 22px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 20px 0px 0px;
}

.shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
    cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
    display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "";
    font-family: Fontawesome;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
    display: block;
    font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shopping-cart .total-amount .right {
    padding-left: 100px;
}

.shopping-cart .total-amount .right ul {}

.shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid rgb(200, 200, 200);
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0px;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: rgb(255, 255, 255);
}



.shop.checkout, 
.shop.cart {
  margin: 0 auto;
  padding: 6.25em 0;
  background: #fff;
}

.shop.checkout .checkout-form {}

.shop.checkout .checkout-form h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 30px;
}

.shop.checkout .payment-cards img {
    max-width: 55px;
}

.billing-form {
    border-top: 1px solid rgb(224, 224, 224);
    padding-top: 20px;
}

.shop.cart .order-details {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid rgb(237, 237, 237) !important;
    border-radius: 0px !important;
    padding: 24px 0px !important;
}

.shop.cart .divider {
    background-color: rgb(210, 210, 210);
    height: 20px;
    width: 1px;
}

.shop.cart .address p {
    color: rgb(126, 132, 146);
}

.shop.cart .address p span {
    color: rgb(0, 0, 0);
}

.shop.cart .address label {
    color: rgb(126, 132, 146);
}

.shop.cart .address .ship-select .nice-select {
    padding: 0px 30px 0px 15px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(126, 132, 146) !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}

.shop.checkout .ship-select span {
    font-size: 12px;
    color: rgb(163, 163, 163);
}

.shop.checkout .ship-select .current{
    color: #000000 !important;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 130px; 
  display: block;
}

.shop.checkout .ship-select .nice-select {
    border-radius: 5px !important;
}

.shop.checkout .ship-select label {
    font-size: 14px;
    color: rgb(126, 132, 146);
    font-weight: 400;
}

.shop.cart .address .ship-select .nice-select::after {
    display: none !important;
}

.shop.cart .address .ship-select .nice-select span {
    color:#000000 !important;
}


.shop.cart .address .ship-select .nice-select li:hover{
    background-color: #000000;
    color: #ffffff !important;
    transition: all 0.3s ease;
}

.order-details {
    border-radius: 12px;
    border: 1px solid rgb(224, 224, 224);
    padding: 24px;
}

.order-details .product-detail h2 {
    font-size: 16px;
    color: rgb(27, 27, 27);
    font-weight: 600;
}

.order-details .product-detail p {
    font-size: 14px;
    color: rgb(33, 39, 42);
    font-weight: 400;
}

.emove-btn {
    color: rgb(235, 87, 87);
    font-size: 14px;
    font-weight: 600;
}

.order-details .total span {
    font-size: 10px;
    color: rgb(126, 132, 146);
}

.order-details .total p {
    font-size: 20px;
    color: rgb(27, 27, 27);
}

.cart-details {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.counter {
    display: flex;
    align-items: stretch;
    background-color: rgb(245, 245, 245);
    padding: 6px;
    border-radius: 10px;
}

.counter .button.minus button,
.counter .button.plus button {
    border: 2px solid rgb(237, 237, 237);
    border-radius: 10px;
    background-color: transparent;
    padding: 8px;
    color: rgb(0, 0, 0);
}


.counter .button.minus{
    order: 1;
}

.counter .button.plus{
    order: 3;
}

.counter input{
    order: 2;
}

.cart-product-container .order-details {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 20px 0px;
}

.accordion-button::after {
    transition: transform 0.3s;
    transform: rotate(0deg) !important;
}

.accordion-button.collapsed::after {
    transform: rotate(360deg) !important;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
    box-shadow: none !important;
}

.accordion-body {
    padding: 0em 1.25em 1.25em;
}

#product-select .nice-select {
    padding: 5px 0px !important;
}

.cart-btn {
    background-color: #000;
    width: 11.25em;
    height: 3.25em;
    color: #fff;
    font-size: 1em;
    border-radius: 3.25em;
    border: none; /* Assuming no border is desired */
  }
.cart-btn:hover {
    background-color: rgb(253, 184, 19);
    transition: 0.5s;
}

.counter .button.minus button:hover,
.counter .button.plus button:hover {
    border-color: rgb(0, 0, 0);
    transition: 0.3s;
}

.counter input {
    display: inline-block;
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 800;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.billing-form textarea {}

.total-container {
    padding: 20px 0px;
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
}


.submit-btn {
    background-color: #fdb813;
    padding: 0.875rem;
    border-radius: 3.25rem;
    height: 3.25rem;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 1rem;
  }



.submit-btn:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.pay-btn {
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
}

.custom-accordion-header {
    border-bottom: none !important;
}

.custom-accordion .accordion-item {
    border-radius: 12px;
    overflow: hidden;
}

.custom-accordion .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 24px;
    border-bottom: none !important;
}

.custom-accordion .accordion-header .accordion-button {
    font-size: 1.5rem;
    color: #21272a;
    font-weight: 600;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid transparent;
    display: flex;
  }

/* .custom-accordion .accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-bottom: none;
} */

.custom-accordion .accordion-button.collapsed {
    background-color: rgb(255, 255, 255);
    border-bottom: none;
}

.billing-form .form-title {
    font-size: 24px;
    color: rgb(33, 39, 42);
    font-weight: 600;
    padding-bottom: 20px;
    display: flex;
}

.radio-stack {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-stack span {
    color: rgb(33, 39, 42);
    font-weight: 400;
    font-size: 14px;
}

.radio-stack input[type="radio"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 7px solid rgb(191, 191, 191);
    border-radius: 50%;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: none;

}

.radio-stack input[type="radio"]:checked {
    border-color: rgb(253, 184, 19);
}

.form-check-input {
    border: 1px solid #959595;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: rgb(253, 184, 19);
    border-color: rgb(253, 184, 19);
    box-shadow: none !important;

}



.shop.career-detail .form-check-input:checked {
    background-color: #959595;
    border-color: #959595;
    box-shadow: none;
}

.form-check label {
    color: #000;
    font-size: 14px;
    line-height: 15px;
}



.shop.career-detail .submit-btn {
    width: 120px;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-radius: 50px;
    padding: 14px 25px;
}

/* .billing-form .billing-btn {
    background-color: rgb(0, 0, 0);
    width: 140px;
    height: 50px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 16px;
} */

.shop.checkout .checkout-form p {
    font-size: 16px;
    color: rgb(27, 27, 27);
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}

.shop.checkout .checkout-form .order-price {
    font-weight: 600;
}

.shop.checkout .form {}

.shop.checkout .form .form-group {
    margin-bottom: 25px;
}

.shop.checkout .form .form-group label {
    color: #000;
    position: relative;
    font-size: 1rem;
  }

.shop.checkout .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
    font-weight: normal;
}

.shop.checkout .form .form-group input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.billing-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.billing-form textarea::placeholder {
    font-size: 14px;
    color: rgb(163, 163, 163);
}

.shop.checkout .form .form-group input:focus {
    outline: none !important;
}

.billing-form textarea:focus {
    outline: none !important;
}

.discount-form input {
    width: 100%;
    height: 60px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    padding: 0px 15px;
}

.discount-form input:focus {
    outline: none;
}

.discount-form button {
    border-radius: 8px;
    background-color: rgb(241, 240, 240);
    border: none;
    padding: 0px 20px;
    font-weight: 600;
    margin-left: -10px;
}

.shop.checkout .form .form-group input::placeholder {
    color: rgb(163, 163, 163) !important;
    font-size: 12px !important;
}

.accordion-button::after {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    transition: transform 0.3s;
    transform: rotate(0deg);
    background-image: url("../images/accordion-arrow.png") !important;
}

.accordion-button.collapsed::after {
    transform: rotate(180deg);
}

.shop.checkout .form .form-group input:hover {}

.shop.checkout .nice-select {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 5px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.checkout .nice-select .list {
    width: 100%;
    height: 300px;
    overflow: scroll;
}

.shop.checkout .nice-select .list li {}

.shop.checkout .nice-select .list li.option {
    font-weight: 400;
    color: #000000;
}



.shop.checkout .nice-select .list li.option:hover {
    background: rgb(246, 247, 251);
    color: rgb(51, 51, 51);
}

.shop.checkout .form .address input {
    margin-bottom: 15px;
}

.shop.checkout .form .address input:last-child {
    margin: 0px;
}

.shop.checkout .form .create-account {
    margin: 0px;
}

.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: 0px;
}

.order-details h2 {
    font-size: 24px;
    color: rgb(33, 39, 42);
    font-weight: 600;
}

.form-select {
    width: 100% !important;
}

.order-details .nice-select {
    padding: 0px 22px 0px 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(224, 224, 224) !important;
}

.ship-select .nice-select {
    padding: 0px 22px 0px 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(0, 0, 0) !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}

.order-details .nice-select .shiplabel {
    width: 20% !important;
}

.form-select .nice-select {
    line-height: 0px !important;
}

.shop.checkout .single-widget {
    margin-bottom: 30px;
}

.shop.checkout .single-widget:last-child {
    margin: 0px;
}

.shop.checkout .single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px 5px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
}

.shop.checkout .single-widget h2::before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
}

.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: rgb(51, 51, 51);
    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 rgb(235, 235, 235);
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 30px 0px 0px;
    padding: 0px 30px;
}

.shop.checkout .single-widget .checkbox label {
    color: rgb(85, 85, 85);
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.shop.checkout .single-widget .checkbox label:last-child {
    margin-bottom: 0px;
}

.shop.checkout .single-widget .checkbox label:hover {
    cursor: pointer;
}

.shop.checkout .single-widget .checkbox label input {
    display: none;
}

.shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 100%;
}

.shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display: block;
    background: rgb(102, 102, 102);
    transform: scale(0);
    transition: 0.4s;
}

.shop.checkout .single-widget .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.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: 0px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.shop.login {
    padding: 100px 0px;
}

.shop.login .login-form h2 {
    position: relative;
    font-size: 35px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: center;
}

.shop.login .login-form h2::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
    margin-left: -25px;
}

.shop.login .login-form p {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.shop.login .form {
    margin-top: 30px;
}

.shop.login .form .form-group {
    margin-bottom: 22px;
}

.shop.login .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: none;
    background: rgb(246, 247, 251);
    color: rgb(51, 51, 51) !important;
}

.shop.login .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.shop.login .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.shop.login .form .form-group input:hover {
    border-color: rgb(19, 8, 163);
    color: rgb(19, 8, 163);
}

.shop.login .form .form-group.login-btn {
    margin: 0px;
}

.shop.login .form button {
    border: none;
}

.shop.login .form .btn {
    display: inline-block;
    margin-right: 10px;
    height: 46px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

.shop.login .form .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shop.login .login-form .checkbox {
    text-align: left;
    margin: 20px 0px 0px;
    display: inline-block;
}

.shop.login .login-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 20px;
}

.shop.login .login-form .checkbox label:hover {
    cursor: pointer;
}

.shop.login .login-form .checkbox label input {
    display: none;
}

.shop.login .login-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 0px;
}

.shop.login .login-form .checkbox label::after {
    position: absolute;
    content: "";
    font-family: Fontawesome;
    width: 12px;
    height: 12px;
    line-height: 23px;
    left: 2px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
    display: block;
    font-size: 9px;
}

.shop.login .login-form .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop.login .login-form .lost-pass {
    display: inline-block;
    margin-left: 25px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
}

.shop.login .login-form .lost-pass:hover {
    color: rgb(247, 148, 29);
}

.shop-list .list-content {
    margin-top: 50px;
}

.shop-list .list-content .product-price {}

.shop-list .list-content .product-price span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}

.shop-list .list-content .title {
    line-height: 20px;
}

.shop-list .list-content .title a:hover {
    color: rgb(247, 148, 29);
}

.shop-list .list-content .title a {
    font-size: 18px;
    font-weight: 600;
}

.shop-list .list-content .rating {
    margin: 5px 0px 8px;
}

.shop-list .list-content .rating li {
    display: inline-block;
}

.shop-list .list-content .rating li i {
    color: rgb(247, 148, 29);
}

.shop-list .list-content .rating li.total {
    color: rgb(51, 51, 51);
    font-size: 12px;
    margin-left: 3px;
}

.shop-list .list-content .des {}

.shop-list .list-content .btn {
    margin-top: 22px;
    line-height: 15px;
    color: rgb(51, 51, 51);
    background: transparent;
    border: 1px solid rgb(206, 206, 206);
    font-size: 13px;
    border-radius: 30px;
    height: auto;
    padding: 13px 32px;
}

.shop-list .list-content .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.pagination {
    text-align: left;
    margin: 50px 0px 0px;
    display: block;
}

.pagination.center {
    text-align: center;
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
}

.pagination .pagination-list li:last-child {
    margin-right: 0px;
}

.pagination .pagination-list li a {
    display: flex;
    background: rgb(242, 243, 244);
    color: rgb(126, 126, 126);
    padding: 7px 16px;
    font-weight: 600;
    border: 1px solid rgb(225, 225, 225);
    font-size: 16px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.pagination .pagination-list .arrows a {
    padding: 12px;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.pagination .pagination-list li a i {
    font-size: 13px;
}

.pagination .pagination-list li a i {}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

.cown-down {
    position: relative;
    height: 515px;
    overflow: hidden;
}

.cown-down .padding-right {
    padding-right: 0px;
}

.cown-down .padding-left {
    padding-left: 0px;
}

.cown-down .image img {
    width: 100%;
    height: 100%;
}

.cown-down .content {
    text-align: center;
    background: rgb(253, 251, 239);
    height: 100%;
    position: relative;
}

.cown-down .content .heading-block {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 75px;
}

.cown-down .content .small-title {
    font-size: 13px;
    color: rgb(119, 119, 119);
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.cown-down .content .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cown-down .content .price {
    margin-top: 35px;
    font-size: 35px;
    font-weight: 700;
    color: rgb(247, 148, 29);
}

.cown-down .content .price s {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(102, 102, 102);
}

.cown-down .content .cdown {
    float: none;
    text-align: center;
    margin-top: 40px;
    width: 80px;
    display: inline-block;
}

.cown-down .content .cdown {
    text-align: center;
}

.cown-down .content .cdown {
    display: inline-block;
}

.cown-down .content .cdown span {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.cown-down .content .cdown p {
    font-size: 13px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
}

.shop-services.section {
    padding: 80px 0px 0px;
    background: rgb(255, 255, 255);
}

.shop-services.home {
    padding: 60px 0px;
    background: rgb(246, 247, 251);
}

.shop-services .single-service {
    position: relative;
    padding-left: 65px;
}

.shop-services .single-service i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(51, 51, 51);
    background: transparent;
    border-radius: 100%;
    display: block;
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.shop-services .single-service h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: rgb(51, 51, 51);
}

.shop-services .single-service p {
    color: rgb(137, 137, 137);
    line-height: 28px;
    font-size: 14px;
}

.shop-newsletter {
    background: rgb(255, 255, 255);
}

.shop-newsletter .inner {
    text-align: center;
}

.shop-newsletter .inner h4 {
    color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shop-newsletter .inner p {
    color: rgb(119, 119, 119);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.shop-newsletter .inner p span {
    color: rgb(247, 148, 29);
}

.shop-newsletter .newsletter-inner {
    position: relative;
    display: inline-block;
}

.shop-newsletter .newsletter-inner input {
    width: 480px;
    height: 55px;
    padding: 0px 30px;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 30px 0px 0px 30px;
}

.shop-newsletter .newsletter-inner button {
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.shop-newsletter .newsletter-inner .btn {
    display: inline-block;
    height: 55px;
    padding: 10px 30px;
    position: relative;
    top: 0px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    left: -4px;
    border-radius: 0px 30px 30px 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.shop-newsletter .newsletter-inner .btn:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.about-us {
    background: rgb(255, 255, 255);
}

.about-us .about-content {
    padding-right: 50px;
}

.about-us .about-content .story {
    display: block;
    color: rgb(4, 170, 244);
    margin-bottom: 20px;
    font-size: 17px;
}

.about-us .about-content .story i {
    color: rgb(4, 170, 244);
    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: 0px;
    bottom: -1px;
    height: 2px;
    width: 60px;
    background: rgb(247, 148, 29);
}

.about-us .about-content h3 span {
    display: inline-block;
    font-weight: 700;
    color: rgb(247, 148, 29);
}

.about-us .about-content p {
    line-height: 26px;
    margin-bottom: 10px;
}

.about-us .about-content p:last-child {
    margin: 0px;
}

.about-us .about-content .button {
    margin-top: 40px;
}

.about-us .about-content .button .btn {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.about-us .about-content .button .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn.primary {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn.primary:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn:last-child {
    margin: 0px;
}

.about-us .about-img {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    border: 10px solid rgb(255, 255, 255);
}

.about-us .about-img::before {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.about-us .about-img:hover::before {
    opacity: 0.6;
    visibility: visible;
}

.about-us .about-img .video {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    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);
    transition: 0.4s;
}

.about-us .about-img .video:hover {
    background: rgb(255, 255, 255);
    color: rgb(247, 148, 29);
}

.about-us .about-img:hover .video {
    transform: scale(1);
}

.about-us .about-img img {
    height: 100%;
    width: 100%;
}

.team {
    background: rgb(246, 247, 251);
}

.team .title-line {
    margin-bottom: 40px;
}

.team .single-team {
    margin-top: 30px;
    position: relative;
    transition: 500ms;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: rgb(255, 255, 255);
}

.team .single-team .info-head {
    padding: 35px 30px;
}

.team .single-team .image img {
    height: 100%;
    width: 100%;
}

.team .single-team .info-box {
    text-align: center;
}

.team .single-team .info-box .name {
    display: block;
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.team .single-team .info-box .designation {
    color: rgb(170, 170, 170);
    font-size: 13px;
}

.team .single-team .social-links {
    transition: 500ms;
    margin-top: 15px;
}

.team .single-team .social-links .social li {
    display: inline-block;
    margin-right: 15px;
}

.team .single-team .social-links .social li:last-child {
    margin-right: 0px;
}

.team .single-team .social-links .social li a {
    color: rgb(102, 102, 102);
    display: block;
    font-size: 14px;
}

.team .single-team .social-links .social li a:hover {
    color: rgb(247, 148, 29);
}

.shop-blog.grid .shop-single-blog {
    margin-top: 30px;
}

.shop-blog .shop-single-blog {
    text-align: center;
    transition: 0.4s;
}

.shop-blog .shop-single-blog:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 10px;
}

.shop-blog .shop-single-blog img {
    height: 100%;
    width: 100%;
}

.shop-blog .shop-single-blog .content {
    padding: 40px;
}

.shop-blog .shop-single-blog .content .title {
    font-size: 17px;
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.shop-blog .shop-single-blog .content .title:hover {
    color: rgb(247, 148, 29);
}

.shop-blog .shop-single-blog .content .date {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: rgb(183, 183, 183);
}

.shop-blog .shop-single-blog .content .more-btn {
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 60, 60);
    margin-top: 10px;
    display: block;
}

.shop-blog .shop-single-blog .content .more-btn:hover {
    color: rgb(247, 148, 29);
}

.related-product {
    padding-top: 0px;
}

.related-product .section-title {
    text-align: center;
    margin-bottom: 10px;
    padding: 0px;
}

.related-product .section-title h2 {
    font-size: 25px;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
    color: rgb(44, 45, 63);
    font-weight: 700;
    padding-bottom: 15px;
}

.main-sidebar {
    margin-top: 30px;
    padding: 40px;
    background: transparent;
    border: 1px solid rgba(238, 238, 238, 0.76);
}

.main-sidebar .single-widget {
    margin-bottom: 50px;
}

.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.main-sidebar .single-widget:last-child {
    margin: 0px;
}

.main-sidebar .search {
    position: relative;
}

.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background: transparent;
    padding: 0px 70px 0px 20px;
    transition: 0.4s;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
}

.main-sidebar .search .button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    transition: 0.4s;
}

.main-sidebar .search .button:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.main-sidebar .categor-list {
    margin-top: 15px;
}

.main-sidebar .categor-list li {}

.main-sidebar .categor-list li {
    margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
    color: rgb(247, 148, 29);
    padding-left: 7px;
}

.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}

.main-sidebar .recent-post {}

.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: inline-block;
    padding: 17px 0px;
}

.main-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}

.main-sidebar .single-post .image {}

.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.main-sidebar .single-post .content {
    padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
    line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
    color: rgb(44, 45, 63);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

.main-sidebar .single-post .content h5 a:hover {
    color: rgb(247, 148, 29);
}

.main-sidebar .single-post .content .comment {}

.main-sidebar .single-post .content .comment li {
    color: rgb(136, 136, 136);
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0px;
}

.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}

.main-sidebar .side-tags {}

.main-sidebar .side-tags .tag {
    margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
    color: rgb(51, 51, 51);
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0px;
    font-size: 13px;
    background: rgb(246, 247, 251);
}

.main-sidebar .side-tags .tag a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-color: transparent;
}

.main-sidebar .newsletter {}

.main-sidebar .newsletter .letter-inner {
    position: relative;
    padding: 35px 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 12px;
    z-index: 2;
    overflow: hidden;
}

.main-sidebar .newsletter .letter-inner h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.main-sidebar .newsletter .letter-inner p {
    margin-bottom: 20px;
}

.main-sidebar .newsletter .letter-inner .form-inner {
    position: relative;
}

.main-sidebar .newsletter .letter-inner input {
    width: 100%;
    height: 45px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 0px 60px 0px 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
}

.main-sidebar .newsletter .letter-inner .form-inner a {
    height: 42px;
    width: 100%;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-sidebar .newsletter .letter-inner .form-inner a:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.blog-single {
    background: rgb(255, 255, 255);
    padding: 70px 0px 100px;
}

.blog-single .blog-single-main {
    margin-top: 30px;
    background: rgb(255, 255, 255);
}

.blog-single .blog-detail {
    background: rgb(255, 255, 255);
}

.blog-single .image {
    position: relative;
}

.blog-single .image img {
    width: 100%;
    height: 100%;
}

.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0px 15px;
}

.blog-single .blog-meta {
    overflow: hidden;
    border-bottom: 1px solid rgba(221, 221, 221, 0.43);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.blog-single .blog-meta .author i {
    color: rgb(247, 148, 29);
    margin-right: 10px;
    font-size: 13px;
}

.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right: 1px solid rgb(221, 221, 221);
    padding: 0px 15px;
}

.blog-single .blog-meta .author a:first-child {
    padding-left: 0px;
}

.blog-single .blog-meta .author a:last-child {
    padding-right: 0px;
    border: none;
}

.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: rgb(247, 148, 29);
}

.blog-single .blog-meta span a:hover {
    color: rgb(247, 148, 29);
}

.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px;
}

.blog-single .content p:last-child {
    margin: 0px;
}

.blog-single blockquote {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    background: rgb(246, 246, 246);
    padding: 30px 40px 30px 70px;
    color: rgb(85, 85, 85);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    margin-bottom: 25px;
    border-left: 3px solid rgb(247, 148, 29);
}

.blog-single blockquote i {
    font-size: 30px;
    color: rgb(247, 148, 29);
    position: absolute;
    left: 20px;
    top: 20px;
}

.blog-single .content .img-post {
    margin-bottom: 25px;
}

.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px;
}

.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
    font-weight: 500;
}

.blog-single .share-social .content-tags .tag-inner {
    padding-left: 60px;
}

.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.blog-single .share-social .content-tags .tag-inner li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background: rgb(244, 247, 252);
    font-size: 13px;
}

.blog-single .share-social .content-tags .tag-inner li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.blog-single .comments {
    margin-top: 40px;
}

.blog-single .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.blog-single .comments .comment-title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.blog-single .comments {}

.blog-single .comments .single-comment {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-left: 95px;
}

.blog-single .comments .single-comment.left {
    margin-left: 110px;
}

.blog-single .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
}

.blog-single .single-comment .content {}

.blog-single .single-comment .content h4 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.blog-single .single-comment .content h4 span {
    font-size: 13px;
    color: rgb(141, 141, 141);
    margin: 5px 0px 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.blog-single .single-comment .content p {
    color: rgb(102, 102, 102);
    font-weight: 400;
    display: block;
    margin: 0px 0px 20px;
    line-height: 22px;
}

.blog-single .single-comment .content .button {}

.blog-single .single-comment .content .btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(106, 106, 106);
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: transparent;
    padding: 0px;
}

.blog-single .single-comment .content a i {
    display: inline-block;
    margin-right: 5px;
}

.blog-single .single-comment .content a:hover {
    color: rgb(247, 148, 29);
}

.blog-single .reply form {
    padding: 40px;
    border: 1px solid rgb(238, 238, 238);
}

.blog-single .reply .reply-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.blog-single .reply .reply-title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.blog-single .reply .form-group {
    margin-bottom: 20px;
}

.blog-single .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51) !important;
}

.blog-single .reply .form-group textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51) !important;
}

.blog-single .reply .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.blog-single .reply .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.blog-single .reply .button {
    text-align: left;
    margin-bottom: 0px;
}

.blog-single .reply .button .btn {
    height: 50px;
    border: none;
}

.contact-us {
    position: relative;
    z-index: 43;
}

.contact-us .title {
    margin-bottom: 30px;
}

.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgb(247, 148, 29);
}

.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-us .single-head {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    height: 100%;
}

.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
}

.contact-us .single-info i {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: rgb(247, 148, 29);
}

.contact-us .single-info ul .contact-us .single-info ul li {
    margin-bottom: 5px;
}

.contact-us .single-info ul li:last-child {
    margin-bottom: 0px;
}

.contact-us .single-info ul li a {
    font-weight: 400;
}

.contact-us .single-info ul li a:hover {
    color: rgb(247, 148, 29);
}

.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.contact-us .form-main {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    padding: 50px;
}

.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid rgb(230, 226, 245);
    padding: 0px 20px;
    color: rgb(51, 51, 51);
    border-radius: 0px;
    font-weight: 400;
}

.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid rgb(230, 226, 245);
    padding: 15px 20px;
    color: rgb(51, 51, 51);
    border-radius: 0px;
    resize: none;
    font-weight: 400;
}

.contact-us .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.contact-us .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.contact-us .form .button {
    margin: 0px;
}

.contact-us .form .button .btn {
    height: 50px;
    border: none;
}

#myMap {
    height: 500px;
    width: 100%;
}

.mail-success .mail-inner {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 0px 30px;
}

.mail-success .mail-inner h2 {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: rgb(247, 148, 29);
    text-transform: uppercase;
    font-size: 30px;
}

.mail-success .mail-inner p {
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
    line-height: 22px;
}

.mail-success .mail-inner .btn {
    color: rgb(255, 255, 255);
    padding: 10px 30px;
}

.mail-success .mail-inner .btn i {
    margin-right: 5px;
}

.error-page {
    background: rgb(255, 255, 255);
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    position: relative;
}

.error-page .error-inner {
    flex-direction: initial;
    height: auto;
    text-align: center;
}

.error-page .error-inner h2 {
    color: rgb(247, 148, 29);
    margin-bottom: 0px;
    font-weight: 700;
    display: inline-block;
    font-size: 120px;
}

.error-page .error-inner h5 {
    display: block;
    color: rgb(68, 68, 68);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.error-page .error-inner p {
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    padding: 0px 30px;
}

.error-page .button {
    margin-top: 30px;
}

.error-page .button .btn {
    margin-right: 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(215, 215, 215);
    background: transparent;
    color: rgb(51, 51, 51);
    padding: 10px 28px;
}

.error-page .button .btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-color: transparent;
}

.footer {
    background: rgb(0, 0, 0);
}

.footer h2 {
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 500;
  }
.footer h2,
.footer p {
    color: rgb(255, 255, 255);
}

.footer p {
    font-size: 1em;
    line-height: 1.375em;
  }
.footer :where(p, span, strong, ul, li, b, sup, sub, h2, h3, h4, h5, h6) {
    font-size: 1em;
    font-weight: 400;
}

.footer-top {
    padding: 4.375em 0 2.25em;
  }

  .footer .copyright .inner {
    border-top: 1px solid rgba(238, 238, 238, 0.24);
    padding: 1.5em 0 4.5em;
  }

.footer .copyright .left {}

.footer .copyright .right {
    float: right;
}



.footer .copyright p  {
    cursor: pointer !important;
    color: #fff;
    text-decoration: none;
    font-size: 0.875rem;
  }

.footer-btn {
    background-color: rgb(247, 249, 251);
    padding: 10px 26px;
    border-radius: 50px;
    font-size: 16px;
}

.footer-btn:hover {
    background-color: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

.shop.cart .order-details {
    position: unset;
}



.page-banner {
    background-image: url("../images/banner-img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 20px;
}

.page-banner.contact-us {
    background: url("../images/contact-us-bg.png") 30% center/cover no-repeat;
    padding: 11em 3.4375em;
  }

.page-banner.careers {
    background-image: url("../images/careers-bg.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: cover;
    padding: 11em 4em;
}


.page-banner.about-us {
    background-image: url("../images/about-us-bg.png");
    background-repeat: no-repeat;
    background-position: 20% center;
    background-size: cover;
    padding: 11em 4em;

}

.page-banner.gallery-banner {
    background-image: url("../images/gallery-bg.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: cover;
    padding: 11em 4em;

}

.page-banner.help-center {
    background-image: url("../images/help-center-bg.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: cover;
    /* background-image: none; */
    background-color: #000;
    padding: 11em 4em;

}


.page-banner.career-detail {
    background-image: none;
    background-color: #000;
    padding: 11em 4em;
  }

.page-banner-2 {
    background-image: url("../images/page-banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 20px;
}

.page-banner p,
.page-banner-2 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    line-height: 20px;
}



.page-banner img,
.page-banner-2 img{
margin-top: -4px;
}
/* .steps-banner h2,
.page-banner h2,
.page-banner-2 h2 {
    font-size: 80px;
    color: rgb(255, 255, 255);
    font-weight: 600;
} */

/* .steps-banner p {
    color: rgb(255, 255, 255);
    font-size: 18px;
} */

.shop .nice-select {}

.shop .nice-select span {
    color: rgb(102, 102, 102);
    font-size: 12px;
}




.shop .order-label {
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.shop .order-label span {
    font-size: 12px;
}

.payment-details {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 12px;
    padding: 24px;
}

.payment-details .form-title {
    color: rgb(33, 39, 42);
    font-size: 24px;
    font-weight: 600;
}

.addres-label {
    font-size: 12px !important;
}

.address-select {
    font-size: 12px;
    border: 1px solid rgb(0, 0, 0);
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 30px !important;
    border-radius: 5px !important;
}

.shop.cart .address-select span {
    font-size: 12px !important;
}

.shop.cart .address-select ul li {
    color: #000000 !important;
}

.shop.cart .address-select ul li:hover{
    background-color: #000000;
    color: #ffffff !important;
    transition: all 0.3s ease ;
}
.shop.checkout .address-select.nice-select {
    border-radius: 5px !important;
    border-radius: 5px !important; 
    max-width: 200px !important;
    width: 100% !important; 
}

.shop.checkout .address-select.nice-select span {
    font-size: 12px !important;
}

.shop.cart .order-summary {
    border: 1px solid rgb(237, 237, 237);
    border-radius: 16px;
    padding: 24px;
}

.shop.cart .order-summary .total-container {
    padding: 20px 0px;
    border-width: 1px 0px 0px;
    border-top-style: dashed;
    border-top-color: transparent;
    border-image: repeating-linear-gradient(to right, rgb(224, 224, 224) 0px, rgb(224, 224, 224) 5px, transparent 5px, transparent 10px) 1 / 1 / 0 stretch;
}

.shop.cart .order-summary .total-container p,
.shop.cart .order-summary .total-container span {
    color: rgb(27, 27, 27);
    font-size: 18px !important;
}

.shop.cart .order-summary .form-title {
    color: rgb(33, 39, 42);
    font-size: 24px;
    font-weight: 600;
}

.shop.cart .order-summary .discount-form button {
    margin-left: 0px;
}

.shop.cart .order-summary .discount-form input {
    width: 100%;
    height: 44px;
}

.shop.cart .order-summary .discount-form input::-webkit-outer-spin-button,
.shop.cart .order-summary .discount-form input::-webkit-inner-spin-button {
    appearance: none;
}

.shop.cart .order-summary .total-summary span {
    color: rgb(126, 132, 146);
    font-size: 16px;
}

.shop.cart .order-summary .total-summary .sub-total {
    color: rgb(27, 27, 27);
    font-size: 16px;
    font-weight: 600;
}

.shop.cart .order-summary .total-summary .tax {
    color: rgb(27, 27, 27);
    font-size: 16px;
    font-weight: 600;
}

.shop.cart .order-details .total span {
    font-size: 12px;
}

.delete-img {
    width: 20px;
}

.shop.checkout .login-container {
    border: 2px solid rgb(240, 240, 240);
}

.shop.checkout .login-container .login-form-container img {
    max-width: 250px;
    display: block;
    margin: 0px auto;
}

.shop.checkout .login-container .login-form-container span {
    color: #555555;
    font-size: 1rem;
    font-weight: 500;
  }

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quantity {
    color: rgb(27, 27, 27);
}

.shop.cart .nice-select {
    max-width: 150px !important;
    height: 100%;
}

.shop.cart .nice-select li {
    max-width: 150px !important;
    height: 100%;
}

.shop.cart .nice-select .current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#collapseCart .order-details.order-details-container .cart-product-container .order-details {
    border-bottom: 1px solid rgb(224, 224, 224) !important;
}

#collapseCart .order-details.order-details-container .cart-product-container .order-details:last-child {
    border-bottom: none !important;
}

#collapseCart .accordion-body {
    padding: 0px !important;
}

#collapseCart .order-details {
    border-bottom: 1px solid rgb(0, 0, 0) !important;
}

#cartAccordions .cart-details {
    padding-bottom: 0px;
    border-bottom: none;
}

#cartAccordions .billing-form {
    padding-top: 0px;
}

#cartAccordions .order-details {
    padding: 0px;
    border-bottom: 2px solid rgb(0, 0, 0) !important;
}

#cartAccordions .billing-form {
    padding: 24px !important;
}

.shop.checkout .cart-product-container .order-details {
    border-bottom: 1px solid rgb(0, 0, 0);
}

#headingcart .accordion-button h2 {
    font-size: 24px;
    color: rgb(33, 39, 42);
    font-weight: 600 !important;
}

.login-form-inside {
    max-width: 430px;
    width: 100%;
    margin: 0px auto;
}

.form-container {
    width: 100%;
    margin-top: 70px;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.input-wrapper {
    display: flex;
    width: 100%;
    background-color: rgb(238, 238, 238);
    border-radius: 8px;
    overflow: hidden;
}

.input-wrapper input {
    flex: 1 1 0%;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: rgb(169, 166, 166);
    font-size: 14px;
    text-transform: capitalize;
}

/* .icon-box {
    background-color: rgb(253, 184, 19);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.5s, transform 0.5s;
} */

.icon-box:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.icon-box svg {
    fill: white;
    width: 20px;
    height: 20px;
}

.forget-pass {
    color: rgb(85, 85, 85);
    font-size: 14px;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(85, 85, 85);
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0px;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1 1 0%;
    height: 1px;
    background: rgb(194, 194, 194);
}

.or-divider::before {
    margin-right: 10px;
}

.or-divider::after {
    margin-left: 10px;
}

.btn {
    text-transform: capitalize;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-login {
    background-color: #FDB813 !important;
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px;
    font-size: 1em;
    font-weight: 600;
}

.btn-login:hover {
    background-color: rgb(0, 0, 0) !important;
}

.btn-signup {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.btn-signup:hover {
    background-color: #FDB813 !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 4px !important;

    border-color: transparent;
    color: #ffffff !important;
}

.social-login-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(45, 55, 72);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: none;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.social-btn img {
    width: 20px;
    height: 20px;
}

.social-btn:hover {
    background-color: rgb(0, 0, 0);
}

.bg-form {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.popup {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.popup-inner {
    max-width: 650px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px !important;
}

.popup-inner .bg {
    background-image: url("../images/popup-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup .content-container {
    padding: 70px 40px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    overflow-y: auto;
    max-height: 80vh;
}

.popup .content-container h2 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 600;
}

.popup .popup-form {
    display: flex;
    flex-direction: column;
}

.popup .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.popup .form-group label {
    width: 30%;
    font-weight: 400;
    color: #2D3748;
    font-size: 16px;
    letter-spacing: -2%;
}

/* .popup .form-group input {
    width: 70%;
    padding: 6px 14px;
    border: 1px solid rgb(209, 209, 209);
    font-size: 12px;
    color: rgb(0, 0, 0);
    outline: none;
    border-radius: 5px !important;
}

.popup .form-group input::placeholder {
    color: rgb(153, 153, 153);
} */

.popup .form-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.popup .popup-submit-btn {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 200;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
}

.popup .popup-submit-btn:hover {
    background: rgb(0, 0, 0);
}

.popup .close-btn {
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .header.shop .header-inner .single-icon img {
    width: 42px !important;
} */

/* .shop .shop-shorter .results span {
    color: rgb(126, 126, 126);
    font-size: 16px;
} */

.shop .view-mode li.active a svg path,
.shop .view-mode li:hover a svg path {
    fill: rgb(253, 184, 19);
    transition: 0.5s;
}

/* 

.shop .shop-shorter .nice-select {
    border: 1px solid rgb(236, 236, 236);
    border-radius: 6px;
    padding: 10px 18px 10px 32px;
}

.shop .shop-shorter .nice-select span {
    color: rgb(126, 126, 126);
    font-size: 14px;
    font-weight: 500;
}

.shop .shop-shorter .nice-select::after {
    content: "";
    display: block;
    width: 14px;
    height: 24px;
    background-image: url("../images/sort-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 12px;
    top: 55%;
    transform: translateY(-50%);
    pointer-events: none;
    border: none;
} */

.shop .shop-shorter .single-shorter input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 3.125em;
    width: 21.875em;
    max-height: 2.75em;
    opacity: 1;
    padding: 0.6875em 0.75em;
    border: 1px solid #ececec;
  }

.shop .shop-shorter .single-shorter input::placeholder {
    color: rgb(149, 149, 149);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shop .shop-shorter .single-shorter input:focus {
    outline: none;
}

#list-layout .single-product {
    margin-top: 0px;
}

.product-form {
    position: relative;
}

.shop-shorter .single-shorter .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 30px;
    background-color: rgb(203, 144, 4);
    display: inline-block;
    cursor: pointer;
    margin-left: -44px;
    transition: background-color 0.3s;
    z-index: 1;
}

.star-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgb(0, 0, 0);
    padding: 10px 9px;
    z-index: 99;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-icon img {
    width: 16px !important;
}

.single-product:hover .star-icon {
    transition: 0.5s;
}

#list-layout .product-content .title a {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 300px;
}

#list-layout .product-content .product-price {
    background-color: rgb(253, 184, 19);
    padding: 2px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

#list-layout .btn {
    background-color: rgb(0, 0, 0);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
    border-radius: 50px !important;
}

#list-layout .btn:hover {
    background-color: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

#list-layout .btn img {
    height: 14px;
}

#list-layout .product-content .cat {
    color: rgb(0, 0, 0);
    font-weight: 600 !important;
}

#list-layout .product-content .cat a {
    margin: 0px 4px;
}

/* .shop.single .product-des h6 {
    margin-top: 20px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
} */

.shop.single .product-des .prod-det {
    color: #8f8f8f;
    font-size: 1em;
    text-transform: capitalize;
  }

/* .shop.single .product-des .price span {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 30px !important;
    display: block;
    color: rgb(253, 184, 19) !important;
} */

.shop.single .product-des .warranty h3 {
    color: rgb(255, 0, 4);
    font-size: 20px;
    font-weight: 600;
}


.shop.single .product-des .warranty ul {
    padding-left: 20px;
    list-style: disc !important;
    color: rgb(0, 0, 0) !important;
}

.shop.single .product-des .warranty ul {
    padding-left: 20px;
    list-style-type: disc !important;
    color: rgb(0, 0, 0) !important;
}

.shop.single .product-des .warranty ul li {
    color: rgb(0, 0, 0) !important;
}

.shop.single .product-des .warranty ul li::marker {
    color: rgb(0, 0, 0) !important;
}

.shop.single .page-targated {
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.shop.single .page-targated span:last-of-type {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.shop.single .page-targated span {
    color: rgb(143, 143, 143);
    font-size: 14px;
}

.shop.single .form-group label {
    color: rgb(0, 0, 0);
    position: relative;
    font-size: 16px;
}

.shop.single .form-group label span {
    color: rgb(255, 0, 4);
}

.shop.single .nice-select {
    padding-right: 60px;
    clear: initial;
    display: inline-block;
    margin: 0px;
    border: 1px solid rgb(209, 209, 209);
    height: auto;
    width: auto;
    border-radius: 0px;
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.color-plate {
    display: none;
    z-index: 99998;
    padding: 20px;
    width: 245px;
    background: rgb(255, 255, 255);
    right: -245px;
    text-align: left;
    top: 30%;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) -3px 0px 25px -2px;
}

.color-plate.active {
    right: 0px;
}

.color-plate .color-plate-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0px 0px 5px;
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(51, 51, 51);
    top: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.21) -4px 0px 5px;
}

.color-plate h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.color-plate p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}

.color-plate span {
    width: 42px;
    height: 35px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}

.color-plate span:hover {
    cursor: pointer;
}

.color-plate span.color1 {
    background: rgb(247, 148, 29);
}

.color-plate span.color2 {
    background: rgb(0, 136, 204);
}

.color-plate span.color3 {
    background: rgb(50, 184, 125);
}

.color-plate span.color4 {
    background: rgb(254, 117, 74);
}

.color-plate span.color5 {
    background: rgb(248, 47, 86);
}

.color-plate span.color6 {
    background: rgb(0, 206, 201);
}

.color-plate span.color7 {
    background: rgb(108, 92, 231);
}

.color-plate span.color8 {
    background: rgb(133, 186, 70);
}

.color-plate span.color9 {
    background: rgb(253, 121, 168);
}

.color-plate span.color10 {
    background: rgb(162, 155, 254);
}

.color-plate span.color11 {
    background: rgb(186, 220, 88);
}

.color-plate span.color12 {
    background: rgb(255, 29, 56);
}

.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}

.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: rgb(247, 148, 29);
    animation: 1.6s linear 0s infinite normal none running preloader-fx;
}

.preloader-icon span:last-child {
    animation-delay: -0.8s;
}

@keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes preloader-fx {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    transition: 0.4s;
    z-index: 5;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 0px;
    text-transform: uppercase;
}

.btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

#scrollUp {
    right: 10px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
}

#scrollUp i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #FDB813;
    border-radius: 0px;
    font-size: 18px;
    transition: 500ms;
    display: block;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.22) 0px 4px 19px;
}

#scrollUp i:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.topbar {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 15px 0px;
}

.header .logo {
    float: left;
    margin-top: 35px;
    transition: 0.4s;
    max-width: 200px;
}

.header .navbar {
    padding: 0px;
}

.navbar-expand-lg .navbar-collapse {
    display: block !important;
}

.header.v3 .navbar-expand-lg .navbar-collapse {
    background: rgb(51, 51, 51);
    display: block !important;
}

.header .nav li a i {
    margin-left: 6px;
    font-size: 10px;
}

.header .nav li .dropdown {
    background: #d81919;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 3px 5px;
    transform-origin: 0px 0px 0px;
    /* transform: scaleY(0.2); */
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    /* padding: 10px; */
    left: -21px;
    /* margin: 0px; */
}

/* emove or comment out the hover behavior */
/* 
.header .nav li:hover .dropdown {
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0px);
}
*/

/* Add a class for when the dropdown is active */
.header .nav li .dropdown.active {
    /* min-height: 200px; */
    height: auto    ;
    opacity: 1 !important;
    visibility: visible;
    transform: translateY(0px);
    transition: min-height 0.5s;
}

.header .nav li .dropdown.sub-active {
    min-height: 650px;
}


.header .nav li .dropdown li {
    float: none;
    margin: 0px;
}

.header .nav li .dropdown li a {
    padding: 8px 15px;
    color: rgb(102, 102, 102);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.header .nav li .dropdown li a::before {
    display: none;
}

.header .nav li .dropdown li:last-child a {
    border-bottom: 0px;
}

.header .nav li .dropdown li:hover a {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header .nav li .dropdown li a:hover {
    border-color: transparent;
}

.header .nav li .dropdown li i {
    float: right;
    margin-top: 8px;
    font-size: 10px;
    z-index: 5;
}

.header .nav li .dropdown.sub-dropdown {
    background: rgb(255, 255, 255);
    width: 220px;
    position: absolute;
    left: 186px;
    top: 0px;
    z-index: 999;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 3px 5px;
    transform-origin: 0px 0px 0px;
    transform: scaleY(0.2);
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.header .nav li .dropdown.sub-dropdown li a {
    padding: 8px 15px;
    color: rgb(102, 102, 102);
    display: block;
    font-weight: 400;
    text-transform: capitalize;
    background: transparent;
}

.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {
    background: transparent;
}

.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header .nav li .dropdown.sub-dropdown li:last-child a {
    border-bottom: 0px solid;
}

.mobile-search {
    display: none;
}

.header.shop .topbar {
    border: none;
    padding: 12px 0px;
}

.header.shop .nav-inner {
    margin-right: 188px;
}

.header.shop .logo {
    float: left;
    margin-top: 35px;
}

.header.shop .top-contact {
    margin-top: 0px;
}

.header.shop .topbar p {
    color: rgb(204, 204, 204);
}

.header.shop .topbar .login a {
    color: rgb(247, 148, 29);
}

.header.shop .left-nav {}

.header.shop .top-left .list-main li:first-child {
    padding-left: 0px;
}

.header.shop .top-left .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: rgb(247, 148, 29);
    position: relative;
    top: 3px;
}

.header.shop .right-content {
    float: right;
}

.header.shop .list-main li {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 13px;
    font-weight: 500;
    border-right: 1px solid rgb(240, 240, 240);
    padding: 0px 13px;
}

.header.shop .list-main li i {
    display: inline-block;
    margin-right: 4px;
    font-size: 15px;
    color: rgb(247, 148, 29);
    position: relative;
    top: 1px;
}

.header.shop .list-main li:last-child {
    padding-right: 0px;
    border: none;
}

.header.shop .list-main li a {
    color: rgb(51, 51, 51);
}

.header.shop .list-main li a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}

.header.shop .nav li {
    margin-right: 38px;
    position: relative;
}

.header.shop .nav li:last-child {
    margin: 0px !important;
}

.header.shop .nav li .new {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 9px;
    position: absolute;
    left: 0px;
    top: 6px;
    font-weight: 500;
}

.header.shop .nav li .new::before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: -8px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(247, 148, 29) transparent transparent;
    border-image: initial;
}

.header .shopping {
    display: inline-block;
    z-index: 9999;
}

.header .shopping .icon {
    position: relative;
    cursor: pointer;
    color: rgb(34, 34, 34);
}

.header .shopping .shopping-item {
    position: absolute;
    top: 68px;
    right: 0px;
    width: 300px;
    background: rgb(255, 255, 255);
    padding: 20px 25px;
    transition: 0.3s;
    transform: translateY(10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.header .shopping:hover .shopping-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.header .shopping .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.header .shopping .dropdown-cart-header span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.header .shopping .dropdown-cart-header a {
    float: right;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.header .shopping .dropdown-cart-header a:hover {
    color: rgb(247, 148, 29);
}

.header .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.header .shopping-list li .emove {
    position: absolute;
    left: 0px;
    bottom: 16px;
    margin-top: -20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid rgb(237, 237, 237);
}

.header .shopping-list li .emove:hover {
    background: rgb(34, 34, 34);
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.header .shopping-list .cart-img {
    float: right;
    border: 1px solid rgb(237, 237, 237);
    overflow: hidden;
}

.header .shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0px;
}

.header .shopping-list .cart-img:hover img {
    transform: scale(1.09);
}

.header .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}

.header .shopping-list h4 {
    font-size: 14px;
}

.header .shopping-list h4 a {
    font-weight: 600;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.header .shopping-list h4 a:hover {
    color: rgb(247, 148, 29);
}

.header .shopping-item .bottom {
    text-align: center;
}

.header .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.header .shopping-item .total span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
    float: left;
}

.header .shopping-item .total .total-amount {
    float: right;
    font-size: 14px;
}

.header .shopping-item .bottom .btn {
    background: rgb(34, 34, 34);
    padding: 10px 20px;
    display: block;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.header .shopping-item .bottom .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.header.shop {
    background: rgb(255, 255, 255);
}

.header.shop .nav-inner {
    margin: 0px;
    float: left;
}

.header.shop .topbar {
    background-color: rgb(255, 255, 255);
    border: none;
}

.header.shop.v3 .topbar {
    padding: 0px;
}

.header.shop.v3 .topbar .inner-content {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 12px 0px;
}

.header.shop .right-nav li a {
    color: rgb(51, 51, 51);
}

.header.shop .logo {
    margin: 0px;
}

.header.shop .top-contact {
    margin-top: 0px;
}

.header.shop .search-bar-top {
    text-align: center;
    margin-top: 10px;
}

.header.shop .search-bar {
    margin-top: 33px;
    width: 460px;
    height: 40px;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
}

.header.shop .search-bar {
    width: 535px;
    height: 50px;
    display: inline-block;
    background: rgb(255, 255, 255);
    position: relative;
    margin: 0px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid rgb(236, 236, 236);
}

.header.shop .nice-select {
    clear: initial;
    margin: 0px;
    height: 48px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    text-align: center;
    background: transparent;
    text-transform: capitalize;
    padding: 0px 0px 0px 20px;
    border-right: 1px solid rgb(238, 238, 238);
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
}

.header.shop .nice-select::after {
    border-color: rgb(102, 102, 102);
    right: 10px;
    top: 22px;
}
.header.shop .nice-select .list {
    border-radius: 0px;
}

.header.shop .nice-select .list li.focus {
    font-weight: 400;
}

.header.shop .nice-select .list li {
    color: rgb(102, 102, 102);
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
}

.header.shop .nice-select .list li:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.header.shop .search-bar form {
    display: inline-block;
    float: left;
    width: 260px;
}

.header.shop .search-bar input {
    height: 48px;
    background: transparent;
    color: rgb(102, 102, 102);
    border-radius: 0px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    padding: 0px 25px 0px 20px;
    width: 328px;
}

.header.shop .search-bar .btnn {
    height: 50px;
    line-height: 53px;
    width: 62px;
    text-align: center;
    font-size: 18px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    position: absolute;
    right: -2px;
    top: -1px;
    border: none;
    border-radius: 0px 5px 5px 0px;
    transition: 0.4s;
}

.header.shop .search-bar .btnn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header.shop .search-top {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0px;
    top: 0px;
}



.header.shop .cart-top {
    z-index: 2;
    position: absolute;
    top: 32px;
    right: 99px;
}

.header.shop .cart-top .single-icon img {
    width: 25px;
}

.header.shop .cart-top .single-icon .total-count {
    position: absolute;
    top: -3px;
    right: 5px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    color: rgb(0, 0, 0);
    border-radius: 100%;
    font-size: 8px;
    background: rgb(253, 184, 19) !important;
}

.header.shop .nav li.active a {
    padding-left: 40px;
    padding-right: 46px;
    border-radius: 5px 5px 0px 0px !important;
}





.header.shop.v3 .middle-inner {
    border: none;
}

.header.shop .header-inner {
    padding-top: 1.4em;
    padding-left: 4em;
    padding-right: 4em;
    background: rgb(253, 184, 19);
    transition: padding 0.5s ease-in-out;
}

.header.shop.v3 .header-inner {
    background: transparent;
}

.header.shop.v2 .header-inner {
    background: rgb(255, 255, 255);
    border-top: 1px solid rgb(238, 238, 238);
}

.header.shop .topbar p {
    color: rgb(51, 51, 51);
}

.header.shop .all-category {
    color: rgb(255, 255, 255);
    position: relative;
    background: rgb(247, 148, 29);
}

.header.shop .all-category h3 {
    padding: 20px 25px;
}

.header.shop .cat-heading {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.header.shop .cat-heading i {
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-right: 15px;
    font-size: 22px;
}

.header.shop .main-category {
    position: absolute;
    left: 0px;
    top: 64px;
    background: rgb(255, 255, 255);
    z-index: 1;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 15px;
}

.header.shop .main-category li {
    display: block;
    border-bottom: 1px solid rgb(246, 246, 246);
    position: relative;
}

.header.shop .main-category li:last-child {
    border: none;
}

.header.shop .main-category li a {
    font-size: 14px;
    font-weight: 600;
    color: rgb(51, 51, 51);
    padding: 13px 25px;
    display: block;
    text-transform: uppercase;
}

.header.shop .main-category li a i {
    display: inline-block;
    float: right;
}

.header.shop .sub-category {
    background: rgb(255, 255, 255);
    width: 220px;
    position: absolute;
    left: 238px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    border-left: 3px solid rgb(247, 148, 29);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 5px 15px;
}

.header.shop .main-category li:hover .sub-category {
    opacity: 1;
    visibility: visible;
}

.header.shop .main-category li a {
    text-transform: capitalize;
    font-weight: 400;
}

.header.shop .main-category li a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .main-category .main-mega {
    position: relative;
}

.header.shop .main-category li .mega-menu {
    width: 850px;
    display: inline-block;
    height: auto;
    position: absolute;
    left: 238px;
    top: 0px;
    z-index: 99999;
    background: rgb(255, 255, 255);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    padding: 30px;
    border-left: 3px solid rgb(247, 148, 29);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.header.shop .main-category li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
}

.header.shop .main-category li .mega-menu .single-menu {
    width: 33%;
    display: inline-block;
    border: none;
    padding: 0px 20px 0px 0px;
}

.header.shop .main-category li .mega-menu .single-menu a {
    padding: 0px;
}

.header.shop .main-category li .mega-menu .single-menu .image {
    overflow: hidden;
}

.header.shop .main-category li .mega-menu .single-menu img {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.header.shop .main-category li .mega-menu .single-menu .image:hover img {
    transform: scale(1.1);
}

.header.shop .main-category li .mega-menu .single-menu .title-link {
    margin-bottom: 20px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    padding: 2px 13px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
}

.header.shop .main-category li .mega-menu .single-menu .title-link:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.header.shop .main-category li .mega-menu .single-menu .inner-link {
    margin-top: 25px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a {
    margin-bottom: 10px;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:hover {
    color: rgb(247, 148, 29);
    background: transparent;
}

.header.shop .main-category li .mega-menu .single-menu .inner-link a:last-child {
    margin-bottom: 0px;
}

.header.shop .menu-origin {
    display: inline-block;
    float: right;
}

.header.shop .nav li {
    margin-right: 40px;
    float: left;
    position: relative;
}

.header.shop .nav li {
    margin-right: 6px;
    position: relative;
    float: none;
}

.header.shop .nav li:last-child {
    margin-right: 0px;
}

.header.shop .nav li .new {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 9px;
    position: absolute;
    left: 21px;
    top: 2px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.header.shop.v2 .nav li a {
    color: rgb(51, 51, 51);
}

.header.shop .nav li a {
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    font-size: 18px;
    padding: 16px 15px;
    font-weight: 500;
    display: block;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    transition: 0.4s;
}

.header.shop .nav li:hover a {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.header.shop.v2 .nav li:hover a {
    color: rgb(247, 148, 29);
    background: transparent;
}

.header.shop .nav li.active a {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.header.shop.v2 .nav li.active a {
    color: rgb(51, 51, 51) !important;
    background: transparent !important;
}

.header.shop.v2 .nav li.active a {
    color: rgb(247, 148, 29) !important;
}

.header.shop .nav .dropdown li {
    margin: 0px;
}

.header.shop .nav li .dropdown li:hover a {
    background: rgb(247, 148, 29);
}

.header.shop.v2 .nav li.active .dropdown li a {
    color: rgb(51, 51, 51) !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: rgb(255, 255, 255) !important;
    background: rgb(247, 148, 29) !important;
}

.header.shop.v2 .nav li.active .dropdown li a:hover {
    color: rgb(255, 255, 255) !important;
}

.header.shop.v2 .nav li .dropdown li:hover a {
    color: rgb(247, 148, 29);
}

.header.shop .nav li .dropdown li a {
    color: #fff;
    padding: 0px;
    font-weight: 400;
    background: #000;
    text-align: center;
}



.header.shop.v2 .nav li .dropdown li a {
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
}

/* .header.shop .nav li .dropdown li a {
    font-weight: 400;
    font-size: 12px;
} */

.header.shop .nav li .dropdown li a:hover {
    /* color: rgb(255, 255, 255); */
    background-color: yellow;
}

.header.shop.v2 .nav li .dropdown li a:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255) !important;
}

.header.shop .nav li .dropdown li .dropdown.sub-dropdown li a:hover {
    background: rgb(247, 148, 29);
}

.header.shop .right-bar {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    top: 0px;
    right: 30px;
    float: right;
    position: relative;
}

.header.shop .right-bar .sinlge-bar.top-search a {
    transform: translateY(3px);
}

.header.shop .right-bar .sinlge-bar.top-search a:hover {
    color: rgb(247, 148, 29);
}

.header.shop .right-bar .sinlge-bar .single-icon {
    color: rgb(51, 51, 51);
    font-size: 20px;
    position: relative;
}

.header.shop .right-bar .sinlge-bar .single-icon:hover {
    color: rgb(247, 148, 29);
}

/* .header.shop .right-bar .sinlge-bar .single-icon .total-count {
    position: absolute;
    top: -4px;
    right: 6px;
    width: 12px;
    height: 12px;
    line-height: 14px;
    text-align: center;
    color: rgb(0, 0, 0);
    border-radius: 100%;
    font-size: 8px;
    background: rgb(253, 184, 19) !important;
}
 */

/* 
.header.shop .header-inner .right-bar .sinlge-bar .single-icon img {
    width: 55px;
} */

.header.shop .right-bar .sinlge-bar {
    display: inline-block;
    margin-right: 25px;
}

.header.shop .right-bar .sinlge-bar:last-child {
    margin-right: 0px;
}

.header.shop .right-bar .sinlge-bar li a:hover {
    color: rgb(247, 148, 29);
}

.mobile-search {
    display: none;
}

.header .search-top {
    display: none;
}

.header .search-top a {
    font-size: 17px;
}

.header .search-top a:hover {
    color: rgb(247, 148, 29);
}
/* 
.header .search-form {
    position: absolute;
    left: -170px;
    opacity: 0;
    visibility: hidden;
    top: 35px;
    transition: 0.5s;
    transform: scaleY(0);
    box-shadow: rgba(0, 0, 0, 0.23) 0px 4px 7px;
    padding: 0px;
    border-radius: 0px;
    z-index: 99999999 !important;
}

.header .search-top.active .search-form {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    border-radius: 50px;
} */


.header .search-form {
    position: fixed;  
    top: 140px;      
    left: 30%;       
    transform: translateX(-50%) scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 4px 7px;
    z-index: 99999999 !important;
    border-radius: 50px;
}

.header .search-top.active + .search-form {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
    border-radius: 50px;
}


.header .search-form input {
    width: 250px;
    height: 45px;
    line-height: 45px;
    padding: 0px 60px 0px 15px;
    transition: 0.4s;
    border: none;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-radius: 50px;
}

.header .search-form button {
    position: absolute;
    right: 0px;
    height: 45px;
    top: 0px;
    width: 45px;
    background: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-radius: 50px;
    border-left: 1px solid rgb(208, 208, 208);
    font-size: 15px;
    color: rgb(51, 51, 51);
    transition: 0.4s;
}

.header .search-form button:hover {
    color: rgb(255, 255, 255);
    border-color: transparent;
    border-radius: 50px;
    background: rgb(255, 193, 7) !important;
}

.header .header-inner {
    width: 100%;
    z-index: 999;
}

.header .header-inner .right-bar .sinlge-bar.shopping {
    display: none;
}

.header .header-inner .single-icon .total-count {
    position: absolute;
    top: -10px;
    background: rgb(246, 147, 29);
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 100%;
    font-size: 11px;
    right: 6px !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 16px !important;
}

.header .header-inner .right-bar {
    right: 20px;
    top: -10px;
}

.header.sticky .header-inner .sinlge-bar.shopping {
    display: flex;
}

.header.sticky .header-inner .right-bar {
    right: 20px;
    top: -10px;
}

.header.sticky.off-sticky {
    display: none;
}

.header.sticky .all-category {}

.header.sticky .all-category h3 {
    cursor: pointer;
}

.header.sticky .all-category .main-category {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.header.sticky .all-category:hover .main-category {
    opacity: 1;
    visibility: visible;
}

.header.sticky .header-inner .nav li a {
    color: rgb(51, 51, 51);
}

.header.sticky.v3 .header-inner .nav li a {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner .nav li:hover a {
    color: rgb(255, 255, 255);
}

.header.sticky.v2 .header-inner .nav li:hover a {
    color: rgb(247, 148, 29);
}

.header.sticky .header-inner .nav li .dropdown li a {
    /* color: rgb(51, 51, 51); */
}

.header.sticky.v2 .header-inner .nav li .dropdown li a {
    color: rgb(51, 51, 51);
}

.header.sticky .header-inner .nav li .dropdown li a:hover {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner .nav li.active a {
    color: rgb(255, 255, 255);
}

.header.sticky .header-inner {
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    animation: 1s ease 0.2s 1 normal both running fadeInDown;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
    z-index: 9999;
}

.header.sticky.v3 .header-inner {
    box-shadow: none;
}

.header.sticky.v3 .navbar-expand-lg .navbar-collapse {
    animation: 1s ease 0.2s 1 normal both running fadeInDown;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

/* .search-btn {
    padding: 8px;
    border-radius: 10px;
    background-color: rgb(203, 144, 4);
    display: inline-block;
    cursor: pointer;
    margin-left: auto;
    transition: background-color 0.3s;
    z-index: 1;
    width: 40px;
} */

.search-btn:hover {
    background-color: rgb(181, 130, 3);
    z-index: 999;
}

.header-search {
    width: 0px;
    margin-right: 0px;
    border: none;
    opacity: 0;
    transition: 0.5s;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 0px !important;
    border-radius: 50px !important;
}

.header-search::placeholder {
    font-size: 10px !important;
}

.header-search.expanded {
    width: 350px;
    opacity: 1;
    padding-top: 14px !important;
    padding-bottom: 16px !important;
    padding-left: 25px !important;
}

.top-search img {
    filter: invert(1);
    width: 20px;
}

.search-wrapper {
    width: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-search:focus {
    outline: none !important;
    box-shadow: none !important;
}

.header-search::placeholder {
    font-size: 12px;
}

.custom-select {
    border: none !important;
    padding: 0px !important;
    width: 200px !important;
}

.custom-select select {
    font-size: 18px !important;
    color: rgb(0, 0, 0) !important;
}

.shop .custom-select:focus {
    outline: none !important;
}

.hero-slider {
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.hero-slider .single-slider {
    background-image: url("../images/slider-image2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 510px;
}

.hero-slider .text-inner {}

.hero-slider .hero-text {
    padding: 0px 30px;
    margin-top: 100px;
}

.hero-slider .hero-text h1 {
    line-height: 50px;
    font-size: 47px;
    font-weight: 700;
    color: rgb(247, 148, 29);
    margin-bottom: 20px;
}

.hero-slider .hero-text h1 span {
    font-size: 20px;
    display: block;
    margin-bottom: 12px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    line-height: initial;
}

.hero-slider .hero-text p {
    color: rgb(51, 51, 51);
    margin-bottom: 35px;
}

.hero-slider .hero-text .button {
    margin: 0px;
}

.hero-slider .hero-text .btn {
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    padding: 13px 30px;
    line-height: initial;
    border: none;
    height: auto;
    z-index: 0;
}

.hero-slider .hero-text .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area2 {
    position: relative;
}

.hero-area2 .single-slider.overlay::before {
    background: rgb(247, 148, 29);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
}

.hero-area2 .single-slider.overlay:hover::before {
    opacity: 0.9;
    visibility: visible;
    transform: scale(1);
}

.hero-area2 .single-slider {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero-area2 .single-slider .content {
    position: relative;
}

.hero-area2 .single-slider .content {
    width: 100%;
    padding: 120px 15px 15px;
    z-index: 2;
    transition: 0.4s;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
}

.hero-area2 .single-slider:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.hero-area2 .single-slider .content .sub-title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.hero-area2 .single-slider .content .title {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hero-area2 .single-slider .content .des {
    color: rgb(255, 255, 255);
}

.hero-area2 .single-slider .content .button {}

.hero-area2 .single-slider .content .button .btn {
    padding: 9px 25px;
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    color: rgb(255, 255, 255);
    margin-top: 25px;
}

.hero-area2 .single-slider .content .button .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-color: transparent;
}

.hero-area2 .owl-carousel .owl-nav {
    margin: -30px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hero-area2 .owl-carousel .owl-nav div {
    height: 60px;
    width: 40px;
    line-height: 60px;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
    margin: 0px;
    transition: 0.4s;
    padding: 0px;
    border-radius: 0px;
}

.hero-area2 .owl-carousel .owl-nav div:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.hero-area2 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.hero-area3 {}

.hero-area3 .big-content {
    background-image: url("../images/slider/big-content.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 511px;
    margin-top: 30px;
    position: relative;
}

.hero-area3 .big-content .inner {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 0px 50px 0px 360px;
    transform: translateY(-50%);
}

.hero-area3 .big-content .title {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 37px;
}

.hero-area3 .big-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area3 .big-content .des {}

.hero-area3 .big-content .button {
    margin-top: 40px;
    display: block;
}

.hero-area3 .big-content .button .btn {
    color: rgb(255, 255, 255);
}

.hero-area3 .small-content {
    height: 240px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
    position: relative;
}

.hero-area3 .small-content.first {
    background-image: url("../images/slider/small-content1.jpg");
}

.hero-area3 .small-content.secound {
    background-image: url("../images/slider/small-content2.jpg");
}

.hero-area3 .small-content .inner {
    padding: 30px;
    text-align: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hero-area3 .small-content .title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.hero-area3 .small-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area3 .small-content .des {}

.hero-area3 .small-content .button {
    margin-top: 10px;
    display: block;
}

.hero-area3 .small-content .button .btn {
    background: transparent;
    padding: 0px;
    color: rgb(51, 51, 51);
    border-bottom: 2px solid rgb(51, 51, 51);
    font-size: 13px;
}

.hero-area3 .small-content .button .btn:hover {
    color: rgb(247, 148, 29);
    border-color: rgb(247, 148, 29);
}

.hero-area4 .big-content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 510px;
    margin-top: 30px;
    position: relative;
}

.hero-area4 .big-content .inner {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 0px 80px 0px 50px;
    transform: translateY(-50%);
}

.hero-area4 .big-content .title {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 35px;
}

.hero-area4 .big-content .title span {
    color: rgb(247, 148, 29);
}

.hero-area4 .big-content .des {}

.hero-area4 .big-content .button {
    margin-top: 40px;
    display: block;
}

.hero-area4 .big-content .button .btn {
    color: rgb(255, 255, 255);
}

.hero-area4 .owl-carousel .owl-nav {
    margin: -20px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hero-area4 .owl-carousel .owl-nav div {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
    margin: 0px;
    transition: 0.4s;
    padding: 0px;
    border-radius: 0px;
}

.hero-area4 .owl-carousel .owl-nav div:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.hero-area4 .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.small-banner {
    padding: 30px 0px 0px;
}

.small-banner .single-banner {
    overflow: hidden;
    position: relative;
}

.small-banner .single-banner img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.small-banner .single-banner .content {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 35px;
}

.small-banner .single-banner h3 {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: rgb(51, 51, 51);
}

.small-banner .single-banner h3 span {
    color: rgb(247, 148, 29);
}

.small-banner .single-banner p {
    font-size: 14px;
    color: rgb(247, 148, 29);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.small-banner .single-banner a {
    color: rgb(51, 51, 51);
    margin-top: 22px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(51, 51, 51);
}

.small-banner .single-banner a:hover {
    color: rgb(247, 148, 29);
    border-color: rgb(247, 148, 29);
}

.midium-banner {
    padding: 0px;
}

.midium-banner .single-banner {
    position: relative;
}

.midium-banner .single-banner img {
    height: 100%;
    width: 100%;
    transition: 0.4s;
}

.midium-banner .single-banner .content {
    padding-left: 50px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.midium-banner .single-banner h3 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
    line-height: 30px;
}

.midium-banner .single-banner h3 span {
    color: rgb(247, 148, 29);
}

.midium-banner .single-banner p {
    font-size: 13px;
    color: rgb(247, 148, 29);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.midium-banner .single-banner a {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    user-select: none;
    font-size: 13px;
    background: rgb(51, 51, 51);
    padding: 10px 27px;
    border-radius: 30px;
    margin-top: 25px;
    text-transform: uppercase;
    color: rgb(255, 255, 255) !important;
}

.midium-banner .single-banner a:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.pro-tab-viewmore-wrap {
    position: relative;
    text-align: center;
}

.most-popular .section-title {
    margin-bottom: 40px;
}

.pro-tab-viewmore-wrap .pro-viewmore {
    position: absolute;
    right: 40px;
    top: 0px;
}

.single-product.catg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 272px;
    width: 100%;
    background-image: url("../images/catg-bg.png") !important;
}

.most-popular .single-product {
    margin: 50px 15px 0px;
}

.most-popular .owl-nav {
    margin: -25px 0px 0px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.most-popular .owl-carousel .owl-nav div {
    height: 60px;
    width: 30px;
    line-height: 58px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    position: absolute;
    margin: 0px;
    border-radius: 0px;
    font-size: 15px;
    text-align: center;
    transition: 0.4s;
    box-shadow: rgba(51, 51, 51, 0.11) 0px 0px 10px;
}

.most-popular .owl-carousel .owl-nav div:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: 0px;
}

.most-popular .owl-carousel .owl-controls .owl-nav .owl-next {
    right: 0px;
}

.product-area .nav-tabs {
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

.product-area .nav-tabs .nav-item {
    margin-bottom: -1px;
    display: inline-block;
}

.product-area .nav-tabs li a {
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-right: 5px;
    font-weight: 500;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 3px 14px;
    border-radius: 3px;
    font-size: 13px;
}

.product-area .nav-tabs li:last-child a {
    border-color: transparent;
}

.product-area .nav-tabs li a i {
    margin-right: 10px;
}

.product-area .nav-tabs li a.active,
.product-area .nav-tabs li:hover a {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.single-product {
    position: relative;
    border: 1px solid rgb(236, 236, 236);
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.yellow-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(253, 184, 19);
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
    text-align: center;
}

.yellow-overlay h2 {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: 600;
}

.yellow-overlay img {
    position: absolute;
    bottom: 0px;
}

.single-product:hover .product-img img {
    scale: 1.2;
}

.single-product:hover .product-content h3 a {
    color: rgb(253, 184, 19) !important;
}

.single-product.product-detail:hover .product-content h3 a {
    color: rgb(0, 0, 0) !important;
}

.single-product .product-img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.single-product .product-img a {
    display: block;
    position: relative;
}

.single-product .product-img a img {
    width: 100%;
}

.single-product .product-img a img.hover-img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s, 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: rgb(246, 147, 29);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: rgb(132, 147, 202);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: rgb(237, 27, 36);
    display: inline-block;
    font-size: 11px;
    color: rgb(255, 255, 255);
    right: 20px;
    top: 20px;
    padding: 1px 16px;
    font-weight: 700;
    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: 0px;
    bottom: 0px;
    z-index: 99;
    border-radius: 3px;
}

.single-product .product-img .product-action a {
    background-color: transparent;
    color: rgb(51, 51, 51);
    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: 0px;
    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;
    text-align: center;
    padding: 5px 12px;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.6s, margin 0.3s;
    font-size: 11px;
    right: 0px;
    line-height: 14px;
    top: -12px;
    margin-top: -5px;
    margin-right: 0px;
    display: inline-block;
    width: 120px;
    border-radius: 15px 0px 0px 15px;
    background: rgb(247, 148, 29) !important;
    color: rgb(255, 255, 255) !important;
}

.single-product .product-img .button-head .product-action a span::after {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -12px;
    border-width: 6px 6px 6px 0px;
    border-style: solid;
    border-color: rgb(247, 148, 29) transparent transparent;
    border-image: initial;
}

.single-product .product-img .product-action a:hover {
    color: rgb(247, 148, 29);
}

.single-product .product-img .product-action a:hover span {
    visibility: visible;
    opacity: 1;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    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: 0px;
    bottom: 0px;
    text-align: left;
    z-index: 99;
    transition: 250ms ease-out;
}

.single-product .product-img .product-action-2 a {
    background-color: transparent;
    color: rgb(51, 51, 51);
    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: rgb(247, 148, 29);
}

.single-product .button-head {
    background: rgb(255, 255, 255);
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -50px;
    z-index: 9;
    height: 50px;
    line-height: 50px;
    transition: 0.4s;
}

.single-product:hover .button-head {
    bottom: 0px;
}

.single-product .product-img .shop-list-quickview {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 99;
    margin-top: 20px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s;
}

.single-product .product-img .shop-list-quickview a {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 18px;
}

.single-product .product-img .shop-list-quickview a:hover {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.single-product .product-img .shop-list-quickview a i {
    line-height: 50px;
}

.single-product .product-content {
    margin: 22px 11px;
}

.single-product .product-content .price {
    font-size: 16px;
    color: rgb(253, 184, 19);
    font-weight: 600;
}

.single-product.product-detail .product-content h3 {
    text-align: start !important;
    line-height: 22px;
}

.single-product.product-detail .product-content h3 a {
    width: 100%;
    white-space: normal;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: start !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.single-product .product-img:hover.default-overlay::before {
    background-color: rgba(38, 38, 38, 0.2);
    z-index: 9;
    transition: 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;
    transition: 250ms ease-out;
    pointer-events: none;
    opacity: 1;
}

.single-product .product-img:hover img.hover-img {
    opacity: 1;
}

.single-product .product-content h3 {
    text-align: center;
    line-height: 22px;
}

.single-product .product-content h3 a {
    display: block;
    width: 100%;
    padding: 0px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgb(37, 61, 78);
}

.single-product.catg .product-content h3 {
    line-height: 22px;
}

.single-product.catg .product-content h3 a {
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 30px !important;
}

.single-product.catg:hover .product-content h3 a {
    color: rgb(0, 0, 0) !important;
}

.single-product .product-content h3 a:hover {
    color: rgb(247, 148, 29);
}

.single-product .product-content .product-price {
    margin: 6px 0px 0px;
}

.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;
}

.shop-sidebar .single-widget {
    box-shadow: rgb(236, 236, 236) 2px 0px 20px -4px;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 6px;
    padding: 22px;
}

.shop-sidebar .single-widget:first-child {
    margin-top: 0px;
}

.shop-sidebar .single-widget .title {
    position: relative;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid rgb(236, 236, 236);
    padding-bottom: 24px;
}

.shop-sidebar .single-widget .title::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    background-color: rgb(253, 184, 19);
    width: 35%;
    content: "";
}

.shop .range .price-filter {
    display: block;
    margin-top: 20px;
}

.shop .range #slider-range {
    box-shadow: none;
    border: none;
    height: 4px;
    background: rgb(247, 148, 29);
    color: rgb(247, 148, 29);
    border-radius: 0px;
}

.shop .range #slider-range .ui-slider-range {
    box-shadow: none;
    background: rgb(34, 34, 34);
    border-radius: 0px;
    border: none;
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    width: 14px;
    height: 14px;
    line-height: 10px;
    background: rgb(34, 34, 34);
    border: none;
    border-radius: 100%;
    top: -5px;
}

.shop .range .label-input {
    margin-top: 15px;
}

.shop .range .label-input span {
    margin-right: 5px;
    color: rgb(40, 40, 40);
}

.shop .range .ui-slider-handle.ui-state-default.ui-corner-all {
    background: rgb(247, 148, 29);
    color: rgb(247, 148, 29);
    cursor: pointer;
}

.shop .range .label-input input {
    border: none;
    margin: 0px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(34, 34, 34);
    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: 0px;
}

.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: 0px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.shop .range .check-box-list .count {
    margin-left: 5px;
    color: rgb(102, 102, 102);
}

.shop-sidebar .categor-list {
    /* margin-top: 10px; */
    padding-top: 20px;
}

.shop-sidebar .categor-list li:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.shop-sidebar .categor-list li:hover a {
    color: rgb(253, 184, 19);
}
/* 
.shop-sidebar .categor-list li {
    margin-bottom: 15px;
    border: 1px solid rgb(242, 243, 244);
    border-radius: 6px;
    padding: 12px 18px;
} */


.shop-sidebar .categor-list li {
    margin-bottom: 0.9375em; /* 15px / 16 = 0.9375em */
    border: 0.0625em solid rgb(242, 243, 244); /* 1px / 16 = 0.0625em */
    border-radius: 0.375em; /* 6px / 16 = 0.375em */
    padding: 1em 1.125em; /* 16px / 16 = 1em, 18px / 16 = 1.125em */
  }

.shop-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}

.shop-sidebar .categor-list li a {
    display: inline-block;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 0.875em; /* 14px / 16 = 0.875em */
    text-transform: capitalize;
  }

.shop-sidebar .single-post {
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.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: 0px;
    top: 0px;
    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: rgb(34, 34, 34);
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.shop-sidebar .single-post .content h5 a:hover {
    color: rgb(247, 148, 29);
}

.shop-sidebar .single-post .content .price {
    display: block;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin: 5px 0px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

.shop-sidebar .single-post .reviews li {
    display: inline-block;
}

.shop-sidebar .single-post .reviews li i {
    color: rgb(153, 153, 153);
}

.shop-sidebar .single-post .reviews li.yellow i {
    color: rgb(247, 148, 29);
}

.shop .shop-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    clear: both;
    justify-content: space-between;
}

.shop .shop-shorter {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 50px;
}

.shop .single-shorter {
    display: inline-block;
    margin-right: 10px;
}

.shop .single-shorter:last-child {
    margin: 0px;
}

.shop .single-shorter label {
    display: inline-block;
    float: left;
    margin: 4px 5px 0px 0px;
    font-weight: 500;
}

.shop .single-shorter option {}

.shop .nice-select {
    clear: initial;
    display: inline-block;
    margin: 0px;
    border: 1px solid rgb(230, 230, 230);
    height: auto;
    width: auto;
    border-radius: 0px;
}

.shop .nice-select::after {
    border-color: rgb(136, 136, 136);
}

.shop .nice-select .list {
    border-radius: 0px;
}

.shop .nice-select .option.selected {
    font-weight: 400;
}

.shop .nice-select .list li {
    color: rgb(102, 102, 102);
    border-radius: 0px;
}

.shop .nice-select .list li:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shop .view-mode {}

.shop .view-mode li {
    display: inline-block;
    margin-right: 5px;
}

.shop .view-mode li:last-child {
    margin: 0px;
}

.shop .view-mode li a {
    width: 20px;
    height: 20px;
    background: transparent;
    text-align: center;
    display: block;
    color: rgb(126, 126, 126);
    border-radius: 0px;
}

.shop .view-mode li.active a,
.shop .view-mode li:hover a {
    border-color: transparent;
}

.shop.single {
    padding: 100px 0px;
}

.shop.single .product-gallery {
    margin-top: 30px;
}

.shop.single .flexslider-thumbnails {
    position: relative;
}

.shop.single .product-gallery .slides li {
    position: relative;
}

.shop.single .product-gallery .slides li img {
    max-height: 610px;
    width: 100%;
    object-fit: cover;
}

.shop.single .flex-control-nav {
    margin-top: 15px;
    /* display: flex;
    justify-content:center;
    gap: 20px; */
}

.shop.single .flex-control-thumbs li {
    width: 20%;
    border-radius: 8px;
    position: relative;
    margin: 0px 0px 6px -3px;
    min-height: 100px !important;
}

.shop.single .flex-control-thumbs li img {
    width: 100%;
    border-radius: 8px;
    padding: 0px;
    border: 1px solid transparent;
    height: 100%;
    object-fit: cover;
}

.shop.single .flex-control-thumbs li img.flex-active {
    border-color: rgb(247, 148, 29);
}

.shop.single .flex-direction-nav {
    display: none;
}

.shop.single .product-des {
    margin-top: 30px;
}

.shop.single .product-des .short {
    border-width: 0px 0px 1px;
    border-bottom-style: dashed;
    border-bottom-color: transparent;
    border-image: repeating-linear-gradient(to right, rgb(224, 224, 224) 0px, rgb(224, 224, 224) 8px, transparent 8px, transparent 15px) 1 / 1 / 0 stretch;
}

/* .shop.single .product-des .short h4 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 5px;
    line-height: 38px;
    color: rgb(0, 0, 0);
} */

/* .shop.single .product-des .description {
    font-weight: 400;
    font-size: 16px;
    color: rgb(102, 102, 102);
    margin-top: 8px;
} */

/* .shop.single .product-des .short .sku {
    padding: 12px 0px 20px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
} */

.shop.single .product-des .short .sku span {
    margin-right: 10px;
    font-weight: 400;
    color: rgb(143, 143, 143);
}

.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: rgb(247, 148, 29);
}

.shop.single .product-des .rating {
    margin-top: 20px;
    display: inline-block;
}

.shop.single .product-des .rating li {
    display: inline-block;
}

.shop.single .product-des .rating li i {
    color: rgb(247, 148, 29);
}

.shop.single .product-des .rating li.dark i {
    color: rgb(85, 85, 85);
}

.shop.single .product-des .price {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    margin-top: 15px;
}

.shop.single .product-des .price s {
    color: rgb(51, 51, 51);
}
/* 
.shop.single .product-des .price span {
    margin-top: 120px;
    display: inline-block;
    margin-bottom: 15px;
    color: rgb(247, 148, 29);
} */

.shop.single .product-des .product-buy {}

.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: 0px;
}

.shop.single .product-des .color ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    background: rgb(51, 51, 51);
}

.shop.single .product-des .color ul li a i {
    font-size: 11px;
    color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.shop.single .product-des .color ul li a:hover i {
    opacity: 1;
    visibility: visible;
}

.shop.single .product-des .color ul li .one {
    background: rgb(52, 152, 219);
}

.shop.single .product-des .color ul li .two {
    background: rgb(247, 148, 29);
}

.shop.single .product-des .color ul li .three {
    background: rgb(142, 68, 173);
}

.shop.single .product-des .color ul li .four {
    background: rgb(46, 204, 113);
}

.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: 0px;
}

.shop.single .product-des .size ul li a {
    display: block;
    height: 30px;
    width: 36px;
    border: 1px solid rgb(238, 238, 238);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.shop.single .product-des .size ul li a:hover {
    color: rgb(247, 148, 29);
}

.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 {
    display: inline-block;
}

.shop.single .quantity .button {
    position: absolute;
    top: 6px;
    display: inline-block;
}

.shop.single .quantity .button.minus {
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shop.single .quantity .button.plus {
    right: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shop.single .quantity .button .btn {
    font-size: 18px;
    padding: 0px;
    width: 55px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    background: transparent;
    color: rgb(40, 40, 40);
    border: none;
}

.shop.single .quantity .button .btn:hover {
    color: rgb(247, 148, 29);
}

.shop.single .quantity .input-number {
    border: none;
    background-color: rgb(243, 243, 243);
    width: 100%;
    text-align: center;
    height: 56px;
    font-size: 22px;
    overflow: hidden;
    padding: 0px 38px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 30px !important;
}

.shop.single .add-to-cart {
    display: inline-block;
}

.shop.single .add-to-cart .btn {
    height: 55px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 50px;
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    max-width: 100% !important;
    /* width: 350px; */
}

.shop.single .add-to-cart .btn img {
    height: 16px;
}

.shop.single .add-to-cart .btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.shop.single .add-to-cart .btn.min {
    padding: 0px 20px;
    font-size: 17px;
    position: relative;
    top: 1px;
    line-height: 45px;
}

.shop.single .cat {
    font-size: 14px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    margin-top: 30px;
}

.shop.single .cat a {
    display: inline-block;
    margin-left: 10px;
}

.shop.single .cat a:hover {
    color: rgb(247, 148, 29);
}

.shop.single .availability {
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-top: 6px;
}

.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: 0px;
}

.shop.single .nav-tabs li a {
    border-radius: 0px;
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgb(238, 238, 238);
}

.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: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    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: rgb(85, 85, 85);
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.shop.single .single-des ul li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    height: 7px;
    width: 7px;
    background: rgb(247, 148, 29);
    border-radius: 50%;
}

.shop.single .single-des p {}

.shop.single .item-info {
    width: 100%;
}

.shop.single .item-info tbody {}

.shop.single .item-info tbody tr {}

.shop.single .item-info tbody td {
    border: 1px solid rgb(230, 230, 230);
    padding: 10px;
}

.shop.single .item-info tbody strong {}

.shop.single .ratting-main {}

.shop.single .avg-ratting {
    margin-bottom: 20px;
}

.shop.single .avg-ratting h4 {
    font-size: 18px;
    margin: 0px;
}

.shop.single .avg-ratting h4 span {
    font-size: 14px;
}

.shop.single .single-rating {
    margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
    margin: 0px;
    border: none;
    padding: 0px;
}

.shop.single .rating-author {
    float: left;
    margin-right: 10px;
    padding: 20px 10px 20px 20px;
}

.shop.single .rating-author img {
    width: 60px;
    border-radius: 100%;
    height: 60px;
}

.shop.single .rating-des {
    background: rgb(249, 248, 248);
    padding: 17px 20px 17px 107px;
}

.shop.single .rating-des .ratings {
    margin: 0px;
}

.shop.single .rating-des h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.shop.single .ratting-main .single-rating ul {}

.shop.single .ratting-main .single-rating ul li {
    display: inline-block;
}

.shop.single .ratting-main .single-rating ul li i {
    color: rgb(247, 148, 29);
    font-size: 14px;
}

.shop.single .review-inner label {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.shop.single .review-inner .ratings {
    overflow: visible;
    display: inline-block;
    margin: 0px;
}

.shop.single .review-inner .ratings ul {
    display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
    display: inline-block;
    margin-right: 5px;
}

.shop.single .ratings .rate-count {
    display: inline-block;
    color: rgb(102, 102, 102);
    font-size: 13px;
}

.shop.single .comment-review {
    margin-bottom: 30px;
}

.shop.single .comment-review .add-review {
    margin-top: 30px;
}

.shop.single .comment-review .add-review h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

.shop.single .comment-review .add-review p {
    color: rgb(51, 51, 51);
}

.shop.single .comment-review h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 20px;
}

.shop.single .comment-review .review-inner {
    margin-bottom: 15px;
    display: block;
}

.shop.single .comment-review .rating li {
    display: inline-block;
}

.shop.single .comment-review .rating li i {
    color: rgb(247, 148, 29);
    font-size: 14px;
}

.shop.single .rating-des p {
    margin-top: 5px;
}

.shop.single .avg-ratting h4 {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.shop.single .avg-ratting {}

.shop.single .form .form-group input {
    width: 100%;
    height: 45px;
    padding: 10px 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    resize: none;
    border-radius: 0px;
    color: rgb(51, 51, 51);
}

.shop.single .form .form-group button {
    border: none;
    padding: 17px 50px;
}

.shop.single .form .form-group textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    resize: none;
    border-radius: 0px;
    color: rgb(51, 51, 51);
}

.shop.single .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.shop.single .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.shop.single .review-panel {
    margin-top: 35px;
}

.shop-home-list {
    padding: 0px 0px 100px;
}

.shop-home-list .shop-section-title {
    margin-bottom: 20px;
}

.shop-home-list .shop-section-title h1 {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: rgb(44, 45, 63);
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.shop-home-list .shop-section-title h1::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
    left: 0px;
    bottom: -1px;
}

.shop-home-list .single-list {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    border: 1px solid rgb(238, 238, 238);
    padding: 10px;
}

.shop-home-list .single-list .list-image {
    position: relative;
}

.shop-home-list .single-list .list-image.overlay::before {
    background: rgb(0, 0, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.shop-home-list .single-list .list-image.overlay:hover::before {
    opacity: 0.3;
    visibility: visible;
}

.shop-home-list .single-list .list-image .buy {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    text-align: center;
    transition: 0.4s;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.shop-home-list .single-list .list-image .buy:hover {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
}

.shop-home-list .single-list .list-image:hover .buy {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop-home-list .single-list .no-padding {
    padding-right: 0px;
}

.shop-home-list .single-list img {
    width: 100%;
    height: 100%;
}

.shop-home-list .single-list .content {
    padding-top: 45px;
    padding-right: 12px;
}

.shop-home-list .single-list .content .title {
    line-height: 18px;
}

.shop-home-list .single-list .content .title a {
    font-size: 14px;
    font-weight: 600;
}

.shop-home-list .single-list .content .titlea {
    color: rgb(51, 51, 51);
}

.shop-home-list .single-list .content a:hover {
    color: rgb(247, 148, 29);
}

.shop-home-list .single-list .content .price {
    margin-top: 15px;
    background: rgb(247, 148, 29);
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 2px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

.table.shopping-summery {
    background: rgb(255, 255, 255);
}

.shopping-cart {
    background: rgb(246, 246, 246);
    padding: 50px 0px;
}

.shopping-summery thead .main-hading {
    padding: 0px 50px;
}

.shopping-summery thead {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shopping-summery thead tr th {
    border: none;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-align: center;
}

.shopping-summery tbody tr {
    border-bottom: 1px solid rgb(247, 148, 29);
    margin-top: 20px;
}

.shopping-summery tbody tr img {
    border-radius: 0px;
    width: 80px;
    height: 80px;
}

.shopping-summery tbody tr:last-child {
    border: none;
}

.shopping-summery tbody .product-name a {
    color: rgb(40, 40, 40);
    font-weight: 600;
    font-size: 17px;
}

.shopping-cart .table p {
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.shopping-summery tbody .product-name a:hover {
    color: rgb(247, 148, 29);
}

.shopping-summery tbody .product img {
    max-width: 70px;
    border-radius: 100%;
    max-height: 65px;
    border: 1px solid rgb(230, 230, 230);
    padding: 4px;
}

.shopping-summery tbody .product:hover img {
    border-color: rgb(247, 148, 29);
    transform: rotate(360deg);
}

.shopping-cart .border {}

.shopping-cart .table .emove-icon {
    font-size: 16px;
}

.shopping-cart .table td {
    vertical-align: middle;
    border-top: 1px solid rgb(238, 238, 238);
    padding: 30px;
}

.shopping-summery tbody .price {
    text-align: center;
}

.shopping-summery tbody .price span {}

.shopping-cart tbody .qty .input-group {
    width: 175px;
    display: inline-block;
}

.shopping-cart .qty .button {
    display: inline-block;
    position: absolute;
    top: 0px;
}

.shopping-cart .qty .button.minus {
    left: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shopping-cart .qty .button.plus {
    right: 0px;
    border-radius: 0px;
    overflow: hidden;
}

.shopping-cart .qty .button .btn {
    padding: 0px;
    width: 44px;
    height: 47px;
    line-height: 50px;
    border-radius: 0px;
    background: transparent;
    color: rgb(40, 40, 40);
    border: none;
    font-size: 12px;
}

.shopping-cart .qty .button .btn:hover {
    color: rgb(247, 148, 29);
}

.shopping-cart .qty .input-number {
    border: 1px solid rgb(236, 237, 237);
    width: 100%;
    text-align: center;
    height: 47px;
    border-radius: 0px;
    overflow: hidden;
    padding: 0px 45px;
}

.shopping-summery tbody .total-amount {
    text-align: center;
}

.shopping-summery tbody .total-amount span {}

.shopping-summery tbody .action {
    text-align: center;
}

.shopping-summery tbody .action a:hover {
    color: rgb(247, 148, 29);
}

.shopping-cart .total-amount {
    margin-top: 50px;
}

.shopping-cart .total-amount .left {}

.shopping-cart .total-amount .left .coupon {}

.shopping-cart .total-amount .left .coupon form {}

.shopping-cart .total-amount .left .coupon form input {
    width: 220px;
    display: inline-block;
    height: 48px;
    color: rgb(51, 51, 51);
    padding: 0px 20px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 5px;
}

.shopping-cart .total-amount .left .coupon form .btn {
    display: inline-block;
    height: 48px;
    border: navajowhite;
    margin-left: 4px;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 5px;
}

.shopping-cart .total-amount .left .coupon form .btn:hover {
    background: rgb(255, 255, 255);
    color: rgb(247, 148, 29);
}

.shopping-cart .total-amount .left label {
    font-size: 22px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.shopping-cart .total-amount .left .checkbox {
    text-align: left;
    margin: 20px 0px 0px;
}

.shopping-cart .total-amount .left .checkbox label {
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 30px;
}

.shopping-cart .total-amount .left .checkbox label:hover {
    cursor: pointer;
}

.shopping-cart .total-amount .left .checkbox label input {
    display: none;
}

.shopping-cart .total-amount .left .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 0px;
}

.shopping-cart .total-amount .left .checkbox label::after {
    position: absolute;
    content: "";
    font-family: Fontawesome;
    width: 22px;
    height: 22px;
    line-height: 24px;
    left: 3px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
    display: block;
    font-size: 11px;
}

.shopping-cart .total-amount .left .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shopping-cart .total-amount .right {
    padding-left: 100px;
}

.shopping-cart .total-amount .right ul {}

.shopping-cart .total-amount .right ul li {
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    margin-bottom: 12px;
}

.shopping-cart .total-amount .right ul li.last {
    padding-top: 12px;
    border-top: 1px solid rgb(200, 200, 200);
    color: rgb(51, 51, 51);
    font-size: 15px;
    font-weight: 400;
}

.shopping-cart .total-amount .right ul li span {
    display: inline-block;
    float: right;
}

.shopping-cart .total-amount .right .button5 .btn {
    text-align: center;
    border-radius: 0px;
    width: 100%;
    margin-top: 10px;
    height: 46px;
    line-height: 18px;
    font-size: 13px;
    color: rgb(255, 255, 255);
}




.shop.checkout .checkout-form {}

.shop.checkout .checkout-form h2 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    margin-bottom: 30px;
}

.billing-form {
    border-top: 1px solid rgb(224, 224, 224);
    padding-top: 20px;
}

.shop.cart .order-details {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-image: initial !important;
    border-bottom: 1px solid rgb(237, 237, 237) !important;
    border-radius: 0px !important;
    padding: 24px 0px !important;
}

.shop.cart .order-details:last-child {
    border-bottom: none !important;
}

.shop.cart .divider {
    background-color: rgb(210, 210, 210);
    height: 20px;
    width: 1px;
}

.shop.cart .address p {
    color: rgb(126, 132, 146);
}

.shop.cart .address p span {
    color: rgb(0, 0, 0);
}

.shop.cart .address label {
    color: rgb(126, 132, 146);
}

.shop.cart .address .ship-select .nice-select {
    border-radius: 5px !important;
    padding: 0px 30px 0px 15px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(224, 224, 224) !important;
    font-size: 12px !important;
}

.shop.cart .address .ship-select .nice-select::after {
    display: none !important;
}

.shop.cart .address .ship-select .nice-select:focus{
    outline: none !important;
}

.shop.cart .address .ship-select .nice-select span {
    font-size: 12px;
    color: #000000 !important;
}

.order-details {
    border-radius: 12px;
    border: 1px solid rgb(224, 224, 224);
    padding: 24px;
}

.order-details .product-detail h2 {
    font-size: 16px;
    color: rgb(27, 27, 27);
    font-weight: 600;
}

.order-details .product-detail p {
    font-size: 14px;
    color: rgb(33, 39, 42);
    font-weight: 400;
}

.emove-btn {
    color: rgb(235, 87, 87);
    font-size: 14px;
    font-weight: 600;
}

.order-details .total span {
    font-size: 10px;
    color: rgb(126, 132, 146);
}

.order-details .total p {
    font-size: 20px;
    color: rgb(27, 27, 27);
}

.cart-details {
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

.counter {
    display: flex;
    align-items: stretch;
    background-color: rgb(245, 245, 245);
}

.counter .button.minus button,
.counter .button.plus button {
    border: 2px solid rgb(237, 237, 237);
    border-radius: 10px;
    background-color: transparent;
    padding: 8px;
    color: rgb(0, 0, 0);
}

.cart-product-container .order-details {
    border-radius: 0px;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 20px 0px;
}

.accordion-button:not(.collapsed) {
    background-color: rgb(231, 241, 255);
    box-shadow: none !important;
}

.accordion-body {
    padding: 0em 1.25em 1.25em;
}

#product-select .nice-select {
    padding: 5px 0px !important;
}

/* .cart-btn {
    background-color: rgb(0, 0, 0);
    width: 140px;
    height: 42px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 50px;
} */

.counter .button.minus button:hover,
.counter .button.plus button:hover {
    border-color: rgb(0, 0, 0);
    transition: 0.3s;
}

.counter input {
    display: inline-block;
    width: 100%;
    border: none;
    background: transparent;
    text-align: center;
    font-weight: 800;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.billing-form textarea {}

.total-container {
    padding: 20px 0px;
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
}

/* .submit-btn {
    background-color: rgb(253, 184, 19);
    padding: 16px;
    border-radius: 50px;
    width: 100%;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 18px;
} */

.pay-btn {
    background-color: rgb(255, 255, 255);
    padding: 8px 10px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
}

.custom-accordion-header {
    border-bottom: none !important;
}

.shop.checkout .custom-accordion .accordion-item {
    border-radius: 12px;
    overflow: visible;
}

.custom-accordion .accordion-button {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 24px;
    border-bottom: none !important;
}

.custom-accordion .accordion-header .accordion-button {
    font-size: 20px;
    color: rgb(33, 39, 42);
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    display: flex;
}

/* .custom-accordion .accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-bottom: none;
    box-shadow: none;
} */

.custom-accordion .accordion-button.collapsed {
    background-color: rgb(255, 255, 255);
    border-bottom: none;
    box-shadow: none;
}

.billing-form .form-title {
    font-size: 24px;
    color: rgb(33, 39, 42);
    font-weight: 600;
    padding-bottom: 20px;
    display: flex;
}

.radio-stack {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio-stack span {
    color: rgb(33, 39, 42);
    font-weight: 400;
    font-size: 14px;
}

.radio-stack input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 6px solid rgb(191, 191, 191);
    border-radius: 50%;
    background-color: white;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.radio-stack input[type="radio"]:checked {
    border-color: rgb(253, 184, 19);
}

.form-check-input:checked {
    background-color: rgb(253, 184, 19);
    border-color: rgb(253, 184, 19);
}

.billing-form .billing-btn {
    background-color: #000000;
    width: 140px;
    height: 52px;
    border-radius: 50px;
    color:#ffffff;
    font-size: 16px;
}

.billing-form .billing-btn:hover {
    background-color: rgb(253, 184, 19);
    transition: 0.5s;
}

.shop.checkout .checkout-form p {
    font-size: 16px;
    color: rgb(27, 27, 27);
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 30px;
}

.shop.checkout .form {}

.shop.checkout .form .form-group {
    margin-bottom: 20px;
}


.shop.checkout .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
    font-weight: normal;
}

.shop.checkout .form .form-group input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #DBDDE3 !important;
    color: rgb(51, 51, 51) !important;
}
.billing-form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.checkout .form .form-group input:focus {
    outline: none !important;
}

.billing-form textarea:focus {
    outline: none !important;
}

.discount-form input {
    width: 100%;
    height: 52px;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 8px;
    padding: 0px 15px;
}

.discount-form input::-webkit-outer-spin-button,
.discount-form input::-webkit-inner-spin-button {
    appearance: none;
}

.discount-form input::placeholder {
    color: rgb(163, 163, 163);
    font-weight: 400;
}

.discount-form input:focus {
    outline: none;
}

.discount-form button {
    border-radius: 8px;
    background-color: rgb(241, 240, 240);
    border: none;
    padding: 0px 20px;
    font-weight: 600;
    margin-left: -10px;
}
.shop.checkout .form .form-group input::placeholder {
    font-weight: 400;
    color: #a3a3a3 !important;
    font-size: 0.875rem !important;
  }

.accordion-button::after {
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    transition: transform 0.3s;
    transform: rotate(180deg);
    background-image: url("../images/accordion-arrow.png") !important;
}

.accordion-button.collapsed::after {
    transform: rotate(180deg);
}

.shop.checkout .form .form-group input:hover {}

.shop.checkout .nice-select {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.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: #000000;
}

.shop.checkout .nice-select option {
    color: rgb(163, 163, 163) !important;
}

.shop.checkout .nice-select .list li.option:hover {
    background: rgb(246, 247, 251);
    color: rgb(51, 51, 51);
}

.shop.checkout .form .address input {
    margin-bottom: 15px;
}

.shop.checkout .form .address input:last-child {
    margin: 0px;
}

.shop.checkout .form .create-account {
    margin: 0px;
}

.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: 0px;
}

.order-details h2 {
    font-size: 24px;
    color: rgb(33, 39, 42);
    font-weight: 600;
}

.form-select {
    width: 100% !important;
}

.order-details .nice-select {
    padding: 0px 22px 0px 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(224, 224, 224) !important;
    border-radius: 5px !important;
}

.ship-select .nice-select {
    padding: 0px 22px 0px 10px !important;
    height: 25px !important;
    line-height: 25px !important;
    width: auto !important;
    border-color: rgb(0, 0, 0) !important;
    font-size: 12px !important;
    border-radius: 0px !important;
}

.order-details .nice-select .shiplabel {
    width: 20% !important;
}

.form-select .nice-select {
    line-height: 0px !important;
}

.shop.checkout .single-widget {
    margin-bottom: 30px;
}

.shop.checkout .single-widget:last-child {
    margin: 0px;
}

.shop.checkout .single-widget h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px 5px;
    line-height: 24px;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
}

.shop.checkout .single-widget h2::before {
    position: absolute;
    content: "";
    left: 30px;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
}

.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: rgb(51, 51, 51);
    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 rgb(235, 235, 235);
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

.shop.checkout .single-widget .checkbox {
    text-align: left;
    margin: 30px 0px 0px;
    padding: 0px 30px;
}

.shop.checkout .single-widget .checkbox label {
    color: rgb(85, 85, 85);
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    margin-top: -5px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}

.shop.checkout .single-widget .checkbox label:last-child {
    margin-bottom: 0px;
}

.shop.checkout .single-widget .checkbox label:hover {
    cursor: pointer;
}

.shop.checkout .single-widget .checkbox label input {
    display: none;
}

.shop.checkout .single-widget .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 100%;
}

.shop.checkout .single-widget .checkbox label::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 7px;
    width: 12px;
    height: 12px;
    line-height: 16px;
    border-radius: 100%;
    display: block;
    background: rgb(102, 102, 102);
    transform: scale(0);
    transition: 0.4s;
}

.shop.checkout .single-widget .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.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: 0px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.shop.login {
    padding: 100px 0px;
}

.shop.login .login-form h2 {
    position: relative;
    font-size: 35px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 12px;
    padding-bottom: 20px;
    text-align: center;
}

.shop.login .login-form h2::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    height: 2px;
    width: 50px;
    background: rgb(247, 148, 29);
    margin-left: -25px;
}

.shop.login .login-form p {
    font-size: 14px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.shop.login .form {
    margin-top: 30px;
}

.shop.login .form .form-group {
    margin-bottom: 22px;
}

.shop.login .form .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: none;
    background: rgb(246, 247, 251);
    color: rgb(51, 51, 51) !important;
}

.shop.login .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.shop.login .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.shop.login .form .form-group input:hover {
    border-color: rgb(19, 8, 163);
    color: rgb(19, 8, 163);
}

.shop.login .form .form-group.login-btn {
    margin: 0px;
}

.shop.login .form button {
    border: none;
}

.shop.login .form .btn {
    display: inline-block;
    margin-right: 10px;
    height: 46px;
    color: rgb(255, 255, 255);
    line-height: 20px;
}

.shop.login .form .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.shop.login .login-form .checkbox {
    text-align: left;
    margin: 20px 0px 0px;
    display: inline-block;
}

.shop.login .login-form .checkbox label {
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
    position: relative;
    padding-left: 20px;
}

.shop.login .login-form .checkbox label:hover {
    cursor: pointer;
}

.shop.login .login-form .checkbox label input {
    display: none;
}

.shop.login .login-form .checkbox label::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 6px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(85, 85, 85);
    border-radius: 0px;
}

.shop.login .login-form .checkbox label::after {
    position: absolute;
    content: "";
    font-family: Fontawesome;
    width: 12px;
    height: 12px;
    line-height: 23px;
    left: 2px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: 0.4s;
    display: block;
    font-size: 9px;
}

.shop.login .login-form .checkbox label.checked::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.shop.login .login-form .lost-pass {
    display: inline-block;
    margin-left: 25px;
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-weight: 400;
}

.shop.login .login-form .lost-pass:hover {
    color: rgb(247, 148, 29);
}

.shop-list .list-content {
    margin-top: 50px;
}

.shop-list .list-content .product-price {}

.shop-list .list-content .product-price span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block;
}

.shop-list .list-content .title {
    line-height: 20px;
}

.shop-list .list-content .title a:hover {
    color: rgb(247, 148, 29);
}

.shop-list .list-content .title a {
    font-size: 18px;
    font-weight: 600;
}

.shop-list .list-content .rating {
    margin: 5px 0px 8px;
}

.shop-list .list-content .rating li {
    display: inline-block;
}

.shop-list .list-content .rating li i {
    color: rgb(247, 148, 29);
}

.shop-list .list-content .rating li.total {
    color: rgb(51, 51, 51);
    font-size: 12px;
    margin-left: 3px;
}

.shop-list .list-content .des {}

.shop-list .list-content .btn {
    margin-top: 22px;
    line-height: 15px;
    color: rgb(51, 51, 51);
    background: transparent;
    border: 1px solid rgb(206, 206, 206);
    font-size: 13px;
    border-radius: 30px;
    height: auto;
    padding: 13px 32px;
}

.shop-list .list-content .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.pagination {
    text-align: left;
    margin: 50px 0px 0px;
    display: block;
}

.pagination.center {
    text-align: center;
}

.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
}

.pagination .pagination-list li:last-child {
    margin-right: 0px;
}

.pagination .pagination-list li a {
    display: flex;
    background: rgb(242, 243, 244);
    color: rgb(126, 126, 126);
    padding: 7px 16px;
    font-weight: 600;
    border: 1px solid rgb(225, 225, 225);
    font-size: 16px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
}

.pagination .pagination-list .arrows a {
    padding: 12px;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    border-color: transparent;
}

.pagination .pagination-list li a i {
    font-size: 13px;
}

.pagination .pagination-list li a i {}

.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}

.cown-down {
    position: relative;
    height: 515px;
    overflow: hidden;
}

.cown-down .padding-right {
    padding-right: 0px;
}

.cown-down .padding-left {
    padding-left: 0px;
}

.cown-down .image img {
    width: 100%;
    height: 100%;
}

.cown-down .content {
    text-align: center;
    background: rgb(253, 251, 239);
    height: 100%;
    position: relative;
}

.cown-down .content .heading-block {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 75px;
}

.cown-down .content .small-title {
    font-size: 13px;
    color: rgb(119, 119, 119);
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}

.cown-down .content .title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cown-down .content .price {
    margin-top: 35px;
    font-size: 35px;
    font-weight: 700;
    color: rgb(247, 148, 29);
}

.cown-down .content .price s {
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(102, 102, 102);
}

.cown-down .content .cdown {
    float: none;
    text-align: center;
    margin-top: 40px;
    width: 80px;
    display: inline-block;
}

.cown-down .content .cdown {
    text-align: center;
}

.cown-down .content .cdown {
    display: inline-block;
}

.cown-down .content .cdown span {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}

.cown-down .content .cdown p {
    font-size: 13px;
    color: rgb(102, 102, 102);
    text-transform: uppercase;
}

.shop-services.section {
    padding: 80px 0px 0px;
    background: rgb(255, 255, 255);
}

.shop-services.home {
    padding: 60px 0px;
    background: rgb(246, 247, 251);
}

.shop-services .single-service {
    position: relative;
    padding-left: 65px;
}

.shop-services .single-service i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: rgb(51, 51, 51);
    background: transparent;
    border-radius: 100%;
    display: block;
    font-size: 32px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.shop-services .single-service h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
    color: rgb(51, 51, 51);
}

.shop-services .single-service p {
    color: rgb(137, 137, 137);
    line-height: 28px;
    font-size: 14px;
}

.shop-newsletter {
    background: rgb(255, 255, 255);
}

.shop-newsletter .inner {
    text-align: center;
}

.shop-newsletter .inner h4 {
    color: rgb(51, 51, 51);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.shop-newsletter .inner p {
    color: rgb(119, 119, 119);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.shop-newsletter .inner p span {
    color: rgb(247, 148, 29);
}

.shop-newsletter .newsletter-inner {
    position: relative;
    display: inline-block;
}

.shop-newsletter .newsletter-inner input {
    width: 480px;
    height: 55px;
    padding: 0px 30px;
    font-weight: 400;
    display: inline-block;
    text-shadow: none;
    box-shadow: none;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 30px 0px 0px 30px;
}

.shop-newsletter .newsletter-inner button {
    border: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.shop-newsletter .newsletter-inner .btn {
    display: inline-block;
    height: 55px;
    padding: 10px 30px;
    position: relative;
    top: 0px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    left: -4px;
    border-radius: 0px 30px 30px 0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.shop-newsletter .newsletter-inner .btn:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.about-us {
    background: rgb(255, 255, 255);
}

.about-us .about-content {
    padding-right: 50px;
}

.about-us .about-content .story {
    display: block;
    color: rgb(4, 170, 244);
    margin-bottom: 20px;
    font-size: 17px;
}

.about-us .about-content .story i {
    color: rgb(4, 170, 244);
    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: 0px;
    bottom: -1px;
    height: 2px;
    width: 60px;
    background: rgb(247, 148, 29);
}

.about-us .about-content h3 span {
    display: inline-block;
    font-weight: 700;
    color: rgb(247, 148, 29);
}

.about-us .about-content p {
    line-height: 26px;
    margin-bottom: 10px;
}

.about-us .about-content p:last-child {
    margin: 0px;
}

.about-us .about-content .button {
    margin-top: 40px;
}

.about-us .about-content .button .btn {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    margin-right: 15px;
}

.about-us .about-content .button .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn.primary {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn.primary:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.about-us .about-content .button .btn:last-child {
    margin: 0px;
}

.about-us .about-img {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
    border: 10px solid rgb(255, 255, 255);
}

.about-us .about-img::before {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.about-us .about-img:hover::before {
    opacity: 0.6;
    visibility: visible;
}

.about-us .about-img .video {
    height: 64px;
    width: 64px;
    line-height: 64px;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    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);
    transition: 0.4s;
}

.about-us .about-img .video:hover {
    background: rgb(255, 255, 255);
    color: rgb(247, 148, 29);
}

.about-us .about-img:hover .video {
    transform: scale(1);
}

.about-us .about-img img {
    height: 100%;
    width: 100%;
}

.team {
    background: rgb(246, 247, 251);
}

.team .title-line {
    margin-bottom: 40px;
}

.team .single-team {
    margin-top: 30px;
    position: relative;
    transition: 500ms;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    background: rgb(255, 255, 255);
}

.team .single-team .info-head {
    padding: 35px 30px;
}

.team .single-team .image img {
    height: 100%;
    width: 100%;
}

.team .single-team .info-box {
    text-align: center;
}

.team .single-team .info-box .name {
    display: block;
    font-size: 17px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.team .single-team .info-box .designation {
    color: rgb(170, 170, 170);
    font-size: 13px;
}

.team .single-team .social-links {
    transition: 500ms;
    margin-top: 15px;
}

.team .single-team .social-links .social li {
    display: inline-block;
    margin-right: 15px;
}

.team .single-team .social-links .social li:last-child {
    margin-right: 0px;
}

.team .single-team .social-links .social li a {
    color: rgb(102, 102, 102);
    display: block;
    font-size: 14px;
}

.team .single-team .social-links .social li a:hover {
    color: rgb(247, 148, 29);
}

.shop-blog.grid .shop-single-blog {
    margin-top: 30px;
}

.shop-blog .shop-single-blog {
    text-align: center;
    transition: 0.4s;
}

.shop-blog .shop-single-blog:hover {
    box-shadow: rgba(0, 0, 0, 0.04) 0px 10px 10px;
}

.shop-blog .shop-single-blog img {
    height: 100%;
    width: 100%;
}

.shop-blog .shop-single-blog .content {
    padding: 40px;
}

.shop-blog .shop-single-blog .content .title {
    font-size: 17px;
    font-weight: 600;
    color: rgb(51, 51, 51);
}

.shop-blog .shop-single-blog .content .title:hover {
    color: rgb(247, 148, 29);
}

.shop-blog .shop-single-blog .content .date {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: rgb(183, 183, 183);
}

.shop-blog .shop-single-blog .content .more-btn {
    font-size: 14px;
    font-weight: 400;
    color: rgb(60, 60, 60);
    margin-top: 10px;
    display: block;
}

.shop-blog .shop-single-blog .content .more-btn:hover {
    color: rgb(247, 148, 29);
}

.related-product {
    padding-top: 0px;
}

.related-product .section-title {
    text-align: center;
    margin-bottom: 10px;
    padding: 0px;
}

.related-product .section-title h2 {
    font-size: 25px;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
    color: rgb(44, 45, 63);
    font-weight: 700;
    padding-bottom: 15px;
}

.main-sidebar {
    margin-top: 30px;
    padding: 40px;
    background: transparent;
    border: 1px solid rgba(238, 238, 238, 0.76);
}

.main-sidebar .single-widget {
    margin-bottom: 50px;
}

.main-sidebar .single-widget .title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.main-sidebar .single-widget .title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.main-sidebar .single-widget:last-child {
    margin: 0px;
}

.main-sidebar .search {
    position: relative;
}

.main-sidebar .search input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    color: rgb(34, 34, 34);
    background: transparent;
    padding: 0px 70px 0px 20px;
    transition: 0.4s;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
}

.main-sidebar .search .button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 44px;
    width: 50px;
    line-height: 45px;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    border: none;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(51, 51, 51);
    transition: 0.4s;
}

.main-sidebar .search .button:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.main-sidebar .categor-list {
    margin-top: 15px;
}

.main-sidebar .categor-list li {}

.main-sidebar .categor-list li {
    margin-bottom: 10px;
}

.main-sidebar .categor-list li:last-child {
    margin-bottom: 0px;
}

.main-sidebar .categor-list li a {
    display: inline-block;
    color: rgb(51, 51, 51);
    font-size: 14px;
}

.main-sidebar .categor-list li a:hover {
    color: rgb(247, 148, 29);
    padding-left: 7px;
}

.main-sidebar .categor-list li a i {
    display: inline-block;
    margin-right: 0px;
    font-size: 9px;
    transform: translateY(-1px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.main-sidebar .categor-list li a:hover i {
    margin-right: 6px;
    opacity: 1;
    visibility: visible;
}

.main-sidebar .recent-post {}

.main-sidebar .single-post {
    position: relative;
    border-bottom: 1px solid rgb(221, 221, 221);
    display: inline-block;
    padding: 17px 0px;
}

.main-sidebar .single-post:last-child {
    padding-bottom: 0px;
    border: none;
}

.main-sidebar .single-post .image {}

.main-sidebar .single-post .image img {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.main-sidebar .single-post .content {
    padding-left: 100px;
}

.main-sidebar .single-post .content h5 {
    line-height: 18px;
}

.main-sidebar .single-post .content h5 a {
    color: rgb(44, 45, 63);
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 0px;
}

.main-sidebar .single-post .content h5 a:hover {
    color: rgb(247, 148, 29);
}

.main-sidebar .single-post .content .comment {}

.main-sidebar .single-post .content .comment li {
    color: rgb(136, 136, 136);
    display: inline-block;
    margin-right: 15px;
    font-weight: 400;
    font-size: 14px;
}

.main-sidebar .single-post .content .comment li:last-child {
    margin-right: 0px;
}

.main-sidebar .single-post .content .comment li i {
    display: inline-block;
    margin-right: 5px;
}

.main-sidebar .side-tags {}

.main-sidebar .side-tags .tag {
    margin-top: 40px;
}

.main-sidebar .side-tags .tag li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 20px;
}

.main-sidebar .side-tags .tag li a {
    color: rgb(51, 51, 51);
    padding: 8px 14px;
    text-transform: capitalize;
    border-radius: 0px;
    font-size: 13px;
    background: rgb(246, 247, 251);
}

.main-sidebar .side-tags .tag a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-color: transparent;
}

.main-sidebar .newsletter {}

.main-sidebar .newsletter .letter-inner {
    position: relative;
    padding: 35px 30px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 12px;
    z-index: 2;
    overflow: hidden;
}

.main-sidebar .newsletter .letter-inner h4 {
    text-transform: capitalize;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.main-sidebar .newsletter .letter-inner p {
    margin-bottom: 20px;
}

.main-sidebar .newsletter .letter-inner .form-inner {
    position: relative;
}

.main-sidebar .newsletter .letter-inner input {
    width: 100%;
    height: 45px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(221, 221, 221);
    padding: 0px 60px 0px 20px;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0px;
}

.main-sidebar .newsletter .letter-inner .form-inner a {
    height: 42px;
    width: 100%;
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 42px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.main-sidebar .newsletter .letter-inner .form-inner a:hover {
    background: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

.blog-single {
    background: rgb(255, 255, 255);
    padding: 70px 0px 100px;
}

.blog-single .blog-single-main {
    margin-top: 30px;
    background: rgb(255, 255, 255);
}

.blog-single .blog-detail {
    background: rgb(255, 255, 255);
}

.blog-single .image {
    position: relative;
}

.blog-single .image img {
    width: 100%;
    height: 100%;
}

.blog-single .blog-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 40px 0px 15px;
}

.blog-single .blog-meta {
    overflow: hidden;
    border-bottom: 1px solid rgba(221, 221, 221, 0.43);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.blog-single .blog-meta .author i {
    color: rgb(247, 148, 29);
    margin-right: 10px;
    font-size: 13px;
}

.blog-single .blog-meta .author a {
    font-size: 13px;
    border-right: 1px solid rgb(221, 221, 221);
    padding: 0px 15px;
}

.blog-single .blog-meta .author a:first-child {
    padding-left: 0px;
}

.blog-single .blog-meta .author a:last-child {
    padding-right: 0px;
    border: none;
}

.blog-single .blog-meta span {
    display: inline-block;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.blog-single .blog-meta span a i {
    margin-right: 10px;
    color: rgb(247, 148, 29);
}

.blog-single .blog-meta span a:hover {
    color: rgb(247, 148, 29);
}

.blog-single .content p {
    margin-bottom: 25px;
    line-height: 26px;
}

.blog-single .content p:last-child {
    margin: 0px;
}

.blog-single blockquote {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    background: rgb(246, 246, 246);
    padding: 30px 40px 30px 70px;
    color: rgb(85, 85, 85);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    margin-bottom: 25px;
    border-left: 3px solid rgb(247, 148, 29);
}

.blog-single blockquote i {
    font-size: 30px;
    color: rgb(247, 148, 29);
    position: absolute;
    left: 20px;
    top: 20px;
}

.blog-single .content .img-post {
    margin-bottom: 25px;
}

.blog-single .share-social .content-tags {
    position: relative;
    margin-top: 25px;
}

.blog-single .share-social .content-tags h4 {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
    font-weight: 500;
}

.blog-single .share-social .content-tags .tag-inner {
    padding-left: 60px;
}

.blog-single .share-social .content-tags .tag-inner li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.blog-single .share-social .content-tags .tag-inner li:last-child {
    margin-right: 0px;
    margin-bottom: 0px;
}

.blog-single .share-social .content-tags .tag-inner li a {
    border-radius: 30px;
    padding: 5px 15px;
    background: rgb(244, 247, 252);
    font-size: 13px;
}

.blog-single .share-social .content-tags .tag-inner li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
}

.blog-single .comments {
    margin-top: 40px;
}

.blog-single .comments .comment-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.blog-single .comments .comment-title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.blog-single .comments {}

.blog-single .comments .single-comment {
    position: relative;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-left: 95px;
}

.blog-single .comments .single-comment.left {
    margin-left: 110px;
}

.blog-single .comments .single-comment img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
}

.blog-single .single-comment .content {}

.blog-single .single-comment .content h4 {
    color: rgb(51, 51, 51);
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.blog-single .single-comment .content h4 span {
    font-size: 13px;
    color: rgb(141, 141, 141);
    margin: 5px 0px 0px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
}

.blog-single .single-comment .content p {
    color: rgb(102, 102, 102);
    font-weight: 400;
    display: block;
    margin: 0px 0px 20px;
    line-height: 22px;
}

.blog-single .single-comment .content .button {}

.blog-single .single-comment .content .btn {
    display: inline-block;
    font-weight: 400;
    color: rgb(106, 106, 106);
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 14px;
    background: transparent;
    padding: 0px;
}

.blog-single .single-comment .content a i {
    display: inline-block;
    margin-right: 5px;
}

.blog-single .single-comment .content a:hover {
    color: rgb(247, 148, 29);
}

.blog-single .reply form {
    padding: 40px;
    border: 1px solid rgb(238, 238, 238);
}

.blog-single .reply .reply-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: block;
    background: rgb(255, 255, 255);
    padding-left: 12px;
}

.blog-single .reply .reply-title::before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -1px;
    height: 100%;
    width: 3px;
    background: rgb(247, 148, 29);
}

.blog-single .reply .form-group {
    margin-bottom: 20px;
}

.blog-single .reply .form-group input {
    width: 100%;
    height: 45px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51) !important;
}

.blog-single .reply .form-group textarea {
    width: 100%;
    height: 200px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 0px;
    border: 1px solid rgb(238, 238, 238);
    color: rgb(51, 51, 51) !important;
}

.blog-single .reply .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.blog-single .reply .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.blog-single .reply .button {
    text-align: left;
    margin-bottom: 0px;
}

.blog-single .reply .button .btn {
    height: 50px;
    border: none;
}

.contact-us {
    position: relative;
    z-index: 43;
}

.contact-us .title {
    margin-bottom: 30px;
}

.contact-us .title h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
    color: rgb(247, 148, 29);
}

.contact-us .title h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 600;
}

.contact-us .single-head {
    padding: 50px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    height: 100%;
}

.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
}

.contact-us .single-info i {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    background: rgb(247, 148, 29);
}

.contact-us .single-info ul .contact-us .single-info ul li {
    margin-bottom: 5px;
}

.contact-us .single-info ul li:last-child {
    margin-bottom: 0px;
}

.contact-us .single-info ul li a {
    font-weight: 400;
}

.contact-us .single-info ul li a:hover {
    color: rgb(247, 148, 29);
}

.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: rgb(51, 51, 51);
    font-size: 18px;
}

.contact-us .form-main {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    padding: 50px;
}

.contact-us .form .form-group input {
    height: 48px;
    line-height: 48px;
    width: 100%;
    border: 1px solid rgb(230, 226, 245);
    padding: 0px 20px;
    color: rgb(51, 51, 51);
    border-radius: 0px;
    font-weight: 400;
}

.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid rgb(230, 226, 245);
    padding: 15px 20px;
    color: rgb(51, 51, 51);
    border-radius: 0px;
    resize: none;
    font-weight: 400;
}

.contact-us .form .form-group label {
    color: rgb(51, 51, 51);
    position: relative;
}

.contact-us .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
}

.contact-us .form .button {
    margin: 0px;
}

.contact-us .form .button .btn {
    height: 50px;
    border: none;
}

#myMap {
    height: 500px;
    width: 100%;
}

.mail-success .mail-inner {
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 0px 30px;
}

.mail-success .mail-inner h2 {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    color: rgb(247, 148, 29);
    text-transform: uppercase;
    font-size: 30px;
}

.mail-success .mail-inner p {
    color: rgb(51, 51, 51);
    margin-bottom: 30px;
    line-height: 22px;
}

.mail-success .mail-inner .btn {
    color: rgb(255, 255, 255);
    padding: 10px 30px;
}

.mail-success .mail-inner .btn i {
    margin-right: 5px;
}

.error-page {
    background: rgb(255, 255, 255);
    width: 100%;
    /* height: 100%; */
    height: 70vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.error-page .error-inner {
    flex-direction: initial;
    height: auto;
    text-align: center;
}

.error-page .error-inner h2 {
    color: rgb(247, 148, 29);
    margin-bottom: 0px;
    font-weight: 700;
    display: inline-block;
    font-size: 120px;
}

.error-page .error-inner h5 {
    display: block;
    color: rgb(68, 68, 68);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.error-page .error-inner p {
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    padding: 0px 30px;
}

.error-page .button {
    margin-top: 30px;
}

.error-page .button .btn {
    margin-right: 15px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(215, 215, 215);
    background: transparent;
    color: rgb(51, 51, 51);
    padding: 10px 28px;
}

.error-page .button .btn:hover {
    color: rgb(255, 255, 255);
    background: rgb(247, 148, 29);
    border-color: transparent;
}

.footer {
    background: rgb(0, 0, 0);
}



.footer h2,
.footer p {
    color: rgb(255, 255, 255);
}


.footer h2 * {
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 500;
  }





.footer .copyright .left {}

.footer .copyright .right {
    float: right;
}


.footer .copyright p a,
.footer .copyright :where(h2, h3, h4, h5, h6) {
    font-size: 0.875em;
    color: #fff;
    text-decoration: none;
}

.footer-btn {
    background-color: rgb(247, 249, 251);
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 16px;
}

.shop.cart .order-details {
    position: unset;
}

.shop.cart .order-details img { 
 max-width: 190px; 
 max-height: 150px; 
 object-fit: cover; 
 height: 100%; 
 border-radius: 12px; 
}


.steps-banner {
    background-color:#000000;
    padding: 5em 4em; 
  }

.page-banner {
    background-image: url("../images/banner-img.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   padding: 11em 4em;
}

.page-banner-2 {
    background-image: url("../images/page-banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 20px;
}

.page-banner p,
.page-banner-2 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
}



.page-banner h2,
.page-banner-2 h2 {
  /* margin-bottom: 1.25em; */          
/* line-height: 1.3em;              
  font-size: 5.3125em;                  */
  line-height: 1.3em;              
  font-size: 3.5em;  
  color: #ffffff;
  font-weight: 600;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}




.steps-banner h2 {
  /* margin-bottom: 1.25em; */           /* 20px / 16 */
line-height: 1.3em;               /* 110px / 16 */
  font-size: 3em;                  /* 85px / 16 */
  color: #ffffff;
  font-weight: 600;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}






  .steps-banner p {
    color: rgb(255, 255, 255);
    font-size: 1em; /* 16px / 16 = 1em */
    letter-spacing: 0.03125em; /* 0.5px / 16 = 0.03125em */
  }
.shop .nice-select {}

.shop .nice-select span {
    color: rgb(163, 163, 163);
    font-size: 14px;
    font-weight: 400;
}

.shop .main-title {
    font-weight: 600;
    font-size: 2em;
    color: #000;
    line-height: 1.2;
  }

.shop .order-label {
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.payment-details {
    border: 1px solid rgb(224, 224, 224);
    border-radius: 12px;
    padding: 24px;
}

.payment-details .form-title {
    color: rgb(33, 39, 42);
    font-size: 24px;
    font-weight: 600;
}

.addres-label {
    font-size: 12px !important;
}

.address-select {
    font-size: 12px;
    border: 1px solid rgb(0, 0, 0);
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 30px !important;
    border-radius: 0px !important;
}

.shop.cart .order-summary {
    border: 1px solid rgb(237, 237, 237);
    border-radius: 16px;
    padding: 24px;
}

.shop.cart .order-summary .total-container {
    padding: 20px 0px;
    border-width: 1px 0px 0px;
    border-top-style: dashed;
    border-top-color: transparent;
    border-image: repeating-linear-gradient(to right, rgb(224, 224, 224) 0px, rgb(224, 224, 224) 5px, transparent 5px, transparent 10px) 1 / 1 / 0 stretch;
}

.shop.cart .order-summary .total-container p,
.shop.cart .order-summary .total-container span {
    color: rgb(27, 27, 27);
    font-size: 18px !important;
}

.shop.cart .order-summary .form-title {
    color: rgb(33, 39, 42);
    font-size: 24px;
    font-weight: 600;
}

.shop.cart .order-summary .discount-form button {
    margin-left: 0px;
}

.shop.cart .order-summary .discount-form input {
    width: 100%;
    height: 44px;
}

.shop.cart .order-summary .total-summary span {
    color: rgb(126, 132, 146);
    font-size: 16px;
}

.shop.cart .order-summary .total-summary .sub-total {
    color: rgb(27, 27, 27);
    font-size: 16px;
    font-weight: 600;
}

.shop.cart .order-summary .total-summary .tax {
    color: rgb(27, 27, 27);
    font-size: 16px;
    font-weight: 600;
}

.shop.cart .order-details .total span {
    font-size: 12px;
}

.delete-img {
    width: 20px;
}

.shop.checkout .login-container {
    border: 2px solid rgb(240, 240, 240);
}

.shop.checkout .login-container .login-form-container img {
    max-width: 250px;
    display: block;
    margin: 0px auto;
}

/* .shop.checkout .login-container .login-form-container span {
    color: rgb(85, 85, 85);
    font-size: 16px;
    font-weight: 500;
} */

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quantity {
    color: rgb(27, 27, 27);
}

.shop.cart .nice-select {
    max-width: 150px !important;
    height: 100%;
}

.shop.cart .nice-select li {
    height: 100%;
    color: rgb(0 0 0) !important;
    max-width: 150px !important;
}

.shop.cart .nice-select .current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #000000;
}

#collapseCart .accordion-body {
    padding: 0px !important;
}

#collapseCart .order-details {
    border: none !important;
}

#cartAccordions .cart-details {
    padding-bottom: 0px;
    border-bottom: none;
}

#cartAccordions .billing-form {
    padding-top: 0px;
}

#cartAccordions .order-details {
    padding: 0px;
}

#cartAccordions .order-details img { 
 max-height: 108px; 
 max-width: 108px; 
 object-fit: cover; 
 height: 100%; 
 border-radius: 12px; 
}

#cartAccordions .billing-form {
    padding: 24px !important;
}

#headingcart .accordion-button h2 {
    font-size: 20px;
    color: rgb(33, 39, 42);
}

.login-form-inside {
    max-width: 430px;
    width: 100%;
    margin: 0px auto;
}

.form-container {
    width: 100%;
    margin-top: 70px;
}

.form-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-container label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.input-wrapper {
    display: flex;
    width: 100%;
    background-color: rgb(238, 238, 238);
    border-radius: 8px;
    overflow: hidden;
}

.input-wrapper input {
    flex: 1 1 0%;
    padding: 12px;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    width: 100%;
}

.input-wrapper input::placeholder {
    color: rgb(169, 166, 166);
    font-size: 14px;
}

.icon-box {
    background-color: rgb(253, 184, 19);
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: background-color 0.5s, transform 0.5s;
}

.icon-box:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.icon-box svg {
    fill: white;
    width: 20px;
    height: 20px;
}

.forget-pass {
    color: rgb(85, 85, 85);
    font-size: 14px;
}

.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(85, 85, 85);
    font-weight: 400;
    font-size: 14px;
    margin: 20px 0px;
}

.or-divider::before,
.or-divider::after {
    content: "";
    flex: 1 1 0%;
    height: 1px;
    background: rgb(194, 194, 194);
}

.or-divider::before {
    margin-right: 10px;
}

.or-divider::after {
    margin-left: 10px;
}

.btn {
    text-transform: capitalize;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

/* .btn-login {
    background-color: rgb(253, 184, 19);
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
} */

.btn-login:hover {
    background-color: rgb(0, 0, 0);
}

.btn-signup {
    background-color: white;
    color: black;
    border: 1px solid black;
    font-size: 1em;
    font-weight: 600;
}

.btn-signup:hover {
    background-color: rgb(253, 184, 19);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    border-color: transparent;
}

.social-login-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: rgb(45, 55, 72);
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border: none;
    border-radius: 999px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.social-btn img {
    width: 20px;
    height: 20px;
}

.social-btn:hover {
    background-color: rgb(0, 0, 0);
}

.bg-form {

    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.popup {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
}

.popup-inner {
    margin: 10px 0px;
    max-width: 650px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 10px !important;
}

.popup-inner .bg {
    background-image: url("../images/popup-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.popup .content-container {
    padding: 70px 40px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.popup .content-container h2 {
    color: rgb(0, 0, 0);
    font-size: 40px;
    font-weight: 600;
}

.popup .popup-form {
    display: flex;
    flex-direction: column;
}

.popup .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.popup .form-group label {
    width: 30%;
    font-weight: 400;
    color: rgb(45, 55, 72);
    font-size: 16px;
}

.popup .form-group input, .popup .vip-modal-textarea {
    width: 70%;
    padding: 10px 14px;
    border: 1px solid #D1D1D1;
    font-size: 12px;
    color: rgb(0, 0, 0);
    outline: none;
    
}

.select2-container--default .select2-selection--multiple{

    padding: 10px 14px !important;
    border: 1px solid #D1D1D1 !important;
    font-size: 12px !important;
    color: rgb(0, 0, 0) !important;
    outline: none !important;
}

.select2-container--default .select2-selection--multiple::placeholder{
    color: #A3A3A3 !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--multiple:focus{
    outline: none !important;
}

.select2-container .select2-search--inline .select2-search__field {

    height: 24px  !important;
    margin:0px !important;
    height: 22px !important;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
    font-size: 16px !important;
    color: #A3A3A3 !important;
 
}



.select2-container--default .select2-search--inline .select2-search__field {
    padding-left: 10px !important;
    padding-bottom: 28px  !important;
}


.select2-container--default .select2-selection--multiple{
    border-radius: 5px !important;
    min-height: 52px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none !important;
    /* border-right: 1px solid #aaa; */
    /* border-top-left-radius: 4px; */
    /* border-bottom-left-radius: 4px; */
    color: #ffffff !important;
    cursor: pointer;
    font-size: 20px !important;
    font-weight: 100 !important;
    padding: 0 4px;
    position: absolute;
    left: 6px !important;
    top: 4px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #ffffff;
    color: #000000 !important;
    outline: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    margin-left: 12px;
    margin-bottom: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000000;
    border: none;
    color: #ffffff;
    padding: 2px 16px 2px 24px !important;
    /* margin-top: 4px; */
    font-weight: 300 !important;
    font-size: 14px !important;
    border-radius: 0px;
    font-weight: 200;
    border-radius: 0px !important;
}



.popup .form-group input::placeholder {
    color: #999999;
}

.popup .form-footer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.popup .popup-submit-btn {
    background: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    font-weight: 200;
    padding: 14px 30px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    display: block;
}

.popup .popup-submit-btn:hover {
    background: rgb(0, 0, 0);
}

.popup .close-btn {
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .header.shop .header-inner .single-icon img {
    width: 42px !important;
} */

.shop .shop-shorter .results span {
    color: #7E7E7E;
    font-size: 1em;
}

.shop .view-mode li.active a svg path,
.shop .view-mode li:hover a svg path {
    fill: rgb(253, 184, 19);
    transition: 0.5s;
}


.shop .shop-shorter .nice-select {
    line-height: 20px;
    max-height: 44px;
    border: 1px solid rgb(236, 236, 236);
    border-radius: 6px;
    padding: 10px 18px 10px 32px;
}

.shop .shop-shorter .nice-select span {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 500;
   margin-left: 6px;
   margin-bottom: 4px;
    padding: 0;
    line-height: 0px;
}

.shop .shop-shorter .nice-select::after {
    content: "";
    display: block;
    width: 14px;
    height: 24px;
    background-image: url("../images/sort-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 12px;
    top: 55%;
    transform: translateY(-50%);
    pointer-events: none;
    border: none;
}

/* .shop .shop-shorter .single-shorter input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50px;
    width: 350px;
    opacity: 1;
    padding-top: 11px !important;
    padding-bottom: 13px !important;
    padding-left: 12px !important;
} */




.shop .shop-shorter .single-shorter input {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50px;
    width: 350px;
    max-height: 44px;
    opacity: 1;
    padding-top: 11px !important;
    padding-bottom: 13px !important;
    padding-left: 12px !important;
    border: 1px solid #ECECEC;
}



.shop .shop-shorter .single-shorter input::placeholder {
    color: #959595;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.shop .shop-shorter .single-shorter input:focus {
    outline: none;
}

#list-layout .single-product {
    margin-top: 0px;
}

.product-form {
    position: relative;
}

.shop-shorter .single-shorter .search-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 30px;
    background-color: rgb(203, 144, 4);
    display: inline-block;
    cursor: pointer;
    margin-left: -44px;
    transition: background-color 0.3s;
    z-index: 1;
}

.star-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgb(0, 0, 0);
    padding: 10px 9px;
    z-index: 99;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.star-icon img {
    width: 16px !important;
}

.single-product:hover .star-icon {
    transition: 0.5s;
}

#list-layout .product-content .title a {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 300px;
}

#list-layout .product-content .product-price {
    background-color: rgb(253, 184, 19);
    padding: 2px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}

#list-layout .btn {
    background-color: rgb(0, 0, 0);
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
    border-radius: 50px !important;
}

#list-layout .btn:hover {
    background-color: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    transition: 0.5s;
}

#list-layout .btn img {
    height: 14px;
}

#list-layout .product-content .cat {
    color: rgb(0, 0, 0);
    font-weight: 600 !important;
}

#list-layout .product-content .cat a {
    margin: 0px 4px;
}

.shop.single .product-des h6 {
    margin-bottom: 0.625em;
    margin-top: 1.75em;
    color: #000000;
    font-size: 1.25em;
    font-weight: 700;
}

/* .shop.single .product-des h6 {
    margin-top: 20px;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
} */

/* .shop.single .product-des .prod-det {
    color: rgb(143, 143, 143);
    font-size: 16px;
    text-transform: capitalize;
} */

.shop.single .product-des .price span {
    font-weight: 600;
    /* margin-bottom: 12px; */
    /* line-height: 0; */
    font-size:24px;
    display: block;
    color: #000000 !important;
}


.shop.single .product-des .price .discount {
    display: flex;
    margin-bottom:10px;
    flex-direction: column; /* Stack elements vertically */
    align-items: flex-end; /* Keep alignment to the right */
    gap: 5px; /* Optional: Add spacing between the elements */
}


.product-price-label{
    font-weight: 600;
    font-size: 30px;
    color: #FDB813 !important;

    
}


/* .shop.single .product-price-no-addons{
    font-size: 32px;
} */

.shop.single .product-des .warranty {
    padding: 30px 0px;
}

.shop.single .product-des .warranty h3 {
    color: rgb(255, 0, 4);
    font-size: 20px;
    font-weight: 600;
}

.shop.single .product-des .warranty ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.shop.single .product-des .warranty ul li {
    position: relative;
    padding-left: 20px;
    color: rgb(0, 0, 0) !important;
}

.shop.single .product-des .warranty ul li::before {
    content: "•";
    position: absolute;
    left: 0px;
    top: 0px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 1.5;
}

.shop.single .page-targated {
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.shop.single .page-targated span:last-of-type {
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.shop.single .page-targated span {
    color: rgb(143, 143, 143);
    font-size: 14px;
}

.shop.single .form-group label {
    color: rgb(0, 0, 0);
    position: relative;
    font-size: 16px;
}

.shop.single .form-group label span {
    color: rgb(255, 0, 4);
}

.shop.single .nice-select {
    padding-right: 60px;
    clear: initial;
    display: inline-block;
    margin: 0px;
    border: 1px solid rgb(209, 209, 209);
    height: auto;
    width: auto;
    border-radius: 0px;
}

.shop.single .nice-select li {
    font-size: 14px;
}

.shop.single .form-group {
    margin-bottom: 0px;
}

.steps-banner.order-page h3 {
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.steps-banner.order-page h3 span {
    color: rgb(253, 184, 19);
}

.steps-banner.order-page p {
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.steps-banner.order-page p span {
    color: rgb(253, 184, 19);
}

.steps-banner.order-page a {
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: fit-content;
    background-color: rgb(46, 46, 46);
    border: 2px solid rgb(255, 255, 255);
    margin: 10px auto 0px;
    padding: 12px 30px;
    border-radius: 50px;
}

.shop.order .order-summary .order-detail {
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
}

.shop.order .content p {
    line-height: 20px;
    color: rgb(100, 95, 95);
    font-size: 16px;
}

.shop.order .order-summary .fw-bold {
    padding-top: 0.4em;
    font-size: 1.125em !important;
  }

.shop.order .content p a {
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.shop.order .order-summary {
    border: 1px solid #f2f2f2;
    box-shadow: 0 0.25rem 0.25rem 0 rgb(0 0 0 / 8%);
    padding: 1.875rem 1.25rem;
}



.shop.order .order-summary h2 {
    color: #000;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
  }




  .shop.order .order-summary .order-info span {
    line-height: 1.125rem;
    max-width: 15.625rem;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }





  .shop.order .order-summary .order-info p {
    color: #645f5f;
    font-size: 1rem;
    word-wrap: break-word;
    font-weight: 400;
    line-height: 1.2;
  }


  .shop.order .order-summary .button img {
    max-width: 2.5rem;
  }
.shop.order .order-summary .total {
    position: relative;
}

.shop.order .order-summary .total::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    height: 0.5px;
    width: 97%;
    background-color: #E0E0E0;
}

.customer-dashboard-main {
    border: 1px solid rgb(231, 231, 237);
    border-radius: 10px;
    overflow: hidden;
}

.cstm-dashboard {
    overflow-x: hidden;
    margin: 0px;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 18px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    height: 2px;
    background-color: rgb(0, 0, 0);
    border-radius: 2px;
    transition: 0.3s;
}

.cross-btn {
    top: 30px;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 1000;
    right: 12px;
}

.cross-btn::before,
.cross-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background-color: rgb(0, 0, 0);
    transform-origin: center center;
    transition: 0.3s;
}

.cross-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.cross-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cstm-dashboard .main .title,
.cstm-dashboard .profile .title,
.cstm-dashboard .discount .title,
.cstm-dashboard .shippping .title,
.cstm-dashboard .favourites .title,
.cstm-dashboard .payment .title,
.cstm-dashboard .order .title {
    color: rgb(33, 39, 42);
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 15px;
}

.cstm-dashboard .main .pend-order .img {
    background-color: rgb(232, 243, 255);
    padding: 12px 16px;
    border-radius: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.cstm-dashboard .main .pend-order img,
.cstm-dashboard .main .complete-order img,
.cstm-dashboard .main .favrt-order img {
    height: 20px;
}

.cstm-dashboard .main .order-card,
.cstm-dashboard .order .order-card {
    background-color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 10px;
}

.cstm-dashboard .order .single-product.product-detail .product-content h3 a {
    line-height: 16px;
    font-size: 14px;
}

.cstm-dashboard .order .single-product .product-content .price {
    font-size: 14px;
}

.cstm-dashboard .main .order-card.pending,
.cstm-dashboard .order .order-card.pending {
    border: 1px solid rgb(19, 128, 253);
}

.cstm-dashboard .main .order-card.complete,
.cstm-dashboard .order .order-card.complete {
    border: 1px solid rgb(0, 172, 92);
}

.cstm-dashboard .main .order-card.cancel,
.cstm-dashboard .order .order-card.cancel {
    border: 1px solid rgb(226, 55, 16);
}

.cstm-dashboard .main .order-card.inprocess,
.cstm-dashboard .order .order-card.inprocess {
    border: 1px solid rgb(253, 184, 19);
}

.cstm-dashboard .main .order-card .order-header,
.cstm-dashboard .order .order-card .order-header {
    padding-bottom: 16px;
    border-bottom: 2px solid rgb(231, 231, 237);
}

.cstm-dashboard .main .order-card .order-number,
.cstm-dashboard .order .order-card .order-number {
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.cstm-dashboard .main .order-card .order-info,
.cstm-dashboard .order .order-card .order-info {
    font-size: 12px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .main .order-card .order-des,
.cstm-dashboard .order .order-card .order-des {
    font-size: 10px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .main .order-card .order-number span,
.cstm-dashboard .order .order-card .order-number span {
    font-size: 12px;
    font-weight: 200;
}

.cstm-dashboard .main .order-card .status-pending,
.cstm-dashboard .order .order-card .status-pending {
    background-color: rgb(19, 128, 253);
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.cstm-dashboard .main .order-card .status-inprocess,
.cstm-dashboard .order .order-card .status-inprocess {
    background-color: rgb(253, 184, 19);
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.cstm-dashboard .main .order-card .status-complete,
.cstm-dashboard .order .order-card .status-complete {
    background-color: rgb(0, 172, 92);
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.cstm-dashboard .main .order-card .status-cancel,
.cstm-dashboard .order .order-card .status-cancel {
    background-color: rgb(226, 55, 16);
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.cstm-dashboard .main .order-card .action-button a,
.cstm-dashboard .order .order-card .action-button a {
    font-size: 10px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    width: 100%;
    text-align: center;
}

.cstm-dashboard .main .order-card .view,
.cstm-dashboard .order .order-card .view {
    background-color: rgb(232, 243, 255);
    padding: 4px 10px;
}

.cstm-dashboard .main .order-card .reverse,
.cstm-dashboard .order .order-card .reverse {
    background-color: rgb(204, 238, 222);
    padding: 4px 10px;
}

.cstm-dashboard .main .order-card .block,
.cstm-dashboard .order .order-card .block {
    background-color: rgb(253, 235, 232);
    padding: 4px 10px;
}

.cstm-dashboard .payment .payment-card {
    background-color: rgb(255, 255, 255);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid rgb(225, 230, 225);
}

.cstm-dashboard .payment .payment-card .username {
    background-color: rgb(35, 44, 51);
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.cstm-dashboard .payment .payment-card .payment-header {
    padding-bottom: 16px;
    border-bottom: 2px solid rgb(231, 231, 237);
}

.cstm-dashboard .payment .payment-card .usertitle {
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.cstm-dashboard .payment .payment-card .order-info {
    font-size: 12px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .payment .payment-card .delete-btn {
    background-color: rgb(255, 29, 56);
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.cstm-dashboard .payment .payment-card .order-des {
    font-size: 12px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .main .single-product.product-detail .product-content h3 a {
    padding-right: 4px;
    line-height: 14px;
    font-size: 12px !important;
}

.cstm-dashboard .main .single-product .product-content {
    margin: 10px 11px;
}

.cstm-dashboard .main .single-product.product-detail .product-img a img {
    min-height: 110px;
    max-height: 110px;
    object-fit: cover;
}

.cstm-dashboard .main .single-product .product-content .price {
    font-size: 12px;
}

.cstm-dashboard .main .complete-order .img {
    background-color: rgb(204, 238, 222);
    padding: 13px 15px;
    border-radius: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.cstm-dashboard .main .favrt-order .img {
    background-color: rgb(255, 248, 232);
    padding: 13px 15px;
    border-radius: 50px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.cstm-dashboard .main .pend-order span,
.cstm-dashboard .main .complete-order span,
.cstm-dashboard .main .favrt-order span {
    color: rgb(77, 77, 77);
    font-size: 18px;
    font-weight: 700;
}

.cstm-dashboard .main .pend-order p,
.cstm-dashboard .main .complete-order p,
.cstm-dashboard .main .favrt-order p {
    color: rgb(79, 78, 106);
    font-size: 12px;
    line-height: 12px;
}

.cstm-dashboard .main .add-new-btn {
    position: absolute;
}

.cstm-dashboard .profile .form-group label {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
}

.cstm-dashboard .profile .form-group {
    margin-bottom: 10px;
}

.cstm-dashboard .profile .form-group input {
    width: 100%;
    height: 48px;
    line-height: 50px;
    padding: 0px 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(219, 221, 227);
}

.cstm-dashboard .profile .form-group input::placeholder {
    color: rgb(163, 163, 163);
    font-size: 14px;
}

.cstm-dashboard .profile .update-btn {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 14px;
}

.cstm-dashboard .profile .form-group input:focus {
    outline: none;
}

.cstm-dashboard-sidebar {
    max-width: 250px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) -4px 0px 20px -7px inset;
}

.cstm-dashboard-sidebar .categor-list .logout-btn {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    background-color: rgb(253, 184, 19);
    padding: 8px 20px;
    border-radius: 30px;
    width: 100%;
}

.cstm-dashboard-sidebar .categor-list .logout-btn svg {
    height: 14px;
    width: 14px;
}

.cstm-dashboard-sidebar .categor-list .logout-btn:hover {
    background-color: rgb(0, 0, 0);
    transition: 0.5s;
}

.cstm-dashboard-sidebar .categor-list .logout-btn svg path {
    fill: rgb(255, 255, 255);
}

.cstm-dashboard-sidebar img {
    margin-left: 10px;
    max-width: 160px;
}

.cstm-dashboard-list {
    padding: 0px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cstm-dashboard-sidebar .categor-list li {
    padding: 6px 16px;
    border-radius: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}

.cstm-dashboard-sidebar .categor-list li svg {
    height: 22px;
    width: 22px;
}

.cstm-dashboard-sidebar .categor-list li:hover,
.cstm-dashboard-sidebar .categor-list li.active {
    background-color: rgb(0, 0, 0);
}

.cstm-dashboard-sidebar .categor-list li:hover a,
.cstm-dashboard-sidebar .categor-list li.active a {
    color: rgb(255, 193, 7);
}

.cstm-dashboard-sidebar .categor-list li .icon-hover {
    display: inline-flex;
    color: rgb(0, 0, 0);
    transition: color 0.3s;
    justify-content: center;
    align-items: center;
}

.cstm-dashboard-sidebar .categor-list li:hover .icon-hover,
.cstm-dashboard-sidebar .categor-list li.active .icon-hover {
    color: rgb(255, 193, 7);
}

.cstm-dashboard-sidebar .categor-list li a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    color: rgb(0, 0, 0);
    width: 100%;
}

.cstm-dashboard .discount .coupon-discnt-card {
    min-height: 102px;
    background-color: rgb(251, 251, 251);
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 1px;
}

.cstm-dashboard .discount .coupon-exp-card {
    min-height: 102px;
    background-color: rgb(233, 233, 233);
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 3px 1px;
}

.cstm-dashboard .discount .coupon-discnt-card .coupon-discnt,
.cstm-dashboard .discount .coupon-exp-card .coupon-discnt {
    display: flex;
    border-right: 2px dashed rgb(221, 221, 221);
    justify-content: center;
    align-items: center;
}

.cstm-dashboard .discount .coupon-discnt-card .coupon-discnt .discnt {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .discount .coupon-exp-card .coupon-discnt .discnt {
    font-size: 20px;
    color: rgb(210, 210, 210);
}

.cstm-dashboard .discount .coupon-discnt-card .details,
.cstm-dashboard .discount .coupon-exp-card .details {
    padding-left: 20px !important;
}

.cstm-dashboard .discount .coupon-discnt-card .details h3 {
    color: rgb(0, 0, 0);
    font-weight: 200;
    font-size: 18px;
    border: none;
    padding-bottom: 0px;
}

.cstm-dashboard .discount .coupon-exp-card .details p {
    color: rgb(210, 210, 210);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cstm-dashboard .discount .coupon-exp-card .details h3 {
    color: rgb(210, 210, 210);
    font-weight: 200;
    font-size: 18px;
    border: none;
    padding-bottom: 0px;
}

.cstm-dashboard .discount .coupon-discnt-card .details p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 6px;
}

.cstm-dashboard .discount .coupon-discnt-card .details span {
    color: rgb(176, 176, 176);
    font-size: 12px;
}

.coupon-discnt-card,
.coupon-exp-card {
    height: 100%;
    display: flex;
    align-items: center;
}

.cstm-dashboard .discount .coupon-exp-card .details span {
    color: rgb(164, 164, 164);
    font-size: 12px;
}

.cstm-dashboard .discount .coupon-exp-card .details .expired {
    color: rgb(255, 72, 72);
    font-size: 12px;
}

.cstm-dashboard .shippping .shipping-card,
.cstm-dashboard .shippping .add-new {
    background-color: rgb(255, 255, 255);
    border-radius: 2px;
    padding: 22px 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 1px;
}

.cstm-dashboard .shippping .job {
    min-height: 196px !important;
}

.cstm-dashboard .shippping .ship {
    min-height: 268px !important;
}

.cstm-dashboard .shippping .shipping-card .check {
    background-color: rgb(0, 172, 92);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 30px;
}

.cstm-dashboard .shippping .shipping-card .check-2 {
    background-color: rgb(163, 163, 163);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 30px;
}

.cstm-dashboard .shippping .shipping-card h5,
.cstm-dashboard .shippping .shipping-card span {
    max-width: 100%;
    display: block;
}

.cstm-dashboard .shippping .shipping-card h5 {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.cstm-dashboard .shippping .shipping-card span {
    font-size: 14px;
    color: rgb(163, 163, 163);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cstm-dashboard .shippping .shipping-card .delete-btn {
    text-align: center;
    width: 40%;
    background-color: rgb(226, 55, 16);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 4px 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
}

.cstm-dashboard .shippping .shipping-card .edit-btn {
    text-align: center;
    width: 40%;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 4px 30px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cstm-dashboard .shippping .shipping-card .edit-btn-2 {
    text-align: center;
    width: 40%;
    background-color: rgb(19, 128, 253);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 4px 30px;
    border-radius: 30px;
}

.cstm-dashboard .shippping .add-new span,
.cstm-dashboard .shippping .add-new h2 {
    font-size: 24px;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .favourites .single-product {
    margin-top: 0px;
}

.cstm-dashboard .favourites .single-product .product-content h3 a {
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 15px;
}

.cstm-dashboard .payment .payment-info-table {
    border-collapse: separate;
    width: 100%;
}

.cstm-dashboard .payment .payment-info-table th {
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 16px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 16px;
    text-align: left;
    width: 10%;
}

.cstm-dashboard .payment .payment-info-table td {
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(148, 148, 148);
    padding: 16px 12px;
    vertical-align: middle;
    width: 10%;
}

.cstm-dashboard .payment .payment-info-table .delete-btn {
    background-color: rgb(226, 55, 16);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 30px;
    padding: 8px 30px;
}

.cstm-dashboard .payment .payment-info-table tbody tr {
    border-radius: 12px;
    overflow: hidden;
}

.cstm-dashboard .payment .payment-info-table tbody tr td {
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cstm-dashboard .payment .payment-info-table tbody tr td:first-child {
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-left: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cstm-dashboard .payment .payment-info-table tbody tr td:last-child {
    border-top: 1px solid rgb(231, 231, 237);
    border-right: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cstm-dashboard .payment .payment-info-table tbody tr:hover td {
    background-color: rgb(249, 249, 249);
}

.cstm-dashboard .payment .add-new-btn {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 14px;
}

.cstm-dashboard .order .order-info-table {
    border-collapse: separate;
    width: 100%;
}

.cstm-dashboard .order .order-info-table tr .pending,
.cstm-dashboard .main .order-info-table tr .pending {
    position: relative;
    color: rgb(19, 128, 253);
}

.cstm-dashboard .main .recent-order {
    font-size: 18px;
    color: rgb(100, 95, 95);
    font-weight: 600;
    margin-bottom: 6px;
}

.cstm-dashboard .order .order-info-table tr .cancel,
.cstm-dashboard .main .order-info-table tr .cancel {
    color: rgb(226, 55, 16);
}

.cstm-dashboard .order .order-info-table tr .complete,
.cstm-dashboard .main .order-info-table tr .complete {
    color: rgb(0, 172, 92);
}

.cstm-dashboard .order .order-info-table tr .in-process,
.cstm-dashboard .main .order-info-table tr .in-process {
    color: rgb(253, 184, 19);
}

.cstm-dashboard .order .order-info-table th {
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 16px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 16px;
    text-align: left;
    width: 20%;
}

.cstm-dashboard .order .order-info-table td {
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(148, 148, 148);
    padding: 13px 12px;
    vertical-align: middle;
    width: 20%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cstm-dashboard .order .order-info-table .amount {
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .order .order-info-table tbody tr {
    border-radius: 12px;
    overflow: hidden;
}

.cstm-dashboard .order .order-info-table tbody tr td {
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-right: none;
}

.cstm-dashboard .order .order-info-table tbody tr td:first-child {
    color: rgb(19, 140, 253);
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-left: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cstm-dashboard .order .order-info-table tbody tr td:last-child {
    border-top: 1px solid rgb(231, 231, 237);
    border-right: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cstm-dashboard .order .order-info-table tbody tr:hover td {
    background-color: rgb(249, 249, 249);
}

.cstm-dashboard .order .order-info-table .action-btn {
    background-color: rgb(226, 55, 16);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 30px;
    padding: 8px 30px;
}

.cstm-dashboard .order .order-info-table .view,
.cstm-dashboard .order .order-info-table .delete,
.cstm-dashboard .order .order-info-table .review {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(19, 128, 253);
    border: none;
    width: 100% !important;
}

.cstm-dashboard .order .order-info-table .delete {
    background-color: rgb(226, 55, 16);
}

.cstm-dashboard .order .order-info-table .review {
    background-color: rgb(0, 172, 92);
}

.cstm-dashboard .order .order-info-table .view img,
.cstm-dashboard .order .order-info-table .review img,
.cstm-dashboard .order .order-info-table .delete img {
    width: 100%;
    height: 100%;
}

.cstm-dashboard .main .order-info-table {
    border-collapse: separate;
    width: 100%;
}

.cstm-dashboard .main .order-info-table th {
    font-weight: 500;
    color: rgb(0, 0, 0);
    font-size: 12px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 12px 6px;
    text-align: left;
    max-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 5%;
}

.cstm-dashboard .main .order-info-table td {
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    border: none;
    color: rgb(148, 148, 148);
    padding: 8px;
    vertical-align: middle;
    width: 5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cstm-dashboard .main .order-info-table .amount {
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.cstm-dashboard .main .order-info-table tbody tr {
    border-radius: 12px;
    overflow: hidden;
}

.cstm-dashboard .main .order-info-table tbody tr td {
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-right: none;
}

.cstm-dashboard .main .order-info-table tbody tr td:first-child {
    color: rgb(19, 140, 253);
    border-top: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-left: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-right: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.cstm-dashboard .main .order-info-table tbody tr td:last-child {
    border-top: 1px solid rgb(231, 231, 237);
    border-right: 1px solid rgb(231, 231, 237);
    border-bottom: 1px solid rgb(231, 231, 237);
    border-image: initial;
    border-left: none;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.cstm-dashboard .main .order-info-table tbody tr:hover td {
    background-color: rgb(249, 249, 249);
}

.cstm-dashboard .main .order-info-table .action-btn {
    background-color: rgb(226, 55, 16);
    color: rgb(255, 255, 255);
    font-size: 12px;
    border-radius: 30px;
    padding: 8px 30px;
}

.cstm-dashboard .main .order-info-table .view {
    background-color: rgb(19, 128, 253);
    padding: 6px 10px;
    width: 100% !important;
}

.cstm-dashboard .main .order-info-table .delete {
    background-color: rgb(226, 55, 16);
    padding: 6px 10px;
    width: 100% !important;
}

.cstm-dashboard .main .order-info-table .review {
    background-color: rgb(0, 172, 92);
    padding: 6px 10px;
    width: 100% !important;
}

.cstm-dashboard .main .order-info-table .view img,
.cstm-dashboard .main .order-info-table .review img,
.cstm-dashboard .main .order-info-table .delete img {
    width: 14px;
}

.cstm-dashboard .order .single-product,
.cstm-dashboard .main .single-product {
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-top: 0px !important;
}

.cstm-dashboard .main .freq-purchased {
    font-size: 18px;
    color: rgb(100, 95, 95);
    font-weight: 600;
}

.cstm-dashboard .main .freq-purc-container {
    border: 1px solid rgb(231, 231, 237);
    border-radius: 10px;
}

.cstm-dashboard .order .single-product .add-new,
.cstm-dashboard .main .single-product .add-new {
    position: absolute;
    top: -36px;
    right: 10px;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 10px 14px -11px;
    display: flex !important;
    z-index: 10 !important;
}

.table> :not(caption)>*>* {
    border-bottom-width: 0px;
}

.cart-panel .shopping {
    display: inline-block;
    z-index: 9999;
}

.cart-panel .shopping .icon {
    position: relative;
    cursor: pointer;
    color: rgb(34, 34, 34);
}

.cart-panel .shopping .shopping-item {
    position: absolute;
    top: 68px;
    right: 0px;
    width: 300px;
    background: rgb(255, 255, 255);
    padding: 20px 25px;
    transition: 0.3s;
    transform: translateY(10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.cart-panel .shopping:hover .shopping-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.cart-panel .shopping .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.cart-panel .shopping .dropdown-cart-header span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.cart-panel .shopping .dropdown-cart-header a {
    float: right;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.cart-panel .shopping .dropdown-cart-header a:hover {
    color: rgb(247, 148, 29);
}

.cart-panel .shopping-item {
    height: 97%;
}

.cart-panel .shopping-list {
    height: 83%;
    overflow-y: auto;
}

.cart-panel .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 15px;
    position: relative;
    padding: 0px 20px;
}

.cart-panel .shopping-list li .emove {
    position: absolute;
    left: 20px;
    bottom: 16px;
    margin-top: -20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid rgb(237, 237, 237);
}

.cart-panel .shopping-list li .emove:hover {
    background: rgb(34, 34, 34);
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.cart-panel .shopping-list .cart-img {
    float: right;
    border: 1px solid rgb(237, 237, 237);
    overflow: hidden;
}

.cart-panel .shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0px;
}

.cart-panel .shopping-list .cart-img:hover img {
    transform: scale(1.09);
}

.cart-panel .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}

.cart-panel .shopping-list h4 {
    font-size: 14px;
}

.cart-panel .shopping-list h4 a {
    font-weight: 600;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.cart-panel .shopping-list h4 a:hover {
    color: rgb(247, 148, 29);
}

.cart-panel .shopping-item .bottom {
    text-align: center;
    padding: 0px 20px;
}

.cart-panel .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.cart-panel .shopping-item .total span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
    float: left;
}

.cart-panel .shopping-item .total .total-amount {
    float: right;
    font-size: 14px;
    width: unset;
}

.cart-panel .shopping-item .bottom .btn {
    background: rgb(34, 34, 34);
    padding: 10px 20px;
    display: block;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.cart-panel .shopping-item .bottom .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.cart-panel .close-cart {
    margin-left: 20px;
}

.cart-panel .shopping {
    display: inline-block;
    z-index: 9999;
}

.cart-panel .shopping .icon {
    position: relative;
    cursor: pointer;
    color: rgb(34, 34, 34);
}

.cart-panel .shopping .shopping-item {
    position: absolute;
    top: 68px;
    right: 0px;
    width: 300px;
    background: rgb(255, 255, 255);
    padding: 20px 25px;
    transition: 0.3s;
    transform: translateY(10px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
}

.cart-panel .shopping:hover .shopping-item {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.cart-panel .shopping .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(230, 230, 230);
}

.cart-panel .shopping .dropdown-cart-header span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.cart-panel .shopping .dropdown-cart-header a {
    float: right;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
}

.cart-panel .shopping .dropdown-cart-header a:hover {
    color: rgb(247, 148, 29);
}

.cart-panel .shopping-item {
    height: 97%;
}

.cart-panel .shopping-list {
    height: 83%;
    overflow-y: auto;
}

.cart-panel .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 15px;
    position: relative;
    padding: 0px 20px;
}

.cart-panel .shopping-list li .emove {
    position: absolute;
    left: 20px;
    bottom: 16px;
    margin-top: -20px;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    border-radius: 0px;
    font-size: 11px;
    border: 1px solid rgb(237, 237, 237);
}

.cart-panel .shopping-list li .emove:hover {
    background: rgb(34, 34, 34);
    border-color: transparent;
    color: rgb(255, 255, 255) !important;
}

.cart-panel .shopping-list .cart-img {
    float: right;
    border: 1px solid rgb(237, 237, 237);
    overflow: hidden;
}

.cart-panel .shopping-list .cart-img img {
    width: 70px;
    height: 70px;
    border-radius: 0px;
}

.cart-panel .shopping-list .cart-img:hover img {
    transform: scale(1.09);
}

.cart-panel .shopping-list .quantity {
    line-height: 22px;
    font-size: 13px;
    padding-bottom: 30px;
}

.cart-panel .shopping-list h4 {
    font-size: 14px;
}

.cart-panel .shopping-list h4 a {
    font-weight: 600;
    font-size: 13px;
    color: rgb(51, 51, 51);
}

.cart-panel .shopping-list h4 a:hover {
    color: rgb(247, 148, 29);
}

.cart-panel .shopping-item .bottom {
    text-align: center;
    padding: 0px 20px;
}

.cart-panel .shopping-item .total {
    overflow: hidden;
    display: block;
    padding-bottom: 10px;
}

.cart-panel .shopping-item .total span {
    text-transform: uppercase;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 600;
    float: left;
}

.cart-panel .shopping-item .total .total-amount {
    float: right;
    font-size: 14px;
    width: unset;
}

.cart-panel .shopping-item .bottom .btn {
    background: rgb(34, 34, 34);
    padding: 10px 20px;
    display: block;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.cart-panel .shopping-item .bottom .btn:hover {
    background: rgb(247, 148, 29);
    color: rgb(255, 255, 255);
}

.cart-panel .close-cart {
    margin-left: 20px;
}

.cart-panel {
    position: fixed;
    display: block;
    z-index: 99998;
    padding: 20px 0px;
    width: 500px;
    background: rgb(255, 255, 255);
    right: -500px;
    text-align: left;
    top: 0%;
    height: 100vh;
    overflow-y: auto;
    transition: 0.4s;
    box-shadow: rgba(0, 0, 0, 0.2) -3px 0px 25px -2px;
}

.cart-panel.active {
    right: 0px;
}

.cart-panel .cart-panel-icon {
    position: absolute;
    left: -48px;
    width: 48px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
    border-radius: 5px 0px 0px 5px;
    background: rgb(255, 255, 255);
    text-align: center;
    color: rgb(51, 51, 51);
    top: 0px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.21) -4px 0px 5px;
}

.cart-panel h4 {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.cart-panel p {
    font-size: 13px;
    margin-bottom: 15px;
    line-height: 20px;
}

.cart-panel span {
    width: 42px;
    height: 35px;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}

.cart-panel span:hover {
    cursor: pointer;
}

.cart-panel span.color1 {
    background: rgb(247, 148, 29);
}

.cart-panel span.color2 {
    background: rgb(0, 136, 204);
}

.cart-panel span.color3 {
    background: rgb(50, 184, 125);
}

.cart-panel span.color4 {
    background: rgb(254, 117, 74);
}

.cart-panel span.color5 {
    background: rgb(248, 47, 86);
}

.cart-panel span.color6 {
    background: rgb(0, 206, 201);
}

.cart-panel span.color7 {
    background: rgb(108, 92, 231);
}

.cart-panel span.color8 {
    background: rgb(133, 186, 70);
}

.cart-panel span.color9 {
    background: rgb(253, 121, 168);
}

.cart-panel span.color10 {
    background: rgb(162, 155, 254);
}

.cart-panel span.color11 {
    background: rgb(186, 220, 88);
}

.cart-panel span.color12 {
    background: rgb(255, 29, 56);
}

.order-details .total p {
    font-size: 16px;
}

.radio-border-color {
    border-color: rgb(253, 184, 19) !important;
}

.cart-sidebar {
    position: fixed;
    top: 0px;
    right: -150%;
    max-width: 400px;
    min-width: 400px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    transition: right 1s ease-in-out;
    z-index: 999999;
    padding: 14px;
}

.cart-sidebar.active {
   
    right: 0px;
}

.cart-sidebar .crs-btn {
    position: absolute;
    top: 4px;
    left: 0px;
}

.cart-sidebar .cart-cross {
    width: 18px;
    height: 18px;
    position: relative;
    cursor: pointer;
}

.cart-sidebar .cart-cross span {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 0.5px;
    background-color: rgb(0, 0, 0);
    transform-origin: center center;
}

.cart-sidebar .cart-cross span:first-child {
    transform: translateY(-50%) rotate(45deg);
}

.cart-sidebar .cart-cross span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}

.cart-sidebar .total-container {
    margin-bottom: 70px !important;
    border: none !important;
}

.cart-sidebar .title {
    line-height: 16px;
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin: 0px;
}

.cart-sidebar .sub-title {
    text-transform: capitalize;
    line-height: 20px;
    font-size: 12px;
    color: rgb(174, 174, 174);
    font-weight: 400;
}

.cart-sidebar .total {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 600;
}

.cart-sidebar .price {
    color: rgb(253, 184, 19);
    font-size: 24px;
    font-weight: 600;
}

.cart-sidebar .view-cart {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-sidebar .checkout {
    background-color: rgb(253, 184, 19);
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 16px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.cart-sidebar .cart-container {
    margin-top: 32px;
    max-height: calc(56vh);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(204, 204, 204) transparent;
}

.cart-sidebar .cart-container::-webkit-scrollbar {
    width: 8px;
}

.cart-sidebar .cart-container::-webkit-scrollbar-track {
    background: transparent;
}

.cart-sidebar .cart-container::-webkit-scrollbar-thumb {
    background-color: rgb(204, 204, 204);
    border-radius: 10px;
    transition: background-color 0.3s;
}

.cart-sidebar .cart-container::-webkit-scrollbar-thumb:hover {
    background-color: rgb(153, 153, 153);
}

.cart-sidebar .cart-container::-webkit-scrollbar-button {
    display: none;
}

.cart-sidebar .cart-box {
    display: flex;
    padding: 12px;
    border: 1px solid rgb(232, 232, 232);
    border-radius: 10px;
    justify-content: space-between;
    gap: 14px;
    transition: 0.5s;
    margin-bottom: 20px !important;
}

.cart-sidebar .cart-box:hover {
    border-color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
    transition: 0.5s;
}

.cart-sidebar .cart-box img { 
 width: 100%; 
 height: 100%; 
 object-fit: cover; 
 border-radius: 6px; 
 max-width: 80px; 
 max-height: 80px; 
}


.cart-sidebar .cart-box .prod-title {
    font-size: 12px;
    line-height: 12px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.cart-sidebar .cart-box .quantity {
    font-size: 12px;
    color: rgb(174, 174, 174);
    line-height: 10px;
    font-weight: 500;
}

.cart-sidebar .cart-box .price {
    line-height: 20px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    font-weight: 700;
}

.cart-sidebar .cart-box .radio-stack {
    transition: 1s;
}

.cart-sidebar .cart-box .radio-stack span {
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 12px;
}

.cart-sidebar .cart-box .addres-label {
    color: rgb(0, 0, 0);
    line-height: 10px;
    font-size: 12px !important;
}

.cart-sidebar .cart-box .nice-select {
    height: 20px;
    padding: 0px 21px 0px 8px !important;
    border: 1px solid rgb(102, 102, 102) !important;
    font-size: 12px !important;
    line-height: 16px !important;
    /* max-width: 120px !important; */
    max-width: 190px !important;
    margin-top: 5px;
    width: 100%;
}

.cart-sidebar .cart-box .nice-select span {
    color: rgb(102, 102, 102);
    font-size: 10px !important;
}

.cart-sidebar .cart-box .nice-select::after {
    color: rgb(102, 102, 102);
    border-bottom: 1px solid rgb(102, 102, 102);
    border-right: 1px solid rgb(102, 102, 102);
    content: "";
    display: block;
    height: 5px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: 0.15s ease-in-out;
    width: 5px;
    font-weight: 300 !important;
}

.cart-sidebar .cart-box .nice-select.address-select .list {
    width: 100% !important;
}

.cart-sidebar .cart-box .ship-address {
    /* display: none; */
}

.cart-sidebar .cart-box .nice-select.address-select .list li {
    font-size: 10px !important;
}

.cart-sidebar .cart-box .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    list-style: none;
    min-height: 20px;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    transition: 0.2s;
}

.cart-sidebar .cart-box .counter {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-family: sans-serif;
    padding: 0px !important;
    background-color: transparent !important;
}

.cart-sidebar .cart-box .counter button {
    display: flex;
    justify-content: center;
    background-color: rgb(238, 238, 238);
    color: rgb(92, 92, 92);
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: 500;
    align-items: center;
    height: 16px !important;
    width: 16px !important;
}

.cart-sidebar .cart-box .counter button:hover {
    background-color: rgb(224, 224, 224);
}

.cart-sidebar .cart-box .counter .count {
    font-size: 12px;
    font-weight: 700;
    color: rgb(0, 0, 0);
}
.shop.contact {
    padding: 6.25em 0;
  }




  .shop.contact .inner h2,
.shop.contact .form-section h2 {
  font-size: 2.5em;
  color: #212121;
  font-weight: 600;
}






.shop.contact .inner h6 {
    font-size: 1.5em;
    color: #000;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0.9em 0 1.875em;
  }






  .shop.contact .inner p {
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #666;
  }




.shop.contact .inc {
    border-radius: 0.1875em;
    background-color: #FDB813;
    padding: 2.75em 2.5em;
    margin-top: 3.125em;
  }

  .shop.contact .inc h4 {
    color: #fff;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.0625em;
  }
.shop.contact .inc .contact-list {
    margin-top: 18px;
    list-style: none;
}

.shop.contact .inc .contact-list li {
    margin-bottom: 16px;
}

.shop.contact .inc .contact-list li a {
    display: flex;
    align-items: center;
    gap: 16px;
}
.shop.contact .inc .contact-list li a img {
    width: 1.5em;
  }

  .shop.contact .inc .contact-list li a span {
    font-size: 1em;
    color: #fff;
    line-height: 1.5;
  }
  .shop.contact .form-section {
    border-radius: 0.25em;
    padding: 1.25em 1.875em;
    box-shadow: 0 3px 6px 0 rgba(236, 236, 236, 0.75);
  }
  .shop.contact .form .form-group {
    margin-bottom: 1.5625em;
  }

  .shop.contact .form .form-group label {
    color: #000;
    position: relative;
    font-size: 1em;
  }
.shop.contact .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
    font-weight: normal;
}

.shop.contact .form .form-group input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.contact .form .form-group input::placeholder {
    color: rgb(163, 163, 163);
    font-size: 14px;
}

.shop.contact .form.contact-form textarea {
    resize: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.contact .form.contact-form textarea:focus {
    outline: none;
}

.shop.contact .form.contact-form textarea::placeholder {
    font-size: 14px;
    color: rgb(163, 163, 163);
}

.shop.contact .form .form-group input:focus {
    outline: none !important;
}



.shop.contact .form.contact-form button {
    height: 42px;
    background-color: #000;
    width: 11.25em;
    border-radius: 3.125em;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    height: 3.625em;
  }



.shop.contact .form.contact-form button:hover {
    background-color: rgb(253, 184, 19);
    transition: 0.5s;
}

.shop.contact .nice-select {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}


.shop.contact .nice-select .current{
    color: #000;
    font-weight: 500;
}
.shop.contact .form .form-group input[type="number"]::-webkit-inner-spin-button,
.shop.contact .form .form-group input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

.shop.contact .form .form-group input[type="number"] {}

.shop.contact .nice-select .list {
    width: 100%;
}
.shop.careers {
    padding: 6.25em 0;
  }



.shop.careers .inner h2 {
    font-size: 2.5em; /* 40px / 16 = 2.5em */
    color: #000000;
    font-weight: 600;
  }



.shop.careers .img-section img {
    width: 100%;
    max-height: 430px;
    object-fit: cover;
    border-radius: 15px;
}

.shop.careers .inner p,
.shop.careers .inner p:is(strong, span, b, ul, li, sub, sup) {
    margin: 1.25em 0;
    font-size: 1em;
    color: #666666;
    font-weight: 400;
    line-height: 1.5;
  }


  

.shop.careers .inner ul {
    list-style: none;
    padding-left: 0px;
}

.shop.careers .inner ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 2px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 22px;
}

.shop.careers .inner ul li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 22px;
}




.shop.careers .card-container { 
    margin-bottom: 20px; 
    max-width: 48.5em; 
    border: 0.0625em solid rgb(216, 216, 216); 
    border-radius: 0.625em; 
    padding: 1.875em; 
    transition: all 0.5s ease; 
}

  .shop.careers .card-container:hover{
    background-color: #E9ECF5;
    /* transform: translateY(-20px); */
  }




  .shop.careers .card-container h2 , 
  
  .shop.careers .card-container h2 *{
    font-size: 1.375em; 
    color: #000000;
    font-weight: 500;
  }



  .shop.careers .card-container p,
  .shop.careers .card-container p * {
    margin: 1.25em 0;
    font-size: 0.875em;
    color: #4F5665;
    font-weight: 400;
    line-height: 1.5714;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }



  .shop.careers .card-container button {
    background-color: rgb(0, 0, 0);
    font-size: 0.875em; /* or 0.875em */
    line-height: 1;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-radius: 3.125em; /* or 50px, consider using a fixed value */
    padding: 1em 1.5625em; /* using em */
    letter-spacing: 0.09375em; /* or 0.09375em */
  }



  .shop.careers .jobs-container {
    margin-top: 6.25em; /* 100px / 16 = 6.25em */
  }


/* 
.shop.about {
    overflow-x: hidden;
    padding: 40px 0px;
} */

.shop.about {
    overflow-x: hidden;
    padding: 6.25em 0; /* 100px / 16 = 6.25em */
  }

/* .shop.about .about-us-container-1 {
    padding-bottom: 40px;
} */


.shop.about .about-us-container-1 {
    padding-bottom: 6.25em; /* 40px / 16 = 2.5em */
  }


  .shop.about .about-us-container-2 {
    padding: 10.75em 7.5em; /* 172px / 16 = 10.75em, 120px / 16 = 7.5em */
    background-image: url("../images/about-bg-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

  .shop.about .about-us-container-3 {
    padding-top: 6.25em; /* 100px / 16 = 6.25em */
  }
/* 
.shop.about .about-us-container-2 {
    padding: 140px;
    background-image: url("../images/about-bg-2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} */
/* 
.shop.about .about-us-container-3 {
    padding-top: 40px;
} */

/* .shop.about .inner h2 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: 600;
} */



.shop.about .about-us-container-3 p{

        margin: 0.625em 0 2.5em 0 !important; /* 10px = 0.625em, 40px = 2.5em */
    
}
.shop.about .inner h2 {
    font-size: 2.5em;
    color: rgb(0, 0, 0);
    font-weight: 600;
  }



  .shop.about .inner h3 ,   .shop.about .inner h3 * {
    font-size: 1.25em;
    color: #000;
    font-weight: 500;
    line-height: 0.75em; /* Assuming 12px is desired, converted to rem */
    letter-spacing: -0.024em; /* Converted percentage to em value */
  } 




.shop.about .img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}



.shop.about .inner p,
.shop.about .inner p :is(strong, span, b, sub, sup, ul li) {
  margin: 1.25em 0;
  font-size: 1em;
  color: #666666;
  font-weight: 400;
  line-height: 1.5;
}



.shop.about .inner ul {
    margin: 2.8125em 0px; /* 45px / 16 = 2.8125em */
}


.shop.about .inner ul li {
    display: flex;
    margin-bottom: 1em;     /* 16px / 16 = 1em */
    align-items: center;
    gap: 1.5em;              /* 24px / 16 = 1.5em */
}

.shop.about .inner ul li span  , .shop.about .inner ul li span *{
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
}

/* 
.shop.about .inner ul li .li-img {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    background: linear-gradient(rgb(253, 184, 19) 0%, rgb(151, 110, 11) 100%);
    overflow: hidden;
} */
/* 
.shop.about .inner ul li .li-img img{
    max-width: 14px;
} */




.shop.about .inner button {
    background-color: rgb(255, 255, 255);
    font-size: 1em;
    color: rgb(0, 0, 0);
    font-weight: 400;
    border-radius: 3.125em; /* 50px / 16 = 3.125em */
    padding: 0.9375em 1.875em; /* 15px / 16 = 0.9375em, 30px / 16 = 1.875em */
    border: 0.0625em solid rgb(0, 0, 0); /* 1px / 16 = 0.0625em */
    transition: 0.5s;
    text-transform: capitalize;
  }

.shop.about .inner button:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border-color: rgb(0, 0, 0);
}



.shop.about .about-us-container-2 .inner h2 {
    font-size: 2.5em; 
    color: #ffffff;
    font-weight: 600;
}



.shop.about .about-us-container-2 .inner p,
.shop.about .about-us-container-2 .inner p * {
  margin: 0.75em 0;
  font-size: 1em;
  color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  max-width: 51.25em;
}

.shop.about .about-us-container-2 .inner ul {
    margin: 0;
}

.shop.about .about-us-container-2 .inner ul li {
    margin: 0.5em 0;
}
.shop.about .about-us-container-2 .inner :is(ul li span,  h3, h4, h5, h6, strong, b, sup, sub) {
    margin: 0;
    padding:0p;
    font-size: 1em;
    color: rgb(255, 255, 255);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    max-width: 51.25em;
  }


.shop.about .about-us-container-2 .inner button {
    background-color: transparent;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    border-radius: 50px;
    padding: 12px 25px;
    border: 1px solid rgb(255, 255, 255);
    transition: 0.5s;
    text-transform: capitalize;
}

.shop.about .about-us-container-2 .inner button:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border-color: rgb(255, 255, 255);
}


.shop.gallery {
    padding: 6.25em 0; 
  }


  .shop.gallery .pagination {
    margin: 5.3125em 0 0;
  }

.shop.gallery img {
    width: 100%;
    max-height: 400px;
    min-height: 400px;
    object-fit: cover;
}



.shop.help {
    overflow-x: hidden;
    padding: 6.25em 0 0;
  }




  .shop.help .inner h2 {
    font-size: 2.125em; 
    color: rgb(0, 0, 0);
    font-weight: 600;
  }

  .shop.help .help-us-footer {
    background-image: url("../images/help-us-img.png");
    padding: 5.8125em 0;
  }




  .shop.help .help-us-footer h2 {
    font-size: 2.5em;
    color: #ffffff;
    font-weight: 600;
  }




  .shop.help .help-us-footer button {
    height: 52px;
    margin-top: 0.9375em;
    background-color: rgb(0, 0, 0);
    font-size: 1em;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 400;
    border-radius: 3.125em;
    padding: 0.9375em 1.5em;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.5s;
    text-transform: capitalize;
  }




.faq-accordions {
    max-width: 68.75em; 
    margin: 3.125em auto 6.25em;
  }




.faq-accordions .accordion-item {
    margin-bottom: 24px;
    box-shadow: rgba(149, 149, 149, 0.25) 0px 24px 32px 0px;
}

.faq-accordions .accordion-item {
    border: none !important;
    border-radius: 6px !important;
}




.faq-accordions .accordion-item .accordion-button {
    font-size: 0.8em;
    color: rgb(27, 17, 57);
    position: relative;
    padding: 0.9em 0.9em 0.9em 2.5em;
    font-weight: 600;
  }



.faq-accordions .accordion-item .accordion-button.collapsed {
    border: none !important;
    box-shadow: none !important;
}

.faq-accordions .accordion-item .accordion-button:not(.collapsed) {
    color: rgb(27, 17, 57);
    background-color: rgb(255, 255, 255) !important;
    box-shadow: none !important;
    border: none !important;
}

.faq-accordions .accordion-item .accordion-button::after {
    background-image: none !important;
}
/* Default state (collapsed) */
.faq-accordions .accordion-item .accordion-button::before {
    content: "+";
    position: absolute;
    left: 1.5em;
    font-size: 0.8em;
    color: rgb(0, 0, 0);
    transition: 0.3s;
}

/* When expanded (aria-expanded="true") */
.faq-accordions .accordion-item .accordion-button[aria-expanded="true"]::before {
    content: "−";
    color: #000;
}





.faq-accordions .accordion-item .accordion-body {
    padding: 0.9em 0.9em 1.5em 4em;
    color: #666666;
    line-height: 1.25;
    font-size: 1em;
  }

  .shop.career-detail {
    padding: 6.25rem 0;
  }


.shop.career-detail .employment-heading {
    margin-top: 80px;
    color: #212121;
}

.shop.career-detail .inner h2 {
    font-size: 34px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.shop.career-detail .inner p {
    margin: 16px 0px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 24px;
}

.shop.career-detail .inner .left-list {
    margin: 16px 0px;
    list-style: none;
    padding-left: 0px;
}

.shop.career-detail .inner .left-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 2px;
    font-size: 14px;
    color: rgb(102, 102, 102);
    font-weight: 400;
    line-height: 22px;
}

.shop.career-detail .inner .left-list li::before {
    content: "•";
    position: absolute;
    left: 0px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    line-height: 22px;
}

.shop.career-detail .form .form-group {
    margin-bottom: 25px;
}

.shop.career-detail .form .form-group label {
    color: rgb(0, 0, 0);
    position: relative;
    font-size: 14px;
}

.shop.career-detail .form .form-group label span {
    color: rgb(255, 44, 24);
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 4px;
    font-size: 16px;
    font-weight: normal;
}

.shop.career-detail .form .form-group input {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 20px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.career-detail .form .form-group input::placeholder {
    color: rgb(163, 163, 163);
    font-size: 14px;
}

.shop.career-detail .form.contact-form textarea {
    resize: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.career-detail .form.contact-form textarea:focus {
    outline: none;
}

.shop.career-detail .form.contact-form textarea::placeholder {
    font-size: 14px;
    color: rgb(163, 163, 163);
}

.shop.career-detail .form .form-group input:focus {
    outline: none !important;
}

.shop.career-detail .form.contact-form button {
    background-color: rgb(0, 0, 0);
    width: 140px;
    height: 52px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 400;
}

.shop.career-detail .form.contact-form button:hover {
    background-color: rgb(253, 184, 19);
    transition: 0.5s;
}

.shop.career-detail .nice-select {
    width: 100%;
    height: 52px;
    line-height: 50px;
    padding: 0px 16px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid rgb(224, 224, 224) !important;
    color: rgb(51, 51, 51) !important;
}

.shop.career-detail .form .form-group input[type="number"]::-webkit-inner-spin-button,
.shop.career-detail .form .form-group input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0px;
}

.shop.career-detail .form .form-group input[type="number"] {}

.shop.career-detail .nice-select .list {
    width: 100%;
    list-style: none;
}

.shop.career-detail .form.contact-form {
    border-top: 1px solid rgb(224, 224, 224);
    padding-top: 24px;
}





.file-upload-container {
    width: 100%;

}

.upload-area {
    border: 2px dashed #BCFA63;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    position: relative;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-area:hover {
    border-color: #d1d5db;
    background-color: #fafafa;
}

.upload-icon {
    margin-bottom: 10px;
}

.upload-text {
    /* margin-bottom: 5px; */
    color: #6b7280;
    font-size: 14px;
}

.drag-text {
    color: #AFAFAF;
    font-size: 14px;
}

.browse-text {
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.max-size {
  color: #AFAFAF;
  font-size: 14px;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.file-types {
  margin-top: 8px;
  font-size: 12px;
  color: #AFAFAF;
}

/* New styles for the file list */
.file-list {
  text-align: center;
   color: #AFAFAF;
  font-size: 14px;
}

.file-list div {
  padding: 5px 0;
  word-break: break-all;
  
}   


.w-33 {
    width: 33%;
}

.career-form-accordion {
    margin-top: 20px;
}

.career-form-accordion .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(224, 224, 224) !important;
}





.career-form-accordion .accordion-item .accordion-button {
    padding: 24px 14px;
}

.career-form-accordion .accordion-item .accordion-button {
    transition: 1s;
    color: #21272a;
    font-size: 1.5rem;
    font-weight: 600;
  }

.career-form-accordion .accordion-item .accordion-button.collapsed {
    box-shadow: none !important;
    border-radius: 12px !important;
}

.career-form-accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: 12px;
}

.career-form-accordion .accordion-item .accordion-collapse {
    background-color: transparent !important;

    transition: 0.5s;
    box-shadow: none !important;
}

.shop.career-detail .radio-container {
    display: flex;
    gap: 100px;
}

.shop.career-detail .radio-input {
    display: flex;
    align-items: center;
}

.shop.career-detail .radio-input input[type="radio"] {
    border-radius: 50%;
    padding: 4px;
    appearance: none !important;
    width: 0px !important;
    height: 12px !important;
    border: 4px solid rgb(183, 183, 183) !important;
    cursor: pointer !important;
    position: relative !important;
}

.shop.career-detail .radio-input input[type="radio"]:checked {
    border-color: rgb(253, 184, 19) !important;
}

.shop.career-detail .radio-input span {
    color: rgb(183, 183, 183);
    font-size: 14px;
    margin-left: 6px !important;
    vertical-align: middle !important;
}




.shop.home {
    overflow-x: hidden;
    padding: 0 0 6.25em 0; /* 100px / 16 = 6.25em */
  }


.shop.home .home-container-1 {
    padding: 6.25em 0 4.125em 0; /* 100px / 16 = 6.25em, 60px / 16 = 3.75em */
  }




.shop.home .home-container-2 {
    background-color: rgb(246, 246, 246);
    padding: 6.25em 0; /* 100px / 16 = 6.25em */
  }




  .shop.home .home-container-2 .inner {
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1); /* 4px / 16 = 0.25em */
    background-color: rgb(255, 255, 255);
    padding: 3.75em 1.625em; /* 60px / 16 = 3.75em, 26px / 16 = 1.625em */
  }

.shop.home .home-container-2 .inner img {
    width: 100%;
    border-radius: 10px;
    max-height: 100%;
    object-fit: cover;
    min-height: 460px;
}

.shop.home .home-container-2 ul li {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 14px;
    margin-bottom: 20px;
}

.shop.home .home-container-2 ul li .check-icon {
    display: flex;
    background-color: rgb(35, 38, 47);
    padding: 4px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.shop.home .home-container-2 ul li .check-icon svg {
    height: 18px;
    width: 18px;
}





.shop.home .home-container-2 ul li span {
    font-size: 1.25em; /* 20px / 16 = 1.25em */
    color: #000000;
    font-weight: 600;
    line-height: 1.4; /* 28px / 20px = 1.4 */
  }



.shop.home .home-container-2 ul li p , .shop.home .home-container-2 ul li p span {
    margin: 8px 0px;

    font-size: 1em;
    color: #666666;
    font-weight: 400;
    line-height: 1.6;
}





.shop.home .inner h2,
.shop.home .inner h2 p,
.shop.home .inner h2 h3,
.shop.home .inner h2 h4,
.shop.home .inner h2 h5,
.shop.home .inner h2 h6,
.shop.home .inner h2 strong {
  font-size: 2.5em;
  color: #000000 ;
  font-weight: 600;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}


  

.shop.home .inner h2 span {
  /* font-size: 1.5em; */

    /* color: rgb(253, 184, 19); */
}

.shop.home .inner button {
    background-color: rgb(253, 184, 19);
    color: rgb(0, 0, 0);
    padding: 12px 25px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
}



.shop.home .inner p,
.shop.home .inner p :is(h2, strong, ul li, sub),
.shop.home .inner p sup,
.shop.home .inner p b {
  margin: 1.25em 0;
  font-size: 1em;
  color: #666666;
  font-weight: 400;
  line-height: 1.6;
}




  .shop.home .inner .showcase-p-text :is(h1, h2, h3, h4, h5, h6, p, span, b) {
    margin: 1.25em 0;
    font-size: 1em;
    color: #666666;
    font-weight: 400;
    line-height: 1.6;
  }

.owl-carousel .item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}



.carousel-bg {
    height: 51.25em;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.carousel-caption {
    position: absolute;
    inset: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: rgba(0, 0, 0, 0.4); */
}

.carousel-caption h1,
.carousel-caption p {
    color: rgb(255, 255, 255);
}

.slider-banner .carousel-caption {
    padding: 0 4.0625em;
  }


/* .carousel-caption h1 {
    color: #ffffff;
    font-size: 5.3125em;
    line-height: 0.94; 
    font-weight: 700;
  } */

  .carousel-caption h1 {
    color: #ffffff;
    font-size: 4em;
    line-height: 1em;
    font-weight: 700;
    max-width: 700px;
}

  .carousel-caption p {
    max-width: 40.625em;
    margin: 1.25em 0; /* 16px / 16 = 1em */
    font-size: 1em; /* 16px / 16 = 1em */
    color: #E1E1E1;
    font-weight: 400;
    line-height: 1.75em; /* 28px / 16 = 1.75em */
    letter-spacing: 0.03125em; /* 0.5px / 16 = 0.03125em */
  }

.carousel-indicators {
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.carousel-indicators [data-bs-target] {
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border-radius: 50%;
    opacity: 0.3;
    transition: opacity 0.3s;
    border: none;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: rgb(217, 217, 217);
}



.header.shop .nav li.active .dropdown li {
    /* background-color: yellow; */
}

.header.shop .nav li.active .dropdown li a {
    background-color: #000;
    border-radius: 0px !important;
    padding: 5px 0px;
}


.header.shop .nav li.active .dropdown .menu a {
    /* background-color: #3C3C3C !important; */
}


.header.shop .nav li.active .dropdown li a:hover {
    background-color: #FDB813;

}

.mega-dropdown {
    background-color: #fff;
    padding: 20px;
    height: 100%;
    position: absolute;
    z-index: 999999999;
    top: 100%;
    left: 197px;
    width: 1200px;
}

.mega-sidebbar .close-btn {
    background-color: beige;
    position: absolute;
    top: 18px;
    right: 10px;
    font-size: 20px;
    font-weight: 200;
    cursor: pointer;
    color: #333;
    z-index: 10000;
    user-select: none;
    padding: 2px 6px;
    border-radius: 4px;
    line-height: 1em;
}


.header .nav li .dropdown {
    /* border-radius: 0px 0px 0px 20px; */
    /* min-height: 70vh; */
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    box-shadow: rgba(51, 51, 51, 0.3) 0px 3px 5px;
    transform-origin: 0px 0px 0px;
    transform: scaleY(0.2);
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    /* padding: 10px; */
    left: 0px;
    margin: 0px;
}

.header .nav .mega-dropdown a {
    background-color: none !important;
}

.header .nav .list-items {
    background-color: #fff;
    padding: 30px;
}



/* .mega-sidebar{
    background-color: #000;
margin: 0px 20px 20px 20px;
width: 79%;
}


.mega-sidebar ul li{
    padding: 10px;
    background-color: #000;
    color: #fff
}


.mega-sidebar ul li:hover{
    background-color: #FDB813;
}

.mega-sidebar ul li a{
    font-size: 16px;
    text-align: center;
    display: block;
} */


.cstm-dashboard .main .order-card.new,
.cstm-dashboard .order .order-card.new {
    border: 1px solid rgb(19, 128, 253);
}



.cstm-dashboard .main .order-card .status-new,
.cstm-dashboard .order .order-card .status-new {
    background-color: orange;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}


.cursor-pointer {
    cursor: pointer;
}


.header.shop .nav .menu a {
    background-color: red;
}


.mega-sidebbar {
    /* border-radius: 0px 0px 20px 0px; */
    min-height: 650px;
    max-height: 650px;
    display: none;
    padding: 40px 30px;
    left: 190px;
    position: absolute;
    z-index: 999;
    width: 82vw;
    /* overflow-x: scroll; */
    background: #fff;
    overflow-y: scroll;
    transition: left 0.5s ease;
}





.mega-sidebbar button {
    text-align: start;
    background-color: transparent;
    border: none;
    font-size: 1em;
}




.neighborhood-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 1em;
    color: #000;
}


.location-name {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 0.3em;
    color: #000;
  }

.location-detail {
    display: block;
    margin-bottom: 0px;
    font-size: 12px;
    color: #424242;
    /* margin-bottom: 0.25em; */
    line-height: 20px;
    position: relative;
    padding-left: 16px;
}

.location-detail::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16spx;
    color: rgb(253, 184, 19);
    font-weight: bold;
    line-height: 14px;
}


.location-section { 
    /* max-height: 200px;    */
    margin-bottom: 20px; 
    /* overflow-y: auto;  */
    
  } 
  
.menu.homeowners img {
    transition: transform 0.3s ease;
}

.menu.homeowners img.rotated {
    transform: rotate(180deg);
}




/* Style for menu items with submenu */
.has-submenu {
    position: relative;
}

/* Sub-dropdown styling */
.sub-dropdown {
    margin: 0;
    display: none;
    /* position: absolute; */
    /* left: 185px; */
    /* Align with your mega-sidebar position */
    top: 0;
    /* background: #fff; */
    list-style: none;
    /* padding: 15px; */
    /* min-width: 200px; */
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
    z-index: 1000;
}

.sub-dropdown li {
    width: 100%;
    /* padding: 8px 0; */
}

.sub-dropdown li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.sub-dropdown li a:hover {
    color: #007bff;
}

/* Rotation animation for dropdown icon */
.dropdown-icon {
    transition: transform 0.3s ease;
}

.dropdown-icon.rotated {
    transform: rotate(180deg);
}

.single-bar .nice-select {
    box-shadow: none;
}

.single-bar .nice-select span {
    max-width: 180px;
    color: rgb(0 0 0);
    font-size: 14px;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}

.single-bar .nice-select::after {
    border-color: #000;
    right: 16px;
}


.single-bar .nice-select .list li{
    display: flex;
    justify-content: start;
    align-items: center;
}

.header.shop .nav li.active .dropdown .inner-menu a {
    background-color: #3C3C3C;
}

.header.shop .nav li.active .dropdown .sub-dropdown li a {
    background-color: #000;
}

.header.shop .nav li.active .dropdown .sub-dropdown li a:hover {
    background-color: #3C3C3C;
}


.header.shop .nav li.active .dropdown .sub-dropdown li a.active {
    background-color: #3C3C3C;
}




/* ====== SHOP ====== */
.shop-sidebar {
    box-shadow: rgb(236, 236, 236) 2px 0px 20px -4px;

}

.muncipal-accordion .accordion-item {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgb(224, 224, 224) !important;
}
.muncipal-accordion .accordion-item .accordion-button {
    box-shadow: none !important;
    border-bottom: 0;
    padding: 1.25em 1.25em 0 1.25em;
    font-size: 24px; /* 24px / 16 = 1.5em */
    font-weight: 600;
    color: #000000;
  }

.muncipal-accordion .accordion-item .accordion-body {
    padding: 1.875em; /* 30px ÷ 16 */
}

.muncipal-accordion .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
}

.muncipal-accordion .accordion-button.collapsed {
    background-color: #fff;
    color: #000;
}


.muncipal-accordion .accordion-button {
    font-size: 22px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-transform: capitalize;
}

.muncipal-accordion .categor-list {
    padding-top: 1.875em; /* 30px / 16 = 1.875em */
    position: relative;
    border-top: 1px solid rgb(236, 236, 236); /* 1px / 16 = 0.0625em */
  }

.muncipal-accordion .categor-list::before {
    position: absolute;
    top: -1px;
    left: 0px;
    height: 2px;
    background-color: rgb(253, 184, 19);
    width: 35%;
    content: "";
}



.icon-box.password-lock i {
    width: 20px;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}



.cstm-dashboard-sidebar .categor-list li {
    transition: all 0.4s ease;
}




.cstm-dashboard-sidebar img {
    margin-left: 0;
    max-width: 120px;
    min-width: 120px;
    border-radius: 50%;
    align-self: center;
    object-fit: cover;
    height: 120px;
    box-shadow: 0px 0 0px;
}


.vip-frame {
  position: relative;
  width: 180px;
  height: 180px;
  background-image: url('../images/frame.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* optional */
  margin: 0 auto;
}

.vip-frame img {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}


.vip-badge {
background-color: #fdb813;
color: #ffffff;
padding: 4px 10px;
border-radius: 20px;
display: inline !important;
max-width: 120px;
font-size: 12px;
margin: 0 auto;
font-weight: 600;
}


.header .single-bar .nice-select .list {
   
    margin-top: -5px;
  z-index: 999;
    left: -5px;
  
}

.header .single-bar .nice-select .list li:hover span{
    color: #FDB813 ;
    transition: all 0.3s ease;

}

.header .single-bar .nice-select .option {
   
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
   
  
}

.header .single-bar .nice-select .list li span{
    margin-left: 4px;
   
}
.header .single-bar .nice-select .list li svg{
    /* margin-top: -3px; */
    fill: #000;
}

.header .single-bar .nice-select .list li:hover svg path{
    fill: #FDB813;
    transition: all 0.3s ease;

}


#google-pay-button-container{ 
    border: 0px;
    background: none;
    border: 0px !important;
    box-shadow: none !important;
    width: 50%;
}

.paypal-buttons-layout-horizontal{
    border: 0px;
    background: none;
    border: 0px !important;
    box-shadow: none !important;
    width: 50% !important;
}

.price-wrapper{
    margin-top: 100px;
    margin-bottom: 20px;
}

.price-wrapper span{
    margin-bottom: 20px;
}


.rendered-form.formbuilder-embedded-bootstrap .form-group:first-of-type{
    margin-top: 40px !important;
}

   .career-form-accordion .accordion-item{
    overflow: visible;
   }

/* .shop.single .product-price{
    margin: 0;
    font-size: 18px !important;
    color: #000 !important;
} */

.custom-accordion .accordion-button.collapsed {
    border-radius: 12px !important;
    background-color: rgb(255, 255, 255);
    border-bottom: none;
    box-shadow: none;
/*    overflow: hidden;*/
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: rgb(255, 255, 255);
    color: #21272A;
    border-bottom: none;
    box-shadow: none;
    border-radius:12px;
}
#formAppend p *:not(font):not(.ff-converted):not(.ff-converted *):not(strong):not(b) {
    color: #666666;
    margin-bottom: 1.875em;
    margin-top: 0.625em;
    font-weight: 400;
}







body{
    padding-right: 0px !important;
}

.order-details .product-detail p.card-selected-items{
    color: rgb(253, 184, 19);
    text-decoration: underline;
    font-size: 12px;
    padding-bottom: 0px;
    cursor: pointer;
    font-weight: 600;
}

#gpay-button-online-api-id{
    width: 100%;
    /* background-color: rgb(255, 255, 255); */
    /* padding: 8px 10px; */
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    color: black;
}

.section {
    padding: 6.25em 0; /* 100px / 16 = 6.25em */
    position: relative;
  }



  .vip-access-button {
    width: 150px;
    padding: 18px !important;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px !important;  
    font-weight: 500 !important;
    color: white;
    background-color: black;
    border: solid 1px black;
    border-radius: 50px;
}
.login-form-inside .form-container .form .form-group input{
    border: none !important;
}

.login-form-inside .form-container .form .form-group input::placeholder{
    color: #A9A6A6;
    font-size: 14px;
}
.login-form-inside .form-container .form .form-group label {
    color: #555;
    font-size: 1rem;
    font-weight: 400;
  }

  .login-form-inside .form-container .form a{
    color: #555555;
    font-size: 1em;
  }

  /* .animated-popup{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    overflow-y: visible;
  }  */


  .animated-popup .swal2-title {
    margin-top: 40px;
}

  .animated-popup , .order-complete-popup{
    min-height: 330px;
  }

  .order-complete-popup .swal2-html-container h2{
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
  }

  .order-complete-popup .swal2-html-container h2 span{
    font-size: 18px;
    display: block;
    font-weight: 400;
    color: black;
    padding-top: 24px;
    line-height: 25px;
  }
 
  .order-complete-popup .swal2-close {
    height: 40px;
    width: 40px;
    background-color: #000000 !important;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 8px;
    font-weight: 100 !important;
    color: #ffffff;
    padding: 16px 20px 20px 20px;
}

.animated-popup .swal2-close  {
    display: none  !important;
}



  .animated-popup  .swal2-title{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
  }
  .animated-popup-img-wrapper {
    margin: 25px auto 0;
    position: relative;
    width: 120px;
    height: 120px;
    overflow: visible;
  }
  
  .animated-popup-img {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 0 14px 8px rgba(0, 0, 0, 0.15);
}
  
  .animated-popup-img img {
    width: 70%;
  }
  .animated-popup-img-wrapper {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: visible;
  }
  
  .animated-popup-img-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
      from 90deg,
      transparent 0deg,
      transparent 180deg,
      #dd3a1c,
      #da3e1a,
      #df4b18,
      #e05218,
      #e05218,
      #de5b14,
      #df6313,
      #dc720f,
      #e17b0d,
      #de9906,
      #dd9b05,
      #dfa202,
      #DE9607,
      #DEA204
    );
    animation: spin 2s linear infinite reverse;
    z-index: 1;
    mask-image: linear-gradient(to bottom, black 50%, transparent 50%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
  .animated-popup-img-wrapper::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    z-index: 1;
  }
  
  .animated-popup-img-wrapper .shadow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: conic-gradient(
      from 90deg,
      transparent 0deg,
      transparent 180deg,
      #dd3a1c,
      #da3e1a,
      #df4b18,
      #e05218,
      #e05218,
      #de5b14,
      #df6313,
      #dc720f,
      #e17b0d,
      #de9906,
      #dd9b05,
      #dfa202,
      #DE9607,
      #DEA204
    );
    filter: blur(5px);
    z-index: 0;
    opacity: 0.5;
    animation: spin 2s linear infinite reverse;
  }
  
  @keyframes spin {
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .mega-grid {
    column-count: 4; /* adjust column count */
    column-gap: 8px;
  }
  

  .child-subcategory {
    break-inside: avoid-column;
    padding: 0.75em 0em;
    /* border: 0.0625em solid #ddd; */
    /* background-color: #f9f9f9; */
    border-radius: 0.3125em;
    margin-bottom: 0.75em;
}



/*   
  .mega-grid {
    display: flex;
    flex-wrap: wrap; 
    margin: 0 -10px; 
  }
  
  .child-subcategory  {
   
    flex-basis: calc(25% - 20px) !important; 
    flex-grow: 0;
    flex-shrink: 0; 
    padding: 10px;
    margin: 10px;
  }
   */

  /* .mega-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    grid-gap: 20px;
    grid-auto-flow: dense; 
  }
  
  .location-section {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    height: fit-content; 
    align-self: start; 
    display: flex;
    flex-direction: column;
  }
  
  .location-name {
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .location-detail {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    text-align: left;
    font-size: 0.9em;
  } */



  .marquee {
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    padding: 8px 0;
    width: 100vw;
    position: relative;
  }
  
  .track {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left linear infinite;
    animation-duration: 80s; /* adjust based on length */
  }
  
  .marquee-item {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 50px;
    white-space: nowrap;
  }
  
  /* Marquee animation */
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.shop.career-detail .nice-select span:first-of-type:not(.current) {
    color: rgb(163, 163, 163);
}

.shop.career-detail .nice-select span.current {
    color: #000000;
}
.coupn-dscnt {
    box-shadow: 0px 1px 4px -1px #00000047;
    font-size: 12px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #edebeb;
    padding: 6px 6px;
    border-radius: 20px;
}
   
   .coupn-dscnt svg{
    margin-left: 10px;
    cursor: pointer;
   }
   
   
   .coupn-dscnt span {
     font-size: 12px !important;
     font-weight: 400;
     color: #000000 !important;
     display: inline;
     max-width: 150px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
   }

   
.select2-container--default .select2-selection--single{
   border-radius: 3px;
   border: 1px solid #D1D1D1;
}
.suggested_address{
   padding: 10px;
   border: 1px solid rgb(253, 184, 19);
   border-radius: 5px;
}
.fedex_success_address .fedex-address-useit-button,
.fedex_error_address .fedex-address-useit-button{
   margin-top: 10px;
   margin-bottom: 10px;
   float: right;
   background: rgb(253, 184, 19, 0.8);
   color:#fff;
   border: 0;
   font-size: 17px;
   padding: 8px 25px;
   line-height: normal;
   text-transform: uppercase;
   font-weight: 700;
}
.fedex_success_address .fedex-address-useit-button:hover,
.fedex_error_address .fedex-address-useit-button:hover{
   background: rgb(253, 184, 19);
   color:#000;
}
@media (min-width: 768px) {
    .popup-form .select2.select2-container {
        margin-left: 36px;
    }
}
   .cart-sidebar .cart-box .nice-select {
    position: relative;
    z-index: 999;
  }
  
  .cart-sidebar .cart-box .nice-select .list {
    margin-left: -10px;
    position: fixed !important;
    z-index: 1500 !important;
    width: auto !important;
    max-width: 192px;
    max-height: 300px;
    overflow-y: auto;
    box-sizing: border-box;
    background: white;
    border: 1px solid rgb(102, 102, 102);
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    top: -9999px;
    left: -9999px;
  }
  .cart-sidebar .cart-box .nice-select.open .list {
    
    top: auto;
    left: auto;
  
  }

.shop.home .map-section {
  padding: 6.25em 0;
  background-color: #F6F6F6;
}

.shop.home .counter-section {
  margin-top: 1.875em;
}

.map-heading span {
  color: #FDB813;
}

.shop.home .counter-section .counter-number {
  color: #000000;
  font-size: 1.5em;
}

.shop.home .counter-section p {
  line-height: 0.875em;
  margin-top: 0.625em !important;
}

.shop.home .map-section .location-sec {
  margin-top: -7.5em;
}

.shop.home .map-section .location-sec .specfc-loc-1,
.shop.home .map-section .location-sec .specfc-loc-2 {
  display: flex;
  align-items: center;
  gap: 1.375em;
}

.shop.home .map-section .location-sec .specfc-loc-1 div {
  background-color: #FDB813;
  height: 0.9375em;
  width: 0.9375em;
}

.shop.home .map-section .location-sec .specfc-loc-2 div {
  background-color: #FFE4A2;
  height: 0.9375em;
  width: 0.9375em;
}

.shop.home .map-section .location-sec .specfc-loc-1 span,
.shop.home .map-section .location-sec .specfc-loc-2 span {
  color: #666666;
  font-size: 0.75em;
}



.label-container {
  opacity: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 4px !important;
  font-size: 12px !important;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  transition: all 0.5s ease !important;  
}

.label-container.show {
  opacity: 1;
}


.label-container::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 0px !important;
    width: 24px !important;
    height: 24px !important;
    background-color: #333;
    transform: translateY(-100%);
    rotate: -90deg !important;
    background-color: transparent;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    width: 12px;
    border-top-left-radius: 0;
}

.lens {
  position: absolute;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #333;
  display: none;
  z-index: 10;
  pointer-events: none;
}

.lens-content {
  transform: scale(2);
  transform-origin: top left;
  position: absolute;
  top: 0;
  left: 0;
}
/* 
.map-image {
  width: 100%;
  height: auto;
  display: block;
} */

.map-pin {
  position: absolute;
  width:14px !important;
  height:14px !important;
  transform: translate(-50%, -100%);
  z-index: 5;
  transition: all 0.5s ease !important;
}


.map-pin:hover{
    scale: 1.1;
  transition: all 0.5s ease !important;

}
.map-section{
    overflow: hidden;
}

.image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;

}


.image-container-2 {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.image-container-2 {
  position: relative;
  display: inline-block;
  max-width: 100%;

}


.image-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 20%;
  width: 390%;
  height: 350%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  clip-path: polygon(
    10% 0%,
    15% 0%,
    5% 100%,
    0% 100%
  );
  transform-origin: center center;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  filter: blur(10px);
  z-index: 2;
  opacity: 1;
}


.image-container.active::before {
  animation: flashMove 6s linear forwards;
}



@keyframes flashMove {
  0% {
    transform: rotate(20deg) translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.9);
  }
  50% {
    transform: rotate(20deg) translate(-25%, -25%);
    opacity: 1;
    box-shadow: 0 0 100px rgba(255, 255, 255, 1);
  }
  100% {
    transform: rotate(20deg) translate(50%, 50%);
    opacity: 0;
    box-shadow: none;
  }
} 






 
/* 
.label-container {
  opacity: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-top: 16px;
  padding-left: 4px !important;
  font-size: 12px !important;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  transition: all 0.5s ease !important;  
}

.label-container.show {
  opacity: 1;
}


.label-container::after {
    content: "";
    position: absolute;
    left: -9px;
    top: 0px !important;
    width: 24px !important;
    height: 24px !important;
    background-color: #333;
    transform: translateY(-100%);
    rotate: -90deg !important;
    background-color: transparent;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    width: 12px;
    border-top-left-radius: 0;
} */

.image-container-2 {
  position: relative;
}


.map-image-2 {
  position: relative;
  width: 100%;
  height: 100%;
 z-index: 0;
  opacity: 0; /* Initial state for zoom animation */
}


.map-shine-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;

  background: radial-gradient(circle at center, rgb(248,249,250,0) 0%, rgb(248,249,250,0.8) 70%);
  opacity: 0;
  transform: scale(0.5);
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-delay: 2s;

  -webkit-mask-image: url('../images/map-image-2.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;

  mask-image: url('../images/map-image-2.svg');
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}



.map-shine-overlay.active {
  animation: shineLoop 5s ease-in-out infinite;
}

@keyframes shineLoop {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 0.4;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
/* Fixed tooltip wrapper styles */
        .tooltip-wrapper {
            position: absolute;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            z-index: 100; /* Base z-index for all pins */
        }

        /* When hovering, bring the entire wrapper to the front */
        .tooltip-wrapper:hover {
            z-index: 10000 !important; /* Highest z-index when hovering */
        }

        .trigger.map-pin-2 {
            width: 15px;
            height: 15px;
            position: relative;
            display: block;
            z-index: 1; /* Relative to its wrapper */
            transition: transform 0.2s ease;
        }

        .trigger.map-pin-2:hover {
            transform: scale(1.1);
        }

        .tooltip {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%) translateY(-100%);
            background-color: #333333;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 6px 10px;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            white-space: nowrap;
            z-index: 2; /* Higher than the pin within the same wrapper */
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
            pointer-events: none; /* Prevent tooltip from interfering with hover */
        }

        .tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: #333333;
        }

        .tooltip-wrapper:hover .tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(-110%);
        }
/* .map-image {
  width: 100%;
  height: auto;
  display: block;
} */



.map-image-2 {
  width: 100%;
  height: auto;
  display: block;
}

.map-image-2{
  transform: scale(0);
  opacity: 0;
  animation: none;
}
.map-pin-2{
    z-index: 10 !important;
}
.map-image-2.active {
  animation: mapZoom 5s ease forwards;
  animation-duration: 5s ;
}

@keyframes mapZoom {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.map-pin-2 {
  animation: zoomInOut 2s infinite ease-in-out !important;
}

@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}


.map-pin-2:hover {
  scale: 1.2;
  transition: all 0.8s ease !important;
  
  animation: none;
}


.map-pin {
  position: absolute;
  width:14px !important;
  height:14px !important;
  transform: translate(-50%, -100%);
  z-index: 5;
  transition: all 0.5s ease !important;
}


.map-pin:hover{
    scale: 1.1;
  transition: all 0.5s ease !important;

}
.map-section{
    overflow: hidden;
}

.image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.image-container {
  position: relative;
  display: inline-block;
  max-width: 100%;

}


/* 

.progress {
  background: linear-gradient(to right, #82CFD0 0%, #82CFD0 40%, #fff 40%, #fff 100%);
  border: solid 2px #82CFD0;
  border-radius: 8px;
  height: 7px;
  width: 400px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

.progress::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: #434343;
} */



/* 
.image-container::before {
  content: '';
  position: absolute;
  top: -50%;
  left: 20%;
  width: 390%;
  height: 350%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  clip-path: polygon(
    10% 0%,
    15% 0%,
    5% 100%,
    0% 100%
  );
  animation: flashMove 4s linear forwards;
  animation-duration: 10s;
  transform-origin: center center;
  pointer-events: none;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
  filter: blur(10px);
  z-index: 2;
  opacity: 1; 
}



@keyframes flashMove {
  0% {
    transform: rotate(20deg) translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0 0 100px rgba(255, 255, 255, 0.9);
  }
  50% {
    transform: rotate(20deg) translate(-25%, -25%);
    opacity: 1;
    box-shadow: 0 0 100px rgba(255, 255, 255, 1);
  }
  100% {
    transform: rotate(20deg) translate(50%, 50%);
    opacity: 0;
    box-shadow: none;
  }
} 
 */
.region-image {
  pointer-events: none;
  z-index: 2;
  transition: transform 1.2s ease-out, opacity 1.2s ease-out;
}
.region-image {
  will-change: transform, opacity;
  backface-visibility: hidden;
}


.service-card {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 8px 20px #0000001a;
    border-radius: 12px;
}


.service-card  img {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    
}

.service-card h4{
    font-size: 20px ;
    font-weight: 500;
    color: #000000;
}


.service-img img{
    min-height: 400px;
}


 /* SweetAlert Map Container */
        .swal-map-container {
            position: relative;
            width: 100%;
            height: auto;
            overflow: visible;
        }

        .swal-map-container .map-image-2 {
            width: 100%;
            height: auto;
            display: block;
            transform: scale(0);
            opacity: 0;
            animation: none;
            position: relative;
            z-index: 1;
        }

        .swal-map-container .map-shine-overlay {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 2;
            background: radial-gradient(circle at center, rgba(248, 249, 250, 0) 0%, rgba(248, 249, 250, 0.8) 70%);
            opacity: 0;
            transform: scale(0.5);
            transition: opacity 1.5s ease, transform 1.5s ease;
            transition-delay: 2s;
        }

        .swal-map-container .map-shine-overlay.active {
            animation: shineLoop2 5s ease-in-out infinite;
        }

        @keyframes shineLoop2 {
            0% {
                opacity: 0;
                transform: scale(0.5);
            }
            50% {
                opacity: 1;
                transform: scale(1);
            }
            75% {
                opacity: 0.4;
                transform: scale(1);
            }
            100% {
                opacity: 0;
                transform: scale(1);
            }
        }

        .swal2-popup .map-image-2.active {
            animation: mapZoom 5s ease forwards;
        }

        @keyframes mapZoom {
            0% {
                transform: scale(0);
                opacity: 0;
            }
            60% {
                transform: scale(1);
                opacity: 1;
            }
            100% {
                transform: scale(1);
                opacity: 1;
            }
        }

        /* Fixed Tooltip Wrapper - Main Fix */
        .swal2-popup .tooltip-wrapper {
            position: absolute;
            display: inline-flex;
            align-items: center;
            cursor: pointer;
            z-index: 100; /* Base z-index for all pins */
        }

        /* When hovering, bring the entire wrapper to the front */
        .swal2-popup .tooltip-wrapper:hover {
            z-index: 10000 !important; /* Highest z-index when hovering */
        }

        .swal2-popup .map-pin-2 {
            position: relative;
            z-index: 1; /* Relative to its wrapper */
            width: 15px;
            height: 15px;
            animation: zoomInOut 2s infinite ease-in-out;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        @keyframes zoomInOut {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.2);
            }
        }

        .swal2-popup .map-pin-2:hover {
            transform: scale(1.2);
            transition: all 0.8s ease;
            animation: none;
        }

        .swal2-popup .tooltip {
            opacity: 0;
            visibility: hidden;
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translateX(-50%) translateY(-100%);
            background-color: #000000;
            color: #fff;
            font-size: 12px;
            font-weight: 400;
            padding: 6px 10px;
            border-radius: 4px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            white-space: nowrap;
            z-index: 2; /* Higher than the pin within the same wrapper */
            transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
            pointer-events: none; /* Prevent tooltip from interfering with hover */
        }

        .swal2-popup .tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            border: 6px solid transparent;
            border-top-color: #000000;
        }

        .swal2-popup .tooltip-wrapper:hover .tooltip {
            opacity: 1;
            visibility: visible;
            transform: translateX(-50%) translateY(-110%);
        }

        /* Mobile Responsive */
        @media screen and (max-width: 576px) {
            .swal2-popup .map-pin-2 {
                height: 10px !important;
                width: 10px !important;
            }}
.map-popup .swal2-html-container {
    padding:30px;
    background-color: rgb(246, 246, 246);
    /* padding: 0.3em 1.6em .3em; */
}


/* .map-popup .swal2-title{
      background-color: rgb(246, 246, 246);
} */

.map-popup.swal2-popup{
      background-color: rgb(246, 246, 246) !important;

}




.map-popup.swal2-popup .location-sec {
  /* margin-top: -7.5em; */
  position: absolute;
  bottom: 40px;
}

.map-popup.swal2-popup .location-sec .specfc-loc-1,
.map-popup.swal2-popup .location-sec .specfc-loc-2 {
  display: flex;
  align-items: center;
  gap: 1.375em;
  margin-bottom: 4px;
}

.map-popup.swal2-popup .location-sec .specfc-loc-1 div {
  background-color: #FDB813;
  height: 0.9375em;
  width: 0.9375em;
}

.map-popup.swal2-popup .location-sec .specfc-loc-2 div {
  background-color: #FFE4A2;
  height: 0.9375em;
  width: 0.9375em;
}

.map-popup.swal2-popup .location-sec .specfc-loc-1 span,
.map-popup.swal2-popup .location-sec .specfc-loc-2 span {
  color: #666666;
  font-size: 0.75em;
}

.back-to-admin{
  background-color: #000;
  color: #fff !important;
  padding: 6px 8px ;
  border-radius: 8px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 120px;
    margin-right: 20px;
    transition :all 0.5s ease
}

.back-to-admin:hover{
    background-color: rgb(253, 184, 19);
}
.back-to-admin span{
    display: block;
}
#shareInvoiceModal .select2.select2-container {
    margin-left: 0 !important
}

#shareInvoiceModal .select2-container--default .select2-selection--multiple {
    border-radius: 5px !important;
    min-height: 50px !important;
}



#shareInvoiceModal .select2-search__field{
    line-height: 28px;
}



input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.password-box {
    margin-top: 10px;
     margin-bottom: 10px;
  background-color: rgb(238, 238, 238);
  border-radius: 5px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;

  transition: all 0.5s ease}

.password-box.show {
  opacity: 1;
  max-height: 400px;
 
}
.password-list{
 padding: 10px 20px;
  transition: all 0.5s ease;

}

.password-list li {
  position: relative;
  padding-left: 20px;
  font-weight: 600;
}

.password-list li:before {
  content: "\2022"; 
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.valid {
  color: #65b891;
}


.password-list li.valid:before {
  content: "\2713"; 
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #65b891;
}


.progress-bar {
  width: 100%;
  height: 5px;
  background-color: #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.progress {
  width: 0%;
  height: 100%;
  background-color: #65b891;
  transition: width 0.5s ease;
}


.vip-prod-btn {
    width: 200px !important;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    padding: 14px 16px !important;
    text-decoration: none !important;
}

.vip-prod-btn-span {
    font-size: 12px !important;
     white-space: nowrap;
    overflow: hidden;
   
    display: inline-block;
    color: #ffffff;
}

.edit-shipping-btn{
    border: none !important;
}

.edit-shipping-btn:focus{
    border: none !important;
    box-shadow: none !important;
}