﻿/* TOP BAR */
/* TOP BAR LAYOUT START */
.wrapper__topbar {
    display: flex;
    justify-content: center;
    background-color: #d6d6d6;
    height: 35px;
    color: #112d43;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    /*border: 0px solid red;*/
    z-index: 10;
    width: 100%;
}

.topbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*border: 0px solid purple;*/
    align-content: baseline;
    width: 80%;
    align-items: center;
}
/* TOP BAR LAYOUT END */
/* TOP BAR CUSTOMER SERVICE LAYOUT START */
.wrapper__customerService {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    /*border: 0px solid blue;*/
    padding-top: 2px;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
/* TOP BAR CUSTOMER SERVICE LAYOUT END */
/* CUSTOMER SERVICE START*/
.customerService {
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 6px;
}

    .customerService > .customerService__title {
        font-size: 13px;
        font-weight: 500;
    }

        .customerService > .customerService__title:hover {
            cursor: pointer;
            color: #FFF;
        }

    .customerService:hover .wrapper__customerServiceContent {
        display: block;
    }

.wrapper__customerServiceContent {
    display: none;
    position: absolute;
    margin: 0 auto;
    background-color: transparent !important;
    top: 25px;
    width: 450px;
    z-index: 31;
    /*border: 0px solid red;*/
    padding-top: 10px;
}

    .wrapper__customerServiceContent > .customerServiceContent {
        text-align: center;
        position: relative;
        /*border: 0px solid red;*/
        background-color: #fff;
    }

.customerServiceContent.arrow-top:before {
    left: calc(8% - 10px);
    top: -19px;
}

.customerServiceContent.arrow-right:before {
    top: calc(30% - 10px);
    right: -8px;
}

.customerServiceContent.arrow-bottom:before {
    left: calc(50% - 10px);
    bottom: -8px;
}

.customerServiceContent:after {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 1px 14px rgba(0,0,0,.2);
}

.customerServiceContent:before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    margin-top: 14px;
}

.customerServiceContent.arrow-left:before {
    top: calc(30% - 10px);
    left: -8px;
}
/* CUSTOMER SERVICE END */
/* CUSTOMER CARE START */
.wrapper__customerCareInfo {
    width: 100%;
    padding: 10px 5px 10px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    /*border: 0px solid red;*/
    position: relative;
    z-index: 11;
}

    .wrapper__customerCareInfo > .customerCareInfo__left {
        margin: 5px 1px 5px 5px;
        text-align: left;
        width: 200px;
        /* border: 0px solid red;*/
    }

    .wrapper__customerCareInfo .customerCareInfo__title {
        font-size: 16px;
        color: #2d2d2d;
        margin-bottom: 5px;
    }

.customerCareInfo__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .customerCareInfo__list > .customerCareInfo__list--item {
        font-size: 13px;
        color: #808080;
    }

        .customerCareInfo__list > .customerCareInfo__list--item a {
            font-size: 13px;
            color: #808080;
            text-decoration: none;
        }

            .customerCareInfo__list > .customerCareInfo__list--item a:hover {
                color: #1197EB;
            }

        .customerCareInfo__list > .customerCareInfo__list--item > .customerCareInfo__list--spacing {
            margin-left: 26px;
            font-size: 11px;
            color: #808080;
        }

.wrapper__customerCareInfo > .customerCareInfo__middle {
    width: 1px;
    height: 120px;
    background-color: #808080;
    margin: 10px auto;
    transform: rotate(180deg);
}

.wrapper__customerCareInfo > .customerCareInfo__right {
    margin: 5px 5px 5px 1px;
    text-align: left;
    width: 200px;
    /*border: 0px solid red;*/
}

.customerCareInfo__icon {
    font-size: 12px;
    margin-right: 10px;
    color: #808080;
}
/* CUSTOMER CARE END */

/* ICONS START */
.wrapper__social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    border: 0px solid white;
    padding: 1px;
}

    .wrapper__social .social__content {
        margin: 2px 5px;
        color: #112d43;
    }

        .wrapper__social .social__content .social__icon:link {
            color: #112d43;
            text-decoration: none;
        }

        .wrapper__social .social__content .social__icon:visited {
            color: #112d43;
        }

        .wrapper__social .social__content .social__icon:hover {
            color: #fff;
        }
/* ICONS END */



/* END TOP BAR INFORMATION */



/*.dropend ul.dropdown-submenu {
    margin: 0;
    padding: 0;
}

    

.dropend {
    min-width: 170px;
    max-width: 170px;
    height: 35px;
}

    .dropend:hover > .dropdown-menu {
        display: block;
        width: 250px;
        padding-bottom: 0;
        padding-top: 0;
        margin-top: 0;
        margin: 0;
    }*/

/*.nav-item__submenu {
    background-color: #ebebeb;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    height: 35px;
}*/
/*
.dropend .dropdown-toggle {
    color: #2d2d2d;
    border: 1px solid blue;
    width: 100%;
}

.dropend ul.dropdown-submenu > li {
    line-height: 40px;
}

    .dropend ul.dropdown-submenu > li:hover {
        background-color: #f0f0f0;
    }

    .dropend ul.dropdown-submenu > li > a {
        padding: 7px 0;
        font-size: 14px;
        color: #808080;
        transition: color 0.3s ease;
        text-decoration: none;
        text-transform: capitalize;
    }

        .dropend ul.dropdown-submenu > li > a:hover {
            background-color: #f0f0f0;
        }

.nav-item__submenu--indent {
    margin-left: 15px;
}

.dropend .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1px;
    border-radius: 0;
    padding: 0;
    margin: 0;
}*/
/* END DROP DOWN MAIN MENU INFORMATION */
/* START MEGA MENU */






/*.mega__menu_carousel__spacing {
    align-content: center;
    margin: 0;
    padding: 0 3px;
    border: 0px solid green;
    box-sizing: border-box;
    width: 100%;
}



    .wrapper__mainMenu .mainMenu > ul > li .wrapper__subMenuItems.mega__menu > .subMenuItems > ul > li {
        line-height: 15px;
        padding-left: 3px;
        margin: 0;
    }

        .wrapper__mainMenu .mainMenu > ul > li .wrapper__subMenuItems.mega__menu > .subMenuItems > ul > li:hover {
            background-color: #f0f0f0;
        }

        .wrapper__mainMenu .mainMenu > ul > li .wrapper__subMenuItems.mega__menu > .subMenuItems > ul > li > a {
            padding: 10px 0;
            display: inline-block;*/
/*font-size: 14px;*/
/*color: #808080;
            transition: color 0.3s ease;*/
/* font-size: 12px;*/
/*}

            .wrapper__mainMenu .mainMenu > ul > li .wrapper__subMenuItems.mega__menu > .subMenuItems > ul > li > a:hover,
            .wrapper__mainMenu .mainMenu > ul > li .wrapper__subMenuItems > ul > li > a:hover,
            .wrapper__mainMenu .item-right a:hover,
            .wrapper__mainMenu .mainMenu > ul > li:hover > a {
                color: #2d2d2d;
            }

.subMenuItems ul {
    width: 170px;
}*/


/* END MEGA MENU */
/* START MEGA MENU CAROUSEL INFORMATION */
/*#li__carousel:hover {
    background-color: #ffffff;
}*/
/**/


/**/

/* END MEGA MENU CAROUSEL INFORMATION */


/* SEARCH BAR INFORMATION */
.search__wrapper {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    padding-top: 2px;
    padding-bottom: 2px;
    /*font-size: 16px;*/
    display: none;
    border: 0px solid orange;
}

.search__content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 3px;
    margin-bottom: 3px;
    /*border: 0px solid red;*/
    margin-left: 20px;
    width: 80%;
}

.search__input {
    width: 300px;
    border: 1px solid #fbafda;
    /*font-size: 10px;*/
    height: 30px;
    color: #9a9ea0;
    background-color: #ffffff;
    padding-left: 4px;
    border-right-style: solid;
    border-left-style: none;
}

    .search__input:focus {
        border: 1px solid #fbafda;
        outline: none !important;
        border-color: #fbafda;
        box-shadow: 0 0 0 0 #fbafda;
    }

.search__close--button {
    color: #fff;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    border-right-style: solid;
    width: 30px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

    .search__close--button:hover {
        cursor: pointer;
        background-color: #d1d1d1;
    }

.search__button {
    color: #fff;
    background-color: #fbafda;
    border: 1px solid #fbafda;
    border-left-style: none;
    width: 30px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

    .search__button:hover {
        cursor: pointer;
        background-color: #f4ccd1;
    }

.search__icon {
    /*font-size: 16px;*/
    vertical-align: middle;
    padding-left: 2px;
    color: #fff;
}

    .search__icon:hover {
        color: #fff;
    }
/* END SEARCH BAR INFORMATION */





/*.carousel__banner {
    width: 100%;
    border: 1px solid purple;
}*/
/*carousel__inner__custom {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1;
    margin: auto;
    width: 100%;
}*/
/*.carousel-img-width {
    width: 100%;
}*/

/* END ADVERT BANNER INFORMATION */



/*@media (max-width:480px) {
    #ninja-slider ul {
        padding-top: 50% !important;
    }
}*/

