@charset "utf-8";

/* CSS Document */

/*@import url('css/font-awesome.css');

@import url('css/animate.css');

@import url("wishlist-profile.css");

@import url("product-thumb.css");

@import url("single-product.css");

@import url("page-similar-products.css");

@import url("product-zoom.css");

@import url("stores.css");

@import url("testimonials.css");

@import url("trending-now.css");

@import url("electronics.css");

@import url("home-kitchen.css");

@import url("category-slider.css");

@import url("hp-slider.css");

@import url("ad-slider.css");

*/

@import url("owl.carousel.css");

@import url("slider-byebye.css");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

:root {
    --red: #ff0101;
    --grey: #666666;
    --yellow: #ffbd0c;
}

html {
    scroll-behavior: smooth;
}

body.home {
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background-color: #efefef;

}

body {
    background-color: transparent !important;
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

.show-desktop {}

.show-mobile {
    display: none;
}

.byebyemrp-header {}

.navbar-shadow {
    background: rgb(217, 217, 217);
    background: linear-gradient(180deg, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 95%, rgba(217, 217, 217, 1) 100%);
}

.hp-section-title {
    font-size: 20px;
    font-weight: 500;
    color: #007ca5;
}

a.view-all-products {
    font-size: 12px;
    color: #999;
    border: #999 solid 1px;
    padding: 7px 5px;
    text-decoration: none;
    font-style: unset;

    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 600;
}

a.view-all-products:hover {
    border: #666 solid 1px;
    background-color: #666;
    color: #fff;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.topbar {
    background-color: #323232;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.topbar .bg-light {
    --cz-bg-opacity: 1;
    background-color: #323232 !important;
}

.topbar .blink {
    animation: blinker 0.6s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    0% {
        opacity: 1;
        color: rgba(255, 255, 255, 1);
    }

    50% {
        opacity: 1;
        color: var(--yellow);
    }

    100% {
        opacity: 0;
        color: var(--yellow);
    }

}

.topbar .navbar-nav {
    margin: auto !important;
}

.topbar .navbar-nav .nav-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-weight: 300;
}

.topbar.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    padding: 0;
}

}

.topbar .navbar-nav.centrlinks {}

.topbar .navbar-nav.centrlinks .nav-bye {
    font-size: 13px;
    color: #999;
    text-decoration: none;
    margin: 0 9px;
}

.topbar .navbar-nav.centrlinks .nav-bye:hover {
    color: rgba(255, 255, 255, 1);
}

.topbar .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.topbar .navbar {
    padding: 0;
}

.topbar a.topbar-link {
    font-size: 13px;
    color: #999;
    text-decoration: none;
}

.modal.location-modal {}

.modal.location-modal .modal-header {}

.modal.location-modal .modal-title {
    margin-bottom: 0;
    font-size: 16px;
}

.modal.location-modal .modal-title {
    margin-bottom: 0;
    font-size: 16px;
}

.modal.location-modal .modal-body {
    position: relative;
    flex: 1 1 auto;

    padding: var(--bs-modal-padding);
    font-size: 14px;
    font-weight: 400;
}

.modal.location-modal .modal-body a.signinlink {
    background-color: rgba(197, 197, 197, 0.1);
    border: rgba(51, 51, 51, 0.3) solid 1px;
    padding: 8px 11px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.8);

    text-decoration: none;
    font-weight: 400;
    transition: all ease 0.3s;
    border-radius: 3px;
    color: #333;
    display: block;
    margin: 15px 0 25px;

    text-align: center;
}

.modal.location-modal .modal-body a.signinlink:hover {
    background-color: var(--red);
    border: var(--red) solid 1px;

    color: #fff;
}

.modal.location-modal .modal-body .divider {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.modal.location-modal .modal-body .divider::before,
.modal.location-modal .modal-body .divider::after {
    flex: 1;
    content: '';
    padding: 0px;

    height: 1px;
    background-color: rgba(51, 51, 51, 0.4);
    margin: 5px;
}

.modal.location-modal .modal-body .input-group {
    margin-top: 14px;
}

.modal.location-modal .modal-body .input-group input[type="text"] {
    padding: 8px;
    border: rgba(51, 51, 51, 0.5) solid 1px;
    border-radius: 5px;
}

.modal.location-modal .modal-body .btn.submithicon {
    position: relative;
    color: #666;
    z-index: 2;
    background-color: #fff;
    border: rgba(51, 51, 51, 0.5) solid 1px;

    font-size: 14px;
}

.modal.location-modal .modal-body .btn.submithicon:hover {
    background-color: var(--red);
    border: var(--red) solid 1px;
    color: #fff;

}

.modal.location-modal .modal-body .form-control {
    font-size: 14px;
}

/* -----header ----- */

.navbar-light .navbar-tool-icon-box {
    color: #4b566b;
}

.navbar-tool {
    position: relative;
    display: flex;
    align-items: center;
}

.navbar-tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color .25s ease-in-out;
    border-radius: 50%;

    line-height: 2.625rem;
    text-align: center;
}

.bg-light {
    --cz-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1) !important;
}

.fs-base {
    font-size: 14px;
    font-weight: 600;
}

.widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-list-link {
    display: block;
    transition: color .25s ease-in-out;
    color: #4b566b;
    font-size: .875rem;
    font-weight: normal;
    text-decoration: none;

}

/* -----header right links ----- */

.header-right-links {}

.header-right-links a.becomepartner {
    background-color: transparent;
    padding: 8px 15px;
    border: rgba(0, 0, 0, 0.4) solid 1px;
    border-radius: 3px;

    font-size: 13px;
    color: #333;
    z-index: 99;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
}

.header-right-links a.becomepartner:hover {
    background-color: var(--grey);
    color: #fff;
}

.user-icon-header {
    background-image: url(images/user-icon.png);

    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.wishlist-icon-header {
    background-image: url(images/wishlist-icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 16px;

    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.cart-icon-header {
    background-image: url(images/cart-icon.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
}

.header-right-links-2 {
    font-size: 14px;
    text-align: center;
}

.header-right-links-2 .text {
    display: block;
    font-size: 13px;
}

.header-right-links-2 a {
    color: #000;
    text-decoration: none;
}

.user-icon-header-2 {}

.wishlist-icon-header-2 {}

.cart-icon-header-2 {}

.cartDetailDiv {
    padding: 15px;
    font-size: 13px;
}

#getCartDetail {
    background-image: url(../images/sad-face.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 25px;
}

.navbar-tool .cart-icon-header .navbar-tool-label {
    right: -6px;
}

a.navbar-tool,
navbar-tool a {
    color: #333;
    text-decoration: none;
}

.navbar-toggler {
    padding: 4px 7px;
    font-size: 16px;
    line-height: 1;
    color: #4b566b;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.1);

    border-radius: 5px;
    transition: box-shadow 0.15s ease-in-out;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    color: var(--red);

    border: 1px solid var(--red);
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);

    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

/* -----end header right links ----- */

.header-main {
    background-color: #fff;
}

.logo {}

.header-main .header-search form.desktopsearch {
    width: 100%;
}

.header-main .header-search .form-control {
    border: rgba(197, 197, 197, 0.8) solid 2px;
    border-right: 0;
    border-radius: 5px;
    padding-top: 10px;

    padding-bottom: 7px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.header-main .header-search .btn.searchicon {
    position: relative;
    color: #999;
    z-index: 2;
    background-color: #fff;
    border: rgba(197, 197, 197, 0.8) solid 2px;

    border-radius: 0 5px 5px 0px !important;
}

.header-main .header-search .btn.searchicon:hover {
    background-color: var(--red);
    border: var(--red) solid 2px;

    color: #fff;
}

.header-main .header-search .search-box {
    position: relative;
}

.header-main .header-search .search-box .search-icon {
    position: absolute;

    right: 32px;
    top: 6px;
    color: #d60115;
    height: 10px;
    width: 10px;
    font-size: 18px;
    cursor: pointer;
}

.header-main .header-search .search-box .search-icon:hover {
    color: #000;
}

.header-main .header-online {
    margin-top: 27px;
}

.header-main .header-online ul {
    margin: 0;
    padding: 0;
    float: right;
}

.header-main .header-online ul li {
    list-style: none;
    display: inline;

    margin: 0 10px;
    font-size: 18px;
    color: #fff;
    font-family: 'pmedium';
}

/* .simplebar-content-wrapper{ height: auto; overflow-y: scroll; max-height: 250px; overflow-x: hidden; } */
.simplebar-wrapper {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.hpslider {
    margin-top: 20px;
}

.hpslider img {
    border-radius: 8px;
}

.hpslider .ad-slider {}

.hpslider .ad-slider .ad-slider-2 {
    margin-top: 16px;

}

/* --CATEGORY ROW --*/

.cat-row {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.cat-row h2 {
    font-size: 13px;
    margin-top: 8px;
}

.cat-row .catblock {
    margin-top: 5px;
    position: relative;
}

.cat-row .catblock a {
    text-decoration: none;
    color: #333;
    transition: all ease 0.3s;

    padding: 20px 0 5px;
    ;
    display: block;
}

.cat-row a:hover {
    text-decoration: none;
    color: var(--red);
    background-color: rgba(232, 232, 232, 0.3);
    border-radius: 3px;
}

.cat-row a img {
    transition: all ease 0.3s;
}

.cat-row a:hover img {
    transform: translateY(-5px);
}

.cat-row a.viewallcat {
    padding: 40px 40px;
    display: block;
    text-align: center;
    background-color: var(--grey);
    color: #fff;
    font-size: 24px;

    text-decoration: none;
    border-radius: 5px;
}

.cat-row a.viewallcat h2 {
    font-size: 15px;
}

/* --END CATEGORY ROW --*/

/* -----daily flash sale ----- */

.daily-flash-sale {
    margin-top: 10px;
    padding-top: 40px;
    padding-bottom: 0px;
    border: #fcd919 solid 0px;
    border-radius: 3px;
}

.daily-flash-sale .hp-section-title {
    color: var(--red);
}

/* --product slider box--*/

.product-slider-box {
    padding-top: 10px;
}

.product-slider-box .product-box {
    border: #c2c2c2 solid 1px;
    padding: 20px;
    position: relative;

    border-radius: 5px;
    overflow: hidden;
}

.product-slider-box .product-box .product-img {
    position: relative;
    height: 188px;
    width: 100%;
    display: flex;

    -webkit-box-pack: center;
    justify-content: center;
}

.product-slider-box .product-box .product-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;
    color: transparent;

}

.product-slider-box .product-box .selloff {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ff0101;
    padding: 2px 5px;
    border-radius: 3px;

    font-size: 12px;
    color: #fff;
    z-index: 99;
    font-weight: 700;
}

.product-slider-box .product-box h2 {
    font-size: 14px;
    color: #007ca5;
    margin-top: 5px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-slider-box .product-box h3 {
    font-size: 12px;
    color: #999;
    margin: 0 0 14px;

    padding-top: 5px;
}

.product-slider-box .product-box h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 14px;
    padding-top: 5px;
}

.product-slider-box .product-box .price-row {
    font-size: 14px;
    color: #000;
    margin: 0 0 14px;
    padding-top: 5px;
}

.product-slider-box .product-box .price-row .regular-price {
    text-decoration: line-through;
    color: #999;
    padding-left: 10px;
}

.product-slider-box .product-box a.view-product {
    background-color: rgba(255, 255, 255, 0.9);
    border: rgba(255, 255, 255, 1) solid 1px;
    padding: 12px 15px;

    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    position: absolute;
    text-decoration: none;
    top: 100%;
    left: 50%;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all ease 0.5s;
}

.product-slider-box .product-box:hover a.view-product {
    top: 50%;
    background-color: var(--red);
    color: #fff;
}

.product-slider-box .product-box:hover a.view-product:hover {
    background-color: #000;
}

.product-slider-box .product-box a.view-all-product {
    background-color: rgba(112, 112, 112, 0.1);
    border: rgba(255, 255, 255, 1) solid 1px;

    padding: 35px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: center;

    min-height: 300px;
    display: block;
    color: #000;
    transition: all ease-in-out 0.4s;
    border-radius: 5px;
}

.product-slider-box .product-box a.view-all-product.storeall {
    min-height: 252px;
}

.product-slider-box .product-box a.view-all-product:hover {
    background-color: var(--red);
    color: #fff;
}

/* --end product slider box--*/

/* -----end daily flash sale ----- */

/* -----3 blocks ad ----- */

.three-block-ads {
    padding-top: 0px;
    padding-bottom: 40px;
}

/* -----end  blocks ad ----- */

/* -----product slider row 1 ----- */

.best-electronics-row {
    padding-top: 0px;
    padding-bottom: 40px;
}

/* -----end product slider row 1 ----- */

/* -----HOMEPAGE TESTIMONIALS----- */

.testimonial-main {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.testimonial-main .testimonial-block {
    /* padding: 40px;
    border: rgba(0, 0, 0, 0.2) solid 1px;

    border-radius: 5px;
    position: relative;
    margin-top: 21px; */
    padding: 40px;
   
    border-radius: 5px;
    position: relative;
    box-shadow: 8px 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4.5px);
    -webkit-backdrop-filter: blur( 4.5px );
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 60px;
    width:250px;
    height:250px;
}

.testimonial-main .testimonial-block:before {
    content: "";
    width: 38px;
    height: 38px;

    background-image: url(images/quote.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    z-index: 99;
}

.testimonial-main .testimonial-block h2 {
    font-size: 15px;
    color: #333333;
}

.testimonial-main .testimonial-block h3 {
    font-weight: 400;

    font-size: 15px;
    color: #333333;
}

.testimonial-main .testimonial-block h4 {
    font-weight: 300;
    font-size: 14px;
    color: #333;
}

/* -----END HOMEPAGE TESTIMONIALS----- */

/* --NAVIGATION --*/

.navbar-sale {
    background-color: #ffffff;
    border-top: #fff solid 1px;
}

.navbar-sale .navbar {
    margin-bottom: 0;
}

.navbar-sale .navbar-default {
    background-color: #fff;
    border-color: #fff;
}

/*--icons--*/

.delivery-icons-main {
    position: relative;
    z-index: 99;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-icons {
    border: rgba(197, 197, 197, 0.7) solid 1px;

    border-radius: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.delivery-icons h2 {
    font-size: 14px;
    color: #000;
    margin: 4px 0 1px;
}

.delivery-icons h3 {
    font-size: 12px;
    color: #999;
    margin: 0 0 0px;
    padding-top: 0px;
}

.delivery-icons .icon-block {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 10px 0 10px 53px;
    border-right: rgba(197, 197, 197, 0.7) solid 1px;

    transition: all ease 0.3s;
}

.delivery-icons .icon-block.noborder {
    border: 0;
}

.delivery-icons .icon-block:hover {
    background-position: 0 -66px;
}

.delivery-icons .free-delivery {
    background-image: url(../images/free-delivery-icon.png);
}

.delivery-icons .sameday-delivery {
    background-image: url(../images/same-day-delivery-icon.png);
}

.delivery-icons .warranty-icon {
    background-image: url(../images/warranty-icon.png);
}

.delivery-icons .payments-icon {
    background-image: url(../images/payments-icon.png);
}

/*--end icons--*/

/* -----simple content page----- */

.plain-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
    font-size: 14px;
    color: rgb(108, 117, 125);

    font-weight: 400;
    word-spacing: 1px;
    letter-spacing: 0px;
}

.plain-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 0;

    margin: 28px 0 7px 0;
}

.plain-content h1 {
    font-size: 22px;
    color: #000;
    margin-top: 13px;
    margin: 12px 0 0px 0;
    padding: 0 0 11px 0;

    position: relative;
}

.plain-content h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);

    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.plain-content h1:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: -1px;
    left: .px;
}

.plain-content ul,
.plain-content ol {
    margin: 10px 5px;
    font-size: 14px;
}

.plain-content ul li,
.plain-content ol li {
    list-style-position: inside;
    margin: 0 0 8px 0;
}

.plain-content strong {
    font-weight: 600;
}

.plain-content.contactus-page {
    padding: 0;
}

.plain-content.contactus-page .borderleft {
    background: rgb(255, 255, 255);
    border-left: rgba(189, 189, 189, 0.6) solid 1px;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9920343137254902) 96%, rgba(241, 241, 241, 0.9864320728291317) 100%, rgba(255, 255, 255, 1) 100%);
}

.plain-content.contactus-page .contact-page-content {
    padding: 40px;
}

.plain-content.contactus-page .contact-page-content h3 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 0;
    margin: 28px 0 7px 0;
}

.plain-content.contactus-page .contact-page-content h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    padding: 0;
    margin: 14px 0 17px 0;

    line-height: 25px;
}

.plain-content.contactus-page .contact-page-content .btn.btn-bye {
    padding: 9px 20px;
    margin-top: 18px;
    background-color: #333;
    color: #fff;
    font-weight: 600;
}

.plain-content.contactus-page .contact-page-content .btn.btn-bye:hover {

    background-color: var(--red);
}

.plain-content.contactus-page .contact-page-content .socials-wrap ul li a {
    display: block;
    width: 30px;

    height: 30px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.plain-content.contactus-page .contact-page-content .socials-wrap ul li a:hover {
    background-color: var(--red);
}

.plain-content.contactus-page .contact-page-content .socials-wrap ul {
    margin: 35px 0 0 0;
    padding: 0;
}

/* -----end simple content page----- */

/*--FOOTER MAIN--*/

.footer-main {
    position: relative;
    z-index: 99;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    background-color: #f5f5f5;

    font-size: 14px;
}

.footer-main .livechat,
.footer-main .megasale {}

.footer-main .livechat img,
.footer-main .megasale img {
    width: 100%;
    height: auto;
}

.footer-main .about-shop ul li {
    padding: 10px 0 10px 32px;

    position: relative;
    margin-bottom: 8px;
}

.footer-main .about-shop ul li:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon-image.png);
    background-repeat: no-repeat;
    position: absolute;
}

.about-shop ul li.address:before {
    background-position: -33px -22px;
    left: 0;
    top: 15px;
}

.about-shop ul li.phone:before {
    background-position: -32px -65px;
    left: 0;
    top: 4px;
}

.about-shop ul li.email:before {
    background-position: -32px -111px;
    left: 0;
    top: 4px;
}

.footer-main .row2 {
    margin-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: rgba(0, 0, 0, 0.2) solid 2px;
}

.footer-main .row3 {
    padding-bottom: 20px;
    font-size: 12px;
    color: #555555;
}

.footer-main .row3 h5 {
    font-size: 12px;
    color: #555555;
    line-height: 20px;
    margin-bottom: 17px;
}

.footer-main .row3 h5 a {
    font-size: 12px;
    color: #555555;
    text-decoration: none;
}

.footer-main .row3 h5 a:hover {
    color: #000;
}

.footer-main h3 {
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    line-height: 0px;

    margin-bottom: 13px;
    padding-bottom: 16px;
}

.footer-main ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin: 0;
    padding-left: 0px;
    line-height: 28px;

    font-size: 16px;
}

.footer-main ul li {
    list-style: none;
    font-size: 14px;
    line-height: 28px;
}

.footer-main ul li:before {
    content: "\f0da";

    font-family: 'FontAwesome';
    margin-right: 3px;
}

.footer-main ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 23px;

    color: #222222;
}

.footer-main ul li a:hover {
    text-decoration: underline;
}

.footer-main .newsletter-subscribe {}

.footer-main .newsletter-subscribe form .form-control {
    background: #fff;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    border-radius: 3px;

    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
    min-width: 250px;
}

.footer-main .newsletter-subscribe form .btn {
    padding: 17px 8px;
    border: none;
    background: var(--grey);
    box-shadow: none;
    text-shadow: none;

    opacity: 0.9;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 0.4px;
    line-height: 1;
    border-radius: 0;
}

.footer-main .newsletter-subscribe form .btn:hover {
    opacity: 1;
}

.footer-main .newsletter-subscribe form .btn:active {
    transform: translateY(1px);
}

.social-container {
    background: url(../images/bg-social-footer.jpg) no-repeat top center;
    padding: 29px 20px;
    text-align: center;
}

.social-title {
    font-size: 150%;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;

    padding-right: 10px;
}

.socials-wrap {
    display: inline-block;
    vertical-align: middle;
}

.title-follow {
    display: none;
}

.socials-wrap ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}

.socials-wrap ul li:before {
    display: none !important;
}

.socials-wrap ul li a .name-social {
    display: none;
}

.socials-wrap ul li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;

    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;
}

.copyright {
    position: relative;
    z-index: 99;
    background-color: #323232;
    color: #f2f2f2;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;

    font-weight: 300;
}

.footer-social {
    margin-top: 10px;
    display: block;
}

.footer-social .fa {
    color: #d60115;
    margin-top: 10px;
}

.footer-social a:hover .fa {
    color: #000;
}

.footer-social a {
    color: #d60115;
    background-color: #fff;
    text-align: center;
    padding: 0px 8px;

    font-size: 15px;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    transition: all ease-in-out 0.3s;
    display: inline-block;
    box-shadow: inset 0 0 0 0 #ee9200;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    border-radius: 50%;
}

.footer-social a:visited {
    color: #fff;
}

.footer-social a:hover {
    box-shadow: inset 0 100px 0 0 #333 color: #fff;
}

/*--- sidebar filters --*/

.byebyemrp-breadcrumb {
    background-color: #c5c5c533;
    padding-top: 10px;
    padding-bottom: 10px;
}


.byebyemrp-breadcrumb ol.breadcrumb {
    margin: 0;

    font-size: 11px;
    color: #666666;
}

.byebyemrp-breadcrumb ol.breadcrumb a {
    margin: 0;
    font-size: 11px;
    color: #666666;
    text-decoration: none;

}

.byebyemrp-breadcrumb ol.breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.byebyemrp-trending-row {
    background-color: rgba(197, 197, 197, 0.2);
    padding-top: 5px;
    padding-bottom: 5px;
}

.byebyemrp-trending-row .fa-bolt {
    color: var(--yellow);
}

.byebyemrp-trending-row ol.breadcrumb {
    margin: 0;
    font-size: 11px;
    color: #666666;
}

.byebyemrp-trending-row ol.breadcrumb a {
    margin: 0;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

.byebyemrp-trending-row ol.breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.grey-body {
    background-color: rgba(197, 197, 197, 0.2);
}

.sidebar_filter {
    margin-bottom: 18px;
}

.sidebar_filter ul {
    max-height: 200px;
    overflow-y: scroll;
}

/* Define the scrollbar style */

.sidebar_filter ul::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Define the thumb style */

.sidebar_filter ul::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom right, #999 0%, #999 100%);
    border-radius: 5px;
}

/* Define the track style */

.sidebar_filter ul::-webkit-scrollbar-track {
    background-color: #fff;
    border: 1px solid #fff;
}

/* Define the button style */

.sidebar_filter ul::-webkit-scrollbar-button {
    background-color: #fff;
    border-radius: 0px;
}

/* Define the button style when being hovered over */

.sidebar_filter ul::-webkit-scrollbar-button:hover {
    background-color: #999999;
}

.filters-mains {
    position: relative;
}

.filters-mains .filter-position {
    position: absolute;
    top: 0;
    left: 0;
}

.category-filters-desktop {}

.category-filters-mobile {
    display: none;
}

.category-filters-mobile-slider {
    display: none;
    position: relative;
}

.category-filters-mobile-slider .slide-filter:before {
    content: "\f0b0";
    font-family: 'FontAwesome';
    margin-right: 3px;
    position: absolute;

    left: 0px;
    top: 1px;
    color: var(--red);
    width: 30px;
    background-color: #fff;
    text-align: center;
    z-index: 99;
    height: 93%;
    padding-top: 10px;
}

.category-filters-mobile-slider:hover .slide-filter:before {
    color: #fff;
    background-color: var(--red);
}

.category-filters-mobile-slider .title-filter {
    font: 16px;
    font-weight: 500;
    color: #333;
}

.category-filters-mobile-slider .slide-filter {
    display: flex !important;
    justify-content: end;
    position: relative;
    padding-left: 27px;
    overflow-x: scroll;
    border-top: rgba(0, 0, 0, 0.1) solid 1px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    white-space: nowrap;
    background-color: #fff;
}

.category-filters-mobile-slider .slide-filter ul {
    margin: 0;
    padding: 0;
}

.category-filters-mobile-slider .slide-filter ul li {
    list-style: none;
    display: inline-block;
}

.category-filters-mobile-slider .slide-filter ul li a,
label.btn.btn-secondary {
    display: block;
    padding: 6px 13px;
    margin: 4px;
    text-decoration: none;
    color: #666;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    border-radius: 25px;
    font-size: 13px;
    background-color: #fff;
}

.category-filters-mobile-slider .slide-filter ul li a:hover,
label.btn.btn-secondar:hover {
    background-color: var(--red);
    border: var(--red) solid 1px;
    color: #fff;
}

.category-filters-mobile-slider .slide-filter::-webkit-scrollbar {
    width: 2px;
    height: 3px;
}

.category-filters-mobile-slider .slide-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);
    border-radius: 0px;

}

.category-filters-mobile-slider .slide-filter::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #999;
}

.category-filters-mobile .showfilters {
    font-size: 14px;
    padding: 13px 18px;
    text-decoration: none;
    background-color: #333;
    color: #fff;

    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.category-filters-mobile .showfilters:hover {
    background-color: var(--red);
}

.category-filters-mobile .filtermodel {
    top: 0;
    z-index: 99;
    max-height: 400px;
    /* set a fixed height for the div */

    overflow-y: scroll;
    /* enable vertical scrollbar */
}

.modal-header a.applyfilter {
    background-color: rgba(255, 255, 255, 0.9);
    border: rgba(51, 51, 51, 0.4) solid 1px;
    padding: 6px 11px;

    font-size: 13px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none;
    font-weight: 400;
    transition: all ease 0.3s;

    border-radius: 3px;
    display: inline-block;
    margin: 0 15px;
}

.modal-header a.applyfilter:hover {
    background-color: var(--grey);
    color: #fff;
}

.category-sidebar-main {
    padding: 20px;
    background-color: #fff;
    border: rgba(197, 197, 197, 0.5) solid 1px;
}

.mystore-sidebar-main {
    padding: 20px;
    background-color: #fff;
    border: rgba(197, 197, 197, 0.5) solid 1px;
}

.sidebar_filter h2 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    border-bottom: rgba(197, 197, 197, 0.7) solid 1px;

    padding-bottom: 4px;
}

.sidebar_filter h2:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: -1px;
}

.sidebar_filter ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

.sidebar_filter li {
    list-style: none;
    line-height: 29px;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    margin-bottom: 2px;
}

.sidebar_filter label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    max-width: 90%;
}

.sidebar_filter input {
    margin-top: 6px;
    margin-right: 3px;
}

.sidebar_filter .form-check-input[type=radio] {
    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 2px;
    border-radius: 50%;
}

.sidebar_filter .form-check-input[type=radio]:checked {
    background-color: var(--red);
    border-color: var(--red);
}

.sidebar_filter .form-check-input[type=radio]:focus {
    border-color: var(--red);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);
}

.sidebar_filter .form-check-input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 2px;
}

.sidebar_filter .form-check-input[type=checkbox]:checked {
    background-color: var(--red);
    border-color: var(--red);
}

.sidebar_filter .form-check-input[type=checkbox]:focus {
    border-color: var(--red);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);

}

.fixed-sidebar {
    position: fixed;
    min-width: 285px;
    max-width: 285px;
    top: 0;
    z-index: 99;
    height: 550px;
    /* set a fixed height for the div */

    overflow-y: scroll;
    /* enable vertical scrollbar */
}

.fixed-sidebar::-webkit-scrollbar {
    width: 5px;
}

.fixed-sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    border-radius: 0px;
}

.fixed-sidebar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #999;
}

.sidebar_filter .accordion .accordion-item .accordion-button {
    padding: 7px 5px;
    font-size: 13px;
}

.sidebar_filter .accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(222, 222, 222, 0.5);
    box-shadow: none;
}

/*--- end sidebar filters --*/

/*--- category page boxes --*/

.cat-page-body-main {
    padding-top: 20px;
}

.category-page-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.category-page-title h1 {
    font-size: 22px;
    color: #000;
    margin-top: 13px;
    margin: 12px 0 0px 0;
    padding: 0;
}

.category-page-title:before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;

    position: absolute;
    bottom: -1px;
    left: 15px;
}

.category-page-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: -1px;

    left: 15px;
}

.category-page-title .search_box .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border: rgba(197, 197, 197, 0.8) solid 1px;
}

.category-page-title .form-select {
    border: rgba(197, 197, 197, 0.8) solid 1px;
}

.category-page-title .search_box .input-group .btn,
.search_box .input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #fff;

    border: rgba(197, 197, 197, 0.8) solid 1px;
}

.category-page-title .search_box .input-group .btn:hover,
.search_box .input-group .btn:hover {
    position: relative;
    z-index: 2;
    color: #fff;

    background-color: var(--red);
    border: var(--red) solid 1px;
}

.category-page-box-main {}

.category-page-box-main .product-box-main {
    margin-bottom: 25px;
}

.category-page-box-main .product-box {
    border: #c2c2c2 solid 1px;
    padding: 15px 15px 15px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}



.category-page-box-main .product-box .product-img {
    position: relative;
    height: 188px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;

    justify-content: center;
}

.category-page-box-main .product-box .product-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;

    color: transparent;
}

.category-page-box-main .product-box img {
    display: block;
    width: 100%;
}

.category-page-box-main .product-box .selloff {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff0101;
    padding: 2px 5px;

    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    z-index: 99;
    font-weight: 700;
}

.category-page-box-main .product-box .add_wishlist {
    position: absolute;
    top: 4px;
    right: 0px;
    padding: 0;
    border-radius: 3px;
    font-size: 14px;

    color: #666;
    z-index: 99;
    cursor: pointer;
}

.category-page-box-main .product-box .add_wishlist:hover {
    color: var(--red);
}

.category-page-box-main .product-box .add_wishlist.added {
    color: grey;
}

.category-page-box-main .product-box h2 {
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}

.category-page-box-main .product-box h3 {
    font-size: 12px;
    color: #999;
    margin: 0 0 8px;
    padding-top: 5px;
    position: relative;
}

.category-page-box-main .product-box h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 14px;
    padding-top: 5px;
}

.category-page-box-main .product-box .price-row {
    font-size: 14px;
    color: #000;
    margin: 0 0 14px;
    padding-top: 5px;
}

.category-page-box-main .product-box .price-row .regular-price {
    text-decoration: line-through;
    color: #999;
    padding-left: 10px;
}

.category-page-box-main .product-box a.view-product {
    background-color: rgba(255, 255, 255, 0.9);
    border: rgba(255, 255, 255, 1) solid 1px;
    padding: 12px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    position: absolute;
    text-decoration: none;
    top: 100%;

    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all ease 0.5s;
}

.category-page-box-main .product-box:hover a.view-product {
    top: 50%;
    background-color: var(--red);
    border: var(--red) solid 1px;
    color: #fff;

}

.category-page-box-main .product-box:hover a.view-product:hover {
    background-color: #000;
    border: #000 solid 1px;
}

.category-page-box-main .product-box a.detail-product {
    background-color: rgba(255, 255, 255, 0.9);
    border: rgba(51, 51, 51, 0.4) solid 1px;

    padding: 6px 11px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(51, 51, 51, 0.8);
    text-decoration: none;
    font-weight: 400;
    transition: all ease 0.3s;
    border-radius: 3px;
    display: inline-block;
}

.category-page-box-main .product-box:hover a.detail-product {
    background-color: var(--grey);
    color: #fff;
    border: var(--grey) solid 1px;
}

.category-page-box-main .product-box:hover a.detail-product:hover {
    background-color: #000;
    border: #000 solid 1px;
}

.category-page-box-main .product-box .plusminus {}

.category-page-box-main .product-box .plusminus {}

.category-page-box-main .product-box .plusminus .input-group .minus-quantity,
.category-page-box-main .product-box .plusminus .input-group .plus-quantity {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
    line-height: 32px;
}

.category-page-box-main .product-box .plusminus .input-group .minus-quantity:hover,
.category-page-box-main .product-box .plusminus .input-group .plus-quantity:hover {
    background-color: rgba(112, 112, 112, 0.2)
}

.category-page-box-main .product-box .plusminus .input-group .minus-quantity,
.category-page-box-main .product-box .plusminus .input-group-text,
.category-page-box-main .product-box .plusminus input-group .minus-quantity,
.category-page-box-main .product-box .plusminus .form-control {

    border-color: rgba(112, 112, 112, 0.6);
    max-height: 33px;
}

.category-page-box-main .product-box .plusminus.input-group .minus-quantity,
.category-page-box-main .product-box .plusminus.input-group .plus-quantity {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
    line-height: 27px;
    padding: 4px 7px;
}

.category-page-box-main .product-box .plusminus .form-control {
    padding: 2px;
    text-align: center;
    font-size: 14px;
}

.category-page-box-main .product-box .added {
    color: #228B22;
    padding-top: 7px;
    font-size: 13px;
    text-align: left;
    font-weight: 600;
}

.byebye-paginatino {}

.byebye-paginatino .page-link {
    color: #666;
    font-size: 12px;
    padding:12px !important;
}



.byebye-paginatino .active>.page-link,
.byebye-paginatino .page-link.active {
    background-color: rgba(51, 51, 51, 0.1);
    color: #000;
    border: rgba(51, 51, 51, 0.1) solid 1px;
}

ul.pagination {
    display: flex;
    justify-content: center;
}



.category-page-box-main .product-box.alltabpage:hover {
    box-shadow: #b4b4b4 0px 0px 8px 1px;
}

.category-page-box-main .product-box.alltabpage:hover h4 {
    color: var(--red);
}

.category-page-box-main .product-box.alltabpage h4 {
    font-size: 13px;
    color: #000;
    margin: 0 0 0px;
    margin: 13px 0 0 0px;
    text-decoration: none;

    min-height: 35px;
}

.category-page-box-main .product-box.alltabpage .card-img img {
    display: inline-block;
    width: 50%;
}

.category-page-box-main .product-box.alltabpage a {
    text-decoration: none;
}

.category-page-box-main .product-box.alltabdrop {}

.category-page-box-main .product-box.alltabdrop a {
    text-decoration: none;
}

.category-page-box-main .product-box.alltabdrop .product-img {
    height: 98px;
}

.category-page-box-main .product-box.alltabdrop .droplisttitle {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(197, 197, 197, 0.2);

    font-size: 18px;
    color: #fff;
}

.category-page-box-main .product-box.alltabdrop #catlist-heading .droplisttitle h3 {
    font-size: 15px;
    color: #000;
    margin: 8px 0;
    padding: 0;
}

.category-page-box-main .product-box.alltabdrop #catlist-heading {
    padding-bottom: 0px;
}

.category-page-box-main .product-box.alltabdrop .droplisttitle .catnum {
    background-color: rgba(197, 197, 197, 0.5);
    color: #000;
    font-size: 14px;

    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
}

.category-page-box-main .product-box.alltabdrop .card-body a {

    text-decoration: none;
    font-size: 13px;
    line-height: 29px;
}

.category-page-box-main .product-box.alltabdrop .card-body ul.sublist {
    margin: 0 0 0 16px;
}

.category-page-box-main .product-box.alltabdrop .card-body ul.sublist a {
    text-decoration: none;
    font-size: 13px;
    line-height: 29px;
    color: #666;
}

.category-page-box-main .product-box.alltabdrop .card-body ul.sublist a:hover {
    color: var(--red);
}

.category-page-box-main .product-box.alltabdrop .card-body {
    max-height: 250px;
    overflow-y: scroll;
    min-height: 250px;
    overflow-x: hidden;
}

.category-page-box-main .product-box.alltabdrop .card-body::-webkit-scrollbar {
    width: 4px;
    height: 3px;
}

.category-page-box-main .product-box.alltabdrop .card-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7);

    border-radius: 0px;
}

.category-page-box-main .product-box.alltabdrop .card-body::-webkit-scrollbar-thumb {

    border-radius: 0px;
    background-color: #999;
}

/*--- end category page boxes --*/

/*--- brands listing page --*/

.category-page-box-main .product-box.brandbox {
    padding: 15px 15px 11px;
}

.category-page-box-main .product-box.brandbox h3 {
    margin: 0 0 8px;

    padding-top: 8px;
}

.category-page-box-main .product-box.brandbox .add_wishlist {
    top: 7px;
}

.category-page-box-main .product-box.brandbox h2 a {
    color: #000;
    text-decoration: none;
}

.category-page-box-main .product-box.brandbox h2 a:hover {
    color: var(--red);
}

.category-page-box-main .product-box.brandbox h2 a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
    color: var(--red);
    cursor: pointer;
    margin-left: -7px;
    opacity: 0;
    transition: all ease 0.5s;
}

.category-page-box-main .product-box.brandbox:hover h2 a:after {
    margin-left: 7px;
    opacity: 1
}

/*--- end brands listing page --*/

/*--- cart page --*/

.cart-page-main {}

.cart-page-main .card {
    border: 0;
}

.cart-page-main .cart-page-table {}

.cart-page-main .cart-page-table table td {
    vertical-align: middle;
    color: #666;
    font-size: 13px
}

.cart-page-main .cart-page-table table td a.productname {
    color: #666;
    font-size: 13px;
    text-decoration: none;
}

.cart-page-main .cart-page-table table td a.productname:hover {
    color: var(--red);
}

.cart-page-main .cart-page-table .input-group {
    width: 127px;
}

.cart-page-main .cart-page-table .input-group .minus-quantity,
.cart-page-main .cart-page-table .input-group .plus-quantity {
    cursor: pointer;
    font-size: 25px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
    line-height: 32px;
}

.cart-page-main .cart-page-table .input-group .minus-quantity:hover,

.cart-page-main .cart-page-table .input-group .plus-quantity:hover {
    background-color: rgba(112, 112, 112, 0.2)
}

.cart-page-main .cart-page-table .input-group .minus-quantity,
.cart-page-main .cart-page-table .input-group-text,

.cart-page-main .cart-page-table.input-group .minus-quantity,
.cart-page-main .cart-page-table .form-control {
    border-color: rgba(112, 112, 112, 0.6);
}

.cart-page-main .cart-page-table table td .fa-trash {
    color: #666;
}

.cart-page-main .cart-page-table table td .fa-trash:hover {
    color: var(--red);
}

.cart-page-main .cart-page-table table thead tr td {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    padding: 12px 11px;
    border-color: #333;
}

.cart-page-main .cart-page-table table a.buy-btns {
    font-size: 14px;
    padding: 13px 18px;
    margin-left: 10px;
    text-decoration: none;

    background-color: #333;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: left;
}

.cart-page-main .cart-page-table table a.buy-btns:hover {
    background-color: var(--red);
}

.cart-page-main .cart-page-right-details {
    background-color: rgba(197, 197, 197, 0.4);
    border: rgba(197, 197, 197, 0.9) solid 1px;
}

.cart-page-main .cart-page-right-details h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    margin: 13px 0 25px 0;
    padding: 0 0 7px;

    position: relative;
}

.cart-page-main .cart-page-right-details h5:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(197, 197, 197, 1);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.cart-page-main .cart-page-right-details h5:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.cart-page-main .cart-page-right-details .drows {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 14px;
}

.cart-page-main .cart-page-right-details .drows sub {
    display: inline-block;
    font-size: 10px;
}

.cart-page-main .cart-page-right-details a.buy-btns {
    font-size: 14px;
    padding: 16px 18px;
    text-decoration: none;
    background-color: var(--red);

    color: #fff;
    display: block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-page-main .cart-page-right-details a.buy-btns:hover {
    background-color: var(--grey);
}

.cart-page-main .empty-cart {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.cart-page-main .empty-cart h1 {
    font-size: 28px;

    color: #000;
    margin-top: 13px;
    margin: 12px 0 0px 0;
    padding: 0;
    font-weight: 600;
}

.cart-page-main .empty-cart h2 {
    font-size: 16px;
    color: #000;
    margin-top: 13px;
    margin: 12px 0 16px 0;
    padding: 0;
    font-weight: 400;
}

.cart-page-main .empty-cart .fa-solid {
    font-size: 50px;
}

.cart-page-main .empty-cart a.buy-btns {
    font-size: 14px;
    padding: 12px 18px;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;

    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.cart-page-main .empty-cart a.buy-btns:hover {
    background-color: var(--grey);
}

/*--- end cart page --*/

.signup-page-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.signup-page-main .signupbox {
    background-color: #fff;
    padding: 30px;
}

.signup-page-main .signupbox h1 {
    font-size: 18px;
    color: #000;
    margin: 0px 0 25px 0;
    padding: 0 0 7px 0;
    font-weight: 500;
    position: relative;

}

.signup-page-main .signupbox h1:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;

    position: absolute;
    bottom: -1px;
    left: 0px;
}

.signup-page-main .signupbox h1:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;

    bottom: -1px;
    left: 0px;
}

/* .signup-page-main .signupbox .singupbox-rows.card {
    border: rgba(122, 122, 122, 0.2) solid 1px;
    border-radius: 3px;
} */

.signup-page-main .signupbox .singupbox-rows.card {
    border: rgba(122, 122, 122, 0.2) solid 1px;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}

.signup-page-main .signupbox .singupbox-rows.card.selectcard {
    border: rgba(122, 122, 122, 0.6) solid 1px;
    border-radius: 3px;
}

.signup-page-main .signupbox .singupbox-rows .card-body {
    padding: 16px 16px 15px 0;
}

.signup-page-main .signupbox .singupbox-rows .form-check-input[type=radio] {
    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 2px;

    border-radius: 50%;
}

.signup-page-main .signupbox .singupbox-rows .form-check-input[type=radio]:checked {
    background-color: var(--red);

    border-color: var(--red);
}

.signup-page-main .signupbox .singupbox-rows .form-check-input[type=radio]:focus {

    border-color: var(--red);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);
}

.signup-page-main .signupbox .singupbox-rows h5.card-title {
    font-size: 15px;
    font-weight: 500;
}

.signup-page-main .signupbox .singupbox-rows .card-text {
    color: #666666;
    font-size: 13px;
}

.signup-page-main .signupbox a.buy-btns {
    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.signup-page-main .signupbox a.buy-btns.inactive {
    background-color: #999;
}

.signup-page-main .signupbox a.buy-btns:hover {
    background-color: #333;
}

.signup-page-main .signupbox input[type=button],
.signup-page-main .signupboxinput[type=reset],
.signup-page-main .signupbox input[type=submit] {

    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
}

.signup-page-main .signupbox input.fullbtn {
    width: 100%;
}

.signup-page-main .signupbox input[type=button]:hover,
.signup-page-main .signupbox input[type=reset]:hover,
.signup-page-main .signupbox input[type=submit]:hover {
    background-color: #333;
}

.user-profile-main .user-profile-right-content input[type=button],
.user-profile-main .user-profile-right-content input[type=reset],
.user-profile-main .user-profile-right-content input[type=submit] {
    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;

    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;

    border: 0;
}

.user-profile-main .user-profile-right-content input[type=button]:hover,
.user-profile-main .user-profile-right-content input[type=reset]:hover,
.user-profile-main .user-profile-right-content input[type=submit]:hover {
    background-color: #333;
}

.signup-page-main .signupbox .signup-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

input[type=submit].redbtn {
    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);

    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
}

input[type=submit].redbtn:hover {
    background-color: #333;
}

.order-details-table {}

.order-details-table table {
    font-size: 13px;
}

.order-details-table table th {
    font-weight: 600;
}

.signup-page-main .signupbox .signup-form .form-control {
    font-size: 15px;
}

.signup-page-main .signupbox .signup-form .form-control,
.signup-page-main .signupbox .signup-form .form-control:focus,
.signup-page-main .signupbox .signup-form .input-group-text {
    border-color: #e1e1e1;
}

.signup-page-main .signupbox .signup-form .input-group-text {
    border-radius: 3px 0 0 3px;
    padding: 11px 13px;
    background-color: #fff;

    color: #666;
}

.signup-page-main .signupbox .signup-form label {
    font-weight: normal;
    font-size: 15px;
}

.signup-page-main .signupbox .signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
}

.signup-page-main .signupbox .signup-form .form-control {
    min-height: 38px;
    box-shadow: none !important;
}

.signup-page-main .signupbox .signup-form .input-group-addon {
    max-width: 42px;
    text-align: center;
}

.signup-page-main .signupbox .signup-form .btn,
.signup-form .btn:active {
    font-size: 16px;
    font-weight: bold;
    border: none;
    min-width: 40px;

    border-radius: 3px;
}

.signup-page-main .signupbox .signup-form .btn:hover,
.signup-form .btn:focus {
    background: #179b81;
}

.signup-page-main .signupbox .signup-form .fa {
    font-size: 15px;
}

.signup-page-main .signupbox .signup-form .fa-paper-plane {
    font-size: 15px;
}

.signup-page-main .signupbox .signup-form .fa-check {
    color: #fff;
    left: 17px;
    top: 18px;
    font-size: 7px;
    position: absolute;
}

.signup-page-main .signupbox .signup-form label.form-check-label {
    color: #666;
    font-size: 14px;
}

.signup-page-main .signupbox .signup-form label.form-check-label a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .signup-form label.form-check-label a:hover {
    color: var(--red);
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .signup-form .form-check-checkbox[type=checkbox] {
    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 2px;
    border-radius: 2px;
}

.signup-page-main .signupbox .signup-form .form-check-checkbox[type=checkbox]:checked {
    background-color: var(--red);

    border-color: var(--red);
}

.signup-page-main .signupbox .signup-form .form-check-checkbox[type=checkbox]:focus {
    border-color: var(--red);

    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);
}

.signup-page-main .signupbox .already-account {
    margin-top: 15px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}

.signup-page-main .signupbox .already-account a {
    color: red;
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .already-account a:hover {
    color: var(--red);
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .field-icon {
    /* float: right; */
    margin-left: -26px;
    margin-top: -25px;
    position: relative;
    z-index: 99;

    position: absolute;
    right: 10px;
}

.signup-page-main .signupbox .field-icon.fa-eye {
    color: var(--red);
}

.signup-page-main .signupbox .forgot-account {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .forgot-account a {
    color: #666;
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .forgot-account a:hover {
    color: var(--red);
    font-size: 14px;
    text-decoration: none;
}

.signup-page-main .signupbox .another-login {}

.signup-page-main .signupbox .another-login .divider:after,
.signup-page-main .signupbox .another-login .divider:before {
    content: "";

    flex: 1;
    height: 1px;
    background: #eee;
}

.signup-page-main .signupbox .another-login .facebook-login {
    background: #999;
}

.signup-page-main .signupbox .another-login .gmail-login {
    background: #999;
}

.signup-page-main .signupbox .another-login .facebook-login:hover,
.signup-page-main .signupbox .another-login .gmail-login:hover {
    background: var(--red);
}

/*-------- signup page ---*/

/*-------- user profile ---*/

.user-profile-main {
    padding-top: 30px;
    padding-bottom: 30px;
}

.user-profile-main .user-profile-left-links {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.user-profile-main .user-profile-left-links .user-img {
    position: relative;
    height: 188px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;

    justify-content: center;
    overflow: hidden;
}

.user-profile-main .user-profile-left-links .user-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;

    color: transparent;
    border-radius: 3px;
}

.user-profile-main .user-profile-left-links .user-img .change-user-photo {
    position: absolute;
    display: inline-block;
    right: -30px;
    top: 0px;

    font-size: 13px;
    color: #666;
    transition: all ease 0.3s;
}

.user-profile-main .user-profile-left-links .user-img:hover .change-user-photo,
.user-profile-main .user-profile-left-links .user-img:hover .delete-user-photo {
    right: 5px;
}

.user-profile-main .user-profile-left-links .user-img .delete-user-photo {
    position: absolute;
    display: inline-block;
    right: -30px;
    top: 25px;

    font-size: 13px;
    color: #666;
    transition: all ease 0.6s;
}

.user-profile-main .user-profile-left-links .nav {
    margin-top: 20px;
}

.user-profile-main .user-profile-left-links .border-before-after:after {
    left: 0px;
    right: 0;
    margin: auto;
}

.user-profile-main .user-profile-left-links .nav-link {
    color: #333;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.user-profile-main .user-profile-left-links .nav-link span {
    margin-left: 10px;
}

.user-profile-main .user-profile-left-links .nav-link:hover {
    color: #000;
}

.user-profile-main .user-profile-left-links .nav-link:hover .fa-solid {
    color: var(--red);
}

.border-before-after {}

.border-before-after:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;
    position: absolute;

    bottom: -1px;
    left: 0px;
}

.border-before-after:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    bottom: -1px;

    left: 0px;
}

.user-profile-main .user-profile-left-links h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.user-profile-main .user-profile-right-content {
    background-color: #fff;
    border-radius: 5px;
}

.user-profile-main .user-profile-right-content.userspace {
    padding: 20px;
}

.user-profile-main .user-profile-right-content h3 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-bottom: 6px;

    margin-bottom: 20px;
}

.user-profile-main .user-profile-right-content .form-label,
.user-profile-main .user-profile-right-content .control-label {

    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    font-weight: 500;
}

.user-profile-main .user-profile-right-content .form-control {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    border-radius: 3px;
    padding: 11px;
}

.user-profile-main .user-profile-right-content .form-control:focus {
    border-color: rgba(255, 0, 0, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.user-profile-main .user-profile-right-content .password-eye {
    position: relative;
}

.user-profile-main .user-profile-right-content .password-eye .field-icon {
    z-index: 99;
    position: absolute;
    right: 10px;
    top: 15px;
}

.user-profile-main .user-profile-right-content .edit-new-password {
    margin: 15px 0;
    color: #666;
    font-size: 14px;
}

.user-profile-main .user-profile-right-content a.buy-btns {
    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;

    text-align: center;
}

.user-profile-main .user-profile-right-content a.buy-btns:hover {
    background-color: #000;
}

.nav-tabs .nav-link.active {
    color: var(--red);
}

.nav-tabs .nav-link {
    color: #666;
}

/*-------- user my sales page ---*/

.user-my-sale-grid-main {}

.user-my-sale-grid-main .user-img-link-block {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.user-my-sale-grid-main .user-img-link-block .user-img {
    position: relative;
    height: 80px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;

    justify-content: center;
    margin: 15px;
}

.user-my-sale-grid-main .user-img-link-block .user-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;

    color: transparent;
    border-radius: 5px;
}

.user-my-sale-grid-main .user-img-link-block h3 {
    font-size: 22px;
    color: #000;
    margin-top: 13px;
    margin: 28px 0 0px 0;
    padding: 0;
}

.user-my-sale-grid-main .user-img-link-block h3.username a {
    color: #000;
    text-decoration: none;
}

.user-my-sale-grid-main .user-img-link-block button {
    font-size: 14px;
    padding: 13px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;

    border: 0;
}

.user-my-sale-grid-main .user-img-link-block button:hover {
    background-color: #333;
}

.user-my-sale-grid-main .user-sale-whitebg {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
}

.user-my-sale-grid-main .user-sale-whitebg button.gridlist {
    font-size: 14px;
    padding: 8px 18px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--grey);
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
    width: auto;
}

.user-my-sale-grid-main .user-sale-whitebg button.gridlist:hover {
    background-color: #333;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main {
    margin-bottom: 25px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box {
    border: #c2c2c2 solid 1px;
    padding: 15px 15px 15px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .product-img {
    position: relative;
    height: 188px;

    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .product-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: contain;
    color: transparent;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box h3 {
    font-size: 15px;
    color: #333;
    margin: 10px 0 4px;
    padding-top: 5px;
    position: relative;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box h3 .usercutname {
    max-width: 16ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box h3:hover .usercutname {
    max-width: 90%;

    overflow: visible;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .edit-product-listing {
    position: absolute;

    top: 4px;
    right: 0px;
    padding: 0;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    z-index: 99;
    cursor: pointer;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .price-row {
    font-size: 14px;
    color: #000;

    margin: 0 0 14px;
    padding-top: 5px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .regular-price {

    text-decoration: line-through;
    color: #999;
    padding-left: 10px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .change-price {
    margin-bottom: 10px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .change-price input[type=text] {

    width: 100%;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price {
    margin-bottom: 10px;
    margin-top: 10px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price label {

    font-size: 14px;
    margin-right: 8px;
    margin-top: 4px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price button {
    font-size: 14px;
    padding: 8px 40px;
    margin-left: 0;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    border: 0;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price button:hover {

    background-color: #333;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price .form-check-input[type=checkbox] {

    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 1px;
    margin-right: 5px;
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price .form-check-input[type=checkbox]:checked {
    background-color: var(--red);
    border-color: var(--red);
}

.user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price .form-check-input[type=checkbox]:focus {
    border-color: var(--red);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain {}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit {
    font-size: 14px;
    font-weight: 400;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit th {
    background-color: rgba(237, 232, 232, 0.5);
    font-size: 15px;

    font-weight: 500;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit td {
    vertical-align: middle;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit .product-img {
    position: relative;
    height: 70px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit .product-img img {
    position: absolute;
    height: 100%;
    width: 100%;

    inset: 0px;
    object-fit: contain;
    color: transparent;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit .form-check-input[type=checkbox] {
    width: 15px;
    height: 15px;
    border: rgba(164, 164, 164, 0.9) solid 1px;
    margin-right: 5px;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit .form-check-input[type=checkbox]:checked {
    background-color: #008e07;

    border-color: #008e07;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit .form-check-input[type=checkbox]:focus {
    border-color: var(--red);

    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 1, 1, 0.2);
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit a.productname,
.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit a.brandname {
    text-decoration: none;
    color: #333;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit a.productname:hover,
.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit a.brandname:hover {
    text-decoration: none;
    color: var(--red);
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit td .green,
.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit td a.green {
    text-decoration: none;
    color: #008e07;
}

.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit td .red,
.user-my-sale-grid-main .user-sale-whitebg .listviewmain table.useredit td a.red {
    text-decoration: none;
    color: var(--red);
}

.user-sale-whitebg .listviewmain table.useredit td a.red {
    margin-left: 8px;
}

/*-------- end user my sales page ---*/

/*-------- end user profile ---*/

/*--- product single page --*/

.single-product-page-main {
    margin-top:20px;
}

.single-product-page-main .single-product-photograph {
    position: relative;
}

.single-product-page-main .single-product-photograph .photo-icons {
    position: absolute;
    top: 5px;
    right: 20px;
    z-index: 999;
    max-width: 30px;
}

.single-product-page-main .single-product-photograph .single-product-wishlist-2 {
    font-size: 20px;
    color: var(--grey);
    padding: 4px 5px 5px;

    font-weight: 400;

    /*position: absolute; top: 5px; right: 20px; z-index: 999;*/

}

.single-product-page-main .single-product-photograph .single-product-wishlist-2 a {
    color: var(--red);
}

.single-product-page-main .single-product-photograph .single-product-share-2 {
    font-size: 20px;
    color: var(--grey);
    padding: 4px 5px 5px;

    font-weight: 400;
}

.single-product-page-main .single-product-photograph .single-product-share-2 a {
    text-decoration: none;
    color: #f75959;
}

.single-product-page-main .single-product-photograph .single-product-share-2 a:hover {
    text-decoration: none;
    color: var(--red);
}

.single-product-page-main .single-product-right-content {
    padding: 30px 0 30px 30px;
}

.single-product-page-main .single-product-right-content .product-title {
    position: relative;
    margin-bottom: 27px;
}

.single-product-page-main .single-product-right-content .product-title h1 {
    font-size: 22px;
    color: #000;
    margin: 0px 0 7px 0;
    padding: 0;

    font-weight: 400;
    position: relative;
}

.single-product-page-main .single-product-right-content .product-title .single-product-share {
    font-size: 20px;
    color: var(--grey);
    padding: 4px 5px 5px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    right: 0;
    line-height: 13px;
}

.single-product-page-main .single-product-right-content .product-title .single-product-share a {
    text-decoration: none;
    color: #666;
}

.single-product-page-main .single-product-right-content .product-title .single-product-share a:hover {
    text-decoration: none;
    color: var(--red);
}

.single-product-page-main .single-product-right-content .product-title:before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.single-product-page-main .single-product-right-content .product-title:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);

    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.single-product-page-main .single-product-right-content .product-mrp {
    font-size: 14px;
    color: var(--grey);
    margin-bottom: 27px;
}

.single-product-page-main .single-product-right-content .offer-price-row {
    margin-bottom: 27px;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-offer-price {
    font-size: 25px;
    color: var(--black);

    margin: 0px 27px 0 0;
    font-weight: 600;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-offer-price-2 {
    font-size: 30px;
    color: #000;
    margin: 0px 5px 0 0;
    font-weight: 800;
}

.single-product-page-main .single-product-right-content .single-product-price-off-2 {
    font-size: 30px;
    color: var(--grey);
    padding: 4px 5px 5px;

    border-radius: 3px;
    transform: translateY(-5px; );
    margin-right: 10px;
    text-decoration: line-through;
    font-weight: 100;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-price-off {
    font-size: 11px;
    color: var(--grey);

    padding: 4px 5px 5px;
    border: rgba(197, 197, 197, 0.9) solid 2px;
    border-radius: 3px;
    font-weight: 400;
    transform: translateY(-5px; );

    margin-right: 10px;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-price-off-3 {
    font-size: 12px;
    color: #fff;
    padding: 4px 7px 4px;
    border: 0;
    border-radius: 3px;
    font-weight: 400;
    /* transform: translateY(-6px); */
    margin-right: 10px;
    vertical-align: middle;

    background-color: var(--red);
    font-weight: 600;
    display: inline-block;
    margin-top: -12px;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-wishlist {
    font-size: 20px;
    color: var(--grey);

    padding: 4px 5px 5px;
    font-weight: 400;
}

.single-product-page-main .single-product-right-content .offer-price-row .single-product-share {
    font-size: 20px;
    color: var(--grey);

    padding: 4px 5px 5px;
    font-weight: 400;
}

.single-product-page-main .single-product-right-content .offer-price-row a {
    color: var(--grey);
}

.single-product-page-main .single-product-right-content .offer-price-row a:hover {
    color: var(--red);
}

.product-quantity-row {}

.product-quantity-row .input-group {
    /*width: 127px;*/
}

.product-quantity-row .hide-btn-desktop {
    display: none
}

.product-quantity-row .input-group .minus-quantity,
.product-quantity-row .input-group .plus-quantity {
    cursor: pointer;
    font-size: 25px;

    font-weight: 500;
    background-color: #fff;
    border-radius: 3px;
    line-height: 32px;
}

.product-quantity-row .input-group .minus-quantity:hover,

.product-quantity-row .input-group .plus-quantity:hover {
    background-color: rgba(112, 112, 112, 0.2)
}

.product-quantity-row .input-group .minus-quantity,
.product-quantity-row .input-group-text,

.product-quantity-row .input-group .minus-quantity,
.product-quantity-row .form-control {
    border-color: rgba(112, 112, 112, 0.6);
}

.product-quantity-row a.buy-btns {
    font-size: 13px;
    padding: 14px 11px;
    margin-left: 0px;
    text-decoration: none;
    background-color: #333;

    color: #fff;
    display: block;
    border-radius: 3px;
    text-align: center;
}

.product-quantity-row a.buy-btns.red {
    background-color: var(--red);
}

.product-quantity-row a.buy-btns:hover {
    background-color: #000;
}

.product-quantity-row .add {
    height: 38px;
    border-radius: 4px;
    margin-left: 40px;
    padding-right: 22px;
    padding-left: 20px;
}

.product-quantity-row .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8bbafe;
    outline: 0;
    box-shadow: none;
}

.single-product-page-main .single-product-right-content .product-specifications {
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
}

.single-product-page-main .single-product-right-content .product-specifications:before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
}

.single-product-page-main .single-product-right-content .product-specifications:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
}

.single-product-page-main .single-product-right-content .product-specifications h3 {
    font-size: 16px;
    color: #333333;
    margin: 0px 0 7px 0;

    padding: 0;
    font-weight: 400;
    position: relative;
}

.single-product-page-main .single-product-right-content .product-specifications h3 .fa-regular {
    color: var(--red);
}

.single-product-page-main .single-product-right-content .product-specifications ul {
    margin: 10px 0;
    padding: 0;
    list-style-position: inside;
}

.single-product-page-main .single-product-right-content .product-specifications ul li {
    list-style: none;
    font-size: 13px;

    line-height: 22px;
}

.single-product-page-main .single-product-right-content .product-specifications ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome';

    margin-right: 6px;
    color: #333;
}

.single-product-page-main .single-product-right-content .product-specifications.seller h3 {
    text-decoration: none;
    color: var(--red);
}

.single-product-page-main .single-product-right-content .product-specifications.seller h3 a {
    color: #333;
    text-decoration: none;
}

.single-product-page-main .single-product-right-content .product-specifications.seller h3 a:hover {
    color: var(--red);
}

.single-product-page-main .store-details img {
    border: #fff solid 10px;
    outline-offset: 10px;
    box-shadow: 0px 0px 3px rgba(197, 197, 197, 1);

}

.single-product-page-main .store-details {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 26px;

    color: #333;
    font-weight: 300;
}

.single-product-page-main .store-details .store-detail-title h2 {
    position: relative;
}

.single-product-page-main .store-details .store-detail-title h2 {
    font-size: 20px;
    color: #000;
    margin: 0px 0 15px 0;
    padding: 0;

    font-weight: 400;
    position: relative;
    padding-bottom: 8px;
}

.single-product-page-main .store-details .store-detail-title h2:before {
    content: "";
    width: 95%;
    height: 1px;
    background-color: rgba(197, 197, 197, 0.8);
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.single-product-page-main .store-details .store-detail-title h2:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: var(--red);

    display: block;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.single-product-page-main .store-details .store-content {
    padding-top: 15px;
}

.single-product-page-main .store-details .store-content .details-blocks {
    margin: 0px 0 0 0;
}

.single-product-page-main .store-details h3 {
    font-size: 16px;
    color: #000;
    margin: 0px 0 10px 0;
    padding: 0;
    font-weight: 500;
    position: relative;
}

.single-product-page-main .store-details .fa-regular,
.single-product-page-main .store-details .fa {
    color: var(--red);
}

.single-product-page-main .store-details ul {
    margin: 10px 0;
    padding: 0;
    list-style-position: inside;
}

.single-product-page-main .store-details ul li {
    list-style: none;

    line-height: 22px;
    margin-bottom: 5px;
}

.single-product-page-main .store-details ratings {
    margin-right: 10px;
}

.single-product-page-main .store-details .ratings i {
    color: #cecece;
    font-size: 16px;
}

.single-product-page-main .store-details .rating-color {
    color: #fbc634 !important;
}

/*--product zoom 

.show {  width: 400px;  height: 400px;}

.show {

width: 100%;

height: auto;

}--*/

.small-img {
    width: 450px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}

.small-img .icon-left,
.small-img .icon-right {
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.small-img .icon-left {
    transform: rotate(180deg)
}

.small-img .icon-right {
    right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
    opacity: .5;
}

.small-container {
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;

    margin: 0 auto;
}

.small-container div {
    width: 800%;
    position: relative;
}

.small-container .show-small-img {
    width: 70px;
    height: 70px;

    margin-right: 6px;
    cursor: pointer;
    float: left;
}

.small-container .show-small-img:last-of-type {
    margin-right: 0;
}

/* end product zoom --*/

/*--- end product single page --*/

/*----seller page------*/

.seller-page-main {}

.seller-page-main-menu .login-btn {
    background-color: #fff;
    border: var(--red) solid 1px;
    color: #333;
    border-radius: 3px;
}

.seller-page-main-menu .login-btn a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

.seller-page-main-menu .start-btn {
    background-color: var(--red);
    border: var(--red) solid 1px;
    color: #333;
    border-radius: 3px;
}

.seller-page-main-menu .start-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

.seller-page-main-menu .login-btn:hover,
.seller-page-main-menu .start-btn:hover {
    background-color: #333;
    color: #fff;
    border: #333 solid 1px;

}

.seller-page-main-menu .login-btn:hover a {
    color: #fff;
}

/*--icons--*/

.seller-page-main .seller-icons-main {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seller-page-main .seller-icons-main .seller-icons {
    border: rgba(197, 197, 197, 0.7) solid 1px;
    border-radius: 5px;
    padding-top: 20px;

    padding-bottom: 20px;
}

.seller-page-main .seller-icons-main .seller-icons h2 {
    font-size: 14px;
    color: #000;
    margin: 10px 0 1px;
}

.seller-page-main .seller-icons-main .seller-icons h3 {
    font-size: 12px;
    color: #999;
    margin: 0 0 0px;
    padding-top: 0px;
}

.seller-page-main .seller-icons-main .seller-icons .icon-block {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 10px 0;

    border-right: rgba(197, 197, 197, 0.7) solid 1px;
    transition: all ease 0.3s;
    text-align: center;
}

.seller-page-main .seller-icons-main .seller-icons .icon-block.noborder {
    border: 0;
}

a.seller-page-btns {
    font-size: 16px;
    padding: 13px 18px;
    margin-left: 40px;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;

    display: block;
    border-radius: 3px;
}

a.seller-page-btns:hover {
    background-color: #333;
}

.seller-why-byebye-main {
    font-size: 14px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.seller-why-byebye-main h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.seller-why-byebye-main h3 {
    font-size: 15px;
    font-weight: 600;
}

.seller-why-byebye-main .seler-why-left {}

.seller-why-byebye-main .seler-why-right {
    border: var(--red) solid 2px;
    border-radius: 3px;
}

.seller-why-byebye-main .seler-why-right .srb {

    padding: 25px;
}

.seller-why-byebye-main .seler-why-right .srb img {
    vertical-align: text-bottom;
}

.seller-why-byebye-main .seler-why-right .srb:hover h3 {
    color: var(--red);
}

.seller-page-videos {
    padding-top: 30px;
}

.seller-page-videos h1 {
    font-size: 30px;
    color: #000;
    position: relative;
    text-align: center;

    font-weight: 800;
    padding-bottom: 10px;
}

.seller-page-videos .border-before-after:after {
    right: 0;
    margin: auto;
}

.seller-page-videos .video-block {}

.seller-page-videos .video-block .video-in {
    position: relative;
    margin-bottom: 52px;
}

.seller-page-videos .video-block h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    color: #000;
}

.seller-page-videos .video-block h3 {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
    margin-bottom: 15px;
}

.seller-page-videos .video-block .video-cnt {
    padding: 0px 55px;
}

.seller-how-it-works-main {
    margin-top: 40px;
}

.seller-how-it-works-main h1 {
    font-size: 30px;
    color: #000;
    position: relative;
    text-align: center;
    font-weight: 800;
    padding-bottom: 10px;
}

.seller-how-it-works-main .border-before-after:after {
    right: 0;
    margin: auto;
}

.seller-how-it-works-main .seller-how-it-works {
    background-color: #f6f7f9;
    border-radius: 5px;
    padding: 0 20px;
    grid-template-rows: auto;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.seller-how-it-works .block-v4 {
    position: relative;
    padding: 45px 20px;
}

.seller-how-it-works .block-v4-number {
    position: static;
    display: flex;
    width: 38px;
    height: 38px;
    margin-bottom: 20px;
    justify-content: center;

    align-items: center;
    border-radius: 50%;
    background-color: var(--red);
    color: #fff;
    font-size: 12px;
}

.seller-how-it-works .block-v4-line {
    position: absolute;
    left: 80px;
    top: 65px;
    right: auto;
    bottom: 0;
    width: 75%;
    height: 1px;
    background-color: var(--red);
}

.seller-how-it-works .block-v4-titlle {
    margin-bottom: 10px;
    color: #111;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.seller-how-it-works .block-v4-text {
    margin-bottom: 6px;
    color: #3b3b3b;
    font-size: 14px;
    line-height: 22px;
}

.seller-how-it-works .block-v4-list {
    padding-left: 20px;
    color: #3b3b3b;
}

.seller-how-it-works a.seller-page-btns {
    font-size: 16px;
    padding: 13px 18px;
    margin-left: 0px;
    text-decoration: none;
    background-color: var(--red);
    color: #fff;
    display: block;
    border-radius: 3px;
    margin-top: 15px;
}

.seller-how-it-works a.seller-page-btns:hover {
    background-color: #333;
}

.seller-page-videos .video-block .video-in .play-btn {
    position: absolute;
    left: 20px;
    bottom: -35px;
    z-index: 99;
}

.play-btn {
    width: 70px;
    height: 70px;
    background: radial-gradient(rgba(255, 1, 1, 1) 60%, rgba(255, 255, 255, 1) 62%);

    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px rgba(191, 191, 191, 0.8);
}

/* triangle */

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);

    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;

    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;

    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;

    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;

    background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {

    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 1, 1, 0.75), 0px 0px 25px 10px rgba(255, 1, 1, 0.75);
    }

    100% {

        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }

}

@keyframes pulsate1 {

    0% {

        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {

        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }

}

.seller-learning-hub {
    position: relative;
    background-image: url(../images/learning-hub-bg.jpg);
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    margin-top: 60px;
}

.seller-learning-hub h2 {
    font-size: 25px;
    color: #000;
    position: relative;
    font-weight: 800;
    padding-top: 10px;
}

.seller-learning-hub a.seller-page-btns {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: auto;
    font-size: 19px;
}

.seller-grow-business {
    margin-top: 130px;
    margin-bottom: 50px;
    background-color: #f5f8ff;
}

.seller-grow-business .grow-options-main.oneup {
    transform: translateY(-70px);
}

.seller-grow-business .grow-options-main .grow-option-block {
    padding: 20px;
    margin: 30px 0;
    border: rgba(0, 0, 0, 0.2) solid 1px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transform: translateY(0px);
}

.seller-grow-business .grow-options-main .grow-option-block h3 {
    margin-bottom: 10px;
    color: #111;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin-top: 8px;
}

.seller-page-support-main {
    background-color: #fff3f9;
    margin-bottom: 30px;
}

.seller-page-support-main h2 {

    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    color: #000;
    margin-top: 50px;
}

.seller-page-support-main ul.cdetails {
    margin: 30px 0 0 0;
    padding: 0;
}

.seller-page-support-main ul.cdetails li {
    background-repeat: no-repeat;
    padding: 10px 20px 20px 91px;
    font-size: 15px;
    margin: 0 40px 0 0;
    list-style: none;
    display: inline-block;
}

.seller-page-support-main ul.cdetails li h3 {
    font-size: 18px;
    font-weight: 600;
}

.seller-page-support-main ul.cdetails li.phone {
    background-image: url(../images/seller-page-support-phone-icon.png);
}

.seller-page-support-main ul.cdetails li.email {
    background-image: url(../images/seller-page-support-email-icon.png);
}

/*---end seller page ----*/

/*---store page ----*/

.store-page-main {}

.hideon-mobile {}

.showon-mobile {
    display: none;
}

.store-page-main .store-description .hidden {
    display: none;
}

.store-page-main .store-description .readmore {
    margin: 0 5px;
}

.store-page-main .store-description {}

.store-page-main .store-description.add-read-more.show-less-content .second-section,
.store-page-main .store-description.add-read-more.show-less-content .read-less {
    display: none;
}

.store-page-main .store-description.add-read-more.show-more-content .read-more {

    display: none;
}

.store-page-main .store-description.add-read-more .read-more,
.store-page-main .store-description.add-read-more .read-less {
    margin-left: 3px;

    color: var(--red);
    cursor: pointer;
}

.white-bg {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.store-page-main h1 {

    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main .about-store {
    font-size: 15px;
    color: #333;
}

.store-page-main .store-reviews {
    font-size: 15px;
    color: #333;
    padding-top: 30px;
}

.store-page-main .store-reviews .do-rating {}

.store-page-main .store-reviews .fa.gold {
    color: #EEBD01;
}

.store-page-main .store-reviews .fa {
    color: #999;
}

.store-page-main .store-reviews h1 {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main .store-reviews .blockquote {
    font-size: 15px;
}

.store-page-main .store-reviews .form-label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    font-weight: 500;
}

.store-page-main .store-reviews .form-control {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    border-radius: 3px;
    padding: 11px;
}

.form-control:focus {
    border-color: rgba(255, 0, 0, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.store-page-main .store-reviews a.buy-btns {
    font-size: 14px;
    padding: 16px 18px;
    text-decoration: none;
    background-color: var(--red);

    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.store-page-main .store-reviews a.buy-btns:hover {
    background-color: var(--grey);
}

.store-page-main .store-location-map {
    font-size: 15px;
    color: #333;
}

.store-page-main .store-location-map h1 {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main .store-address-right {
    font-size: 15px;
}

.store-page-main .store-address-right ul {
    margin: 12px 0;
    padding: 0;
}

.store-page-main .store-address-right ul li {
    list-style: none;
    margin: 8px 0;
}

.store-page-main .store-address-right ul li .fa,
.store-page-main .store-address-right ul li .fa-regular {
    color: var(--red);
}

.store-page-main .store-products-right {
    font-size: 15px;
    margin-top: 30px;
}

.store-page-main .store-products-right ul {
    margin: 0;
    padding: 0;
}

.store-page-main .store-products-right ul li {
    list-style: none;
    margin: 5px 0;
}

.store-page-main .store-products-right ul li a:hover {

    color: var(--red);
}

.store-page-social-icons {
    margin: 50px 0 30px;
}

.store-page-social-icons .social-container {
    background: none;

    padding: 0;
    text-align: left;
}

.store-page-social-icons .social-container .socials-wrap ul li a {
    display: block;
    width: 30px;
    height: 30px;

    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: red;
    border-radius: 3px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 21px;
}

.store-page-social-icons .social-container .socials-wrap ul li a:hover {
    background-color: black;
}

.store-page-social-icons .social-container ul {
    margin: 0;
    padding: 0;
}

/*---end store page ----*/

/*---store page new ----*/

.store-page-main-new {}

.white-bg {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.store-page-main-new h1 {
    position: relative;
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main-new .about-store {
    font-size: 14px;
    color: #333;
}

.store-page-main-new .about-store h1.abouttitle {
    font-weight: 800;
    color: #000;
    margin: 12px 0 8px 0;
    padding-left: 0;
}

.store-page-main-new .store-reviews {
    font-size: 15px;
    color: #333;
    padding-top: 30px;
}

.store-page-main-new .store-reviews h1 {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main-new .store-reviews .blockquote {
    font-size: 15px;
}

.store-page-main-new .store-reviews .form-label {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    font-weight: 500;
}

.store-page-main-new .store-reviews .form-control {
    font-size: 14px;
    margin-bottom: 4px;
    color: #333333;
    border-radius: 3px;
    padding: 11px;
}

.form-control:focus {
    border-color: rgba(255, 0, 0, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.store-page-main-new .store-reviews a.buy-btns {
    font-size: 14px;
    padding: 16px 18px;
    text-decoration: none;
    background-color: var(--red);

    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.store-page-main-new .store-reviews a.buy-btns:hover {
    background-color: var(--grey);
}

.store-page-main-new .store-location-map {
    font-size: 15px;
    color: #333;
}

.store-page-main-new .store-location-map h1 {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.store-page-main-new .store-address-right {
    font-size: 15px;
}

.store-page-main-new .store-address-right ul {
    margin: 12px 0;
    padding: 0;
}

.store-page-main-new .store-address-right ul li {
    list-style: none;
    margin: 8px 0;
}

.store-page-main-new .store-address-right ul li .fa,
.store-page-main-new .store-address-right ul li .fa-regular {
    color: var(--red);
}

.store-page-main-new .store-products-right {
    font-size: 15px;
    margin-top: 30px;
}

.store-page-main-new .store-products-right ul {
    margin: 0;
    padding: 0;
}

.store-page-main-new .store-products-right ul li {

    list-style: none;
    margin: 5px 0;
}

.store-page-main-new .store-products-right ul li a:hover {
    color: var(--red);
}

.store-page-main-new .store-page-social-icons {
    margin: 0px 0 0px;
}

.store-page-main-new .store-page-social-icons .social-container {
    background: none;
    padding: 0;
    text-align: left;
}

.store-page-main-new .store-page-social-icons .social-container .socials-wrap ul li a {
    display: block;
    width: 30px;
    height: 30px;

    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 3px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.store-page-main-new .store-page-social-icons .social-container .socials-wrap ul li a:hover {
    background-color: var(--red);
}

.store-page-main-new .store-page-social-icons .social-container ul {
    margin: 0;
    padding: 0;
}

/*---end new store page ----*/

/*--INNER PAGE--*/

.inner-page-title {
    background-color: #4e8622;
    padding-top: 5px;
    padding-bottom: 5px;
}

.inner-page-title h1 {
    font-size: 30px;
    color: #fff;
}

.inner-page-title .breadcrumb {
    padding: 27px 15px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;

    color: #fff;
}

.inner-page-title .breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.inner-page-title .breadcrumb a:hover {
    text-decoration: underline;
}

.product-inner-page-title {
    background-color: #fff;
    border: #4e8622 solid 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
}

.product-inner-page-title .product-brand-indian {
    color: #4e8622;
}

.product-inner-page-title .product-brand-foreign {
    color: #ff0600;
}

.product-inner-page-title h1 {
    font-size: 30px;
    color: #000;
    margin-top: 10px;
}

.page-content {
    font-size: 17px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-content .cat-list {}

.page-content .cat-list ul {
    margin-top: 0;
    margin-bottom: 10px;
    margin: 0;
    padding-left: 0px;
    line-height: 27px;
    font-size: 15px;
}

.page-content .cat-list ul li {
    list-style: none;
    font-size: 15px;
    line-height: 38px;
    color: #999;
}

.page-content .cat-list ul li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 3px;
    color: #f0801a;
}

.page-content .cat-list ul li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 38px;
    color: #333;
}

.page-content .cat-list ul li a:hover {
    color: #f0801a;
}

.page-content .batua-tabs-main {
    margin-top: 0px;
}

.page-content .nav-tabs {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.page-content .batua-tabs-main .nav-tabs>li:first-child.active>a,
.page-content .batua-tabs-main .nav-tabs>li:first-child.active>a:hover,
.page-content .batua-tabs-main .nav-tabs>li:first-child.active>a:focus {
    color: #fff;
    background-color: #4e8622;
    border: 1px solid #dddddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;

    outline: none;
}

.page-content .batua-tabs-main .nav-tabs>li.active>a,
.page-content .batua-tabs-main .nav-tabs>li.active>a:hover,
.page-content .batua-tabs-main .nav-tabs>li.active>a:focus {
    color: #fff;
    background-color: #ff0600;
    border: 1px solid #dddddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
    cursor: default;
    outline: none;
}

.page-content .batua-tabs-main .nav-tabs>li:first>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-size: 20px;
    color: #ff0600;
    outline: none;
}

.single-page-content {}

.single-page-content .single-product-title {
    padding-bottom: 10px;
    border-bottom: #c3c3c3 solid 1px;
}

.single-page-content .single-product-title h1 {
    font-size: 30px;
    color: #000;
    font-family: 'pmedium';
}

.single-page-content .single-product-title h3 {
    font-size: 20px;
    color: #666;
}

.single-page-content .single-product-desc {
    padding-bottom: 15px;
    border-bottom: #c3c3c3 solid 1px;
    font-size: 22px;
    line-height: 33px;
    color: #333;
    font-family: 'plight';
    padding-top: 15px;
    margin-bottom: 15px;
}

.page-product-reviews-main {
    padding-bottom: 20px;
}

.page-product-reviews-main .nav-tabs {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.page-product-reviews-main .single-page-review {
    border: 1px solid #dddddd;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #333;

    line-height: 25px;
    transition: all ease 0.3s;
}

.page-product-reviews-main .single-page-review:hover {
    background-color: rgba(153, 153, 153, 0.1)
}

.page-product-reviews-main .single-page-review h4 {
    font-size: 15px;
    color: #000;
}

.page-product-reviews-main .review-form {}

.page-product-reviews-main .review-form input,
.page-product-reviews-main .review-form select,
.page-product-reviews-main .review-form textarea {

    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 13px;
    border: rgba(204, 204, 204, 0.9) solid 1px;
    width: 100%;
    font-family: 'regular';
    margin-bottom: 8px;
}

.page-product-reviews-main .review-form input[type="button"],
.page-product-reviews-main .review-form input[type="reset"] {
    font-family: inherit;

    font-size: inherit;
    line-height: inherit;
    border: none;
    background-color: #f0801a;
    border: #c46610 solid 1px;
    padding: 13px 30px;
    margin-right: -15px;
    color: #fff;
    font-size: 16px;
    width: auto;
}

.page-product-reviews-main .review-form input[type="button"]:hover,
.page-product-reviews-main .review-form input[type="reset"]:hover {
    background-color: #4e8622;
    border: #4e8622 solid 1px;
}

.related-product-slider-main {
    background-color: #fef6f3;
    border-top: #f6c6b4 solid 1px;

    padding-bottom: 20px;
}

.related-product-slider-main h1 {
    color: #000;
    font-size: 38px;
    text-align: center;
    font-family: 'pmedium';
    text-transform: uppercase;

    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 0
}

.related-product-slider-main .related-product-box {
    border: #bfbfbf solid 1px;
    margin-top: 20px;
    margin-top: 34px;
    padding: 15px;
    text-align: left;

    background-color: #fff;
}

.related-product-slider-main .related-product-box img {
    width: 100%;
    height: auto;
}

.related-product-slider-main .related-product-box img.rating {
    width: auto;
    height: auto;
}

.related-product-slider-main .related-product-box h1 {

    font-size: 19px;
    color: #000;
    margin-top: 14px;
    text-align: left;
}

.add-your-product-main {}

.add-your-product-main .product-on-click {
    background-color: #f8f7f7;
    border: #dbdbdb solid 1px;
    padding-top: 25px;
    padding-bottom: 25px;

    margin-bottom: 20px;
}

.add-your-product-main .product-on-click input,
.add-your-product-main .product-on-click select,
.add-your-product-main .product-on-click textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 9px 13px;
    border: rgba(163, 163, 163, 0.9) solid 1px;

    width: 100%;
    font-family: 'regular';
    margin-bottom: 8px;
    box-shadow: inset rgba(163, 163, 163, 0.4) 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.add-your-product-main input,
.add-your-product-main select,
.add-your-product-main textarea {
    font-family: inherit;
    font-size: inherit;

    line-height: inherit;
    padding: 9px 13px;
    border: rgba(163, 163, 163, 0.9) solid 1px;
    width: 100%;
    font-family: 'regular';

    margin-bottom: 8px;
    box-shadow: inset rgba(163, 163, 163, 0.4) 0px 0px 7px 1px;
    margin-bottom: 20px;
}

.add-your-product-main input[type="radio"] {
    width: auto;
}

.add-your-product-main input[type="button"],
.add-your-product-main input[type="reset"] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background-color: #f0801a;
    border: #c46610 solid 1px;
    padding: 13px 30px;
    margin-right: -15px;
    color: #fff;
    font-size: 16px;

    width: auto;
}

.add-your-product-main input[type="button"]:hover,
.add-your-product-main .review-form input[type="reset"]:hover {
    background-color: #4e8622;

    border: #4e8622 solid 1px;
}

/* -- CONTACT PAGE -- */

.contact-page {
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact-page h2 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #000;
}

.contact-page .form-row-1 {
    margin-bottom: 12px;
}

.contact-page .form-block {}

.contact-page .form-block .form-control {
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    border: rgba(163, 163, 163, 0.9) solid 1px;
    box-shadow: inset rgba(163, 163, 163, 0.4) 0px 0px 7px 1px;
}

.contact-page .form-block label {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

.contact-page .form-block textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;

    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;
    border: rgba(163, 163, 163, 0.9) solid 1px;

    box-shadow: inset rgba(163, 163, 163, 0.4) 0px 0px 7px 1px;
}

.contact-page .form-block input[type="radio"] {
    width: auto;
}

.contact-page .form-block button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    background-color: #f0801a;

    border: #c46610 solid 1px;
    padding: 13px 30px;
    margin-right: -15px;
    color: #fff;
    font-size: 16px;
    width: auto;
}

.contact-page .form-block button:hover {
    background-color: #4e8622;
    border: #4e8622 solid 1px;
}

.contact-page .single-head {
    margin-top: 30px;
    background-color: #f6f7f6;
    border: #d7d7d7 solid 1px;
    padding-top: 20px;
    font-size: 16px;
}

.contact-page .single-head .single-info {
    margin-bottom: 30px;
}

.contact-page .single-head .single-info a {
    text-decoration: none;
    color: #000;
}

.contact-page .single-head .single-info a:hover {
    text-decoration: none;
    color: #f0801a;
}

/* -- END CONTACT PAGE -- */

/* INNER PAGE */

.navbar-expand-lg .dropdown-menu>.dropdown .dropdown-menu {
    display: none;
    top: 0;
    right: auto;
    left: 100%;
    width: auto;
    margin-top: -0.5rem;

    margin-right: 0;
    margin-left: -0.25rem;
}

.navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 1rem;
    margin-top: -0.3em;
}

.navbar-expand-lg .dropdown-menu>.dropdown>.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.23375rem;
    vertical-align: 0.23375rem;

    content: "";
    border-top: 0.275rem solid rgba(0, 0, 0, 0);
    border-right: 0;
    border-bottom: 0.275rem solid rgba(0, 0, 0, 0);
    border-left: 0.275rem solid;
}

.header-main .dropdown-item {
    position: relative;
    width: 100%;
    transition: all .25s ease-in-out;
    font-size: 14px;
    font-weight: normal;
    padding-top: 6px;
    padding-bottom: 9px;
    padding-right: 27px;
}

/* .navbar-expand-lg .navbar-nav .nav-link { padding-top: 16px; padding-bottom: 7px; font-size: 14px; font-weight: 500; color: #333333; margin: 0 18px; } */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 16px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    margin: 0 12px;
}

.navbar-expand-lg .mega-dropdown-column {
    width: 15rem;
}

.navbar-nav img,
.navbar-nav figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.navbar-expand-lg .dropdown:hover>.dropdown-menu {
    display: block;
    -webkit-animation: slide-up .25s ease-in-out;
    animation: slide-up .25s ease-in-out;
}

.navbar-expand-lg .mega-dropdown-column {
    width: 15rem;
}

.navbar-tool .navbar-tool-label {
    position: absolute;
    top: -9px;
    right: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--yellow);
    color: #000;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}

.navbar-expand-lg .dropdown-menu.dropdown-menu-end {
    left: auto;
    right: 0;
}

.navbar-tool .dropdown-menu {
    top: 85%;
    margin-top: 2px;
}

.widget-cart-item {
    position: relative;
}

.widget-cart-item .btn-close {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    padding: 0;
    transform: translateY(-50%);
    background: none;

    font-size: 1.5rem;
    font-weight: 300;
    visibility: hidden;
    opacity: 0;
}

.widget-cart-item:hover .btn-close {
    visibility: visible;
    opacity: 1;
}

.widget-cart-item>.d-flex {
    transition: all .25s ease-in-out;
}

.widget-cart-item:hover>.d-flex {
    transform: translateX(1.125rem);
}

.widget-product-title {
    margin-bottom: 0.25rem;
    font-size: .875rem;
    font-weight: 500;
}

.widget-product-title>a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
}

.widget-product-meta {
    font-size: .875rem;
}

.btn-checkout {
    background-color: var(--red);
    color: #fff !important;
}

.btn-checkout:hover {
    background-color: var(--grey);
    color: #fff;
}

@media (max-width:800px) {

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }

    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .slider .slider-text {
        display: none;
    }

    .category-filters-desktop {
        display: none;
    }

    .category-filters-mobile {
        display: block;
    }

    .search_box {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header-right-links-2 .text {
        display: none;
    }

    .header-right-links-2 .byelinks {
        margin: 0 5px;
    }

    .byebyemrp-trending-row ol.breadcrumb,
    .byebyemrp-trending-row ol.breadcrumb a {
        font-size: 8px;
    }

    .byebyemrp-trending-row {
        display: none;
    }

    .category-page-box-main .product-box .price-row {
        font-size: 12px;
    }

    .category-page-box-main .product-box .price-row .regular-price {}

    .category-page-box-main .product-box a.view-product {
        padding: 12px 13px;
        white-space: nowrap;
    }

    .end-to-end {}

    .category-page-box-main .product-box-main {
        margin-bottom: 4px;
        padding: 4px;
    }

    .cat-row {
        padding-top: 0px;
        padding-bottom: 0px;
        text-align: center;
    }

    .cat-row h2 {
        font-size: 12px;
        margin-top: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .daily-flash-sale {
        margin-top: 10px;
        padding-top: 10px;
    }

    .product-slider-box .product-box {
        padding: 10px;
    }

    .product-slider-box .product-box .product-img {
        height: 160px;
    }

    .product-slider-box .product-box h2 {
        font-size: 10px;
        color: #000;
        margin-top: 0px;
        margin: 9px 0 0 0;
    }

    .product-slider-box .product-box h3 {
        font-size: 10px;
        color: #999;
        margin: 0 0 1px;
        padding-top: 5px;
    }

    .product-slider-box .product-box .price-row {
        font-size: 10px;
        color: #000;
        margin: 0 0 0px;
        padding-top: 5px;
    }

    .product-slider-box .product-box a.view-product {
        background-color: rgba(255, 255, 255, 0.9);
        border: rgba(255, 255, 255, 1) solid 1px;
        padding: 8px 7px;
        font-size: 8px;
    }

    .product-slider-box .product-box a.view-all-product {
        min-height: 199px;
    }

    .hp-section-title {
        font-size: 17px;
        font-weight: 500;
        color: #007ca5;
    }

    .navbar-expand-lg .dropdown-menu.dropdown-menu-end {
        left: auto;
        right: -13px;
    }

    .testimonial-main {
        padding-top: 10px;
        padding-bottom: 0px;
        text-align: center;
    }

    .testimonial-main .testimonial-block {
        padding: 30px 15px;
    }

    .testimonial-main .testimonial-block {
        padding: 30px 15px;
        border: rgba(0, 0, 0, 0.2) solid 1px;
        border-radius: 5px;
        position: relative;

        margin-top: 21px;
        box-shadow: inset rgba(0, 0, 0, 0.3) 1px 1px 8px 1px;
    }

    .single-product-page-main .single-product-right-content {
        padding: 30px 0 30px 0px;
    }

    .single-product-page-main .single-product-right-content .product-title h1 {
        font-size: 19px;
        padding: 0 27px 0 0;
    }

    .single-product-page-main .single-product-right-content .offer-price-row .single-product-offer-price-2 {
        font-size: 25px;
    }

    .single-product-page-main .single-product-right-content .single-product-price-off-2 {
        font-size: 25px;
    }

    .single-product-page-main .store-details .store-content .details-blocks {
        margin: 30px 0 0 0;
    }

    .user-profile-main .user-profile-left-links .nav-link {
        padding: 8px 0;
    }

    .user-profile-main .user-profile-right-content.userspace {
        padding: 20px;
        margin-top: 20px;
    }

    .user-profile-main .user-profile-right-content.userspace .nopad {
        padding: 0;
    }

    .user-my-sale-grid-main .user-sale-whitebg button.gridlist {
        font-size: 13px;
        padding: 8px 12px;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price label {
        font-size: 10px;
        white-space: nowrap;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price button {
        font-size: 13px;

        padding: 6px 16px;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .product-img {
        position: relative;
        height: 142px;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box h3 .usercutname {
        max-width: 13ch;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .price-row {
        margin: 0 0 8px;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .save-price {
        margin-bottom: 0px;
        margin-top: 2px;

    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .change-price input[type=text] {
        width: 95%;

        font-size: 13px;
        border: #999 solid 1px;
    }

    .user-my-sale-grid-main .user-update-product-box-main .user-product-box-main .user-product-box .change-price {
        margin-bottom: 6px;
    }

    .store-page-main .mobile-space {
        margin-top: 25px;
    }

    .store-page-main .store-description {
        padding-top: 15px;
    }

    .store-page-main .store-reviews .do-rating {
        display: block;
        margin-top: 5px;
    }

    .plain-content.contactus-page .contact-page-content {
        padding: 20px;
    }

    .plain-content.contactus-page .borderleft {
        background: transparent;
        border: 0;
    }

    .hideon-mobile {
        display: none;
    }

    .showon-mobile {
        display: block;
    }

    .store-page-main .store-products-right.mobile-productlist-space {
        padding-top: 0;
        margin-top: 0px;
    }

    .footer-main .block-space {

        margin-top: 30px;

        border-top: rgba(197, 197, 197, 0.7) solid 1px;

        padding-top: 30px;
    }
}

@media (max-width: 576px) {
    .logo {
        text-align: center;
    }

    .footer-social {
        text-align: left;
        margin-top: 10px;
    }

    .header-border {
        border-top: #fcac16 solid 5px;
        background: none;
    }

    .topbar .navbar {
        padding: 0;
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .hpslider .ad-slider {
        display: none;
    }

    .user-my-sale-grid-main .user-img-link-block {
        background-color: #fff;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 3px;
        text-align: center;
    }

    .user-my-sale-grid-main .user-img-link-block .user-img {
        margin: 12px 0px 0 0px;
    }

    .user-my-sale-grid-main .user-img-link-block h3 {
        margin: 14px 0 0px 0;
    }

    .user-my-sale-grid-main .user-img-link-block button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .seller-how-it-works-main .seller-how-it-works {
        display: block;
    }

    .seller-how-it-works .block-v4 {
        position: relative;
        padding: 48px 20px 0px 15px;
    }

    .seller-grow-business .grow-options-main .grow-option-block {
        padding: 20px;
        margin: 30px 0 0 0;
    }

    .seller-grow-business .grow-options-main .grow-option-block:last-child {
        margin: 30px 0 30px 0;
    }

    .seller-grow-business .grow-options-main.oneup {
        transform: translateY(0px);
    }

    .fixed-sidebar {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    .hpslider .ad-slider .ad-slider-2 {
        margin-top: 0;
    }

    .category-filters-mobile-slider {
        display: block;
    }

    .cont-mob-box {
        min-height: 200px;
    }

    .cart-prod-img {
        width: 50px !important;
        height: 50px !important;
    }
}

@media (max-width:320px) {
    .topbar .navbar {
        padding: 0;
        display: none;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    /*PDP zoom alone */
    div#gallery_pdp {
        margin: 5px;
        width: 100px;
        float: left;
    }

    .gallery-viewer {
        float: left;
        max-width: 500px;
        margin: 10px;
        margin-top: 5%;
    }

    .zoomLens {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o- user-select: none;
        user-select: none;
    }

    .zoomContainer .zoomLens {
        background: url("../images/zoom-icon.png");
        background-repeat: no-repeat;
    }

    .zoomContainer {
        cursor: url("../images/zoom-icon.png"), auto
    }

    .magnifylens {
        cursor: url("../images/zoom-icon.png"), auto !important;
    }

    .demagnifylens {
        cursor: url("../images/zoom-in-icon.png"), auto !important;
    }

    #enlarge_gallery_pdp {
        display: none;
    }

    .cont-mob-box {
        min-height: 200px;
    }

    /*fancybox*/
    .pdp_enl_opt .fancybox-nav span {
        visibility: visible !important;
    }

    .pdp_enl_opt .fancybox-skin {
        background: transparent
    }

    .pdp_enl_opt .fancybox-opened .fancybox-skin {
        box-shadow: none;
    }

    .pdp_enl_opt .fancybox-nav,
    .pdp_enl_opt .fancybox-close {
        display: none;
    }

    .enl_fclose {
        background-position: center;
        background: url(../images/fclose.png) no-repeat center;
        right: 2%;
        top: 5%;
        box-shadow: none;
        border: none;
        width: 30px;
        height: 30px;
        background-size: contain;
        position: fixed;
        z-index: 111;
    }

    .enl_fright {
        background-position: center;
        background: url(../images/fright.png) no-repeat;
        top: 50%;
        right: 2%;
        box-shadow: none;
        border: none;
        width: 40px;
        height: 40px;
        background-size: contain;
        position: fixed;
        z-index: 111;
    }

    .enl_fleft {
        background: url(../images/fleft.png) no-repeat;
        top: 50%;
        left: 2%;
        box-shadow: none;
        border: none;
        width: 40px;
        height: 40px;
        background-size: contain;
        position: fixed;
        z-index: 111;
    }

    .fancybox-inner .enl_butt {
        z-index: 10000;
    }

    .pdp_enl_opt .fancybox-skin,
    .pdp_enl_opt .fancybox-wrap {
        background: transparent !important;
        box-shadow: none !important;
    }

    a.enl_but:hover {
        transform: scale(1.10) !important;
        transition: transform .25s !important;
    }

    .pdp_enl_opt .fancybox-image {
        max-width: 95% !important;
        margin: 0 auto;
    }

    img.fancybox-image {
        cursor: url("../images/zoom-icon.png"), auto;
    }

    #panic {
        cursor: url("../images/zoom-in-icon.png"), auto;
    }

    /* PDP Zoom End */
    /* panning css */
    .img-pan-container,
    .img-pan-container img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .img-pan-container {
        position: fixed;
        overflow: hidden;
        cursor: crosshair;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    .img-pan-container img {
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: absolute;
        top: 0;
        left: 0;
    }

    .cart-prod-img {
        width: 50px !important;
        height: 50px !important;
    }
}

.mega_enl img {
    opacity: 0;
    transition: opacity .6s linear .85s;
}

.mega_enl img.loaded {
    opacity: 1;
}

/*mega enlarge */
.mega_enl {
    display: none;
}

.mega_enl {
    position: relative;
    margin: 3%;
    width: 40%;
    height: 60%;
    box-shadow: 0 0 60px rgba(0, 0, 0, .4);
    background: #000;
}

/* version 2.1*/
.owl-item img {
    width: 100%;
}

#fancy_gall .owl-next,
#fancy_gall .owl-prev {
    display: none;
}

a#ui-carousel-next {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: 43%;
    background-image: url(../images/arrowdown.png);
    background-size: 70%;
    background-repeat: no-repeat;
}

a#ui-carousel-prev {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 43%;
    background-image: url(../images/arrowup.png);
    background-size: 70%;
    background-repeat: no-repeat;
}

.gallery_pdp_container {
    position: relative;
    float: left;
    padding: 25px 0;
}

.wrapper a img {
    border: 1px solid #000000;
}

.product-details {
    float: right;
    padding: 15px;
    WIDTH: 50%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; object-fit: cover; */
}

.swiper {
    width: 100%;
}

.swiper_thumb .swiper-slide {
    opacity: 0.7;
}

.swiper_thumb .swiper-slide:hover {
    opacity: 1;
}

.swiper_thumb .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid red;
}

.swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; object-fit: cover; */
    user-select: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: red;
    background: rgba(255, 255, 255, .8);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 2px rgb(221 56 34);
    z-index: 9;
}

.swiper-button-next,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next::after {
    font-size: 24px;
    font-weight: 600;
}

.swiper-button-next {
    right: 0px;
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next:hover {
    color: #ccc;
    background: red;
}

.swiper-button-prev:hover {
    color: #ccc;
    background: red;
}

.menu-icon {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0;
}

.menu-icon div {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 12px;
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--bar-bg, #000);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
    top: 0;
}

.menu-icon span:last-of-type {
    bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}

.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked+div span:first-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked+div span:last-of-type {
    width: 22px;
}

@media (min-width: 1024px) {
    .menu-icon {
        display: none;
    }

    .menu-icon:hover span:first-of-type {
        width: 26px;
    }

    .menu-icon:hover span:last-of-type {
        width: 12px;
    }
}

#sidebar {
    max-width: 100%;
    min-width: 264px;
    box-shadow: 0 0 35px 0 rgba(49, 57, 66, 0.5);
    z-index: 1111;
    display: none;
}

/* Sidebar collapse */
#sidebar.collapsed {
    display: block;
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    padding: 1.15rem 1.5rem;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.25rem;
    font-weight: 600;
}

.sidebar-nav {
    padding: 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #333;
    position: relative;
    display: block;
    font-size: 15px;
    text-decoration: none;
    border-bottom: rgba(197, 197, 197, 0.2) solid 1px;
}

a.sidebar-link:hover {
    background-color: rgba(197, 197, 197, 0.2);
}

ul.sidebar-dropdown {
    background-color: rgba(197, 197, 197, 0.1);
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.4rem;
    transform: rotate(-135deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

/* Responsive */
@media (min-width:768px) {
    .content {
        width: auto;
    }

    .menu-icon {
        display: none;
    }
}