/*hand_of_sean_demoregular*/
.form-check-input:checked {
    background-color: #008C3D;
    border-color: #008C3D;
}

.form-check-input[type=checkbox] {
    width: 26px;
    height: 24px;
    border-radius: 4px 4px;
}

.site-branding {
    text-align: center;
    padding: 41px 15px 15px;
}

.text-col {
    padding-top: 44px;
    padding-left: 12%;
}

.small_top_title {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
    /* identical to box height, or 20px */

    color: #222222;
}

.title {

    font-family: 'hand_of_sean_demoregular';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 110%;
    /* or 53px */

    color: #222222;
    padding-top: 12px;

}

.decription {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 155%;
    /* or 26px */

    color: #222222;
    margin-top: 49px;

}

#header {
    margin-bottom: 52px;
}

#header .btn_wrapper {
    margin-top: 33px;
}

#details {
    position: relative;

}

#details:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    width: 100%;
    height: 10px;
    background: url(/caroli/wp-content/themes/caroli/images/border_line_model.png);
    background-repeat: repeat-x;
    background-position: center;
}

.btn_red {
    background: #D91616;
    color: #fff;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    line-height: 24.8px;
    max-width: 236px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 14px 0 12px;
    text-decoration: none;

}

.img-col .img_wrapper {
    margin-left: -48px;
    display: inline-block;
    padding-top: 7px;
}

.list_no_ticks {
    list-style: none
}

.list_no_ticks .item {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-size: 16.5px;
    line-height: 155%;
    /* identical to box height, or 26px */

    color: #222222;


}


.list_no_ticks .green {
    font-weight: 700;
    font-size: 22px;
    /* or 36px */

    color: #008C3D;


}


.row_head {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 16.5px;
    line-height: 155%;
    /* identical to box height, or 26px */
    text-align: left;

    color: #FFFFFF;
    padding-left: 3px;
    margin-bottom: 27px;

}
.list_offer_from_us {
    padding-top: 31px;
}
.list_offer_from_us .list_with_ticks {
    padding: 0;
    margin-left: 3px;
}

.list_with_ticks {
    list-style: none
}
.list_with_ticks .item {
    position: relative;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 16.5px;
    line-height: 155%;
    /* or 26px */

    color: #FFFFFF;
    padding-left: 21px;

}

.list_offer_from_us .list_with_ticks .item {
    max-width: 485px;
}

.red_section {
    background-color: #D91616;
    padding-top: 65px;
    padding-bottom: 40px;
}

.list_with_ticks .item:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 10px;
    /*background: url('./wp-content/themes/caroli/images/tick.png');*/
    background: url('./images/tick.png');
    background-size: cover;
    background-position: center;

}


.list_offer {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.list_offer .list_no_ticks {
    background-color: #fff;
    border-radius: 4px 4px;
    max-width: 487px;
    padding: 18px 24px 15px 24px;
}

.list_offer .list_no_ticks .item {
    padding: 15px 0;
    border-bottom: 1px solid #D2D1D1;
}

.list_offer .list_no_ticks .item:last-child {
    border-bottom: 0;
}

.list_offer .list_no_ticks .green {
    display: inline-block;
    width: 100%;
}

.black_section {
    background-color: #000000;
    
}


.head_title {
    font-family: 'hand_of_sean_demoregular';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
    /* identical to box height, or 33px */

    color: #FFFFFF;
    text-align: center;

}

.sub_head_title {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    /* identical to box height, or 28px */
    text-align: center;
    color: #FFFFFF;
    margin-top: 11px;

}

.content_offers {
    display: flex;
    flex-flow: column;
    margin-top: 49px;

}

.content_offers .content_warpper_inner {
    display: flex;
    flex-flow: column;
    flex: 0 0 auto;
    width: 100%;
    max-width: 1000px;
    flex: 0 0 auto;
    align-self: center;
}

.offer_title_h {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 155%;
    /* or 40px */
    text-align: left;

    color: #FFFFFF;
    margin-bottom: 9px;

}


.ofer_content_row {
    background-color: #FFFFFF;
    color: #222222;

    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 155%;
    /* identical to box height, or 34px */

}

.accordion-button {
    color: #222222;

    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 155%;
    /* identical to box height, or 34px */

    height: 60px;
}

.accordion {
   margin-bottom: 16px;
}

.accordion  .accordion-item {
    margin-bottom: 11px;
}
.accordion-button::after {
    position: absolute;
    right: 22px;
}


.accordion-button:not(.collapsed) {
    background-color: #D91616;
     color: #fff;
}

.accordion-button:not(.collapsed):after {
    background-image: url(./images/acordeon_arrow.png);
    rotate: 180deg;
}


.left_side {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 155%;
    /* or 25px */

    color: #000000;


}

.right_side {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 155%;
    /* or 25px */

    color: #000000;


}


.ofer_content_row .list_with_ticks .item {
    color: #000;
}
.ofer_content_row .list_with_ticks .item:before{
    width: 14px;
    height: 12px;

    /* background: url(./wp-content/themes/caroli/images/tick_green.png); */
    background: url(./images/tick_green.png);
    background-repeat: no-repeat;
}

.selectiecstm.hidden {
    display: none;
}

.btn_green {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 155%;
    /* identical to box height, or 25px */

    color: #FFFFFF;

    background: #008C3D;
    text-decoration: none;
    padding: 15px 25px;
}


.formular-col .head_title {
    color: #222222;

}

.head_subtitle {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    /* identical to box height, or 28px */
    text-align: center;
    color: #222222;
    padding-top: 11px;

}

.formular-col {
    display: flex;
    flex-flow: column;
    align-items: center;

    padding-top: 79px;
}

.form_body_wrapper  {
    text-align: center;
    display: flex;
    flex: 0 0 auto;
    width: 1000px;
    max-width: 100%;
    justify-content: center;
    background: #F2F2F2;
    margin-top: 31px;
    margin-bottom: 82px;
}

.form_wrapper {
    display: flex;
    max-width: 670px;
    width: 100%;
    padding: 41px 0 0;
    flex: 0 0 auto;
    flex-flow: column;
}

.btn_red {
    background: #D91616;
    color: #fff;
    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 700;
    line-height: 24.8px;

}

.input_element_cstm {
    height: 57px;
}

.input_element_cstm input{

    height: 57px;
}

.wpcf7-not-valid-tip {
    text-align: left;
    position: relative;
    z-index: 2;
}

.input_element_cstm .wpcf7-not-valid {
    border-color: red;
}
.wpcf7-form-control-wrap {
    width: 100%;
}

.input_element_cstm select {
    height: 57px;

}


.input_element_cstm.form-floating > label {
    left: 0;
    right: unset;
}


.ofer_content_row .list_with_ticks {
    padding: 0;
}

.design_upload {
    display: flex;
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;

}

.fileuplaod {
    background: #fff;
    height: 145px;
    align-content: center;
    padding-top: 21px;
}

.title_up {
    margin-top: 17px;
}

#fileuinput {
    visibility: hidden;
    height: 0;
}

.uploaded_files_details {
    display: none;
}

.uploaded_files_details.show {
    display: flex;
}

.uplaod_desc.hidden {
    display: none;
}

.upload_text_subdescription {
     width: 100%;
    border-bottom: 1px solid #D2D1D1;
    height: 30px;
    margin-top: -4px;
    padding-bottom: 11px;
}

.simple_text {
    font-family: 'Roboto Slab';
    font-size: 12px;
    font-weight: 300;
    line-height: 18.6px;
    text-align: center;
    color: #222222;

}

.upload_text_subdescription .simple_text {
    width: 100%;
    align-content: center;

}


.form_checkbox_cstm_form {
    border-bottom: 1px solid #D2D1D1;
    height: 60px;
    margin-top: -20px;
}

.input_element_cstm .btn_red {
    max-width: 100%;
    margin-top: -14px;
    height: 50px;
}

.form_checkbox_cstm_form.noborder {
    border: 0;
}

.form_checkbox_cstm_form .form-check {
    width: 100%;
    text-align: left;

    font-family: 'Roboto Slab';
    font-size: 16px;
    font-weight: 300;
    line-height: 24.8px;
    color: #222222;
    align-self: center;
}

.list_dot {
    list-style: none;
    padding-left: 20px;
}
.list_dot .item {
    position: relative;
    font-family: Roboto Slab;
    font-size: 16px;
    font-weight: 300;
    line-height: 24.8px;
    text-align: left;
    color: #000000;


}
.list_dot .item:before {
    position: absolute;
    left: -18px;
    top: 8px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background: #D91616;

}
.form_checkbox_cstm_form .form-check .form-check-input {
    float: left;
}

.form_checkbox_cstm_form .form-check-label {
    margin-left: 10px;
    vertical-align: sub;
}


#ofers {
    padding-top: 81px;
    padding-bottom: 69px;
}

.button_wrapper {
    text-align: center;
    padding: 15px 0;
}
.button_wrapper .btn_green {
    padding: 15px 51px;
}
/*caroli site css*/

.l-footer {
  background: #000;
  color: #fff
}

.l-footer .links {
  background: #1a1a1a;
  list-style: none;
  text-align: center;
  margin: 0;
  padding: .5em 0
}

.l-footer .links > li {
  display: inline-block
}

.l-footer .links > li > a {
    color: #fff;
    text-decoration: none;
  display: block;
  padding: .5em
}

.l-footer .links > li > a:hover {
  text-decoration: underline
}

.l-footer .social > span {
  padding-right: 1em;
  position: relative;
  top: -8px;
  font: 1em handofsean, sans-serif;
  font-weight: 700
}

.l-footer .social > a {
  margin: .4em 0 0 .5em
}

.l-footer .blocks-2 {
  padding-top: 2em
}

.l-footer .about > .col-3 {
  padding: .5em
}

.l-footer .brands {
  margin: 1em 0;
  line-height: 2em;
  vertical-align: middle;
  text-align: left;
}
.font-s {
    font-size: .85em;
}

.cstm_wrapper .info  {
    text-align: left;
}

.cstm_wrapper .info p {
    padding: .25em 0;
    margin: 0;
    font-family: "Roboto Slab", helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}

.l-footer .brands > a {
  display: inline-block;
  position: relative;
  padding-left: 1.3em;
  text-decoration: none !important;
  color: #fff;
}

.l-footer .brands > a:before {
  content: 'â—';
  position: absolute;
  left: 3px;
  top: -1px;
  color: #999
}

.l-footer .brands > a:first-child:before {
  content: ''
}

.l-footer .brands > a:hover {
  color: #e30613;
  text-decoration: underline
}

.l-footer .brands > a:before {
  content: '●';
  position: absolute;
  left: 3px;
  top: -1px;
  color: #999
}

.l-footer .brands > a:first-child:before {
  content: ''
}

.l-footer .infoline {
  font-size: 1.4em;
  color: #008c3d;
  position: relative;
  top: 4px
}

.l-footer .infoline > .ico-phone {
  margin-right: 2px;
  position: relative;
  top: 6px;
  left: 5px
}

.ico-phone {
    display: inline-block;
    width: 13px;
    height: 29px;
    margin-right: -4px;
    background: url(https://www.carolifoods.ro/images/icons/icon-phone.png) top center no-repeat;
}
.ico-map-pin {
    display: inline-block;
    width: 17px;
    height: 25px;
    margin-right: -4px;
    background: url(https://www.carolifoods.ro/images/icons/icon-pin.png) top center no-repeat;
}
.info a {
    color: #fff;
    text-decoration: none;
}

.l-footer .gmap-link > i {
  margin-right: .3em
}

.l-footer .gmap-link {
  font-size: 1.1em;
  padding-left: .4em;
  vertical-align: top
}

.l-footer .newsletter {
  position: relative
}

.l-footer .newsletter .col-b,
.l-footer .newsletter .col-a {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 100%;
  padding-bottom: .5em
}

.l-footer .newsletter-input {
  position: relative
}

.l-footer .newsletter-input .submit-arrow {
  position: absolute;
  right: 4px;
  top: 0;
  height: 100%;
  width: 35px;
  text-indent: -999px;
  overflow: hidden;
  border: none;
  background: #ff7f00 url(../images/arrow-submit.png) center center no-repeat
}

.l-footer .social > span {
  font-size: 1.6em
}
hr.vintage {
    height: 10px;
    margin: 0;
    border: 0;
    background: url(https://www.carolifoods.ro/images/hr-strip.png) top center repeat-x;
    opacity: 1;
}


.ico-facebook, .ico-linkedin, .ico-email {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: -4px;
    background: url(https://www.carolifoods.ro/images/icons/icon-facebook.png) top center no-repeat;
}

.ico-linkedin {
    background: url(https://www.carolifoods.ro/images/icons/icon-linkedin.png) top center no-repeat;
}

.footer_wrapper_min {
    justify-content: center;
}
.l-footer .social > span { 
    font-family: 'hand_of_sean_demoregular';
}

@media screen and (min-width: 520px) {
  .l-footer .newsletter .col-a {
    width: 35%
  }

  .l-footer .newsletter .col-b {
    width: 65%;
    padding-left: 1em
  }
}

@media screen and (min-width: 640px) {
  .l-footer .social > span {
    font-size: 1.2em
  }

  .l-footer .newsletter .col-a {
    width: 100%
  }

  .l-footer .newsletter .col-b {
    padding-left: 0;
    width: 100%
  }
}

@media screen and (min-width: 800px) {
  .l-footer .social > span {
    font-size: 1.6em
  }
}

@media screen and (min-width: 860px) {
  .l-footer .newsletter .col-a {
    width: 35%
  }

  .l-footer .newsletter .col-b {
    padding-left: 1em;
    width: 65%
  }
}

/* --------------------------------------------------------------------------------------------- */
.cstm_wrapper {
    text-align: center;
}

.cstm_wrapper .about {
    text-align: left;
}
.front-page.bxslider {
  display: none
}

.front-page.bxslider li {
  padding-bottom: 83px
}
.ta-r {
    text-align: right;
}
@media screen and (min-width: 640px) {
  .front-page.bxslider li {
    padding-bottom: 0
  }
}

/* --------------------------------------------------------------------------------------------- */

.featured-brands {
  padding: .5em 0 1em;
  border-top: 5px solid #d9d9d9;
  border-bottom: 5px solid #d9d9d9;
  background: #f2f2f2;
  text-align: center
}

.featured-brands span {
  display: block;
  color: #808080;
  font-size: 1.6em;
  padding-bottom: 1em
}

.featured-brands a {
  display: inline-block;
  margin: 0 1em;
  width: 35%;
  text-align: center;
  margin-bottom: 1em
}

@media screen and (min-width: 640px) {
  .featured-brands a {
    margin-bottom: 0;
    width: auto;
    max-width: 16%
  }

  .featured-brands span {
    padding: 0;
    display: inline-block;
    font-size: 1.4em
  }

  .featured-brands a {
    max-width: 13%
  }
}
@media screen and (min-width: 780px) {
    .l-width {
        max-width: 1000px;
    }
}
@media screen and (min-width: 740px) {
  .featured-brands span {
    font-size: 1.6em
  }
}

@media screen and (min-width: 800px) {
  .featured-brands {
    padding: 1em 0
  }

  .featured-brands span {
    font-size: 2em
  }
}

@media screen and (min-width: 860px) {
  .featured-brands a {
    min-width: 12%
  }
}


@media screen and (max-width: 768px) {

    .form_body_wrapper {
        width: 100%;
    }

    .form_wrapper {
        padding: 41px 15px 0;
    }

    .upload_text_subdescription {
        height: auto;
    }
    .form_checkbox_cstm_form {
        margin-top: 0;
        height: auto;
    }

    .input_element_cstm .btn_red {
        margin-top: 0;
    }

    .title {
        font-size: 31px;
    }

    .decription {
        font-size: 14px;
    }

    .list_no_ticks .item {
        font-size: 14px;
    }

    .list_no_ticks .green {
        font-size: 16px;

    }

    .row_head {
        font-size: 14px;
    }

    .list_with_ticks .item {
        font-size: 14px;
    }


    .text-col {
        padding-left: 15px;
    }

    .img-col .img_wrapper {
        margin-left: 0;
    }
}