@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


:root {
 --cui-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  --cui-body-font-family: var(--cui-font-sans-serif);
   --cui-body-font-size: 1rem;
  --cui-body-font-weight: 400;
  --cui-body-line-height: 1.5;
}
 body {
	 
	  font-family: 'Poppins', sans-serif !important;
  font-size: var(--cui-body-font-size);
  font-weight: var(--cui-body-font-weight);
 background: #f5f7fb!important;
        }

/* HEADER */
.front-header img {
    width: 70px;
}
.front-header {

    text-align: CENTER;
    padding: 5px 15px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 8px 2px #d8d8d8;
}

	.catalog-header {
align-items: center;
    display: flex;
    min-height: 300px;
    padding: 40px;
    justify-content: center;
    text-align: center;
    font-size: 50px;
    color: white;
    font-weight: bold;
}

/* PRODUCT CARD */

.product-card{
transition:.2s;
border-radius:10px;
}

.product-card:hover{
transform:scale(1.03);
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.product-card .product-img{
height:140px;
object-fit:contain;
padding:10px;
}

/* FILTER BAR */
.tprice {
    margin-bottom: 31px;
    justify-content: space-between;
    display: flex;
}

.total-box .btn {
    background: #2089d6;
    width: 100%;
    border-radius: 0px!important;
    border: none;
}

.total-box .btn a {
	    font-size: 17px;
    text-decoration: none;
}
.total-box span{
	font-weight: bold;
}
span#cartTotal {
    font-weight: bold;
    font-size: 16px;
}

.tprice strong {
    font-weight: 500;
}
.total-box {
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-top: 56px;
    display: block;
}
.cart-item strong {
    display: block;
    margin-bottom: 11px;
}
button#clearCart {
    color: #000!important;
    border: none;
    background: #cccccc;
    /* display: inline-flex; */
    /* float: right; */
    font-size: 14px;
    margin-left: 10px;
    border-radius: 0px;
}
.cart-item  .text-success {
    color: #2089d6!important;
    font-weight: 600;
    font-size: 14px;
}
.qty-bx {
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.cart-item{position:relative;}
.cart-item .input-group {
    margin-bottom: 10px;
}
.cart-item input.form-control.text-center.qtyInput {
	
    border: 1px solid #6c757d;
}
.cart-item button.btn-danger {
    padding-top: 4px;
    font-size: 12px !important;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    right: 4px;
    top: 4px;
    position: absolute;
}
.product-card span.badge {
    font-size: 11px;
    border-radius: 40px;
    background: #ffffff;
}

.filter-bar {
	border-radius:0px!important;
    width: 100%;
}
input#myTextBox {
    position: relative;
    top: -5px !important;
}
.fl-row input#mySlider {
    position: relative;
    top: 6px;
}
.fl-row button#openCart {
	position: relative;
    right: 42px;
    font-size: 14px;
    line-height: 7px;
    height: 35px;
    margin-top: 31px;
    width: 120px;
    background: #2089d6;
    border-radius: 0px;
}
.row.fl-row {
  
    border-radius: 0px !important;
    border-radius: 10px;
    padding: 10px;
    margin: 0px 0px 20px 0px !important;
    background: rgb(242, 242, 242);
}
.product-item .product-card {
    border-radius: 0px!important;
}

.product-item .product-card img {
  padding:0px;
    height: 188px;
    width: 100%!important;
}

.product-card .card-body {
    background: #efefef;
}

.product-card .card-body h6 {
    font-size: 16px;
}

.product-card .card-body .text-primary {
    font-weight: 600!important;
    margin-bottom: 24px;
    color: #000000!important;
    font-size: 21px;
}

.previewBtn {
    margin-right: 2%;
    border: none;
    background: #ccc;
    border-radius: 0px;
    width: 48%;
}

button.btn.btn-sm.btn-primary.addCart {
    margin-left: 2%;
    color: #fff;
    border: none;
    background: rgb(32, 137, 214);
    border-radius: 0px;
    width: 48%;
}
.row.fl-row label.fw-bold {
    font-weight: 400;
    font-size: 13px;
}
.product-item .product-card {
    border-radius: 0px!important;
}

.pr-rec {
    font-weight: 300!important;
    font-size: 15px;
    color: #2089d6;
}

.filter-bar input, .filter-bar select {
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 0px;
}





.filter-bar{
background:white;
padding:15px;
border-radius:8px;
margin-bottom:20px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

/* CART SIDEBAR */

#cartSidebar{
position:fixed;
right:-350px;
top:0;
width:350px;
height:100%;
background:white;
border-left:1px solid #ddd;
transition:.3s;
z-index:9999;
overflow:auto;
}

#cartSidebar.active{
right:0;
}

.cart-header{
display:flex;
justify-content:space-between;
padding:15px;
border-bottom:1px solid #eee;
}

.cart-item {
    background: #f2f2f2;
    margin: 10px;
border-bottom:1px solid #eee;
padding:10px;
}


input[type="number"] {
    width: 80px;
    padding: 5px;
    text-align: center;
}


.profile-initial{
width:40px;
height:40px;
border-radius:50%;
background:#ffffff;
color:#0d6efd;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
font-size:14px;
}

.user-name{
font-weight:600;
font-size:14px;
color:#fff;
max-width:120px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

.ecart {
    border: 1px solid #d2d2d2;
    border-radius: 0px!important;
    background: #fff;
}

h4.cart-head {
    margin-bottom: 20px;
}

button.btn.btn-light.qty-btn {
    justify-content: center;
    align-items: center;
    display: flex;
}

.ecart .remove {
    border: none;
    background: none;
    padding: 0px;
    width: 20px;
    color: #000;
    border-radius: 0px;
}

.card.cart-card {
    border-radius: 0px;
}

.full-cart button.btn.btn-primary.mt-3.w-100 {
    background: #2089d6;
    width: 100%;
    border-radius: 0px !important;
    border: none;
}

.full-cart textarea {
    font-size: 14px;
    border-radius: 0px;
}

.card.cart-card p {
    font-size: 14px;
}

.full-cart button#clearCart {
    color: #fff;
}


.back-btn a {
    /* display: inline-block; */
    /* border: 1px solid #ccc; */
    
    color: #2089d6;
    padding: 15px  0px;
}

.back-btn {
    position: relative;
    top: 15px;
    margin-bottom: 0px;
    text-align: right;
}

.ecart .remove:hover {
	color: #000;
    background: none;
}

.previewBtn {
    border: none!important;
    background: #ccc!important;
    border-radius: 0px!important;
}
   .cart-card {
            border-radius: 10px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        .qty-btn {
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }
        .product-img {
            width: 60px;
        }
        .out-stock {
            color: red;
            font-size: 12px;
        }
.catalog-header .dropdown-toggle::after{
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 6px solid!important;
    border-right: 6px solid transparent!important;
    border-bottom: 0;
    border-left: 6px solid transparent!important;
}
.catalog-header ul li strong {
    font-weight: 400;
    font-size: 15px;
}

.catalog-header ul li {
    font-size: 14px;
}
.catalog-header .dropdown {
    border-radius: 100px;
    padding: 6px 6px;
    background: #3e3434;
}

.catalog-header .dropdown span.fw-bold.user-name {
    font-weight: 400!important;
    font-size: 14px;
}

.profile-initial {
    height: 30px;
    width: 30px!important;
}
.catalog-header .dropdown {
    border-radius: 100px;
    padding: 6px 10px 6px 6px;
    background: #2089d6;
}

.catalog-header .dropdown span.fw-bold.user-name {
    font-weight: 400!important;
    font-size: 14px;
}

.profile-initial {
    height: 30px;
    width: 30px!important;
}
.full-cart .cart-card h6 span {
    font-weight: 600;
}
.full-cart .cart-card h6 {
    font-weight: 400;
}

.success-icon.mb-3 + h4 + p {
    text-align: center!important;
}


div#publishsetting {
    margin-top: 0px;
    padding-top: 0;
}

#publishsetting label.sub-label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px!important;
}

#publishsetting .toggle-container .small {
    color: #2089d6;
    font-weight: 400!important;
    font-size: 13px!important;
}

#publishsetting .form-check.form-switch {
    margin-left: 36px;
}

#publishsetting .toggle-container {
    justify-content: space-between;
    display: flex;
}

#publishsetting .toggle-container + p {
    color: #a59e9e !important;
}

div#publishsetting {
    margin-top: 0px;
    padding-top: 0;
}

#publishsetting label.sub-label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 15px!important;
}

#publishsetting .toggle-container .small {
    color: #2089d6;
    font-weight: 400!important;
    font-size: 13px!important;
}

#publishsetting .form-check.form-switch {
    margin-left: 36px;
}

#publishsetting .toggle-container {
    justify-content: space-between;
    display: flex;
}

#publishsetting .toggle-container + p {
    color: #a59e9e !important;
}

#publishsetting .validity-option.active {
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    border: 0px;
}

#publishsetting .validity-option {
	   border-radius: 0px;
	border: 1px solid #ccc;
    flex-flow: row-reverse;
    justify-content: space-between;
    display: flex;
}

#publishsetting .validity-option input {
    top: 6px;
    position: relative;
    align-items: center;
    height: 20px;
    width: 20px;
}

.success-icon.mb-3 + h4 + p {
    text-align: center!important;
}

.step-section .cust-cont .btn-secondary {
    color: #000;
}

.step-section .cust-cont .btn-secondary {
    color: #000;
}

.cust-cont .btn-primary:hover {
    border: 1px solid #2089d6;
    background: #2089d6;
}

.cust-cont .btn-secondary:hover {
    border: 1px solid #ccc;
    background: #cccccc!important;
}
.atrb-sec {
    margin-bottom: 15px;
}
p.tag-bg .tbg {
    color: #44474b;
    border-left: 3px solid #1a88f1 !important;
    border: 1px solid #ccc;
    font-size: 10px;
    padding: 3px 10px;
    /* border-radius: 3px; */
    margin-bottom: 5px;
    margin-right: 2px;
    display: inline-block;
    /* background: #efefef; */
}

p.tag-bg {
	    display: inline;
    margin-top: 23px;
}
#productDetails h5.text-dark .text-decoration-line-through {
    color: #b3b3b3 !important;
}

#productDetails .border.rounded {
    align-items: center;
    display: flex;
    height: 321px;
}

#productDetails h3 {
    font-size: 25px;
    font-weight: 400!important;
}

#productDetails p {
    font-size: 13px;
    color: #a0a0a0 !important;
}

#productDetails  h4 {
	font-weight:600 !important;
    color: #000!important;
    font-size: 25px;
}

#productDetails h6.fw-bold {
    font-weight: 600!important;
}

#productDetails span.badge

 {
    margin-bottom: 0px !important;
    font-weight: 500;
    font-size: 11px;
    border-radius: 13px !important;
    border: 1px solid #ccc;
}
#productDetails .border.rounded {
	    border-radius: 0px !important;
	overflow: hidden;
    align-items: center;
    display: flex;
    height: 321px;
}
.card.h-100.position-relative {
    border: 1px solid #ccc !important;
}


#productDetails h3 {
    font-size: 25px;
    font-weight: 400!important;
}

#productDetails p {
    font-size: 13px;
    color: #292626 !important;
}

#productDetails  h4 {
	font-weight: 500 !important;
    color: #000!important;
    font-size: 22px;
}

#productDetails h6.fw-bold {
    font-weight: 600!important;
}

#productDetails span.text-muted + span.badge {
    position: relative;
    top: -4px!important;
    font-weight: 500;
    font-size: 10px;
    border-radius: 13px!important;
    border: 1px solid #ccc;
}

#productDetails h6.fw-bold + p + .mt-4 {
    display: none;
}
#productDetails .border.rounded img {
    width: 100%;
}

.atrb-sec label {
	display: block;
    color: #000;
    margin-bottom: 3px;
    font-size: 13px;
}

.atrb-sec  button.size-btn, .atrb-sec  .color-box {
    border-radius: 0px;
    height: 30px;
    width: 30px;
}

.atrb-sec button.size-btn.active {
    border: 1px solid #1a88f1;
    background: #1a88f1;
}

#productModal .modal-header {
    padding: 5px 6px;
}

#productModal .modal-content{
    border-radius: 0px !important;
}
div#productAccordion .accordion-item {
    background: none !important;
    border: none !important;
}
a#clearCart {
    color: #000 !important;
    border: none;
    background: #cccccc;
    /* display: inline-flex; */
    /* float: right; */
    font-size: 14px;
    margin-left: 10px;
    border-radius: 0px;
}
a.qty-btn {
    padding-top: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.log-out small {
    display: block;
    color: #7a7e81;
    font-weight: 300;
    font-size: 13px;
}

.log-out strong {
    display: block;
    width: 129px;        /* adjust as needed */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 14px!important;
}

.log-out .dropdown-item svg {
    fill: #2089d6!important;
    width: 16px!important;
}

.log-out .dropdown-item  span {
    color: #2089d6;
}

.titems p {
    padding-bottom: 15px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 0px;
}

.ttotal p {
    padding-bottom: 15px;
    justify-content: space-between;
    display: flex;
}

.ttotal h6 {
    padding: 20px 0px;
    border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    justify-content: space-between;
    display: flex;
}

.notebox p strong {
    /* margin-top: 20px!important; */
    font-weight: 500;
}

.notebox {
    margin-top: 20px;
}

 .full-cart .col-lg-4 .cart-card h5 {
    font-size: 18px;
    margin-bottom: 0px;
    font-weight: 500;
}

.card.thank-you-card a.btn-secondary {
    margin: 40px auto 40px !important;
    width: 190px;
    display: block;
    line-height: 28px;
    border-radius: 0px;
    border: 1px solid #2089d6;
    background: #2089d6;
}

.thank-you-card .card-body {
    border-radius: 0px!important;
}

.thank-you-card p.text-muted {
    border: 1px dotted #ccc;
    padding: 10px 30px;
    display: inline-flex;
    /* background: #ccc; */
}

.thank-you-card h4.text-secondary.fw-normal.mb-4 {
    font-size: 21px;
    color: green!important;
}



.variant-group button {
    line-height: 8px;
    margin-left: 0px;
    font-size: 11px;
    height: 25px;
    min-width: 25px;
    padding: 2px 3px;
    border-radius: 0px;
}

.variant-group button.active {
    border: 1px solid #2089d6;
    background: #2089d6;
}

#productDetails h6 {
    padding-top: 12px;
    border-top: 1px solid #ececec;
    font-size: 13px;
    margin-top: 12px!important;
}

#productDetails h6:first-child {
    display: block;
    border-top: 1px solid #5d5151 !important;
}

#productDetails h6:nth-child(1) {
    border-top: 1px solid #ccc!important;
}

#productDetails small {
    background: #ccc!important;
}

.variant-group.mb-3 {
    margin-bottom: 3px!important;
}



.variant-group.mb-3 + .small {
    color: #000!important;
    margin-top: 23px;
    padding: 2px 10px;
    display: inline-block;
    background: #deefff;
    font-size: 11px!important;
}

.variant-group.mb-3 + .small span {
    color: #000;
    font-weight: 600;
}

#productModal .addCart{
    display: block;
    line-height: 28px;
    border-radius: 0px;
    border: 1px solid #2089d6;
    background: #2089d6;	
}
.thumb-img.active{
border: 2px solid #2089d6!important;
}
.ec-title {
    width: 400px;
}

.cart-item strong {
    font-weight: 600;
    font-size: 15px;
    width: 90%;
    display: block;
    margin-bottom: 11px;
}