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

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

.main-heading {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 31px;
    color: #000;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 8.5px;
}

a {
    color: #933b00;
}



/* =========================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;
}



.mobileSearch {
    display: none;
}

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

}

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

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

.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 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 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 #fff;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    border-radius: 4px;
    width: 430px;
    height: 42px;
    background-color: #fff;
}

.welcome-header .header-input button {
    position: absolute;
    right: 0;
    border: none;
    height: 42px;
    outline: 0;
    margin-bottom: 23px;
    background: #933b00;
    border: 1px solid #ccc;
    padding: 10px 10px;
    color: #fff;
}

.welcome-header .nav-menu {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}


.searchMob {
    display: none;
}
.top-nav {
    margin: 0;
    display: flex;
    align-items: center;
}
.top-nav li {
    list-style: none;
    position: relative;
}
.top-nav li a{
    color:#FFF;
    padding: 7px;
    font-size: 15px;
}

.quantity {
    position: absolute;
    width: 24px;
    top: 7px;
    left: 8px;
    text-align: center;
    color: #fff;
}
.icon-cart {
    fill: #fff;
    scale: 1;
}
.top-nav li:nth-child(4) {
    padding-right: 70px;
    position: relative;
}


.menu-mobile i {
    padding: 8px;
    /* background-color: #933b00; */
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #fff;
    color: #fff;
}
.menu-mobile{
    display: none;
}


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


.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: #933b00;
    margin-right: 5px;
}

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

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


/* =========================HomeBanner======================== */









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

.footer-btm {
    padding: 50px 0 30px 0;
    background: #000;
    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: 4px !important;
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    height: 44px;
    padding-top: 0;
}

.footer-btm .input-group-btn .search-btn {
    border-left: 0;
    outline: 0;
    margin-bottom: 0;
    font-size: 16px;
    background: #933b00;
    position: absolute;
    right: 0px;
    z-index: 11;
    border-radius: 4px;
    top: 1px;
    height: 42px;
}

.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: #933b00;
}




.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: #933b00;
}

/* =========================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: #933b00 !important;
    color: #fff;
    width: 35px;
    border: 1px solid #933b00;
}

.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======================== */




/* deal box */
.deal-box{
    display: block;
    padding: 4px 5px 0px 5px;
    border: 2px solid #e1e1e1;
    border-radius: 20px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-bottom: 20px;
    cursor: default;
    position: relative;
    
}

.deal-box:hover {
    border-color: #c3c3c3;
    box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .55);
    -webkit-box-shadow: 0 3px 13px -1px rgba(0, 0, 0, .55);
    -moz-box-shadow: 0 3px 13px -1px rgba(0,0,0,.55);
    border-radius: 18px;
}

.discount-left {
    border-radius: 8px;
    left: 30px;
    position: absolute;
    top: 20px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background: black;
    text-align: center;
    z-index: 5;
    color: #fff;
    font-size: 10px;
}
.product-card-img {
    width: 100%;
    border-radius: 25px;
    object-fit: contain;
}
.detail-p {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#deal-box .title, .recent-bought-box>.title {
    text-decoration: none;
    text-align: center;
    padding-bottom: 2px;
    color: black;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    overflow: hidden;
    margin-top: 10px;
    display: block;
}
.fixed-height-for-xs{
    color: black;
    font-size: 14px;
}
.img-view-icon {
    width: 28px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.img-youtube-icon {
    width: 28px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.border-right button{
    all: unset !important;
    cursor: pointer !important;
}
iframe {
    width: 100%;
}
.ham-sal-price {
    color: black !important;
    font-size: 15.5px !important;
}
.border-right{
    border-right: 1px solid;
}

.detail-p .title {
    color: black;
    font-size: 16px;
    text-align: left;
    font-weight: 800;
    margin-top: 10px;
    display: block;
}
.detail-p p{
    color: black;
    font-size: 14px;
}

.discount-right{
    height: 65px !important;
    width: 65px !important;
    right: 17px !important;
    top: -2px;
    text-align: center;
    line-height: 2.5;
    z-index: 5;
    font-family: "Helvetica Neue";
    font-size: 12px;
    border-radius: 100%;
    position: absolute;
}

.deal-box del{
    display: block;
}

.sale-price {
    font-weight: 800;
    color: black !important;
    font-size: 15.5px !important;
}

.best > a img{
    width: 100%;
    margin-bottom: 10px;
}
/* deal box */



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

.cart {
    padding: 0;
}
.page-heading {
    color: #2d1707 !important;
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.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;
}


.btn-green {
    background-color: #933b00;
    border-color: #933b00;
    color: #fff;
    padding: 6px 10px;
}
.btn-block {
    display: block;
    width: 100%;
}

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

.border-box {
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ececec;
    border-top: 4px solid #933b00;
    font-size: 14px;
    display: block;
    float: left;
    margin-bottom: 10px;
}
.shipping-billing .input-group{
    border: #933b00 solid 1px; border-radius:10px;padding: 3px;margin:4px
}
.pull-right {
    float: right;
}
.delivery-checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
/* ====================================cart=================================== */



/* =========================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;
}
img#xzoom-default {
    width: 333px !important;

}
.breadcrumb {
    margin-bottom: 30px;
    background-color: #fff;
}

.breadcrumb>li a {
    color: #933b00;
}
.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;
}
h3.amount {
    font-weight: 600;
    font-size: 21px;
    color: #933b00;
    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: #933b00;
}

#wish {
    margin-right: 20px;
}

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

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

#sidebar h3 {
    font-size: 20px;
    color: #933b00;
    text-align: center;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

.torange {
    color: #933b00;
}

.media-heading {
    color: #313131;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}
.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.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: #933b00 !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;
}

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

.deal-title {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}
.tgreen {
    color: #2d1707 !important;
}
.tbmargin5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* ===================================product detail=================================== */

.thankyouPage {
    padding: 0;
}

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

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