/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.wrapper-category-item {
    width: 100%;
    height: auto;
    margin-top: 200px;
}
.container-category-item {
    width: 100%;
    border: 1px solid #efe9e9;
    margin-bottom: 18px;
    height: auto;
}
.title_block {
    width: auto;
    height: 37px;
    float: left;
}
.title_font {
    max-width: 400px;
    height: 100%;
    color: white;
    padding: 10px 15px 0 15px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 16px;
    text-transform: uppercase;
}
.title_font_12 {
    background: #d82424;
}
.title_font_13 {
    background: #e8ac64;
}
.title_font_16 {
    background: #f8c414;
}
.title_font_17 {
    background: #389cdc;
}
.title_font_20 {
    background: #085cbc;
}
.title_font_21 {
    background: #088c04;
}
.content-category-item {
    width: 100%;
    height: 348.2px;
    border-top: 1px solid #efe9e9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tab_cat_img {
    width: 23.98%;
    height: 360px;
}
.materials-category-item {
    width: 76.02%;
    height: 348.2px;
    border-left: 1px solid #efe9e9;

}
.cat-item {
    width: 23%;
    border: 1px solid #efe9e9;
}

.tab-category-banner {
    width: 307.25px;
    height: 348.2px;
}
.tab-category-banner img {
    width: 100%;
    height: 100%;
}
.content-category-item .tab-category-banner {
    overflow: hidden;
    transition: 2s ease;
}
.tab-category-banner img:hover {
    animation: image_hover 2s ease forwards;
    width: 100%;
    transition: 2s ease;
    transform: scale(1.1, 1.1);
    filter: blur(1px);
    height: 100%;
}
@keyframes image_hover {
    0% {
        filter: blur(0);
    }
    50% { 
        transform: blur(1px); 
    }
   
    100% {
        filter: blur(0px); 
    }
}
.tab_cat_slider .tab_cates-list .tab_1_cates li {
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    white-space: initial;
    width: auto;
    color: #102747;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 0; 
    text-align: left;

}
.tab_cat_slider .tab_cates-list .tab_1_cates li:hover {
    color: #d82424;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li:hover::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #d82424;
    font-size: 14px;
    padding: 3px 0;
    transition: ease-in 2s;
    text-align: left;
    margin-right: 4px;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li.active {
    color: #d82424 !important;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li.active::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #d82424;
    font-size: 14px;
    padding: 3px 0;
    transition: ease-in 2s;
    text-align: left;
    margin-right: 4px;
} 
.active {
    color: #d82424;
}
.materials-category-item .products .product-actions-main {
    position: absolute;
    z-index: 1;
    width: auto;
    left: auto;
    right: -50px;
    top: 0;
    display: block;
    bottom: auto;
    text-align: center;
    padding: 3px;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform: translateY(50);
    -moz-transform: translateY(50);
    -o-transform: translateY(50);
    transform: translateY(50);
}

.materials-category-item .products .product-actions-main .quick-view::after {
    content: "";
    -webkit-mask-image: url(../img/megnor/quickview.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 14px;
    mask-image: url(../img/megnor/quickview.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 14px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    background-color: #000000;
}
.materials-category-item .products .product-description {
    text-align: left;
    position: relative;
    padding: 12px 0px 0;
    float: left;
    height: 80px;
    overflow: hidden;

}
.materials-category-item .products .product-description .product-title a {
   line-height: 12px;
   font-weight: 600px;
}
.materials-category-item .products .product-description .product-brand {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 5px !important;
    white-space: nowrap!important;
    word-spacing: -1.5px;
 }
.materials-category-item .products .product-price-and-shipping {
    color: var(--price-color);
    height: 52px!important;
    padding-top: 2px;


}
.materials-category-item .products .product-bottom {
  padding-top: 7px;
 }
.wrapper-category-item img.img-responsive {
    height: 348.2px !important;
}


.materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
    width: 100%;
    font-size: 10px;
  
}
.materials-category-item .products .product .product-miniature {
    border: none;
}
.materials-category-item .products .product_list article.product_item {
    display: block!important;
}
.materials-category-item .products .product_list article.product_item.col-sm-6 {
    width: 25%!important;
}
@media screen and (max-width: 1920px) {
    #cp_sidevertical_menu_top.colled-in-slide {
        display: none;
        z-index: 20;

    }
    .container.text-xs-center.mobile:not(.for-desktop-leave) {
        display: none;
    }
    .wrapper-category-item {
        width: 100%;
        height: auto;
        margin-top: 200px;
    }
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        margin-top: -14px;
    }
    /* .container.text-xs-center.mobile.for-desktop-leave {
        display: none;
    } 
    .wrapper-category-item {
    width: 100%;
    height: auto;
    margin-top: 200px;
} */
.container-category-item {
    width: 100%;
    border: 1px solid #efe9e9;
    margin-bottom: 18px;
    height: auto;
}
.title_block {
    width: auto;
    height: 37px;
    float: left;
}
.title_font {
    max-width: 400px;
    height: 100%;
    color: white;
    padding: 10px 15px 0 15px;
    white-space: nowrap;
    letter-spacing: -0.5px;
    font-size: 16px;
    text-transform: uppercase;
}
.title_font_12 {
    background: #d82424;
}
.title_font_13 {
    background: #e8ac64;
}
.title_font_16 {
    background: #f8c414;
}
.title_font_17 {
    background: #389cdc;
}
.title_font_20 {
    background: #085cbc;
}
.title_font_21 {
    background: #088c04;
}
.content-category-item {
    width: 100%;
    height: 348.2px;
    border-top: 1px solid #efe9e9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tab_cat_img {
    width: 23.98%;
    height: 360px;
}
.materials-category-item {
    width: 76.02%;
    height: 348.2px;
    border-left: 1px solid #efe9e9;

}
.cat-item {
    width: 23%;
    border: 1px solid #efe9e9;
}

.tab-category-banner {
    width: 307.25px;
    height: 348.2px;
}
.tab-category-banner img {
    width: 100%;
    height: 100%;
}
.content-category-item .tab-category-banner {
    overflow: hidden;
    transition: 2s ease;
}
.tab-category-banner img:hover {
    animation: image_hover 2s ease forwards;
    width: 100%;
    transition: 2s ease;
    transform: scale(1.1, 1.1);
    filter: blur(1px);
    height: 100%;
}
@keyframes image_hover {
    0% {
        filter: blur(0);
    }
    50% { 
        transform: blur(1px); 
    }
   
    100% {
        filter: blur(0px); 
    }
}
.tab_cat_slider .tab_cates-list .tab_1_cates li {
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    white-space: initial;
    width: auto;
    color: #102747;
    cursor: pointer;
    font-size: 12px;
    padding: 3px 0; 
    text-align: left;

}
.tab_cat_slider .tab_cates-list .tab_1_cates li:hover {
    color: #d82424;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li:hover::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #d82424;
    font-size: 14px;
    padding: 3px 0;
    transition: ease-in 2s;
    text-align: left;
    margin-right: 4px;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li.active {
    color: #d82424 !important;
}
.tab_cat_slider .tab_cates-list .tab_1_cates li.active::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #d82424;
    font-size: 14px;
    padding: 3px 0;
    transition: ease-in 2s;
    text-align: left;
    margin-right: 4px;
} 
.active {
    color: #d82424;
}
.materials-category-item .products .product-actions-main {
    position: absolute;
    z-index: 1;
    width: auto;
    left: auto;
    right: -50px;
    top: 0;
    display: block;
    bottom: auto;
    text-align: center;
    padding: 3px;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    -webkit-transform: translateY(50);
    -moz-transform: translateY(50);
    -o-transform: translateY(50);
    transform: translateY(50);
}

.materials-category-item .products .product-actions-main .quick-view::after {
    content: "";
    -webkit-mask-image: url(../img/megnor/quickview.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 14px;
    mask-image: url(../img/megnor/quickview.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 14px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    background-color: #000000;
}
.materials-category-item .products .product-description {
    text-align: left;
    position: relative;
    padding: 12px 0px 0;
    float: left;
    height: 80px;
    overflow: hidden;

}
.materials-category-item .products .product-description .product-title a {
   line-height: 12px;
   font-weight: 600px;
}
.materials-category-item .products .product-description .product-brand {
    padding: 0px !important;
    margin: 0px !important;
    line-height: 5px !important;
    white-space: nowrap!important;
    word-spacing: -1.5px;
 }
.materials-category-item .products .product-price-and-shipping {
    color: var(--price-color);
    height: 52px!important;
    padding-top: 2px;


}
.materials-category-item .products .product-bottom {
  padding-top: 7px;
 }
 .wrapper-category-item img.replace-2x.img_1.img-responsive {
    height: auto!important;
}
.wrapper-category-item img.img-responsive {
    height: 348.2px !important;
}


.materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
    width: 100%;
    font-size: 10px;
  
}
.materials-category-item .products .product .product-miniature {
    border: none;
}
.materials-category-item .products .product_list article.product_item {
    display: block!important;
}
.materials-category-item .products .product_list article.product_item.col-sm-6 {
    width: 25%!important;
}
    
}

@media screen and (max-width: 1600px) {
    #cp_sidevertical_menu_top.colled-in-slide {
        display: block;
    }
   
    .wrapper-category-item {
        width: 100%;
        height: auto;
        margin-top: 200px;
    } 
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        margin-top: -23px;
    }
}
@media screen and (max-width: 1366px) {
   
    .wrapper-category-item {
        width: 100%;
        height: auto;
        margin-top: 200px;
    } 
}
@media screen and (max-width: 1292px) {
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        margin-top: 4px;
    }
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 20px;
    }
}
@media screen and (max-width: 1234px) {
    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 10px;
        padding-left: 12px;
    }
    .content-category-item {
        width: 100%;
        height: auto;
        border-top: 1px solid #efe9e9;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 1200px) {
    .my-side-left-header {
        max-width: 100%;
      }
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        margin-top: 4px;
    }
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 28px;
    }
}
@media screen and (max-width: 1169px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 30px;
    }
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        margin-top: 4px;
    }
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 46px;
    }
}
@media screen and (max-width: 1095px) {
  
    #cp_sidevertical_menu_top.colled-in-slide {
        display: none;
    }
    
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 56px;
    }

}
@media screen and (max-width: 1060px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 60px;
    }
    
    .wrapper-category-item img.img-responsive {
        width: 220px;
        height: 249px !important;
        float: left;
    }
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 0px;
    }
}
@media screen and (max-width: 1011px) {
    .add-in-scroll {
        display: none!important;
    }
    .container.text-xs-center.mobile.for-desktop-leave {
        width: 20%;
      }
    .container.text-xs-center.mobile .cat-title {
    padding-left: 122px;
    }
    
 }

@media screen and (max-width: 992px) {
    .wrapper-category-item {
        width: 100%;
        height: auto;
        margin-top: 314px;
    }

    /* .mobile .cat-title {
        font-weight: 600;
        font-size: 16px;
        margin-left: -128px;
    }
    .container.text-xs-center.mobile.for-desktop-leave .cat-title {
        display: none!important;
    }
    .container.text-xs-center.mobile .cat-title {
        color: transparent;
    }
    .container.text-xs-center.mobile .cat-title .material-icons .menu-open {
        display: block!important;
        color: white!important;
    } */
  }
@media screen and (max-width: 952px) {
    .wrapper-category-item {
        width: 100%;
        height: auto;
        margin-top: 314px;
    }
    .tab_cat_img {
        display: none;
    }
    .wrapper-category-item .container-category-item .content-category-item .tab_cates-list {
        padding-left: 7px;
    }
    .materials-category-item {
        width: 72.86%;
        height: 348.2px;
        border-left: 1px solid #efe9e9;
    }
    .wrapper-category-item .product {
        width: 110%;
    }
    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 7px;
        padding-left: 4px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 934px) {
    .hidden-for-mobile-and-tablet {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 142px;
      }

    .container.text-xs-center.mobile.for-desktop-leave {
        width: 10%;
    }
    
    .wrapper-category-item .product {
        overflow: hidden;
      }
    .wrapper-category-item img.img-responsive {
        display: none!important;
    }
    .materials-category-item .products .product-actions-main {
        display: none!important;
    }
    .materials-category-item {
        width: 100%;
        height: 348.2px;
        border-left: 1px solid #efe9e9;
    }
    article.not_tablet_product_item.not_mobile_product_item.product_item.col-xs-12.col-sm-6.col-md-4.col-lg-3 {
        display: none !important;
    }
    #index .products .product_list article.product_item {
        display: none;
        width: 33% !important;
    }

    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 11px;
        padding-left: 24px;
        white-space: nowrap;
    }
    .wrapper-category-item .products .product-bottom .add-to-cart-button {
        display: block!important;
    }
}
@media screen and (max-width: 712px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 136px;
      }
}
@media screen and (max-width: 700px) {
    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 11px;
        padding-left: 14px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 660px) {
    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 8px;
        padding-left: 8px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 586px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 132px;
      }
}
@media screen and (max-width: 550px) {
    .materials-category-item .product .product-bottom .btn.btn-primary.add-to-cart {
        width: 100%;
        font-size: 7px;
        padding-left: 3px;
        white-space: nowrap;
    }
}
@media screen and (max-width: 514px) {
    .container.text-xs-center.mobile .cat-title {
        padding-left: 128px;
      }
    .container.text-xs-center.mobile.for-desktop-leave {
        background: none !important;
    }
    i.material-icons.menu-open {
        color: #e8741c;
      }
}
@media screen and (max-width: 480px) {
    .header-top-main .for-desktop-leave {
      display: block;
      background: #e8741c!important;
    }
    .container.text-xs-center.mobile {
      background: #182444;
    }
    i.material-icons.menu-open {
      margin-right: 54px;
      font-size: 40px !important;
      margin-top: 11px;
    }
  
    .wrapper-category-item {
        margin-top: 600px ;
      display: block;
    }

    .wrapper-category-item .content-category-item {
        display: block;
    }
    .wrapper-category-item .content-category-item .materials-category-item {
        width: 100%;
    }

    .wrapper-category-item .content-category-item .tab_cat_img {
        display: none;

    }

    .materials-category-item .products .product_list article.not_mobile_product_item {
        display: none!important;
    }
    .materials-category-item .products .product_list article.product_item.col-sm-6 {
        width: 50%!important;
    }
    .materials-category-item .products .product .product-miniature {
        width: 100%;
    }
    
    .wrapper-category-item img.img-responsive {
        display: none!important;
    }

    .products .product-bottom .add-to-cart-button {
        font-size: 10px;
        margin-top: -18px;
        display: block !important;
    }

    .flexslider .slides img {
      max-width: 100%;
      display: block;
      height: auto!important;
    }
    .container-category-item {
        width: 100%;
        border: 1px solid #efe9e9;
        margin-bottom: 24px;
        height: auto;
    }
    .materials-category-item .products .featured_grid.product_list.grid.row.gridcount {
        height: 260px;
    }
    /* Prevent wrapping for product grid - force horizontal layout */
    .materials-category-item .product_list.gridcount.grid {
        flex-wrap: nowrap !important;
    }
    .product_list.gridcount.grid .thumbnail-container .product-actions-main {
        margin-inline-start: 0px;
        display: none;
    }
    #index .products .product_list article.product_item {
        width: 46% !important;
    }
  }
  
  
