:root {
    --katran-white-color: #ffffff;
    --katran-yelow: #f1ac2b;
    --katran-red: #e41817;
    --katran-dark: #09131f;
    --karan-less-dark: #ffffff;
    --katran-font-color: #09131f;
    /*--katran-font-color: #ff0000;*/
    --katran-font-sm-color: #676f79;
    --katran-shadow-color: rgba(0, 0, 0, .1);
}
body{
    color: var(--katran-font-color) !important;
}

blockquote, body, dd, dl, dt, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, html, iframe, legend, li, ol, p, pre, textarea, ul {
    margin: 0;
    padding: 0;
}

.button.is-danger.is-outlined.is-focused, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined:hover {
    background-color: var(--katran-red);
    border-color:var(--katran-red);
}


.navbar-item {
    &.has-dropdown {
      .navbar-dropdown {
        display: none;
      }
      &.is-active {
        .navbar-dropdown {
          display: block;
        }
      }
   }
}
.navbar-dropdown{
    max-height: 350px;
    overflow-y: scroll;
}
blockquote{
    font-size: 1.5rem;
    border: 5px solid var(--katran-red) !important;
    border-left: 5px solid var(--katran-red) !important;
    padding: 1em 1.25em !important;
}
nav.navbar {
    position: fixed;

    top: 0;
    width: 100%;
    font-size: 1.5rem;
    max-height: 4rem;
    /* min-height: 0.25rem; */
    background: var(--katran-white-color);
    color: var(--katran-dark);
    border-radius: 0px;
    padding: 0;
    margin: 0;
    height: 4rem;
}

.logo_header_img{
    max-height: 5rem;
}
.navbar-link:not(.is-arrowless)::after {
    border-color: var(--katran-white-color);
    margin-top: -.375em;
    right: 1.125em;
  }
  .navbar-brand {    float: right !important;    }
.navbar-item.has-dropdown.is-active .navbar-link, .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link,
.navbar-link.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, a.navbar-item.is-active, a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover {
    /*background-color: #fafafa;*/
    /*color: #485fc7;*/
    color: var(--katran-dark) !important;
    background-color: var(--karan-less-dark) !important;
}
.navbar-dropdown {
    background-color: var(--karan-white-color);
    color: var(--katran-dark);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 1.25rem;
}
.navbar-item, .navbar-link {
    color: var(--katran-dark);
    display: block;
    line-height: 1.5;
    padding: 0.75rem 1.125rem;
    position: relative;
}
/*.katran-navbar_logo-row{margin-top:3rem;}*/
.katran-navbar_logo-row{margin-left: 3rem;margin-right: 3rem;}
.slick-slide{text-align: center;}
.home-page-banner-item{
    position: relative;
}
.search{
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #f8f6fc;
    transition: .5s;
    box-shadow: 0 0 0 2.5px var(--katran-shadow-color);
    overflow: hidden;

}

.search.is-active{
    width: 360px;
}

.menu-accordion-item_inner{
    transition: .5s ease;
}
.menu-accordion-item.active .menu-accordion-item_inner{
    height:0;
    margin-top:0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.smoo_after_title{
    font-size: 0.9em;
    color: var(--katran-font-sm-color);
}
.search .icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: var(--katran-white-color);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    cursor: pointer;
}

.search .icon::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid var(--katran-dark);
    border-radius: 50%;
    transform: translate(-4px,-4px);
}
.search .icon::after{
    content: '';
    position: absolute;
    width: 3px;
    height: 10px;
    background: var(--katran-dark);
    transform: translate(6px,6px) rotate(315deg);
}

.search .search-input{
    position: relative;
    width: 310px;
    height: 50px;
    left: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search .search-input input{
    position: absolute;
    top: 0;
    width: 100%;
    height:100%;
    border: none;
    outline: var(--katran-white-color);
    box-shadow: none;
    font-size: 18px;
}
.home-page-banner-wrapper{
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 2rem);
    left: 1rem;
    z-index: 1;
}
.slider-item{margin-left: .375rem; margin-right: .375rem;}
.slick-arrow{
    cursor:pointer;
    border: none;
    border-radius: 100%;
    background: rgba(9, 19, 31, .1);
    font-size: 2rem;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top:50%;
    z-index: 1;
    transition: .2s;
}
.slick-arrow:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 7px 0 var(--katran-shadow-color);
    background: rgba(9, 19, 31, .15);
}
.slick-arrow .svg-inline--fa{
    vertical-align: -.1em !important;
}
.slick-next{
    right: 0;
}
.slick-prev{
    left:0;
}
.button{
    padding-left: calc(.75em - 1px) !important;
    padding-right: calc(.75em - 1px) !important;
}
/* .carousel-wrapper{overflow-x: hidden;} */
.carousel-item{
    z-index: 10;
    min-height: 20rem;
    transition: .2s;
    background: #fff;
}
.carousel-item:hover{
    /*box-shadow: 0 0 7px 0 var(--katran-shadow-color);*/
    z-index:1;
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.carousel-item--img-wrapper{
    border: 1px solid var(--katran-shadow-color);
    position: relative;
}
.carousel-item--img-wrapper .carousel-item--more-btn{
    position: absolute;
    z-index:15;
    left:50%;
    bottom: 25%;
    transition: .2s;
    transform:scale(.9);
    transform: translateX(-50%);
    opacity: 0;
    font-size: 1.25rem;
    border: 1px solid #000;
    background: rgba(0255,255,255,0.3);
    color: #000;
}
.carousel-item--img-wrapper:hover .carousel-item--more-btn{
    transform:scale(1.05);
    opacity: 1;
    transform: translateX(-50%);
}
.product-table{
    font-size: .75em !important;
}
.katran-content{
    line-height: 2;
}

.hidden{display: none !important;}
.table-container {
width: 100% !important;
min-width: 100% !important;
}
.th-w-img{
    min-width: 60px;
}
.th-w-quantity{
    min-width:150px;
}
.th-w-title{
    min-width: 200px;
}
.fc-red{
    color: var(--katran-red);
}
hr{
    margin: 1rem 0 !important;
}
footer.footer.katran-footer{
    background-color: var(--katran-dark);
}
.fa-at,
.fa-phone-flip,
.fa-location-dot,
.fa-clock
{
    color: var(--katran-yelow) !important;
}
a.no-hl-link{color: var(--katran-font-color);}
a.no-hl-link:hover{color: var(--katran-dark);}
.katran--free_space{min-height: 2rem;height: 2rem;content: "";}
.product_table td{ vertical-align: middle;}
@media screen and (min-width: 350px) and (max-width:769px){
    .mt-12-mobile {
        margin-top: 4rem!important;
    }
    #left-menu{display:none;}
/*    .navbar-dropdown {
        font-size: 1.5rem !important;
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important;
    }*/
    nav.navbar {
        position: fixed;
        top: 0;
        width: 100%;
        font-size: 1.75rem;
        /* max-height: 4rem; */
        /* min-height: 0.25rem; */
        background: var(--katran-white-color);
        color: var(--katran-dark);
        border-radius: 0px;
        padding: 0;
        margin: 0;
        height: 7rem;
    }

    .carousel-item--img-wrapper .carousel-item--more-btn{
        opacity: 1;
    }
    .fav-prod-sidebar--item-title,
    .fav-prod-sidebar--item-price{
        left: 3rem !important;
    }
    section.header_wrapper{top: 6rem !important;}
  }

    @media screen and (min-width: 769px){

    .mt-12,
    .mt-12-desktop {
        margin-top: 6rem!important;
    }
    .navbar-dropdown {
        display: none;
        font-size: 1.5rem;
        left: 0;
        min-width: 100%;
        position: absolute;
        /* padding: 6rem 1.5rem; */
        top: 100%;
        z-index: 20;
    }
}

  @media screen and (min-width:769px){
    .navbar-dropdown {
        padding: 0.75rem 0.75rem !important;
        background-color: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-top: 2px solid #dbdbdb;
        box-shadow: 0 8px 8px rgba(10,10,10,.1);
        font-size: 1.5rem !important;
    }

    .navbar-brand {
        float: left;
        height: 7rem !important;
        padding: 2rem !important;
        font-size: 4rem !important;
        line-height: .5px !important;
    }
    .production--product-block .column:first-child{
        margin: 0 .15em 0 0 !important;
    }
    .production--product-block .column:last-child{
        margin: 0 0 0 .15em !important;
    }
    .production--product-block .column{
        margin: auto .15em;
    }
    section.header_wrapper{top: 7rem !important;}
  }
  @media screen and (min-width: 1025px) and (max-width:1220px){
    .search.is-active{
        width: 200px;
    }
    .search .search-input{
        width: 150px;
    }
  }
  @media screen and (min-width: 1220px) and (max-width:1408px){
    .search.is-active{
        width: 290px;
    }
    .search .search-input{
        width: 240px;
    }
  }
  @media screen and (min-width: 1408px) {
    .tile.is-vertical > .tile.is-child:not(:last-child) {
        margin-bottom: 1rem !important;
    }
  }

/* SIDEBAR */
.fav-prod-sidebar--title{background: none;padding: 10px 5px 10px 7.5px;font-weight: 600; border-bottom:2px solid var(--katran-red);}
.fav-prod-sidebar--title span{color:var(--katran-dark);font-size: 1rem;}
.fav-prod-sidebar--item{position: relative;}
.fav-prod-sidebar--item-title{position: absolute;color:#fff;background: var(--katran-dark);bottom:45px;left:0;padding:5px;font-size: 14px;}
.fav-prod-sidebar--item-price{position: absolute;color:#fff;background: var(--katran-red);bottom:0;left:0;padding:5px;font-size: 17px;}
.productionpage--info-wrap{position: absolute;bottom: 0;left:25%;transform: translateX(-25%);}
.productionpage--item-title{color:#fff;background: var(--katran-dark);padding:5px;font-size: 14px;}
.productionpage--item-price{color:#fff;background: var(--katran-red);padding:5px;font-size: 17px;width:fit-content !important;}


@media only screen and (min-width: 770px) and (max-width:1299px) {
    .fav-prod-sidebar--item-title {
      position: absolute;
      color: #fff;
      bottom: 45px;
      left: 0;
      padding: 2px 5px;
      font-size: 16px;
    }
    .fav-prod-sidebar--title span{font-size: 1.5rem !important;}
    .home-page--icon-text{margin:25px 0 25px 5px !important;font-size: 1.5rem;}
    .home-page--cat-banner-img{height:80%;}
  }
 /*Home page*/
 /*Catalog Grid*/
.catalog-grid div.column {min-height:12rem;position: relative;}
.catalog-grid a.column div.column::after {
    content: "";
    position: absolute;
    z-index: 1;
    transition: all .3s;
    width: 30%;
    height: 5px;
    background: #e41817;
    left: 0;
    top: 0;
}
.clipboard_bnt{
    margin-left: 1.5rem;
    font-size: 2rem !important;
    opacity: .8;
    color:#aaa;
    cursor: pointer;
}
.red-line-top{
    border-top: 2px #e41817 solid;
}
.black-line-bottom{
    border-bottom: 2px #09131f solid;
}

.category-top {
    display: flex;
    flex-wrap: wrap;
    /*width: 80%;*/
}
.category-top a{

}
.category-top  a .category-block{
    margin: 6pt 3pt 0 3pt;
    height: 25pt;
    border-radius: 50pt;
    border: 1px #676f79 solid;
    padding:  6.23pt 15pt;
    width: fit-content;
    cursor: pointer;
}
.category-top a .category-block  p{
    line-height: 1;
    font-size: 12.5pt;
    color: #676f79;
}

.snowsale{
    position: relative;
    width: 100%;
    padding: 3rem;
    background:url("images/snowsale.png") no-repeat scroll right top;
}