﻿body.sticky_header_device_body,
header.header_in,
main {
    width: 100%;
    /*float: left;*/
}
header.header_in {
    width:100%;
    float:left;
    z-index:999998 !important;
}
body {
    width: 100%;
    float: left;
}
.page_header.element_to_stick {
    position: sticky;
    z-index: 99999;
}

@media screen and (max-width: 768px) {
    .page_header.element_to_stick {
        top: 81px;
    }
}

.modal {
    z-index:999999 !important;
}
.new_header {
    width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #fff;
    position: sticky;
    box-shadow: 2px 2px 8px #ebebeb;
    top: 0px;
    z-index: 999;
}
    .new_header li a,
    .new_header {
        font-weight: 600 !important;
    }
    .search_box {
        width: 40%;
        float: left;
        display: flex;
        flex-basis: fit-content;
        margin-left: 150px;
        border: 1px solid #ebebeb;
        border-radius: 4px;
        height:36px;
    }
    .search_box span {
        height: 36px;
        text-align: center;
        padding: 8px;
        padding-left: 15px;
    }
.find_style {
    padding-left:10px !important;
}
.border_style {
    position: relative;
}
    .border_style::before {
        content: "";
        position: absolute;
        left: 0px;
        width: 1px;
        height: 25px;
        background-color: #ebebeb;
        top: 6px;
    }
.search_box input {
    float: left;
    border: 0px;
    padding-left: 8px;
    font-family: sans-serif;
    box-shadow: none;
    height:34px;
}
    .search_box input::placeholder {
        color: #c9c9c9;
        font-family: sans-serif;
    }
.search_box .btn {
    background-color: #ebebeb;
    border-radius: 0px 4px 4px 0px;
}
    .search_box .btn:hover {
        background-color:#d9d9d9;
    }
    .search_box .btn:focus,
    .search_box .btn:active {
        outline: 0px;
        box-shadow: none;
    }
.bell_custom:before {
    content: "";
    position: absolute;
    background-color: red;
    width: 8px;
    height: 8px;
    top: 2px;
    right: -3px;
    border-radius: 50%;
    -webkit-animation: notify-pulse 1s infinite
}

@-webkit-keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0 #4c4b4b;
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

@keyframes notify-pulse {
    0% {
        box-shadow: 0 0 0 0 #4c4b4b;
    }

    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.profile_block {
    width: auto;
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    cursor:pointer;
}
.profile_name:before {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px 6px 0 6px;
    border-color: #173259 transparent transparent transparent;
    border-style: solid;
    content: "";
    right: -15px;
    bottom: -7px;
    top: -10px;
    margin: auto;
    cursor: pointer;
}
.profile_name {
    width: auto;
    float: left;
    padding: 7px 7px;
    position:relative;
}
.profile_dropdown {
    position: absolute;
    top: 43px;
    right: 0px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 2px 2px 8px #ccc;
    background-color: #fff;
    -webkit-animation: expand 0.5s;
     display: none; 
}
.mdevice_drop.profile_block .profile_dropdown {
    width: 160px;
}
.dropdown_show {
    display: block;
}
@-webkit-keyframes expand {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.profile_dropdown a:hover {
   
   /* color: #fbbb00 !important;*/
    text-decoration:none;
}
    .profile_dropdown a:last-child {
        border:0px;
    }
.profile_pic_div {
    width: 40px;
    float: left;
    height: 40px;
    position: relative;
    border: 1px solid #173259;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0px;
}
    .profile_pic_div img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
.no_search_right_menu li a {
    padding: 7px 0px !important;
}
@media (max-width:500px) {
   
    .search_box {
        width: 100%;
        margin: 0px;
    }
 
}
.profile_dropdown a {
    padding: 10px 15px !important;
    border-bottom: 1px solid #fbbb00;
    color: #ffbd00 !important;
    font-size: 16px !important;
    width: 100%;
    float: left;
}
.menuBtn_device {
    height: 30px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 9999;
    display: none;
}

    .menuBtn_device > span {
        background-color: #5A6169;
        border-radius: 1px;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -15px;
        transition: height 100ms;
    }

        .menuBtn_device > span:after, .menuBtn_device > span:before {
            content: '';
            background-color: #5A6169;
            border-radius: 1px;
            height: 2px;
            width: 100%;
            position: absolute;
            right: 0px;
            margin-left: -15px;
            transition: all 200ms;
        }

        .menuBtn_device > span:after {
            top: -6px;
        }

        .menuBtn_device > span:before {
            bottom: -6px;
        }

    .menuBtn_device.act > span {
        height: 0;
    }

        .menuBtn_device.act > span:after, .menuBtn_device.act > span:before {
            background-color: #e40514;
            top: 1px;
        }

        .menuBtn_device.act > span:after {
            transform: rotate(45deg);
        }

        .menuBtn_device.act > span:before {
            transform: rotate(-45deg);
        }

.mainMenu_device {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    width: 74%;
    text-align: center;
    box-shadow: none !important;
    overflow: hidden;
    padding-top: 0px;
}

    .mainMenu_device.act {
        opacity: 1;
        transform: scale(1);
    }

        .mainMenu_device.act ul li {
            opacity: 1;
            transform: translateX(0);
            border-top: 1px solid #ebecef;
        }

            .mainMenu_device.act ul li:last-child {
                border-bottom: 1px solid #ebecef;
            }

    .mainMenu_device ul {
        display: table-cell;
        vertical-align: middle;
        list-style: none;
        padding-inline-start: 0px;
        padding-top: 8px;
    }

    .mainMenu_device li {
        padding: 8px 0;
        transition: all 400ms 510ms;
        opacity: 0;
        text-align: left;
        padding-left: 17px;
    }

        .mainMenu_device li:nth-child(odd) {
            transform: translateX(30%);
        }

        .mainMenu_device li:nth-child(even) {
            transform: translateX(-30%);
        }

        .mainMenu_device li:last-child {
            transform: none;
        }

    .mainMenu_device a {
        color: #808080;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
    }

@media(max-width:500px) {
    .header_z_ind #logo img {
        float: none;
    }

    .menuBtn_device {
        display: unset;
    }

    .mainMenu_device {
        display: table !important;
        transition: all 500ms cubic-bezier(0.68,-0.55,0.265,1.55);
        transform: scale(0);
        opacity: 0;
    }
}
/*style start for device menu*/
.header_z_ind {
    z-index: 999 !important;
    text-align: center;
}

.header_cart_sub_menu {
    width: auto;
    float: right;
    position: relative;
    z-index: 9;
    left: 10px;
    top: 7px;
}

    .header_cart_sub_menu a {
        font-size: 18px;
        cursor: pointer;
        padding-left: 5px;
    }

.header_menu_top_search {
    width: 60%;
    float: left;
    margin-left: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .header_menu_top_search .header_menu_top_search_1 {
        width: 15%;
        float: left;
    }

    .header_menu_top_search .header_menu_top_search_2 {
        width: 30%;
        float: left;
        position: relative;
    }

    .header_menu_top_search .header_menu_top_search_3 {
        width: 49%;
        float: left;
        position: relative;
    }

    .header_menu_top_search .header_menu_top_search_4 {
        float: left;
        width: 6%;
    }

.header_menu_top_search_4 button {
    width: 45px;
    height: 40px;
    background-color: #fbbb00;
    border-color: #fbbb00;
    color: white;
    border-radius: 0;
}

.header_menu_top_search div input {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
}

.header_menu_top_search_2_pin {
    position: absolute;
    top: 10px;
    left: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: white;
    border-right: 1px solid #ccc;
}

    .header_menu_top_search_2_pin i {
        cursor: pointer;
        color: #fbbb00;
    }

.header_menu_top_search_1 select {
    border: none;
}

@media(max-width:500px) {
    .header_menu_top_search {
        width: 100%;
        margin-left: 0px;
    }

        .header_menu_top_search .header_menu_top_search_1 {
            width: 20%;
        }

        .header_menu_top_search .header_menu_top_search_2 {
            width: 30%;
        }

        .header_menu_top_search .header_menu_top_search_3 {
            width: 38%;
        }

        .header_menu_top_search .header_menu_top_search_4 {
            width: 10%;
        }

    .header_menu_top_search_2_pin {
        left: unset;
    }
}

.form-control {
    min-height: 0px !important;
}

.hover_content {
    color: #17a2b8;
}

    .hover_content:hover {
        text-decoration: underline;
    }
.listing_block .mo_b_table {
    min-height: 100px;
}
@media(max-width:500px) {
    .header_z_ind #logo img {
        float: none;
    }
}
/*style start for device menu*/
.header_z_ind {
    z-index: 999 !important;
    text-align: center;
}

.header_cart_sub_menu {
    width: auto;
    float: right;
    position: relative;
    z-index: 9;
    left: 10px;
    top: 7px;
}

    .header_cart_sub_menu a {
        font-size: 18px;
        cursor: pointer;
        padding-left: 5px;
    }

.header_menu_top_search {
    width: 60%;
    float: left;
    margin-left: 50px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .header_menu_top_search .header_menu_top_search_1 {
        width: 15%;
        float: left;
    }

    .header_menu_top_search .header_menu_top_search_2 {
        width: 30%;
        float: left;
        position: relative;
    }

    .header_menu_top_search .header_menu_top_search_3 {
        width: 49%;
        float: left;
        position: relative;
    }

    .header_menu_top_search .header_menu_top_search_4 {
        float: left;
        width: 6%;
    }

.header_menu_top_search_4 button {
    width: 45px;
    height: 40px;
    background-color: #fbbb00;
    border-color: #fbbb00;
    color: white;
    border-radius: 0;
}

.header_menu_top_search div input {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-radius: 0;
}

.header_menu_top_search_2_pin {
    position: absolute;
    top: 10px;
    left: 200px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: white;
    border-right: 1px solid #ccc;
}

    .header_menu_top_search_2_pin i {
        cursor: pointer;
        color: #fbbb00;
    }

.header_menu_top_search_1 select {
    border: none;
}
.search_for_device {
    display:none;
}
.yellow_button {
    background-color: #faa822 !important;
    color: #333 !important;
    border-color: #c77f09 !important;
}
@media(max-width:500px) {
    .search_for_device {
        display: block;
        background-color: #f4f5f8;
        width: 100%;
        float: left;
    }
        .search_for_device .category_search_inp_div {
            display: flex;
            margin: 15px 10px;
            width: calc(100% - 20px);
            background-color: #fff;
        }
    .search_box .btn {
        background: #FFBD00;
        color: #333;
    }
    body {
        width: 100%;
        float: left;
    }

        body header {
            display: none;
        }

    .header_menu_top_search {
        width: 100%;
        margin-left: 0px;
    }

        .header_menu_top_search .header_menu_top_search_1 {
            width: 20%;
        }

        .header_menu_top_search .header_menu_top_search_2 {
            width: 30%;
        }

        .header_menu_top_search .header_menu_top_search_3 {
            width: 38%;
        }

        .header_menu_top_search .header_menu_top_search_4 {
            width: 10%;
        }

    .header_menu_top_search_2_pin {
        left: unset;
    }
}

.form-control {
    min-height: 0px !important;
}

.hover_content {
    color: #17a2b8;
}

    .hover_content:hover {
        text-decoration: underline;
    }