@media (max-width: 767px) {
    
    
 .product-list-style-04 .product-item-info {
    position: relative;
    padding-bottom: 3px;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}   
    

/* ======================================================
   SEARCH: buton (40px) în dreapta inputului
   Funcționează atât în #header-search (desktop),
   cât și în #mobi_search (mobil Codazon)
   ====================================================== */

/* Selectori comuni (desktop + mobil) */
#header-search .form.minisearch,
#mobi_search .form.minisearch,
.header-search .form.minisearch {
  position: relative;
}

/* Facem loc în input pentru buton */
#header-search input#search,
#mobi_search input#search,
.header-search input#search {
  padding-right: 52px !important;
}

/* Containerul "actions" devine absolut în dreapta */
#header-search .form.minisearch .actions,
#mobi_search .form.minisearch .actions,
.header-search .form.minisearch .actions {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  height: 100% !important;
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  z-index: 2 !important;
}

/* Butonul pătrat (40px) */
#header-search .form.minisearch .search-button,
#mobi_search .form.minisearch .search-button,
.header-search .form.minisearch .search-button {
  width: 40px !important;
  min-width: 40px !important;
  height: 100% !important;

  padding: 0 !important;
  margin: 0 !important;

  background-color: #2c3a5c !important;
  border-radius: 0 !important;
  box-shadow: none !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  font-size: 0 !important; /* ascunde textul "Căutare" */
  line-height: 0 !important;
}

/* Lupa (SVG alb) */
#header-search .form.minisearch .search-button:before,
#mobi_search .form.minisearch .search-button:before,
.header-search .form.minisearch .search-button:before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath d='M10 18a8 8 0 1 1 0-16 8 8 0 0 1 0 16Zm11 3-6-6' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/* MDL ripple poate strica layout-ul (opțional) */
#header-search .mdl-button__ripple-container,
#mobi_search .mdl-button__ripple-container,
.header-search .mdl-button__ripple-container {
  display: none !important;
}

/* --------- MOBIL: ne asigurăm că nu e pus sub input de alte CSS-uri --------- */

  /* pe mobil unele teme pun actions pe rând nou */
  #mobi_search .form.minisearch .actions,
  #header-search .form.minisearch .actions {
    width: auto !important;
  }



/* containerul general */

#header-search,

#header-search * {

-webkit-transform: none !important;

transform: none !important;

}

.page-header .mb-search-wrap {
        position: initial;
        /* right: 42px; */
        /* top: 10px; */
        /* z-index: 5; */
    }

/* forțează vizibilitatea containerelor */

#header-search,

#header-search .header-search,

#header-search .header-search.mb-search,

#header-search [data-role="search_container"],

#header-search .mb-search-wrap {

display: block !important;

visibility: visible !important;

opacity: 1 !important;

height: auto !important;

max-height: none !important;

overflow: visible !important;

position: relative !important;

z-index: 9999 !important;

}



/* cheia: forțează formularul (tema îl ascunde aici) */

#header-search [data-role="search_form"],

#header-search .mb-search [data-role="search_form"],

#header-search .header-search.mb-search [data-role="search_form"] {

display: block !important;

visibility: visible !important;

opacity: 1 !important;

height: auto !important;

max-height: none !important;

overflow: visible !important;

position: relative !important;

z-index: 10000 !important;

}



/* asigură că form-ul și input-ul nu sunt ascunse */

#header-search form#search_mini_form {

display: block !important;

visibility: visible !important;

opacity: 1 !important;

height: auto !important;

position: relative !important;

z-index: 10001 !important;

}



#header-search input#search {

display: block !important;

visibility: visible !important;

opacity: 1 !important;
border: 1px solid #4ac2f7;
}



/* ascunde butonul toggle (nu mai vrem „fereastră”) */

#header-search .search-toggle-wrap,

#header-search .search-toggle,

#header-search .visible-xs.search-toggle-wrap {

display: none !important;

}



/* layout: full width sub header */

#header-search form,

#header-search .mdl-textfield,

#header-search input#search,

#header-search .actions,

#header-search .search-button {

width: 100% !important;
height: 30px;
}



#header-search {

padding: 5px 5px 5px !important;

}



#header-search .actions {

margin-top: 8px !important;

}

}
 
 
 @media (max-width: 767px){
 .product-item-info .product-item-inner .btn-cart > span,
  .product-item-info .product-item-inner .btn-cart span span {
    display: inline !important;
    font-size: 14px !important;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: nowrap;
  }

  /* butonul sa nu mai fie patrat */
  .product-item-info .product-item-inner .btn-cart {
    width: auto !important;
    min-width: 120px;
    height: 36px;
    line-height: 36px;
    padding: 0 14px !important;
    border-radius: 4px;
            border-color: #b70505;
        background: #b70505;
        border-bottom: 0px solid #e8bd01;
       
  }

  /* optional: centreaza actiunile */
  .product-item-info .product-item-inner {
    text-align: center;
  }

  .product-item-info .product-item-actions {
    display: inline-block;
    width: auto;
  }
  
  
    .product-view-style-02, .product-view-style-01, .product-view-style-03 {
    margin: 10px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    border: 0px solid #f4f4f4;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
    .product-item .price-box .price { font-size: 17px !important; }
    .cdz-tabs-wrap {
    position: relative;
    padding-top: 30px;
}
.infoprodus{display:none;}
.comandaacum {    
    padding: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-image: linear-gradient(360deg, #0452cc 0%, #0e385e 100%);
    /* text-transform: uppercase; */
    border: 1px solid #ccc;
    font-family: sans-serif;
    width: 100%;
}
.comandaacum a {
    color: #cce5ff;
    text-decoration: none;
}
    .cdz-slideshow {
    position: relative;
    padding: 1px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}
.block-main-layer {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 310px;
    padding: 0;
    z-index: 888;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    display:none;
}
.utilies-sections {
    background: #fff;
    color: #444;
    left: 0;
    z-index: 999;
    height: 100%;
}
.sidebar .block-layered-nav dl ol>li>a {
    background: url(https://picatoys.ro/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
    color: #282828;
    padding-left: 15px;
}
.product-view-style-02 .product-main-top .product-info-main {
    padding: 1px 1px;
    margin: 0;
}
body:not(.cms-index-index) .main-container .main {
    padding: 0px 1px;
    margin: 0 auto;
}
.product-collateral.tabs .collateral-tabs .tab.current {
    border-bottom-width: 2px;
    border-bottom-color: #662d91;
    font-weight: 800;
}
.product-collateral.tabs.accordion-open .tab.current {
    border-color: #662d91;
    color: #662d91;
    font: 800 14px/1.35 PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
}
 .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
   .visible-xs-block {
    display: block !important;
  }
  .telsearch{
        display:none;
    }
     .visible-xs-inline {
    display: inline !important;
  }
   .visible-xs-inline-block {
    display: inline-block !important;
  }
    .hidden-xs {
    display: none !important;
  }
  .sidebar .block:not(.block-layered-nav) .block-title.active>strong:hover, .sidebar .block.block-layered-nav .block-title.active>strong:hover, .sidebar .block:not(.block-layered-nav) .block-title.active>strong, .sidebar .block.block-layered-nav .block-title.active>strong, .sidebar .block:not(.block-layered-nav) .block-title>strong:hover, .sidebar .block.block-layered-nav .block-title>strong:hover, .sidebar .block:not(.block-layered-nav) .block-title>strong, .sidebar .block.block-layered-nav .block-title>strong {
    color: #fff;
    background: #b70505;
    font: 500 16px/1.35 PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    border: 0;
}
  
   .sidebar .block:not(.account-nav) {
    margin-bottom: 2rem;
    padding: 3px;
    border: 0px solid #d7ebf4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}   
.page-header .mb-logo-wrap .logo{margin:1px auto 1px;padding:0;max-width:190px}.page-header .mb-cart-wrap{top:7px}.page-header .mb-search-wrap{top:7px}
  .product-collateral  > dl > dd {
    display: block !important;
  }
  .mdl-tabs__tab {
    margin: 0;
    border: none;
    padding: 0 24px;
    float: left;
    position: relative;
    display: block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #cc006b;
    overflow: hidden;

}
.cdz-menu .item.level-top>.menu-link {
    padding: 10px;
    background: 0 0;
    color: #282828;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    border-color: #e1e1e1;
    margin-bottom: 0;
}
#header-account li a, .nav-primary a.level0 {
    padding: 5px;
    border-bottom: 1px solid #cccccc;
    text-align: left;
    color: #282828;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 800;
    font-size: 14px;
}
.main-content-top-left {
    margin-top: 10px;
    display: none;
}
.page-header .sticky-menu:not(.container) {
    padding-left: 1px;
    padding-right: 1px;
         box-shadow: 0px 1px 20px 10px #daeef9;
    -moz-box-shadow: 0px 1px 20px 10px #daeef9;
    -webkit-box-shadow: 0px 1px 20px 10px #daeef9;
    -o-box-shadow: 0px 1px 20px 10px #daeef9;
    -ms-box-shadow: 0px 1px 20px 10px #daeef9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
}
        .product-view .more-views {
    padding-left: 5px;
    display: none;
}
.product-img-box .product-image {
    margin-bottom: -15px;
}
    .product-view .product-essential .product-info-main .product-name {
        display: block;
        padding-top: 5px;
    }
.callnowbutton {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50px;
    border-top: 1px solid #2eb302;
    border-bottom: 1px solid #2eb302;
    text-shadow: 0 1px #003b0d;
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 140%;
    overflow: hidden;
    background: #2eb302;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 15px;
    letter-spacing: 0.5px;
}
A.tel {color:red;}
A.tel:link  {text-decoration: none; color: #fff;}
A.tel:visited {text-decoration: none; color:#fff;}
A.tel:hover {text-decoration: underline; color: #fff;}
A.tel:active {text-decoration: none; color: #fff;}
.mobilefix {
    display: block;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 100%;
    left: 0;
    bottom: 0;
    
}
    .sunabutton {
      
    height: 40px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #3caf01;
    text-shadow: 0 2px #003b0d;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
    overflow: hidden;
    background: #3caf01;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 1px;
    letter-spacing: 0.5px;
    width: 55%;
    float: left;
    
}
.sunabutton1 {
      
    height: 40px;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #3caf01;
    text-shadow: 0 2px #003b0d;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 120%;
    overflow: hidden;
    background: #ee496f;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 3px;
    letter-spacing: 0.5px;
    width: 900%;
    float: left;
    
}
.onlinebutton {
        height: 40px;
        border-top: 0px solid #fff;
        border-bottom: 1px solid #e30101;
        text-shadow: 0 2px #003b0d;
        text-align: center;
        color: #fff;
        font-weight: 600;
        font-size: 120%;
        overflow: hidden;
        background: #e30101;
        display: flex;
        justify-content: left;
        align-items: center;
        padding-left: 5px;
        letter-spacing: 0.5px;
        width: 45%;
    }
.onlinebutton span.cos {
    background: url(icon/cos.png) no-repeat;
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.sunabutton span.tel {
    background: url(icon/tel.png) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.sunabutton1 span.tel {
    background: url(icon/tel.png) no-repeat;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
A.tel:active {
    text-decoration: none;
    color: #fff;}
A.tel:link {
    text-decoration: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

  
.breadcrumbs {
    padding: 1px;
    margin-bottom: 0;
    margin: 0;
}
.cdz-tabs-wrap {
    position: relative;
    padding-top: 30px;
}
    .cdz-slideshow {
    position: relative;
    padding: 1px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
}
.page-header .mb-main-panel .action.nav-toggle {
    width: 70px;
    height: 35px;
    display: inline-block;
    float: left;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    left: 0px;
    position: absolute;
    top: 17px;
    z-index: 14;
    background-color: #fe0000;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 2px 5px rgb(0 0 0 / 8%);
    -o-box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
    -ms-box-shadow: 0px 2px 5px rgba(0,0,0,0.08);
}

.page-header .mb-main-panel .action.nav-toggle span:before, .page-header .mb-main-panel .action.nav-toggle span:after {
    position: absolute;
    left: 0px;
    width: 27px;
    height: 0px;
    content: "";
    background: #cc006b;
    z-index: 3;
    -moz-transition: transform .35s ease;
    -webkit-transition: transform .35s ease;
    -o-transition: transform .35s ease;
    transition: transform .35s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.page-header .mb-main-panel .action.nav-toggle:before {
    position: absolute;
    left: 3px;
    top: 8px;
    width: 26px;
    height: 0px;
    content: "Categorii";
    background: #cc006b;
    letter-spacing: 1px;
}
.cdz-menu.cdz-toggle-menu .dropdown-toggle:before{
  display: inline-block;
  font-family: "FontAwesome" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067"; /* plus */
  font-size: 14px;
  speak: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; /* ca să stea perfect centrat */
}
.page-header .mb-cart-wrap .top-cart-link:before{
  font-family: "FontAwesome" !important;
  content: "\f07a"; /* shopping-cart */
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 23px;
  color: #fe0000;
}
.cdz-vertical-menu .item.level0>a.menu-link span span {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 0;
    max-width: 100%;
    overflow: hidden;
    display: block;
    font-weight: 600;
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop .groupdrop-title {
    color: #b70505;
    font-weight: 700;
    border: 0;
    margin: 0;
    font-size: 14px;
}
.utilies-sections .cdz-menu .item.level-top .groupmenu-drop .groupdrop-title {
    color: #da0303;
}
.product-view .product-essential .product-info-main .qty-wrapper {
    width: 40%;
    margin-bottom: 1px;
    padding-top: 7px;
}
.product-view .product-essential .product-info-main .add-to-cart-buttons {
    display: block;
    width: 57%;
}
.product-view .add-to-cart-buttons {
    float: left;
    margin-right: 1px;
    max-width: 100%;
}
.product-view .product-essential .product-info-main .qty-wrapper label {
    text-transform: none;
    line-height: 35px;
    margin-right: 10px;
    display: none;
}
.butoncomanda {
    display: block;
    width: 50%;
    float:right;
}

.pretbara {
    display: block;
    width: 50%;
    color: #0e385e;
    font: 500 18px / 1.1 Muli, Helvetica Neue, Verdana, Arial, sans-serif;
}
.comenzitop {
    display: block;
    font: 800 14px/1.1 Muli, Helvetica Neue, Verdana, Arial, sans-serif;
    padding:3px;
}
.sau {
    display: block;
    width: 20%;
    color:#000000;
    padding-top: 5px;
}
.price-box {
    margin: 0px 0;
    font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    padding-bottom: 10px;
}
.product-item .old-price .price {
    color: #636363;
    font: 500 16px / 1.35 Rajdhani, Helvetica Neue, Verdana, Arial, sans-serif;
}

.buton-cumpara {
        border: 1px solid;
    padding: 5px 2px;
    min-height: auto;
    text-transform: none;
    height: auto;
    line-height: 1;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 0px;
    background: #b70505;
    padding: 8px 8px;
}
    .product-view .add-to-cart {
       
        margin-left: -5px;
        margin-right: -5px;
        border: 0.1px solid #f1f1f1 !important;
        background: #f3f3f3;
        padding: 10px;
    }
.comandatel {
    padding: 10px;
    margin:5px;
    border-bottom: 1px solid #cccccc;
    background: #ecf7fd;
    text-transform:uppercase;
    text-align:center;
}
.breadcrumbs {
    display: block;
    background: #fafdff;
    
}
    
.breadcrumbs li {
    color: #000;
    text-align: center;
    font: 400 7px/1.35 PT Sans, Helvetica Neue, Verdana, Arial, sans-serif;
    text-align: center;
    
}
