
/* GENERAL */
#information-customizer h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 38px;
}

#information-customizer h2 {
    font-weight: 400;
    font-size:28px;
}
#information-customizer h3 {
    font-weight: 400;
    font-size: 16px;
}

.content { 
    margin-top: 10px;
}

.text-align-responsive{
    text-align: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.row_customizer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


.mt-2{
    margin-top:20px !important;
}

.mt-3{
    margin-top:30px !important;
}

.mt-4{
    margin-top:40px !important;
}

.mt-5{
    margin-top:50px !important;
}

.mb-3{
    margin-bottom: 30px !important;
}

.mb-5{
    margin-bottom: 50px !important;
}

/* VIDEO */
.container-video{
    width: 100%;
    position: relative;
    overflow: hidden;
}

#video{
    clip-path: inset(1px 1px);
    margin: auto;
    width: calc(100% + 2px);
    height: 100%;
    min-width: 100%;
    object-fit: cover;
    margin-left: -1px;
}

/* PERSONALIZING */

.start-personalizing-button{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    
    color: white;
    border-color: white;
    text-align: center;
    border-style: solid;
    background-color: transparent;
    border-width: 1px;
    padding: 10px;
    width: 280px;
    font-weight: 500;
}

.start-personalizing-button:hover{
    color:black;
    background-color: white;
}


/* STEPS */
.customizer-steps{
    display: flex;
    background-color: #eff3f5;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 100px;
    gap: 20px;
    row-gap: 40px;
}

.step{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-title{
    margin-top: 20px;
    font-weight: 700;
    font-size: 20px;
}

/* ARROW SECTION */
.customizer-arrow{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.arrow {
  border: solid #013E6B;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  margin-top: 10px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* READY */
.customizer-ready{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eff3f5;
    padding: 20px;
}

.ready-star{
    font-size:40px;
    color:#eff3f5;
    margin: 10px;
    -webkit-text-stroke: 2px #2C333A;
}

.ready-text{
    font-size:18px;
    margin: 10px;
    text-align: center;
}

/* CUSTOMIZE */
.customizer-customize{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 50px;
}

@media screen and (max-width: 850px) {
    .customizer-customize {
        gap: 20px;
    }
    .customizer-customize .btn {
        width: 100%;
    }
    #information-customizer h2 {
        font-weight: 400;
        font-size:22px;
    }
}

/* CERTIFICATE */
.certificate-container{
    padding-left: 15px;
    padding-right: 15px;
}

.certificate-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 60%;
    margin: 0 auto;
    padding: 0;
    background: rgb(203,203,203);
    background: linear-gradient(135deg, rgba(203,203,203,1) 0%, rgba(241,241,241,1) 100%);
}

.certificate-content{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px 0 10px;
}

.certificate-title{
    font-size:30px !important;
    line-height: 35px !important;
    width: 100%;
    font-weight: 400;
}

.certificate-text{
    font-size: 15px !important;
    line-height: 22px !important;
    width: 100%;
}

.certificate{
    width: 60%;
}


/* PAGE SPECIFICS */
.bh-vto{
    display: none;
}

.box.featured {
    padding-top: 0px;
}

.box.featured .container {
    padding-top: 0px !important;
}

.box .box-content{
    padding-top: 0px;
}

.product-block-inner #vto-button {
    display: none;
}

.product-carousel .product-thumb .image {
    /*height: 150px;*/
}
 
/* MEDIA */
@media (max-width: 1320px) {
    .start-personalizing-button{
        display: none;
    }
    
        
    .certificate-wrapper{
        width: 80%;
    }

}

@media (max-width: 1160px) {

    .text-align-responsive{
        text-align: left;
        margin: 0 10px;
    }
        

    .customizer-customize .btn {
        width: 100%;
        margin: 10px auto;
        padding: 12px 20px;
        white-space: normal !important;
    }
    
    .certificate-wrapper{
        width: 90%;
    }
}

@media (max-width: 920px) {
    .step{
        flex-basis: calc(50% - 15px);
    }  

    #video{
        margin-left: 50%;
        transform: translateX(-50%);
        width: 150%;
    }
}

@media (max-width: 768px) {
    
    .certificate-container{
        padding: 0;
    }

    .certificate-wrapper{
        width: 100%;
        flex-direction: column-reverse;
        margin: 0;
        padding: 0;
        background: transparent !important;
    }
    
    .certificate{
        width: 100%;
        background: rgb(203,203,203);
        background: linear-gradient(135deg, rgba(203,203,203,1) 0%, rgba(241,241,241,1) 100%);
        margin-top: 20px;
    }

    .certificate-content{
        padding: 0 40px;
        width: 100%;
    }
}

@media (max-width: 580px) {
    .step{
        flex-basis: 100%;
    }
}