/*
 Theme Name: Serviceoptimal
 Template: Divi
 Version: 1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/***************** IMPORT FONTS **************************/
@font-face {
  font-family: 'Sora-Bold';
  src: url('../Serviceoptimal/fonts/Sora-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans-Bold';
  src: url('../Serviceoptimal/fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sora-Regular';
  src: url('../Serviceoptimal/fonts/Sora-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DMSans-Regular';
  src: url('../Serviceoptimal/fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/***************** START VARIABLES ***********************/
:root {
  /*fonts*/
  --sora-regular: 'Sora-Regular';
  --sora-bold: 'Sora-Bold';
  --dm-bold: 'DMSans-Bold';
  --dm-regular: 'DMSans-Regular';

  /*font sizes*/
  --desktop24: 24px;
  --desktop18: 18px;
  --desktop8: 8px;

  --mobile30: 34px;
  --mobile28: 28px;
  --mobile18: 18px;
  --mobile16: 16px;

  /*colors*/
  --black: #000000;
  --white: #ffffff;
  --black_service: #191919;
  --yellow: #fcd32a;
  --blue: #0000ff;
}
/***************** END VARIABLES ***********************/

/****************** START GENERAL CLASSES ***********************/
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.align-center{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify-content-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

p.sold_out {
  color: red;
  font-weight: 600;
}

.flex-wrap{
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
/***************** END GENERAL CLASSES ***********************/


/*START COUNTDOWN*/
.timer_container p{
  padding: 0px;
}

.timer_container p.text{
  font-family: var(--sora-bold);
  font-size: var(--desktop24);
  line-height: normal;
  color: var(--black);
}

.timer_container {
  padding-top: 13px;
  padding-bottom: 18px;
}

span.symbol{
  font-family: var(--dm-bold);
  font-size: var(--desktop24);
  line-height: normal;
  color: var(--black);
  margin-right: 8px;
  margin-left: 3px;
}

span.number{
  font-family: var(--dm-bold);
  font-size: var(--desktop18);
  line-height: normal;
  color: var(--white);
  background-color: var(--black_service);
  border-radius: 10px;
  width: 28px;
  height: 33px;
  margin-right: 4px;
}

span.number:last-of-type{
  margin-right: 0px;
}

.timer_container p.text:first-child{
  padding-right: 31px;
}

.timer_container p.text:last-child{
  padding-left: 31px;
}

.container_time_name {
  position: absolute;
  border: 0;
  display: block;
  line-height: 0;
  text-align: center;
  left: 0;
  right: 0;
}

.container_time_name span{
  font-family: var(--dm-bold);
  font-size: var(--desktop8);
  line-height: normal;
  color: var(--black);
  text-transform: uppercase;
}

.container_time {
  position: relative;
  margin-right: 4px;
}

.container_time:last-of-type{
  margin-right: 0px;
}
/*END COUNTDOWN*/

/*START SECTION MENU*/
.et_pb_section.section_menu {
  padding: 30px 0px;
}
.et_pb_section.section_menu .et_pb_row {
  max-width: 1388px;
}

.et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(2) .et_pb_button {
  padding: 12px 68px 12px 22px !important;
  margin-right: 16px;
  line-height: normal !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  border:0px;
}

body #page-container .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(1) .et_pb_module img, body #page-container .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(1) .et_pb_module svg{
  max-width: 255px;
}

body #page-container .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(2) .et_pb_button:after{
  -webkit-text-stroke: 0.1px var(--blue);
  text-stroke: 0.1px var(--blue);
  font-size: 33px !important;
  margin-left: 18px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 10px;
}
/*END SECTION MENU*/

/*STAR MAIN SECTION*/
.main_section_homepage_ .et_pb_row .et_pb_column {
  max-width: 772px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.main_section_homepage_ .et_pb_row .et_pb_column *{
  text-align: left !important;
}

.et_pb_section.main_section_homepage_ {
  padding: 34px 0px;
}

.et_pb_section.main_section_homepage_ .et_pb_row{
  padding-bottom: 0px;
}

.main_section_homepage_ .et_pb_row .et_pb_column h1{
  position: relative;
}

.main_section_homepage_ .et_pb_row .et_pb_column h1:after{
  content: '';
  border-bottom: 10px solid var(--yellow);
  width: 302px;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 19px;
}

.main_section_homepage_ .et_pb_row .et_pb_column .et_pb_button_module_wrapper {
  text-align: center !important;
}

.main_section_homepage_ .et_pb_row .et_pb_column .et_pb_module {
  margin-bottom: 32px !important;
}

body #page-container .et_pb_section a.et_pb_button.btn_descopera_ofertele::after{
  content: '';
  border-bottom: 3px solid var(--blue);
  width: 128px;
  display: block !important;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

body #page-container .et_pb_section a.et_pb_button.btn_descopera_ofertele {
  padding-bottom: 15px !important;
}
/*END MAIN SECTION*/

/*START SECTION HOMEPAGE PRODUCTS*/
.item_image img {
  height: 384px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  object-position: center center;
}

.item_image_2 img {
  height: 384px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  object-position: center center;
}

.container_produse_homepage {
  background-color: #464646;
  border-radius: 10px;
  padding: 43px 54px 43px 54px;
}

.custom_title p{
  font-family: var(--sora-regular);
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
}

.custom_title {
  text-align: center;
  padding-bottom: 52px;
}

.product_card {
  width: 48.7%;
  border: 1px solid var(--yellow);
  border-radius: 10px;
  position: relative;
  padding: 18px 15px 44px 15px;
  margin-bottom: 30px;
}

.product_card:hover{
  background-color: var(--yellow);
}

.product_card:hover .product_title,
.product_card:hover p.old_price,
.product_card:hover p.new_price,
.product_card:hover p.stock_qty,
.product_card:hover p.stock_txt{
  color: #252525;
}

.product_image_gallery, .product_image_gallery_2 {
  overflow: hidden;
}

.product_card:nth-child(odd){
  margin-right: 2.6%;
}

.product_card .slick-slide, .container_left .slick-slide{
  margin: 0 14px;
}

.product_card .slick-list, .container_left .slick-list {
  margin: 0 -14px;
  padding:0 34% 0 0 !important
}

.et_pb_section.section-products {
  padding-top: 0px;
}

.container_produse_homepage .slick-next.pull-right:before, .container_produse_homepage .slick-prev.pull-left:before{
  display: block;
  -webkit-text-stroke: 0.1px #FFF;
  color: #FFF;
  font-family: ETmodules;
  font-weight: 400;
  font-size: 18px;
}

.container_produse_homepage .slick-prev.pull-left:before{
  content: "\23";
}

.container_produse_homepage .slick-next.pull-right:before{
  content: "\24";
}

.container_produse_homepage button.slick-disabled{
  display: none !important;
}

.container_produse_homepage .slick-prev.pull-left, .container_produse_homepage .slick-next.pull-right{
  width: 63px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #252525;
}

.container_produse_homepage .slick-next.pull-right{
  right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.container_produse_homepage .slick-prev.pull-left {
  left: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none !important;
}

.product_info {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

h4.product_title{
  font-family: var(--dm-bold);
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

p.old_price{
  padding: 0px;
  font-family: var(--dm-bold);
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  text-decoration: line-through;
}

p.new_price{
  padding: 0px;
  font-family: var(--dm-bold);
  font-size: 48px;
  line-height: normal;
  color: var(--yellow);
}

.btn_profita_container p{
  padding: 0px;
}

.btn_profita_container {
  border: 1px solid #FFF;
  border-radius: 10px;
  margin-top: 26px;
}

.btn_profita {
  background-color: var(--blue);
  border-radius: 10px;
  width: 211.31px;
}



.info_stock{
  width: calc(100% - 211.31px);
  padding-left: 31px;
  padding-right: 10px;
}

.info_stock_2{
  width: 100%;
}

.info_stock_2 p{
  padding: 0;
}

.prices_popup {
  margin-top: 22px;
}

.btn_profita_2 a{
  background-color: var(--blue);
  border-radius: 10px;
  font-family: var(--dm-bold);
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  position: relative;
  padding-left: 34px !important;
  padding-right: 65px !important;
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
}

.btn_profita_acum_contaier {
  margin-top: 30px;
  border-bottom: 1px solid #FFFF;
  padding-bottom: 31px;
}

.btn_profita_2 a::after{
  display: block;
  -webkit-text-stroke: 0.1px #FFF;
  color: #FFF;
  font-family: ETmodules;
  font-weight: 400;
  font-size: 31px;
  content: "\24";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}

.btn_profita a{
  font-family: var(--dm-bold);
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
  position: relative;
  padding-left: 34px;
  padding-right: 65px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn_profita a::after{
  display: block;
  -webkit-text-stroke: 0.1px #FFF;
  color: #FFF;
  font-family: ETmodules;
  font-weight: 400;
  font-size: 31px;
  content: "\24";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 27px;
}

.progress_stock {
  width: 64px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}

.progress-blue{
  background-color: var(--blue) !important;
  height: 4px;
}

p.stock_qty{
  font-family: var(--dm-bold);
  font-size: 18px;
  line-height: normal;
  color: #FFF;
  padding-left: 13px;
  padding-right: 13px;
}

p.stock_txt{
  font-family: var(--dm-regular);
  font-size: 14px;
  line-height: normal;
  color: #FFF;
}

/*END SECTION HOMEPAGE PRODUCTS*/

/*START SECTION CERE OFERTA ACUM*/
.et_pb_section.sectiune-cere-oferta {
  padding: 74px 0px 0px 0px;
}
.et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1)
{
  padding-top: 30px;
}
.et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 21px;
}
.et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text{
  margin-bottom: 43px;
}
a.et_pb_button.btn-cere-oferta {
  padding: 9px 84px 9px 25px;
}
a.et_pb_button.btn-cere-oferta:hover{
  padding: 9px 84px 9px 25px;
  background-color: var(--blue) !important;
}
a.et_pb_button.btn-cere-oferta::after{
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 26px;
  right: 26px;
}
/*END SECTION CERE OFERTA ACUM*/

/*START Despre optimal*/
.sectiune_despre_optimal_1 .et_pb_row .et_pb_column p{
  margin-bottom: 17px;
}
.et_pb_section.sectiune_despre_optimal_1 {
  padding: 68px 0px 73px 0px;
}

.et_pb_section.sectiune-despre-optimal-auto {
  min-height: 560px;
  padding: 95px 0 65px 0px;
}

.et_pb_row.row_image_absolute {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
  height: 100%;
}

.et_pb_row.row_image_absolute *{
  height: 100%;
}

.et_pb_row.row_image_absolute img {
  object-fit: cover;
}

.et_pb_section.sectiune-despre-optimal-auto .et_pb_row:nth-child(1) {
  width: 21%;
  margin-left: 14.5%;
}

.et_pb_section.sectiune-despre-optimal-auto .et_pb_row:nth-child(1) p {
  line-height: 32px;
  padding-bottom: 26px;
}
.et_pb_section.section_descopera_pareri_1 {
  padding: 30px 0px 0px 0px;
}
/*END SECTION Despre optimal*/

/*START SECTION Service partener*/
.et_pb_section.section_service_partener_1 {
  padding: 150px 0px 68px 0px;
  background-position-y: 62% !important;
}
body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center {
  width: 81%;
  margin-left: auto;
  margin-right: auto !important;
  float: none;
  max-width: 1102px;
}
body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center h3 {
  margin-bottom: 54px;
  padding-bottom: 0px;
}
.et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) .et_pb_column {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 20% !important;
}
.et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) .et_pb_column *{
  text-align: center !important;
}
.et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) {
  width: 52%;
  max-width: 998px;
  padding: 75px 6px 25px 35px;
}
/*END SECTION Service partener*/

/*START SECTION ce spun clientii*/
.et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-prev, .et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-next{
  transform: unset;
}
.et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-next {
  right: 12%;
}
.et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-prev{
  left: 12%;
}
.et_pb_section.sectiune-ce-spun-clientii {
  padding: 28px 0px;
}
.et_pb_section.sectiune-ce-spun-clientii .et_pb_row:nth-child(1) .et_pb_column h3{
  padding-bottom: 0;
  margin-bottom: 28px;
}
.et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem{
  padding: 30px;
}
.et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem .dica-item-content{
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  box-shadow: 0px 10px 19.2px 4.8px rgba(0, 0, 0, 0.19);
  border:1px solid transparent;
  padding: 43px 43px 43px 43px;
}
.dica_divi_carousel_0 .dica_divi_carouselitem .dica-item-content .content p{
  padding-bottom: 0px;
}

.et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .swiper-slide-visible:first-of-type, .et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .swiper-slide-visible:last-of-type {
  opacity: 0.19;
}

.et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem.swiper-slide-active .dica-item-content{
  border: 1px solid var(--yellow);
}

.et_pb_section.sectiune-ce-spun-clientii .custome_header_slider {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  margin-top: 23px;
}

.et_pb_section.sectiune-ce-spun-clientii .dica_divi_carouselitem .dica-item-content .item-title{
  padding: 0px;
  font-weight: 400;
}

/*END SECTION ce spun clientii*/

/*START SECTION cele mai inalte standarde*/
.et_pb_section.sectiune-cele-mai-inalte-standarde {
  padding: 129px 0px 55px 0px;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1)
{
  width: 69% !important;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column img, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column .et_pb_image .et_pb_image_wrap{
  min-width: 100%;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column img{
  height: 385px;
  object-fit: cover;
  border-radius: 10px;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(1){
  width: 32.5% !important;
  margin-right: 3.8% !important;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(2){
  width: 63.7% !important;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2){
  padding: 55px 0px 34px 0px;
  width: 50%;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) h3{
  padding-bottom: 0px;
  margin-bottom: 51px;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) .et_pb_module.et_pb_text{
  margin-bottom: 38px;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3){
  padding: 125px 0px 34px 0px;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
  width: 63%;
  margin-right: 4.5%;
  padding-bottom: 35px;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) p{
  line-height: normal;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
  width: 32.5%;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .et_pb_video_overlay{
  background-size: contain;
  background-color: #191919;
  top: 0px !important;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .et_pb_video_play:before{
  display: none;
}


/*END SECTION cele mai inalte standarde*/

/*START SECTION sectiune-masina-ta-hp*/
.et_pb_section.sectiune-masina-ta-hp{
  padding: 92px 0px 92px 0px;
}

.et_pb_section.sectiune-masina-ta-hp h3{
  padding-bottom: 0px;
  margin-bottom: 47px;
}

/*END SECTION sectiune-masina-ta-hp*/

/**/
.loader_screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999;
}
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fcd32a;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

.popup_custom_add_to_cart{

}

.popup_content_custom_add_to_cart{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99999;
}
.popup_content_custom_add_to_cart_2{
  background-color: #464646;
  border-radius: 10px;
  border: 1px solid #fcd32a;
  margin: 0 auto;
  position: fixed;
  top: 20px;
  z-index: 3;
  max-width: 1250px;
  width: 90%;
  bottom: 20px;
  padding-right: 18px;
  padding-top: 95px;
  padding-bottom: 40px;
}

.popup_content_custom_add_to_cart_2.v2{
  bottom: auto;
}

.container_left {
  width: 51%;
}

.container_left_2 {
  width: 32.5%;
  border-right: 1px solid #FFFF;
  padding-right: 25px;
}

.container_right_2{
  width: 67.5%;
  padding-left: 42px;
}

.container_right{
  width: 49%;
  padding-left: 42px;
}

.container_left .slick-next.pull-right:before, .container_left .slick-prev.pull-left:before{
  display: block;
  -webkit-text-stroke: 0.1px #FFF;
  color: #FFF;
  font-family: ETmodules;
  font-weight: 400;
  font-size: 18px;
}

.container_left .slick-prev.pull-left:before{
  content: "\23";
}

.container_left .slick-next.pull-right:before{
  content: "\24";
}

.container_left button.slick-disabled{
  display: none !important;
}

.container_left .slick-prev.pull-left, .container_left .slick-next.pull-right{
  width: 63px;
  height: 35px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  border: none;
  background-color: #252525;
}

.container_left .slick-next.pull-right{
  right: 0px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.container_left .slick-prev.pull-left {
  left: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none !important;
}

.content_2 {
  padding: 0px 45px 0px 45px;
  max-height: calc(100vh - 122px - 50px);
  overflow-y: scroll;
}

h4.product_title_2{
  font-family: var(--dm-bold);
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.content_2.flex.flex-wrap::-webkit-scrollbar {
  width: 1px;
  background-color: #a3a3a3;
}

.content_2.flex.flex-wrap::-webkit-scrollbar-thumb {
  background-color: #FFF;
}

.content_2.flex.flex-wrap::-webkit-scrollbar-track {
  background-color: #a3a3a3;
}

.other_info p img {
  width: 48px;
  margin-right: 30px;
}

.other_info p span{
  width: calc(100% - 48px - 30px);
}

.other_info p{
  font-family: var(--dm-bold);
  font-size: 24px;
  line-height: normal;
  padding-bottom: 31px;
}

.other_info {
  margin-top: 41px;
}

p.custom_error {
  position: absolute;
  bottom: 4px;
  font-size: 10px;
  line-height: normal;
  color: red;
}

.input_{
  width: 49%;
  position: relative;
  padding-bottom: 20px;
}

.rand_inputs.rand_inputs_full .input_{
  width: 100%;
  margin: 0 auto !important;
}

.rand_inputs .input_:nth-child(1){
  margin-right: 2%;
}

.input_ input, .input_ select, .input_ textarea{
  border-radius: 10px;
  background-color: rgb(37, 37, 37);
  color: #FFF;
  font-size: 16px;
  font-family: var(--dm-regular);
  border: 1px solid transparent;
  width: 100%;
  padding: 12.5px 20px 12.5px 30px;
}



.input_ input:focus{
  border-color: #fcd32a;
  color: #FFF;
}

.input_ ::placeholder {
  color: #FFF;
  opacity: 1;
}

.input_ ::-ms-input-placeholder {
  color: #FFF;
}


.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row.row_termeni {
  width: 100% !important;
}

.et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row.row_termeni .et_pb_column:nth-child(1){
  width: 100% !important;
  margin: 0 auto !important;
}

.et_pb_section.sectiune-ce-spun-clientii .custome_header_slider img.dica-item-image {
  width: 65px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}

/**/

/************* START RESPONSIVE *******************/
@media(max-width:1870px){
  .et_pb_row.row_image_absolute {
    width: 50%;
  }
  .et_pb_section.sectiune-despre-optimal-auto .et_pb_row:nth-child(1) {
    width: 30%;
  }
}

@media(max-width:1674px){
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) {
    width: 52%;
    margin-right: 0px !important;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(2) {
    width: 48%;
  }
  .et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem {
    padding: 0;
  }
  .et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-prev {
    left: 11%;
  }
  .et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-next {
    right: 11%;
  }
  .et_pb_section.sectiune-ce-spun-clientii .dica_divi_carousel .dica-container .swiper-wrapper .dica_divi_carouselitem .dica-item-content {
    padding: 23px 23px 23px 23px;
  }
  .et_pb_section.sectiune-ce-spun-clientii .et_pb_row:nth-child(2){
    margin-bottom: 30px;
  }
}

@media(max-width:1545px){
  .product_info {
    width: 95%;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
    width: calc(38% - 20px);
    margin-right: 20px !important;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
    width: 62% !important;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) {
    width: 638px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(2){
    width: calc(100% - 638px);
  }
}

@media(max-width:1465px){
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) {
    width: 65%;
  }
  .btn_profita a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_profita a::after {
    font-size: 24px;
    right: 10px;
  }
  .btn_profita_2 a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn_profita_2 a::after {
    font-size: 24px;
    right: 10px;
  }
  .info_stock {
    width: calc(100% - 180px);
    padding-left: 20px;
  }
}

@media(max-width:1360px){
  .other_info p {
    font-size: 20px;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
    width: calc(43% - 20px);
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
    width: 57% !important;
  }
  .et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) {
    width: 70%;
    max-width: 998px;
    padding: 50px 0px 25px 0px;
  }
  h4.product_title, .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text h3, h4.product_title_2 {
    font-size: 30px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) {
    width: 538px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(2){
    width: calc(100% - 538px);
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text h4{
    font-size: 80px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) p {
    column-gap: 10px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text {
    margin-bottom: 30px;
  }

  p.old_price {
    font-size: 16px;
  }
  p.new_price {
    font-size: 42px;
  }
  .btn_profita a, .btn_profita_2 a{
    font-size: 16px;
  }
  .btn_profita {
    width: 160px;
  }
  .info_stock {
    width: calc(100% - 160px);
    padding-left: 15px;
    padding-right: 5px;
  }
  .progress_stock {
    width: 50px;
  }

  .sectiune_despre_optimal_1 .et_pb_row .et_pb_column h3, body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center h3, .et_pb_section.sectiune-ce-spun-clientii .et_pb_row:nth-child(1) .et_pb_column h3, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) h3, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row.row_termeni h3{
    font-size: 50px;
  }
}

@media(max-width:1248px){
  .product_card {
    width: 100%;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 30px;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(1) img {
    max-width: 400px !important;
    min-width: unset !important;
    width: 100% !important;
    height: auto;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column img, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column .et_pb_image .et_pb_image_wrap{
    text-align: center;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) .et_pb_column:nth-child(2) {
    width: 100% !important;
  }
  .item_image img, .item_image_2 img {
    height: 300px;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) {
    width: 100%;
    order: 2;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(2) {
    width: 100%;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(2) .et_pb_module.et_pb_image{
    text-align: center;
  }
}

@media(max-width:980px){
  .container_left {
    width: 100%;
    order: 2;
  }

  .container_left_2 {
    width: 100%;
    border-right: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .container_right_2 {
    width: 100%;
    padding-left: 0;
  }

  .popup_content_custom_add_to_cart_2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_2 {
    padding: 0px 15px 0px 15px;
  }

  .container_right {
    width: 100%;
    padding-left: 0px;
    margin-top: 10px;
  }
  .et_pb_section.sectiune-ce-spun-clientii .et_pb_row:nth-child(2){
    padding-left: 10px;
    padding-right: 10px;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde {
    padding: 50px 0px 55px 0px;
  }
  .et_pb_section.sectiune-masina-ta-hp h3{
    font-size: 30px;
  }
  .et_pb_section.sectiune-masina-ta-hp p{
    line-height: normal;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) {
    padding: 40px 0px 34px 0px;
    width: 95%;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(1) {
    width: 100% !important;
    margin-right: 0px;
    padding-bottom: 20px;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(1) {
    width: 95% !important;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) .et_pb_video_overlay {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) .et_pb_column:nth-child(2) {
    width: 100% !important;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(3) {
    padding: 50px 0px 34px 0px;
  }
  .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) h3, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row.row_termeni h3 {
    margin-bottom: 30px;
  }
  .et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-next {
    right: -10px;
    background-color: #191919 !important;
  }

  .et_pb_section.sectiune-ce-spun-clientii .dica-container .swiper-buttton-container .swiper-button-prev {
    left: -10px;
    background-color: #191919 !important;
  }

  body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center {
    width: 90%;
  }
  .et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) {
    width: 90%;
  }
  .et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) .et_pb_column {
    width: 33% !important;
  }
  .et_pb_row.row_image_absolute {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .et_pb_row.row_image_absolute img {
    max-height: 350px;
  }
  .et_pb_section.sectiune-despre-optimal-auto .et_pb_row:nth-child(1) {
    width: 95%;
    margin: 0 auto;
    order: 2;
    padding-top: 40px !important;
  }
  .et_pb_section.section_service_partener_1 {
    padding: 50px 0px 68px 0px;
  }
  .et_pb_section.sectiune-despre-optimal-auto {
    padding: 0px 0px 40px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .et_pb_section.sectiune-cere-oferta {
    padding: 30px 0px 0px 0px;
  }
  .custom_title p, .sectiune_despre_optimal_1 .et_pb_row .et_pb_column p {
    font-size: 20px;
  }
  .product_info {
    width: 100%;
  }
  .custom_title {
    padding-bottom: 30px;
  }
  .container_produse_homepage {
    padding: 30px 10px 30px 10px;
  }
  .product_card .slick-list, .container_left .slick-list{
    padding: 0 20% 0 0 !important;
  }
  .timer_container{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .timer_container p.text:first-child {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .timer_container p.text{
    font-size: var(--mobile18);
    width: 100%;
    text-align: center;
  }
  .timer_container p.text:last-child {
    padding-left: 0;
    padding-top: 15px;
  }
  .et_pb_section .et_pb_row {
    width: 95%;
  }
  .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(1) {
    width: 150px !important;
    margin-bottom: 0px;
  }
  .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(2) {
    width: calc(100% - 150px - 10px) !important;
    margin-left: 10px;
  }
  .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(2) .et_pb_button{
    font-size: var(--mobile16);
    padding: 8px 32px 8px 15px !important;
    margin-right: 0px;
  }
  body #page-container .et_pb_section.section_menu .et_pb_row .et_pb_column:nth-child(2) .et_pb_button:after {
    font-size: 20px !important;
    margin-left: 8px;
    right: 5px;
  }

  .main_section_homepage_ .et_pb_row .et_pb_column h1{
    font-size: var(--mobile28);
  }

  .main_section_homepage_ .et_pb_row .et_pb_column h1:after {
    border-bottom: 5px solid var(--yellow);
    width: calc(100% - 210px);
    right: 0;
    bottom: 14px;
    max-width: 400px;
    left: 202px;
  }

  .main_section_homepage_ .et_pb_row .et_pb_column h2, .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text h4{
    font-size: var(--mobile30);
  }

  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) p {
    line-height: normal;
    align-items: flex-start;
  }

  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) p img{
    margin-top: 5px;
  }

  .main_section_homepage_ .et_pb_row .et_pb_column {
    max-width: 274px;
  }

  h4.product_title, h4.product_title_2{
    font-family: var(--dm-bold);
    font-size: 24px;
  }

  .et_pb_section.sectiune-cere-oferta .et_pb_row .et_pb_column:nth-child(1) .et_pb_module.et_pb_text h3{
    font-size: 24px;
  }

  .btn_profita {
    width: 100%;
  }

  .info_stock {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sectiune_despre_optimal_1 .et_pb_row .et_pb_column h3, body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center h3, .et_pb_section.sectiune-ce-spun-clientii .et_pb_row:nth-child(1) .et_pb_column h3, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row:nth-child(2) h3, .et_pb_section.sectiune-cele-mai-inalte-standarde .et_pb_row.row_termeni h3{
    font-size: 35px;
  }

  .et_pb_section.sectiune_despre_optimal_1 {
    padding: 50px 0px 50px 0px;
  }

  .sectiune_despre_optimal_1 .et_pb_row .et_pb_column p {
    margin-bottom: 10px;
  }

  body #page-container .et_pb_section.section_service_partener_1 .et_pb_row .et_pb_column.column-center h3 {
    margin-bottom: 30px;
  }
}
@media(max-width:587px){
  .et_pb_section.section_service_partener_1 .et_pb_row:nth-child(2) .et_pb_column {
    width: 100% !important;
  }

  .input_ {
    width: 100%;
  }

  .rand_inputs .input_:nth-child(1) {
    margin-right: 0;
  }
}
/************* END RESPONSIVE *******************/
