/** Shopify CDN: Minification failed

Line 12:27 Expected ")" to end URL token

**/


/* CSS from section stylesheet tags */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@900&display=swap');
  
.sectiune-bucatarie{
  background-image: url({{ section.settings.backgroundBanner | image_url }});
  padding: 32px;
  margin: 0 auto 80px;
}  
.sectiune-bucatarie a{
  max-width: 1600px;
  display: block;
  width: 100%;
  margin: auto;
}
.sectiune-bucatarie .content{
  border: 2px solid #d4af37;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
}
.sectiune-bucatarie .container-title{
  padding: 24px 40px;
  display: inline-block;
  width: 75%;
}
.sectiune-bucatarie .container-title h2{
  font-family: 'Playfair Display','Roboto Slab', sans-serif;
  color: #000;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
  word-break: break-word;
}
.sectiune-bucatarie .container-title h3{
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  color: #505050;
  margin: 10px 0 0;
}
.sectiune-bucatarie .content button{
  padding: 14px 20px 12px;
  background-color: #003d03;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  border: 0;
  border-color: transparent;
  vertical-align: middle;
  width: max-content;
}
.sectiune-bucatarie .content button:hover{
  background-color: #d4af37;
  color: #003d03;
  border: 0;
  border-color: transparent;
}

@media screen and (max-width: 991px){
  .sectiune-bucatarie .content{
    flex-direction: column;
    align-items: flex-start;
  }
  .sectiune-bucatarie .container-title{
    width: 100%;
  }
  .sectiune-bucatarie .content button{
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px){
  .sectiune-bucatarie .content{
    padding: 24px;
  }
  .sectiune-bucatarie .container-title{
    padding: 0;
    text-align: center;
  }
  .sectiune-bucatarie .content button{
    margin: 30px 0 0;
    width: 100%;
  } 
}
.section-banner-1-2 {
      padding: 15px 0px;
      position: relative;
      background-color: rgb(255, 255, 255);
    }
    .container-1-2.bannere-1600-1-2 {
      max-width: 1600px;
      width: 100%;
      margin: auto
    }
    @media screen and (min-width: 1200px){
      .container-1-2.bannere-1600-1-2 {
        max-width: 1600px;
        width: 95%;
        margin: auto
      }
    }
    .section-banner-1-2 .row-1-2.grid-1-2 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  /*     padding: 0 15px; */
      margin: 0;
    }
    /* .row.spacing {
      padding: 0 15px;
    } */

  /*   --------------------------------hge-grid-system---------------------------------------- */

    /*!
    Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/) and actualized to contain only the a Grid System
    Version Bootstrap v3.4.1 */



    /*
   Aceleasi clase ca in Docs Bootstrap, cu exceptia:
   -   col-1, col-2, etc,
   care dimensioneaza coloanele in acelasi fel pentru toate @media queries
   -   row are integrat: "display: flex;"
   */


  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    margin: 0;
    color: #333333;
    background-color: #ffffff;
  }


  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input,
  button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  [role="button"] {
    cursor: pointer;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
  /*@media (min-width: 768px) {
    .container {
       min-width: 750px;
      width: 100%;
    }
  }
   @media (min-width: 992px) {
    .container {
      min-width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      min-width: 1170px;
    }
  } */

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  /*
   Aceleasi clase ca in Docs Bootstrap, cu exceptia:
   col-1, col-2, etc,
   care dimensioneaza coloanele in acelasi fel pentru toate @media queries
   */

  .col-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,  .col-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,  .col-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
   .col-1, .col-xs-1, .col-2, .col-xs-2, .col-3, .col-xs-3, .col-4, .col-xs-4, .col-5, .col-xs-5, .col-6, .col-xs-6, .col-7, .col-xs-7, .col-8, .col-xs-8, .col-9, .col-xs-9, .col-10, .col-xs-10, .col-11, .col-xs-11,  .col-12, .col-xs-12 {
    float: left;
  }
  .col-xs-12,  .col-12{
    width: 100%;
  }
  .col-xs-11,  .col-11 {
    width: 91.66666667%;
  }
  .col-xs-10,  .col-10 {
    width: 83.33333333%;
  }
  .col-xs-9, .col-9 {
    width: 75%;
  }
  .col-xs-8,  .col-8 {
    width: 66.66666667%;
  }
  .col-xs-7, .col-7 {
    width: 58.33333333%;
  }
  .col-xs-6,  .col-6 {
    width: 50%;
  }
  .col-xs-5,  .col-5 {
    width: 41.66666667%;
  }
  .col-xs-4,  .col-4 {
    width: 33.33333333%;
  }
  .col-xs-3,  .col-3 {
    width: 25%;
  }
  .col-xs-2,  .col-2 {
    width: 16.66666667%;
  }
  .col-xs-1,  .col-1 {
    width: 8.33333333%;
  }

  @media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
      float: left;
    }
    .col-sm-12 {
      width: 100%;
    }
    .col-sm-11 {
      width: 91.66666667%;
    }
    .col-sm-10 {
      width: 83.33333333%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.66666667%;
    }
    .col-sm-7 {
      width: 58.33333333%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.66666667%;
    }
    .col-sm-4 {
      width: 33.33333333%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.66666667%;
    }
    .col-sm-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
      float: left;
    }
    .col-md-12 {
      width: 100%;
    }
    .col-md-11 {
      width: 91.66666667%;
    }
    .col-md-10 {
      width: 83.33333333%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.66666667%;
    }
    .col-md-7 {
      width: 58.33333333%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.66666667%;
    }
    .col-md-4 {
      width: 33.33333333%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.66666667%;
    }
    .col-md-1 {
      width: 8.33333333%;
    }
  }
  @media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
      float: left;
    }
    .col-lg-12 {
      width: 100%;
    }
    .col-lg-11 {
      width: 91.66666667%;
    }
    .col-lg-10 {
      width: 83.33333333%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.66666667%;
    }
    .col-lg-7 {
      width: 58.33333333%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.66666667%;
    }
    .col-lg-4 {
      width: 33.33333333%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.66666667%;
    }
    .col-lg-1 {
      width: 8.33333333%;
    }
  }

  /* .container:before,
  .container:after,
  .row:before,
  .row:after {
    display: table;
    content: " ";
  }

  .container:after,
  .row:after {
    clear: both;
  } */
.section-1-3 {
      padding: 15px 0;
      position: relative;
      background-color: #fff;
    }
    .container-1-3.bannere-1600-1-3 {
      max-width: 1600px;
      width: 100%;
      margin: auto;
    }
    .row-1-3.grid-1-3 {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  /*     margin: 0; */
    }
  @media screen and (min-width: 1200px){
    .container-1-3.bannere-1600-1-3 {
      max-width: 1600px;
      width: 95%;
      margin: auto;
    }
  }
@font-face{
    font-family: Roboto-Regular;
    src: url(https://cdn.shopify.com/s/files/1/0021/3041/1580/files/Roboto-Regular.woff?v=1679586710) format("woff");
    font-dispaly: fallback;
  }
  .test-section{
    margin: 40px 0;
    padding: 15px 0;
    background-color: gray;
  }
  .test-section .wrapper-content{
    max-width: 1600px;
    width: 100%;
    margin: auto;
    display: flex;
    flex: wrap;
  }
  .test-section .wrapper-content .text-part{
    float: left;
    margin: 15px;
    width: calc(50% - 30px);
    text-align: center;
    font-family: Roboto-Regular;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .test-section .wrapper-content .image-part{
    float: left;
    margin: 15px;
    width: calc(50% - 30px);
  }
  .test-section .wrapper-content .text-part h2{
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
  .test-section .wrapper-content .image-part img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
  }
section.locatie-cadou .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
    .locatie-cadou .row {
      max-width: 1170px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px auto 100px;
  }
  .locatie-cadou .row .locat-magazin {
  /*   box-shadow: 0px 0px 8px 10px rgb(0, 0, 0, 0.03); */
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    -webkit-transition: -webkit-box-shadow 225ms;
    transition: -webkit-box-shadow 225ms;
    -o-transition: box-shadow 225ms;
    transition: box-shadow 225ms;
    transition: box-shadow 225ms, -webkit-box-shadow 225ms;
    background-color: #fff;
    border-radius: 8px;
    padding: 50px;
    position: relative;
  }
  .locatie-cadou .row .locat-magazin:hover {
    -webkit-box-shadow: 0 10px 14px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 14px #0000001a;
  }
  .locatie-cadou .row .locat-magazin::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 20px;
    width: 100%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    background-image: url("https://cdn.shopify.com/s/files/1/0021/3041/1580/files/Panglica-2023-Serviciu-Ambalare-01-mica.jpg?v=1679661979");
    background-size: 15% 100%;
    background-position: center;
    background-repeat: repeat-x;
    /* border-radius: 50px; */
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .locatie-cadou .row .locat-magazin h2 {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 18px;
    color: #122760;
    font-family: Roboto, "MS Sans Serif", Geneva, sans-serif;
  }
  .locatie-cadou .row .locat-magazin p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 21px;
    color: #122760;
    letter-spacing: 0.36px;
  }
  .locatie-cadou .row .online {
    margin-right: 10px;
  }
  .locatie-cadou .row .online p a {
    color: #122760;
    text-decoration: none;
  }
  .locatie-cadou .row .magazin {
    margin-left: 10px;
  }
  .locatie-cadou .row .magazin h2 {
    color: #ff6600;
  }
  .locatie-cadou .row .magazin p {
    color: #707070;
  }


  @media screen and (max-width: 991px) {
    .locatie-cadou .row {
      padding: 0 15px;
    }
  }

    @media screen and (max-width: 767px) {
    .locatie-cadou .row .locat-magazin {
      padding: 25px;
      margin: 0;
    }
    .locatie-cadou .row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 20px;
      margin: 10px auto 28px;
    }
  }
section.pret-serviciu .container{
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  section.pret-serviciu .row{
    max-width: 1170px;
    width: 100%;
      padding: 100px 30px;
    margin: auto;
  }
    .pret-serviciu {
    /*   background-image: url("https://cdn.shopify.com/s/files/1/0021/3041/1580/files/Mobexpert-ambalare-cadou-el-ea-2023-03-15-d.jpg?v=1679056311"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .pret-serviciu::before {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    border-style: solid;
    border-width: 0 100vw 40px 0;
    border-color: transparent #fff transparent transparent;
  }
  .pret-serviciu::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    border-style: solid;
    border-width: 40px 0 0 100vw;
    border-color: transparent transparent transparent #fff;
  }
  section.pret-serviciu .container {
    background-color: #00000036;
  }
  .pret-serviciu .row .title-service {
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.68px;
  }
  .pret-serviciu .row .title-service span {
    font-size: 1rem;
    color: #fff;
    line-height: 2.5;
    letter-spacing: 5.4px;
    font-weight: 400;
    font-family: Roboto, "MS Sans Serif", Geneva, sans-serif;
  }
  .pret-serviciu .row p:nth-child(2) {
    font-size: 0.9rem;
    color: #fff;
    width: 30%;
    word-spacing: 1.5px;
  }
  .pret-serviciu .row p:nth-child(3) {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.48px;
  }
  .pret-serviciu .pret-redus {
    text-transform: uppercase;
  }
  .pret-serviciu .pret-taiat {
    text-decoration: line-through;
    font-size: 16px;
  }
  .promo_period {
    font-size: 13px;
    display: block;
    font-weight: 300;
  }
  .pret-serviciu .row .locat-cumparare {
    position: relative;
    color: #fff;
    line-height: 1.2;
  }
  .pret-serviciu .row .locat-cumparare svg {
    position: absolute;
    left: -24px;
    margin: 4px 5px 0 0;
    fill: #fff;
    stroke-width: 40px;
  }
  .pret-serviciu .row .locat-cumparare span {
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1;
  }
  .pret-serviciu .row p:nth-child(6) {
    padding-top: 50px;
    color: #fff;
    margin: 0;
    font-size: 0.75rem;
  }

  .pret-serviciu .row .btn_cadouri {
    padding: 8px 16px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 1rem;
    background-color: #f60;
    border-radius: 5px;
    font-weight: 400;
    font-family: Roboto;
    text-decoration: none;
    margin-top: 26px;
    display: inline-block;
    transition: all 250ms ease-in-out;
  }
  .pret-serviciu .row .btn_cadouri:hover {
    color: #000;
    background-color: #fff;
  }

  @media screen and (max-width: 991px) {
    .pret-serviciu .row p:nth-child(2) {
      width: 60%;
    }
  }
  @media screen and (max-width: 767px) {
      .pret-serviciu .row {
      padding: 100px 20px 100px 40px;
    }
    .pret-serviciu .row p:nth-child(2) {
      width: 100%;
    }
  }

  /* CUSTOM CLASS */
  section.pret-serviciu .container.style_one {
    background-color: #0000006e;
    margin: 60px 0;
  }

  body.serviciile-mobexpert section.pret-serviciu:before {
    border-color: transparent #fafafa transparent transparent;
  }
  body.serviciile-mobexpert section.pret-serviciu:after {
    border-color: transparent transparent transparent #fafafa;
  }

  /* BLACK FRIDAY  */

  body.serviciile-mobexpert section.pret-serviciu:before {
    border-color: transparent #2c2c2c transparent transparent;
  }
  body.serviciile-mobexpert section.pret-serviciu:after {
    border-color: transparent transparent transparent #2c2c2c;
  }
  
  .pret-serviciu .style_one .row {
    min-height: 630px;
  }
@font-face {
    font-family: 'RobotoSlabBold';
    src: url('https://cdn.shopify.com/s/files/1/0021/3041/1580/files/Roboto-Regular.woff?v=1679586710') format('woff');
    font-display: fallback;
  }
    section.info-cadou .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }

  section.info-cadou .row {
    max-width: 1170px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 12px 9px #00000021;
            box-shadow: 0px 0px 12px 9px #00000021;
    padding: 40px 40px 40px 50px;
    margin: auto;
  }
  section.info-cadou .row p {
    font-size: 1.5rem;
    font-weight: 300;
    color: #707070;
    letter-spacing: 0.48px;
    font-family: RobotoSlabBold, Arial, Helvetica, sans-serif;
  }
  section.info-cadou .row p:nth-child(1) {
    width: 65%;
  }
  section.info-cadou .row p:nth-child(2) {
    width: 100%;
  }

  section.info-cadou .row p:last-child {
    margin: 0;
  }

  @media screen and (max-width: 767px) {
    section.info-cadou .row {
      padding: 30px 20px 40px 22px;
    }
    section.info-cadou .row p {
      font-size: 1.25rem;
    }
  }
    @media screen and (max-width: 550px) {
    section.info-cadou .row p:nth-child(1) {
      width: 100%;
    }
    section.info-cadou .row p:nth-child(1) span {
      width: 40%;
      display: block;
    }
  }
    @media screen and (max-width: 440px) {
    section.info-cadou .row p:nth-child(1) {
      padding-top: 100px;
      width: 100%;
    }
    section.info-cadou .row p:nth-child(1) span {
      width: 100%;
      display: block;
    }
  }