#pricing-area {}
.pricing-container {
	margin-top: 0px;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    max-width: 1000px; 
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: space-around;
    align-items: flex-start;

 }

.buybox {
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
    float: left;
    margin: 15px;
    background: #2d2e2f;
    
}

.buybox:hover {
    transform: translateY(-5px);
}

.buybox-header {
    padding: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
}

/* .buybox-header::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid inherit;
} */

.buybox-subheader {
	padding-top: 0px;
    padding-bottom: 0px;
    height: auto;
}

.buybox-price {
    text-align: center;
    letter-spacing: initial;
    padding-top: 12px;
}

.price {
    color: white;
    font-size: 4.2em;
    font-weight: bold;
    padding-bottom: 0px;
    letter-spacing: initial;
    
}

.price-period {
	color: white;
    font-size: 0.3em;
    vertical-align: super;
}

.price-subtitle {
    color: white;
    font-size: 1.1em;
    margin-top: 0px;
}



.buybox-body {
    background: #2a2a2a;
    margin: 0;
    padding: 0;
    line-height: initial;
    letter-spacing: initial;
}


.buybox-features {
    list-style: none;
    margin-bottom: 25px;
    margin-top: 35px;
    font-size: 0.8em;
}

.buybox-features div {
	width:100%;
    color: #ddd;
    padding: 6px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15%;
}

.buybox-features div::before {
    content: '✓';
    font-weight: bold;
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.buybox-features div.feature-enabled::before {
    color: #4CAF50;
}

.buybox-features div.feature-disabled::before {
    content: '✗';
    color: #f44336;
}
.feature-odd {
	background-color: #343536;
}


.buybox-button {
	display: block;
	margin: auto;
    width: 60%;
    padding: 12px;
    background: transparent;
    color: white;
    border: 2px solid;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.buybox-button:hover {
    background: white;
    transform: scale(1.02);
}

.buybox-footer {
    text-align: center;
    padding: 20px;
    color: white;
    font-style: italic;
    font-size: 15px;
}

/* Color themes */
.buybox-blue .buybox-header {
    background: #2696c5;
}

.buybox-blue .buybox-header::after {
    border-top-color: #2696c5;
}

.buybox-blue .buybox-subheader {
    background: #2f7491;

}

.buybox-blue .arrow-down {
    border-top: 10px solid #2f7491;
    bottom: -10px;
}

.buybox-blue .buybox-body .arrow-down {
    border-top: 10px solid #2a2a2a;
}

.buybox-blue .buybox-button {
    border-color: #2696c5;
    color: silver; /* color: #2696c5; */
}

.buybox-blue .buybox-button:hover {
    background: #2696c5;
    color: white;
}

.buybox-blue .buybox-footer {
    background: #2696c5;
}


.buybox-red .buybox-header {
    background: #aa3c3c;
}

.buybox-red .buybox-header::after {
    border-top-color: #aa3c3c;
}

.buybox-red .buybox-subheader {
    background: #753131;

}

.buybox-red .arrow-down {
    border-top: 10px solid #753131;
    bottom: -10px;
}

.buybox-red .buybox-body .arrow-down {
    border-top: 10px solid #2a2a2a;
}


.buybox-red .buybox-button {
    border-color: #aa3c3c;
    color: silver; /* color: #aa3c3c; */
}

.buybox-red .buybox-button:hover {
    background: #aa3c3c;
    color: white;
}

.buybox-red .buybox-footer {
    background: #aa3c3c;
}

.buybox-green .buybox-header {
    background: #10b299;
}

.buybox-green .buybox-header::after {
    border-top-color: #10b299;
}

.buybox-green .buybox-subheader {
    background: #288a7b;

}

.buybox-green .arrow-down {
    border-top: 10px solid #288a7b;
    bottom: -10px;
}

.buybox-green .buybox-body .arrow-down {
    border-top: 10px solid #2a2a2a;
}



.buybox-green .buybox-button {
    border-color: #10b299;
    color: silver; /* color: #10b299; */
}

.buybox-green .buybox-button:hover {
    background: #10b299;
    color: white;
}

.buybox-green .buybox-footer {
    background: #10b299;
}
.cemter {text-align: center;}
.middle {
	margin-left: auto;
	margin-right: auto;
}






/* CONTENT CATALOGS */
#pricing-catalogs {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}
#buycatalogs-box {
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    min-height: 80px;
    background: #222222;
    width: auto;


}

#buycatalogs-text {
        width: 100%;
        float: none;
        margin-top: 10px;
        font-size: 0.95em;
    }

#buycategory_icons {
    width: 100%;
    float: none;

}

span.buyicons.audioplan {
    background-color: #2a2a2a;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #5ad1f3;
}
span.buyicons.videoplan {
    background-color: #2a2a2a;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #f183df;
}
span.buyicons.karaokeplan {
    background-color: #2a2a2a;
    border-radius: 10px;
    height: 40px;
    width: 40px;
    display: inline-block;
    border: 1px solid #6ad671;
}


.no-cursor {
  cursor: initial !important;
}
.buyicons img {
    width: 30px;
    margin: auto;
    margin-top: 5px;
}

span.buyicon_group {
    display: inline-block;
    margin-right: 10px;
}

span.buyicons_text {
    font-size: 0.8em;
    text-align: center;
    display: block;
    color: #656565;
}


div#buycategory_titles span {
    width: 60px;
    text-align: center;
    color: #afafaf;
    display: inline-block;
    font-size: 0.8em;
    margin: 3px;
    margin-top: -5px;
}


@media screen and (min-width: 680px) { 
    #buycatalogs-text {
        width: 70%;
        float: right;
    }
    #buycategory_icons {
        width: 30%;
        float: left;
    }

}


/* middle big */

.pricing-container {
    max-width: 960px;
}
.buybox-red { width:330px; }
.buybox-blue,.buybox-green { 
    width:270px; 
    margin-top: 15px;
 }
.pricing-container .buybox-blue, .pricing-container .buybox-green {
    margin-top: 50px;
}
#pricing-infinity {
clear: both;
float: none;
}

@media screen and (max-width:1014px) { 
    .pricing-container {justify-content: space-evenly;}
    .buybox-red {order: -1;}
    .buybox-red, .buybox-blue, .buybox-green{
        width:80%;
        min-width: 250px;
        max-width: 450px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 10px;
    }
    .buybox-features div {
        padding-left: 26%;
    }
    .buybox-red .price {
        padding-top: 0px;
        padding-bottom: 0px;
    }   
    .pricing-container .buybox-blue {
        margin-top: 10px;
    }
    .pricing-container .buybox-green {
        margin-top: 10px;
    }
}

@media screen and (max-width:700px) { 
    .buybox-red, .buybox-blue, .buybox-green{
        width:80%;
    }
}




/* arrows at boxes */
.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2f7491;
    position: relative;
    left: 50%;
    right: 50%;
    text-align: center;
    margin-left: -10px;
}

    #pricing-infinity {
    padding: 10px;
    max-width: 80%; 
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    height: auto;
    color: gray;
    font-size: 0.9em;
    /*
    border: 1px solid black;
    background: #222222;*/
    }
    #pricing-title {
        padding: 2px;
        max-width: 80%; 
        width: 50%;
        text-align: center;
        margin: auto;
        margin-top: 0;
        margin-bottom: 0;
        height: auto;
        color: gray;
        font-size: 0.9em;
    /*
    border: 1px solid black;
    background: #222222;*/
    }

    

    #pricing-title {
        padding-left: 18px;
        padding-right: 18px;
        margin: auto;
        margin-top: 15px;
        position: relative;
        width: 100%;
        max-width: 970px;
    }
    .hline{
      display: inline-block;
      height: 2px;
      background: silver;
      width: 30%;
      margin-top: 12px;
  }
  .hline-text {
    display: inline-block;
    width: 30%;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    color: silver;
    font-size: 1.3em;
    text-transform: uppercase;
  }


.pricing-container {
    max-width: 960px;
}
.buybox-red { width:330px; }
.buybox-blue,.buybox-green { 
    width:270px; 
    margin-top: 15px;
 }
.pricing-container .buybox-blue, .pricing-container .buybox-green {
    margin-top: 50px;
}
#pricing-infinity {
clear: both;
float: none;
}

@media screen and (max-width:1014px) { 
    .pricing-container {justify-content: space-evenly;}
    .buybox-red {order: -1;}
    .buybox-red, .buybox-blue, .buybox-green{
        width:80%;
        min-width: 250px;
        max-width: 450px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 10px;
    }
    .buybox-features div {
        padding-left: 26%;
    }
    .buybox-red .price {
        padding-top: 0px;
        padding-bottom: 0px;
    }   
    .pricing-container .buybox-blue {
        margin-top: 10px;
    }
    .pricing-container .buybox-green {
        margin-top: 10px;
    }
}

@media screen and (max-width:700px) { 
    .buybox-red, .buybox-blue, .buybox-green{
        width:80%;
    }
}


/* 

Popup 

*/

.buybox-popup {
    width: 80%;
    max-width: 850px;
    margin: auto;

}
.buybox-popup .buybox-header {
    font-size: 1.2em;
    background-color: #227677;
    padding-top: 12px;
    padding-bottom: 12px;
}

.buybox-popup .buybox-body {
    min-height: 200px;
}
.buybox-body article {
    text-align: center;
}
.buypop-choice-icons {
    background-image: url(/images/v8icon-512x512.png);
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    margin: 20px auto 20px auto;
    display: none;
}
.buypop-choice-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    margin-top: 40px;
}

.buypop-choice-price {
    font-size: 1.5em;
    color: silver;
    font-weight: bold;
    margin-top: 0px;
    display: block;
}

.buypop-choice-description {
    display: block;
    padding: 0px 60px 25px 60px;
    text-align: center;
    font-size: 1em;
    color: #39b4b5;
}
.buybox-popup .buybox-button {
    margin-top: 20px;
    border-color: #227677;
    color: #daf9f9;
    background-color: #227677;
}


.buybox-popup .fullgrid article {
    display: flex;
    align-items: stretch; 
}

.buybox-choicebox {
    text-align: center;
    flex: 1; 
}

.buybox-choicebox-header {
    font-size: 1em;
}


#buybox-popup-content {
    margin-bottom: 50px;
}
#buybox-popup-subs .buyicon_group {
    margin: 20px 0 10px 0;
}

#buybox-popup-subs .buypop-choice-price {
    font-size: 0.9em;
    font-weight: normal;
}
#buybox-popup-content .buybox-button {
    font-size: 12px;
    padding: 10px;
}

.buybox-choicebox-footer {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
#buybox-extras button {
    display: block;
    border: 1px solid gray;
    padding: 10px;
    color: silver;
    font-size: 0.9em;
    width: auto;
}

.buybox-body a {
    text-decoration: none !important;
}

.mfp-content #buybox-popup-subs {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#buybox-popup-subs .buyicon_group { }
.buypop-choice-icons {display: none;}


#buybox-extras .buybox-button {
    margin-top: 20px;
    border-color: #227677;
    background-color: transparent;
}
#buybox-extras .buybox-button:hover {
    background-color: #375e5f;
}
#buybox-extras .buypop-choice-title {
    margin-top: 20px;
}

#buybox-popup-subs .buybox-choicebox-wrapper {
    border: 1px solid #5d5d5d;
    border-radius: 20px;
    margin: 30px;
}
#buybox-popup-subs .buybox-subheader {
    font-size: 2em;
    margin-top: 30px;
    text-align: center;
    font-weight: bold;
    color: #ebebeb;
    margin-bottom: 10px;
}
#buybox-popup-subs .buybox-button-text {
    text-transform: capitalize;
}
#buybox-popup-subs .buybox-button-price {
    text-transform: lowercase;
    font-weight: normal;
}
#buybox-popup-subs .buybox-button-cu-text {
    font-size: 1.1em;
    display: block;
}
#buybox-popup-subs .buybox-button-cu-wrapper {
    display: block;
    text-align: center;
    margin-top: 2px;
}
#buybox-popup-subs .buybox-button-cu-category {
    font-size: 1em;
    display: block;
}
#buybox-popup-subs .buybox-button-cu-price {
    font-size: 1em;
    width: 90%;
    font-weight: normal;
    text-transform: lowercase;
}
#buybox-popup-subs button {
    width: 80%;
}
#buybox-popup-subs #buybox-extras button {
    width: 90%;
    max-width: 150px;
}
#buybox-popup-subs #buybox-extras {
    margin: 0 15% 0 16%;
    padding-bottom: 20px;
}
#buybox-popup-subs .buybox-button-text {
    display: block;
    font-size: 1.1em;
    color: white;
}

#buybox-popup-subs button.buybox-button.buybutton-selected {
    background-color: #227677 !important;
}
#buybox-popup-subs button.mfp-close {
    width: 30px;
}

#buybox-popup-subs .buybox-choicebox-header {
    font-size: 1.2em;
}

#pricing-title a, #pricing-title a:visited {color: silver;}
#pricing-title a:hover{color: white;}


/* mini popup */
#buy-notice.buybox-popup {
    max-width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
#buy-notice .buybox-body {
    min-height: auto;
    padding: 40px;
    font-size: 1.1em;
}

#buy-notice .buybox-header {
    background-color:#b1842f;
}
#buy-notice i {
    font-size: 3em;
    color: #b1842f;
    float: left;
    margin-right: 20px;
}


/* cu boxes */ 

.buypage-cubox-left {
    display: inline-block;
    float: left;
    width: 25%;

}
.buypage-cubox-middle {
    display: inline-block;
    float: left;  
    width: 50%; 
}
.buypage-cubox-right {
    display: inline-block;
    float: left;
    width: 25%;
}

 #pricing-cu-catalogs {
    background-color: #2a2a2a;
    border-radius: 12px;
    max-width: 380px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid #121212;
 }   
.buypage-catalogs-header {
    width: 100%;
    display: block;
    background-color: #4e5965;
    border-radius: 12px 12px 0 0;
    position: relative;
    padding: 6px 0 4px 0;
    font-weight: bold;
}
.buypage-cu-box {
    background-color: #343536;
    min-width: 245px;
    display: inline-block;
    border-radius: 12px;
    padding: 10px;
    margin: 15px;
    border: 1px solid #171a1c;
    font-size: 0.9em;
}

.buypage-cu-box-footer {
    padding: 20px 30px 0px 30px;
    display: block;
    font-size: 0.85em;
}

.buypage-catalogs-title {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

.buypage-cu-box-brand {
    display: inline;
    font-weight: bold;
    font-size: 0.9em;

}
.buypage-cu-box-category {
    display: inline;
    font-weight: normal;
    font-weight: 0.7em;
    color: #999999;
}
.buypage-cu-box-price {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 0.9em;
}

#pricing-cu-catalogs button {
    font-size: 0.9em;
    border: 1px solid #4e5965;
    margin-top: 8px;
    background-color: #4e5965;
}

#pricing-cu-catalogs button:hover {
    background-color:transparent;
    color: silver;
}

.buypage-catalogs-body {
    width: 90%;
    display: inline-block;
    padding-bottom: 20px;
}
span.buyicons.karaokeplan, span.buyicons.videoplan, span.buyicons.audioplan {
    width: 43px;
    height: 43px;
    border: 1px solid #4e5965
}
.buyicons img {
    width: 30px;
    margin: auto;
    margin-top: 6px;
}


span.buyicons.karaokeplan:hover, span.buyicons.videoplan:hover, span.buyicons.audioplan:hover {
     cursor: pointer;
}


.buyicons img {
    width: 30px;
    margin: auto;
    margin-top: 6px;
    filter: grayscale(50%);
}

.buyicons img:hover {
    filter: grayscale(0);
}

@media screen and (min-width:975px) { 
    #pricing-cu-catalogs {
        max-width:940px;
    }
}

#vatinfo {
    padding: 10px;
    max-width: 80%;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 0;
    height: auto;
    color: gray;
    font-size: 0.8em;
}


.mfp-close:hover, .mfp-close:focus {
    color: white !important;
    background: transparent !important;
}

/* 

ADAPT TO TRANSLATED PAGES 

*/



#pricing-language-it .buybox-features div, #pricing-language-es .buybox-features div {
    padding-left: 12px;
}

#pricing-language-it .buypage-cubox-right, #pricing-language-es .buypage-cubox-right {
    display: block;
    clear: both;
    float: none;
    width: 100%;
}