.bqps-wrapper .bqps-top {
    font-size: 11px;
}


.bqps-atc-price * {
    color: #fff;
}

/* test selectors */
.disable {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.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-product-box {
    margin-bottom: 0;
    margin-top: auto;
}

.bqps-square {
    background: #ebebeb;
}

.bqps-square.selectedone {
    background: #ac1559;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 15%)
}

.bqps-square .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 {
     
    padding: 20px 0;
    width: 100%;

}

.bqps-box-wrapper {
    display: flex;
}

.bqps-box-wrapper.full {
    display:block;
}

.bqps-product-box {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-self: center;
    place-content: center;
    text-align: center;
    margin: 10px;
}

.bqps-product-box {
    margin-bottom: 0;
    margin-top: auto;
}

.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;
	cursor: pointer;

}

.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-box-wrapper {
		display: block;
	}
	
	.bqps-product-box {
		margin-left: 0;
	}

    .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;
    align-items: center;
}

.bqps-title .name {
    color: #000;
    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: #000;

}

body:not(.bqps-fullpage) .bqps-box .postage.bqps-pill img {
    width: 15px;
}

.bqps-box.selectedone {
    background: #000;
    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: #000;
}

.bqps-fullpage .bqps-top-label {
    color: #000;
}

.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;
}

.bqps-wrapper .qty-label {
    font-size:11px;
}

/* V4 (nakupujem) */

.bqps-radio {
    width: 25px!important;
    height: 23px!important;
    border: 1px solid #82B735!important;
    margin-right: 15px!important;
    border-radius: 100%;
}

.bqps-box .inner {
    align-items: center;
}
/*
.bqps-radio:after {
    content: "";
    margin: 0 auto;
    display: block;
    left: 1px!important;
    right: 1px!important;
    top: 1px!important;
    bottom: 0;
    width: 19px;
    height: 19px;
    opacity: 1;
}

.selectedone .bqps-radio:after {
    content: ""!important;
    background:#82B735!important;
    opacity: 1;
    width: 19px;
    height: 19px;
}*/

.postage.bqps-pill-naked {
    display: flex;
    align-items: center;
}

.postage.bqps-pill-naked img {
    padding-right: 10px;
    height: 20px;
}

.full-alt .bqps-title .name {
    font-weight: normal;
} 

.full-alt .bqps-title .name ins {
    font-weight: bold;
} 

.full-alt .bqps-square {
    border-radius: 20px;
}

.full-alt del, 
.full-alt .save,
.full-alt .bqps-pill-naked {
    font-size: 14px;
}

.full-alt .bqps-box-price {
    padding: 5px;
}

.full-alt .bqps-box-price *,
.full-alt .save * {
    color: #000;
}

.full-alt .selectedone .bqps-box-price *,
.full-alt .selectedone .save * {
    color: #fff;
}

a.button.alt.bqps_add_to_cart.single_add_to_cart_button {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
}

.full-alt .bqps-box-price ins * {
    font-size: 20px!important;
    color: #82B735;
}

.full-alt .selectedone .bqps-box-price ins *,
.full-alt .bqps-box:hover ins * {
    color: #fff!important;
}

@media only screen and (max-width: 768px) {
    .full-alt .name {
        display: flex;
        flex-direction: column;
    }

    .full-alt .spacer {
        display: none;
    }

    .full-alt .bqps-price {
        padding: 0;
        margin: 0;
    }

    .full-alt .bqps-box-price {
        padding: 0px!important;
    }
}

.bqps_add_to_cart {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation: pulse_6250 6s linear infinite;
    transform-origin: 50% 50%;
    animation: pulse_6250 6s linear infinite;
    transform-origin: 50% 50%;
}


.visual-picker {
    position: relative;
 
  }
  
  .visual-picker .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    right: -48px;
    opacity: .7;
    margin-bottom:10px;
    transition: 0.5s;
    opacity:0;
  }

  .visual-picker:hover .tooltip {
    visibility: visible;
    opacity:1;
  }

  span.tooltip:after {content: "";background: #000;width: 10px;height: 10px;position: absolute;bottom: -4px;right: 56px;transform: rotate(45deg);border-radius: 1px;}

.bqps-var-image img {
    width: 40px;
    height: 40px;
}

.visual-picker.bqps-image-var {
    height: 50px;
    display: flex;
    align-items: center;
}

.under-bqps {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

h4.price.alt {
    display: flex;
    flex-direction: column;
}

.under-bqps .bqps-badge.bqps-onsale.bqps-perc {background: none;color: #000;}

.left span {
    color: #000;
    font-size: 20px;
}




h4.price ins {
    color: #cd210a !important;
}
h4.price del {
    color: black !important;
}