/*BANERY*/

/*BANER GŁÓWNY*/

#Header {
    visibility: collapse;
    height: 0px;
}

#mainBanner {
    border-style: solid;
    border-width: 3px;
    width: 870px;
    height: 503px;
    position: relative;
}

#mainBannerLogo {
    left: 340px;
    top: 104px;
    position: absolute;
}

#mainBannerContact {
    left: 330px;
    top: 165px;
    position: absolute;
}

#mainBannerInfo {
    background: white;
    border-style: solid;
    border-width: 2px;
    left: 10px;
    top: 105px;
    width: 294px;
    height: 294px;
    position: absolute;
}

#mainBannerInfo a>img {
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease;
}

#mainBannerInfo a>img:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

/*BANER MARKETINGOWY*/

#mainBannerAD {
    width: 320px;
    position: relative;
    background: linear-gradient(45deg, #ffffff, #c6edff, #becaff, #e5e5e5);
    animation: gradient 15s ease infinite;
    background-size: 400% 400%;
}

#main_banner1 a {
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (min-width: 640px) {
    #mainBannerAD {
        width: 640px;
    }
}

@media (min-width: 1280px) {
    #mainBannerAD {
        width: 870px;
        height: 500px;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#mainBannerADBackground {
    width: 100%;
}

#mainBannerADLogo {
    left: 35px;
    top: 10px;
    width: 250px;
    height: 80px;
    position: absolute;
}


@media (min-width: 640px) {
    #mainBannerADLogo {
        left: 70px;
        top: 20px;
        width: 500px;
        height: 110px;
    }
}


@media (min-width: 1280px) {
    #mainBannerADLogo {
        left: 85px;
        top: 30px;
        width: 700px;
        height: 150px;
    }
}

.mainBannerADTile {
    width: 180px;
    height: 250px;
    top: 30px;
    position: fixed;
    background: #f7f8fa;
    scale: 0.4;
    opacity: 0.7;
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease;
}

.mainBannerADTile:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #d0d1cc;
    opacity: 1;
}

.mainBannerADLargeTile {
    width: 600px;
    height: 200px;
    top: 30px;
    position: fixed;
    background: #f7f8fa;
    scale: 0.4;
    opacity: 0.7;
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease;
}

.mainBannerADLargeTile:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background: #d0d1cc;
    opacity: 1;
}

@media (min-width: 640px) {
    .mainBannerADTile {
        width: 180px;
        height: 250px;
        top: 155px;
        scale: 0.8;
    }

    .mainBannerADTile:hover {
        -webkit-transform: scale(1.11);
        -ms-transform: scale(1.11);
        transform: scale(1.11);
        background: #d0d1cc;
        opacity: 1;
    }
    
    .mainBannerADLargeTile {
        width: 600px;
        height: 200px;
        top: 155px;
        scale: 0.8;
    }

    .mainBannerADLargeTile:hover {
        -webkit-transform: scale(1.11);
        -ms-transform: scale(1.11);
        transform: scale(1.11);
        background: #d0d1cc;
        opacity: 1;
    }
}

@media (min-width: 1280px) {
    .mainBannerADTile {
        width: 180px;
        height: 250px;
        top: 240px;
        scale: 0.8;
    }

    .mainBannerADTile:hover {
        -webkit-transform: scale(1.33);
        -ms-transform: scale(1.33);
        transform: scale(1.33);
        background: #d0d1cc;
        opacity: 1;
    }
    
    .mainBannerADLargeTile {
        width: 600px;
        height: 200px;
        top: 240px;
        scale: 0.8;
    }

    .mainBannerADLargeTile:hover {
        -webkit-transform: scale(1.33);
        -ms-transform: scale(1.33);
        transform: scale(1.33);
        background: #d0d1cc;
        opacity: 1;
    }
}

.mainBannerADTile img {
    position: relative;
    left: 10px;
    top: 10px;
    margin: unset !important;
}

.mainBannerADLargeTile img {
    position: relative;
    left: 10px;
    top: 10px;
    margin: unset !important;
}

.mainBannerADLargeTileOverlay {
    left: 270px !important;
    top: -10px !important;
}

@media (min-width: 640px) {
    .mainBannerADTileOverlay {
        top: -250px !important;
        height: 0px !important;
        left: 0px !important;
        width: 180px;
        transition: height 0.5s;
    }

    .mainBannerADTile:hover .mainBannerADTileOverlay {
        height: 25px !important;
    }
}

@media (min-width: 1280px) {
    .mainBannerADTileOverlay {
        top: -255px !important;
        height: 0px !important;
        left: 0px !important;
        width: 180px;
        transition: height 0.5s;
    }

    .mainBannerADTile:hover .mainBannerADTileOverlay {
        height: 25px !important;
    }
}

.mainBannerADTile img:hover {
    opacity: 1;
}

.mainBannerADLargeTile img:hover {
    opacity: 1;
}

#mainBannerAD522 {
    position: absolute;
}

#mainBannerAD504 {
    position: absolute;
}

#mainBannerAD523 {
    position: absolute;
}

#mainBannerADTK19 {
    position: absolute;
}

@media (min-width: 320px) {
    #mainBannerAD522 {
        left: -15px;
    }

    #mainBannerAD504 {
        left: 70px;
    }

    #mainBannerAD523 {
        left: 155px;
    }
    
    #mainBannerADTK19 {
        left: -140px;
    }
}


@media (min-width: 640px) {
    #mainBannerAD522 {
        left: 35px;
    }

    #mainBannerAD504 {
        left: 230px;
    }

    #mainBannerAD523 {
        left: 425px;
    }
    
    #mainBannerADTK19 {
        left: 20px;
    }
}

@media (min-width: 1280px) {
    #mainBannerAD522 {
        left: 85px;
    }

    #mainBannerAD504 {
        left: 345px;
    }

    #mainBannerAD523 {
        left: 605px;
    }
    
    #mainBannerADTK19 {
        left: 135px;
    }
}

/*BANER KORZYŚCI*/

@media (max-width: 756px) {
    #menu_buttons {
        display: none;
    }
}

#menu_buttons {
    order: 1;
}

.BenefitsHeader {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: x-large;
    color: black;
    padding: 0px;
}

.BenefitsColumnText h4 {
    color: #195587;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: medium;
    transition-delay: 1s;
}

.BenefitsColumn:hover .BenefitsColumnText h4 {
    color: #F99752;
    transition-delay: 0s;
}

.BenefitsColumnText a {
    display: contents;
    font-weight: bold;
    color: #F99752;
    transition-delay: 1s;
}

.BenefitsColumnText a:hover {
    color: black;
    transition-delay: 0s;
}

.BenefitsColumnIcon {
    margin-bottom: 40px;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: drop-shadow(0px 1px 1px #6F6F6F);
    filter: drop-shadow(0px 1px 1px #6F6F6F);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition-delay: 1s;
}

.BenefitsColumnIcon img {
    transition: filter 0.3s linear;
    transition-delay: 1s;
}

.BenefitsColumn:hover .BenefitsColumnIcon img {
    -webkit-filter: hue-rotate(133deg);
    filter: hue-rotate(133deg);
    transition-delay: 0s;
}

.BenefitsColumnIcon:before {
    width: 120px;
    height: 120px;
    content: "";
    position: absolute;
    background: url(https://stanley.iai-shop.com/data/include/cms/GRAFIKI/screw.svg) left center;
    ;
    -webkit-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition-delay: 1s;
}

.BenefitsColumn:hover .BenefitsColumnIcon:before {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    transition-delay: 0s;
}

.BenefitsColumn {
    height: 300px;
    margin-top: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transition-delay: 1s;
}

.BenefitsColumn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition-delay: 0s;
}

.BenefitsColumnHiddenText {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0px;
    color: #595959;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    transition-delay: 1s;
}

.BenefitsColumn:hover .BenefitsColumnHiddenText {
    font-size: 10px;
    transition-delay: 0s;
}

@media (max-width: 978px) {
    .BenefitsColumn {
        height: 350px;
    }
}

/*BANER NAJLEPSZEJ CENY*/

@media (max-width: 756px) {
    #BestPrice {
        display: none;
    }
}

#BestPrice {
    margin-bottom: 2rem;   
}

#BestPrice:before {
    background-image: url(https://wobimat.pl/data/include/cms/GRAFIKI/office.webp);
    background-position: right;
    filter: opacity(50%) blur(1px);
    content: '';
    position: absolute;
    height: 100%;
    width: 200vw;
    left: 50%;
    margin-left: -100vw;
}

.BestPriceColumn {
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.BestPriceColumn:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.BestPriceColumn {
    text-align: center;
}

.BestPriceColumn img {
    display: inline-block !important;
    margin-top: 30px;
    transform: scale(0.9);
    border-radius: 8px;
    filter: drop-shadow(1px 1px 1px black);
}

.BestPriceColumn p {
    text-align: center;
    color: #195587;
    font-size: large;
    margin-top: 10px;
}

.BestPriceHeader {
    text-align: center;
    margin-top: -20px;
    color: #195587;
    font-size: xx-large;
    -webkit-filter: drop-shadow(0px 1px 2px #6F6F6F);
    filter: drop-shadow(0px 1px 2px #6F6F6F);
}

.BestPriceLink {
    text-decoration: none !important;
}

/*MENU*/

/*MENU GŁÓWNE*/

@media (min-width: 1280px) {

    html {
        overflow: visible !important;
    }

    body {
        overflow-y: visible;
        overflow-x: hidden;
    }

    header {
        background: #f7f8fA;
        position: sticky;
        top: 2em;
    }

    header #menu_categories3 .navbar-collapse {
        border: 0px;
    }

    header:before {
        background: #f7f8fA;
        content: '';
        position: absolute;
        height: 100%;
        width: 200vw;
        left: 50%;
        margin-left: -100vw;
    }

    header #menu_categories3 .navbar-nav>.nav-item>.nav-link::after,
    header #menu_categories3 .navbar-nav>.nav-item>.nav-link::before {
        display: flex;
        content: '';
        background: black;
        position: relative;
        margin-left: 0%;
        height: 1px;
        width: 0%;
        left: 50%;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }

    header #menu_categories3 .navbar-nav>.nav-item>.nav-link:hover:after,
    header #menu_categories3 .navbar-nav>.nav-item>.nav-link:hover:before {
        width: 110%;
        left: -5%;
        background: #195587;
    }

    header #menu_categories3 .navbar-nav>.nav-item>.nav-link::before {
        bottom: 2px;
    }
    
    header .navbar-nav {
        justify-content: space-around;
    }

    .menu_search__block {
        width: 100% !important;
    }
    
    #logo {
        height: 90px;
    }

    #logo, #menu_navbar {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

}

#menu_search .menu_search__item.--input {
    border: 1px solid #333;
}

#menu_navbar3 ul {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header .nav-link {
    flex-direction: column;
}

.account_links{
    z-index: 1;
}

/*PANEL KONTAKTOWY*/

#ContactPanel {
    top: 0;
    display: flex;
    position: sticky;
    line-height: 2em;
    height: 2em;
    background: #195587;
    margin: 0 -15px 0 -15px;
    justify-content: space-evenly;
    vertical-align: middle;
    z-index: 999;
}

.ContactPanelIcon {
    height: 1.3em;
    padding: 0 12px 0 12px;
}

#ContactPanel div {
    display: flex;
    align-items: center;
}

#ContactPanel div > a {
    color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#ContactPanel div > a:hover {
    color: #d1d4db;
}

@media (max-width: 979px) {
    #ContactPanel {
        display: none;
    }
}

/*MENU OKRUSZKOWE*/

header .breadcrumbs {
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 0.7em;
}

/*MENU ASORTYMENTOWE*/

#menu_categories .navbar-nav>.nav-item:not(:last-child) {
    border-bottom: 0;
}

.StockMenu {
    margin-top: 50px;
    margin-bottom: 50px;
}

.StockMenuMain {
    display: inline-flex;
    padding: 5px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.StockMenuMain:hover .StockMenuSub {
    height: 100%;
    visibility: visible;
}

.StockMenuMain p {
    padding: 5px;
    font-size: x-small;
    color: darkgray;
}

.StockMenuSub {
    display: flex;
    visibility: collapse;
    height: 0px;
    flex-direction: column;
}

.StockMenuSubItem {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
}

.StockMenuSubItem:hover {
    transform: scale(1.1);
}

.StockMenuSubItem p {
    font-size: small;
    font-weight: bold;
    color: black;
    padding-left: 20px;
}

.StockMenuSubItem p:hover {
    color: #195587;
}

.StockMenuMain h2 {
    font-size: large;
    color: #195587;
}

.StockMenuMain h2:hover {
    color: black;
}

.StockMenuMain a,
.StockMenuMain a:hover,
.StockMenuMain a:focus,
.StockMenuMain a:active {
    text-decoration: none;
    color: inherit;
}

#menu_categories .nav-link:hover {
    -webkit-animation-name: productmenuanimation;
    animation-name: productmenuanimation;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-timing-function: cubic-bezier(.03, .99, .54, .99);
    animation-timing-function: cubic-bezier(.03, .99, .54, .99);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes productmenuanimation {
    0% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(0%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 0%, #ffffff 0%);
    }

    8% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(10%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 10%, #ffffff 0%);
    }

    16% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(20%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 20%, #ffffff 0%);
    }

    24% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(30%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 30%, #ffffff 0%);
    }

    32% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(40%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 40%, #ffffff 0%);
    }

    40% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(50%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 50%, #ffffff 0%);
    }

    48% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(60%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 60%, #ffffff 0%);
    }

    56% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(70%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 70%, #ffffff 0%);
    }

    64% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(80%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 80%, #ffffff 0%);
    }

    72% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(90%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 90%, #ffffff 0%);
    }

    80% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(100%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 100%, #ffffff 0%);
    }

    90% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(99%), color-stop(1%, #195587));
        background: linear-gradient(90deg, #F7F8FA, 99%, #195587 1%);
    }

    100% {
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(98%), color-stop(2%, #195587));
        background: linear-gradient(90deg, #F7F8FA, 98%, #195587 2%);
    }
}

@keyframes productmenuanimation {
    0% {
        background: -o-linear-gradient(left, #F7F8FA, 0%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(0%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 0%, #ffffff 0%);
    }

    8% {
        background: -o-linear-gradient(left, #F7F8FA, 10%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(10%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 10%, #ffffff 0%);
    }

    16% {
        background: -o-linear-gradient(left, #F7F8FA, 20%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(20%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 20%, #ffffff 0%);
    }

    24% {
        background: -o-linear-gradient(left, #F7F8FA, 30%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(30%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 30%, #ffffff 0%);
    }

    32% {
        background: -o-linear-gradient(left, #F7F8FA, 40%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(40%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 40%, #ffffff 0%);
    }

    40% {
        background: -o-linear-gradient(left, #F7F8FA, 50%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(50%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 50%, #ffffff 0%);
    }

    48% {
        background: -o-linear-gradient(left, #F7F8FA, 60%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(60%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 60%, #ffffff 0%);
    }

    56% {
        background: -o-linear-gradient(left, #F7F8FA, 70%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(70%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 70%, #ffffff 0%);
    }

    64% {
        background: -o-linear-gradient(left, #F7F8FA, 80%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(80%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 80%, #ffffff 0%);
    }

    72% {
        background: -o-linear-gradient(left, #F7F8FA, 90%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(90%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 90%, #ffffff 0%);
    }

    80% {
        background: -o-linear-gradient(left, #F7F8FA, 100%, #ffffff 0%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(100%), color-stop(0%, #ffffff));
        background: linear-gradient(90deg, #F7F8FA, 100%, #ffffff 0%);
    }

    90% {
        background: -o-linear-gradient(left, #F7F8FA, 99%, #195587 1%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(99%), color-stop(1%, #195587));
        background: linear-gradient(90deg, #F7F8FA, 99%, #195587 1%);
    }

    100% {
        background: -o-linear-gradient(left, #F7F8FA, 98%, #195587 2%);
        background: -webkit-gradient(linear, left top, right top, from(#F7F8FA), color-stop(98%), color-stop(2%, #195587));
        background: linear-gradient(90deg, #F7F8FA, 98%, #195587 2%);
    }
}

/*KARTY PRODUKTÓW*/

/*KARTA PRODUKTU - PODSTAWOWE INFORMACJE*/

.product_name__block.--description,
#projector_safe,
#projector_stocks {
    display: none;
}

.projector_multipack__price {
    font-weight: bolder;
}

.smile_info {
    visibility: hidden;
    height: 0px;
}

.projector_details .projector_multipack__literal, .projector_details .projector_multipack__percent {
    display: contents;
}

#projector_variants_section:before {
    content: "Wariant produktu:";
    margin-right: 10px;
}

/*INFORMACJA O GWARANCJI NA KARCIE PRODUKTU*/

.warranty {
    margin-top: 20px;
}

/*DŁUGI OPIS PRODUKTÓW*/

.longdescription {
    margin-bottom: 20px;
    scrollbar-width: none;
}

.longdescription>.row {
    margin-top: 20px;
}

.AttentionZone {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 30px;
    width: -webkit-fill-available;
}

.AttentionZone input {
    background: #f26e42;
    color: white;
    width: 100%;
    height: 50px;
    font-weight: 700;
    font-size: large;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.AttentionZone input:hover {
    background: #195587;
    font-size: larger;
}

.product__price_wrapper>.price {
    color: #195587;
    font-size: 2.5rem;
    text-align: center;
}

.slick-track>.product__prices>.price {
    font-size: 2.5rem;
    text-align: center;
}

.longdescription .row .img_wrapper>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#projector_price_value {
    font-size: 3rem !important;
}

/*DŁUGI OPIS PRODUKTÓW - DODATKOWE INFORMACJE*/

.ExtraDescription {
    padding: 50px;
    background: #f7f8fA;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 50px;
    width: -webkit-fill-available;
}

.ExtraDescription h3 {
    font-size: large;
    color: #195587;
}

.ExtraDescription p {
    padding-top: 10px;
}

.ExtraDescription input {
    background: #195587;
    color: white;
    margin-top: 30px;
    width: 100%;
    height: 50px;
    font-size: large;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ExtraDescription input:hover {
    background: #646464;
    font-size: larger;
}

/*LISTA PARAMETRÓW PRODUKTÓW*/

.dictionary__param {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}

.dictionary__label {
    text-transform: uppercase;
    text-decoration: underline;
}

.dictionary__label:after {
    content: ":";
}


.dictionary__group{
    .dictionary__param{
        margin-bottom: 5px !important;
        padding:5px;
        &:nth-child(2n-1) {
            background-color: #ecedf0;
        }
    }
}

.dictionary__param[data-producer_code], .dictionary__param[data-duplicate] {
     display: flex;
}

.dictionary__value:after {
    content: "";
}

#projector_producttraits{
    display: none;
}

/*DŁUGI OPIS PRODUKTÓW - TABELA*/

table.ProductTable {
    width: 70%;
    background-color: #f7f8fA;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

table.ProductTable td,
table.ProductTable th {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    padding: 7px;
    text-align: center;
}

table.ProductTable tr:hover td,
table.ProductTable tr:hover th {
    background-color: #195587;
    color: white;
    -webkit-transition: .77s ease;
    -o-transition: .77s ease;
    transition: .77s ease;
}

table.ProductTable th {
    background-color: #ecedf0;
    width: 60%
}

/*DŁUGI OPIS ZAMKÓW*/

.DDDescription h4,
.CCDescription h4 {
    margin-top: 50px;
    font-size: larger;
    text-align: center;
}

.DDDescription p,
.CCDescription p {
    margin-top: 5px;
    margin-bottom: 20px;
}

.DDPanel {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.DDPanel p {
    text-align: center !important;
}

.DDPanel img {
    transform: scale(1.5);
}

table.CCTable {
    margin-top: 80px;
    width: 70%;
    background-color: #f7f8fA;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

table.CCTable td,
table.CCTable th {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}

table.CCTable th {
    background-color: #ecedf0;
    width: 60%
}

table.CCTable tr:hover {
    background-color: #195587;
    -webkit-transition: .77s ease;
    -o-transition: .77s ease;
    transition: .77s ease;
}

/*DŁUGI OPIS KÓŁ*/

.WheelDesc {
    margin-top: 40px;
}

.WheelDescContainer {
    position: relative;
    text-align: center;
    width: 100%;
}

.WheelDescValue p,
.WheelDescContainer p {
    text-align: center;
    padding: 5px;
}

.WheelDescValue p {
    font-size: 22px;
    font-weight: bold;
}

.WheelDescOverlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #ecedf0;
    overflow: hidden;
    height: 0;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
}

.WheelDescContainer:hover .WheelDescOverlay {
    bottom: 0;
    height: 100%;
    opacity: 0.88
}

.WheelDescText {
    white-space: nowrap;
    color: #195587;
    font-size: 22px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    font-weight: bold;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.questions__banner {
    background: #F7F8FA;
}

.questions__banner:before {
    z-index: -1;
    background: #F7F8FA;
    content: '';
    position: absolute;
    height: 100%;
    width: 200vw;
    left: 50%;
    margin-left: -100vw;
}

/*DEKORACJE OGÓLNE*/

/*BIAŁE TŁO*/

body,
aside[class*='col-'],
aside .navbar-collapse,
aside .navbar-subnav,
.hotspot.--list .product,
aside .navbar-subsubnav,
.hotspot.--slider .headline__name,
textarea.form-control.form-control,
.form-group .form-control+.control-label {
    background: white;
}

/*FILTRY*/

aside .filters__toggler .btn {
    border: 0px;
}

/*LISTY PRODUKTOWE*/

.trait {
    display: flex;
    justify-content: space-between;
    padding: 4px;
    font-size: 9pt;
}

#search > .product {
    border: #c4c7c8 1px solid !important;
}

/*STOPKA*/

footer {
    display: grid;
}

.footer_settings {
    order: 4;
}

#footer_links {
    padding-bottom: 5rem;
    order: 3;
    text-align: center;
}

#footer_links::before {
    background-image: url(https://wobimat.pl/data/include/cms/GRAFIKI/office.webp);
    background-position: right;
    filter: opacity(50%) blur(1px);
    content: '';
    position: absolute;
    height: 90%;
    width: 200vw;
    left: 50%;
    margin-left: -100vw;
}

#footer_links #manageCookies {
    text-align: left;
}

#footer_links .footer_links_sub>li {
    padding: 0 0 1.5rem 0;
}

#menu_contact ul>li>a:hover,
#footer_links a.footer_links_label:hover,
#footer_links span:hover,
#manageCookies:hover,
#login_menu_block span:hover,
#footer_links .footer_links_sub>li>a:hover {
    color: #195587 !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu_account, #menu_orders, #menu_regulations {
    z-index: 1000;
}

@media (min-width: 1200px) {
    #footer_links {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (min-width: 757px) {
    #footer_links {
        grid-template-columns: repeat(3, 1fr);
    }
}

#footer_links a:hover{
    color: #195587 !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*PRZYCISKI NA OBRAZKACH*/

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
    background: transparent;
    border-radius: 15px;
}

.slick-prev:hover,
.slick-next:hover {
    background: #195587;
}

.swiper-button-prev,
.swiper-button-next {
    background: #195587;
}

/*DANE Z SAMEGO DOŁU STRONY*/

#menu_contact,
.logo_iai,
#menu_contact ul {
    background: transparent;
    padding-top: 0;
}

#menu_contact {
    order: 4;
}

/*STOPKA KONTAKTOWA*/

#menu_contact ul {
    position: relative;
}

/*POWRÓT NA GÓRĘ*/

#backTop {
    background: #195587;
    color: white;
    bottom: 2em;
}

@media(min-width: 1400px) {
    #backTop {
        bottom: 0.5em;
    }
}

#backTop:hover {
    background: #ffffff;
    color: #195587;
    border: 1px solid #195587;
}

/*STREFY PRODUKTÓW*/

.hotspot:not(.--slider):not(.--list):not(.--added) .products {
    border: 0;
}

/*LISTY PRODUKTOWE*/

.product__prices>.price {
    color: #195587;
    font-size: 2.5rem;
    text-align: center;
}

.product__name {
    text-align: center;
    font-size: 12pt;
    height: 6rem;
}

.product__prices .price.--convert {
    color: black;
    font-size: 2.5rem;
    text-align: center;
}

/*CENY PROMOCYJNE*/

.omnibus_price {
    font-size: x-small;
}

/*IKONKA KOSZYKA*/

@media (min-width: 979px) {
    .topBasket__sub {
        width: 7em;
        height: 4em;
        border-radius: 15px;
    }
}

.topBasket__sub {
    -webkit-filter: drop-shadow(1px 1px 1px #6f6f6f);
    filter: drop-shadow(1px 1px 1px #6f6f6f);
    background: #195587;
    color: white;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.topBasket__sub:hover, #menu_basket:hover .topBasket__sub {
    background: white;
    color: #195587;
}

/*PRZYCISKI*/

.btn.--large.--solid,
.btn.--medium.--solid {
    background: #195587;
    border: 1px solid #195587;
    color: #fff;
}

/*PODŚWIETLANE LINKI*/

aside #menu_categories .nav-item.active a.nav-link.active,
#menu_categories .nav-link:hover,
.product__name:hover,
.article__name[href]:hover {
    color: #195587;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*INFORMACJA O CENACH*/

#price_info > div > span {
    color:  black;
}

/*ARTYKUŁY*/

.cm h4 {
    font-size: 2rem;
}

._ae_desc p {
    margin: 30px 0;
    font-size: medium;
    line-height: 28px;
    text-align: justify;
}

/*LISTA KATEGORII*/

.categories-list_level1>*:not(ul) {
    text-decoration: none;
    font-weight: bold;
    color: #195587;
}

.categories-list_level1>*:not(ul):hover {
    color: black;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.categories-list_level2>*:not(ul) {
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
}

.categories-list_level3>*:not(ul) {
    padding-top: 4px;
    font-weight: normal;
}

div.categories-list_wrapper li.categories-list_level2 a:hover {
    color: #195587 !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

/*STRONY PODKATEGORII*/

.navigation_item {
    background: #f7f8fa !important;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navigation_item:hover {
    background: #a2a2a2 !important;
    color: black !important;
}

/*MINIATURKA PRODUKTU*/

.product__icon img:hover,
#logo img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hotspot .product__icon {
    background: white;
}

/*PRZYCISKI ZOBACZ WIĘCEJ PRZY LISTACH PRODUKTÓW*/

.headline__after {
    color: #195587;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.headline__after:hover {
    color: black;
}

/*GWIAZDKI PRZY PRODUKCIE TRUSTMATE*/

#tm-widget-hornet {
    margin-top: 10px;
}

.tm-multihornet {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/*WIDGET TRUSTMATE*/

@media (max-width: 768px) {
    .tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-1, .tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-2, .tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-3, .tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-4, .tm-lemur-container .tm-lemur-sticker-mobile.mobile-left-5 {
        display: none;
    }
}

/*SKRYPT POKAZUJĄCY CENY NETTO*/

#MainPriceNet {
    color: #616161;
    grid-column: 1;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.projector_details .projector_prices__price_wrapper {
    margin-bottom: 0;
}

.projector_details .projector_prices {
    margin-bottom: 0.2rem;
}

.projector_details__wrapper .projector_info {
    grid-row: 2 / span 3;
}

#projector_rebateNumber {
    grid-column: 1 / span 2;
}

/*POZOSTAŁE KOMPONENTY*/

/*TABELA DOSTAW*/

table.DeliveryTable {
    overflow: hidden;
    width: 100%;
    border-collapse: collapse;
    border-width: 2px;
    border-color: #000000;
    border-style: solid;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

table.DeliveryTable tr:hover {
    background-color: #f0f2f4;
}

table.DeliveryTable td,
table.DeliveryTable th {
    position: relative;
    width: 12.5%;
    height: 90px;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    padding: 7px;
    text-align: center;
    vertical-align: middle;
}

table.DeliveryTable th {
    background-color: #ecedf0;
}

table.DeliveryTable td:hover::after,
table.DeliveryTable th:hover::after {
    content: "";
    position: absolute;
    background-color: #f0f2f4;
    left: 0;
    top: -5000px;
    height: 10000px;
    width: 100%;
    z-index: -1;
}

/*PASEK GÓRNY*/

#freeShipping {
    display: none !important;
}

/*SEKCJA O FIRMIE*/

 .about-wrapper {
    width: 100%;
    padding: 50px 20px;
  }

  .about-section {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    color: #222;
  }

  .about-section:before {
    background: linear-gradient(to bottom, #f5f7f9 0%, #e0e3e6 100%);
    content: '';
    position: absolute;
    height: 95%;
    width: 200vw;
    margin-top: -40px;
    margin-left: -100vw;
    z-index: -10;
  }

  .about-section h2.typewriter {
    font-size: 48px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 18ch;
    overflow: hidden;
    border-right: 2px solid #165387;
    animation: typing 2s steps(18, end), blink-caret 0.6s step-end 2s forwards;
    background: linear-gradient(to right, #0e3a60 0%, #165387 50%, #1c5c93 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 40px;
  }

  .typewriter.glass-effect::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 50%;
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shine 3s linear infinite;
  }

  .about-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #165387;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .about-section p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 18px;
    font-size: 15px;
  }

  @keyframes typing {
    from { width: 0 }
    to { width: 18ch }
  }

  @keyframes blink-caret {
    0%, 50% { border-color: #165387 }
    100% { border-color: transparent }
  }

  @keyframes shine {
    0% { left: -60%; }
    100% { left: 120%; }
  }

/*ATRYBUCJA*/

#menu_contact:after {
    content: "Nasz sklep korzysta z grafik udostępnionych przez stronę www.freepik.com";
    margin-top: 7rem;
    font-weight: 700;
}

/*LISTA PŁATNOŚCI*/

.PaymentsTable table{
    width: 100%;
    text-align: center;
}

/*FORMULARZ KONTAKTOWY*/

.ContactFormField {
    width: 100%;
    background: #f7f8fa !important;
}

#ContactFormMessage {
    height: 200px;
}

#ContactForm div>label {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: medium;
}

#ContactFormButton {
    width: 100%;
    height: 35px;
    margin-top: 10px;
    font-size: large;
    font-weight: 600;
    background: #195587;
    color: white;
    border-radius: 5px;
    -webkit-transition: .33s ease;
    -o-transition: .33s ease;
    transition: .33s ease;
}

#ContactFormButton:hover {
    background: #646464;
    color: black;
    font-size: medium;
}