/* input(110,26): run-time error CSS1034: Expected closing parenthesis, found ','
input(110,26): run-time error CSS1042: Expected function, found ','
input(110,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(114,26): run-time error CSS1034: Expected closing parenthesis, found ','
input(114,26): run-time error CSS1042: Expected function, found ','
input(114,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(237,27): run-time error CSS1034: Expected closing parenthesis, found ','
input(237,27): run-time error CSS1042: Expected function, found ','
input(237,32): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(242,25): run-time error CSS1034: Expected closing parenthesis, found ','
input(242,25): run-time error CSS1042: Expected function, found ','
input(242,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(441,33): run-time error CSS1046: Expect comma, found '0'
input(441,37): run-time error CSS1046: Expect comma, found '/' */
:root {
    --TspDrk: #0459a9;
    --TspLight: #0f6dc7;
        --Orange: #ef7a28;

}
.customProductHeader {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}

.flat-card-container {
    height: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
}
.flat-list-wrapper {
    padding: 1% 0 1% 1%;
    position: relative;
    /*border: solid 1px rgb(0,0,0,25%);*/
    /*box-shadow: 0 0px 0px 1px rgb(0 0 0 / 25%);*/
    /*border-radius: 6px;*/
    /*width: 65%;*/
    width: 100%;
    min-width:240px;
    height: 120px;
    display: flex;
    flex-direction: row;
    margin-top:4px;
    border-bottom:1px solid #d5d5d5;
}
.BasketPopupInner > .flat-list-wrapper {
    padding: 1%;
    position: relative;
    border-radius: 6px;
    width: 100%;
    min-width: 300px;
    height: 120px;
    display: flex;
    flex-direction: row;
    margin-top: 4px;
}

/*.flat-list-wrapper:hover{
    background:rgb(0,0,0,3%)
}*/

.FlatListPriceWrapper {
    margin-bottom: auto;
    margin-top: .5rem;
    font-size: small;
    gap: .7rem;
}

/*.flat-list-wrapper[discount-is-present=false] .CardPriceBeforeDiscount {
    display: none;
}*/

.PriceBox {
    /*padding: .4rem 1rem;*/
    padding:5px 0;
    /*margin-right: 0.5rem;*/
    border-radius: 5px;
    /*background: var(--TspDrk);*/
    color: white;
    font-size: smaller;
    width:fit-content;
}
.OldPriceBox {
    /*padding: .4rem 1rem;*/
    margin-left: 0.7rem;
    border-radius: 10px;
    text-decoration: line-through;
    color: red;
    font-size: medium;
}


.flat-list-wrapper[discount-is-present=true] .PriceBox {
    background: var(--Spring);
}

.flat-list-wrapper .CardPriceBeforeDiscount {
    margin-left: auto;
    font-size: smaller;
}

.PriceBox .CardPriceBeforeDiscount {
    width: fit-content;
    width: -moz-fit-content;
    margin-left: auto;
    margin-bottom: 1px;
    color: #b0c1af;
}

.CardItemQuantityWrapper > .CardQuantityButtonDecrease {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.CardItemQuantityWrapper > .CardQuantityButtonIncrease {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.CardEditQuantityInput:hover {
    background: rgb(0,0,0,25%) !important;
}

.CardEditQuantityInput:focus {
    background: rgb(0,0,0,25%) !important;
    outline: none;
}
ProductListWrapper

.flat-list-wrapper[discount-is-present=true] .PriceBox .CardPrice{
    /*font-size:.8rem;*/
    color:white;
}
.BasketPopupInner > .ProductListWrapper > .FlatListStyleOne > .flat-list-wrapper > .flat-card-container  >  .flat-list-item-info-container {
    flex: 1;
}
.BasketPopupInner > .ProductListWrapper   {
max-height: 300px;
display :block;
 }
 
.UnitListItem {
    font-size: smaller;
}

    .flat-list-item-photo {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0.3rem;
    }
    .flat-list-item-photo img {
        height:80px;
        width:80px;
        /*height: 80%;*/
      /*  margin-right: 15px;*/
    }
.flat-list-item-info-container{
    display:flex;
    flex-direction:column;
    flex:3;
    justify-content:space-between;
}
.flat-list-item-info-campaign {
    flex: 1;
    /*padding-top: 3%;*/
}
span.flat-list-item-info-campaign {
    background-color: var(--Orange);
    /*padding: 1.5%;*/
    padding:3px;
    border-radius: 6px;
    color: white;
    font-size: .7rem;
}
span.flat-list-item-info-responsive-unit-type {
    visibility: hidden;
    background-color: grey;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 10px;
    padding: 1% 1% 1% 1%;
    border-radius: 10%;
    color: white;
}
.flat-list-item-info-name {
    flex: 1;
    font-size: 23px;
    padding-top: .5rem;
    display: grid;
}
.flat-list-item-info-name > a {
    color: black !important;
    font-size: .9rem;

}
.flat-list-item-unit-container {
        height: 100%;
        flex: 3;

}
.flat-list-radio-label {
    flex: 1;
    font-size: 17px;
}
.flat-list-radio-label-bold {
    flex: 1;
    font-size: 17px;
    font-weight:bold;
}
.flat-list-add-to-basket {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 10%;
    flex: 1;
    justify-content: space-between;
    gap:0.7rem;
}
button.btn.btn-primary {
    height:30%;
    margin: 3px !important;
    background-color: #1759a7;
    white-space: nowrap;
}

/*.FlatCardManageWrapper*/ .CardItemQuantityWrapper {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}

.FlatCardManageWrapper .CardItemQuantityWrapper {
    align-items: flex-end;
}

    .ChangeUnitButton {
        /*transition:all 200ms;*/
        display: block;
        cursor: pointer;
        height: 100%;
        width: 15%;
        border-radius: 4px;
    }

.ChangeUnitButton.NoMoreItem {
    background:rgb(255,0,0, 90%) !important;

}

.ChangeUnitButton:hover {
    background:rgb(0,0,0,10%)
}

#Left.ChangeUnitButton {
    margin-right: .5rem
}

#Right.ChangeUnitButton {
    margin-left: .5rem
}

.EditSection {
    display: flex;
    flex-direction:column;
   /* height: 38%;
    width: 40%;*/
    border-radius: 6px;
    /*margin-top: 13px;*/
}

.EditWrapper {
    display: flex;
    /*height: 38%;
    width: 40%;*/
    border-radius: 6px;
    margin-top: auto;
   /* border-top: 1px solid #0459a9;
    border-bottom: 1px solid #0459a9;*/
}

/*.FlatCardManageWrapper */
.CardItemQuantityWrapper .EditWrapper .CardQuantityButtonIncrease,
/*.FlatCardManageWrapper*/ .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonDecrease {
    /*flex: .5;*/
    transition: all 200ms;
    height: 1.7rem;
    width: 1.7rem;
    /* background-color: var(--Blue); */
    /*box-shadow: 0 0 0 1px rgb(0 0 0 / 25%);*/
    /*border: 1px solid rgb(0 0 0 /25%);*/
    background: #0459a9;
    /*color: rgb(0 0 0 / 50%);*/
     color: white; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /*border-radius: 50%;*/
    z-index: 5;
    font-size:22px;
}


   /* .FlatCardManageWrapper*/ .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonIncrease:hover,
/*    .FlatCardManageWrapper*/ .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonDecrease:hover {
        background-color: var(--CardBlue);
        /*color: white!important;*/
        /*box-shadow: 0 0 0 1px var(--Blue);*/
    }

    /*.FlatCardManageWrapper*/
    .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonIncrease:active,
    /*  .FlatCardManageWrapper */ .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonDecrease:active {
        background-color: var(--Blue);
        color: white !important;
        border: none;
        /*box-shadow: 0 0 0 1px var(--Blue);*/
    }


/*.FlatCardManageWrapper*/
.CardItemQuantityWrapper .EditSection .EditWrapper .CardEditQuantityInput {
    flex: 2;
    border-radius: 0 !important;
    /*border: none;*/
    /* border-top: 2px solid var(--LightGray); */
    /* border-bottom: 2px solid var(--LightGray); */
    /*box-shadow: 0 0 0 1px var(--Blue);*/
    /*border-bottom: solid 1px rgb(0 0 0 / 15%);*/
    /*margin: 0 5px;*/
    text-align: center;
    padding: 0;
    background: transparent;
    /*margin: 0 5px;*/
    /*border-radius: 4px!important;*/
    transition: background 250ms;
    border-top: 1px solid #0459a9;
    border-bottom: 1px solid #0459a9;
    height:1.7rem;
    width:40px;
}

    /*.FlatCardManageWrapper *//*.CardItemQuantityWrapper .EditSection .EditWrapper .CardEditQuantityInput:focus {
        outline: none;*/
        /* border-top: 2px solid var(--CardBlue);
        border-bottom: 2px solid var(--CardBlue);*/
    /*}*/

.flat-list-item-unit-container {
    padding-top: 20px;
}


.check {
    bottom: 0;
    display: flex;
    left: calc(50% + 40px);
    margin-bottom: 10px;
    position: absolute;
}

.containerOuter {
    background: white;
    border-radius: 8px;
    box-shadow: 2px 6px 20px 2px rgba(10,10,120,0.15);
}

.container {
    position: relative;

    padding: 0px;
    overflow: hidden;

}

.hidden {
    display: none;
}

.entry {
    height: 25px;
    position: absolute;
    width: 160px;
}

    .entry:nth-child(2) {
        left: 8px;
        top: 8px;
    }

    .entry:nth-child(4) {
        left: 8px;
        top: 58px;
    }

    .entry:nth-child(6) {
        left: 8px;
        top: 108px;
    }

.circle {
    border: 2px solid #545556;
    border-radius: 50%;
    cursor: pointer;
    height: 23px;
    position: absolute;
    transition: border-color 300ms;
    width: 25px;
}

.entry-label {
    cursor: pointer;
    padding-left: 40px;
    user-select: none;
    -moz-user-select: none;
    display: table-cell;
}
.entry-label-old-price{
    color:red;
}
.entry-label-unit-type{
    font-size:19px;
}
.overlay {
    background: #fff;
    height: 140px;
    pointer-events: none;
    transition: background 300ms;
    width: 40px;
}

.highlight {
    background: #4D98EF;
    border-radius: 50%;
    height: 12px;
    left: 14px;
    pointer-events: none;
    position: absolute;
    top: 14px;
    transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transform: translateY(-50px);
    width: 12px;
}




.flat-list-wrapper .FlatCardManageWrapper .CardAddToCartButton {
    transition: all 200ms;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 25%);
    border-radius: 6px;
    /*margin-top: auto;*/
    margin-left: auto;
    height: 55%;
    width: 100%;
    min-width: fit-content;
    min-width: -moz-fit-content;
    font-size: smaller;
    padding: 0 1.1rem;
    background: #085fae;
    /*margin-right: .6rem;*/
}

.CardAddToCartButton:hover {
    background:var(--Blue);
    box-shadow:none;
}

.CardAddToCartButton:hover > p{
    color: white !important;
}

.flat-list-wrapper .FlatCardManageWrapper{
    margin-left:auto;
}
/*.flat-list-delete{
    margin-right:15px;
}*/
.FlatCardManageWrapper {
    /* transform: translate(-50%, 0); */
    height: 60%;
    background-color: transparent;
    /* border: 1px solid var(--LightGray); */
    /* border-radius: 6px; */
    display: flex;
    justify-content: center;
    user-select: none;
}

.FlatCardManageWrapper[item-is-in-cart=true] > .CardAddToCartButton {
    display: none;
}

.FlatCardManageWrapper[item-is-in-cart=true] {
    border: none;
}

.FlatCardManageWrapper[item-is-in-cart=false] > .CardItemQuantityWrapper {
    display: none;
}


.hidden:nth-child(1):checked ~ .highlight {
    transform: translateY(0);
}

.hidden:nth-child(3):checked ~ .highlight {
    transform: translateY(50px);
}

.hidden:nth-child(5):checked ~ .highlight {
    transform: translateY(100px);
}

.hidden:nth-child(1):checked + .entry .circle {
    border-color: #4D98EF;
}

.hidden:nth-child(3):checked + .entry .circle {
    border-color: #4D98EF;
}

.hidden:nth-child(5):checked + .entry .circle {
    border-color: #4D98EF;
}

/*original radios*/

form {
    padding-top: 30px;
    padding-left: 0;
    border-radius: 3px;
    background: #fff;
    border-top: 6px solid #1759a7;
    width: 76%;
    /*margin: auto;*/
}

.radioP {
    display: flex;
    position: relative;
    padding-left: 30px;
    /*font-family: arial;*/
    width: 75%;
    margin-bottom: 2%;
}

    .radioP:first-child {
        /*margin: 0 0 20px 0;*/
    }

input[type="radio"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
}
input[type="radio"] + label span.radioButtonGraph {
    appearance: none;
    z-index: 20;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
    background: #efefef;
    background-image: radial-gradient(ellipse at center, #1759a7 0%,#1759a7 40%,#efefef 45%);
    background-repeat: no-repeat;
    transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
    border: 1px;
    border-style: solid;
    border-color: #1759a7;
}

input[type="radio"]:checked + label span.radioButtonGraph {
    transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
}

input[type="radio"] + label span.radioButtonGraph {
    background-position: -24px 0;
}

input[type="radio"]:checked + label span.radioButtonGraph {
    background-position: 0 0;
}

.form-check-label {
    flex: 1;
    color:red;
}
input[type="radio"] + label span.radioButtonGraph {
    appearance: none;
    z-index: 20;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsla(0,0%,100%,.15) 0 1px 1px, inset hsla(0,0%,0%,.5) 0 0 0 1px;
    background: #efefef;
    background-image: radial-gradient(ellipse at center, #1759a7 0%,#1759a7 40%,#efefef 45%);
    background-repeat: no-repeat;
    transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
    border: 1px;
    border-style: solid;
    border-color: #1759a7;
}

input[type="radio"]:checked + label span.radioButtonGraph {
    transition: background-position .2s .15s cubic-bezier(0, 0, .2, 1);
}

input[type="radio"] + label span.radioButtonGraph {
    background-position: -24px 0;
}

input[type="radio"]:checked + label span.radioButtonGraph {
    background-position: 0 0;
}

label {

    margin-left: 0.2rem !important;
}
/*spec 1 end*/

/*original radios*/
@media(min-width:920px){
    .flat-list-item-info-container{
        margin-left:17px;
    }
    .BasketRightInner .flat-list-add-to-basket {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 10%;
        flex: 1;
        justify-content: space-between;
        gap: 0.7rem;
        margin-top: 20px;
    }

    .BasketRightInner .flat-list-delete-button {
        padding: 0;
        order: 2;
        /*justify-content:start;*/
        align-items: start;
    }
    .FlatListWrapper .flat-list-add-to-basket {
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 10%;
        flex: 1;
        justify-content: space-between;
        gap: 0.7rem;
        margin-top: 20px;
    }

    .FlatListWrapper .flat-list-delete-button {
        padding: 0;
        order: 2;
        /*justify-content:start;*/
        align-items: start;
    }
    .FlatListWrapper .CardAddToCartButton{
        margin-top:0 !important;
    }
    
}
@media screen and (max-width:920px) {
    .SectionWrapper {
        flex-direction: column;
    }

    .Right {
        width: 100%;
        margin-left: 0;
        margin-bottom:1rem;
    }

   /* .flat-list-item-info-name > a {
        font-size: 2.7vw;
    }*/

   /* .flat-list-item-photo {
        height: 70%;
    }*/

    .flat-list-wrapper {
        height: 110px;
        width:100%;
    }

    /*.flat-list-add-to-basket {*/
        /*height: 70%;*/
        /*width: 10%;
        display: grid;*/
       /* padding: 1%;*/
        /*flex: 1;
    }*/
    

    button.btn.btn-primary {
        font-size: 10px;
    }

    span.flat-list-item-info-campaign {
        font-size: 10px;
    }

    .flat-list-radio-label {
        font-size: 14px;
    }

    .flat-list-radio-label-bold {
        font-size: 14px;
    }

    .form-check-label {
        font-size: 13px;
    }

    input[type="radio"] + label span.radioButtonGraph {
        width: 18px;
        height: 18px;
    }
}
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1400px) {
    .flat-list-add-to-basket {
        display: flex;
        /*flex-direction: column;*/
        flex: 2;
    }
    .flat-list-item-unit-container {
        flex: 4;
    }
    button.btn.btn-primary {
        margin:0;
        margin-top: 10px !important;
    }
    /*.MainPadding {

        padding: 0 5%;
    }*/
}


@media screen and (max-width: 768px) {
    /*.flat-list-wrapper {
        min-width:unset;
    }*/
    .EditSection {
        /*margin-right: 1rem;*/
    }
    .PriceBox {
        margin-right: 0 !important;
        width: fit-content;
        padding: 0.2rem 0.7rem;
        float:right;
    }
    .OldPriceBox{
        margin-left:0.8rem;
        text-align:end;
        display:flex;
        justify-content:end;
        font-size:12px !important;
    }
  

}


@media screen and (max-width: 550px) {
    .flat-list-item-unit-container {
        flex: 0;
        overflow: hidden;
    }
    .flat-list-item-info-name > a {
        font-size: 3.3vw;
    }
    .flat-list-item-info-name {
        flex: 1;
        font-size: 23px;
        /* padding-top: 20px; */
        display: contents;
    }
    span.flat-list-item-info-responsive-unit-type {
         visibility:visible;
        /* background-color: grey; */
        display: inline;
        font-size: 10px;
    }
    .PriceBox {
        padding:0;
    }
}

@media(max-width:440px){
    .flat-list-delete{
        margin-right:3px !important;
    }
    .flat-list-item-photo img{
        height:70px;
        width:70px;
    }
}
@media(max-width:380px){
    .flat-list-wrapper .FlatCardManageWrapper .CardAddToCartButton{
        height:45%;
        padding:0 0.4rem;
    }
}
@media(max-width:330px){
    .CardItemQuantityWrapper .EditSection .EditWrapper .CardEditQuantityInput{
        width:30px;
    }
}
@media(max-width:320px) {
    .CardItemQuantityWrapper .EditSection .EditWrapper .CardEditQuantityInput {
        width: 30px;
    }
    .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonIncrease, .CardItemQuantityWrapper .EditWrapper .CardQuantityButtonDecrease{
        width:1.3rem;
    }
    .flat-list-item-info-name > a {
        font-size: 3.7vw;
    }
}
@media(max-width:290px){
    .flat-list-item-photo img{
        width:50px;
        height:50px;
    }
}