﻿/* font-family: 'Abel', sans-serif; */
/*@import url('https://fonts.googleapis.com/css?family=Abel');*/

/* font-family: 'Chau Philomene One', sans-serif; font-family: 'Mitr', sans-serif; */
/*@import url('https://fonts.googleapis.com/css?family=Chau+Philomene+One|Mitr');*/
/* font-family: "Lato"; */
/*@import url('https://fonts.googleapis.com/css?family=Lato');*/
/* font-family: "Quick"; */
/*@import url('https://fonts.googleapis.com/css?family=Quicksand');*/
/* font-family: 'Open Sans', sans-serif */
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/
/* font-family: 'Oxygen', sans-serif; */
/*@import url('https://fonts.googleapis.com/css?family=Oxygen');*/
/* font-family: Cairo */
@import url('https://fonts.googleapis.com/css?family=Cairo:400,300,300italic,400italic,700,700italic,900,900italic');
/*font-family: "Open Sans", sans-serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/


:root {
    --Color-Blue-1: #1f628c;
    --Color-Blue-2: #033265;
    --Color-Blue-3: #64b9ce;
    --Color-Blue-4: #00adef;
    /* Gray */
    --Color-Gray-1: #6f6e6e;
    --Color-Gray-2: #333d47;
    --Color-Gray-3: #afafaf;
    --color-gray-100: #f8f9fa;
    --color-gray-200: #e9ecef;
    --color-gray-300: #dee2e6;
    --color-gray-400: #ced4da;
    --color-gray-500: #adb5bd;
    --color-gray-600: #6c757d;
    --color-gray-700: #495057;
    --color-gray-800: #343a40;
    --color-gray-900: #212529;
    /* Red */
    --Color-Red-1: #b42929;
    /* Yellow */
    --Color-Yellow-1: #f6d330;
    /* Loading Color */
    --color-loading: #ececec;
}

/* Default */
html {
    direction: rtl;
}

body {
    padding-top: 100px;
    /*background-image: linear-gradient(lightcoral, salmon);*/
    font-family: Cairo, sans-serif;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .row {
    margin: 0px;
    /*padding: 0px;*/
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

.PageWrapper {
}

.PageFrame {
    padding-top: 50px;
    padding-bottom: 100px;
}

.PageHedaer {
    /*padding-top: 40px;*/
    margin-bottom: 40px;
}

.PageHedaer a {
    color: var(--Color-Blue-3);
}

    .PageHedaer a:hover {
        text-decoration: underline;
    }

.PageContent {
    /*background-color: aqua;*/

}

/* Header */

.navbar {
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    -o-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
    -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.08);
}

.nav-colored {
    /*background-image: linear-gradient(var(--Color-6), var(--Color-6));*/
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.nav-transparent {
    background-color: transparent;
}

.Logo {
    width: 100%;
    height: 50px;
    object-position: center center;
    object-fit: contain;
}

/* Menu Item Level 1 */

.nav-link {
    color: var(--Color-Gray-1);
}

    .nav-link:focus, .nav-link:hover {
        color: var(--Color-Blue-3);
    }

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show { 
    color: var(--Color-Blue-3);
}


/* Menu Category Level 1 */

.nav-link.dropdown-toggle {
    color: var(--Color-Gray-1);
}

    .nav-link.dropdown-toggle:hover {
        color: var(--Color-Blue-3);
    }

/* Menu Section Level 2 */
.dropdown-item {
    
}

    .dropdown-item a {
        color: var(--Color-Gray-1);
    }

    .dropdown-item:focus, .dropdown-item:hover {
        background-color: var(--color-gray-100);
    }

        .dropdown-item:focus a, .dropdown-item:hover a {
            color: var(--Color-Blue-3);
        }

    .dropdown-item.active, .dropdown-item:active {
        background-color: var(--color-gray-100);
    }

        .dropdown-item.active a, .dropdown-item:active a {
            color: var(--Color-Blue-3);
        }


/* auto list sub menu */

.navbar .nav-item .dropdown-menu {
    display: none;
}

.navbar .nav-item:hover .nav-link {
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
}

.navbar .nav-item .dropdown-menu {
    /*margin-top: 0;*/
}

/* Home Page */

/* Home About Us */

.HomeAboutUsWrapper {
    background-color: #efefef;
    padding-top: 70px;
    padding-bottom: 20px;
}

.HomeAboutUsBlockTitle {
    text-align: center;
    color: var(--Color-3);
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 50px;
}

.HomeAboutUsItemDetails {
    color: black ;
    margin-bottom: 50px;
}

/* Home Highlight Products */

.HomeProductsWrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.HomeProductsWrapperTitle {
    text-align: center;
    margin-bottom: 50px;
}

    .HomeProductsWrapperTitle h2 {
        color: var(--Color-Gray-1);
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .HomeProductsWrapperTitle a {
        color: var(--Color-Blue-1);
        font-weight: 300;
        font-size: 20px;
        
    }

.HomeProductsItemFrame {
    /*border: 1px solid #e1e1e1;*/
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    display: flex;
    justify-content: center;
    border-radius: 10px;
}

    .HomeProductsItemFrame:hover {
        -webkit-box-shadow: 0px 3px 10px 0 rgba(50,50,50,.2);
        cursor: pointer;
    }

    .HomeProductsItemImage {
        height: 200px;
    }

.HomeProductItemName {
    text-align: center;
    padding-top: 20px;
    height: 50px;
}

    .HomeProductItemName h3 {
        
        font-weight: 300;
        font-size: 15px;
    }

    .HomeProductItemName a {
        color: var(--color-gray-800);
    }

        .HomeProductItemName a:hover {
            font-size: 16px;
            color: var(--Color-Blue-1);
        }

/* End Home Products */

/* Home Product Categories */

.HomePCWrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

.HomePCTitle {
    text-align: center;
}

    .HomePCTitle h2 {
        color: var(--Color-Gray-1);
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 50px;
    }

.HomePCContent {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

    .HomePCContent img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
        aspect-ratio: 1;
    }

.HomePCNameItem {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

    .HomePCNameItem h2 {
        color: ghostwhite;
        font-weight: 400;
        font-size: 25px;
        text-shadow: 1px 1px 5px black;
        margin-bottom: 40px;
    }

    .HomePCNameItem a {
        background-color: ghostwhite;
        color: black;
        /*border: 1px solid ghostwhite;*/
        font-size: 14px;
        letter-spacing: normal;
        font-weight: 400;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 3px;
    }

        .HomePCNameItem a:hover {
            /*border: 1px solid ghostwhite;*/
            background-color: Var(--Color-Blue-3);
            /*font-size: 18px;*/
            color: white;
        }

/* End Home Product Categories */

/* Home Our History */

.HomeOurHistoryWrapper {
    padding-top: 50px;
    padding-bottom: 30px;
}

.HomeOurHistoryContent {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

    .HomeOurHistoryContent img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
        aspect-ratio: 1;
    }

.HomeOurHistoryItem h2 {
    color: var(--Color-Gray-1);
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 50px;
}

.HomeOurHistoryItem p {
    color: black;
    font-size: 18px;
    margin-bottom: 50px;
}

.HomeOurHistoryItem a {
    color: white;
    background-color: var(--color-gray-600);
    font-size: 15px;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 3px;
    text-transform: uppercase;
}

    .HomeOurHistoryItem a:hover {
        background-color: var(--Color-Blue-3);
    }


/* End Home Our History */

/* Home Find Us */

.HomeFindUsWrapper {
    /*background-color: #efefef;*/
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.HomeFindUsBlockTitle {
    color: var(--Color-Gray-1);
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 50px;
}


.HomeFindUsMap {
    margin-bottom: 50px;
    padding-top: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.HomeFindUsContactForm {
    color: black;
    margin-bottom: 50px;
}

.HomeFindUsDetails {
    color: black;
    margin-bottom: 50px;
}

/* Inner Pages */

/* Products Categories */

.ProductCategoryContent {
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    position: relative;
}

    .ProductCategoryContent img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
        aspect-ratio: 1;
        border-radius: 10px;
        z-index: -1;
    }

    .Transbox {
        display: none;
    }

.ProductCategoryContent:hover img {
    position: relative;
}

.ProductCategoryContent:hover > .Transbox {
    border-radius: 10px;
    transition: transform 3s ease-in;
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .ProductCategoryContent:hover > .Transbox span {
        color: white;
        font-size: 22px;
        font-weight: 400;
        vertical-align: middle;
        display: table-cell;
    }

.ProductCategoryTitle {
    text-align: center;
    margin-bottom: 20px;
}

    .ProductCategoryTitle h2 {
        color: gray;
        font-size: 20px;
        font-weight: 400;
    }

    .ProductCategoryTitle:hover h2 {
        color: var(--Color-Blue-3);
    }

/* Products */

.ProductContent {
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-bottom: 10px;
}

    .ProductContent img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
        aspect-ratio: 1;
        border-start-end-radius: 10px;
        border-start-start-radius: 10px;
    }

    .ProductContent h2 {
        padding-top: 20px;
        font-size: 16px;
        color: black;
        font-weight: 400;
    }

    .ProductContent:hover {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    }

        .ProductContent:hover h2 {
            color: var(--Color-Blue-3);
        }


/* Product Details */


.ProductItem
{
    margin-top: 50px;
    margin-bottom: 40px;
}

    .ProductItem input {
        color: var(--color-gray-700);
        background-color: var(--color-gray-100);
        font-size: 12px;
        letter-spacing: normal;
        font-weight: 400;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 40px;
        border-radius: 3px;
        text-transform: uppercase;
        border: none;
    }

        .ProductItem input:hover {
            background-color: var(--Color-Blue-3);
            cursor: pointer;
        }

.Product-accordion-item {
    padding-bottom: 20px;
    border: none;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.Product-accordion-header {
    
}

.Product-accordion-button {
    font-size: 18px;
    color: var(--color-gray-700);
}

    .Product-accordion-button:not(.collapsed) {
        color: var(--color-gray-700);
        background-color: white;
        box-shadow: none;
    }

.Product-accordion-body {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: var(--color-gray-600);
    line-height: 1.8;
}

.ProductItemGalleryWrapper {
    background-color: var(--color-gray-100);
}

.ProductItemGalleryTopWrapper {
    background-image: linear-gradient(var(--color-gray-300), var(--color-gray-100));
    height: 40px;
    margin-bottom: 40px;
}

.ProductItemGalleryBottomWrapper {
    background-image: linear-gradient(var(--color-gray-100), var(--color-gray-300));
    height: 40px;
    margin-top: 40px;
}

/* End of Product Details */


/* Projects */

.ProjectContent {
    padding: 15px;
    margin-bottom: 20px;
    /*text-align: center;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

    .ProjectContent:hover {
        background-color: var(--color-gray-200);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    }

    .ProjectContent img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
        aspect-ratio: 3 / 2;
        border-radius: 10px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .ProjectContent:hover img {
    }

    .ProjectContent h2 {
        padding-top: 20px;
        color: var(--color-gray-900);
        font-weight: 400;
        font-size: 16px;
    }

    .ProjectContent:hover h2 {
        color: var(--Color-Blue-3);
    }

    .ProjectContent span {
        color: var(--color-gray-700);
        font-size: 13px;
    }

/* End of Projects */

/* Project Details */

.Project-accordion-item {
    padding-bottom: 20px;
    border: none;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.Project-accordion-header {
}

.Project-accordion-button {
    font-size: 18px;
    color: var(--color-gray-700);
}

    .Project-accordion-button:not(.collapsed) {
        color: var(--color-gray-700);
        background-color: white;
        box-shadow: none;
    }

.Project-accordion-body {
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 20px;
    color: var(--color-gray-600);
    line-height: 1.8;
}

.ProjectItemGalleryWrapper {
    background-color: var(--color-gray-100);
}

.ProjectItemGalleryTopWrapper {
    background-image: linear-gradient(var(--color-gray-300), var(--color-gray-100));
    height: 40px;
    margin-bottom: 40px;
}

.ProjectItemGalleryBottomWrapper {
    background-image: linear-gradient(var(--color-gray-100), var(--color-gray-300));
    height: 40px;
    margin-top: 40px;
}

/* End of Project Details */


/* Contact Us */

.FieldItem {
}

.FieldItemIcon {
    font-size: 16px;
    color: var(--color-gray-500);
    font-size: 20px;
    width: 50px;
    float: right;
}

.FieldItemText {
    float: right;
    color: var(--color-gray-700);
}

    .FieldItemText a {
        color: var(--Color-Blue-3);
    }

        .FieldItemText a:hover {
            text-decoration: underline;
        }


.FieldItemNumber {
    direction: ltr;
    float: right;
    color: var(--color-gray-900);
}

.FieldIcon {
    /*color: var(--Color-Gray-1);
    font-size: 20px;*/
}

    .FieldIcon i {
        /*color: red ;
        padding: 5px;*/
    }

/* End Contact Us */

/* Page Content */

.ItemTitleWrapper {
    margin-bottom: 75px;
}

.ItemPageTitle {
    text-align: center;
}

    .ItemPageTitle h1 {
        color: var(--Color-Blue-3);
        text-transform: capitalize;
        font-size: 35px;
        font-weight: 300;
    }

.ItemHeaderDetails {
    margin-bottom: 50px;
    font-size: 20px;
}

    .ItemHeaderDetails a {
        color: var(--Color-Blue-3);
        font-weight: bold;
    }

        .ItemHeaderDetails a:hover {
            text-decoration: underline;
        }

.ItemSubTitleWrapper {
    margin-top: 75px;
    margin-bottom: 75px;
    background-color: var(--color-gray-100);
}

.ItemSubPageTitle {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .ItemSubPageTitle h2 {
        color: var(--Color-Blue-1);
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 300;
    }

.ItemTitle {
    font-size: 14px;
    font-weight: 700;
    color: lightcoral;
    text-transform: uppercase;
}

.ItemImages {
    margin-bottom: 50px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    /*border-radius: 10px;*/
}

    .ItemImages img {
        width: 100%;
        object-position: center center;
        object-fit: cover;
    }

.ItemFileDescrption {
    font-size: 14px;
    color: gray;
    padding: 10px;
    /*margin-bottom: 5px;*/
}

.Item a {
    font-size: 14px;
    font-weight: 500;
    color: gray;
}

.ItemPostDate {
    font-size: 11px;
    margin-bottom: 30px;
}

.ItemDetails {
    margin-bottom: 100px;
    font-size: 20px;
}

    .ItemDetails a {
        color: var(--Color-Blue-3);
        font-weight: bold;
    }

        .ItemDetails a:hover {
            text-decoration: underline;
        }

.ImgShadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

/* End Item */



/* Ratings */

.ratings {
    margin-right: 10px;
}

    .ratings i {
        color: #cecece;
        font-size: 12px;
    }

.rating-color {
    color: #fbc634 !important;
}

.review-count {
    font-weight: 400;
    margin-bottom: 2px;
    font-size: 12px !important;
}

/* End of Ratings */

    .ProductImageBox {
        text-align: center;
        margin-bottom: 50px;
    }

    .ProductImageBox img {
        width: 100%;
        height: auto;
    }

/* Footer */

.FooterWrapper {
    background-color: var(--color-gray-100);
}

footer h5 {
    color: var(--color-gray-600)
}

    footer h5:hover {
        /*color: var(--Color-Blue-3)*/
    }

footer a {
    color: var(--color-gray-600)
}

    footer a:hover {
        color: var(--Color-Blue-3)
    }

    footer a:hover > h5 {
        color: var(--Color-Blue-3)
    }

/* End of Footer */

/* Flags */
.flag-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
}

.flag-icon-ca {
    background-image: url(Flags/ca.svg);
}

.flag-icon-us {
    background-image: url(Flags/us.svg);
}

.flag-icon-jo {
    background-image: url(Flags/jo.svg);
}

.flag-icon-fr {
    background-image: url(Flags/fr.svg);
}

/* Social Media */

.SocialMediaIcon {
    /*opacity: 0.7;*/
    margin: 4px;
    display: inline-block;
}

    .SocialMediaIcon:hover {
        /*opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
        -webkit-animation-name: fa-shake;
        animation-name: fa-shake;
        -webkit-animation-duration: var(--fa-animation-duration,3s);
        animation-duration: var(--fa-animation-duration,3s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
        animation-iteration-count: var(--fa-animation-iteration-count,infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing,linear);
        animation-timing-function: var(--fa-animation-timing,linear)
    }

    .SocialMediaIcon span {
        font-size: 30px;
        color: var(--Color-Blue-4);
    }

/* Navigation */

.NavigationWrapper {
    padding-top: 20px;
    padding-bottom: 10px;
}

.Navigation {
    color: darkslategray;
    font-size: 13px;
}

    .Navigation i {
    font-size: 15px;
    color: var(--Color-Gray-3);
    }

    .Navigation a {
        font-size: 13px;
        color: darkslategray;
        font-weight: bold;
        /*text-transform: uppercase;*/
    }

/* Forms */

.form-label {
    margin-bottom: 1rem;
    display: block;
    color: var(--Color-Blue-3);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    
    text-align: right;
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 2;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

/* Checkbox */

input[type='checkbox'] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    cursor: pointer;
}

/* Radio Button List */

input[type='radio'] {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

/* Share Media  */

.ShareMedia {
    width: 100%;
    padding-top: 40px;
}

/* Custom button style */

.Button {
    color: var(--color-gray-800);
    border: 1px solid var(--color-gray-200);
    background-color: var(--color-gray-200);
    font-size: 20px;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 3px;
    width: 100%;
}

    .Button:hover {
        border: 1px solid var(--Color-Blue-3);
        background-color: var(--Color-Blue-3);
        color: white;
        /*background-image: linear-gradient(var(--Color-1), var(--Color-2));*/
        /*background-color: white;*/
    }

.LinkButton {
    color: var(--Color-Gray-1);
    border: 1px solid var(--Color-Gray-1);
    font-size: 12px;
    letter-spacing: normal;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 3px;
}

    .LinkButton:hover {
        border: 1px solid var(--Color-Gray-1);
        background-color: white;
        /*font-size: 18px;
        color: white;*/
    }

/* Quick Search */

.QuickSearchBox {
}

/* Transition elsements */

/*a, div, .btn, .navbar, input, textarea, .form-control {*/

a, div, .navbar
{
    -webkit-transition: all 0.425s ease-in-out 0s;
    -moz-transition: all 0.425s ease-in-out 0s;
    -ms-transition: all 0.425s ease-in-out 0s;
    -o-transition: all 0.425s ease-in-out 0s;
    transition: all 0.425s ease-in-out 0s;
}

/* Responsive */

/* X-Large desktops and laptops */
@media (min-width:1400px) {

    /* Home Product Category */

    /* End Home Product Category */
}

/* X-Large desktops and laptops */
@media (min-width:1600px) {

    .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* Home Product Category */

    /* End Home Product Category */
}



/* Large desktops and laptops */
@media (max-width: 1200px) {

    /* Home Product Category */
    /* End Home Product Category */
}

/* Portrait tablets and small desktops */
@media (max-width: 992px) {

    /* Home Product Category */
    /* End Home Product Category */

    /* Navigation */

    .dropdown-toggle::after {
        float: right;
        font-size: 30px;
    }

    /* End of Navigation */
}

/* Landscape phones and portrait tablets */
@media (max-width: 768px) {

    /* Navigation */
    

    /* End of Navigation */

    /* Product Category */

    .ProductCategoryContent h2 {
        font-weight: 300;
        font-size: 20px;
    }

    /* End of Product Category */

}

/* Portrait phones and smaller */
@media (max-width: 576px) {

    /* Navigation */

    /* End of Navigation */

    /* Products */

    .ProductContent h2 {
        font-size: 16px;
    }

    /* End of Products */

    /* Page Details */

    /* End of Page Details */

    /* Footer */

    /* End of Footer */

    .d-xs-none {display: none}
}

/* smaller */
@media (max-width: 300px) {

    /* Products */

    .ProductContent h2 {
        font-size: 14px;
    }

    /* End of Products */

    .d-xs-none {
        display: none
    }
}