@media (min-width: 992px) {
.login-form-wrapper {
    width: 715px;
}
tr.shrink-wrapper>td div.shrinked-row {
    border-bottom: none;
}
.bottom-table tbody tr > td:first-child {
    width: calc(100% - 100px);
}
.bottom-table tbody tr > td:last-child {
    width: 100px;
}
.mx-lg-10 {
    margin-right: 6rem;
    margin-left: 6rem;
}
}
@media (max-width: 1199px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
}
.text-md {
    font-size: 16px;
}
.text-lg {
    font-size: 20px;
}

.main .bottom-content .single {
    min-height: 232px;
}
.table .shrinked-row > div > div:first-child {
    border-right: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    height: 46px;
    display: flex;
    align-items: center;
}
.table .shrinked-row > div > div:last-child {
    border-bottom: 1px solid var(--bs-primary);
    height: 46px;
    display: flex;
    align-items: center;
    padding-left: 10px !important;
    justify-content: flex-end;
    padding-right: 10px !important;
}
.hc-offcanvas-nav:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: #67ab0d;
}
}
@media (max-width: 1400px) {
    .zoom-img{
        width:100%;
    }
    .image-zoom-stock-out{
        /*width:403px;*/
        /*height:403px;*/
        /*left: 0px;*/
        /*line-height: 9;*/
        
        width: 501px;
        height: 556px;
        left: 95px;
        line-height: 9;
    }
}
@media (max-width: 1024px) {
    .hc-nav-trigger.hc-nav-2 {
        position: static;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .mobile-bottombar {
        display: block;
    }
    #main-menu {
        display: none;
    }
.mobile-search {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.category-toggle-menu {
    display: none;
}
.header-middle {
    display: none;
}
.mobile-logo {
    display: block;
}
.login-cart.mobile {
    display: block;
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a:hover,
.hc-offcanvas-nav .nav-title+.nav-close a.has-label:hover,
.hc-offcanvas-nav li.nav-close a:hover,
.hc-offcanvas-nav .nav-back a:hover {
    background: #67ab0d;
}
.custom-margin {
    margin-right: 2.5rem !important;
}
.hc-nav-trigger.hc-nav-1 { 
    top: 50%;
    min-height: 24px;
    right: 0;
    transform: translateY(-50%);
}
.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: var(--border-color);
}
.hc-offcanvas-nav .nav-content>.nav-close:first-child a, .hc-offcanvas-nav .nav-title+.nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    background: #67ab0d;
    border-top: 1px solid #67ab0d;
    border-bottom: 1px solid #67ab0d;
}
.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
    border-bottom: 1px solid #67ab0d;
    font-weight: 600;
    letter-spacing: .5px;
    color: #fff !important;
    text-transform: capitalize;
}
.hc-offcanvas-nav .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #67ab0d;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #67ab0d;
}
.mobile-logo {
    width: 150px;
    margin-left: 1rem;
}
.hc-nav-trigger.hc-nav-1 {
    right: auto;
    left: 0;
}
.header-bottom .inner-bottom {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}
.header-bottom {
    padding: 1rem 0 !important;
    margin-bottom: .5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #00000038;
}
}
@media (max-width: 991px) {
    .pro-title-area {
        height: 44px;
    }
    .p-3 {
        padding: 0.5rem !important;
    }
.slide-image-wrapper::before {
    padding-top: 40%;
}
.login-cart .item-count {
    font-size: 12px;
    min-height: 17px;
    min-width: 17px;
    background-color: var(--bs-primary);
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
tr.shrink-wrapper>td div.shrinked-row {
    border-bottom: none;
}
.subscribe-form form input[type="email"] {
    padding: .5rem;
}

.top-menu {
    border-right: none !important;
}

.offer-wrapper .middle-content {
    flex: 0 0 200px;
    margin-top: -1.75rem;
}
.text-x-big {
    font-size: 3rem;
}
.offer-btn {
    font-size: 18px;
}
.sidebar {
    flex: 0 0 250px;
    position: absolute;
    left: -280px;
    top: 0;
    z-index: 99;
    transition: all .3s ease;
}
.sidebar.show {
    left: 0;
    padding-top: 2.5rem !important;
    min-height: 100%;
    box-shadow: 5px 5px 10px #00000040;
}
.btn-thm {
    padding: 0.3rem 1rem;
}
.side-cat li label {
    font-size: 14px;
}
.div-2 {
    column-gap: 0;
}
.dashboard .main .top {
    border-top-right-radius: 0;
}
.sidebar-custom {
    flex: 0 0 auto;
    width: 40px;
    transition: width .3s ease;
}
.sidebar-custom.open {
    flex: 0 0 auto;
    width: 200px;
}
.main-bar.custom-margin-right {
    margin-right: -160px;
}
.custom-hide {
    display: none;
}
.custom-hide.show {
    display: block;
}
.side {
    border-top-left-radius: 0;
    column-gap: 0;
    grid-row-gap: 0;
    height: 100%;
    background-color: var(--bs-primary);
}
.side {
    border-right: 1px solid #e5ffc3;
}
.side li a {
    color: #fff !important;
    display: flex;
    column-gap: .5rem;
    align-items: center;
}
.side li.active {
    background-color: #e5ffc3 !important;
}
.side li.active a {
    color: #333 !important;
}
.side .title {
    border-right: none !important;
    white-space: nowrap;
    transition: all .3s ease;
}
.pos-top-right.dif {
    top: .6rem;
}
.side .text-md {
    font-size: 15px;
}
.single-cart-product .product-thumb {
    flex: 0 0 125px;
}
.middle-content .product-title.text-lg {
    font-size: 16px;
    font-weight: 500 !important;
}
.middle-content .text-normal {
    font-size: 14px;
}
.single-cart-product .edit-area {
    flex: 0 0 auto;
}
.edit-area .text-lg {
    font-size: 13px;
}
.edit-item .text-x-lg {
    font-size: 18px;
}
.edit-area .edit-modal {
    top: 1.5rem;
}
.edit-modal .text-sm {
    font-size: 12px;
}
.decrement-btn span, .increment-btn span {
    width: 35px;
    height: 35px;
}
.coupon-input {
    padding: .5rem;
    font-size: 14px;
}
.billing-title {
    font-size: 24px;
}
.orders .amount .text-x-lg {
    font-size: 20px;
}
.bg-lg-transparent {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.side-cat li a {
    padding: 2px;
    font-weight: 500;
    font-size: 14px;
}
.zoom-wrapper {
    position: relative;
    margin-bottom: 100px;
}
.zoomWrapper .zoom-img {
    width: 100% !important;
    aspect-ratio: 1/1 !important;
}
.zoomWrapper {
    width: 100% !important;
}
#gallery {
    flex-direction: row;
    flex: 0 0 100%;
    width: 100%;
    position: absolute;
    height: 70px;
    top: calc(100% + .5rem);
}
#gallery img {
    height: 100%;
    aspect-ratio: 1/1;
    padding: 3px;
    border: 1px solid var(--bs-primary)4d;
}
#toggle-side > span {
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}
.main-bar {
    flex: 0 0 auto;
    width: calc(100% - 40px);
}
.order-table {
    white-space: nowrap;
}
.bottom-table tbody tr > td:first-child {
    width: 141px;
    text-align: start !important;
}
.bottom-table tbody tr > td:last-child {
    width: calc(100% - 141px);
    text-align: start !important;
}
.dif-quantity .decrement-btn span, .increment-btn span {
    width: 30px;
    height: 30px;
}
}

.dsk-hide{
    display: none !important;
}
.mbl-hide{
    display: block !important;
}
@media (max-width: 767px) {
    #gallery {
        overflow-x: scroll;
        overflow-y: hidden;
    }
.sidebar-sm-hide{
    display: none;
}
.col-6{
    width: 50% !important;
}
.section-header{
    padding-left: 28px;
}
.dsk-hide{
    display: block !important;
}
.mbl-hide{
    display: none !important;
}
.single-feature {
    border-radius: .3rem;
}
.inner-middle .logo {
    width: 160px;
}
.sm-hidden {
    display: none;
}
.header-middle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.main-slider .single-slide .slide-image {
    /*height: 340px;*/
}
.text-big {
    font-size: 28px;
}
.text-lg {
    font-size: 18px;
}
.text-x-big {
    font-size: 2rem;
}
.offer-wrapper .middle-content {
    flex: 0 0 125px;
}
.offer-btn {
    padding: .2rem 1rem .4rem;
}
.pos-top-right.dif {
    top: .6rem;
}
.pos-top-right.dif img {
    width: 20px;
}
.pb-10 {
    padding-bottom: 3rem !important;
}
.mt-10 {
    margin-top: 3rem !important;
}
.side {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: .3rem;
    align-items: flex-start;
    background-color: var(--bs-primary);
    justify-content: flex-start;
    column-gap: 0;
    /*box-shadow: 0px 20px 50px 0px rgb(99 149 62 / 78%);*/
    height: 100%;
}
.side li {
    width: 100%;
    border-right: none !important;
}
.side li.title {
    flex: 0 0 auto;
}
.side li:not(.title) {
    flex: 0 0 auto;
    white-space: nowrap;
    transition: all .3s ease;
}
.dashboard .main .top {
    padding: .4rem 0 !important;
}
ul.category li.category-title {
    font-size: 14px;
    padding: .4rem;
    padding-left: 1rem;
    margin: 0 -.4rem;
}
ul.category > li a {
    column-gap: .3rem;
    font-size: 13px;
    margin-top: 0;
    padding: .2rem 0;
    font-weight: 500;
}
ul.category li i {
    font-size: 1rem;
}
ul.category {
    padding: 0 0.4rem;
    padding-bottom: .5rem;
}
ul.category > li.has-catsub > ul.catsub {
    position: inherit;
    left: initial;
    top: inherit;
    width: 100%;
    display: none;
}
ul.category > li.has-catsub > ul.catsub a {
    font-weight: 400;
}
ul.category > li.has-catsub.show > ul.catsub li:first-child {
    /*padding-top: 0;*/
    border-top: 1px solid #ddd;
}
ul.category > li.has-catsub.show > ul.catsub li:last-child {
    padding-bottom: 0;
}
ul.category > li.has-catsub > ul.catsub > li {
    padding-left: .5rem;
}
ul.category > li.has-catsub.show > ul.catsub {
    left: initial;
    visibility: visible;
    opacity: 1;
    display: block;
    box-shadow: none !important;
    padding: 0;
    margin: 0 -.4rem;
}
ul.category > li.has-catsub.show > .group > a {
    padding-bottom: 10px;
    padding-top: 5px;
}
ul.category li {
    column-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
}
.side .text-md {
    font-size: 15px;
}
.orders .amount .text-x-lg {
    font-size: 18px;
}
.address-form input {
    padding: .6rem;
    font-size: .9rem;
    margin-top: .3rem;
    border-radius: .3rem;
}
.address-form label.text-md {
    font-size: 14px;
}
.nice-select.thana, .nice-select.district {
    margin-top: 0.3rem;
    height: 40px;
    border-radius: .3rem;
}
.nice-select.thana .current, .nice-select.district .current {
    font-size: 14px;
}
.nice-select.thana .list li.selected, .nice-select.district .list li.focus {
    font-size: 14px;
}
.nice-select.thana .list li, .nice-select.district .list li {
    font-size: 14px;
    min-height: 30px;
}
.address-input {
    padding: .5rem 1rem;
    font-size: 14px;
    margin-top: .3rem;
    border-radius: .3rem;
}
.zoomWrapper .zoom-img {
    max-width: initial !important;
    object-fit: cover;
    aspect-ratio: 1/1 !important;
    border: 1px solid var(--bs-primary)4d;
}
.zoomWrapper {
    aspect-ratio: 1/1;
}
.desc-outer {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #fff;
    border-radius: 1.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
#gallery {
    height: 60px;
}
.zoom-wrapper {
    margin-bottom: 77px;
}
.desc-outer .produt-title {
    font-weight: 700 !important;
    font-size: 18px;
    margin-bottom: 10px !important;
}
.desc-outer .product-model,
.desc-outer .product-category {
    font-size: 14px !important;
}
.desc-outer .product-model span,
.desc-outer .product-category span {
    font-weight: 700;
}
.color-thumb > li::after {
    top: -15px;
    right: -15px;
    height: 15px;
    width: 15px;
    border-top: 15px solid #ffffff;
    border-left: 15px solid var(--border-color);;
}
.color-thumb li img {
    max-width: 50px;
    aspect-ratio: 1/1;
    border: 1px solid var(--border-color);;
    padding: 3px;
}
.color-thumb {
    margin: 10px 0;
}
.ZoomContainer {
    display: none;
}
#toggle-side > span {
    max-height: 27px;
    line-height: 1.2;
}
.table .shrinked-row > div > div:first-child {
    height: 40px;
}
.table .shrinked-row > div > div:last-child {
    height: 40px;
}

}
@media (max-width: 575px) {
.carousel-indicators {
    bottom: 0px;
}
.indicator-btn {
    width: 10px !important;
    height: 10px !important;
}
.header-bottom {
    background-color: #fff;
    padding: 1.5rem 0 !important;
}
.mobile-logo {
    width: 150px;
}
.inner-middle .logo {
    width: 150px;
}
.toggle-search:hover,
.toggle-search:focus {
    color: #0C0B0C;
}
.big-form {
    position: absolute;
    top: 0;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    padding: .5rem;
}
.big-form.show {
    top: -3rem;
    visibility: visible;
    opacity: 1;
}
.header-middle {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.border-hidden {
    border: none !important;
}
.main-slider .single-slide .slide-image {
    /*height: 240px;*/
}
.slider-section .owl-dots {
    bottom: .5rem;
}
.slider-section .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: .3rem;
}
.text-lg {
    font-size: 16px;
}
.btn-thm {
    padding: .3rem 2rem !important;
    font-size: 13px;
}
.dashboard .main .top {
    padding: .33rem 0 !important;
}
.middle-content .product-title.text-lg {
    font-size: 13px;
}
.middle-content .text-normal {
    font-size: 12px;
}
.decrement-btn span, .increment-btn span {
    width: 28px;
    height: 28px;
    font-size: 14px;
}
.input-group.quantity input {
    flex: 0 0 40px;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    padding: 0;
}
.single-cart-product .edit-area {
    flex: 0 0 100%;
    padding: 0 !important;
    padding-bottom: .4rem !important;
}
.single-cart-product .product-thumb {
    flex: 0 0 80px;
}
.edit-area .dif {
    flex-direction: row !important;
    column-gap: .6rem;
}
.orders .amount .text-x-lg {
    font-size: 16px;
}
ul.payment-options {
    flex-direction: column;
    align-items: center;
    grid-row-gap: 0.6rem !important;
}
ul.payment-options li {
    display: flex;
    flex-direction: column;
    align-items: center;
}
ul.payment-options li .pay-name {
    font-size: 14px;
    padding-left: 1.5rem;
}
ul.payment-options li .pay-name::before {
    width: 15px;
    height: 15px;
    border: 2px solid var(--border-color);;
}
ul.payment-options li img {
    width: 100px;
}
.billing-title {
    font-size: 20px;
}
.text-normal {
    font-size: 14px;
}
.text-big {
    font-size: 26px;
}
.arrange a {
    font-size: 1.5rem;
}
.sidebar-trigger {
    top: 9px;
    left: .5rem;
    font-size: 1.5rem;
}
.desc-outer .product-model, .desc-outer .product-category {
    font-size: 16px !important;
}
.desc-outer .produt-title {
    font-weight: 700 !important;
    font-size: 20px;
    margin-bottom: 8px !important;
}
.text-md.text-rating {
    font-size: 14px;
}
.rating-count.text-sm {
    font-size: 12px;
}
.answered.text-sm {
    font-size: 12px;
}
.rating {
    grid-row-gap: 0 !important;
}
.product-price.text-lg {
    font-size: 16px;
}
.header-top {
    display: none;
}
.zoomWrapper .zoom-img {
    padding: .5rem;
    object-fit: cover;
    aspect-ratio: 1/1 !important;
}
.zoomWrapper {
    aspect-ratio: 1/1;
}
.single-feature .content .model {
    margin-bottom: 0;
}
.single-feature .content .text-md {
    font-size: 14px;
}
#toggle-side > span {
    max-height: 24px;
    line-height: 1.1;
}
.view-order.text-md,
.delete-order.text-md {
    font-size: 14px;
    height: 25px;
    width: 25px;
}
.status-padding {
    padding: 0 5px;
}
tr.shrink-wrapper>td div.shrinked-row:not(.shrink-has-table)>div>div:first-child {
    padding: 5px 10px;
    font-weight: 600;
}
.table.invoice .shrinked-row > div > div:first-child {
    width: 141px !important;
    border-right: 1px solid var(--bs-primary);
    border-bottom: 1px solid var(--bs-primary);
    height: 32px;
}
.table .shrinked-row > div > div:first-child {
    width: 135px !important;
}
.table .shrinked-row > div > div:last-child {
    width: calc(100% - 135px) !important;
    align-items: center;
    padding-left: .5rem !important;
    font-size: 12px;
}
.table.invoice .shrinked-row > div > div:last-child {
    border-bottom: 1px solid var(--bs-primary);
    height: 32px;
    width: calc(100% - 141px) !important;
    align-items: center;
    padding-left: .5rem !important;
}
.header-bottom .inner-bottom {
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}
.hc-nav-trigger.hc-nav-1 {
    right: auto;
    left: 0;
}
.hc-nav-trigger.hc-nav-1 span,
.hc-nav-trigger.hc-nav-1 span::before,
.hc-nav-trigger.hc-nav-1 span::after {
    height: 3px;
}
.hc-nav-trigger.hc-nav-1 span::before {
    top: -9px;
}
.hc-nav-trigger.hc-nav-1 span::after {
    bottom: -9px;
}

.header-bottom {
    padding: 1rem 0 !important;
    margin-bottom: .5rem;
    box-shadow: 0 0 10px #00000038;
}
.dif-quantity .decrement-btn span, .increment-btn span {
    width: 40px;
    height: 40px;
}
#myBtn {
    right: 14px;
    z-index: 999;
    font-size: 13px;
    height: 35px;
    width: 35px;
}
.footer-copyright {
    padding-bottom: 80px !important;
}
}
@media (max-width: 480px) {
.header-bottom {
    padding: .5rem 0 !important;
}
.ms-5 {
    margin-left: 2rem!important;
}
.discount {
    width: 38px;
    height: 38px;
}
.responsive {
    margin: 0 !important;
}
.price.text-md {
    font-size: 10px;
    width: 85px;
}
.pos-top-right {
    top: .5rem;
    right: .5rem;
}
.pos-top-left {
    top: 0.5rem;
    left: 0.5rem;
}
.responsive > .col-6 {
    padding-left: .5rem;
    padding-right: .5rem;
}
.responsive > .col-6.dif {
    flex: 0 0 auto;
    width: 50%;
}
.single-footer {
    margin-bottom: 1rem;
}
.subscribe-form form {
    position: relative;
}
.subscribe-form form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    letter-spacing: 0;
    padding: 0 .6rem;
    font-size: 12px;
}
.text-x-big {
    font-size: 1.2rem;
}
.text-md {
    font-size: 14px;
}
.offer-btn {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 500;
    padding: .3rem 1rem;
}
.offer-wrapper .middle-content {
    flex: 0 0 50%;
    margin-top: 0;
}
.offer-wrapper .left-content {
    margin-top: 2rem;
}
.offer-wrapper {
    flex-wrap: wrap;
    align-items: flex-start !important;
}
.offer-wrapper .right-content {
    margin-top: -2rem;
}
.billing-title {
    font-size: 18px;
}
.text-big {
    font-size: 22px;
}
.color-thumb li img {
    max-width: 60px;
}
.text-sm {
    font-size: 15px;
}
.text-x-lg {
    font-size: 22px;
}
.footer-address {
    font-size: 12px;
    line-height: 1.5 !important;
}
.footer-menu li a {
    font-size: 12px;
    line-height: 1.5 !important;
}
.col-dif > .col-6 {
    flex: 0 0 auto;
    width: 100%;
}
.blog-title {
    line-height: 18px;
    max-height: calc(2.5 * 18px);
    -webkit-line-clamp: 2;
    font-size: 14px;
}
.blog-exerp {
    line-height: 18px;
    max-height: calc(3.75 * 18px);
    -webkit-line-clamp: 3;
    margin-bottom: .5rem;
    font-size: 12px;
}
.single-blog .blog-content .exerp {
    line-height: 1.2rem;
    font-size: 13px;
}
.featured-item .content .text-md {
    font-size: 11px;
}
.invoice td img {
    max-width: 100%;
}
.table.invoice thead th:first-child {
    width: 114px !important;
}
.table.invoice tbody td:nth-child(2) {
    padding: 0.5rem 5px;
}
.shrink-toggle {
    width: 35px;
    text-align: center;
    padding: 5px !important;
}
.dashboard .main .top {
    text-align: start !important;
    padding-left: .75rem !important;
}
.main .top .title, .side .title {
    font-size: 16px;
    font-weight: 600;
}
.bottom-table tbody tr > td:first-child {
    width: 114px;
}
.bottom-table tbody tr > td:last-child {
    width: calc(100% - 114px);
}
.table.invoice .shrinked-row > div > div:first-child {
    width: 114px !important;
}
.table.invoice .shrinked-row > div > div:last-child {
    width: calc(100% - 114px) !important;
}
.mobile-bottombar {
    border-radius: .5rem;
    padding: .5rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.ri-shopping-cart-fill.text-x-lg {
    font-size: 26px;
}

.table .shrinked-row > div > div:first-child {
    height: 32px;
}
.table .shrinked-row > div > div:last-child {
    height: 32px;
}
#myBtn {
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    height: 28px;
    width: 28px;
}
.footer-copyright {
    padding-bottom: 60px !important;
}
}
