/****************************************************/
/*          DCC24.EU :: Custom Ebotic CSS           */
/****************************************************/

/* main menu shop.dcc24.eu */
.header-top .menu>ul li a:before {
    background: url(../../../child_Ebotic/assets/img/codezeel/cat-icon.png) no-repeat scroll center 0;
    top: 0;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.header-top .menu>ul li.menu_icon0 a:before {
    background-position: center 0;
}

.header-top .menu>ul li.menu_icon0 a:hover:before {
    background-position: center -40px;
}

.header-top .menu>ul li.menu_icon1 a:before {
    background-position: center -80px;
}

.header-top .menu>ul li.menu_icon1 a:hover:before {
    background-position: center -120px;
}

.header-top .menu>ul li.menu_icon2 a:before {
    background-position: center -160px;
}

.header-top .menu>ul li.menu_icon2 a:hover:before {
    background-position: center -200px;
}

.header-top .menu>ul li.menu_icon3 a:before {
    background-position: center -240px;
}

.header-top .menu>ul li.menu_icon3 a:hover:before {
    background-position: center -280px;
}

.header-top .menu>ul li.menu_icon4 a:before {
    background-position: center -320px;
}

.header-top .menu>ul li.menu_icon4 a:hover:before {
    background-position: center -360px;
}

.header-top .menu>ul li.menu_icon5 a:before {
    background-position: center -400px;
}

.header-top .menu>ul li.menu_icon5 a:hover:before {
    background-position: center -440px;
}

.header-top .menu>ul li.menu_icon6 a:before {
    background-position: center -480px;
}

.header-top .menu>ul li.menu_icon6 a:hover:before {
    background-position: center -520px;
}

.header-top .menu>ul li.menu_icon7 a:before {
    background-position: center -560px;
}

.header-top .menu>ul li.menu_icon7 a:hover:before {
    background-position: center -600px;
}

.header-top .menu>ul li.menu_icon8 a:before {
    background-position: center -640px;
}

.header-top .menu>ul li.menu_icon8 a:hover:before {
    background-position: center -680px;
}

.header-top .menu>ul li.menu_icon9 a:before {
    background-position: center -720px;
}

.header-top .menu>ul li.menu_icon9 a:hover:before {
    background-position: center -760px;
}

.header-top .menu>ul li.menu_icon10 a:before {
    background-position: center -800px;
}

.header-top .menu>ul li.menu_icon10 a:hover:before {
    background-position: center -840px;
}

.header-top .menu>ul li.menu_icon11 a:before {
    background-position: center -880px;
}

.header-top .menu>ul li.menu_icon11 a:hover:before {
    background-position: center -920px;
}

.header-top .menu>ul li.menu_icon12 a:before {
    background-position: center -960px;
}

.header-top .menu>ul li.menu_icon12 a:hover:before {
    background-position: center -1000px;
}

.dropdown-item {
    white-space: normal !important;
    line-height: 1.2 !important;
}

.header-top .menu {
    width: 73%;
}

@media (max-width: 1459px) {
    .header-top .menu {
        width: 70%;
    }
}

@media (max-width: 1199px) {
    #header .logo {
        max-height: 55px;
    }
}

@media (max-width: 991px) {
    #header .logo {
        width: auto;
        max-height: 55px;
    }
}

.cz-carousel {
    margin-top: 15px;
}

/* subcategories shop.dcc24.eu */
#subcategories ul {
    margin: 0 0 15px 0;
    width: 100%;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-template-rows: 1fr;
    gap: 15px;
}

#subcategories ul li {
    width: auto;
    margin: 0;
    border: 1px solid #e5e5e5;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 3px;
}

#subcategories ul li:hover {
    border-color: rgba(0, 0, 0, 0.5);
}

#subcategories ul li .subcategory-image {
    margin-bottom: 0;
    flex-basis: 60px;
}

#subcategories ul li .subcategory-image a {
    display: block;
    width: 3em;
    padding: 5px;
    border: none;
    margin: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#subcategories ul li .subcategory-image a img {
    vertical-align: top;
    opacity: 0.4;
    filter: saturate(0);
    transition: none;
}

#subcategories ul li .subcategory-image a:hover img {
    opacity: 0.8;
    transition: none;
}

#subcategories ul li h5 {
    margin-bottom: 0;
    text-align: left;
    width: 100%;
    line-height: 1;
    align-self: center;
    padding-right: 5px;
}

#subcategories ul li .subcategory-name {
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    display: block;
    transition: none;
}

#subcategories ul li .subcategory-name:hover {
    color: black;
}

#subcategories ul li:hover .subcategory-image a img {
    opacity: 0.8;
    transition: none;
}

/* about-shop-dcc24-eu */
.about-shop-dcc24-eu {
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 576px) {
    .about-shop-dcc24-eu {
        font-size: 13px;
    }
}

.about-shop-dcc24-eu h1 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 1em;
    color: #464646;
}

.about-shop-dcc24-eu .panel {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 2em;
    margin-bottom: 2em;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    font-size: 1em;
}

.about-shop-dcc24-eu .panel strong {
    color: inherit;
}

.about-shop-dcc24-eu .panel table {
    margin-top: 1em;
}

.about-shop-dcc24-eu .panel table td {
    margin: 2px;
    padding: 0.5em 0;
    border-bottom: 1px dotted #666;
}

.about-shop-dcc24-eu .panel table td:nth-child(odd) {
    padding-right: 3em;
}

.about-shop-dcc24-eu .panel table td:nth-child(even) {
    text-align: center;
}

.about-shop-dcc24-eu .panel table tr:last-child td {
    border: none;
}

.about-shop-dcc24-eu .panel .break {
    margin-top: 1em;
    padding: 0.5em 1em;
    border: 1px solid #ffdada;
    background-color: #fff7f7;
    color: #e51c1c;
    font-size: 1.1em;
}

/* text transform normalize */
.products .product-title,
.products .product-title a {
    text-transform: initial;
}

.tabs .nav-tabs .nav-link {
    text-transform: initial;
}

.products-section-title {
    text-transform: initial !important;
}

#czservicecmsblock .service_container .service-area .service-fifth .service-content .service-heading {
    text-transform: initial;
}

#header .user-info .user-info-title .account_title {
    text-transform: initial;
}

.breadcrumb .container h1 {
    text-transform: initial;
}

.productpage_title,
.quickview h1.h1 {
    text-transform: initial !important;
}

/* offer view - product prices*/
.product-prices {
    display: flex;
    flex-direction: column;
}

/* breadcrumb position */
.breadcrumb ol {
    margin-top: 1em;
}

/* stock_status front page*/
.stock_status {
    color: #fff;
    position: absolute;
    top: 0;
    background: #ff9a52;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
}

/* correct size product box on main screen */
.products .product_list li.item .product-price-and-shipping,
.products .product_list li.product_item .product-price-and-shipping {
    height: 3.2em;
}

.payu-mini-installments-widget-details {
    font-size: 13px;
}

/* product-thumbnail - normalize aspect ratio (no-photo bug) */
.products .product-thumbnail img {
    aspect-ratio: 0.929;
}

/* page-my-account items fix */
.page-my-account #content .links a span.link-item {
    display: flex;
    align-items: center;
    gap: .25em;
}

.special-products .products .product-description {
    padding: 50px 16px;
}

.block-social li a:before {
    margin-right: .5em;
}

.footer-container li {
    display: flex;
    line-height: 20px;
    margin-bottom: 1em;
}





#block-contact_list *:after {
    display: none
}

#block-contact_list a {
    padding-left: 0
}

#czbannercmsblock .cmsbanners .one-half .cmsbanner .cmsbanner-text {
    text-transform: none;
}


.products .product-title {
  white-space: normal;
  height: 100px;
}

.banner-image1 {
	width: 100%;
}

label, .label {
    color: #979797;
    font-weight: 300;
    font-size: 12px;
}




/* always show products highlighted informations */




.products .highlighted-informations {
    display: inline-block!important;
    height: 6em;
    font-size: .8em;
    line-height: 1.5;
    /* text-align: left; */
}
  
.products .highlighted-informations span {
    display: inline-block!important;
}


.product-availability .product-available {
    padding: 11px 0 0 0;
    border-top: 1px solid #4cbb6c7a;
    background-color: transparent;
    color: #4cbb6c;
}


.product-availability .product-last-items,
.product-availability .product-unavailable {
    padding: 11px 0 0 0;
    border-top: 1px solid #ffa5007A;
    background-color: transparent;
    color: orange;
}

#product-availability .material-icons, .product-availability .material-icons {
    display: inline-block;
    width: auto;
    height: inherit;
    font-size: 1.75em;
}

.products .highlighted-informations span {
    display: flex!important;
    align-items: center;
    gap: 1em;
}



/* special products inside borders */

.special-products .products li.item::before,
.special-products .products li.product_item::before {
  content: "";
  display: block;
  border-right: 1px solid #e5e5e5;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  .special-products .products li.product_item::before {
    display: none;
  }
}

.special-products .products li.product_item:nth-child(even)::before {
  display: none;
}

.special-products .products li.product_item {
  border-top: 1px solid #e5e5e5;
}

.special-products .products li.product_item:nth-child(1),
.special-products .products li.product_item:nth-child(2) {
  border-top: none;
}

@media screen and (max-width: 992px) {
  .special-products .products li.product_item:nth-child(1) {
    border-top: none;
  }

  .special-products .products li.product_item:nth-child(2) {
    border-top: 1px solid #e5e5e5;
  }
}



/* brands carousel restyling */

.brands .products .product_list li img {
    opacity: .33;
    transition: all .3s ease;
    filter: saturate(0);
  }
  
  .brands .products .product_list li img:hover {
    opacity: 1;
    transition: all .3s ease;
    filter: saturate(1);
  }


  /* right banner separation */

.rightbanner_block .offer-banner {
    margin-bottom: 2em;
  }



/* pricehistory fixed font size */

.x13pricehistory {
    font-size: 12px!important;
    display: block!important;
    padding: 1em 0
  }
  
  .x13pricehistory p {
    margin: 0
  }
  
  .x13pricehistory__button {
    padding: 0;
  }


 .table_component {overflow:auto;width:100%;} 
 .table_component table {
	border:1px dotted #dededf;
	height:100%;width:100%;
	table-layout:fixed;
	border-collapse:collapse;
	border-spacing:1px;
	text-align:center;
	margin-bottom:10px;
  } 
 .table_component caption {caption-side:top;text-align:left;} 
 .table_component th {border:1px dotted #dededf;background-color:#ff0080;color:#ffffff;padding:5px;} 
 .table_component td {border:1px dotted #dededf;background-color:#ff0080;color:#ffffff;padding:5px;}
 
 .product-page .category-tree-overflow ul.category-tree label {
font-size: 0.6em;
}
