@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Questrial&display=swap');

.flex-center {
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.pname{
    /*font-weight: bold;*/
    text-align: start;
    width: 70%;
    font-family: "Questrial", sans-serif;
    font-size: 1.2em;
}

.pname .pdesc{
    font-weight: normal;
    font-size: 0.7em;
}

.no-border-radius {
    border-radius: 0;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-component h2{
    margin-top: calc(var(--space-xxxs)*var(--text-vspace-multiplier, 1));
}

/*.product-container:nth-child(odd) {*/
/*    background: #e7e7e7;*/
/*    padding: 0 5px;*/
/*    margin-left: -5px;*/
/*    margin-right: -5px;*/
/*}*/

.product-container {
    border-bottom: 1px dotted #aaa;
    padding-top: 10px;
}

.text-component h2.catName{margin-top: 2em; margin-bottom: 1em; font-weight: 400; font-family: "Questrial", sans-serif;}


.cd-cart__details{padding-top: 0}
.cd-cart__select select {
    padding: 0 0.5em 0 0;
}

.cd-cart__remove {
    background: hsl(7, 80%, 56%);
    color: #fff;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

a.cd-cart__delete-item {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-block;
    width: 100%;
}

.cd-cart__actions{
    display: inline;
}



.customSwalBtn{
    background-color: rgba(214,130,47,1.00);
    border-left-color: rgba(214,130,47,1.00);
    border-right-color: rgba(214,130,47,1.00);
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 30px 5px 0px 5px;
    padding: 10px 15px;
}
.customSwalBtn.SwalBtn1{background-color: #727671}

.swal2-html-container .swal2-select{
    margin: 0;
}
.swal2-html-container .buttonContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: center;
    align-items: stretch;
}

.addons h4{
    margin-bottom: 15px;
}

.addon label{
    padding: 3px;
    display:inline-block;
}

.addon label input{
    margin-right: 5px;
}

input.searchInput {
    /* width: 86vw; */
    padding: 6px;
    margin: 0 auto;
    border: 1px solid #aaa;
    box-shadow: 0 0 7px #ccc;
    width: 100%;
}

w {}

section#searchbar {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

#searchbar > form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: stretch;
    width: 85vw;
    margin: 0 auto;
}

#searchbar button {
    background: hsl(204, 73%, 52%);
    border: none;
    color: #fff;
    padding: 7px;
}

#searchbar button img {
    width: 20px;
}


#serviceCallContainer button {
    position: fixed;
    bottom: 20px;
    left: 5%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 3;
    height: 72px;
    width: 72px;
    overflow: visible;
    background: #fff;
}

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0,0,0,.5) !important;
}

select.swal2-select {
    color: #888888;
    font-size: 16px;
    padding: 10px 20px 10px 10px;
    border: 1px solid #888 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888888'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-size: 12px;
    background-position: calc(100% - 10px) 18px;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
}


.cd-main .category-img{margin: -20px auto 20px;}