table.variations {
    display: none;
}

.bqps-wrapper .bqps-top {
    font-size: 11px;
}

/* test selectors */

.bqps_variations {
    display: flex;
    flex-wrap: wrap;
}

.bqps_variations .parent {
    padding: 10px!important;
}

.bqps-product-box {
    overflow: hidden;
}

.bqps-wrapper.full {
    display: block;
}

.bqps-wrapper.full .bqps-inner {
    width: unset;
}

.left-box {
    position: relative;
}

.grid-box {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 11px;
}

.left-box-top {
    display: grid;
grid-template-columns: 4fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.left-box-bottom {
    display:flex;
}

.bqps-pill {
    padding: 0px 6px;
    background: #edd9e4;
    border-radius: 20px;
    margin: 0 3px;
    white-space: nowrap;
    font-size: 14px;
}

.bqps-pill img {
    margin-right: 10px;
}

.right-box-inner {
    display: grid;
}



.bqps-square {
    background: #ebebeb;
}

.bqps-square.selectedone {
    background: #ac1559;
}

.product-title {
    text-align: left;
}

.selectedone .product-title {
    color: #fff;
}

.right-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: right;

}

.selectedone .right-box ins,
.selectedone .right-box del {
    color: #fff;
}

.right-box ins {
    font-weight: bold;
    color: #ac1559;
    font-size: 25px;
}

.right-box del {
    font-size: 18px;
}

/* */

.hidden {
    display: none;
}

.bqps-wrapper {
      display: flex;
    padding: 20px 0;
    width: 100%;

}

.bqps-product-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: center;
    place-content: center;
    text-align: center;
    margin: 10px;
}

.bqps-product-box .bqps-title {
    place-content: center;

}

.bqps-square {
    cursor: pointer;
}

.sticky-add-to-cart.sticky-add-to-cart--active .bqps-wrapper {
    display: none !important;
}

.bqps-top {
    background: red;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.bqps-top-label,
.bqps-bottom-label {
    text-align:center;

}

.selectedone .bqps-top-label,
.selectedone .bqps-bottom-label {
    color: #fff;
}

.bqps-text {
    padding: 10px;
    text-align: center;
}

.inline .bqps-text {
    display: flex;
    justify-content: center;
}

.inline sub {
    padding-left: 5px;
}

.bqps-price {
    display:flex;
    flex-direction: column;
    align-self: center;
}

.bqps-under {
    background: red;
    padding: 0 3px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
}


.amount del {
    margin-right: 10px;
}

.attributes {
    display: flex;
}

.visual-picker {
    width: 30px;
    height: 30px;
    margin: 2px;

}

.visual-picker.barva {
    padding: 1px; 
}

.terms {
    display: flex;
}

.visual-picker {
    text-align: center;
    border: 2px solid #e9e9e9;
    width: auto;
    padding: 0px 7px;
}

.visual-picker.active {
    border: 2px solid #000!important;
}

@media only screen and (max-width: 768px) {
    .bqps-wrapper {
    }

    .bqps-inner {
        display: flex;
        flex-direction: column;
        align-self: center;
        text-align: center;
        margin: 1px;
    }

    

  
}


/* V2 */
.bqps-box {
    cursor: pointer;
}

.bqps-box .inner {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.full .bqps-info {
    width: 100%;
    position: relative;
    margin-right: 10px;
}

.full .bqps-pill {
    display: flex;
}

.full .bqps-pill p {
    margin: 0;
}

.bqps-box {background: #ebebeb;margin: 5px;}

.bqps-pills {
    display: flex;
}

.bqps-title {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
}

.bqps-title .name {
    color: #AD1458;
    font-weight: bold;
    font-size: 19px;
}


.discount {
    /*background: url(/wp-content/uploads/2020/12/vijola-packa.png);*/

    background-color: #ac1559;
    border-radius: 50px;
    font-size:12px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    top: -15px;
}

.selectedone .discount {
    background-color: #fff;
   /* background: url(/wp-content/uploads/2021/01/bela-packa.png);*/
    
    background-repeat: no-repeat;
    background-size: contain;
    color: #AD1458;

}

body:not(.bqps-fullpage) .bqps-box .postage.bqps-pill img {
    width: 15px;
}

.bqps-box.selectedone {
    background: #AD1458;
    transition: .7s;
}

.selectedone .bqps-price .amount {
    color: #fff;
    opacity: 1;
}

.selectedone .bqps-title .name {
    color: #fff;
}

.bqps-reg-price .amount {
    font-size: 18px;
}

.bqps-alt-price .amount {
    font-size: 21px;
    font-weight: bold;
}

.bqps-price {
    text-align: right;
}

.mobile {
    display: none;
}

.desktop {
    display: block; 
}

/* pod 900 */
@media only screen and (max-width: 899px) {
    .bqps-info {
        margin-right: 0;
    }
    
    .bqps-pill {
        font-size: 14px;
        margin: 5px;
        padding: 2px;
    }
    
    .bqps-box .inner {
        padding: 10px;
    }
    
    .discount {
        top: -10px;
    }
    
    .bqps-box .bqps-pills {
        flex-direction: column;
        text-align: center;
    }    

    .mobile .discount {
        position: unset;
        margin-right: 0;
        margin-left: auto;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}


/* V3 */

.bqps-fullpage {
    display: flex;
}

.bqps-fullpage .bqps-box .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bqps-fullpage .bqps-box {
    text-align: center;
}

.bqps-fullpage .bqps-title .name {
    margin: 0 auto;
    padding: 15px 0;
}

.bqps-fullpage .bqps-top-label {
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 29px;
    line-height: 29px;
    min-height: 29px;
    height: 80px;
}

.bqps-fullpage .bqps-price {
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.bqps-fullpage .bqps-price > * {
    padding: 7px;
}

.bqps-fullpage .bqps-price ins {
    font-size: 35px;
    font-weight: bold;
    line-height: 10px;
}

.bqps-fullpage .bqps-pill {
    background: no-repeat;
    padding-bottom: 20px;
}

.bqps-fullpage .postage.bqps-pill img  {
    padding-right: 15px;
}

.bqps-fullpage .bqps-box .postage.bqps-pill img {
    width: 50px!important;
}

.bqps-fullpage .postage.bqps-pill {
    font-size: 17px;
}

.bqps-fullpage .bqps-offer-text ins {
    font-size: 35px;
    font-weight: bold;
}

.bqps-fullpage .selectedone .bqps-offer-text {
    color: #fff!important;
}

.bqps-fullpage .bqps-offer-text ins {
    font-size: 35px;
    font-weight: bold;
}

.bqps-fullpage .bqps-pill {
    padding-bottom: 20px;
}

.bqps-fullpage .bqps-offer-text,
.bqps-fullpage .bqps-offer-text,
.bqps-fullpage .bqps-offer-text  {
    color: #000;
}



.bqps-fullpage .selectedone .bqps-pill,
.bqps-fullpage .selectedone .bqps-top-label,
.bqps-fullpage .selectedone .bqps-offer-text {
    color: #fff;
}

.bqps-fullpage .selectedone .button {
    background: #fff;
    color: #AD1458;
}

.bqps-fullpage .bqps-top-label {
    color: #AD1458;
}

.bqps-fullpage .button {
    font-size: 19px;
    margin: 0 auto;
    border-radius: 12px;
}

.bqps-fullpage .selectedone .button {
    background: #59ac15;
    color: #fff;
}

.bqps-fullpage .postage.bqps-pill {
    padding-top: 30px;
}

/* mobile */
@media only screen and (max-width: 768px) {
    .bqps-fullpage {
        flex-direction: column;
    }
    
    .bqps-fullpage .bqps-image picture {
        display: none;
    }
    
    .bqps-fullpage .bqps-box .inner {
        padding: 0;
    }
    
    .bqps-fullpage .bqps-top-label {
        height: auto;
        min-height: auto;
    }       
}
.bqps-fullpage .bqps-box .postage.bqps-pill img {
    width: 50px!important;
}

.bqps-fullpage .postage.bqps-pill {
    display: flex;
    font-size: 14px!important;
    align-items: center;
    margin: 0 auto;
}