/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@import "custom2.css";
@import "custom3.css";



:root {
  color-scheme: only light;
}
.th_request_sicap_left {
    color: #f7a623;
}





.pack-qty-card.mar_b6 {
    margin-bottom: 0px !important;
}

/* badge-ul "sub chenar", fără să-i schimbi poziția vizuală */
.products .ajax_block_product { 
  position: relative; 
}

/* badge */
.products .ajax_block_product .th-best-price{
  position: relative;
  margin: 0 0px -30px;
    height: 40px;
}

/* containerul cu chenarul peste badge */
.products .ajax_block_product .pro_outer_box{
  position: relative;
}

.product-price-and-shipping {
    display: -webkit-inline-box;
}


.product-id-467 .pack-qty-card.mar_b6 {
    display: none;
}

div#easy_products_container_327 {
    margin-top: 30px;
}

.bottom_hover_fly {
    display: none !important;
}

.product-price-and-shipping .st_sticker_block {
        display: none!important;
}
 
 
#product .product-additional-info .thprodnameup-container.product-weekly-name {
    display: none;
}
 
    
/* Stil comun pentru cms-id-38 și cms-id-39 */
.cms-id-38 .delivery-options,
.cms-id-39 .delivery-options {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  overflow-x: auto;
  padding: 1rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.cms-id-38 .delivery-box,
.cms-id-39 .delivery-box {
  text-align: center;
  border-bottom: 3px solid #1d92eb;
  padding-bottom: 1rem;
  margin: 0 10px;
  scroll-snap-align: start;
}

.cms-id-38 .livrare-section,
.cms-id-39 .livrare-section {
  margin-top: 30px;
}

.cms-id-38 .icon-text img,
.cms-id-39 .icon-text img {
  width: auto;
  height: 100px;
  margin-bottom: 0.5rem;
}



@media (max-width: 768px) {
.cms-id-38 .delivery-options,
.cms-id-39 .delivery-options {
        flex-direction: column!important;
        align-items: center!important;
    }
    
   #pc_slider_block_container_2 .s_title_block.two_rows {
     height: 50px !important; 
}
}


@media (max-width: 768px) {
    .cms-id-38 .delivery-box,
.cms-id-39 .delivery-box {
        width: 100%!important;
        max-width: 400px!important;
    }
     article[data-id-product="987"] {
    display: none !important;
  }
  
  .footer-imgss.bottom {
    text-align: center !important;
}
.footer-imgss.bottom .col-12 {
    padding-left: 0px !important;
}

.footer-imgss.top .col-12 {
    padding-right: 0px !important;
}
.text-right {
    text-align: center !important;
    margin-bottom: 10px;
}

#footer-bottom .footer-imgs-anpc {
    text-align: center;
}
.footer-imgss.top {
    border-bottom: 1px solid #dfdfdf;
}
.footer-imgss.bottom {
    margin-top: 12px;
}
}




@media (min-width: 968px) {
.copy-text span {
    text-align: left!important;
    margin-top: 4px !important;
}

.footer-imgss.bottom {
    text-align: right !important;
}

.payment-images {
    text-align: right!important;
}

.custom-bottom-container {
    padding-bottom: 3px!important;
    padding-top: 0px!important;
}
.text-right {
    text-align: right !important;
}
}



#easycontent_2 ul.nav.nav-tabs {
    justify-content: left!important;
}


.importdiscounts-badge img {
    display: none!important;
}



@media (min-width: 776px) {
aside#easycontent_69{
  background: #fff;
    padding: 1rem;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    margin-top: 50px;  
}


.beneficii-block {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0.25rem 0;
    width: 25%;
    flex: 0 0 25%;
}

.beneficii-track {
    display: flex;
}

button.beneficii-next {
    display: none;
}

.beneficii-block .icon-benef {
    font-size: 20px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    border-radius: 100%;
    margin-right: 0.5rem;
    color: #fff;
}


.benef-block-subtitle {
    font-size: 16px;
    color: #000;
    margin: 0.25rem 0;
    font-weight: 700;
    line-height: normal;
}


.benef-block-span {
    font-size: 14px;
    color: #666;
    margin: 0;
}
button.beneficii-prev.is-disabled {
    display: none;
}

}



@media (max-width: 775px) {
  .beneficii-carousel{
    position: relative;
    /* padding-right: 48px;  <- scoate-l ca să nu lase gol în dreapta */
    padding-right: 0;
    overflow: visible;
    margin: 15px;
  }

  .beneficii-track{
    --gap: clamp(10px, 3vw, 16px);          /* gap fluid */
    display: flex !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--gap);
    padding: 0 clamp(8px, 3vw, 16px) 6px;   /* padding lateral fluid */
  }
  .beneficii-track::-webkit-scrollbar{ display:none; }

  .beneficii-track .beneficii-block{
    box-sizing: border-box;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    display: flex !important;

    /* EXACT 2 pe viewport: (lățime container - 1x gap) / 2 */
    flex: 0 0 calc((100% - var(--gap)) / 2) !important;
    min-width: calc((100% - var(--gap)) / 2) !important;

    scroll-snap-align: start;
    flex-direction: column;
    gap: 8px;
    padding: 6px;
    border: 1px solid #eef0f2;
    text-align: center;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  }
  
  
   .beneficii-track{ padding-left: 32px; }  /* spațiu pentru buton */
  .beneficii-prev{
    left: -3%;                 /* la marginea containerului */
  }
  

  .beneficii-next span{ font-size:22px; line-height:1; user-select:none; pointer-events:none; }

  p.benef-block-span {
    display: none;
}

p.benef-block-subtitle {
    font-weight: 700;
}


  .beneficii-prev,
  .beneficii-next{
    position:absolute;
    top:42%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    border:1px solid #e5e7eb;
    background:#fff;
    box-shadow:0 6px 18px rgba(0,0,0,.06);
    display:grid !important;
    place-items:center;
    cursor:pointer;
    z-index:3;
  }
  
  .beneficii-next{ right: clamp(6px, 9.5vw, 17px); }

  .beneficii-prev span,
  .beneficii-next span{ font-size:22px; line-height:1; user-select:none; pointer-events:none; }

  /* stare dezactivată la capete */
  .beneficii-prev.is-disabled,
  .beneficii-next.is-disabled{
    opacity:.35;
    pointer-events:none;
  }
  
  
  
}


div#category-description p{
text-align: justify;
}

div#category-description h2 {
    font-size: 20px;
    margin-top: 30px;
}

div#category-description h3 {
    font-size: 20px;
    margin-top: 30px;
}


.eco-list { 
  list-style: disc outside;
  padding-left: 1.25rem;
  margin-left: 25px;
}

.eco-list li { 
    margin: .35rem 0; 
    
}

.eco-list li > p {
  display: inline;
  margin: 0;
}

div#category-description a {
    color: #1d92eb;
    font-weight: 600;
}


div#category-description {
    margin-bottom: 40px !important;
}

div#category-intrebari {
    margin-bottom: 25px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #1d92eb;
}





#plata-card img{
   box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16);
}

.sttext_banner_text {
    text-align: justify;
}


.location {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}

.location img {
  width: 18px;
  margin-right: 8px;
  margin-top: 3px; /* să fie centrat frumos pe verticală */
}

.location-text {
  line-height: 1.5;
}

button.btn.btn-less-padding.st_news_letter_submit.link_color {
    margin: 5px !important;
}


.importdiscounts-badge-wrapper {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}

.importdiscounts-badge {
    display: inline-flex;
    align-items: center;
    background-color: rgba(255,107,0,1);
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.importdiscounts-badge img {
    height: 18px;
    margin-right: 6px;
}

.pacheteshort {
    display: flex;
}
section.product-pack.mb-3 {
    display: none;
}



.product-id-category-362 div#tablecombz-wrapper {
    display: none!important;
}

.product-id-category-362 .product-information {
    margin-right: 25px;
}

.product-information .product-description-short p:first-of-type > span,
.product_info_tabs .product-description div p:first-of-type > span{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: .5rem;
    color: black;
}

.product-id-category-362 .th_request_sicap_inner {
    display: none !important;
}



.mobileAddToCart {
    background: #1d92eb;
    display: block;
    padding: 8px;
}

.remaining-amount-to-free-shipping-container {
    display: none !important;
}

.mobileAddToCart img {
    width: 20px !important;
    height: auto;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 0 !important;
}

.product-description h2 {
    font-size: 20px;
}

.ajax_block_product .pro_second_box {
    /*height: 20px;*/
}



.dfwidget-host{
    display:none!important;
}


.cms .col-12.thslider {
    display: none!important;
}

.product-price-and-shipping {
    font-size: 20px;
    color: #444;
    font-family: "Open Sans", Tahoma, sans-serif, Arial;
    font-weight: 700;
    /*  height: 60px; */ 
}

@media only screen and (max-width: 992px){
.product-price-and-shipping {
	font-size: 13px!important;
}

.news_letter_1 h3 {
    font-size: 20px!important;
}

.st_news_text{
margin-left: 0!important;
padding-top: 35px!important;
}

.st_news_image {
    right: -112px !important;
    bottom: -33px !important;
}
.st_news_image img {
    max-width: 360px!important;
}

.st_news_text2{
    margin-left: -30px !important;
        margin-top: -20px!important;
        margin-bottom: 26px!important;
}

.st_news_text2 p{
margin-left: -30px!important;
font-size: 12px!important;
}


.zona_catalog {
   
    background: #fff;
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -30px;
}



section#st_news_letter_1 {
    margin-right: 10px;
    margin-bottom: -6px !important;
}


.category_products_container .ajax_block_product {
    width: 172px !important;
}

.category_products_container .prods_price.flex_box.flex_space_between {
    height: 30px;
}



}

.mktl-widget-toggle.rect-v {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06), 0 2px 32px 0 rgba(0, 0, 0, 0.16)!important;
}


@media only screen and (min-width: 993px){
section#st_news_letter_1 {
    margin-bottom: 18px !important;
}
}






/* containerul link-ului */
.view-variants{
    display:flex;               /* text + icon pe același rând */
    align-items:center;
    justify-content:flex-start; /* icon stânga, text după el   */
    height:40px;
    background:#1d92eb!important;         /* albastrul din captură       */
    color:#fff;
    border:0;
    padding:0;                  /* lăsăm interiorul i + span   */
    cursor:pointer;
    text-decoration:none;
    width: 100%;
}

.prices-drop  .view-variants{
    margin-top: 20px;
}

#easy_products_container_301 .view-variants{
    margin-top: 20px;
}

/* zona portocalie cu iconița */
.view-variants i{
    display:block;
    color: #fff !important;
    width:37px;
    height:40px;
    line-height:40px;           /* vertical-align la mijloc     */
    text-align:center;
    background:#ffae00!important;         /* portocaliul din captură      */
    border-top-right-radius:0;          /* colț drept sus      */
    border-bottom-right-radius:37% 100%;/* curba caracteristică */
}

/* textul „Vezi variante produs” */
.view-variants span{
    display:block;
    white-space:nowrap;         /* să nu se rupă pe două rânduri*/
    text-align: center;
    width: 100%;
    color: #fff !important;
    font-weight: 600;
}

/* pentru hover – ușor mai închis */
.view-variants:hover{
    background:#1d92eb!important;
}

/* optional: schimbi culoarea iconiței la hover */
.view-variants:hover i{
    background:#ffae00!important;
}





.checkout  #thecheckout-required-checkbox-1  input.orig-field {
    width: 13px !important;
    height: 13px !important;
}

.checkout  .custom-checkbox  input.orig-field {
    width: 13px !important;
    height: 13px !important;
}

/*.form-group.id_country.countrySelect {*/
/*    display: none;*/
/*}*/

.mark-required .form-group.checkbox label.required .js-terms::before {
    float: left!important;
    margin-right: 5px!important;
}

.product_middle_column > .product-mobile-from {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.textbuymore {
    color: red;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
}
.status-item {
    margin-right: 3px !important;
}

#stsocial_item_381 .social_wrap svg {
display: unset !important;
}

.product-mobile-from .fromPrice > span {
    /*display: block;*/
}

.product-mobile-from .table-minim-price {
    font-size: 22px;
    line-height: 110%;
    font-weight: 600;
    color: #1d92eb;
}

.product-mobile-from .table-minim-label {
    color: #878787;
    font-size: 17px;
}

.product-mobile-from .tax_label {
    font-size: .8125rem;
    color: #878787;
}

.goToCombz {
    flex: 0 0 100%;
    margin-bottom: 15px;
}

.mobile-btn-go-to-combz {
    display: flex;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    align-items: center;
    height: 40px;
    width: 100%;
}

.fromPrice {
    margin-bottom: 15px;
}

.mobile-btn-go-to-combz i {
    height: 40px;
    width: 45px;
    line-height: 38px;
    font-size: 18px !important;
    padding-right: 5px;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 37% 100% !important;
    background: #ffae00;
    border: 1px solid #ffae00;
    margin-left: 0;
    margin-right: 0;
}

.product_first_section .product-actions a.th-whatsapp i{
    background:rgb(48, 191, 57);
    border: 1px solid rgb(48, 191, 57);
}

.mobile-btn-go-to-combz span {
    padding: 0 10px 0 10px;
    font-size: 16px;
}

.blurBlock {
    display: none;
}

.customTikTok .social_wrap {
    background: transparent !important;
}

.customTikTok:hover .social_wrap svg rect {
    fill: #1d92eb !important;
}

.ls-v6 .ls-bottom-nav-wrapper {
    top: -16px!important;
    
}
.cms-id-31 .steasy_element_item.text-2, .text-2, .text-center {
    text-align: left;
}

div#CookiebotWidget {
    z-index: 999 !important;
}

#st_mobile_menu_ul li.mo_ml_level_0:nth-child(-n+5) a {
    width: 100%!important;
}

#st_swiper_block_41 picture {
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: end;
}
.cart-summary-line.cart-total-tax {
    display: none;
}
.cart-summary-line.cart-total.cart-total-tax-excluded {
    display: none;
}
.s_title_block.two_rows {
    height: 6em!important;
}

.page-prices-drop h1.page_heading.mb-3 {
    display: none;
}


.smt-app-whatsapp .sm-button .sm-red-dot{
    background: rgb(48, 191, 57)!important;
}


@media only screen and (min-width: 768px){
ul.stmenu_sub.stmenu_vertical.col-md-3.stmenu_vertical_box {
    max-width: 28% !important;
}

#pc_slider_block_container_2 .s_title_block.two_rows {
    height: auto!important;
}
}

.promotie_cupon {
    display: none;
}

#st_menu_367 .mv_item, #st_mo_ma_367 {
    color: #ff6b00!important;
}




#pc_slider_block_container_2 .col-md-3 .product_img_link img.front-image {
    max-width: 220px!important;
}


.category-ambalaje-ecologice div#st_banner_28 {
    display: none !important;
}

.category-ambalaje-ecologice h1.page_heading.mb-3.text-1 {
    display: none !important;
}


.product  .pro_outer_box.clearfix.home_default span.regular-price {
    display: none !important;
}


.product .images-container-3 .st_sticker.st_sticker_3 {
    display: none;
}

.product .images-container-3  span.st_reduce {
    display: none;
}

.product .th_mobile_pop .modal-body.general_border {
    margin-bottom: 25px;
}



@media (max-width: 480px){
.product .images-container-3 div.st_sticker_3 {
    width: 100px!important;
}

div#amazzing_filter {
    display: none!important;
}

}


.manufacturer-id-24 .brand-img.mr-3.mb-3 {
    display: none;
}

.manufacturer-id-24 h1.page_heading {
    display: none;
}
.category-id-359 h1.page_heading {
    display: none;
}
.tablecombz-table .total {
    font-size: 14px;
}
button#confirm_order {
    font-size: 17px;
}

.strongest {
    color: #444!important;
}

#move_to_description {
    display: none !important;
}

@media only screen and (min-width: 1760px)  {
    
#st_swiper_block_41 .st_swiper_image {
    height: 500px !important;

}
}


.postcode-suggest{
    overflow-x:auto !important;
    overflow-y:auto !important;
    max-height:100px;
}

.gdprModal.gdprModal--visible {
    height: unset!important;
}

.cms-id-9 h1.title_block_inner {
    display: none!important;
}

@media only screen and (min-width: 992px){
.product .th-content .th-desc {
    width: 50%!important;
}
li#st_menu_368 {
    display: none;
}


.product .th_left_cont, .th_right_cont {
    width: 50%!important;
}
.product .th-content {
    display: flex!important;
}
#st_notification_5 {
    padding-top: 0px!important;
    padding-bottom: 350px!important;
}
.all_avail_spans {
    padding-left: 10px!important;
}

}

.module-thecheckout-order .form-group.id_country.countrySelect {
    display: none;
}


div#st_notification_7 {
    padding-bottom: 500px!important;
    padding-top: 0px!important;
}

/*MOD_IR_129*/
.product span.table-minim-price sup.hi-price-formatter.one {
    display: none;
}

#st_notification_7 {
    background-size: contain!important;
}

#st_notification_7 .flex_container {
    display: none!important;
}


#st_notification_7 .st_notification_close_inline {
    margin-right: 45px!important;
}


@media only screen and (max-width: 991px){
.noti_location_3 {
    top: 25%;
}
#st_notification_7 {
    background: none;
}
}




@media only screen and (max-width: 370px){
    #st_notification_6 {
 left: 4% !important;   
    }
}


@media only screen and (min-width: 371px) and (max-width: 395px){
    #st_notification_6 {
 left: 6% !important;   
    }
}


@media only screen and (min-width: 396px) and (max-width: 991px)  {
        #st_notification_6 {
        left: 1% !important;
}
}

@media only screen and (max-width: 991px){
#st_notification_6 {
    margin: 0 !important;
    right: 0 !important;
    top: 20%;
    padding: 0px!important;
    background-size: contain!important;
    max-width: 350px!important;
       padding-top: 0px!important;
    padding-bottom: 462px!important;
}
/*div#easycontent_container_2 {*/
/*    margin-top:-120px!important;*/
/*}*/
.ls-gui-element.ls-bottom-nav-wrapper {
    display: none!important;
}
#cookiesplus-tab {
    bottom: 70px!important;
}

}




summary {
  font-size: 1rem;
  font-weight: 600;
  background-color: #fff;
  color: #333;
  padding: 0.75rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}




.product span.table-minim-price.mr-2.ml-2 sup.hi-price-formatter.one {
    display: none;
}


.faq__content {
    margin-left: 40px;
    margin-right: 30px;
}


.precomandatelefon iframe {
    display: none;
}

.precomandaright {
    display: none;
}



.faq__content {
    font-family: "Open Sans", Tahoma, sans-serif, Arial!important;
    font-weight: 400!important;
    font-size: 14px!important;
}




@media only screen and (max-width: 601px) {
.precomandadesktop{
    
    display:none!important;
}
.product .gdprModal__placeholder {
    display: none;
}

}


.st-menu.sidebar_opened {
    z-index: 99999999999999 !important;
}

@media only screen and (min-width: 1440px) {
.ssa-searchblock.ssa-searchblock-displaySearch {
    padding-left: 71px!important;
}
}


@media only screen and (max-width: 1439px) and (min-width: 1186px)  {
#st_header .shop_logo {
    width: 350px!important;
    margin-left: 61px!important;
}
img.logo {
        width: 350px!important;
    }

.ssa-searchblock.ssa-searchblock-displaySearch {
    padding-left: 80px!important;
}
}




@media only screen and (max-width: 1759px) and (min-width: 986px)  {
#st_swiper_block_41 .st_swiper_image {
    height: auto !important; 
}
}

#st_header .shop_logo {
    width: 308px;
}


#st_swiper_block_41 .st_swiper_image {
    max-width: 100% !important;
}


.th_mobile_pop button.btn.btn-sm.btn-primary.add-to-cart.th-custom-add{
    background: #1d92eb !important;
    width: 100% !important;
}

.th_mobile_pop button.btn.btn-sm.btn-primary.add-to-cart.th-custom-add svg{
    color: #ffffff !important;
}

.th_mobile_pop .modal-content{
    margin: 0;
}

.th_mobile_pop .tablecombz-table-th{
    width: 100%;
    margin-bottom: 40px !important;
}

/*#th_mobile_pop .tablecombz-quantity-wanted{*/
/*    width: 50% !important;*/
/*}*/

/*#th_mobile_pop #tablecombz-table td{*/
/*    width: 50%;*/
/*}*/

.th_mobile_pop .qt-inputs{
    display: flex;
    flex-direction: row-reverse;
}

.th_mobile_pop .input-quantity-wanted-clone{
    width: 60px;
    height: 38px;
}

.th_mobile_pop .btn-touchspin.js-touchspin{
    width: 40px;
}

.th_mobile_pop .quantity-input-buttons{
    width: 100% !important;
}

.th_mobile_pop .tablecombz-quantity .qty-up {
    border-bottom: 1px solid #d9d9d9;
}

.th_mobile_pop{
    background: rgba(0,0,0,0.7);
}

/*.th_mobile_pop .modal-dialog{*/
/*    top: 30%;*/
/*}*/

.th_mobile_pop .modal-dialog {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
}
.th-item-discount{
    padding:0 !important;
}
.th-item-discount .item-discount{
    border-radius: 5px !important;
    margin: 5px;
    padding: 0 !important;
    display: flex;
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
}
.th_mobile_pop .modal-content{
    border-radius: 25px 25px 0 0;
}
.th_mobile_pop .general_border{
    border-radius: 25px 25px 0 0;
}
.tablecombz-quantity .qty-up{
    border-radius: 0 20% 20% 0 !important;
}
.tablecombz-quantity .qty-down{
    border-radius: 20% 0 0 20% !important;
}
.th_mobile_pop .mobile-discounts{
    margin-bottom: 15px;
}

.th_mobile_pop .th_modal_close{
    margin: 10px;
}
.th-item-discount .th_unit_quantity{
    font-size:13px !important;
}
.th-item-discount .th_unit_price{
    font-size:14px !important;
}
/* Only for menu */
/*.mu_level_1 .ml_level_1{*/
/*    padding: 5px 0 5px 0;*/
/*}*/

/*.stmenu_vertical .mu_level_1{*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*#st_menu_column_13{*/
/*    margin-top: -12px;*/
/*}*/

/*.ml_level_1 a{*/
/*    margin-bottom: 0 !important;*/
/*}*/

#st_notification_5 .st_modal_close{
    color: #000000 !important;
}

.ong-customer{
    /*display: none;*/
    padding: 0 0 15px;
}

.business-customer{
    padding: 0 !important;
}

/*Black Friday*/
     .category-id-337 .alert.alert-warning{
         display: none;
     }

    p.th_bf{
        background: rgba(29,146,235,1);
        padding: 30px 5px;
        color: #fff;
    }
/*----*/
#st_swiper_block_39 .layered_content p{
    margin-bottom: 0.5rem !important;
}

#st_notification_3 p{
    margin-bottom: 0.2rem !important;
}

@media screen and (max-width: 480px) {
    #st_swiper_1 #st_swiper_block_39 .layered_content{
        padding: 0 !important;
    }

    #st_notification_5{
        margin: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: 30%;
        padding: 40px 100px 40px 20px !important;
    }
    
    #st_swiper_block_39 .layered_content{
        text-align: center;
        margin-top: 30px;
    }

    #st_swiper_block_39 .layered_content p{
        margin-bottom: 0.5rem !important;
    }

    #st_swiper_block_39 .adveditor_content{
        justify-content: center;
        align-items: center;
    }

   /*#st_swiper_block_12 .layered_content p, #st_swiper_block_12 .layered_content h2 {
        color: #fff !important;
        text-shadow: 2px 2px 5px #000;
    }

    #st_swiper_block_12 .layered_content a {
        color: #fff;  

    }*/
}

.stmenu_vs.style_wide.col-md-12 {
    overflow: hidden;
}

#st_menu_block_228 ul.mu_level_1 li {
    width: 50% !important;
    max-width: 50%;
}

#st_menu_block_228 ul.mu_level_1 {
    display: flex;
    flex-wrap: wrap;
}

ul.mu_level_2 .th-submenu{
    position: absolute;
    -webkit-box-shadow: 0px 0px 10px 0px #E0E0E0;
    box-shadow: 0px 0px 10px 0px #E0E0E0;
    background: #ffffff;
    z-index: 70;
    margin-top: -19px;
    left: 100px;
    width: 90%;
}

ul.mu_level_2 .th-submenu ul li{
    padding: 2px 0;
}

.stmenu_multi_level:hover .ml_level_2 .list_arrow {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.th-submenu .ml_level_2{
    display: flex;
    align-items: center;
}

.th-submenu .ml_level_2 a{
    padding: 0 !important;
}

.th-submenu .ml_level_2 i{
    padding: 0 5px !important;
}

.stmenu_vertical .mu_level_1{
    margin-bottom: 0 !important;
    padding: 3px 6px;
}

#st_menu_block_228 li.ml_level_2{
    padding: 2px;
}

#st_menu_block_228{
    margin-top: -10px;
}

/*#st_menu_column_41{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_column_66 {*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_35 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_27{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_column_71{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_12 .stmenu_vs.style_wide.col-md-12 {*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_23{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_10 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_43{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_36 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_37{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_33 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_35{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_32 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_21{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_9 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_57{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_13 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_33{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_31 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_25{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_11 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_20{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_8 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_39{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_34 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_31{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_30 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_17{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_7 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_13{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/


/*#st_menu_column_65{*/
/*    max-width: 36%;*/
/*    flex: 0 0 36%;*/
/*    margin-top: -13px;*/
/*}*/

/*#st_menu_6 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 538px;*/
/*}*/

/*#st_menu_column_65{*/
/*    max-width: 47%;*/
/*    flex: 0 0 47%;*/
/*}*/

/*#st_menu_0 .stmenu_vs.style_wide.col-md-12{*/
/*    max-width: 539px;*/
/*}*/
/* ---- */

#product .current-price .price .hi-price-formatter:nth-child(2){
    display: none;
}

.find-postcode:hover{
    color: #1d92eb !important;
    cursor: pointer !important;
}

.field-error-msg{
    text-align: left;
    font-style: italic;
    background: #ffeaea;
    color: #e50000;
    padding: 10px 5px;
    margin: 1px 0 20px;
}

div#gformbuilderpro_17 label {
    display: none !important;
}

#order-detail .col-lg-9 #order-return-form{
    margin-bottom: 40px !important;
}

/* - Seap - */
svg.fa-5x {
    font-size: 1em !important
}

svg.fa-3x {
    font-size: 1em !important
}

svg.fa-4x {
    font-size: 1em !important;
}

a#st_ma_0 svg {
    font-size: 17px;
    top: 1px;
    position: relative;
    margin-right: 11px;
}

#cms.cms-id-25 h2.title-seap{
    font-size: 18px;
    line-height: 26px;
}

#cms.cms-id-25 .th-seap-content #submitForm span{
    vertical-align: super;
}

#cms.cms-id-25 .th-seap-content #submitForm span i{
    display: none;
}

@media only screen and (min-width : 320px) and (max-width: 479px) {
    .find-postcode.desktop{
        display: none;
    }

    .news_letter_1 .ps-17-newsletter-checkbox{
        margin-left: -1px;
    }

    #cms.cms-id-25 .title-seap span{
        font-size: 16px !important;
    }

    #cms.cms-id-25 .col-lg-6.col-xs-12.form-content{
        margin-top: 20px;
    }

    #cms.cms-id-25 .col-lg-6.col-xs-12.text-content p{
        margin-top: 7px;
    }
}

@media only screen and (min-width : 480px) and (max-width: 991px) {
    .find-postcode.desktop{
        display: none;
    }

    #cms.cms-id-25 .col-lg-6.col-xs-12.form-content{
        margin-top: 20px;
    }

    #cms.cms-id-25 .col-lg-6.col-xs-12.text-content p{
        margin-top: 7px;
    }
}

@media only screen and (min-width : 1200px) {
    .th-custom-extra-content-tab .th_right_cont img{
        min-width: 573px;
    }

    .product-description .style_content {
        width: 100%;
    }
    .cms-id-21 .col-md-4.map-infos {
        padding-right: 0px!important;
    }

    .cms-id-21 .col-md-4.map-infos img {
        width: 436px!important;
    }

    .product-description iframe {
        width: 700px;
        height: 394px;
    }
    li#st_menu_367 {
        display: none!important;
    }

    .product-description .th_right_cont {
        width: 700px!important;
    }

    .st_mega_menu_container.animated.fast.stuck.fadeInDownLarge .stmenu_vs{
        overflow: hidden;
    }

    .col-md-6.mega-center .pro_second_box.pro_block_align_1{
        min-height: 80px;
    }

    #cms.cms-id-25 .col-lg-6.col-xs-12.text-content p{
        margin-top: 20px;
    }

    .product_list_item .pro_second_box.pro_block_align_1{
        min-height: 53px;
    }

    body#index .menu_ver_open_xl .stmenu_vertical, body#index .stuck .menu_ver_open_xl.current .stmenu_vertical {
        display: block !important;
    }

    body#index .stuck .menu_ver_open_xl .stmenu_vertical {
        display: none !important;
    }
}
/* End */

.gformbuilderpro_form .form-control:focus {
    border-color: #666 !important;
}

.category .st_banner_row .width_71 {
    padding-right: 35px !important;
}

.ajax_block_product .product-price-and-shipping .regular-price {
    display: block;
}

#easy_products_container_327 span.regular-price {
    display: block;
}

.gformbuilderpro_content .checkbox_item_wp > p {
    display: flex;
    align-items: baseline;
}

.gformbuilderpro_content .checkbox_item_wp input[type=checkbox] {
    margin-right: 5px;
}

.gformbuilderpro_content .form-group.checkbox_box {
    margin-bottom: 0 !important;
}

.bottom_hover_fly{
    text-align: center;
    border-top: 1px solid #f7f7f7;
    padding-top: 8px;
}

#st_swiper_3{
    padding: 2px;
}

#st_swiper_3 .swiper-slide a {
    border: 1px solid #ececec;
}

#st_swiper_3 .swiper-slide div {
    border: 1px solid #ececec;
}

.bottom_hover_fly .comb_nb{
    color: #878787;
}

.brands_slider_wrap .pro_outer_box{
    border: 1px solid #ececec;
}

.product_right_column .live-discounts {
    font-size: 16px;
}

.product_right_column span.live-counter {
    font-size: 16px !important;
}

.product_right_column span.live-price {
    font-size: 16px !important;
}

#category .st_banner_row .style_content {
    margin: 0;
}

.mu_level_2 a .list_arrow{
    padding: 0;
    margin: 0;
    width: 14px !important;
}

.stmenu_vs.style_wide > .m_column_row .col-md-4 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.m_column_row {
    padding-bottom: 3px!important;
    margin-bottom: 3px!important;
}
.style_wide .mu_level_2 a.ma_item, .stmenu_multi_level a.ma_item, .mo_sub_a {
    margin-bottom: 3px!important;
}


.certificates_div img:hover {
    -webkit-box-shadow: 0 0 10px 2px rgba(29,146,235,0.20);
    box-shadow: 0 0 10px 2px rgba(29,146,235,0.44);
    border-color: #1d92eb;
}

.pro_second_box .product-price-and-shipping .regular-price{
    margin-right: 0;
}

.custom-toph2{
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.stmenu_vertical li.mv_level_1 a{
    padding-left: 10px;
}

.stmenu_vertical li.mv_level_1 a{
    width: 100%;
}

.stmenu_vertical li.mv_level_1 a img{
    margin-right: 10px;
}

.stmenu_vertical .mv_item{
    padding: 4px 12px 4px 12px !important;
}

.custom-h1{
    text-transform: uppercase;
}

.zone1.hover-on{
    fill: #1d92eb !important;
}

.zone1.hover-on-grey {
    fill: #969696 !important;
}

.zone1.hover-on text{
    fill: #fff;
}

.zone1.active-city {
    fill: #1d92eb !important;
}

.zone2.hover-on {
    fill: #1d92eb !important;
}

.zone2.hover-on-grey {
    fill: #969696 !important;
}

.zone2.hover-on text{
    fill: #fff;
}

.zone2.active-city {
    fill: #1d92eb !important;
}

.zone3.hover-on {
    fill: #1d92eb !important;
}

.zone3.hover-on-grey {
    fill: #969696 !important;
}

.zone3.hover-on text{
    fill: #fff;
}

.zone3.active-city {
    fill: #1d92eb !important;
}

.zone4.hover-on{
    fill: #1d92eb !important;
}

.zone4.hover-on-grey {
    fill: #969696 !important;
}

.zone4.hover-on text{
    fill: #fff;
}

.zone4.active-city {
    fill: #1d92eb !important;
}

.zone5.hover-on{
    fill: #1d92eb !important;
}

.zone5.hover-on-grey {
    fill: #969696 !important;
}

.zone5.hover-on text{
    fill: #fff;
}

.zone5.active-city {
    fill: #1d92eb !important;
}
.zone6.hover-on{
    fill: #1d92eb !important;
}

.zone6.hover-on-grey {
    fill: #969696 !important;
}

.zone6.hover-on text{
    fill: #fff;
}

.zone6.active-city {
    fill: #1d92eb !important;
}


.zone7.hover-on{
    fill: #1d92eb !important;
}

.zone7.hover-on-grey {
    fill: #969696 !important;
}

.zone7.hover-on text{
    fill: #fff;
}

.zone7.active-city {
    fill: #1d92eb !important;
}



.active-content {
    display: block !important;
}

.active-name-hover{
    fill: #fff !important;
}

.active-name {
    fill: #fff !important;
}

.active-location {
    fill: #fff;
}

.active-location .st4 {
    fill: #1d92eb !important;
}

button[disabled="disabled"] svg{
    color: #999999 !important;
}

.title_block_inner h1{
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
}

#steasy_column_298 .swiper-container {
    padding-right: 5px !important;
}

.pro_second_box > .st_sticker_block {
    position: absolute;
    top: -10px;
    display: none !important;
}

#prices-drop .pro_second_box > .st_sticker_block {
    display: block !important;
}

.formajaxresult .success_box{
    background: transparent;
    border: unset !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

#steasy_column_298 a.nav-link {
    font-size: 16px !important;
    padding-top: 0 !important;
}

.cst-icon{
    width: 23px;
    margin-left: auto;
    margin-right: auto;
}

.ps-17-newsletter-checkbox input {
    flex: 0 0 12px;
}

.product_third_section .products_container {
    margin-bottom: 0 !important;
}

.logged i{
    color: #1d92eb !important;
}

#rightbar_12 .icon_text{
    margin-top: -3px;
}

#rightbar_3 .icon_text{
    margin-top: -1px;
}

.f-name {
    min-height: 60px;
    padding: 6px 0;
}

#tablecombz-wrapper .sorter-false .tablesorter-header-inner, #tablecombz-wrapper .sortable-row2 .tablesorter-header-inner{
    padding-top: 5px !important;
}

#notifications .container{
    padding: 0;
}

.wishlist_product_item .itemlist_right .s_title_block{
    font-weight: 600;
}

/*#steasy_column_298 .products_section .swiper-wrapper {*/
    /*margin: 20px 0;*/
    /*width: 100%;*/
/*}*/

.userinfo_mod_top a i{
    color: #1d92eb;
}

.modal-content .modal_cart .alert{
    border-radius: unset !important;
}

#steasy_column_298 .products_slider .swiper-pagination {
    margin-top: -5px;
}

.custom-sw-btn.swiper-button-tr.hidden-md-down {
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-price-and-shipping {
    width: 100%;
    /*display: grid;*/
    align-items: center;
    justify-content: space-between;
}

.filter-tattr {
    height: 22px !important;
    padding: 0;
    font-size: 10px;
    margin-right: 8px;
}

.product_middle_column .st_sticker_block {
    display: none !important;
}

.product_right_column .st_sticker_block, .product_right_column .regular-price {
    display: none;
}

span.regular-price.not-combz {
    display: none!important;
}




.prods_price {
    width: 100%;
}

#easy_products_container_327 .product-price-and-shipping {
    display: block;
}

#easy_products_container_327 .prods_price {
    width: auto;
}

.very-top-sticks {
    position: relative;
}

.very-top-sticks .st_sticker_block {
    position: absolute;
    right: 0;
    top: -2px;
}

#easy_products_container_327 .very-top-sticks {
    display: none;
}

div#easycontent_container_2 {
    margin-bottom: 5px;
    margin-top:40px;
}


#tablecombz-wrapper .price-lowered, .mobile-discounts .price-lowered {
    color: #ff6b00 !important;
    font-weight: bold !important;
}

#index .pc_slider_block_container {
    background: #f9f9f9;
    padding-bottom: 20px;
    padding-top: 10px;
}

#easycontent_48 {
    margin-bottom: 0;
}

.hightlight_curr_thumbs .pro_gallery_thumb {
    opacity: 1;
}

.nav_bar.horizontal-s-fullheight .top_bar_item:before, .nav_bar.vertical-s .top_bar_item:before{
    height: 17px;
}

.language_selector:last-child:before {
    display: none !important;
}

.nav_bar .header_item i {
    margin-right: 5px;
}

.category h1.page_heading {
    /*line-height: 1;*/
    margin-bottom: 0 !important;
    margin-top: 7px;
    line-height: 24px;
    padding-bottom: 6px;
}

#js-product-list-top.products-selection {
    padding: 10px 0;
}

.brands_slider_item {
    border: none;
    background: #f1f1f1;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.sthomenew_container .title_block, #product .category_products_container .title_block {
    margin-bottom: 0;
}

#st_news_letter_1 .st_news_letter_input {
    padding-left: 15px;
    font-family: "Open Sans";
}

.st_news_letter_form {
    text-align: left;
    color:#fff;
}

section#easycontent_3 {
    order: 1;
}

.stfeaturedslider_container {
    margin-bottom: 5px;
}

.blog_container.block .mb-3 {
    margin-bottom: 0 !important;
}

.blog_container.block {
    margin-bottom: 15px;
}

#easycontent_7 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*#easycontent_19 {*/
    /*order: 4;*/
/*}*/

/*#multilink_2 {*/
    /*order: 2;*/
/*}*/

/*#multilink_4 {*/
    /*order: 3;*/
/*}*/

/*#easycontent_57 {*/
    /*order: 5;*/
    /*margin-bottom: 0 !important;*/
    /*margin-top: 0 !important;*/
/*}*/

/*p.footer-imgs {*/
    /*text-align: center !important;*/
/*}*/

#st_mega_menu_wrap .ma_level_0 {
    text-align: left;
    /*border-top-left-radius: 7px;*/
    /*border-top-right-radius: 7px;*/
}


p.footer-imgs img {
    height: 50px;
    width: auto;
    margin-right: 30px;
}


p.footer-imgs-anpc img {
    height: 35px;
    width: auto;
    margin-left: 30px;
}


/* 1) Centrează vertical cele 2 coloane în rândul din footer */
#footer-bottom .custom-bottom-container .row{
  align-items: center; /* vertical middle */
}

/* 2) Coloana/bucata cu pozele rămâne la dreapta + vertical middle */
#footer-bottom .footer-imgss{
  height: 100%;
  display: flex;
  align-items: center;       /* vertical middle */
  justify-content: flex-end; /* rămâne la dreapta */
}

/* 3) Scoate marginile care strică centratul pe verticală */
#footer-bottom .footer-imgs-anpc{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}






section#footer-primary {
    padding-top: 0;
    padding-bottom: 0;
}

#footer .fto-music:before {
    font-family: "Electro";
    content: "\6f";
    font-size: 45px;
    vertical-align: middle;
}

.title_style_0 .title_block_inner {
    margin-bottom: -1px !important;
}

.title_style_0 {
    border-width: 1px !important;
}

.pc_slider_block_container .sttab_2_3 .nav-tabs {
    border-bottom: 1px solid #dfdfdf !important;
}

.nav-link:not(.active) {
    /*border: none !important;*/
    border-color: transparent !important;
}

.nav-link:hover {
    border-color: #1d92eb !important;
}

.pc_slider_block_container .sttab_2_3 .nav-tabs .nav-item {
    margin-bottom: -1px !important;
}

.add_to_wishlit .fto-star:before, .wishlist_link .fto-star:before, .wishlist-link .fto-star:before {
    content: '\e869' !important;
}

.wishlist_link .fto-star:before, .userinfo_mod_top .fto-user:before {
    font-size: 20px;
}

/*a.wishlist_link.top_bar_item {*/
    /*position: relative;*/
    /*top: 2px;*/
/*}*/

i.ec.ec-support {
    font-family: Electro;
    font-size: 40px;
    font-style: normal;
    vertical-align: middle;
}

i.ec.ec-support:before {
    content: "\6f";
    display: inline-block;
    letter-spacing: 1px;
}

.help-header {
    line-height: 50px;
    color: #2b2b2a;
}

.help-header {
    font-size: 14px;
}

.search_widget .input-group-with-border {
    border: 2px solid #1d92eb;
    /*border-radius: 5px;*/
}

.search_widget button.btn.btn-search {
    /*background: #1d92eb;*/
    color: #1d92eb;
    padding-left: 15px;
    padding-right: 11px;
    margin-left: 0;
}

.search_widget button.btn.btn-search i {
    font-size: 1.2rem;
    position: relative;
    top: -2px;
}

.search_widget button.btn.btn-search:hover {
    color: #5eb1f1;
}

.search_widget_text {
    border-radius: 0;
    padding-left: 10px;
}

.search_widget_text::placeholder {
    color: #8a8a8a;
}

.login.top_bar_item:hover img {
    filter: invert(46%) sepia(40%) saturate(6783%) hue-rotate(186deg) brightness(96%) contrast(95%);
}

/*.st_mega_menu_container:not(.stuck) div#top_extra_container {*/
    /*border-bottom: 4px solid #1d92eb;*/
/*}*/

p.prod-category-default {
    color: #878787;
    margin-bottom: 7px;
    font-size: 12px;
    min-height: 45px;
}

.ajax_block_product .pro_second_box {
    display: flex;
    justify-content: space-between;
}

.ajax_block_product .pro_outer_box:hover {
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}

.ajax_block_product .pro_outer_box {
    padding: 1.429em 1.714em 1em 1.714em;
}

.mega-side .ajax_block_product .pro_outer_box, .mega-center .pro_outer_box {
    padding-top: 30px !important;
}

.mega-center .pro_second_box.pro_block_align_1 {
    position: relative;
    /*top: -7px;*/
}

.product_list_item:not(.last-in-line) article.ajax_block_product:after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 48%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

.swiper-slide.ajax_block_product:after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 48%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

.swiper-slide > .row > .ajax_block_product:after {
    content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 48%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

.swiper-slide-visible.ajax_block_product:last-child:after {
    border-right: none;
}

/*added*/
.sthomenew_container .swiper-slide.ajax_block_product:after {
    content: '' !important;
    border-right: 1px solid #eaeaea !important;
    display: block !important;
    position: absolute;
    top: 48%;
    right: 0;
    height: 80%;
    transform: translateY(-50%);
}

.sthomenew_container .swiper-slide.ajax_block_product:nth-child(5n+5):after {
    border-right: none !important;
}

.sthomenew_container .swiper-container {
    padding: 0 2px;
}

.sthomenew_container .products_section .swiper-wrapper {
    margin: 20px 0;
}


/*end added*/

.mega-side .product_list_item:not(.last-in-line) article.ajax_block_product:after {
    display: none !important;
}



.ajax_block_product:hover:after {
    border: none !important;
}

.swiper-button-lr.swiper-navigation-arrow .swiper-button {
    color: #dfdfdf;
}

.add_to_wishlit.hover_fly_btn {
    background-color: #fff;
    color: #949494;
    font-size: 14px;
}

.add_to_wishlit.hover_fly_btn:hover {
    color: #444;
    background: #fff;
}

body#index .product_list.grid .product_list_item {
    padding-top: 0;
    padding-bottom: 0;
}

.products_section .swiper-wrapper {
    margin: 20px 4px;
    width: calc(100% - 5px);
}

#easy_products_container_327 .pro_outer_box {
    border: 1px solid #1d92eb;
    /*border-radius: 5px;*/
}

#easy_products_container_327 .pro_outer_box:hover .bottom_hover_fly {
    visibility: hidden;
}

#history .table-bordered tr td:nth-child(3){
    font-weight: 700 !important;
}

/*#easy_products_container_327 .pro_outer_box:hover {*/
/*    box-shadow: none;*/
/*}*/

#easy_products_container_327 .st_sticker_3 span.st_reduce {
    display: block;
    font-size: 13px;
    position: relative;
    top: -4px;
    font-weight: bold;
}

.btn.ajax_add_to_cart_button, .btn.add-to-cart {
    padding: 7px 9px 7px 7px;
    margin-bottom: 0;
    line-height: 18px;
    /*border-radius: 50%;*/
}

.btn.ajax_add_to_cart_button svg {
    width: 20px;
}

.mega-center .btn.ajax_add_to_cart_button svg {
    vertical-align: middle;
}

.st_sticker_3 .st_sticker_text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    width: 100%;
    line-height: normal;
}

.st_sticker.st_sticker_3 {
    display: none;
}

#easy_products_container_327 .st_sticker {
    display: block;
}

#easy_products_container_327 .st_sticker_8 {
    display: none;
}

.pro_second_box .view_button {
    /*padding: 5px;*/
    /*margin-bottom: 0;*/
    /*line-height: 18px;*/
    /*border-radius: 50%;*/
    /*color: #ffffff;*/
    /*background-color: #e6e6e6;*/
    /*border-color: #e6e6e6;*/
    color: #ffffff;
    background-color: #1d92eb;
    border-color: #1d92eb;
    padding: 7px 10px 7px 10px;
    margin-bottom: 0;
    line-height: 18px;
    border-radius: 0;
    align-self: flex-start;
}

#easy_products_container_327 .view_button {
    display: none !important;
}

.pro_second_box .view_button i {
    font-size: 18px;
}

.stfeaturedslider_container .products_slider .last-line:not(.first-line) {
    margin-top: -30px;
}

.product_list_item:hover {
    z-index: 1;
}

.ajax_block_product:hover .btn.ajax_add_to_cart_button {
    background: #1d92eb;
    border-color: #1d92eb;
}

.ajax_block_product:hover .btn.ajax_add_to_cart_button:hover{
    background: #5eb1f1;
    border-color: #5eb1f1;
}

.btn.ajax_add_to_cart_button:hover {

}

.ajax_block_product:hover .btn.view_button{
    background: #444;
    border-color: #444;
}

/*.swiper-pagination-bullet-active {*/
    /*background: #1d92eb;*/
    /*border-radius: 0;*/
/*}*/

.btn-white {
    line-height: 30px;
}

.swiper-pagination-bullet {
    border-radius: 0;
}

.products_slider .swiper-pagination {
    margin-top: -40px;
}

.product_third_section .products_sldier_swiper .swiper-wrapper {
    margin: 20px 1px;
    width: calc(100% - 2px);
}

.product_list.grid .pro_second_box, .products_sldier_swiper .pro_second_box {
    padding-bottom: 10px;
    z-index: 3;
}

.products_slider .pro_outer_box:hover {
    background: #fff;
}

.small_cart_product_image {
    width: 50px;
}

.st_news_letter_1 .input-group-with-border {
    border: 0;
    /*border-radius: 7px;*/
    overflow: hidden;
}

.st_news_letter_submit {
    margin-left: 0 !important;
}

#easy_products_container_327 .prod-category-default, #easy_products_container_327 .custom-top-name {
    display: none;
}

#easy_products_container_327 .mini_name.hidden.single-large-prod {
    display: block;
    text-align: center;
}

#easy_products_container_327 .mini_name.hidden.single-large-prod a {
    font-size: 22px;
    color: #1d92eb;
}

/*.stfeaturedslider_container .title_block {*/
    /*margin-bottom: 3px;*/
/*}*/

.product_img_link img.front-image {
    max-width: 190px;
}

.product_img_link img.front-image {
    width: 100%;
    margin: auto;
}

#easy_products_container_327 img.front-image {
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 87px;
}

#easy_products_container_327 .pro_second_box .act_box_cart {
    display: none;
}

#easy_products_container_327 .pro_second_box .price{
    color: #ec0000;
    font-size: 25px;
}

/*.ajax_block_product .regular-price {*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 35px;*/
/*}*/

.help-header img {
    width: 30px;
    margin-right: 7px;
}

#easy_products_container_327 .ajax_block_product .regular-price {
    position: static;
    left: 0;
    top: 0;
    font-size: 18px;
}

.pro_outer_box:hover .bottom_hover_fly {
    visibility: visible;
    /*position: relative;*/
    /*top: 8px;*/
}

.ajax_block_product .product-price-and-shipping .st_sticker_block {
    /*display: none;*/
    position: absolute;
    right: 0;
    top: 18px;
    padding-bottom: 0;
}

.ajax_block_product .countdown_outer_box.counting {
     display: none;
}

#easy_products_container_327 .ajax_block_product .countdown_outer_box.counting {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.countdown_box {
    background: transparent;
}

.countdown_outer_box .icon-clock {
    display: none;
}

.countdown_pro > span {
    /*padding: 0 5px;*/
    background: #e6e6e6;
    color: #26323c;
    position: relative;
    min-width: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 30px;
}

.countdown_pro > span > i {
    top: 48px;
    font-size: 11px;
    text-align: center;
    left: 0;
    right: 0;
    font-style: normal;
    position: absolute;
    font-weight: bold;
}

#easy_products_container_327 .ajax_block_product .pro_second_box {
    justify-content: center;
}

.pc_slider_block_container article.ajax_block_product {
    background: #fff;
}

#product .pc_slider_block_container article.ajax_block_product {
    background: transparent;
}

/*.pc_slider_block_container article.ajax_block_product:after {*/
    /*display: none !important;*/
/*}*/

.mega-categories.mega-center .product_list.grid .ajax_block_product .pro_outer_box.home_default {
    max-width: 100%;
}

.mega-categories.mega-center .product_img_link img.front-image {
    max-width: 100%;
}

.mega-categories.mega-center .act_box_cart span.hidden {
    display: inline;
    margin-left: 4px;
}

.mega-categories.mega-center .view_button span.hidden {
    display: inline;
    margin-left: 4px;
}

.offer-txt {
    display: none;
}

#easy_products_container_327 .offer-txt {
    position: absolute;
    top: 5px;
    display: flex;
    height: 50px;
    align-items: center;
}

.offer-txt span {
    font-size: 22px;
    font-weight: 400;
    color: #2f3a44;
    margin-bottom: 0;
}

/*.mega-categories.mega-center .pro_second_box .view_button, .mega-categories.mega-center .pro_second_box .ajax_add_to_cart_button {*/
    /*border-radius: 7px;*/
/*}*/

.mega-left .product_list_item:first-child, .mega-right .product_list_item:first-child {
    margin-bottom: 4px;
}

/*.mega-center .pro_first_box {*/
    /*margin-bottom: -38px;*/
    /*margin-top: -10px;*/
/*}*/

.mega-center .pro_second_box {
    z-index: 3;
}

.mega-side .bottom_hover_fly, .mega-center .bottom_hover_fly {
    display: none;
}


.mega-side .pro_outer_box:hover .bottom_hover_fly, .mega-center .pro_outer_box:hover .bottom_hover_fly {
    display: block;
}

.mega-center .pro_first_box {
    margin-bottom: 3px;
}

.mega-side .bottom_hover_fly, .mega-center .bottom_hover_fly {
    height: 31px;
}

.mega-side .pro_outer_box:hover, .mega-center .pro_outer_box:hover {
    margin-bottom: -31px;
}

#st_header #top_bar .header_item {
    text-transform: none;
}

#st_header #top_bar {
    font-size: 13px;
}

span.ajax_cart_total {
    /*font-weight: bold;*/
    font-size: 16px;
}

/*img.logo {*/
/*    width: 100%;*/
/*    max-width: 313px;*/
/*}*/

.mfp-close-btn-in .mfp-close, .mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close, .st_modal_close {
    right: 0;
}

.logo_box {
    max-width: 292px;
}

/*.sttext_block {*/
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    /*color: #1d92eb !important;*/
/*}*/

.sttext_block span {
    font-family: OpenSans-Light;
    text-transform: none;
    font-weight: bold;
    font-size: 14px;
    color: #535e65 !important;
}

.sttext_block  i.fto-angle-right {
    background: #1d92eb;
    color: #fff;
    border-radius: 50%;
    padding: 0 3px 2px 4px;
    margin-left: 7px;
}

#easycontent_50 .steasy_element_block {
    margin-left: 10px;
    margin-right: 10px;
}

.news-ab {
    color: #fff;
    font-weight: normal;
    font-size: 25px;
}

.news-ab:before {
    content: "\76";
    font-family: "font-electro";
    margin-right: 15px;
    font-size: 1.619em;
    vertical-align: middle;
}

#footer-secondary {
    padding-top: 0;
    padding-bottom: 0;
}

#footer_bottom_right img {
    height: 16px;
    width: auto;
}

/*#footer-tertiary a{*/
    /*font-family: "OpenSans-Semibold";*/
/*}*/

.hurry_offer h6 {
    font-weight: normal;
}

#footer-bottom {
    font-family: OpenSans-Semibold;
}

#st_news_letter_1 .st_news_letter_submit {
    font-family: "Open Sans";
    font-size: 14px;
}

.amount_circle {
    background: #1d92eb;
}

.column_block .title_style_0 {
    border-bottom: 1px solid #f2f2f2;
}

.column_block .title_style_0 .title_block_inner {
    border-color: #1d92eb;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-bottom: -2px;
}

.block-categories.block.column_block {
    border: 1px solid #e9e9e9;
    padding: 15px;
    /*border-radius: 8px;*/
}

.block.column_block.block-categories .block_content {
    padding-bottom: 0;
}

#search_filters .facet-title.hidden-md-down {
    font-weight: bold;
    color: #2c2c2c;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
    margin-bottom: 5px;
}

#search_filters section.facet.clearfix {
    margin-bottom: 20px;
}

.product_list.grid .product_list_item {
    padding: 24px 0 24px 0;
}

.nav-link.active{
    position: relative;
}

.pc_slider_block_container .nav-link.active:before {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1d92eb;
    content: ' ';
    bottom: -8px;
}

#steasy_column_298 .nav-link.active:before {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: ' ';
    bottom: -8px;
}

#steasy_column_298 .nav-link {
    border-bottom-width: 2px;
}

#steasy_column_298 .nav-link.active {
    border-bottom-color: #0687ea !important;
}

#steasy_column_298 .nav-link:hover {
    color: #0687ea;
}

.hover_fly .hover_fly_btn .hover_fly_btn_inner {
    line-height: 35px;
    border-top: 1px solid #f7f7f7;
}

.stmenu_vs .style_content {
    margin-right: -11px;
    margin-top: -20px;
    text-align: right;
}

.stmenu_vs .style_content p {
    margin-bottom: 0;
}

.stmenu_vs {
    padding-bottom: 0;
    border-top: 2px solid #1d92eb;

    display:unset !important;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s;
}

.mv_level_1:hover .stmenu_vs{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s 0.3s;
}

.breadcrumb_wrapper {
    border-top: 1px solid #f2f2f2;
    border-bottom: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.breadcrumb_nav {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 8px;
    padding-bottom: 8px;
}

#top_extra .st_mega_menu_container {
    border-bottom-width: 0 !important;
}

.stmenu_vertical .mv_item {
    padding: 6px 12px 6px 42px;
    border-bottom: 0;
    /*font-family: OpenSans-Semibold;*/
    font-family: "Open Sans", Tahoma, sans-serif, Arial;
    font-weight: 600;
}

#contact-modal .title_block_inner {
    color: #fff;
    font-family: OpenSans-Semibold;
    font-weight: 400;
    font-size: 27px;
}

#contact-modal .modal-body a {
    color: #fff;
    font-size: 20px;
}

#contact-modal .modal-dialog {
    margin-top: 8%;
}

.st_modal_close {
    right: 0;
    background: transparent;
    z-index: 1;
}

.st_modal_close:hover{
    color: #fff;
}


#contact-modal .modal-content {
    background: url("http://inatech.nexloc.com/img/cms/cell-phone-690192_1920.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#contact-modal .modal-body {
    min-height: 350px;
}

.custom-mode-content {
    display: flex;
    min-height: 320px;
    align-items: center;
}

#rightbar {
    background: transparent;
    bottom: 7px !important;
    right: 7px;
}

/*.compact-toggle {*/
    /*display: none !important;*/
/*}*/

/*.rightbar_custom {*/
    /*margin-bottom: 7px;*/
/*}*/

/*.rightbar_custom .icon_wrap {*/
    /*background: #1d92eb;*/
    /*color: #fff;*/
/*}*/

/*#rightbar .icon_wrap {*/
    /*border-radius: 10px;*/
/*}*/

#sidebar_box .rightbar_wrap .icon_wrap {
    padding: 6px 0;
    width: 54px;
    height: 50px;
    line-height: 14px;
    font-weight: bold;
    border: 1px solid #fff;
}

#sidebar_box .rightbar_wrap .icon_wrap i {
    font-size: 23px;
}

.stmenu_vertical .stmenu_vs {
    top: -2px;
}

.stmenu_vertical li {
    background-position: 12px center !important;
    background-size: 18px !important;
}

#st_menu_0 .ma_level_0 {
    padding-left: 13px !important;
}

#st_menu_0 i.fto-menu {
    font-size: 17px;
    top: 1px;
    position: relative;
    margin-right: 11px;
}

.language_selector .header_item {

}

#combinations.tab-pane #tablecombz-table th:nth-last-child(1){
    width: 60px;
}

#tablecombz-table .quantity-input-buttons {
    width: 59px;
    margin: auto;
}

.input-quantity-wanted-clone {
    padding-left: 0;
    text-align: center;
}

td.tablecombz-price .price {
    padding-right: 0;
    margin-right: 0;
}

.product-variants .color {
    border-color: transparent;
}

span.color.not_color {
    border: 2px solid;
}

.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid #e54d26 !important;
}

.product_second_section .nav-link:not(.active) {
    border: 1px solid transparent !important;
    margin-bottom: 1px;
    transition: none !important;
}

.product_second_section a.nav-link.active:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
}

.attachment.line_item.flex_box {
    background: #f5f5f5;
    padding: 8px 15px 10px 15px;
    margin-bottom: 10px !important;
}

.custom-store {
    background: #f8f8f8;
    padding: 15px;
}

.gm-style-iw b {
    font-family: Open Sans;
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
}

.gm-style-iw {
    line-height: 1.3;
}

.gm-style-iw table {
    margin-top: 10px;
    width: 100%;
}

.form-footer .btn {
    font-family: "Open Sans";
    font-size: 13px;
}

.userinfo_mod_top span.header_v_align_m {
    display: none;
}

.card.card_trans.cart-summary {
    background: #f5f5f5;
}

.card.card_trans.cart-summary span.label {
    color: #444;
}

.btn {
    font-family: OpenSans-Semibold;
}

hr {
    border-color: #e0e0e0;
}

.promo-code-button {
    font-weight: bold;
    text-decoration: none !important;
}

.checkout-step .delivery-option {
    margin-bottom: 0;
    padding-bottom: 0;
}

.order-options {
    margin-top: 20px;
}

span.code {
    font-weight: bold;
}

#carrier_message {
    width: 100%;
}

.cms h1.page-heading {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h3.page-subheading {
    font-size: 18px;
}

.st_mega_menu_container.stuck #st_mega_menu_wrap .ma_level_0 {
    margin-bottom: 0;
}

.style_content.cms_content {
    margin-bottom: 35px;
}

.column_filter .facet_filter_item_li {
    padding-bottom: 0;
}

.stsocial_1_1 a .social_wrap {
    width: auto;
    margin-left: 15px;
}

.stsocial_1_1 li {
    padding-left: .5rem!important;
    padding-right: 0px!important;
}


.stsocial_1_1 a .social_wrap > i{
    font-size: 21px;
}

#st_header #header_primary_row {
    align-items: flex-start;
    padding-top: 25px;
}
div#header_right_bottom {
    padding-top: 8px;
}

.mega-center .pro_first_box img.front-image {
    top: 0;
}


#easycontent_50 .col-lg-4.sttext_item_image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#easycontent_50 span {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}

#easycontent_50 .sttext_item_image_inner img {
    height: 70px;
    width: auto;
}

#easycontent_50 p {
    margin-bottom: 4px;
}

#steasy_element_328 > .steasy_element_item  {
    width: 90%;
}

#steasy_element_328 .col-lg-4 {
    max-width: 37%;
    flex: 0 0 37%;
}

#steasy_element_328 .col-lg-8 {
    max-width: 63%;
    flex: 0 0 63%;
}

#header_center > .flex_container.header_box {
    justify-content: flex-start;
}

#header_center .search_widget_block {
    padding-left: 20px;
}

#nav_right .language_selector:last-child .header_item {
    padding-right: 0;
}

#nav_right .language_selector:last-child .header_item img {
    margin-right: 0;
}

#footer-tertiary p {
    text-align: justify;

}

#easycontent_3 {
    font-style: italic;
}

.brands_slider img {
    width: 100%;
}

#footer .news_letter_1.flex_container {
    justify-content: space-between;
}

#footer .news_letter_1.flex_container .st_news_letter_form {
    max-width: calc(42% - 15px);
    flex: 0 0 42%;
}

p.add-comment {
    font-size: 12px;
    color: #1d92eb;
    font-family: OpenSans-Semibold;
}

#easycontent_52 svg {
    width: 15px;
    margin-right: 10px;
    /*position: relative;*/
    /*top: 4px;*/
}

.product_left_column .pro_gallery_top_inner  {
    border: 1px solid #e9e9e9;
}

.product_page_container {
    align-items: flex-start;
}

.custom-ptitle .product-reference {
    justify-content: flex-end;
}

#product .breadcrumb_spacing {
    height: 0;
}

#product .breadcrumb_nav {
    border-bottom: 0;
}

.custom-ptitle .product_name_wrap .product_name {
    margin-bottom: 9px;
}

.cont-title {
    border-bottom: 1px solid #f2f2f2;
}

#easycontent_52 {
    margin-bottom: 12px;
}

#easycontent_56 #steasy_column_263 {
    padding-right: 0;
}

#easycontent_56 #steasy_column_264 {
    padding-left: 0;
}

#easycontent_56 .sttext_item_image_inner img {
    border: 0;
}

.gdpr-consent-tabs-v2 .div_summary_checkboxes {
    border-radius: 0 !important;
}

div#steasy_element_340 > div {
    padding: 21px 50px;
    background: #f9f9f9;
    border: 1px solid #dedede;
}

div#steasy_element_340 a {
    margin-right: 20px;
}

#steasy_element_339 .sttext_item_image_inner {
    margin-bottom: 0;
}

#steasy_element_339 .sttext_item_content  {
    background: #1d92eb;
    color: #fff;
    font-family: OpenSans-Light;
    padding: 15px;
    text-transform: initial;
    min-height: 230px;
    text-align: justify;
    border: 1px solid #1d92eb;
}

aside#easycontent_3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

#steasy_element_338 .sttext_item_image_inner {
    margin-bottom: 0;
}

#steasy_element_338 .sttext_item_content  {
    font-family: OpenSans-Light;
    color: #141e2f;
    text-transform: initial;
    min-height: 230px;
}

#steasy_column_264 h4, #steasy_column_263 h4 {
    font-family: OpenSans-Semibold;
    text-transform: uppercase;
}

#steasy_column_274 .col-lg-3 .title_style_0 {
    border-width: 0 !important;
}

.cms-id-4 .col-lg-12 > .steasy_element_item > .title_block {
    margin-bottom: 40px;
}

#steasy_column_265 {
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
}

.cms-id-4 h1.page_heading {
    display: none;
}

#steasy_element_343 img {width: 50%; margin: auto; display: block;}

#steasy_element_338 .sttext_item_content {
    padding: 15px;
    border: 1px solid #dedede;
    text-align: justify;
}

#steasy_element_346 .sttext_item_content {
    color: #141e2f;
    font-family: OpenSans-Light;
    text-transform: initial;
    text-align: justify;
}

#steasy_element_346 .sttext_item_content strong {
    font-family: "Open Sans";
}

#steasy_column_274 img {
    height: 85px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

#steasy_column_274 h2 {
    font-size: 18px;
}

#steasy_column_282 img, #steasy_column_288 img {
    height: 75px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

#steasy_column_282 h2, #steasy_column_288 h2 {
    font-size: 18px;
}

.cms-id-4 .layer_icon_wrap {
    width: auto;
    background: #fff;
    padding-left: 15px;
    padding-right: 10px;
}

.cms-id-4 .st_popup_video_wrap {
    bottom: 0;
    right: 0;
    position: relative;
    z-index: 8;
}


#cms.cms-id-4 .cms_content {
    padding-top: 0;
    padding-bottom: 0;
}

#cms.cms-id-21 .cms_content {
    padding-top: 0;
    padding-bottom: 0;
}

.add-to-cart svg {
    width: 20px;
    margin-right: 4px;
    vertical-align: middle;
}

.dropdown_list .dropdown_box {
    border-top: 2px solid #1d92eb;
    text-align: center;
}

.dropdown_list:before {
    border-bottom-color: #1d92eb;
}

.sthomenew_container {
    margin-bottom: 0;
}

.show-gdpr-modal {
    font-size: 14px !important; 
    line-height: 20px;
    display: inline-block !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: transparent;
    color: #333e48 !important;
    border: none !important;
    padding: 0 !important;
}

.show-gdpr-modal:hover {
    background: transparent !important;
    color: #1d92eb !important;
}

a.show-gdpr-modal {
    display: none !important;
}

.pro_gallery_thumbs_grid .swiper-container .swiper-wrapper .swiper-slide {
    width: 22.9%;
    margin-right: 2.5%;
    padding: 0;
}

.pro_gallery_thumbs_grid .swiper-container .swiper-wrapper {
    justify-content: flex-start;
}

.pro_gallery_thumbs_grid .pro_gallery_thumb_box {
    width: 100%;
}

.pro_gallery_thumbs_grid .pro_gallery_thumb_box img {
    width: 100%;
}

.pro_gallery_thumbs_grid .swiper-container .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
}

.product_third_section .sttab_block .tab-pane-body {
    padding-top: 0;
}

#product .pc_slider_block_container {
    margin-bottom: 0;
}

.hover-city{
    fill: #cacaca !important;
}




.st0[data-city="bihor"]:hover,
.st0[data-city="arges"]:hover,
.st0[data-city="dolj"]:hover,
.st0[data-city="ilfov"]:hover,
.st0[data-city="sofia"]:hover.
.st0[data-city="arad"]:hover
{
    fill: #cacaca;
    cursor: pointer;
}

.active-city {
    fill: #1d92eb !important;
}

.active-content {
    display: block !important;
}

g.active-name .st3 {
    fill: #fff;
}

.active-location .st3 {
    fill: #fff;
}

.active-location .st4 {
    fill: #1d92eb !important;
}

svg#Layer_1 {
    margin-top: -20px;
}

#steasy_element_344 .title_block {
    margin-bottom: 0;
}

.map-infos > div {
    border: 1px solid #dedede;
    padding: 15px;
}

#easycontent_container_59 video {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    border: 1px solid #444;
}

section#st_news_letter_1 {
    margin-top: 18px !important;
}

#st_news_letter_1 .st_news_letter_form_inner {
    vertical-align: bottom;
}


/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
    background-color: transparent;
    width: 100%;
    height: 200px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
    background-color: #f9f9f9;
    color: black;
    border: 2px solid #1d92eb;
    padding: 30px 15px;

}

/* Style the back side */
.flip-box-back {
    background-color: #1d92eb;
    color: white;
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    border: 2px solid #1d92eb;
    padding: 30px 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#blockcart-modal .close.st_modal_close:hover {
    color: #000;
}

.js-customer-form .form_content_inner > p {
    border-top: 1px solid #dedede;
    padding-top: 12px;
    margin-top: 6px;
}

.map-infos {
    margin-bottom: 35px;
}

div#footer-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.custom-bottom-container {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

#footer-bottom .stsocial_list > li {
    padding-bottom: 0;
}

#footer-bottom .stsocial_list {
    display: block;
}

.custom-bottom-container .col-md-4 {
    align-self: center;
}

#steasy_element_358 {
    padding-right: 12%;
}

div#steasy_element_359 {
    padding-left: 6%;
    padding-right: 6%;
}

#steasy_element_360 {
    padding-left: 12%;
}

#steasy_column_278 .easy_icon_with_text_3_2 {
    align-items: center;
}

#steasy_column_278 .easy_sub_header {
    line-height: 14px;
}

#steasy_element_360 .easy_header:hover {
    color: #333e48 !important;
}

#steasy_element_360 .easy_icon_with_text_3_2:hover .easy_header{
    color: #333e48 !important;
}

#steasy_column_278 .easy_icon_with_text_3_2 .easy_icon {
    margin-left: 25%;
    width: 45px !important;
}

#steasy_column_278 .easy_icon_with_text_3_2 .easy_icon:before {
    position: relative;
    top: -3px;
}

div#steasy_column_278 .flex_child {
    display: flex;
    flex-direction: column-reverse;
}

.search_widget_text {
    font-size: 15px;
    font-family: "Open Sans";
}

#cms .title_block {
    margin-bottom: 35px;
}

#cms .map-infos .title_block {
    margin-bottom: 20px !important;
}

.flip-box {
    margin-bottom: 30px;
}

.style_content.block_content.cms_content {
    margin-bottom: 0;
}


#st_menu_2 .stmenu_sub.style_wide {
    max-width: 143px;
    margin-left: 0;
    border-color: #1d92eb;
    padding: 7px 0 7px 0;
}

#st_menu_2 .stmenu_sub.style_wide .ma_level_1 {
    padding: 7px 8px;
    margin-bottom: 0;
    text-transform: initial !important;
}

#st_menu_column_16 > div:last-child a {
    margin-bottom: 0 !important;
}

#st_menu_2 .stmenu_sub.style_wide .ma_level_1:hover{
    background: #f2f2f2;
}

.mu_level_1 {
    margin-bottom: 0;
}

.stmenu_vertical .mu_level_1 {
    margin-bottom: 10px;
}

/*#st_mega_menu_wrap .ma_level_0.is_parent:hover {*/
    /*border-bottom-color: transparent !important;*/
/*}*/

/*#st_mega_menu_wrap .ml_level_0.current .ma_level_0.is_parent {*/
    /*border-bottom-color: transparent !important;*/
/*}*/

#multilink_8 > a {
    padding-right: 0;
}

.ajax_block_product .pro_second_box {
    padding: 10px 0;
}

#pagenotfound #top_extra .st_mega_menu_container {
    border-bottom: 1px solid #f2f2f2 !important;
}

.intro-text {
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px;
}



#blockcart-modal ul.list_detail_item li:last-child {
    font-weight: bold;
}


#blockcart-modal ul.list_detail_item li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

#blockcart-modal ul.list_detail_item li:last-child {
    border-bottom: none;
}

.cart-products-count {
    margin-bottom: 0;
    padding-bottom: 2px;
    border-bottom: 1px solid #eaeaea;
}


.small_cart_sumary .line_item.last_one .cart-summary-v.font-weight-bold {
    font-weight: 700;
}

.copy-text span {
    color: #878787;
    font-size: 12px;
    font-weight: 300;
    display: block;
    font-family: "Open Sans";
}

.this.comb_table_discount:not(.price-lowered) {
    background: #47B137;
    color: #fff;
}

.this.tablecombz-discount:not(.price.price-lowered) {
    background: #47B137;
}

.this.tablecombz-discount:not(.price.price-lowered) span{
    color: #fff;
}

.comb_table td.comb_table_discount {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

#easycontent_61 #steasy_column_281 {
    cursor: pointer;
}

#steasy_column_278 .easy_icon_with_text_3_2:hover {
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}

.style_wide .ma_level_1 {
    text-transform: initial;
}

.mobile_bar_tri {
    line-height: 32px;
}

/*.mobile_bar_tri i {*/
    /*vertical-align: top;*/
/*}*/

.mobile_bar_tri .ajax_cart_bag {
    margin-left: 0;
    margin-top: 8px;
}

.mob-search {
    width: 20px;
    margin-top: 5px;
}

.my-account-mobile {
    width: 25px;
    margin-top: 4px;
}

.custom-mobile-menu {
    display: block;
    vertical-align: middle;
    margin-top: 8px;
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin-bottom: 6px;
}

#mobile_bar_right {
    padding-right: 0;
}

.modal_products_container .swiper-slide:hover {
    box-shadow: 0 0 6px 0 rgba(1,1,1,.3);
}

.modal_products_container .swiper-wrapper {
    margin: 4px 4px;
    width: calc(100% - 5px);
}

.modal_products_container .price {
    font-weight: 700;
    margin-bottom: 5px;
    margin-right: 0;
}

.modal_products_container .title_block {
    margin-bottom: 16px;
}

#order-confirmation #registration-form {
    display: none;
}

form#guestOrderTrackingForm {
    border: 1px solid #f2f2f2;
    padding: 15px;
    margin-bottom: 20px;
}

.form-control {
    color: #666;
}

.delivery-options .delivery-option.flex_container.flex_center {
    border-top: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.delivery-options .delivery-option.flex_container.flex_center:first-child {
    border-top: 0;
}

.delivery-options .row.carrier-extra-content {
    margin-top: -10px;
    margin-bottom: 15px;
}

.bold {
    font-weight: bold !important;
}

#content-hook_order_confirmation {
    background: #e3ffe3;
}

.easycontent_47.block {
    margin-bottom: 0;
}

p.timer-red {
    margin-bottom: 20px;
}

.timing {
    color: #ec0000;
    font-weight: bold;
}

.st_mega_menu_container:not(.stuck) .stmenu_sub.stmenu_vertical {
    min-height: 504px;
}

#search_block_side .search_widget_btn {
    background: #fff;
}

.st_news_letter_input::placeholder {
    color: #a3a3a3;
}
.gm-style-iw {
    font-size: 12px !important;
}

.gformbuilderpro_form .alert ol {
    margin-bottom: 0;
    padding-left: 10px;
}

.gformbuilderpro_form .alert {
    display: inline-block;
}

.certificates_div img {
    /*padding: 0 150px;*/
    /*max-width: 300px;*/
    display: block;
    margin: auto;
}

#checkout div#footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

#carrier_message {
    border: 1px solid #BDBDBD;
}

.tablecombz-table-quantity-discounts td.comb_table_discount {
    border-right: 1px solid #dedede !important;
}

.tablecombz-table-quantity-discounts td.comb_table_discount:last-child {
    border-right: 0 !important;
}

#blockcart-modal .modal-content {
        margin-left: 10px;
}

.alert.alert-danger {
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 0;
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.5;
}


#easy_products_container_327 .product-un-discounted .act_box_cart.display_normal.add_show_on_mobile {
    display: block;
}

#easy_products_container_327 .product-un-discounted.ajax_block_product .pro_second_box {
    flex-direction: column;
    text-align: center !important;
    /*margin-bottom: 50px;*/
}

#easy_products_container_327 .product-un-discounted .prods_price.flex_space_between {
    justify-content: center;
    margin-bottom: 22px;
    margin-top: 15px;
}

#easy_products_container_327 .product-un-discounted.ajax_block_product .ajax_add_to_cart_button.btn span {
    display: inline-block;
    margin-left: 4px;
}

#easy_products_container_327 .product-un-discounted .btn.ajax_add_to_cart_button svg {
    vertical-align: middle;

}

#easy_products_container_327 .product-un-discounted .btn.ajax_add_to_cart_button, .btn.add-to-cart {
    line-height: 16px;
}

.fto-angle-up, .fto-angle-down {
    display: block;
    cursor: pointer;
}

.fto-angle-up {
    margin-top: -2px;
    margin-bottom: -4px;
}

.fto-angle-down {
    margin-top: -4px;
    margin-bottom: -2px;
}

.sortable-row, .sortable-row2 {
    cursor: pointer;
}

#tablecombz-table th.tablesorter-headerAsc, #tablecombz-table .tablesorter-headerDesc {
    background: #116ba9;
}

.custom-store-map {
    padding-right: 0;
}

.product-minimal-quantity.mar_b6 {
    display: none;
}

#st_mobile_menu_ul .fto-plus-2.plus_sign:before {
    content: '\f107';
}

#st_mobile_menu_ul .fto-minus.minus_sign:before {
    content: '\f106';
}

#st_mobile_menu_ul .opener i {
    font-size: 15px;
}

#st_mobile_menu_ul .mo_ml_level_0 .mo_sub_li .opener i {
    font-size: 11px;
}

.table-mobile-combz a {
    display: block;
    cursor: pointer;
}

.item-comb {
    background: #f6f6f6;
    padding: 5px 10px;
    margin-bottom: 8px;
}

.table-mobile-combz img {
    margin-right: 5px;
    width: 10px;
    position: relative;
    top: -1px;
}

.table-mobile-combz .price {
    white-space: normal;
}

.table-mobile-combz svg {
    width: 28px;
    font-size: 24px;
    color: #1d92eb;
}

.item-discount {
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #e7e7e7;
    font-size: 16px;
}
.active-discount {
    border-color: #1d92eb;
}

.strongest {
    color: #1d92eb;
    font-weight: bold;
}

.pro_second_box .attributes-mob-section {
    display: none;
}

.pro_second_box .mobile-discounts {
    display: none;
}
.pro_second_box .sell-qty {
    display: none;
}

.product-mobile-from {
    display: none;
}

.product_right_column .table-minim-price {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1d92eb;
}

.product_right_column .table-minim-label {
    color: #878787;
    font-size: 13px;
}

.product_right_column .product-mobile-from {
    display: block;
}

.product_right_column span.live-counter {
    color: #444444;
    font-size: 15px;
    font-weight: bold;
    margin-right: 3px;
}

.product_right_column span.live-price {
    font-size: 15px;
    color: #1d92eb;
    margin-left: 3px;
}

.product_right_column span.total-live-price {
    color: #1d92eb;
    font-weight: bold;
    font-size: 18px;
}

.product_right_column .live-text {
    color: #444;
}

.live-discounts {
    display: none;
}

.product-line-actions .qty_wrap {
    width: auto;
}

.product-line-actions.product-line-grid-right .bootstrap-touchspin {
    width: auto;
}

.alert ul {
    margin-bottom: 0 !important;
}

table#tablecombz-table > thead > tr > th {
    border-right: 1px solid #d2d2d2;
}

.discount-offer-text {
    background: #ff6b00;
    margin-bottom: 3px;
    margin-top: 2px;
}

/*span.from-price {*/
    /*position: absolute;*/
    /*top: -2px;*/
/*}*/

/*#easy_products_container_327 span.from-price {*/
    /*left: 0 !important;*/
    /*right: 0;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*!*top: 8px;*!*/
    /*text-align: center;*/
/*}*/

.btn i, .btn span {
    vertical-align: baseline;
}

.tablecombz-quantity .qty-down , .tablecombz-quantity .qty-up{
    height: 17px;
    line-height: 15px;
    margin-left: 0 !important;
}

.tablecombz-quantity .qty-up {
    border-bottom: 0;
}

.input-quantity-wanted-clone {
    border-left: 1px solid #d9d9d9;
}

.sell-qty {
    font-size: 15px;
}

.single-variation-transport {
    font-size: 15px;
}

.single-variation-transport .tablecombz-avail-tooltip {
    position: relative;
    top: -1px;
}

.products_slider .title_style_0 {
    margin-bottom: 0;
}

.ssa-searchblock.ssa-searchblock-displaySearch {
    width: 665px;
    padding-left: 25px;
}

.ssa-searchblock.ssa-searchblock-displaySearch form {
    border: 2px solid #1d92eb;
}

.product-price-and-shipping span.tax_label {
    display: none;
}

/*.search_widget_block {*/
    /*display: none;*/
/*}*/

.ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field {
    height: 34px;
}

.ssa-searchblock input.ssa-search-query {
    height: 34px !important;
    line-height: normal !important;
    padding: 6px !important;
}

.ssa-searchblock form .ssa-nav-fill {
    height: 34px;
}

#thecheckout-cart-summary .qty-box {
    display: none;
}

h5.af_subtitle {
    font-weight: bold;
    color: #2c2c2c;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 8px;
    margin-bottom: 15px;
    font-size: 14px;
}

.af_filter.type-1 .af_filter_content, .af_filter.type-2 .af_filter_content {
    overflow-y: hidden;
}

.selectedFilters .cf {
    background: transparent;
    border: 1px solid #dedede;
}

.af_filter {
    border-bottom: 0;
}

.af_filter {
    margin-bottom: 25px;
}

.range-filter h5.af_subtitle {
    margin-bottom: 20px;
}


#module-thecheckout-order nav.breadcrumb_nav {
    display: none;
}

#module-thecheckout-order .breadcrumb_spacing {
    display: none;
}

#thecheckout-login-form .inner-area {
    border: 0;
    padding-top: 0;
    padding-left: 0;
}

#thecheckout-login-form .offer-login {
    justify-content: left;
    text-align: left;
}

#thecheckout-login-form .classic-login {
    margin-left: 0;
    justify-content: left;
    flex-direction: row;
}

.order-header p {
    margin-bottom: 0;
}

div#thecheckout-html-box-2 {
    padding-bottom: 0;
}

div#thecheckout-login-form {
    padding-top: 0;
    padding-bottom: 0;
}

.inner-area .offer-login a.log-in {
    font-size: 1em !important;
    margin-left: 5px;
    text-decoration: underline;
}

.checkout-block.main-block .inner-area {
    border: 1px solid #d2d2d2;
    border-radius: 0 !important;
    padding-top: 10px !important;
}

.page-content .form-control, .page-content select.form-control-select.form-control {
    border-right: 1px solid #d2d2d2;
    border-radius: 0;
}

.block-header, .already-account-label {
    position: static !important;
    top: 0 !important;
}

.logged-in #thecheckout-account {
    display: none !important;
}

#thecheckout-cart-summary {
    margin-top: 15px !important;
    background: transparent !important;
    border: 1px solid #d2d2d2;
}

.page-content .form-control, .page-content select.form-control-select.form-control {
    border-radius: 0 !important;
}

#tc-container #thecheckout-cart-summary {
    margin-right: 0 !important;
}

#thecheckout-html-box-2 {
    padding-left: 0;
}

#thecheckout-html-box-2 .inner-area {
    padding-left: 0;
}

#thecheckout-login-form {
    padding-left: 0;
}

div#thecheckout-account, #thecheckout-address-invoice, #thecheckout-shipping,
#thecheckout-shipping, #thecheckout-payment, #thecheckout-address-delivery {
    padding-left: 0;
}

#module-thecheckout-order .custom-checkbox input[type=checkbox] + span {
    margin-right: 0 !important;
}

#module-thecheckout-order .custom-checkbox input[type=checkbox] {
    position: relative;
    top: 4px;
    flex: 0 0 12px;
}

div#thecheckout-order-message, div#thecheckout-order-message .inner-area {
    padding-right: 0;
}

button#confirm_order {
    background: #1d92eb;
    border-color: #1d92eb;
}

button#confirm_order:hover {
    background: #5eb1f1;
    border-color: #5eb1f1;
}

.af_filter label {
    margin-bottom: 0;
}

.ssa-menu {
    font-family: "Open Sans";
}

#thecheckout-cart-summary li.cart-item:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#thecheckout-cart-summary li.cart-item .product-line-info.product-attribute {
    font-size: 11px;
}

.promo-code form {
    display: flex;
    margin-top: 5px;
}

input.promo-input {
    height: 34px;
    padding-left: 8px;
}

.promo-code.in {
    display: block !important;
}

.btn-primary {
    color: #fff;
    background-color: #6b6b78;
    border-color: #6b6b78;
}

#thecheckout-cart-summary .product-line img {
    max-width: 90px;
}

#thecheckout-cart-summary .product-line-info.product-price.h5 {
    display: block;
    font-size: 12px !important;
}

#thecheckout-cart-summary .product-line-info .price {
    font-weight: bold;
}

#thecheckout-cart-summary .product-price {
    line-height: 15px;
}

#thecheckout-cart-summary .product-line-price .product-price {
    line-height: 21px;
}

#thecheckout-cart-summary .product-line-actions {
    padding-top: 0 !important;
}

#thecheckout-cart-summary .product-line-actions > div {
    line-height: normal;
}

.product-line-actions .product-line-delete {
    padding-top: 0;
}

.customer-addresses select {
    height: 30px;
    min-width: 110px;
    padding-left: 3px;
    margin-right: 6px;
    margin-left: 5px;
}

.fto-music {
    background-image: url(https://inatech-shop.ro/img/cms/headset.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center;
}

.fto-music:before {
    visibility: hidden;
}

/*slider test*/
#st_swiper_1 .st_swiper_block {
    display: flex;
    justify-content: center;
    overflow: hidden;
}



@media screen and (min-width: 1690px) {
#st_swiper_1 .st_swiper_image {
   height: 500px;
    width: auto !important;
  /*  max-width: none;*/
}
}

@media screen and (max-width: 1690px) and (min-width: 800px) {
    #st_swiper_1 .st_swiper_image {
  /* height: 500px;*/
    width: auto !important;
  /*  max-width: none;*/
  margin-top: 30px;
}
div#st_swiper_1 {
    margin-bottom: 65px;
}
    
}




#steasy_column_298 .swiper-wrapper {
    margin-top: 2px !important;
}

.my_account_left_column .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.my_account_left_column .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.my_account_left_column .list-group-item:not(:first-child):not(:last-child) {
    border-bottom: 0;
}

.my_account_left_column .list-group-item {
    height: 50px;
}

#st_menu_210 .mv_item, #st_mo_ma_210 {
    color: #ff6b00;
}
#st_menu_368 .mv_item, #st_mo_ma_368 {
    color: #ff6b00;
}


#st_menu_223 .mv_item, #st_mo_ma_223 {
    color: #008300;
}

.business-fields-separator {
    display: none !important;
}

#easy_products_container_327 span.from-price {
    display: none !important;
}

#easy_products_container_301 .from-price {
    display: none !important;
}

.for-rent p {
    font-weight: bold;
    font-size: 18px;
}

.small_cart_product_list .line_item .flex_container {
    text-align: left;
}

#category .st_banner_row .style_content {
    padding-top: 30px;
}

#st_swiper_1 #st_swiper_block_39.st_swiper_block {
    justify-content: end;
}

/*MOD_IR_101*/
#tablecombz-wrapper .tablecombz-quantity .input-quantity-wanted-clone {
    height: 35px;
    border-right: 1px solid #d9d9d9;
}

/*MOD_IR_103*/
#tablecombz-wrapper .tablecombz-quantity.noTotalUnits .input-quantity-wanted-clone {
    height: 33px;
    border-right: none;
}

.input-quantity-wanted-clone-master {
    width: 40px;
    border: 1px solid #d9d9d9;
    border-right-width: 0;
    padding-left: 0;
    text-align: center;
    height: 33px;
}

#tablecombz-table .tablecombz-quantity .quantity-input-buttons {
    width: 35px !important;
}

.tablecombz-quantity-master .qty-down, .tablecombz-quantity-master .qty-up {
    height: 17px;
    line-height: 15px;
    margin-left: 0 !important;
}

.tablecombz-quantity-master .qty-up {
    border-radius: 0 20% 20% 0 !important;
}

.tablecombz-quantity-master .qty-down {
    border-radius: 20% 0 0 20% !important;
}

.tablecombz-quantity-master .qty-up {
    border-bottom: 0;
}

/*MOD_IR_102*/
.table-above {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.product-table-info .btn {
    padding: 0 30px;
    height: 40px;
    font-size: 13px;
}

.product_middle_column  > .th_request_sicap {
    display: none !important;
}

.products_container .swiper-button:after {
    display: none !important;
}

.products_container .swiper-button {
    position: static !important;
}

div#theMarketer-launcher-widget>div.mktl-launcher-widget-container div.mktl-widget-toggle {
    height: 48px !important;
    border-radius: 10px !important;
    bottom: 10px !important;
}

div#theMarketer-launcher-widget>div.mktl-launcher-widget-container * {
    font-family: "Open Sans", Tahoma, sans-serif, Arial !important;
}

/*.smt-app-whatsapp .sm-button {*/
/*    height: 48px !important;*/
/*    margin-bottom: 0 !important;*/
/*    bottom: 10px !important;*/
/*    border-radius: 0 !important;*/
/*    width: 160px !important;*/
/*    justify-content: center !important;*/
/*    padding: 10px 0 !important;*/
/*}*/

/*.smt-app-whatsapp .sm-button > a > span {*/
/*    font-size: 15px;*/
/*}*/

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/*==========  Mobile First Method  ==========*/
@media only screen and (min-width : 150px) and (max-width : 300px) {
    #st_swiper_1 .st_swiper_image {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .blog_container .blog_meta {
         position: static !important;
        margin-bottom: 5px;
    }

    .blog_container p.blog_title {
        margin-bottom: 5px !important;
    }

    .blog_container .blog_primary .blog_meta {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width : 400px) and (max-width : 479px) {
        #st_swiper_1 .layered_content {
        padding-left: 70px !important;
    }
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 150px) and (max-width : 479px) {
    #move_to_description {
        display: block !important;
    }

    #st_swiper_block_41 picture {
        height: auto;
    }

    #st_swiper_block_12 span#th-content::after {
        content: "\a";
        white-space: pre;
    }
    .custom-slider-mobil .layered_content {
        margin-top: 150px;
    }


    #st_swiper_1 .st_swiper_image {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .product_right_column {
        display: flex;
        flex-direction: column;
    }

    .product_right_column .pro_price_block {
        order: 3;
    }

    .product_right_column .product-actions {
        order: 1;
    }

    .product_right_column .product-actions {
        order: 4;
    }

    .product_right_column div#tablecombz-wrapper {
        order: 5;
    }

    .product_right_column .between_detials_and_buttons {
        display: none;
    }


    .category #main .st_banner_row .adveditor_image {
        display: none;
    }

    #category .st_banner_row .style_content {
        padding-top: 16px;
    }

    .category #main .st_banner_row .st_banner_block {
        background: #1D92EB;
    }

    .category #main .st_banner_row .st_image_layered_description {
        font-size: 12px;
        position: static;
    }

    .category #main .st_image_layered_description_inner.style_content {
        width: 100% !important;
        padding-right: 10px !important;
    }

    /*.product_list.grid .pro_second_box{*/
    /*    min-height: 53px;*/
    /*}*/

    .product_list.grid .pro_second_box{
        min-height: 72px;
    }

    .custom-h1{
        font-size: 14px;
    }

    .ajax_block_product .pro_outer_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .wishlist_item{
        width: 140px;
    }

    .wishlist_item:nth-child(2n+2){
        float: right;
    }

    #rightbar_5{
        order: 2;
    }
    #rightbar_10{
        order: 1;
    }
    #rightbar_6{
        order: 3;
    }

    #rightbar_6 .mobile_bar_tri .ajax_cart_bag{
        margin-left: 0;
    }

    #rightbar_10.mobile_bar_item{
        height: 31px !important;
        font-size: 20px;
    }

    /*#rightbar_5.mobile_bar_item{*/
        /*height: 34px !important;*/
    /*}*/

    #mobile_bar_right .fto-user.fs_lg{
        font-size: 21px !important;
    }
    .mob-search{
        width: 19px;
        margin-right: 4px;
    }

    #history .order.line_item .total{
        font-weight: 700;
    }

    #history .status .badge{
        margin-bottom: 15px;
    }

    #easy_products_container_327 .mini_name.hidden.single-large-prod a{
        font-size: 20px !important;
        line-height: 21px !important;
    }

    .modal-content .modal_cart .row.m-t-1 .col-3.col-md-4{
        display: none;
    }

    .modal-content .modal_cart .col-9.col-md-8.p-r-0{
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 15px !important;

    }

    aside#easycontent_52 {
        display: none;
    }

    .stlinkgroups_links_footer .title_block {
        width: 100%;
    }

    aside#easycontent_58 {
        margin-bottom: 0;
    }
    

     #st_swiper_2 .layered_content {
        padding-left: 30px !important;
        padding-right: 30px;
    }

    #st_swiper_1 h2, #st_swiper_2 h2 {
        font-size: 26px !important;
    }

    #easycontent_56 #steasy_column_263 {
         padding-right: 15px;
    }

    .steasy_element_block div#steasy_element_340 {
        display: none;
    }

    #steasy_element_338 .sttext_item_content {
        margin-bottom: 15px;
    }

    #easycontent_56 #steasy_column_264 {
        padding-left: 15px;
    }

    .flip-box {
        margin-bottom: 15px;
    }

    /*#footer .st_news_letter_1 .footer_block_content {*/
    /*    padding-top: 20px !important;*/
    /*}*/

    /*.col-md-8.map-svg {*/
    /*    margin-bottom: -20px !important;*/
    /*}*/

    #easycontent_60 iframe {
        height: 300px;
    }

    #steasy_element_338 .sttext_item_content {
        min-height: auto;
    }

    #steasy_element_358 {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    #steasy_element_360 {
        padding-left: 15px;
    }

    div#steasy_element_359 {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 15px;
    }

    #easycontent_61 > .style_content {
        padding-top: 20px !important;
    }

    #footer-bottom .stsocial_list {
        display: block;
        text-align: center;
    }

    #footer-bottom .stsocial_list > li {
        float: none;
        display: inline-block;
    }

    .payment-images img {
        margin-left: 1px;
        margin-right: 1px;
    }

    .custom-bottom-container {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .footer-imgs {
        text-align: center;
    }

    p.footer-imgs img {
        height: 34px;
        width: auto;
        margin-right: 9px;
        margin-left: 9px;
        margin-bottom: 10px;
    }
p.footer-imgs-anpc img {
    height: 33px;
    width: auto;
    margin-left: 0px;
}


p.footer-imgs {
    margin-bottom: 5px !important;
    margin-top: 4px !important;
}

.footer-imgss {
    text-align: center !important;
}

    .payment-images {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .custom-bottom-container .text-right {
        text-align: center !important;
    }


    #tablecombz-table .avail_span {
        float: none;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
        text-align: left;
    }

    .sthomenew_container .swiper-slide:nth-child(even):after {
        display: none;
    }

    #product .pc_slider_block_container .swiper-slide:nth-child(even):after {
        display: none;
    }

    .product_third_section .pc_slider_block_container .mobile_tab .nav-tabs {
        display: inline-block;
    }

    .product_third_section .pc_slider_block_container .mobile_tab_title {
        display: none;
    }

    #history .order.line_item > .text-right {
        max-width: 50%;
    }

    #history .order.line_item span.badge {
        white-space: normal;
    }

    .delivery-options .delivery-option.flex_container.flex_center:first-child {
        padding-top: 0;
    }

    .delivery-options .row.carrier-extra-content {
        margin-top: -5px;
    }

    #blockcart-modal .modal-content {
        margin-right: 0;
        margin-left: 0;
    }

    .countdown_pro > span > i {
        top: 30px;
    }

    #easy_products_container_327 .bottom_hover_fly {
        display: none;
    }

    #easy_products_container_327 .ajax_block_product .countdown_outer_box.counting {
        padding-top: 10px;
    }

    #easy_products_container_327 img.front-image {
        padding-bottom: 15px;
        padding-top: 68px;
    }

    #easy_products_container_327 .offer-txt {
        top: 0;
    }

    .product_list_item .countdown_outer_box {
        margin-bottom: 25px;
    }

    /*.st_swiper_image {*/
        /*height: 100%;*/
        /*width: auto;*/
        /*max-width: none;*/
    /*}*/

    /*p.footer-imgs a:last-child {*/
        /*display: none;*/
    /*}*/

    .stfeaturedslider_container .product_list_item:nth-child(n+4) .pro_outer_box {
        margin-top: 0;
    }

    #st_swiper_2, #st_swiper_1 {
        height: calc(100vh - 100px) !important;
    }

    #st_swiper_block_41 .st_swiper_image {
        height: 100% !important;
        max-width: none !important;
        width: 100% !important;
    }

    #st_swiper_block_41 picture {
        height: 100% !important;
        width: 100% !important;
    }


    /*div.st_sticker {*/
        /*height: 55px;*/
    /*}*/

    #easy_products_container_327 .pro_second_box {
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

    /*#easy_products_container_327 a.product_img_link img.front-image {*/
        /*max-width: 90%;*/
    /*}*/

    .custom-store-map {
        padding-left: 0;
    }

    .custom-store {
        margin-bottom: 15px;
    }

    .gformbuilderpro_content {
        margin: auto;
    }

    .formbuilder_group {
        padding-left: 0;
        padding-right: 0;
    }

    p.prod-category-default {
        font-size: 11px;
        min-height: 35px;
}

    #easy_products_container_327 .product-un-discounted.ajax_block_product .pro_second_box {
   
    margin-bottom: 35px;
}

    #easy_products_container_327 .product-un-discounted.ajax_block_product img.front-image {
    padding-top: 35px;
}

#product .product_right_column .product-price {
    display: block;
    margin-bottom: 20px;
}

    /*.product_right_column .current-price {*/
        /*position: fixed;*/
        /*bottom: 0;*/
        /*background: #fff;*/
        /*z-index: 99;*/
        /*width: 50%;*/
        /*padding: 10px 15px;*/
        /*left: 0;*/
        /*border-top: 1px solid #bebebe;*/
        /*height: 70px;*/
    /*}*/

    .product_right_column span.regular-price {
        display: none;
    }

    .product_right_column .product-prices .current-price .price {
        margin-right: 0;
        display: block;
    }

    .product_right_column .qty.qty_wrap.qty_wrap_big {
        margin: 0 15px 0 0;
    }
    .product_right_column .qty.qty_wrap.qty_wrap_big .input-group{
        height: 50px;
    }
    .product_right_column .qty.qty_wrap.qty_wrap_big #quantity_wanted{
        min-width:50px !important;
        height:50px;
    }
    .product_right_column .add.mar_b6 {
        /*position: fixed;*/
        bottom: 0 !important;
        right: 0;
        background: #fff;
        z-index: 99;
        margin-bottom: 0;
    }
    /*.product_right_column .add.mar_b6 .add-to-cart{*/
    /*    height: 50px;*/
    /*    min-width: 130px;*/
    /*    max-width: 160px;*/
    /*}*/

    .product_right_column .live-discounts {
        position: fixed;
        bottom: 55px;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 5px 15px;
        z-index: 99;
        border-top: 1px solid;
        display: block;
    }

    .product_right_column .qty_wrap.qty_wrap_big .btn {
        height: 60px;
        width: 40px;
    }

    .product_right_column .qty_wrap.qty_wrap_big .form-control {
        height: 60px;
    }

    .product_right_column .product-quantity .qty_wrap {
        width: 120px;
    }

    .product_right_column .product-add-to-cart .pro_cart_block {
        justify-content: space-between;
    }

    #easycontent_56 iframe, .product-description iframe {
        height: 215px;
        width: 100%;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .cart-overview .cart-item .product-line-actions .col-3.hidden-md-up{
        display: none;
    }

    .cart-overview .cart-item .product-line-actions .col-md-10.col-7 {
        max-width: 85%;
        flex: 0 0 85%;
    }

    .cart-overview .cart-item .product-line-actions .col-md-2.col-2 {
        max-width: 15%;
        flex: 0 0 15%;
    }

    .cart-overview .cart-item .product-line-actions .col-md-10.col-7 .col-md-6.col-2 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    /*span.from-price {*/
        /*position: absolute;*/
        /*top: -1px;*/
    /*}*/

    /*#easy_products_container_327 span.from-price {*/
        /*position: absolute;*/
        /*top: -3px;*/
    /*}*/

    #quantity_wanted {
        min-width: 100px;
    }

    #steasy_column_298 .nav-tabs {
        margin-top: 30px;
    }


    .product-price-and-shipping {
        flex-wrap: wrap;
    }

    .ajax_block_product .product-price-and-shipping .st_sticker_block {
        /*position: static;*/
        top: 15px;
    }

    #prices-drop .ajax_block_product .product-price-and-shipping .st_sticker_block{
        top: 17px;
    }

    .product_right_column .current-price {
        display: none !important;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="1"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="3"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="5"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="7"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="9"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="11"]:after
    {
        display: none;
    }

    .product_right_column .product-quantity.hide_main_cart_button .add {
        display: inline-block !important;
    }

    #st_swiper_1 #st_swiper_block_12 .layered_content {
        width: 100%;
        padding-left: 0 !important;
    }

    .sthomenew_container .s_title_block.two_rows {
        height: 48px;
        line-height: 16px;
    }

    .sthomenew_container .swiper-button-tr {
        display: none !important;
    }


    #tablecombz-wrapper > p {
        font-size: 16px;
    }

    .product-information {
        margin-top: 15px;
    }

    .product_right_column > .pro_price_block {
        display: none;
    }

    .th_request_sicap_inner {
        margin-top: 0;
    }

    .product_middle_column .add_to_wishlit i {
        font-size: 18px;
    }

    .product_middle_column .add_to_wishlit.hover_fly_btn {
        font-size: 20px;
        display: block;
        text-align: center;
    }

    .blurBlock {
        display: block;
    }

    #easycontent_58 {
        display: none;
    }

    .product-additional-info .th_request_sicap {
        display: none;
    }

    .product_middle_column  > .th_request_sicap {
        display: block !important;
    }

    .blurBlock {
        position: absolute;
        background: linear-gradient(360deg, rgb(249 249 249) 0%, rgba(23, 162, 190, 0) 100%);
        height: 55px;
        width: 100%;
        display: inline-block;
        bottom: 0;
        left: 0;
        text-align: center;
    }

    .blurBlock i {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ff6b00;
        font-size: 22px;
    }

    .product-description-short:not(.bluredDescription) .blurBlock {
        display: none;
    }

    .product-description-short.bluredDescription {
        position: relative;
        max-height: 150px;
        overflow: hidden;
    }

    .cont-title {
        border-bottom: none !important;
        margin-bottom: 8px !important;
    }

    .pro_gallery_top {
        text-align: center;
    }

    .pro_gallery_top img {
        max-width: 80%;
    }

    .custom-ptitle .product_name_wrap .product_name {
        margin-bottom: 0 !important;
    }

    .pro_cart_right {
        display: none;
    }

    .product_first_section .product-actions button.add-to-cart i, .product_first_section .product-actions a.th-whatsapp i {
        height: 50px !important;
        line-height: 48px !important;
    }

    .product_first_section .product-actions button.add-to-cart {
        height: 50px;
        line-height: 48px;
    }

    .smt-app-whatsapp .sm-button.sm-button-tab.right {
        width: 170px !important;
        top: 250px !important;
        height: 75px !important;
        padding: 0 12px !important;
        text-align: center;
        display: block;
    }

    .smt-app-whatsapp .sm-button.sm-button-tab:not(.sm-small)>a>span {
        line-height: 24px !important;
    }

    .smt-app * {
        font-size: 15px !important;
    }

    .smt-app-whatsapp .sm-button.sm-button-tab.sm-small img:not(.powered-by-icon) {
        width: 22px !important;
        height: 22px !important;
        position: relative;
        top: 2px;
    }

    .smt-app-whatsapp .sm-button.sm-button-tab:not(.sm-small) img:not(.powered-by-icon) {
        width: 20px !important;
        height: 20px !important;
        position: relative !important;
        top: 1px !important;
    }

    #theMarketer-launcher-widget .mktl-widget-toggle-text-mobile {
        font-size: 20px;
        position: relative;
        left: -4px;
    }

    #theMarketer-launcher-widget .mktl-widget-toggle-image-mobile {
        position: relative;
        left: -7px;
    }

    div#theMarketer-launcher-widget>div.mktl-launcher-widget-container div.mktl-widget-toggle {
        padding: 25px 0 !important;
        justify-content: flex-start !important;
        height: auto !important;
        top: 350px !important;
        bottom: auto !important;
        border-radius: 10px 0 0 10px !important;
        width: 52px !important;
    }
}


/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) and (max-width : 767px) {
    #move_to_description {
        display: block !important;
    }

    .pro_cart_right {
        display: none;
    }

    #st_swiper_1 #st_swiper_block_12 .layered_content {
        width: 100%;
        padding-left: 70px!important;
    }

    .product_right_column {
        display: flex;
        flex-direction: column;
    }

    .product_right_column .pro_price_block {
        order: 3;
    }

    .product_right_column .product-actions {
        order: 1;
    }

    .product_right_column .product-actions {
        order: 4;
    }

    .product_right_column div#tablecombz-wrapper {
        order: 5;
    }

    .product_right_column .between_detials_and_buttons {
        display: none;
    }

    .category #main .st_banner_row .st_image_layered_description {
        font-size: 13px;
    }

    .category .st_banner_row .width_71 {
        width: 70% !important;
    }

    .custom-head .custom-h1{
        font-size: 16px;
    }

    #rightbar_5{
        order: 2;
    }
    #rightbar_10{
        order: 1;
    }
    #rightbar_6{
        order: 3;
    }

    #steasy_column_298 .ajax_block_product .pro_outer_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    #steasy_column_298 .pro_second_box span.price {
        font-size: 16px !important;
    }

    #steasy_column_298 .ajax_block_product .product-price-and-shipping .st_sticker_block {
        top: -10px;
    }

    #steasy_column_298 p.prod-category-default {
        min-height: 38px;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="1"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="3"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="5"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="7"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="9"]:after,
    #steasy_column_298 article.ajax_block_product[data-swiper-column="11"]:after
    {
        display: none;
    }

    #st_swiper_2{
        display: none;
    }
    #st_swiper_1 .st_swiper_image{
        height: 300px !important;
    }

    #rightbar_5{
        order: 3;
    }
    #rightbar_10{
        order: 1;
    }
    a.wishlist_link{
        order: 2;
    }
    #mobile_bar_right .fto-user.fs_lg{
        font-size: 21px !important;
    }

    #mobile_bar_right .fto-star.icon_btn.fs_lg{
        font-size: 20px !important;
    }

    #rightbar_10.mobile_bar_item{
        height: 29px !important;
        font-size: 20px;
    }

    /*#rightbar_5.mobile_bar_item{*/
    /*    height: 33px !important;*/
    /*}*/

    /*#mobile_bar_right .fto-user.fs_lg{*/
    /*    font-size: 19px !important;*/
    /*}*/

    .mob-search{
        width: 18px;
        margin-right: 4px;
    }

    #easycontent_3 .stsocial_block .stsocial_list li{
        padding: 0;
    }

    .custom-bottom-container .col-md-4:nth-child(2){
        padding: 0;
    }

    .custom-bottom-container .payment-images img{
        margin-left: 0;
    }

    .footer-imgs.mb-3.mt-3{
        text-align: center;
    }

    .col-md-4.text-right.copy-text span{
        max-width: 185px;
        float: right;
    }

    .stlinkgroups_links_footer .title_block {
        width: 100%;
    }

    #easycontent_56 #steasy_column_263 {
        padding-right: 15px;
    }

    .steasy_element_block div#steasy_element_340 {
        display: none;
    }

    #steasy_element_338 .sttext_item_content {
        margin-bottom: 15px;
    }

    #easycontent_56 #steasy_column_264 {
        padding-left: 15px;
    }

    .flip-box {
        margin-bottom: 15px;
    }

    #footer .st_news_letter_1 .footer_block_content {
        padding-top: 20px !important;
    }

    .col-md-8.map-svg {
        margin-bottom: -20px !important;
    }

    #easycontent_60 iframe {
        height: 300px;
    }

    #steasy_element_338 .sttext_item_content {
        min-height: auto;
    }

    .news_letter_1 .st_news_letter_content {
        margin-bottom: 10px !important;
    }

    #steasy_element_339 .sttext_item_content {
        min-height: auto !important;
    }

    #st_swiper_1 .layered_content, #st_swiper_2 .layered_content{
        padding-left: 30px !important;
        padding-right: 30px;
    }

    #st_swiper_1 h2, #st_swiper_2 h2 {
        font-size: 26px !important;
    }

    #easycontent_61 > .style_content {
        padding-top: 20px !important;
    }

    #footer-bottom .stsocial_list {
        display: block;
        text-align: center;
    }

    #footer-bottom .stsocial_list > li {
        float: none;
        display: inline-block;
    }

    .payment-images img {
        height: 18px !important;
        margin-left: 4px;
        margin-right: 4px;
    }
.col-md-4.text-right.copy-text {
    justify-content: center!important;
}
    .custom-bottom-container {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .footer-imgs {
        text-align: center;
    }

    p.footer-imgs img {
        height: 40px;
        width: auto;
        margin-right: 9px;
        margin-left: 9px;
        margin-bottom: 10px;
    }

    #steasy_column_278 .easy_icon_with_text_3_2 .easy_icon {
        margin-left: 5%;
        width: 45px !important;
    }

    .payment-images {
        text-align: center;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .custom-bottom-container .text-right {
        text-align: center !important;
    }

    .product_third_section .pc_slider_block_container .mobile_tab .nav-tabs {
        display: inline-block;
    }

    .product_third_section .pc_slider_block_container .mobile_tab_title {
        display: none;
    }

    #blockcart-modal .modal-content {
        margin-right: 0;
        margin-left: 0;
    }

    .countdown_pro > span > i {
        top: 30px;
    }

    #easy_products_container_327 .bottom_hover_fly {
        display: none;
    }

    #easy_products_container_327 .ajax_block_product .countdown_outer_box.counting {
        padding-top: 10px;
    }

    #easy_products_container_327 img.front-image {
        padding-bottom: 20px;
        padding-top: 65px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .st_sticker_3 {
        height: 50px;
        line-height: 50px;
        width: 65px;
    }

    #easy_products_container_327 .mini_name.hidden.single-large-prod a {
        font-size: 14px !important;
    }

    .countdown_box {
        padding-left: 0;
        padding-right: 0;
    }

    #easy_products_container_327 .pro_outer_box {
        padding-left: 10px;
        padding-right: 10px;
    }

    .countdown_box .countdown_pro > span {
        width: auto;
        min-width: 35px;
    }

    .offer-txt {
        display: none !important;
    }

    #easy_products_container_327 .offer-txt {
        top: 10px;
    }

    .product_list_item .countdown_outer_box {
        margin-bottom: 30px;
    }

    /*p.footer-imgs a:last-child {*/
        /*display: none;*/
    /*}*/

    #st_swiper_2, #st_swiper_1 {
        height: calc(100vh - 60px) !important;
    }

    .custom-store-map {
        padding-left: 0;
    }

    .custom-store {
        margin-bottom: 15px;
    }

    .gformbuilderpro_content {
        margin: auto;
    }

    .formbuilder_group {
        padding-left: 0;
        padding-right: 0;
    }

    .product_right_column .current-price {
        position: fixed;
        bottom: 0;
        background: #fff;
        z-index: 99;
        width: 50%;
        padding: 10px 15px;
        left: 0;
        border-top: 1px solid #bebebe;
        height: 70px;
    }

    .product_right_column span.regular-price {
        display: none;
    }

    .product_right_column .product-prices .current-price .price {
        margin-right: 0;
        display: block;
    }
    .product_right_column .qty.qty_wrap.qty_wrap_big {
        margin: 0 15px 0 0;
    }
    .product_right_column .qty.qty_wrap.qty_wrap_big .input-group{
        height: 50px;
    }
    .product_right_column .qty.qty_wrap.qty_wrap_big #quantity_wanted{
        min-width:50px !important;
        height:50px;
    }
    .product_right_column .add.mar_b6 {
        /*position: fixed;*/
        bottom: 0 !important;
        right: 0;
        background: #fff;
        z-index: 99;
        margin-bottom: 0;
    }
    .product_right_column .add.mar_b6 .add-to-cart{
        height: 50px;
        min-width: 130px;
        width: 160px;
    }

    .product_right_column .qty_wrap.qty_wrap_big .btn {
        height: 60px;
        width: 40px;
    }

    .product_right_column .qty_wrap.qty_wrap_big .form-control {
        height: 60px;
    }

    .product_right_column .product-quantity .qty_wrap {
        width: 120px;
    }

    .product_right_column .product-add-to-cart .pro_cart_block {
        justify-content: space-between;
    }

    #easycontent_56 iframe, .product-description iframe {
        height: 400px;
        width: 100%;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    #quantity_wanted {
        min-width: 100px;
    }

    /*#steasy_column_298 .nav-tabs {*/
        /*margin-top: 30px;*/
    /*}*/

    .product_right_column .current-price {
        display: none !important;
    }

    .product_right_column .live-discounts {
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        width: 50%;
        padding: 14px 15px;
        z-index: 99;
        border-top: 1px solid #000;
        display: block;
        height: 70px;
    }

    .product_right_column .product-prices {
        width: 100%;
    }

    .table-mobile-combz svg {
        width: 21px;
        display: block;
        margin: auto;
    }

    .product_right_column .product-quantity.hide_main_cart_button .add {
        display: inline-block !important;
    }


    #tablecombz-wrapper > p {
        font-size: 16px;
    }

    .product-information {
        margin-top: 15px;
    }

    .product_right_column > .pro_price_block {
        display: none;
    }

    .th_request_sicap_inner {
        margin-top: 0;
    }

    .product_middle_column .add_to_wishlit i {
        font-size: 18px;
    }

    .product_middle_column .add_to_wishlit.hover_fly_btn {
        font-size: 20px;
        display: block;
        text-align: center;
    }

    .blurBlock {
        display: block;
    }

    #easycontent_58 {
        display: none;
    }

    .product-additional-info .th_request_sicap {
        display: none;
    }

    .product_middle_column  > .th_request_sicap {
        display: block !important;
    }

    .blurBlock {
        position: absolute;
        background: linear-gradient(360deg, rgb(249 249 249) 0%, rgba(23, 162, 190, 0) 100%);
        height: 55px;
        width: 100%;
        display: inline-block;
        bottom: 0;
        left: 0;
        text-align: center;
    }

    .blurBlock i {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ff6b00;
        font-size: 22px;
    }

    .product-description-short:not(.bluredDescription) .blurBlock {
        display: none;
    }

    .product-description-short.bluredDescription {
        position: relative;
        max-height: 150px;
        overflow: hidden;
    }

    .cont-title {
        border-bottom: none !important;
        margin-bottom: 8px !important;
    }

    .pro_gallery_top {
        text-align: center;
    }

    .pro_gallery_top img {
        max-width: 80%;
    }

    .custom-ptitle .product_name_wrap .product_name {
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width : 320px) and (max-width : 991px) {
    #sidebar_box {
        width: 50px;
        left: auto !important;
    }

    #body_wrapper{
        padding-bottom: 0 !important;
    }

    div#thecheckout-order-message, div#thecheckout-order-message .inner-area{
        padding: 10px 0 !important;
    }

    #thecheckout-required-checkbox-1 .inner-area{
        padding: 10px 0 !important;
    }

    #thecheckout-required-checkbox-1 .form-group{
        padding: 0 !important;
    }

    /*#steasy_column_298 article.ajax_block_product:nth-child(2n):after {*/
        /*display: none;*/
    /*}*/

    .product_first_section .product-actions button.add-to-cart i, .product_first_section .product-actions a.th-whatsapp i {
        height: 39px;
        line-height: 39px;
    }

    .product_first_section .product-actions button.add-to-cart {
        height: 50px;
        line-height: 48px;
    }
}

@media only screen and (min-width : 480px) and (max-width : 991px) and (orientation: landscape) {
    .product_right_column .current-price {
        display: none !important;
    }

    .product_first_section .product-actions button.add-to-cart i, .product_first_section .product-actions a.th-whatsapp i {
        height: 50px;
        line-height: 48px;
    }

    .product_first_section .product-actions button.add-to-cart {
        height: 50px;
        line-height: 48px;
    }

    .pro_cart_right {
        display: none;
    }

    .product-additional-info .th_request_sicap {
        display: none;
    }

    aside#easycontent_52 {
        display: none;
    }

    .product_right_column>.pro_price_block {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
    #st_swiper_1 #st_swiper_block_12 .layered_content {
        width: 100%;
        padding-left: 100px!important;
    }

    .custom-head .custom-h1{
        font-size: 16px;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="2"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="5"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="8"]:after {
        display: none;
    }

    #st_swiper_2{
        display: none !important;
    }

    #st_swiper_1 .st_swiper_image{
        height: 300px !important;
    }

    #rightbar_5{
        order: 3;
    }
    #rightbar_10{
        order: 1;
    }
    a.wishlist_link{
        order: 2;
    }

    #rightbar_10.mobile_bar_item{
        height: 29px !important;
        font-size: 20px;
    }

    /*#rightbar_5.mobile_bar_item{*/
    /*    height: 33px !important;*/
    /*}*/

    #mobile_bar_right .fto-user.fs_lg{
        font-size: 19px !important;
    }

    #mobile_bar_right .fto-star.icon_btn.fs_lg{
        font-size: 20px !important;
    }

    .mob-search{
        width: 17px;
        margin-right: 4px;
    }

    #easycontent_3 .stsocial_block .stsocial_list li{
        padding: 0;
    }

    .custom-bottom-container .col-md-4:nth-child(2){
        padding: 0;
    }

    .custom-bottom-container .payment-images img{
        margin-left: 0;
    }

    .footer-imgs.mb-3.mt-3{
        text-align: center;
    }

    .col-md-4.text-right.copy-text span{
        max-width: 185px;
        float: right;
    }

    .stlinkgroups_links_footer .title_block {
        width: 100%;
    }

    #st_swiper_1 .layered_content, #st_swiper_2 .layered_content {
        padding-left: 30px !important;
        padding-right: 30px;
    }

    #st_swiper_1 h2, #st_swiper_2 h2 {
        font-size: 26px !important;
    }

    #steasy_column_278 .easy_icon_with_text_3_2 .easy_icon {
        margin-left: 5%;
    }

    .payment-images {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #footer #footer-tertiary .footer_block_content {
        padding-top: 0 !important;
    }

    #footer #st_news_letter_1 .footer_block_content {
        padding-top: 20px !important;
    }

    #footer #footer-tertiary .title_block {
        margin-bottom: 0 !important;
    }

    #steasy_element_338 .sttext_item_content {
        margin-bottom: 15px;
    }

    #steasy_element_340 {
        display: none;
    }

    .product_third_section .pc_slider_block_container .mobile_tab .nav-tabs {
        display: inline-block;
    }

    .product_third_section .pc_slider_block_container .mobile_tab_title {
        display: none;
    }

#st_swiper_2 {
        height: calc(100vh - 60px) !important;
    }
.gformbuilderpro_content {
        margin: auto;
    }

    .formbuilder_group {
        padding-left: 0;
        padding-right: 0;
    }

    .custom-store-map {
        padding-left: 0;
    }

    .custom-store {
        margin-bottom: 15px;
    }


    #easycontent_56 iframe, .product-description iframe {
        height: 500px;
        width: 100%;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .ajax_block_product span.price {
        font-size: 13px;
    }

    .mega-center .product_list .pro_outer_box .pro_first_box img {
        margin-top: 52px;
        margin-bottom: 52px;
    }

    p.prod-category-default {
        min-height: 35px;
    }

    .table-mobile-combz svg {
        max-width: 25px;
        vertical-align: middle;
    }

    .product_right_column .product-prices {
        width: 100%;
    }

    #quantity_wanted {
        min-width: 100px;
    }

    .product-quantity .qty_wrap.qty_wrap_big {
        width: 145px;
    }

    .countdown_pro > span > i {
        top: 35px;
    }

    .countdown_box .countdown_pro > span {
        min-width: 30px;
        width: auto;
    }

    .countdown_box {
        padding: 6px 0px;
    }

    .offer-txt {
        display: none !important;
    }

    #steasy_column_298 .ajax_block_product .pro_outer_box {
        padding-left: 10px;
        padding-right: 10px;
    }

    #steasy_column_298 .pro_second_box span.price {
        font-size: 13px !important;
    }

    #steasy_column_298 .ajax_block_product span.regular-price {
        font-size: 13px;
    }

    #steasy_column_298 .ajax_block_product .product-price-and-shipping .st_sticker_block {
        top: -13px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
    #st_swiper_1 #st_swiper_block_12 .layered_content {
        width: 100%;
        padding-left: 70px!important;
    }

    /*#index .sthomenew_container .products.product_list .product_list_item:nth-child(6) {*/
        /*display: none !important;*/
    /*}*/

    .find-postcode.desktop{
        display: none;
    }

    .custom-head .custom-h1{
        font-size: 16px;
    }

    p.prod-category-default {
        min-height: 40px;
    }
    #steasy_column_298 article.ajax_block_product[data-swiper-column="2"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="5"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="8"]:after {
        display: none;
    }

    #st_swiper_2{
        display: none !important;
    }

    .payment-images img {
        height: 20px !important;
        margin-left: 18px;
    }

    p.footer-imgs img {
        height: 45px;
    }

    .product_list.list .mobile_device .act_box_cart.add_hide_on_mobile {
        display: block ;
    }

    #history table {
        table-layout: fixed;
    }

    .badge {
        white-space: normal;
        padding: 5px;
        font-size: 11px !important;
    }

    .gformbuilderpro_content {
        margin: auto;
    }

    .formbuilder_group {
        padding-left: 0;
        padding-right: 0;
    }

    #easycontent_56 iframe, .product-description iframe {
        height: 600px;
        width: 100%;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
        }

        .video-container iframe,
        .video-container object,
        .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

    .countdown_box {
        padding: 6px 5px !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

    /*#index .sthomenew_container .products.product_list .product_list_item:nth-child(6) {*/
        /*display: none !important;*/
    /*}*/

    #description.tab-pane .product-description {
        display: flex;
    }

    .th-youtube {
        margin-left: 5px;
    }

    /* Black Friday */
    .ajax_block_product .product-price-and-shipping .st_sticker_block {
        right: -12px !important;
    }

    .find-postcode.mobile{
        display: none;
    }

    .product-un-discounted .large_default .pro_second_box.pro_block_align_1{
        height: 50px;
    }

    #easy_products_container_327 .product-un-discounted .large_default .pro_second_box.pro_block_align_1{
        height: unset !important;
    }

    .custom-h1{
        font-size: 16px;
    }

    .active-content .title_block .title_block_inner{
        font-size: 15px;
    }

    .active-content .title_block .title_block_inner{
        font-size: 15px;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="2"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="5"]:after {
        display: none;
    }

    #steasy_column_298 article.ajax_block_product[data-swiper-column="8"]:after {
        display: none;
    }


    #st_swiper_2{
        display: none !important;
    }

    #module-stwishlist-mywishlist .page-content .col-lg-9{
        margin-top: -29px;
    }

    #module-stwishlist-mywishlist .page-content .col-lg-9 .page_heading{
        margin-bottom: 5px;
    }

    .modal_cart_details .col-9.col-md-8.p-r-0{
        max-width: 100%;
        flex: 0 0 100%;
        padding-right: 15px;
    }

    .modal_cart .col-3.col-md-4 .bordered.m-b-1{
        margin-top: 20%;
    }

    .modal_cart .alert-success{
        padding: 5px 8px;
    }

    .modal_products_container .swiper-wrapper .swiper-slide{
        width: 104px;
        height: auto;
    }

    .gformbuilderpro_content {
        margin: auto;
    }

    .formbuilder_group {
        padding-left: 0;
        padding-right: 0;
    }
    /*#footer-tertiary .col-lg-4 {*/
        /*flex: 0 0 31%;*/
        /*max-width: 31%;*/
        /*margin-right: 6%;*/
    /*}*/

    /*#footer-tertiary .col-lg-2-4 {*/
        /*flex: 0 0 21%;*/
        /*max-width: 21%;*/
    /*}*/

    /*.products_section .swiper-slide {*/
        /*max-width: 233px !important;*/
    /*}*/

    .product_third_section .products_sldier_swiper .swiper-slide {
        max-width: 233px;
    }

    img.logo {
        width: 313px;
    }

    #st_mega_menu_wrap .ma_level_0:not(#st_ma_0) {
        margin-left: 10px;
        margin-right: 11px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .adveditor_content {
        padding-left: 417px;
    }

    .pro_gallery_thumbs_grid .swiper-container .swiper-wrapper .swiper-slide {
        min-height: 95px;
    }

    #checkout-payment-step .modal-dialog {
        max-width: 800px;
    }

    .my_account_left_column .list-group {
        min-width: 292px;
    }

    #order-detail #content > .col-lg-9 {
        padding-left: 65px;
    }

    #my-account #content > .col-lg-9 {
        padding-left: 65px;
    }

    #my-account #content .page_heading {
        margin-left: -8px;
    }

    #identity #content > .col-lg-9 {
        padding-left: 65px;
    }

    #addresses #content > .col-lg-9 {
        padding-left: 65px;
    }

    #history #content > .col-lg-9 {
        padding-left: 65px;
    }

    #order-slip #content > .col-lg-9 {
        padding-left: 65px;
    }

    #discount #content > .col-lg-9 {
        padding-left: 65px;
    }

    #module-stwishlist-mywishlist #content > .col-lg-9 {
        padding-left: 65px !important;
    }

    #module-stwishlist-mywishlist .wishlist_item{
        margin: 0 10px 0 0 !important;
    }

    #module-gdprpro-erasemydata #content > .col-lg-9 {
        padding-left: 65px !important;
    }

    #module-gdprpro-requestmydata #content > .col-lg-9 {
        padding-left: 65px !important;
    }

    #steasy_column_298 .swiper-slide > .row {
        padding-left: 5px;
        padding-right: 5px;
    }

    #steasy_column_298 .swiper-slide article.ajax_block_product:nth-child(3n+3):after {
        border-right: 0 !important;
    }
}

@media screen and (min-width: 480px) {
    div#steasy_column_3 {
        margin-right: -8px;
        margin-left: -8px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    nav#st_mega_menu_wrap .ma_level_0 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    #st_ma_2 {
        padding-left: 22px !important;
    }
}

.megaTitle {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-bottom: 10px;
    margin-top: -10px;
}

.megaTitle span {
    color: #000;
    font-size: 23px !important;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.megaLink {
    width: auto !important;
}

.megaLink span {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}

.megaLink span svg {
    height: 16px;
    padding-left: 4px;
    width: 16px;
}

.stmenu_vertical_box {
    background: #f9f9f9;
}

.stmenu_vertical_box .mv_level_1 {
    background: #f9f9f9;
}

.stmenu_vertical_box .mv_level_1:hover {
    background: white;
    box-shadow: 0 1px 0 0 #e6e6e6;
}

#st_menu_0 .stmenu_sub.stmenu_vertical {
    padding: 0px;
}

.stmenu_vertical_box .mv_level_1 a.mv_item {
    padding-top: 6px !important;
    padding-bottom: 5px !important;
}

.stmenu_vertical_box .mv_level_1:hover a.mv_item {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .08);
}

.stmenu_vertical .ma_level_1 {
    color: #1d92eb;
    font-size: 15px !important;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 18px;
}

.stmenu_sub:not(.stmenu_vertical) .m_column_row {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.menu_a_wrap a {
    font-size: 13px;
    font-weight: 400;
    color: black;
}

.menu_a_wrap a:hover {
    color: black;
    text-decoration: underline !important;
}

.menu_a_wrap a i {
    display: none !important;
}

.stmenu_vs.style_wide {
    overflow-y: scroll;
}

.m_column_row {
    border: unset;
}

#index .breadcrumb_wrapper {
    display: none;
}


@media (min-width:1200px){
  .stmenu_vertical .stmenu_vs{
    visibility:hidden;opacity:0;
    pointer-events:none;           /* fără clic accidental când e ascuns */
    transition:opacity .2s ease;
  }

  /* rămâne vizibil dacă avem clasa .open         */
  .mv_level_1.open  > .stmenu_vs{
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto;
    transition:opacity .2s ease;
  }

  /* NU mai avem nevoie de varianta cu :hover;
     dacă nu vrei s-o ştergi, suprascrie-o:   */
  .mv_level_1:hover > .stmenu_vs{visibility:hidden;opacity:0;}
}


#easy_products_container_327 img.front-image {
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 4em;
}
#easy_products_container_327 .pro_second_box{
    margin-top:10px;
}

#easy_products_container_327 .pro_second_box .act_box_cart {
    /*margin-top: 3em;*/
}

#easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
    margin-top: 3.5em;
}
#easy_products_container_327 .s_title_block.two_rows {
    height: 48px !important
}
#easy_products_container_327 .mini_name.hidden.single-large-prod{
    text-align:left;
}

#easy_products_container_327 .prods_price{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 23px;
}


#easy_products_container_327 .product-price-and-shipping {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    width:auto;
}

.th-best-price{
    background: #1d92eb;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.th-best-price span{
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    line-height: 35px;
    font-family: Tahoma, sans-serif, Arial;
}

#easy_products_container_327 .product-price-and-shipping {
    position:relative;
}

#easy_products_container_327 .product-price-and-shipping > span:first-of-type{
    font-size: 34px !important;
    color: #1d92eb !important;
    line-height: 34px !important;
}

#easy_products_container_327 .ajax_block_product .regular-price{
    font-size: 19px !important;
}


.th-add-to-cart-special{
    display: flex;
    background-color: #1d92eb;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    height: 60px;
    justify-content: center;
}

.th-add-to-cart-special i {
    height: 65px;
    color: #FFF;
    transform: none !important;
    width: 80px;
    line-height: 38px;
    font-size: 38px;
    border-top-right-radius: 0% !important;
    border-bottom-right-radius: 37% 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.th-add-to-cart-special span{
    font-weight: 700;
    color:#FFF;
    font-size: 15px;
}

.th-sticker-special-red{
    top: 0 !important;
    right: -22px!important;
    border-radius: 25px;
    background: green;
    border: none;
    color: #FFF;
    padding: 0px;
    font-size: 17px;
    font-weight: 600;
}

@media (max-width: 1199px){
    .th-best-price{
        margin:0 auto;
    }

    .th-sticker-special-red{
        right: -20px !important;
    }
}

@media (min-width: 991px) and (max-width: 1199px){
    .th-best-price span {
        font-size: 14px !important;
    }
    .th-icons-info{
        gap: 6px;
    }
    .th-best-price{
        margin: 0 15px !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px){
    #easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
        flex-direction: column;
        margin-top: 1.5em;
    }

    #easy_products_container_327 .pro_second_box .act_box_cart{
        margin-top: 1.5em;
    }
}

@media (min-width: 481px) and (max-width:991px){
    #easy_products_container_327 .pro_outer_box{
        display: flex !important;
    }

    #easy_products_container_327 .pro_outer_box > .mini_name{
        display: none !important;
    }
    #easy_products_container_327 .pro_outer_box .pro_second_box > .mini_name{
        display:block !important;
    }

    #easy_products_container_327 .pro_outer_box .pro_second_box > .mini_name h2 a{
        font-size: 22px !important;
        color: #1d92eb !important;
        line-height:22px !important;
    }

    #easy_products_container_327 .bottom_hover_fly{
        display: none !important;
    }
    #easy_products_container_327 img.front-image{
        padding-bottom: 0 !important;
    }
    #easy_products_container_327 .pro_second_box .act_box_cart{
        margin-top: 2em;
    }
    #easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
        margin-top:2em;
        flex-direction: column;
    }

    #easy_products_container_327 .pro_second_box,
    #easy_products_container_327 .pro_first_box{
        width: 50%;
    }
}
@media (max-width:768px){
    .th-best-price span {
        font-size: 16px;
    }

    .stspecialslider_container .product_list_item:last-of-type{
        display:none;
    }
}

@media (max-width:480px){
    .th-best-price span {
        font-size: 14px;
    }
    .th-best-price{
        margin: 0 15px;
    }
}

.stspecialslider_container .prod-category-default{
    display: none;

}


/*---------------------------*/


#easy_products_container_327 img.front-image {
    max-width: 100%;
    padding-top: 45px;
    padding-bottom: 80px;
}
#easy_products_container_327 .pro_second_box{
    margin-top:10px;
}

#easy_products_container_327 .pro_second_box .act_box_cart {
    /*margin-top: 3em;*/
}

#easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
    margin-top: 66px;
}
#easy_products_container_327 .s_title_block.two_rows {
    height: 48px !important
}
#easy_products_container_327 .mini_name.hidden.single-large-prod{
    text-align:left;
}

#easy_products_container_327 .prods_price{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-top: 14px;
}


#easy_products_container_327 .product-price-and-shipping {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    width:auto;
}

.th-best-price{
    background: #1d92eb;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}
.th-best-price span{
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    line-height: 30px;
    font-family: Tahoma, sans-serif, Arial;
}

#easy_products_container_327 .product-price-and-shipping {
    position:relative;
}

#easy_products_container_327 .product-price-and-shipping > span:first-of-type{
    font-size: 34px !important;
    color: #1d92eb !important;
    line-height: 34px !important;
}

#easy_products_container_327 .ajax_block_product .regular-price{
    font-size: 19px !important;
}






.th-add-to-cart-special span{
    font-weight: 700;
    color:#FFF;
    font-size: 15px;
}

.th-sticker-special-red{
    top: 0 !important;
    right: -22px!important;
    border-radius: 25px;
    background: green;
    border: none;
    color: #FFF;
    padding: 0px;
    font-size: 17px;
    font-weight: 600;
}


.offer-txt2{
    margin-top: 55px;
}
#steasy_column_298 .sttab_block.sttab_2.sttab_2_3{
    margin-left: 8px !important;
}

#easy_products_container_327 .pro_second_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto
}

#easy_products_container_327 .qty_wrap{
    width: auto !important;
}
#easy_products_container_327 .prods_price .input-group-btn{
    height: 60px;
}

#easy_products_container_327 .prods_price .input-group-btn button{
    margin-bottom: 0 !important;
    width: 30px;
    margin-left: -1px;
}

#easy_products_container_327 .prods_price .pro_quantity{
    width:40px;
    height: 60px;
}


.sttab_2_3 .nav-tabs.tab_lg .nav-link {
    padding: 6px .375rem!important;
}


@media (max-width: 1199px) and (min-width: 992px){
    #easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
        flex-direction: column;
        margin-top: 1.5em;
    }

    #easy_products_container_327 .pro_second_box .act_box_cart{
        margin-top: 1.5em;
    }
}

@media (min-width: 481px) and (max-width:991px){
    #easy_products_container_327 .pro_outer_box{
        display: flex !important;
    }

    #easy_products_container_327 .pro_outer_box > .mini_name{
        display: none !important;
    }
    #easy_products_container_327 .pro_outer_box .pro_second_box > .mini_name{
        display:block !important;
    }

    #easy_products_container_327 .pro_outer_box .pro_second_box > .mini_name h2 a{
        font-size: 22px !important;
        color: #1d92eb !important;
        line-height:22px !important;
    }

    #easy_products_container_327 .bottom_hover_fly{
        display: none !important;
    }
    #easy_products_container_327 img.front-image{
        padding-bottom: 0 !important;
    }
    #easy_products_container_327 .pro_second_box .act_box_cart{
        margin-top: 2em;
    }
    #easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
        margin-top:2em;
        flex-direction: column;
    }

    #easy_products_container_327 .pro_second_box,
    #easy_products_container_327 .pro_first_box{
        width: 50%;
    }

    .th-icons-info{
        gap: 8px;
    }
}
@media (max-width:768px){
    .th-best-price span {
        font-size: 14px;
    }

    #easy_products_container_327 .pro_second_box .act_box_cart .th-icons-info{
        margin-top: 15px;
    }

    #easy_products_container_327 img.front-image{
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #easy_products_container_327 .s_title_block.two_rows {
        height: 45px !important;
        margin-bottom: 0 !important;
    }

    .offer-txt2{
        margin-top: 15px;
    }
    
    
     .th-icons-info {
    font-size: 10px!important;
}

#easy_products_container_327 .prods_price {
    margin-top: 0px!important;
}


    #easy_products_container_327 img.front-image {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }




}
@media (min-width: 481px) and (max-width:991px){

    #easy_products_container_327 .s_title_block.two_rows{
        height: 75px !important;
    }

}


@media (max-width:991px){
    
 #easy_products_container_327   a.ajax_add_to_cart_button.hover_fly_btn.btn-spin {
    margin-right: 10px;
}


#easy_products_container_327 .th-add-to-cart-special {
    height: 50px!important;
}

#easy_products_container_327 .prods_price .input-group-btn {
    height: 50px!important;
}
#easy_products_container_327 .prods_price .pro_quantity {
    height: 50px!important;
}

#easy_products_container_327 .product-price-and-shipping>span:first-of-type {
 font-size: 23px !important;
        line-height: 20px !important;
        margin-top: 7px;
}


#easy_products_container_327 .ajax_block_product .regular-price {
    font-size: 12px !important;
}

}


.swiper-button-next, .swiper-button-prev {
    right: 24px !important;
}


.pdf_buttons {
    display: none;
}

.pdf_container:hover .pdf_buttons {
    display: block;
}












@media (max-width: 991px) {
    
.product_first_section .product_right_column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
    
}




@media (min-width: 992px) {
  /* asigură-te că secțiunea este flex pe un singur rând */
  #product .product_first_section {
    display: flex;
    flex-wrap: nowrap;
  }

  #product .product_first_section .product_left_column {
    flex: 0 0 31.33333% ;
    max-width: 31.33333%;
  }

  /* nu lăsa flex-basis diferit de max-width */
  #product .product_first_section .col-lg-5 {
    flex: 0 0 28.66667% !important;
    max-width: 28.66667% !important;
  }

  /* coloana 3 ia TOT spațiul rămas, indiferent de conținut */
  #product .product_first_section .product_right_column.col-lg-3.mb-3 {
    flex: 1 1 0% !important;
    max-width: none !important;
    margin-left: auto;
  }

  /* tabelul să ocupe lățimea coloanei (să nu “shrink-uiască”) */
  #product .product_first_section .product_right_column table {
    width: 100%;
  }
  
  
.product_first_section .product_right_column {
    flex: 0 0 50% !important;
    max-width: calc(50% - 15px) !important;
}
}





.pack-qty-row span.input-group-btn {
    display: none;
}



/* -------------------------------------------------------
   PACK QTY CARD (product page)
   ------------------------------------------------------- */
.pack-qty-card{
  padding-top: 12px;
}

.pack-qty-header--row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}


.pack-qty-code{
  color:#000;
}

.pack-qty-row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

.pack-qty-controls{
  display:flex;
  align-items:center;
  gap:8px;
}

.pack-qty-btn{
  width:38px;
  height:44px;
  border:1px solid #e3e5ea;
  background:#f7f8fb;
  font-size:20px;
  line-height:1;
  color:#111827;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  cursor:pointer;
}

.pack-qty-input{
  width:90px;
  height:44px;
  border:1px solid #e3e5ea;
  background:#fff;
  text-align:center;
  font-size:16px;
  font-weight:600;
  color:#111827;
  padding:0 8px;
}

.pack-qty-total{
  margin-left:auto;
  text-align:right;
  white-space:nowrap;
}

.pack-qty-total-label{
  display:block;
  color:#000;
}

.pack-qty-total-price{
  display:block;
  font-size:16px;
  font-weight:700;
}

.pack-qty-add{
  display:flex;
  align-items:center;
  gap:8px;
}

/* Mobile: stivuim frumos */
@media (max-width: 575px){
  .pack-qty-row{ gap:10px; }
  .pack-qty-total{ width:100%; margin-left:0; text-align:left; }
  .pack-qty-add{ width:100%; }
}



@media only screen and (min-width: 150px) and (max-width: 479px) {
    #quantity_wanted {
        min-width: 40px!important;
    }
}



.is-simple-product .pro_price_block { display:none !important; }
.is-simple-product .pro_cart_right { display:none !important; }
.is-simple-product .between_detials_and_buttons { display:none !important; }
.is-simple-product #tablecombz-wrapper { display:none !important; }
.is-simple-product .product-mobile-from { display:none !important; }

.is-simple-product .product_middle_column { display:none !important; }


@media (min-width: 992px) {
   .is-simple-product  .product_first_section .product_left_column {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}


@media (min-width: 768px) {
 .is-simple-product   .push-md-3 {
        left: 15%!important;
    }
    
  
      .is-simple-product  .col-md-9 {

        flex: 0 0 80%!important;
        max-width: 85%!important;
    }
   .is-simple-product  .pull-md-9 {
        right: 85%!important;
    }
    
     .is-simple-product  .col-md-3 {
        flex: 0 0 20%!important;
        max-width: 15%!important;
        padding-right: 0px;
    }
}



.is-simple-product .pro_gallery_thumbs_vertical .swiper-container {
    height: 605px;
}

.is-simple-product .pro_gallery_thumbs_vertical .swiper-slide {
    height: 115px;
}

.pf-backlink-wrapper a{
    color: #1d92eb!important;
    font-size: 16px!important;
    font-weight: 700!important;

}









/* PRODFAMILY: pune pretul si butonul pe un singur rand, full width */
.pack-qty-row--prodfamily{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
}

/* daca la prodfamily ai ascuns qty controls, pastram ascunderea */
.pack-qty-row--prodfamily .pack-qty-controls{
  display:none !important;
}

/* "De la 0,00 RON" pe o singura linie */
.pack-qty-row--prodfamily .pack-qty-total{
  display:flex !important;
  flex-direction:row !important;
  align-items:baseline;
  gap:6px;
  margin:0;
  white-space:nowrap;
}

.pack-qty-row--prodfamily .pack-qty-total-label,
.pack-qty-row--prodfamily .pack-qty-total-price{
  display:inline !important;
  white-space:nowrap;
}

/* butonul sa ocupe tot spatiul ramas pana in dreapta */
.pack-qty-row--prodfamily .pack-qty-add{
  flex:1;
  margin:0;
}

.pack-qty-row--prodfamily .pack-qty-add .add-to-cart{
  width:100% !important;
  margin:0;
}


/* PRODFAMILY: pret pe linia 1, buton full width pe linia 2 */
html.pf-has-family .product-actions .pack-qty-row--prodfamily{
  display: flex !important;
  flex-wrap: wrap !important;      /* permite “linie noua” */
  align-items: center !important;
  width: 100% !important;
  gap: 10px !important;
}

/* ascundem qty controls (daca exista) */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-controls{
  display: none !important;
}

/* pretul ramane pe prima linie */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total{
  flex: 0 0 auto !important;
  margin: 0 !important;
  white-space: nowrap !important;
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
}

/* butonul trece pe linia urmatoare si ocupa 100% */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add{
  flex: 0 0 100% !important;       /* asta îl “aruncă” pe linia 2 */
  width: 100% !important;
  margin: 0 !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add .add-to-cart{
  width: 100% !important;
  display: block !important;
}

/* PRODFAMILY: butonul "Vezi variante" full width real */
html.pf-has-family .product-actions .pack-qty-card,
html.pf-has-family .product-actions .product-quantity,
html.pf-has-family .product-actions .pack-qty-row--prodfamily{
  width: 100% !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add{
  flex: 0 0 100% !important;
  width: 100% !important;
  display: block !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart{
  width: 100% !important;
  max-width: none !important;      /* IMPORTANT */
  min-width: 100% !important;      /* IMPORTANT */
  display: flex !important;        /* ca să centreze frumos icon + text */
  justify-content: center !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

/* OPTIONAL: butonul să "iasă" peste padding-ul cardului (edge-to-edge) */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart{
  border-radius: 0 !important;         /* optional, arată mai "full bar" */
}

/* PRODFAMILY: scoatem icon-ul din butonul "Vezi variante" */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add .add-to-cart i.fto-basket-2{
  display: none !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add .add-to-cart span{
  margin-left: 0 !important;
  font-size:18px;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:2px !important;
  white-space:normal !important;
  line-height:1.1;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-label{
  display:block !important;
  opacity:.75;
  margin:0 !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-price{
  display:block !important;
  font-size:22px;
  font-weight:800;
  line-height:1.05;
  margin:0 !important;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-sub{
  display:block !important;
  font-size:12px;
  color:#6b7280;
  line-height:1.1;
  margin:0 !important;
}

/* =========================
   PRODFAMILY – PRICE STACK (From / price / VAT)
   ========================= */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total{
  /* “card” mic */
  padding: 10px 0 8px !important;
  margin: 0 0 8px 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;

  gap: 4px !important;          /* mai mult aer între rânduri */
  line-height: 1.15 !important;
}

/* "De la" */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-label{
  font-weight: 600 !important;
  letter-spacing: .2px;
  color: #000 !important;    
  opacity: 1 !important;
}

/* PREȚUL mare */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-price{
  font-size: 34px !important;   /* crește prețul */
  font-weight: 900 !important;
  color: #111827 !important;
  line-height: 1.0 !important;

  margin-top: 2px !important;
}

/* "TVA inclus" ca subtext/pill */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-sub{
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #000 !important;

  margin-top: 2px !important;
  padding: 3px 8px;
}

/* PRODFAMILY: buton "Vezi variante" mai înalt + text mai mare */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart{
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 18px !important;     /* vertical 0 ca să respecte height */
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 50px !important;   /* center text pe verticală */
}

/* dacă butonul e display:flex (din fixul anterior), centrare corectă */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;      /* anulăm line-height 50px când e flex */
}


/* PRODFAMILY: pret + TVA inclus + pe bucata pe acelasi rand (fara wrap) */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-mainline{
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

/* Nu lasa textele sa se rupa */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-sub,
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-unit{
  white-space: nowrap !important;
}

/* "pe bucata" mic */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-unit{
  display: inline-block;
  font-weight: 600;
  color: #000;
  line-height: 1.1;
}

/* OPTIONAL: pe ecrane foarte mici, permite wrap ca sa nu iasa in afara */
@media (max-width: 420px){
  html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-total-mainline{
    flex-wrap: wrap !important;
  }
}

/* =========================================================
   PRODFAMILY: buton "Vezi variante de produs" cu icon stânga
   (segment portocaliu + PNG săgeată jos)
   ========================================================= */

html.pf-has-family .product-actions
.pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]{
  position: relative !important;
  overflow: hidden !important;

  /* păstrăm textul centrat, dar lăsăm loc pentru segmentul portocaliu */
  padding-left: 62px !important;
  padding-right: 62px !important;
}

/* segmentul portocaliu din stânga */
html.pf-has-family .product-actions
.pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]::before{
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 62px !important;
  height: 100% !important;

  background-color: #f5a623 !important;
  background-image: url("/themes/panda/assets/img/inatech/arrow-down.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 18px 18px !important;
}

/* pe mobil mic, mai strângem puțin segmentul */
@media (max-width: 420px){
  html.pf-has-family .product-actions
  .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]{
    padding-left: 54px !important;
    padding-right: 54px !important;
  }

  html.pf-has-family .product-actions
  .pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]::before{
    width: 54px !important;
    background-size: 16px 16px !important;
  }
}


/* PRODFAMILY: icon mai mare + galben cu colțuri rotunjite pe dreapta */
html.pf-has-family .product-actions
.pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]{
  padding-left: 92px !important;   /* loc pentru zona galbenă mai lată */
  padding-right: 62px !important;
}

html.pf-has-family .product-actions
.pack-qty-row--prodfamily .pack-qty-add > button.add-to-cart[data-inatech-scroll="1"]::before{
  width: 80px !important;          /* lățimea zonei galbene */

  border-bottom-right-radius: 999px !important;

}






html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add{
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.38) !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  will-change: transform;
}

html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
  filter: brightness(1.06) saturate(1.05);
}


html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button{
  position: relative;
  overflow: hidden; /* taie shine-ul la marginea butonului */
}

/* shine periodic */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button::after{
  content:"";
  position:absolute;
  top:-25%;
  left:-70%;
  width:50%;
  height:150%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  pointer-events:none;
  opacity:.75;
  z-index: 5;              /* IMPORTANT: peste text/background */
  animation: pfFamilyShine 4.5s ease-in-out infinite;
}

/* pulse discret (fără hover) pe container */
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add{
  animation: pfFamilyPulse 2.8s ease-in-out infinite;
}
html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add:hover{
  animation: none; /* opțional */
}

/* keyframes */
@keyframes pfFamilyPulse{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-1px); }
}
@keyframes pfFamilyShine{
  0%,70%{ left:-70%; opacity:0; }
  78%{ opacity:.75; }
  95%,100%{ left:130%; opacity:0; }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add{ animation:none; }
  html.pf-has-family .product-actions .pack-qty-row--prodfamily .pack-qty-add > button::after{ animation:none; }
}




/* Tooltip "Best Price" după "De la" */
body#product .inatech-bestprice-tip{
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
  vertical-align: middle;
}

body#product .inatech-bestprice-icon{
  width: 18px;
  height: 18px;
  border: 2px solid #1d92eb;
  border-radius: 50%;
  background: #fff;
  color: #1d92eb;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  user-select: none;
}

/* Desktop: tooltip lateral, auto width */
body#product .inatech-bestprice-pop{
  display: none;
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  max-width: min(520px, 80vw);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  z-index: 999999;
  overflow: hidden;
  padding: 8px 12px;
  text-align: left;
  white-space: normal !important;
}

body#product .inatech-bestprice-text{
  display: block;
  color: #333;
  font-size: 13px;
  line-height: 1.35;
  text-align: left;
  white-space: nowrap;          /* desktop: o singura linie */
}

/* show on hover (desktop) + show when toggled (mobile) */
/* Toggle (merge pe toate device-urile) */
body#product .inatech-bestprice-tip.is-open .inatech-bestprice-pop{
  display: block;
}

/* Hover DOAR pe device-uri cu hover real (desktop) */
@media (hover: hover) and (pointer: fine){
  body#product .inatech-bestprice-tip:hover .inatech-bestprice-pop{
    display: block;
  }
}
body#product .inatech-bestprice-icon{
  position: relative;
}





/* Evită tăierea tooltip-ului de containere cu overflow hidden */
body#product .pack-qty-total-label,
body#product .pack-qty-row--prodfamily,
body#product .product-prices,
body#product .product-actions{
  overflow: visible !important;
}

/* Mobile: tooltip sub icon, ancorat pe dreapta icon-ului (se deschide spre stanga), NU fixed */
@media (max-width: 768px){
      body#product .inatech-bestprice-pop {
        left: 20px !important;
        right: auto !important;
        top: auto !important;
        bottom: calc(100% + -22px) !important;
        transform: none !important;
        width: 260px !important;
        max-width: calc(100vw - 24px) !important;
    }

  body#product .inatech-bestprice-text{
    white-space: normal !important;
    text-align: left !important;
    font-size: 11px;
    /* max 2 randuri */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}






/* =========================================================
   PRODUCT: Buton WhatsApp "Contacteaza-ne" – ca "Vezi variante"
   (segment verde stânga + albastru + shadow/hover/shine)
   ========================================================= */

body#product .product-actions .product-add-to-cart a.th-whatsapp{
  position: relative !important;
  overflow: hidden !important;

  width: 100% !important;
  max-width: none !important;
  min-width: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;

  height: 50px !important;
  min-height: 50px !important;

  /* ca la butonul "Vezi variante": lăsăm loc pentru segmentul din stânga */
  padding-left: 92px !important;
  padding-right: 62px !important;

  background: #1d92eb !important;
  border: 0 !important;
  border-radius: 0 !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  color: #fff !important;
  text-decoration: none !important;

  /* efect ca la Vezi variante (shadow + pulse) */
  box-shadow: 0 12px 22px rgba(0,0,0,0.38) !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  will-change: transform;
  animation: pfFamilyPulse 2.8s ease-in-out infinite;
}

body#product .product-actions .product-add-to-cart a.th-whatsapp:hover{
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
  filter: brightness(1.06) saturate(1.05) !important;
  animation: none !important;
}

/* segmentul verde (folosim chiar <i class="fto-whatsapp">) */
body#product .product-actions .product-add-to-cart a.th-whatsapp i{
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;

  width: 80px !important;
  height: 100% !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: rgb(48, 191, 57) !important;
  border: 1px solid rgb(48, 191, 57) !important;
  color: #fff !important;

  margin: 0 !important;
  line-height: 1 !important;

  /* colț rotunjit pe dreapta, ca la segmentul galben */
  border-bottom-right-radius: 999px !important;

  font-size: 22px !important;
}

/* text centrat perfect */
body#product .product-actions .product-add-to-cart a.th-whatsapp span{
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

/* shine periodic (ca la Vezi variante) */
body#product .product-actions .product-add-to-cart a.th-whatsapp::after{
  content:"";
  position:absolute;
  top:-25%;
  left:-70%;
  width:50%;
  height:150%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  pointer-events:none;
  opacity:.75;
  z-index: 5;
  animation: pfFamilyShine 4.5s ease-in-out infinite;
}

/* mobil mic: mai îngustăm segmentul + padding */
@media (max-width: 420px){
  body#product .product-actions .product-add-to-cart a.th-whatsapp{
    padding-left: 82px !important;
    padding-right: 46px !important;
  }
  body#product .product-actions .product-add-to-cart a.th-whatsapp i{
    width: 70px !important;
    font-size: 20px !important;
  }
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  body#product .product-actions .product-add-to-cart a.th-whatsapp{
    animation: none !important;
  }
  body#product .product-actions .product-add-to-cart a.th-whatsapp::after{
    animation: none !important;
  }
}




/* =========================================================
   PRODUCT: "Adaugă în coș" – doar shadow + shine (fără să schimbăm dimensiuni)
   Target: doar butonul submit din card-ul tău (produse simple/copii)
   ========================================================= */

body#product .product-actions .pack-qty-add > button.add-to-cart[type="submit"]{
  position: relative !important;
  overflow: hidden !important; /* taie shine-ul la margine */

  /* SHADOW */
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.38) !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  will-change: transform;
}

/* OPTIONAL (arată ca la Vezi variante): un hover discret */
/* dacă NU vrei hover, șterge blocul de mai jos */
body#product .product-actions .pack-qty-add > button.add-to-cart[type="submit"]:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
  filter: brightness(1.06) saturate(1.05);
}

/* SHINE periodic (folosește keyframes deja existente: pfFamilyShine) */
body#product .product-actions .pack-qty-add > button.add-to-cart[type="submit"]::after{
  content:"";
  position:absolute;
  top:-25%;
  left:-70%;
  width:50%;
  height:150%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  pointer-events:none;
  opacity:.75;
  z-index: 5;
  animation: pfFamilyShine 4.5s ease-in-out infinite;
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  body#product .product-actions .pack-qty-add > button.add-to-cart[type="submit"]::after{
    animation: none !important;
  }
}


/* =========================================================
   PRODFAMILY: "Adaugă în coș" (Add all) – shadow + shine
   HTML: #pf-add-all-btn
   ========================================================= */

body#product .pf-grand-total-wrapper .pf-add-all-wrap #pf-add-all-btn{
  position: relative !important;
  overflow: hidden !important;

  /* shadow ca la celelalte */
  box-shadow: 0 12px 22px rgba(0,0,0,0.38) !important;
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease !important;
  will-change: transform;
}

/* OPTIONAL hover discret (dacă nu vrei, șterge blocul) */
body#product .pf-grand-total-wrapper .pf-add-all-wrap #pf-add-all-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0,0,0,.22) !important;
  filter: brightness(1.06) saturate(1.05);
}

/* shine periodic – folosește keyframes pfFamilyShine deja existente */
body#product .pf-grand-total-wrapper .pf-add-all-wrap #pf-add-all-btn::after{
  content:"";
  position:absolute;
  top:-25%;
  left:-70%;
  width:50%;
  height:150%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,.22) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(18deg);
  pointer-events:none;
  opacity:.75;
  z-index: 5;
  animation: pfFamilyShine 4.5s ease-in-out infinite;
}

/* reduce motion */
@media (prefers-reduced-motion: reduce){
  body#product .pf-grand-total-wrapper .pf-add-all-wrap #pf-add-all-btn::after{
    animation: none !important;
  }
}


body#product .products-family-matrix .pf-max-discount-badge{
  background: linear-gradient(180deg, #ffb24d 0%, #f7a623 60%, #e79215 100%) !important;
  box-shadow: 0 2px 0 rgba(0,0,0,.18), 0 8px 18px rgba(0,0,0,.22) !important;
  text-shadow: 0 2px 3px rgba(0,0,0,.35);
}

