@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');



body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}



section {
    padding: 50px 0;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f77b4b;
}

button{
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text-primary {
    color: #f77b4b !important;
}

.main-heading {
    font-size: 50px;
    font-family: Caveat, cursive;
    color: #ff733d;
    text-transform: capitalize;
    text-align: center;
}


/* =========================header======================== */
.shrink {
    /* background-color: #a1a1a166 !important; */
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    transition: all 0.5s ease;
    padding: 10px !important;
}

.headerOffcanvas {
    z-index: 99999;
}

.mobile {
    display: none;
}

.welcome-header.shrink .logo a img {
    max-width: 70px;
}

.mobileSearch {
    display: none;
}

input:focus,
input:focus-visible {
    outline: none;

}

.welcome-header {
    padding: 20px 0;
    background-color: #fdfcf8;
    z-index: 999;
}

.welcome-header .logo a img {
    max-width: 80px;
}

.welcome-header .header-input {
    position: relative;
}

.search-dropdwon {
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    border: #d6d9d9 solid 1px;
    display: block;
    position: absolute;
    height: auto;
    max-height: 450px;
    overflow-y: auto;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0 3px 13px -1px rgb(0 0 0 / 75%);
    display: none;
}

.search-dropdwon ul {
    padding: 0;
    margin: 0;
}

.search-dropdwon ul li {
    padding: 10px;
    border-top: 1px solid #ddd;
}

.search-dropdwon ul li a {}

.search-dropdwon .search-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.search-dropdwon .search-item .left {}

.search-dropdwon .search-item .left img {
    width: 60px;
    height: 60px;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.search-dropdwon .search-item .right {}

.search-dropdwon .search-item .right h6 {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-bottom: 4px;
}

.search-dropdwon .search-item .right p {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin: 0;
}

.welcome-header .header-input input {
    border: 1px solid #ff733d;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
    width: 380px;
    height: 50px;
    background-color: transparent;
}

.welcome-header .header-input button {
    position: absolute;
    right: 0;
    height: 50px;
    border-radius: 6px;
    background-color: #ff733d;
    border: none;
}
.welcome-header .header-input button:hover{
    background-color: #003b56;
}

.welcome-header .category-btn button:hover,
.welcome-header .wishlist-btn button:hover{
    background-color: #ff733d;
    color: #fff;
}
.welcome-header .category-btn button:hover i,
.welcome-header .wishlist-btn button:hover i{
    color: #fff;
}
.welcome-header .nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: right;
}

.welcome-header .menu-list {
    display: flex;
    gap: 20px;
}

.welcome-header .category-btn button,
.welcome-header .wishlist-btn button {
    padding: 0 10px;
    height: 50px;
    border-radius: 6px;
    background-color: transparent;
    border: 1px solid #003b56;
    color: #003b56;
}

.product-row>div {
    padding: 0;
}

.welcome-header .category-btn button {
    font-weight: 500;
}

.welcome-header .category-btn button i {
    color: #ff733d;
}

.welcome-header .cart-btn button {
    padding: 0 10px;
    height: 50px;
    border-radius: 6px;
    background-color: #003b56;
    border: 1px solid #003b56;
    color: #fff;
}
.welcome-header .cart-btn button:hover{
    background-color: #ff733d;
}
.welcome-header .cart-btn.mobileSearch button {
    background-color: #ff733d;
    border: 1px solid #ff733d;
}

.welcome-header .offcanvas-btn button:hover{
    background-color: #003b56;
    border: 1px solid #003b56;
}

.welcome-header .offcanvas-btn button {
    padding: 0 10px;
    height: 50px;
    border-radius: 6px;
    background-color: #ff733d;
    border: 1px solid #ff733d;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}

.welcome-header .offcanvas-btn button span {
    line-height: 20px;
}

.welcome-header .header-btn button span {
    font-size: 14px;
}

.welcome-header .header-btn button span:nth-child(1) {
    display: block;
}

.headerOffcanvas .offcanvas-body {
    padding: 0;
}

.headerOffcanvas .offcanvas-body ul {
    padding: 0;
    margin: 0 0 20px;
}

.headerOffcanvas .offcanvas-body ul li {
    padding: 8px 16px;
    list-style: none;
}

.headerOffcanvas .offcanvas-body ul li:hover {
    background-color: #e9e9e9;
}

.headerOffcanvas .offcanvas-body ul li:not(:last-child) {
    margin-bottom: 8px;
}

.headerOffcanvas .offcanvas-body ul li a {
    text-decoration: none;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerOffcanvas .offcanvas-body ul li a i {
    font-size: 20px;
    color: #ff733d;
    margin-right: 5px;
}

.dashboard-canvas-body ul li a i {
    color: #1a1a1a !important;
}

.dashboard-canvas-body ul li a.active,
.dashboard-canvas-body ul li a.active i {
    color: #ff733d !important;
}

.dashboard-canvas-body .seller-support {
    padding: 16px;
    text-align: center;
    background-color: #e9e9e9;
}

.dashboard-canvas-body .seller-support span {
    color: #ff733d;
    font-size: 14px;
}

.dashboard-canvas-body .seller-support span i {
    font-size: 20px;
}

.dashboard-canvas-body .seller-support h6 {
    margin-bottom: 0;
    font-size: 16px;
    color: #3b3b3b;
}

.dashboard-canvas-body .seller-support p {
    margin: 0;
    font-size: 14px;
    color: #3b3b3b;
}

/* .news {
    background-color: #000;
    width: auto;
} */

/* .news p {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    z-index: 50;
    position: sticky;
    margin-bottom: 0;
} */

.cart-detail {
    display: flex;
    gap: 30px;
}

.cart-detail .cart-img {
    border: 1px solid #ccc;
    padding: 5px;
}

.cart-detail .detail h3 {
    font-size: 16px;
}

.cart-detail .detail h5 {
    font-size: 16px;
    color: #f77b4b;
}

.cart-detail .btn-green i {
    color: #fff !important
}

.quanty-delte {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.quanty-delte i {
    color: #f77b4b;
}

.detail {
    margin-left: 10px;
}

.offcanvas-header {
    box-shadow: 0px -8px 20px #000;
    margin-bottom: 20px;
}

.totalPirce {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.subtotal h3,
.total h3 {
    font-size: 18px;
    text-align: center;
}

.subtotal button {
    background: transparent;
    border: 1px solid #f77b4b !important;
    color: #f77b4b !important;
    padding: 10px;
    border-radius: 10px;
}

.total button {
    background: #f77b4b;
    border: 1px solid #f77b4b !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
    width: 140px;
}

.whisadd {
    display: flex;
    gap: 30px;
    align-items: center;
}


.searchMob {
    display: none;
}

/* =========================header======================== */

/* =========================HomeBanner======================== */
/* =========================HomeBanner======================== */
.homebanner img {
    width: 100%;
}


/* =========================Categrory======================== */
.category {
    background-color: #fbfbfb;

}

.category {
    margin-top: 10px;
}

/* =========================Categrory======================== */



/* =========================DealBox======================== */
.deal-box {
    display: block;
    padding: 0 0 4px 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-transition: all .3sease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3sease-in;
    margin-bottom: 20px;
    cursor: default;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    padding-bottom: 20px;
}

.deal-box .title {
    text-decoration: none;
    text-align: center;
    height: 35px;
    font-size: 12px;
    overflow: hidden;
    margin: 10px 0;
    display: block;
}

.deal-box button,
.deal-box button:hover,
.deal-box button:active,
.deal-box button:focus-visible{
    all: unset !important;
    cursor: pointer !important;
}
.pricediv h4 {
    color: #f77b4b !important;
    font-size: 15px;
    font-weight: 700;
}

.cartBtn a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    padding: 3px 13px;
    font-size: 11px;
    border-radius: 10px;
}

.cartBtn a:hover {
    background-color: #f77b4b;
    color: #fff;
    border-color: #fff;
}

.heart i {
    color: #ddd;
    font-size: 20px;
}

a.heart i:hover {
    color: #f77b4b;
}

.product img {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.video-icon {
    position: relative;
    display: block;
}

.video-icon::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: #000;
    right: -10px;
    opacity: 0.3;
}

.see-more-btn {
    text-align: center;
    margin-top: 20px;
}

.see-more-btn button {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 5px 10px;
    font-size: 16px;
}
.see-more-btn button:hover{
    background-color: #f77b4b;
    border: 1px solid #f77b4b;
    color: #fff;
}
.see-more-btn button:hover i{
    border: 1px solid #fff;
}
.see-more-btn button i {
    border: 1px solid #000;
    border-radius: 25px;
    padding: 5px;
}

/* =========================DealBox======================== */



/* =========================Footer======================== */
footer {
    background: #1A1A25;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
}

.footer-btm {
    padding: 50px 0 30px 0;
    background: #1A1A25;
    border-bottom: 5px solid #121214;
}

.hero-waves {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-btm .input-group .search-field {
    border-radius: 50px !important;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    height: 49px;
}

.footer-btm .input-group-btn .search-btn {
    border-left: 0;
    outline: 0;
    margin-bottom: 0;
    font-size: 16px;
    background: #1a1a25;
    position: absolute;
    right: 4px;
    z-index: 11;
    border-radius: 30px;
    top: 6px;
}
.footer-btm .input-group-btn .search-btn:hover{
    background-color: #ff733d;
}
.social-list {
    display: block;
    float: none;
    margin: 30px 0;
    width: 100%;

}

.social-list li {
    padding: 0;
}

a.social {
    color: #333 !important;
    text-decoration: none;
}

footer .fa {
    margin-right: 10px;
    display: inline-block;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.copyright-text {
    color: #d9d9d9;
    font-size: 16px;
}

.copyright-text span {
    color: #e49417;
}




.footer-logo {
    margin-bottom: 30px;
}

.footermenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 40px;
    margin-top: 20px;
}

.footermenu a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

/* =========================Footer======================== */


/* =========================Go top======================== */
#gototop {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 35px;
    border: none;
    outline: 0;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    border-radius: 25px;
    background-color: #f77b4b !important;
    color: #fff;
    width: 35px;
    border: 1px solid #f77b4b;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* =========================Go top======================== */


/* =========================Product_Detail======================== */
.breadcrumb {
    margin-bottom: 30px;
    background-color: #fff;
}

.breadcrumb>.active {
    color: #2d1707;
}

.breadcrumb>li a {
    color: #f6851f;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

h1.single-product-title {
    font-size: 21px;
    color: #2d1707
}

.small-btn {
    padding: 2px 5px;
    font-size: 10px;
    background: #f1f1f1;
}

.w75 {
    width: 75px;
}

.div-block {
    text-align: right;
}

h3.amount {
    font-weight: 600;
    font-size: 21px;
    color: #f6851f;
    margin-bottom: 0;
}

.stockwhist {
    display: flex;
    justify-content: end;
}

.product-available {
    margin-bottom: 10px;
    position: relative;
    display: block;
    float: none !important;
    font-size: 12px;
    text-align: right;
    margin-bottom: 0;
}

#stock i {
    color: #f6851f;
}

#wish {
    margin-right: 20px;
}

#wish i {
    color: #f6851f;
    border: 1px solid #f6851f;
    padding: 5px;
    font-size: 14px;
}

#wish i:hover{
    color: #003b56;
    border: 1px solid #003b56;
}

.btn-green {
    background-color: #f77b4b;
    border-color: #f77b4b;
    color: #fff;
    padding: 6px 10px;
}

.btn-green:hover {
    background-color: #003b56;
    color: #fff;
}

.btn-block {
    display: block;
    width: 100%;
}

.border-box {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    border-top: 4px solid #f77b4b;
    font-size: 14px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.media-left.media_icon {
    width: 35px !important;
    display: inline-block;
    float: left;
    text-align: center;
}

.media-heading {
    color: #313131;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.torange {
    color: #f77b4b;
}

.tbmargin5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#sidebar h3 {
    font-size: 20px;
    color: #f77b4b;
    text-align: center;
}

img#xzoom-default {
    width: 333px !important;

}

/* =========================Product_Detail======================== */


.productPage {
    padding: 0;
}


[data-spzoom] img {
    vertical-align: top;
}

.spzoom-zoom {
    z-index: 97;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 250px;
    height: 250px;
}

.spzoom-tracker {
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    border-color: #ccc;
    z-index: 97;
}

.spzoom-title {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #fff;
    background-color: #222;
    padding: 3px 5px;
    line-height: 14px;
}

.spzoom-loader {
    width: 24px;
    height: 24px;
    background: url('spzoom-loader.gif') 50% 50% no-repeat scroll #fff;
    border: 1px solid #ccc;
}

/* ===================================product detail=================================== */

.tab-section {
    margin-top: 30px;
}

.tab-section .tab-wrp {}

.tab-section .tab-wrp .nav-tabs {
    border-bottom: none;
    border: 1px solid #ddd;
}

.tab-section .nav-tabs li {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab-section .nav-tabs li button {
    border: none;
    background-color: transparent !important;
    color: #f77b4b !important;
    font-weight: 600 !important;
    border-radius: 0 !important;
    position: relative;
}

.tab-section .nav-tabs li button.active::after {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    position: absolute;
    right: -9px;
    color: #2d1707;
    top: 37%;
    z-index: 99;
}

.tab-section .nav-tabs li button.active {
    color: #fff !important;
    background-color: #000 !important;
}

.tab-section .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.tab-section h3 {
    font-size: 21px;
}

.tab-section h4 {
    font-size: 15px;
    font-weight: bolder;
}

.tab-section .tab-content table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
}

.tab-section .tab-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.tab-section .tab-content table tr td:first-child {
    font-weight: 600;
}

.tab-section .tab-content table tr td:not(:first-child) {
    text-align: center;
}

.deal-box {
    height: auto;
}

.deal-box {
    display: block;
    padding: 0 0 4px 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-transition: all .3sease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in !important;
    margin-bottom: 20px;
    cursor: default;
    box-shadow: none;
    padding-bottom: 20px;
}

.deal-box:hover,
.recent-bought-box:hover {
    border-color: #c3c3c3;
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.37);
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.37);
    border-radius: 5px;
}

.dealbox-50 {
    width: 48% !important;
    float: left !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 1% !important;
}

.item-box-image-bg {
    background: url(../../img/border-line.png) repeat-x center bottom;
    display: block;
    float: left;
    width: 100%;
    height: 2px;
    background-size: 100% auto;
}

.deal-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
}

.tgreen {
    color: #2d1707 !important;
}

/* ===================================product detail=================================== */

/* ====================================cart=================================== */

.cart {
    padding: 0;
}

.cart .page-heading h1 {
    color: #2d1707 !important;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart .page-heading h1 a {
    font-size: 14px;
    text-decoration: none;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-secondary {
    border-color: #2d1707;
}

.panel-secondary>.panel-heading {
    background-image: linear-gradient(to bottom, #2d1707 0, #4a4a4a 100%);
    color: #fff !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel table {
    margin-bottom: 0;
}

.panel table thead tr th {
    background-color: transparent !important;
    color: #fff;
}

.cart-top-label-price {
    width: 100px !important;
    text-align: center !important;
}

.cart-top-label-qty {
    width: 150px !important;
    text-align: center !important;
}

.panel-body {
    padding: 15px;
}

.tblack {
    color: #000 !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.payment-method {
    margin-top: 30px;
}

.payment-method img {
    width: 100%;
}

.cart-form {
    color: #4c4d4d;
}

.cart-form h4 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 8.5px;
    margin-bottom: 8.5px;
}

.cart-form h4 {
    font-size: 14px;
}

.in-accessible {
    margin-bottom: 0 !important;
}

.in-accessible .input-group-addon,
.in-accessible input,
.in-accessible textarea {
    border: 0 !important;
    box-shadow: none !important;
    background: #fff !important;
    margin-bottom: 0 !important;
    padding: 4px !important;
    cursor: default !important;
    font-size: 14px;
    resize: none !important;
}

.in-accessible select {
    font-size: 14px;
}

.shipping-billing-detail-box .fa {
    width: 10px !important;
}

/* ====================================cart=================================== */




/* ====================================categroy=================================== */
.banner {
    padding: 0;
}

#filter_container {
    overflow-y: hidden;
    font-size: 12px;
    -webkit-transition: height 1s;
    transition: height 1s;
    max-height: 150px !important;
    padding: 4px 0;
}

.filter-heading {
    color: #f6851f !important;
    font-size: 14px !important;
    margin-bottom: 0;
}

.checkbox label,
.radio label {
    min-height: 17px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label span {
    padding-left: 5px;
}

.filter-price-range {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.filter-price-range input {
    width: 35%;
    float: left;
    padding: 5px;
}

#categories-sidebar .price-btn {
    margin-left: 10px;
    background: #f6851f;
}

.pbottom10 {
    padding-bottom: 10px !important;
}

.filter-color-swatch {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #efefef;
    white-space: nowrap;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.42857143;
    border-radius: 0 !important;
    user-select: none !important;
    box-shadow: 2px 2px 4px #ddd !important;
}

.filter-color-swatch span.glyphicon {
    opacity: 0;
}

#categories-sidebar h3 {
    font-size: 17px;
}

#categories-sidebar h5 {
    font-size: 16px;
}

.bmargin10 {
    margin-top: 8.5px;
    margin-bottom: 10px;
}

.filter_by {
    display: inline-block;
    float: left;
    padding: 2px;
    margin-right: 4px;
    font-weight: 700;
}

.selected_filter {
    padding: 0 0 0 4px;
    float: left;
    border-radius: 10px;
    background: #efefef;
    border: 1px solid #ddd;
    margin: 2px;
    font-size: 11px;
    line-height: 20px;
    vertical-align: top;
}

.selected_filter span.title {
    margin-right: 3px;
}

.selected_filter span.close_btn {
    padding: 0 8px;
    float: right;
    border-radius: 0 10px 10px 0;
    background-color: red;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
}

#filters_btn {
    display: none;
    background-color: #f6851f !important;
    color: #fff !important;
    cursor: pointer !important;
}

.variations-filter1 input.variations {
    opacity: 0;
}

.eye i {
    color: #000;
    font-size: 20px;
}

.banner img {
    width: 100%;
}

.delivery-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.delivery-checkbox label input {
    accent-color: #000;
}

.vat-included {
    color: #000;
    font-weight: 600;
}

.vat-included .profit_amount {
    color: #00b300;
}

/* ====================================AboutUs=================================== */
.aboubg {
    background-image: url(../img/abouttbg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-position: right;
}


.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;

}


.text-primary {
    color: #f77b4b !important;
}

.page-heading {
    color: #2d1707 !important;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.thank-you-order-details {
    margin-top: 20px;
    margin-bottom: 20px;
}

.thank-you-order-details li {
    padding: 0 20px 0 5px;
    margin-right: 20px;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    margin-top: 10px;
}

.thank-you-order-details li strong {
    font-size: 1.5em;
    text-transform: none;
    line-height: 1.5;
}

.thank-you-order-details li:last-of-type {
    border: none;
}



/* ====================================categroy=================================== */


.aboubg h3 {
    font-size: 40px;
    font-weight: bold;
}

.videoLink {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

a .videoLink span {
    font-size: 30px;
    font-weight: bold;
    color: #4c4d4d;
}

.contact {
    background-image: url(../img/contactbg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: cover;
    padding: 100px 0;

}

.contact-detail {
    margin-top: 71px;
}

.contct {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

a .contct {
    font-size: 30px;
    font-weight: bold;
    color: #4c4d4d;
}

/* ====================================AboutUs=================================== */


.thankyouPage {
    padding: 0;
}

/* =========================dashboard footer========================== */

.dashboard-footer {
    background-color: #f4f4f4;
    padding: 20px 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.dashboard-footer h3 {
    text-align: center;
    margin-bottom: 0;
    color: #173a56;
    font-size: 24px;
}

.dashboard-footer h3 span {
    background-color: #173a56;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0px 50px 0px 0px
}

/* =========================dashboard footer========================== */


/* ==========================dasboard=================================== */

.dashbooard {
    padding: 80px 0;
}

.dasboard-card {
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    min-height: 150px;
}

.dasboard-card.orange {
    background-color: #fceee3;
}

.dasboard-card.green {
    background-color: #e4f9e4;
}

.dasboard-card.yellow {
    background-color: #fcf5ca;
}

.dasboard-card.red {
    background-color: #fcd0d0;
}

.dasboard-card.video {
    background-color: #e0dddc;
}

.dasboard-card h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

.dasboard-card .card-body {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dasboard-card .card-body h2 {
    font-size: 26px;
    font-weight: bolder;
    color: #000;
    margin-bottom: 0;
}

.dasboard-card .card-body span {
    font-size: 18px;
}

.dasboard-card .card-body svg {
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    fill: #fff;
}

.dasboard-card.orange .card-body svg {
    background-color: #d9b8a1;
}

.dasboard-card.green .card-body svg {
    background-color: #a1c0a1;
}

.dasboard-card.yellow .card-body svg {
    background-color: #d9ce91;
}

.dasboard-card.red .card-body svg {
    background-color: #c49292;
}

.dasboard-card .video-btn {
    text-align: center;
}

.dasboard-card.video {
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-btn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.video-btn-sm img {
    width: 50px;
}


/* ==========================dasboard=================================== */

/* ==========================courier report=========================== */

.page-wrapper {
    padding: 60px 30px 100px;
}

.page-body-wrapper {
    padding: 15px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.page-wrapper .page-body-wrapper .page-title .row h3 {
    font-size: 24px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
}

.page-wrapper .page-body-wrapper .page-title {
    padding-bottom: 30px;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb li {
    font-size: 13px;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a {
    color: #f77b4b;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item a svg {
    width: 16px;
    height: 16px;
    color: #2c323f;
    vertical-align: text-top;
}

.page-wrapper .page-body-wrapper .page-title .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: "/";
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
        /* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.page-wrapper .card {
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}


.page-wrapper .card .card-header {
    background-color: #fff;
    padding: 40px;
    border-bottom: 1px solid #ecf3fa;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    border-width: 3px !important;
}

.page-wrapper .card .card-header h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.page-wrapper .card .card-body {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0);
}

.page-wrapper .card .card-body {
    padding: 40px;
    background-color: rgba(0, 0, 0, 0);
}

.page-wrapper .card .card-body label {
    margin-bottom: .5rem;
}

.page-wrapper .card .card-body .btn {
    background-color: #f77b4b;
    border-color: #f77b4b;
    font-size: 14px;
    padding: 0.375rem 1.75rem;
}

.page-wrapper .card .card-body .btn:hover {
    color: white;
    background-color: #171a21;
    border-color: #171a21;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.b-t-primary {
    border-top: 1px solid #f77b4b !important;
}

.b-t-secondary {
    border-top: 1px solid #f73164 !important;
}

.b-t-dark {
    border-top: 1px solid #2c323f !important;
}

.btn-primary {
    background-color: #f77b4b;
    border-color: #f77b4b;
}

.btn-primary:hover {
    background-color: #003b56;
}

.btn-brown {
    background-color: #311605 !important;
    border-color: #311605 !important;
    color: #fff;
}

.page-wrapper .table-bordered thead,
.page-wrapper .table-bordered tbody,
.page-wrapper .table-bordered tfoot,
.page-wrapper .table-bordered tr,
.page-wrapper .table-bordered td,
.page-wrapper .table-bordered th {
    border-color: #f2f4ff;
}

.page-wrapper .table td {
    color: #2b2b2b;
}

.page-wrapper .table th,
.table td {
    padding: .75rem;
}

.btn-xs {
    padding: 0.05rem 0.4rem;
    font-size: 11px;

}

.page-wrapper .btn-secondary {
    background-color: #000 !important;
    border-color: #000 !important;
}

.badge {
    padding: 0.44em 0.7em;
}

.badge-warning {
    background-color: #f8d62b;
}

.btn-success {
    background-color: #51bb25 !important;
    border-color: #51bb25 !important;
}

.btn-xs {
    padding: 0.05rem 0.4rem !important;
    font-size: 11px !important;
}

/* ==========================courier report=========================== */

/* ===========================profile============================= */

.profile-card {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
    margin-bottom: 30px;
}

.profile-card .card-heading {
    padding: 40px;
    border-bottom: 1px solid #ecf3fa;
}

.profile-card .card-heading h3 {
    font-size: 24px;
    margin-bottom: 0;
    color: #1a1a1a;
    font-weight: 600;
}

.profile-card .card-content {
    padding: 40px;
    margin-left: 25px;
}

.profile-card .card-content h3 {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 4px;
}

.profile-card .nav-tabs {
    margin-bottom: 30px;
}

.profile-card .nav-tabs li button {
    font-size: 16px;
    color: #2c323f;
    text-align: center;
    padding: 10px 25px;
    border: none;
    border-bottom: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.profile-card .nav-tabs li button.active {
    background-color: transparent;
    color: #f77b4b;
    font-weight: 600;
}

.profile-card form label {
    margin-bottom: 8px;
}

.profile-card form input[readonly] {
    background-color: #e9ecef;
}

.profile-card form .generate-btn {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-left: 4px !important;
}

.geneate-pass {
    color: #f77b4b;
    cursor: pointer;
}

.pass-field-wrp {
    border-color: rgba(244, 244, 244, 0.9);
    color: #2c323f;
    background-color: #f4f4f4;
    border-radius: .15rem;
    padding: 15px;
}

.pass-field-wrp p {
    font-size: 16px;
    margin-bottom: 0;
}

.profile-card .integration-wrp {
    text-align: center;

}

.profile-card .integration-wrp a {
    display: block;
}

.profile-card .integration-wrp img {
    width: 300px;
}

.profile-card .integration-wrp span {
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.profile-card .integration-wrp span.shopify-txt {
    background-color: #59914f;
}

.profile-card .integration-wrp span.woocommerce-txt {
    background-color: #a7598d;
}

.profile-card .form-heading {
    margin-bottom: 10px;
}

.profile-card .form-heading span {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    background-color: #000;
    padding: 10px;
}

iframe {
    width: 100%;
}

.profile-card .form-inputs label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #000;
}

.profile-card .form-inputs input {
    width: 20px;
    height: 20px;
}

.complaint-table.table-responsive {}

.complaint-table table {}

.complaint-table table thead {}

.complaint-table table thead tr th {
    font-size: 18px;
    padding: 20px !important;
}

.complaint-table table tbody {}

.complaint-table table tbody tr {}

.complaint-table table tbody tr td {
    font-size: 18px;
    padding: 20px !important;
}

/* ===========================profile============================= */

/* ===========================manage orders========================== */

.image-btnwrp {
    display: flex;
    align-items: end;
    gap: 8px;
    justify-content: end;
}

.image-btnwrp .btn-danger {
    background-color: #ff2c16 !important;
    border: 1px solid #ff2c16 !important;
    color: #fff;
}

.image-btnwrp .right .iconwrp {
    text-align: center;
    background-color: #deffcc;
    padding: 5px;
    width: fit-content;
    margin: 0 auto;
}

.image-btnwrp .right .iconwrp span i {
    font-size: 34px;
}

.image-btnwrp .right .iconwrp span i.fa-shopify {
    color: #80b950;
}

.image-btnwrp .right .iconwrp span i.fa-wordpress {
    color: #00779c;
}

.order-filter {
    margin-bottom: 10px;
}

.order-filter .filter-heading {
    background-color: #ff733d;
    padding: 5px 10px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 8px;
}

.order-filter .filter-heading span {
    color: #fff;
    font-size: 18px;
}

.order-filter .filter-wrp {
    background-color: #232323;
    padding: 30px 60px;
    border-radius: 18px;
}

.order-filter .filter-wrp ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.order-filter .filter-wrp ul li {
    list-style: none;
}

.order-filter .filter-wrp ul li:not(:last-child) {
    border-right: 2px solid #fff;
    padding-right: 20px;
}

.order-filter .filter-wrp ul li a {
    font-size: 24px;
    color: #fff;
}

.order-filter .filter-wrp ul li a:hover{
    color: #ff733d;
}
.order-filter .filter-wrp ul li a:hover span{
    color: #fff;
}
.order-filter .filter-wrp ul li a span {
    color: #ff733d;
}

.manage-order-table {}

.manage-order-table {}

.manage-order-table thead {}

.manage-order-table thead tr {}

.manage-order-table thead tr th {}

.manage-order-table tbody {}

.manage-order-table tbody tr {}

.manage-order-table tbody tr td {
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}

.manage-order-table tbody tr td p {
    margin-bottom: 0;
}

.manage-order-table tbody td.id-box {
    text-align: center;
}

.manage-order-table tbody td .fa-x {
    color: #ff733d;

}

.manage-order-table tbody td.id-box .number-box {}

.manage-order-table tbody td.id-box .number-box button {
    background-color: #311605;
    padding: 5px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    border: none;
}

.action button {
    background: #f77b4b;
    color: #fff;
    border: none;
}

.manage-order-table tbody td.id-box .whatsapp-box {
    margin-top: 10px;
}

.manage-order-table tbody td.id-box .whatsapp-box span {
    background-color: #fff;
    box-shadow: 1px 2px 6px 4px #00000036;
    padding: 8px 10px;
    display: inline-block;
}

.manage-order-table .action-btn {}

.manage-order-table .action-btn .truck-btn {
    background-color: #fff;
    box-shadow: 1px 2px 6px 4px #00000036;
    padding: 8px 10px;
    display: inline-block;
    border: none;
}

.manage-order-table .action-btn .truck-btn i {
    color: #f77b4b;
}

.manage-order-table .action-btn .reattemp-btn {
    padding: 15px 10px;
    background-color: #ff733d;
    color: #fff;
    border: none;
    font-size: 12px;

}

.manage-order-table .action-btn .reattemp-btn:hover {
    background-color: #003b56;
}

.action-btn i:hover {
    color: #003b56;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.crm-activity>li h6 {
    font-size: 14px;
}

.crm-activity ul.dates li {
    color: rgba(43, 43, 43, 0.7);
    font-size: 12px;
    display: inline-block;
    line-height: 1;
}



.customtab {
    width: 160px;
}



.expand-button {
    cursor: pointer;
}

.hide-table-padding {
    display: none;
}

.hide-table-padding.show {
    display: table-row;
}

.youtubeColor i {
    color: red;
}
.youtubeColor button{
    all: unset !important;
    cursor: pointer !important;
}
.youtubeColor button:hover{
    background-color: transparent !important;
    border-color: transparent !important;
}
.youbte a {
    font-size: 30px;
    color: red;
}

/* ===========================manage orders========================== */

/* marquee effect */

.marquee-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: #000000;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 0;
    animation: marquee 100s linear infinite;
    animation-delay: -25s;
    /* Start 5 seconds into the animation */
}

.marquee-content {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
}

.marquee-container.slow .marquee {
    /* Even slower animation for long text */
    animation-duration: 90s;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1700px) {
    .marquee {
        animation-delay: -28s;
    }
}

@media (max-width: 1500px) {
    .marquee {
        animation-delay: -32s;
    }
}

@media (max-width: 1100px) {
    .marquee {
        animation-delay: -35s;
    }
}

@media (max-width: 800px) {
    .marquee {
        animation-delay: -37s;
    }
}

@media (max-width: 500px) {
    .marquee {
        animation-delay: -40s;
    }
}


    /* marquee effect */



