/*MASTER LAYOUT*/
.titleBlueLine {
    margin: 0 auto;
    height: 2px;
    width: 30px;
}

.centered {
    text-align: center;
}

.justify {
    text-align: justify;
}

.product-submenu {
    font-size: 12px;
}

.widget ul ul li {
    padding-left: 5px !important;
}

.submenu-a {
    color: #58585a !important;
}

.active-submenu-a {
    color: #0eb0ee !important;
}

#sidebar-toggle {
    top: 84.75px;
}

.headerLogo {
    height: 60px;
}

.headerCatalogueButton {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.copyright {
    padding: 13px 0 !important;
}

.copyright p {
    font-size: 10px !important;
}

@media (max-width: 1024px) {
    #sidebar-toggle {
        top: 5px;
    }
}

@media only screen and (min-width: 992px) {
    .navigationBar {
        width: 710px !important;
    }

    .categoryList {
        border-top: 1px solid #cecfd4;
        border-left: 1px solid #cecfd4;
        border-right: 1px solid #cecfd4;
    }
}

@media only screen and (min-width: 1200px) {
    .navigationBar {
        width: 980px !important;
    }
}

.mainNavigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    background-color: #292929 !important;
}

.navigationBar {
    margin: 0;
    padding: 0;
}

.navigationSearch {
    width: 220px;
    position: relative;
}

.navigationSearchResults {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 5%;
    background: white;
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px 1px rgba(181,181,181,0.99);
    transition: visibility 0.25s, opacity 0.25s linear;
    min-height: 40px;
    overflow-y: auto;
    max-height: 400px;
}

.activeNavigationSearch {
    visibility: visible !important;
    opacity: 1 !important;
}

.navigationSearchResult {
    min-height: 40px;
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pointy {
    cursor: pointer;
}

.navigationSearchResult:before {
    content : "";
    position: absolute;
    left: 10%;
    bottom: -1px;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #dadadf;
}

.navigationSearchResult:last-child:before {
    content : "";
    border-bottom: none;
}

.navigationSearchResult .searchProductName {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0eb0ee;
    text-align: center;
    width: 70%;
}

.navigationSearchResult .searchProductImage {
    width: 30%;
    object-fit: contain;
}

.navigationSearchResult .enterSearchCriteria {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0eb0ee;
    text-align: center;
}

.navigationSearchForm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.navigationSearchInput {
    width: 90%;
}

.navigationSubmitSearch {
    font-size: 20px;
    position: absolute;
    right: -15px;
}

.centerToJustify {
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .centerToJustify {
        text-align: justify;
    }

    .headerLogo {
        height: 40px;
    }

    .headerLogoContainer {
        margin: 5px 5px !important;
    }

    .headerText {
        margin: 5px 5px !important;
    }

    .headerText span {
        font-size: 11px !important;
    }

    .headerCatalogueButton {
        height: 30px;
    }

    .headerCatalogueButtonContainer {
        margin: 5px 5px !important;
    }

    .footer h3 {
        font-size: 24px !important;
    }

    .footer p {
        font-size: 14px !important;
    }

    .navigationSearch {
        width: 60%;
    }

    .navigationSearchInput {
        width: 100%;
    }

    .navigationBar {
        display: none;
    }

    .navigationSearchResults {
        width: 100%;
        left: 0;
    }

    .navigationSubmitSearch {
        right: -40px;
    }

    .navigationSearchResult .searchProductName, .navigationSearchResult .enterSearchCriteria {
        font-size: 16px;
    }
}

@media only screen and (max-width: 700px) {
    .navigationSearchResult .searchProductName, .navigationSearchResult .enterSearchCriteria {
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .footer h3 {
        font-size: 20px !important;
    }

    .footer p {
        font-size: 13px !important;
    }

    .navigationSearch {
        width: 60%;
    }

    .navigationSearchResult .searchProductName, .navigationSearchResult .enterSearchCriteria {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .navigationSearchResult .searchProductName, .navigationSearchResult .enterSearchCriteria {
        font-size: 11px;
    }
}
/*MASTER LAYOUT END*/

/* PRODUCTS PAGE */
.productImage {
    transition: transform .2s;
    border-radius: 5px !important;
}

.productImage:hover {
    transform: scale(1.05);
}

.customList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.listItem {
    padding: 0 15px;
    height: 360px;
    max-height: 360px;
    width: 292.5px;
    margin-bottom: 30px;
}

.mainCategory {
    width: 390px;
}
/* PRODUCTS PAGE END */

/*PRODUCT PAGE*/
.tagcloud a {
    margin-right: 10px;
}

#productImageContainer {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#productImageContainer:hover {
    opacity: 0.9;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close {
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.softEdges:before {
    display:block;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -moz-box-shadow:inset 0px 0px 5px 5px rgba(255,255,255,1);
    -webkit-box-shadow:inset 0px 0px 5px 5px rgba(255,255,255,1);
    box-shadow:inset 0px 0px 5px 5px rgba(255,255,255,1);
}

.technicalSheet {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.volume {
    letter-spacing: normal !important;
}

@media (max-width: 1023px) {
    .productName,
    .tagcloud {
        text-align: center;
    }
}
/*PRODUCT PAGE END*/

/*DISTRIBUTORS PAGE*/
.mainText {
    margin-bottom: 20px;
}

.distributorContainer {
    display: flex;
}

.country {
    width: 33%;
    font-size: 26px;
    font-weight: 300;
    color: #58585a;
    line-height: 35px;
}

.countryDistributors {
    width: 66%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.distributor {
    min-width: 200px;
    margin-bottom: 30px;
}

.distributor .name {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #313131;
}

.distributor .address {
    color: #959598;
    font-weight: 700;
    width: fit-content;
    border-bottom: 1px solid #e6e4e4;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.horizontalLine {
    width: 100%;
    border: 1px solid #e6e4e4;
    margin: 14px 0;
}

.horizontalLineLarge {
    width: 100%;
    border: 1px solid #c8c8c8;
    margin: 30px 0 30px 0;
}

.distributor .contactContainer, .distributor .contactTitle {
    display: flex;
    align-items: center;
}

.distributor .contactTitle {
    margin-right: 5px;
}

.distributor .contactIcon {
    margin-right: 5px;
}

.distributor .contactData {
    color: #0eb0ee;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .distributorContainer {
        display: block;
    }

    .country {
        margin-bottom: 20px;
    }

    .countryDistributors {
        width: 100%;
    }
}

.distributorsMap {
    margin-bottom: 30px;
}

#distributorsMap {
    height: 370px;
}

.markerLink {
    cursor: pointer;
}

.markerLink:hover {
    transform: scale(1.01);
    transition: all ease-in-out 300ms;
}

.distributorsHeading {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*@keyframes driveOut {*/
/*    0% {*/
/*        transform: translateX(0) rotate(0deg);*/
/*    }*/
/*    10% {*/
/*        transform: translateX(25px) rotate(-20deg);*/
/*    }*/
/*    15% {*/
/*        transform: translateX(50px) rotate(0deg);*/
/*    }*/
/*    20% {*/
/*        transform: translateX(100px) rotate(-15deg);*/
/*    }*/
/*    25% {*/
/*        transform: translateX(200px) rotate(0deg);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(18000px);*/
/*    }*/
/*}*/

/*.truckIcon {*/
/*    margin-left: 15px;*/
/*    font-size: 40px;*/
/*    color: #30355d;*/
/*}*/

/*.truckAnimation {*/
/*    animation: 4s ease-in 0.8s 1 driveOut;*/
/*    transform: translateX(18000px);*/
/*}*/

@media only screen and (max-width: 500px) {
    .mainText {
        text-align: justify;
    }
}
/*DISTRIBUTORS PAGE END*/


/*SEARCH PAGE*/

.searchedFor {
    text-align: center;
}

#search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.searchElements {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    position: relative;
}

.searchQuery {
    width: 100%;
    text-align: center;
}

.submitSearch {
    position: absolute;
    right: -40px;
    cursor: pointer;
}

.noSearchResults {
    width: 100%;
    text-align: center;
    color: #97979a;
    font-size: 20px;
    font-weight: 500;
}

.dropdownSearchResults {
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    top: 50px;
    background: white;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 8px 1px rgba(181,181,181,0.99);
    transition: visibility 0.25s, opacity 0.25s linear;
    min-height: 40px;
    overflow-y: auto;
    max-height: 400px;
}

.activeDropdownSearch {
    visibility: visible !important;
    opacity: 1 !important;
}

.dropdownSearchResult {
    min-height: 40px;
    position: relative;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdownSearchResult:before {
    content : "";
    position: absolute;
    left: 10%;
    bottom: -1px;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #dadadf;
}

.dropdownSearchResult:last-child:before {
    content : "";
    border-bottom: none;
}

.dropdownSearchResult .searchProductName {
    font-size: 16px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0eb0ee;
    text-align: center;
    width: 70%;
}

.dropdownSearchResult .searchProductImage {
    width: 30%;
    object-fit: contain;
}

.dropdownSearchResult .enterSearchCriteria {
    font-size: 16px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #0eb0ee;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .dropdownSearchResult .searchProductName, .dropdownSearchResult .enterSearchCriteria {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .dropdownSearchResult .searchProductName, .dropdownSearchResult .enterSearchCriteria {
        font-size: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .searchElements {
        width: 70%;
    }
}
/*SEARCH PAGE END*/

/*ABOUT PAGE*/
.owl-stage {
    display: flex; !important;
    align-items: center; !important;
}

.ourPartners {
    background-color: #f5f6fb;
    padding: 20px;
}

.aboutTopRow {
    display: flex;
    align-items: center;
}

.aboutTopImage {
    width: 25%;
    padding: 10px
}

.aboutTopText {
    width: 75%;
    padding: 10px
}

@media only screen and (max-width: 1024px) {
    .businessSection {
        min-height: 470px !important;
    }
}
@media only screen and (max-width: 1023px) {
    .aboutTopRow {
        flex-flow: column;
    }

    .aboutTopImage {
        width: 100%;
    }

    .aboutTopText {
        width: 100%;
    }

    .businessSections {
        display: flex;
        justify-content: space-evenly;
    }

    .businessSectionContainer {
        width: 31.5%;
    }

    .businessSection {
        min-height: 470px !important;
    }

    .aboutTopImage {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .aboutTopImage img {
        width: 50%;
    }

    .companyImage img{
        width: 80% !important;
    }

    .businessSection {
        min-height: 420px;
    }

    .partnersContainer {
        padding: 0 !important;
    }

    .partnerLogo {
        width: 35% !important;
    }
}

@media (max-width: 541px) {
    .companyImage img{
        width: 100% !important;
    }

    .businessSections {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .businessSectionContainer {
        width: 70%;
    }

    .businessSection {
        min-height: auto !important;
    }

    .businessSection p a {
        font-size: 12px !important;
    }

    .businessSection h3 {
        font-size: 18px !important;
    }

    .image_icon img{
        width: 50%;
    }

    .image_icon:before {
        width: 70px;
        height: 70px;
        margin-top: -27.5px;
        margin-left: -27.5px;
    }
}
/*ABOUT PAGE END*/

/* LIST ITEMS (PRODUCTS & SEARCH) */

.clickableItem {
    cursor: pointer !important;
    height: 360px !important;
    max-height: 360px !important;
}

.productImage {
    height: 200px !important;
    width: 200px !important;
}

.mainCategoryImage {
    height: 250px !important;
}

.listItemCaption {
    margin-top: -20px;
}

.listItemName {
    font-size: 14px !important;
}

@media (max-width: 1023px) {
    .title {
        font-size: 28px !important;
    }

    .listItem {
        height: 310px !important;
        width: 300px !important;
    }

    .clickableItem {
        cursor: pointer !important;
        height: 310px !important;
        max-height: 310px !important;
        padding: 20px 10px !important;
    }

    .productImage {
        height: 200px !important;
        width: 200px !important;
    }

    .mainCategoryImage {
        height: 220px !important;
    }

    .listItemName {
        font-size: 13px !important;
    }

    .listItemDivider {
        margin-top: 7px !important;
    }
}

@media (max-width: 541px) {
    .listItem {
        height: 270px !important;
        width: 250px !important;
    }

    .clickableItem {
        cursor: pointer !important;
        height: 270px !important;
        max-height: 270px !important;
        padding: 20px 10px !important;
    }

    .productImage {
        height: 160px !important;
        width: 160px !important;
    }

    .mainCategoryImage {
        height: 180px !important;
    }

    .listItemCaption {
        margin-top: -25px;
    }

    .listItemName {
        font-size: 11px !important;
    }
}

@media (max-width: 539px) {
    .title {
        font-size: 23px !important;
    }

    .listItem {
        height: 250px !important;
        width: 180px !important;
    }

    .clickableItem {
        cursor: pointer !important;
        height: 250px !important;
        max-height: 250px !important;
        padding: 15px 10px !important;
    }

    .productImage {
        height: 130px !important;
        width: 130px !important;
    }

    .mainCategoryImage {
        height: 150px !important;
    }

    .listItemCaption {
        margin-top: -25px;
    }

    .listItemName {
        font-size: 11px !important;
    }
}

@media (max-width: 320px) {
    .title {
        font-size: 23px !important;
    }

    .listItem {
        height: 270px !important;
        width: 250px !important;
    }

    .clickableItem {
        cursor: pointer !important;
        height: 270px !important;
        max-height: 270px !important;
        padding: 15px 10px !important;
    }

    .productImage {
        height: 180px !important;
        width: 180px !important;
    }

    .mainCategoryImage {
        height: 200px !important;
    }

    .listItemCaption {
        margin-top: -25px;
    }

    .listItemName {
        font-size: 11px !important;
    }

    .listItemDivider {
        margin-top: 7px !important;
    }
}
/* LIST ITEMS (PRODUCTS & SEARCH)  END */
