body.module_catalogue.product_overview div.product_overview_images li.product_pic img.promo_ribbon_pic{

    position: absolute;
    right: 0;
    top: 0;
}
body.module_catalogue.nameblock.nameblock .promo_ribbon_pic {
    left: 0;
    margin-top:0;
    position: absolute;
    top: 0;
}

body.module_catalogue.nameblock.nameblock .family_header {

    position: relative;
}
body.module_catalogue.nameblock.nameblock .product_show .promo_ribbon_pic{
    left: 6px;
    margin-top: 0;
    position: absolute;
    top: 0;

}
body.promo .group_list span.product_inner_images_holder img.promo_ribbon_pic,
body.dir_ltr.module_catalogue.product_overview div.product_overview_images li.product_pic img.promo_ribbon_pic,
.complementary_product img.promo_ribbon_pic {
    position: absolute;
    left: 0;
    top: 0;
}
.complementary_product {
    position: relative;
}
body.promo .group_list span.product_inner_images_holder {
    position: relative;
}
body.promo .group_list span.product_inner_images_holder img.promo_ribbon_pic {
    margin-top: 0;
}


.dir_ltr .family_products .product_list a.product_code {
    text-align: left;
}
.dir_rtl .family_products .product_list a.product_code {
    text-align: right;
}


.module_catalogue .register_popup p {
    font-size: 15px;
    color:#222222;
}

.module_catalogue .register_popup > a {
    background-color: #e83650;
    border: 1px solid #cf0000;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 17px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    width: 95px;

}
.dir_ltr.module_catalogue .register_popup > a{

   float: right;

}
.dir_rtl.module_catalogue .register_popup > a{

    float: left;
}
.virtual_catalag_frame {
    height: 1500px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.close_vcf {
    cursor: pointer;
    color: red;
    font-size: 22px;
    position: absolute;
    width: 20px;
    height: 22px;
    right: 7px;
    z-index: 100;
}
.product_overview .production_denomination  {
    margin-top: 5px;
}
.family_header .family_header_inner h1 {
    color: #000000;
    font-size: 33px;
    margin: 0;
}

/* CSS FOR ELLIPSIS ON SEVERAL LINES */
.line-clamp
{
    display            : block;
    display            : -webkit-box;
    -webkit-box-orient : vertical;
    position           : relative;

    line-height        : 1.2;
    overflow           : hidden;
    text-overflow      : ellipsis;
    padding            : 0 !important;
}
.line-clamp:after
{
    content    : '...';
    text-align : right;
    bottom     : 0;
    right      : 0;
    width      : 25%;
    display    : block;
    position   : absolute;
    height     : calc(1em * 1.2);
    background : linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 75%);
}
@supports (-webkit-line-clamp: 1)
{
	.line-clamp:after
	{
		display : none !important;
	}
}
.line-clamp-1
{
    -webkit-line-clamp : 1;
    height             : calc(1em * 1.2 * 1);
}
.line-clamp-2
{
    -webkit-line-clamp : 2;
    height             : calc(1em * 1.2 * 2);
}
.line-clamp-3
{
    -webkit-line-clamp : 3;
    height             : calc(1em * 1.2 * 3);
}
.line-clamp-4
{
    -webkit-line-clamp : 4;
    height             : calc(1em * 1.2 * 4);
}
.line-clamp-5
{
    -webkit-line-clamp : 5;
    height             : calc(1em * 1.2 * 5);
}
/* END OF CSS FOR ELLIPSIS ON SEVERAL LINES */




/*    Alternative Products Popup Dialog  -  START    */

.module_catalogue .alternatives-popup{
    max-width: 995px;
}
.module_catalogue .alternatives-popup .ui-dialog-titlebar.ui-widget-header{
    font-weight: normal;
    font-size: 18px;
}
.module_catalogue .alternatives-popup .promotional_product_wrapper{
    background: none;
}
.module_catalogue .alternatives-popup .add_to_basket_promotional{
    width: 160px;
    position: absolute;
    bottom: 30px;
}
.module_catalogue .alternatives-popup .alternative_products_container input.quantity{
    margin: 0 0 0 18px;
    position: initial;
}
.module_catalogue .alternatives-popup .alternative_products_container .promotional_button{
    margin: 0 0 0 10px;
}
.module_catalogue .alternatives-popup .promotonal_products{
    width: 222px;
    max-width: none;
    padding: 0 23px;
    height: 416px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}
.dir_ltr.module_catalogue .alternatives-popup .promotional_product_title_family{
    font-size: 15px;
    color: #318DD6;
}
.module_catalogue .alternatives-popup .promotional_family_name{
    font-weight: normal;
    color: #318DD6;
}
.module_catalogue .alternatives-popup .promotional_product_code{
    margin-top: 20px;
}
.module_catalogue .alternatives-popup .promotional_area{
    width: auto;
    background: none;
}
.module_catalogue .alternatives-popup .promotional_products_container{
    background: none;
}
/*    Alternative Products Popup Dialog  -  END    */

#QRCodeLink .fa-qrcode{
    font-size: 28px;
    color: #000000;
}

.no-price-guest{
    color: #e83650;
}
.product_overview .no-price-guest{
    margin-bottom: 20px;
    font-size: 20px;
}
.campaign .no-price-guest{
    margin-bottom: 5px;
    font-size: 14px;
}
.no-price-guest .price_label{
    color: #000;
}
.add_to_cart .fa-shopping-cart{
    font-size: 22px;
}

.add_to_list_link a{
    height: 15px;
}
.wishListWrapper{
    display: inline-block;
}
#add_to_wish_list_container{
    position: absolute;
    width: 200px;
}
.stockRow{
    width: 191px;
    line-height: 15px;
}

.stockinfo{
    border: 1px solid lightgrey;
    float: left;
    border-radius: 3px;
    margin-bottom: 7px;
}

.underlined{
    text-decoration: underline;
}

#stockRowsShowedOnLoad .stockLoading{
    font-size: 9px;
    margin-left: 76px;
}
.module_catalogue.product_overview.dir_ltr #related_doc_links p,
.module_catalogue.product_overview.dir_rtl #related_doc_links p{
    font-size: 13px;
}

#materialAspectsIconsWrap > div{
    display: inline-block;
    width: 36px;
    height: 36px;
}
#materialAspectsIconsWrap .icon{
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
#materialAspectsIconsWrap .hazard_icon{
    background-image: url('/skins/webx_style/images/hazard_icon.png');
}
#materialAspectsIconsWrap .oversized_icon{
    background-image: url('/images/icons/oversize_icon.png');
}
#materialAspectsIconsWrap .truck_icon{
    background-image: url('/skins/webx_style/images/truck_icon.png');
}
#materialAspectsIconsWrap .overweight_icon{
    background-image: url('/images/icons/weighted_icon.png');
}
.module_catalogue.webx_l3 .component_bread_crumbs_catalog_tociscar {

    max-width: 209px!important;
}
p.downloadsSubsection {
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
#related_doc_links ul{
    margin-top: 0;
}
.module_catalogue.product_overview #related_doc_links ul {
    height: inherit !important;
}
div#related_doc_table:after {
    content: "";
    display: block;
    clear: both;
}

.module_catalogue.product_overview .product_inner_images {
    margin:3px;
}
#ezAlerts-message {
    padding: 15px !important;
    font-size: 12px !important;
}

#ezAlerts-message .promo2_lists,
#ezAlerts-message .promo2_lists .col-md-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 9pt !important;
}


.module_catalogue.product_overview .is-promo-v2 {

    padding-left: 0;
}
.module_catalogue.product_overview .is-promo-v2 a {

   position: static;
    background: url('/skins/webx_style/images/promo-icon-v2-catalog.png') no-repeat scroll !important;

    padding: 0!important;
    height: 51px !important;
    width: 103px !important;
    display: inline-block;

}
.module_catalogue.product_overview .cart-links {
    vertical-align: inherit;
}

body.module_catalogue.product_overview .buttons_zone {
    background-color: inherit !important;
}
.product_overview .product_request_info .product_header {
    min-height: inherit;
}


.dir_rtl .left_content .component_bread_crumbs_catalog_tociscar .jspPane {

    left: 0!important;

}

.dir_rtl .left_content .component_bread_crumbs_catalog_tociscar .jspHorizontalBar {

  display: none!important;
}

.dir_ltr .ui-dialog.add_to_basket_dialog .ui-button:first-child,
.dir_ltr .ui-dialog.add_to_basket_dialog button:first-child {

  margin-right: 0!important;
}
.add_to_basket_dialog .ui-dialog-buttonset {
    display: inline-block;

}
.request_for_quote{
    background-color: #e83650;
    border: 1px #c61831 solid;
    color: #ffffff;
    font-weight: bold;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.dir_ltr.module_catalogue.product_overview .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable #RFQdialog input{
    float: left;
    margin-left: 0;
}

#product_groups_list {
    overflow: auto;
}
.ui-dialog.add_to_basket_dialog.product_added_to_list_dialog #dialogbox{
    overflow: hidden;
    background-image: none;
    padding-top: 20px;
    height: 90px !important;
}
.ui-dialog.add_to_basket_dialog.product_added_to_list_dialog .ui-dialog-buttonpane{
    padding: 5px 10px;
}
.ui-dialog.add_to_basket_dialog.product_added_to_list_dialog .fas.fa-check-circle{
    color: #8bc349;
    font-size: 29px;
    margin-right: 12px;
}
.dir_ltr.module_catalogue.product_overview .ui-dialog.product_added_to_list_dialog #dialogbox {
    min-height: 90px!important;
}
.module_catalogue.product_overview .product_added_to_list_dialog .ui-dialog-title{
    padding-top: 0;
    margin-top: 0;
}
.ui-dialog.product_added_to_list_dialog .ui-dialog-titlebar.ui-widget-header{
    font-size: 13px;
}

.dir_rtl.module_catalogue.product_overview .discount .price_wrap , .dir_ltr.module_catalogue.product_overview .discount .price_wrap{
    margin-left: 0;
    margin-right: 0;
}
div.level1_wrapper div.level1_title a{
    word-break: keep-all;
}
.discount_area{
    background-image: url('/images/icons/discount.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left center;
    min-height: 40px;
}
#product_range_selector #catalog_multiple_selector_menu, #product_range_selector .selector_container {
    display: inline-block;
}
#product_range_selector #catalog_multiple_selector_menu {
    vertical-align: top;
}
#catalog_multiple_selector_products .component_product_price {
    display: inline;
}
#div_for_links > a, #div_for_links > div {
    vertical-align: top;
}
.is-promo-wrap{
    -webkit-animation: crescendo 1.2s infinite linear;
    animation: crescendo 1.2s infinite linear;
}
@keyframes crescendo {
    0%   {transform: scale(0);}
    25% {transform: scale(1);}
    100% {transform: scale(1);}
}
@-webkit-keyframes crescendo {
    0%   {-webkit-transform: scale(0);transform: scale(0);}
    25% {-webkit-transform: scale(1);transform: scale(1);}
    100% {-webkit-transform: scale(1);transform: scale(1);}
}
form.nla_product  {
    display: none;
}
#promotional-product-modal {
    z-index: 10000; /* should not be covered by tool button */
}
#promotional-product-modal .uk-modal-dialog {
    max-width: 800px !important;
}
.module_catalogue.product_overview #product_technical_info td.field_data {
    direction: ltr;
}
.module_catalogue.product_overview.dir_rtl #product_technical_info td.field_data {
    text-align: right;
}
.group-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 0.5rem;
}
.catalog-tree {
    padding: 10px;
}
.catalog-tree-panel {
    height: auto !important;
    max-height: 250px;
}
.catalog-tree .uk-text-bold {
    font-weight: bold;
    color: #1e87f0;
}
.uk-text-muted {
    font-size: 0.9em;
    color: #666;
}
body .nameblock_multiple_selector_field {
    font-size: 1rem;
}
     /* Create a custom class for the card with hover effects */
 .card_l10 {
     position: relative;
     z-index: 1;
     border: none;
     background: transparent;
     transition: all 0.3s ease-in-out;
 }


/* Pseudo-element for shadow effect */
.card_l10::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 80%);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: -1;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.card_l10:hover::before {
    width: 70%;
    height: 15px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 80%);
}

/* Image hover effect */
.card_l10 img {
    transition: transform 0.3s ease-in-out;
}

.card_l10:hover img {
    transform: translateY(-20px);
}
body .uk-accordion-title::before, body .uk-open > .uk-accordion-title::before {
    background-color: rgb(162 165 171 / 23%);
    border-radius: 20%;
    padding: 4px;
    width: 1em;
    height: 1em;
    line-height: 1;
    transition: background-color 0.3s ease;
}
body .uk-accordion-title, body .uk-open > .uk-accordion-title {
    font-size: 1rem;
}
.search-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.module_catalogue .facet-panel {
    max-width: 300px;
    padding: 10px;
    border-right: 1px solid #ddd;
}
.catalog_view_text .row_1 td {
    margin-bottom: -20px;
    display: block;
}
@media (min-width: 1600px) {
    .module_catalogue .facet-panel {
        width: 30%;
    }
}
.uk-panel-scrollable {
   resize: none !important;
}
.uk-panel {
   resize: none !important;
}
