/* .header-search.hs-simple {
    max-width: unset;
} */

.menu > li > a {
    font-size: 1.4rem;
}
.menu > li > a i{
    margin-right: 4px;
}

.menu li{
    white-space: nowrap;
}
.menu > li.submenu > ul > li > a > .btn-sm{
    padding: 1.4em 0.65em 1.2em 0.4em;
    margin-right: 10px;
}
.menu > li.submenu > ul > li > a > .btn-sm > i{
    height: 0px;
    width: 24px;
}
.org-option .org-option-icon i{
    padding-left: 1em;
    color: var(--color);
}
.cart-count, .bell-count, .selectlabel-count{
    position: relative;
    left: 1px;
    top: -3px;
    color: var(--color);
    font-size: 1.3rem;
    font-weight: 700;
}
.menu-count{
    position: absolute;
    right: 2.4em;
    top: 0.6em;
    color: var(--color);
    font-size: 1.3rem;
    font-weight: 700;
}
.mobile-menu-wrapper .menu-count{
    top: 0.8em;
}
.mobile-menu-wrapper .cart-count, .mobile-menu-wrapper .bell-count{
    position: absolute!important;
    right: 2.4em!important;
    top: 0.8em!important;
    left: unset!important;
}
.mobile-menu-wrapper .cart-count, .mobile-menu-wrapper .selectlabel-count{
    display: block;
    position: absolute!important;
    right: 2.4em!important;
    top: 0.8em!important;
    left: unset!important;
}
.header-center{
    flex:2;
}
.product-list .bg-product-image {
    width: 90%;
}
.bg-product-image{
    background-color: #f9f9f9;
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    aspect-ratio: 7/8;
}
.btn-quickview{
    opacity: 1;
}


.header-left .logo {
    display: none;
}

.product-price > ins, .product-price > del{
    white-space: nowrap;
}
.sticky-header.fixed {
    padding-top: 0rem;
    padding-bottom: 0rem;
}
.header-middle{
    background-color: #f9f9f9;
}

.header-left > .icon > img{
    width: 80%;
    max-width: 42px;
    height: auto;
    padding: 0.4rem;
    padding-left: 0;
}

.footer-left > .logo .icon{
    height: 50px;
    max-height: 50px;
    width: auto;
}
.footer-left > .logo .text{
    height: 50px;
    max-height: 19px;
    margin: 5px 0 5px 8px;
    width: auto;
}
.page-search .header-search.hs-simple{
    max-width: 100%;
    width: 100%;
}
.feedback-widget > .btn-feedback{
    position: fixed;
    right: -36px;
    top: 50%;
    rotate: -90deg;
    z-index: 100;
}

.newsletter-popup .input-wrapper-inline .form-control {
    border-radius: 0.3rem 0.3rem;
    border-right: solid 1px;
}
.newsletter-popup .input-wrapper-inline textarea.form-control {
    font-size: 1.22rem;
    color: #666;
}

.code-block{
    padding: 1rem;
    background: #f3f3f3;
    margin: 0px 0.25rem;
    width: 3.8rem;
    text-align: center;
    font-weight: 600;
}

.user-icon > .initials-wrapper{
    width: 32px;
    aspect-ratio: 1/1;
    display: flex;
    background: var(--color);
    background: -moz-linear-gradient(133deg, var(--color) 3%, var(--color-light) 97%);
    background: -webkit-linear-gradient(133deg, var(--color) 3%, var(--color-light) 97%);
    background: linear-gradient(133deg,var(--color) 3%, var(--color-light) 97%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="var(--color)",endColorstr="var(--color)",GradientType=1);
    color: #ffffff;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.user-icon > .placeholder{
    width: 32px;
    height: 1.3rem;
    display: inline-block;
}

.org-nav > .menu > .submenu > ul > li{
    order: 1000000;
}

.fab.fa-twitter{
	font-family:sans-serif;
}
.fab.fa-twitter.fa-x-white::before{
    filter: invert(100%) sepia(0%) saturate(7470%) hue-rotate(91deg) brightness(117%) contrast(99%);
}

.fab.fa-twitter.fa-x-666::before{
    filter: invert(41%) sepia(0%) saturate(644%) hue-rotate(269deg) brightness(94%) contrast(84%);
}

.fab.fa-twitter.text-danger::before{
    filter: invert(12%) sepia(81%) saturate(5560%) hue-rotate(352deg) brightness(78%) contrast(109%);
}
.fab.fa-twitter.text-alert-danger::before{
    filter: invert(15%) sepia(54%) saturate(2002%) hue-rotate(337deg) brightness(93%) contrast(99%);
}
.fab.fa-twitter.text-grey::before{
    filter: invert(64%) sepia(8%) saturate(15%) hue-rotate(349deg) brightness(94%) contrast(86%);
}

.fab.fa-twitter.fa-x-14rem{
    position: relative;
    width: 1.4rem !important;
    top: 2px;
}

.login-popup .fab.fa-twitter::before{
    height: 1em;
}

.fab.fa-twitter::before{
	content: url('/fonts/fontawesome-6/x-twitter.svg');
    width: 0.87em;
    font-size: 1.2em;
    height: 1.5em;
}


.fa-14rem{
    font-size: 1.4rem!important;
}
.login-popup .social-link.social-twitter {
    background-color: #000000;
}

.social-link-active .btn:hover{
    transition: 100ms;
    filter: brightness(105%) ;
}
.social-link-active .btn{
    transition: 100ms;
    filter: brightness(100%) ;
}

.filter-items.search-ul li.active > a{
    color: var(--color);
    font-weight: 400;
}
.filter-items .show>a {
    color: var(--color);
}
.filter-items.search-ul li:hover > a{
    color: var(--color);
    font-weight: 400;
}
.product-single .product-image img {
    object-fit: contain;
}

.product-list .product-name {
    font-weight: 400;
}

.product-list .product-media {
    flex: 0 0 24rem;
    max-width: 24rem;
    margin: 0 2rem 0 0;
}
.nav-link {
    font-size: 1.4rem;
}
.tab-outline2 .nav-link {
    padding: 1rem 1.8rem;
}

.inventory-products .product-action-vertical{
    top: 5px;
    right: 5px;
}
.cart-shipping .addressbox-wrapper .custom-radio label::before,.cart-shipping .addressbox-wrapper  .custom-radio input[type=radio]~label:after{
    display: none;
}
.cart-shipping .custom-radio label.addressbox{
    padding-left: 5px;
}

.main.cart input[type=radio]:checked~label.addressbox :after {
    font-family: 'Font Awesome\ 5 Pro';
    content: "\f00c";
    width: 0;
    height: 0;
    right: 32px;
    top: 12px;
    left: unset;
    position: absolute;
    color: var(--color);
}
.main.cart  label.addressbox {
    cursor: pointer!important;
}

.main.cart .addressbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.product .product-action-vertical .btn-product-icon i{
    position: relative;
    top: 1.5px;
    left: 0.1px;
}

.hover-option-wrapper .hover-option{
    cursor: pointer;
    transition: 70ms;
}
.hover-option-wrapper .hover-option:hover{ 
    transition: 0ms;
    position: relative;
}

.hover-option-wrapper tr:nth-child(even).hover-option:hover{ 
    box-shadow: 0 0 1.6rem rgba(38, 38, 38, 0.15) inset;
}
.hover-option-wrapper tr:nth-child(odd).hover-option:hover{
    box-shadow: 0 0 1.6rem rgba(38, 38, 38, 0.15);
}
.click-dropdown-btn{
    cursor: pointer;
}
.click-dropdown{
    display: block;
    position: absolute;
    padding: 2rem 3.2rem 2rem 2rem;
    width: max-content;
    background: #fcfcfc;
    z-index: 20;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.1);
    
}
.click-dropdown ul{
    background: #fcfcfc;
    padding: 0;
}
.click-dropdown > .submenu{
    margin-top: 1rem;
}

.menu li:hover > ul:not(.d-none) {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.inventory-settings{
    overflow: auto;
}
.inventory-settings > .inventory-setting{
    display: flex;
    flex-direction: column;
    position: relative;
    top: -7px;
}

.inventory-settings > .inventory-setting > .inventory-setting-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inventory-settings > .inventory-setting .inventory-save{
    position: absolute;
    right:1.4rem;
}
.product-cat{
    display: inline;
}

#product-list .product-sku, .owl-carousel .product-sku {
    display: none!important;
    /* display: inline; */
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#product-list .product-sku:has(+ .product-cat)::after{
    content: ' - ';
}
#product-list .product-cat, .owl-carousel .product-cat {
    text-transform: unset;
}

#product-list[data-view="list"] .product-wrap > .product .product-action-vertical {
    display: flex;
    column-gap: 5px;
    visibility: visible;
    opacity: 1;
    position: unset;
}

/* admin sync */
.admin-sync .sync-section-wrapper .sync-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.admin-sync .sync-statuses{
    margin: 0 0 0 1rem;
}
.admin-sync .sync-statuses .sync-status{
    margin-right: 1rem;
    display: inline-block;
}

.admin-sync .sync-statuses .sync-status > .status-title{
    font-weight: 500;
}

.tip-top-fix{
    top: -2.15px;
}

.title{
    text-transform: none;
}

/* font weights */
.fw-100{
    font-weight: 100 !important;
}
.fw-200{
    font-weight: 200 !important;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-800{
    font-weight: 800 !important;
}
.fw-900{
    font-weight: 900 !important;
}

.testimonial.testimonial-centered{
    background-color: #f9f9f9;
}
.testimonial.testimonial-centered .category .category-media img {
    background-color: #f1f1f1;
}

.header-notifications .product.read{
    opacity: 0.5;
}
.header-notifications .product.read:hover{
    opacity: 1;
}

.filter-items{
    overflow: auto; max-height: 40vh;
}

.flex-row{
    flex-direction: row!important;
}

#scan_overlay {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.header-search.hs-simple input.form-control {
    border-color: #555555;
}
.bg-info{
    background-color: #26c;
}
.text-info{
    color: #26c!important;
}
.product-label.label-new.bg-info {
    background: #26c!important;
}

.step-by .title.title-step.active {
    color: var(--color);
}

.btn-product-icon.added,.btn-product-icon.added:focus{
    color: var(--color);
    background: #ffffff;
    border-color: var(--color);
}

.btn-product-icon:active,.btn-product-icon:focus{
    color: #999;
    background: #ffffff;
    border-color: #e1e1e1;
}

.btn-product-icon:hover{
    color: #666;
    background: #ffffff;
    border-color: #666;
}
.btn-product-icon.added:hover{
    color: var(--color-dark);
    background: #ffffff;
    border-color: var(--color-dark);
}

.org-option-desc.admin{
    color: #b10001;
    transition: 0.3s;
}
.org-option-desc.admin:hover {
    opacity: 0.5;
}
.org-option-desc.admin:active {
    opacity: 0.5;
}
/* Danger Button */
.btn-danger {
    background-color: #b10001;
    border-color: #b10001;
    color: white;
}
.btn-danger:hover {
    background-color: #910000;
    border-color: #900000;
    color: white;
}
.btn-danger:active {
    background-color: #7a0000;
    border-color: #780000;
    color: white;
}

/* Success Button */
.btn-success {
    background-color: #a8c26e;
    border-color: #a8c26e;
    color: white;
}
.btn-success:hover {
    background-color: #95aa5f;
    border-color: #91a257;
    color: white;
}
.btn-success:active {
    background-color: #7f8d4f;
    border-color: #7c8a49;
    color: white;
}

/* Warning Button */
.btn-warning {
    background-color: #ff7c12;
    border-color: #ff7c12;
    color: black;
}
.btn-warning:hover {
    background-color: #e56d10;
    border-color: #d9620f;
    color: black;
}
.btn-warning:active {
    background-color: #c4570d;
    border-color: #b84f0c;
    color: black;
}

.menu > li > a {
    text-transform: unset;
}
iframe.pdf{
    aspect-ratio: 9/16;
    max-height: 90vh;
}

.table-responsive{
    overflow-x: auto;
}

.product-media{
    background: #f9f9f9;
}
.product-media .bg-product-image:last-child {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    left: 0;
    object-fit: cover;
}
.product-media:hover .bg-product-image:last-child {
    opacity: 1!important;
}
.product-media:hover .bg-product-image:first-child {
    opacity: 0;
}
.product-media .bg-product-image:first-child {
    position: relative;
    opacity: 1;
}

.product-media .bg-product-image {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.footer-to-bottom{
    opacity:0;
}

.text-no-wrap{
    white-space: nowrap;
}

select.form-control{
    padding-left: 1.5rem;
}

select.form-control:after{
    right: 1.5rem;
}

.inventory-products .product-wrap .inventory-delete{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.2rem;
    width: 2.3rem;
    height: 2.3rem;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    color: #222;
}

.product-name-section{
    line-height: 2rem;
}

.cart .shop-table td:first-child {
    padding: 1rem 2rem 0.5rem 0;
}

.delete-couponcode:hover{
    color: #e2e2e2;
    transition: 100ms;
}

.kiosk.sticky-content.scanner-footer{
    width: fit-content;
    flex-direction: column;
    left: unset;
    right:2.4rem;
    bottom:2.4rem;
}

.kiosk.sticky-content.scanner-footer > .sticky-link{
    padding: 1.4rem;
}

.menu > .account.submenu > a::after{
    position: unset!important;
    content: unset!important;
}

.menu li.left > ul {
    left: -100% !important;;
}

.text-transform-none{
    text-transform: none!important;
}

.header-right > a i{
    transition: 200ms ease;
    font-size: 2.8rem;
    cursor: pointer;
}

.flexmasonry {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
}
.flexmasonry-item { width: 100%; }
.flexmasonry-cols-2 .flexmasonry-item { width: 50%; }
.flexmasonry-cols-3 .flexmasonry-item { width: 33.333%; }
.flexmasonry-cols-4 .flexmasonry-item { width: 25%; }
.flexmasonry-cols-5 .flexmasonry-item { width: 20%; }
.flexmasonry-cols-6 .flexmasonry-item { width: 16.666%; }
.flexmasonry-cols-7 .flexmasonry-item { width: 14.285%; }
.flexmasonry-cols-8 .flexmasonry-item { width: 12.5%; }

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) { order: 1; }
.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n)   { order: 2; }

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) { order: 1; }
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) { order: 2; }
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n)   { order: 3; }

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) { order: 1; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) { order: 2; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) { order: 3; }
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n)   { order: 4; }

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) { order: 1; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) { order: 2; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) { order: 3; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) { order: 4; }
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n)   { order: 5; }

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) { order: 1; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) { order: 2; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) { order: 3; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) { order: 4; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) { order: 5; }
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n)   { order: 6; }

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) { order: 1; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) { order: 2; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) { order: 3; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) { order: 4; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) { order: 5; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) { order: 6; }
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n)   { order: 7; }

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) { order: 1; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) { order: 2; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) { order: 3; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) { order: 4; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) { order: 5; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) { order: 6; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) { order: 7; }
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n)   { order: 8; }

.flexmasonry-break {
    content: "";
    flex-basis: 100%;
    width: 0 !important;
    margin: 0;
}
.flexmasonry-break-1 { order: 1; }
.flexmasonry-break-2 { order: 2; }
.flexmasonry-break-3 { order: 3; }
.flexmasonry-break-4 { order: 4; }
.flexmasonry-break-5 { order: 5; }
.flexmasonry-break-6 { order: 6; }
.flexmasonry-break-7 { order: 7; }

@media (max-width: 450px) {
    .text-bounce > .center {
      width: 100%;
      padding: 20px;
    }
}

@media (max-width: 479px){
    .product-list h3.product-name {
        font-size: 4vw !important;
    }
    .product > .product-media > .product-action > .btn-cart {
        font-size: 1.2rem;
    }
    .product > .product-media > .product-action > .btn-wishlist {
        font-size: 1.2rem;
    }
    .testimonial.testimonial-centered.banner-radius{
        padding-left: 2rem;
        padding-right: 2.3rem;
    }
}

@media (min-width: 705px){
    .product-single-carousel .responsive-iframe{
        aspect-ratio: 1/1;
    }
}

@media (min-width: 992px){
    iframe.pdf{
        max-height: 94vh;
        aspect-ratio: 16/9;
    }
    .single-product .product.product-single .product-details .product-form-group .btn-product.btn-cart{
        min-width: 200px;
    }
}


@media (max-width: 991px){
    .footer-left > .logo{
        margin-bottom: 10px;
    }
    .header-left .logo{
        display: block;
    }
    .header-left .logo .icon{
        max-height: 40px;
        height: 40px;
        margin: 5px 0;
    }
    .header-left .logo .text{
        max-height: 19px;
        height: 40px;
        margin: 5px 0 5px 8px;
    }
    .header-right{
        display: none;
    }
    .header-center{
        display: none;
    }
    .footer{
        text-align:center;
    }
    .mfp-container.mfp-ajax-holder{
        height: 100vh;
    }
    .feedback-widget > .btn-feedback{
        padding: 4px;
        font-size: 10px;
        right: -22px;
    }

   

}



@media (max-width: 1240px){
    .header-center .menu > li > a > i, .header-center .menu .divider{
        display: none;
    }

    .header-center .menu > li{
        padding-right: 2rem!important;
    }

    .org-nav > ul > li > a{
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 150px;
    }

    #backButton i{
        font-size: 1.4rem!important;
    }
    #backButton{
        margin-right: 5px!important;
    }


}

@media (max-width: 1199px){
    .header-left > .icon > img{
        display: none;
    }
}
@media (max-width: 1270px){
    .product-list .product-form-group{
        justify-content: unset!important;
    }
    .product-list .product-inventory-management{
        display: block!important;
        justify-content: unset!important;
    }
}

@media (min-width: 1520px){
    .product-list .product-details{
        width: 80vw;
    }
}

.spinner {
    animation-name: spin;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.placeholder-gradient-effect {
	background: linear-gradient(-45deg, #f0f0f0, #ffffff);
	background-size: 400% 400%;
	animation: placeholder-gradient 1s ease infinite;
}
.productlist-placeholder span{
    color: transparent;
}
@keyframes placeholder-gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.category-absolute .category-content {
    height: 4rem;
}

#product-list .product-wrapper .product-wrap .product-action .btn-cart{
    max-width: none;
    margin-right: 0;
}

#product-list .product:hover .product-action .btn-cart {
    color: #fff;
    background-color: var(--color);
    border-color: var(--color);
}

#product-list .product .product-label.on-hover{
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.3s;
}
#product-list .product:hover .product-label.on-hover{
    opacity: 1;
}

.product-label-group.top{
    max-width: none!important;
}

.form-control-sm{
    min-height: 0!important;
    padding: 0.8rem 0.6rem!important;
    font-size: 1.2rem!important;
    margin: 0 0 5px 0!important;
}

.mobile-menu li i{
    font-size: unset;
}

.mobile-menu li .customer-header-search-result li a{
    padding-left: 1.4rem!important;
}

.fa-sm{
    font-size: 1.4rem!important;
}

.productlist-quantity.form-control{
    min-height: 42px;
}
#productlist-wrapper .product-details .input-group{
    height: 42px;
}

.round-input-group button.quantity-minus, 
.round-input-group button.quantity-plus, 
.round-input-group button.productlist-quantity-minus, 
.round-input-group button.productlist-quantity-plus {
    border-radius: 100%;
    font-weight: 900;
    width: 4.1rem;
}

.round-input-group button.quantity-plus,
.round-input-group button.productlist-quantity-plus {
    background: #e9e9e9;
    border-color: #e2e2e2;
}

.round-input-group input.quantity,
.round-input-group input.productlist-quantity {
    border-radius: 21px;
    margin: 0 0.5rem;
    background: #ffffff;
    font-weight: 600;
}

.round-input-group button.quantity-plus::after,
.round-input-group button.productlist-quantity-plus::after {
    font-weight: 900;
}
.round-input-group input.quantity::after,
.round-input-group input.productlist-quantity::after {
    font-weight: 900;
}
    

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .d-sm-inline{
        display: inline!important;
    }
}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .header-mobile-menu-wrapper{
        display: none;
    }
    .d-md-inline{
        display: inline!important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .d-lg-inline{
        display: inline!important;
    }
}
@media (max-width: 992px) { 
    main.cart .cart-table .btn-reveal-right i {
        opacity: 1;
        margin-left: 0.7rem;
        transform: translateX(0);
        margin-right: 0
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .d-xl-inline{
        display: inline!important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .d-xxl-inline{
        display: inline!important;
    }
}