/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 5, 2014, 1:11:58 AM
    Author     : Dilan
*/

* {
    /*font-family: 'Roboto' !important;*/
}

@font-face {
    font-family: 'aller';
    src: url('Fonts/Aller_lt.ttf');
}

@font-face {
    font-family: 'MyriadPro_Regular';
    src: url('Fonts/MyriadPro-Regular.otf');
}

@media only screen and (max-width: 960px) {
    .row {
        max-width: 100%;
    }
}

.rounded {
    border-radius: 20px;
}

.w-100 {
    width: 100%;
}

.button.active {
    background: none repeat scroll 0 0 #505050 !important;
}

.button_size {
    max-width: 100px;
    float: left;
}

.button_size2 {
    max-width: 200px;
    float: left;
}

.mobishop_body {
    background: #f9f9f9;
}

.main_header_outer_wrapper {
    background: #fff;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.main_header_upper {
    width: 100%;
    min-height: 65px;
    display: block;


}

.logo_area {
    display: flex;
    /*align-content: center;*/
    /*justify-content: center;*/
}

.main_logo {
    margin: 20px;
    max-height: 75px;
    float: left;
}

.main_logo_text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
@media only screen and (max-width: 760px) {
    .main_logo {
        max-width: max-content !important;
        max-height: 100px;
        width: 100%;
        contain: content;
        margin-left: auto;
        margin-right: auto;
    }
}

.main_header_nav_wrapper {
    width: 100%;
    max-width: none;

    display: block;
    background: #ff0000
}

.main_header_search_wrapper {

}

.top-bar {
    height: 53px;
}

.top-bar:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.top-bar ul li a:not(.button) {
    padding: 4px 16px !important;
    font-size: 13px;
    font-family: 'Roboto';

}

.top-bar .button {
    padding-top: 10px;
    padding-bottom: 8px;
    font-family: 'Roboto';
    background: #505050 !important;
    padding-left: 5px;
    padding-right: 5px;
}

.top-bar .button:hover {
    background: #777 !important;
}

#breadcrumbs-two {
    overflow: hidden;
    width: 100%;
    list-style: none;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#breadcrumbs-two li {
    float: left;
    margin: 0 .5em 0 1em;
}

#breadcrumbs-two a {
    background: #eeeeee;
    padding: .3em 1em;
    float: left;
    text-decoration: none;
    color: #444;
    position: relative;
    font-size: 13px;
    font-family: 'Roboto';
}


#breadcrumbs-two a:hover {
    background: #fafafa;
}

#breadcrumbs-two li:first-child a:hover {
    background: #EEEEEE;
}

#breadcrumbs-two a::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #eeeeee #eeeeee #eeeeee transparent;
    left: -1em;
}

#breadcrumbs-two li:first-child {
    margin-left: 0px;
}

#breadcrumbs-two li:first-child a:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-width: 1.5em 0 1.5em 1em;
    border-style: solid;
    border-color: #eeeeee #eeeeee #eeeeee transparent;
    left: 0;
}

#breadcrumbs-two a:hover::before {
    border-color: #fafafa #fafafa #fafafa transparent;
}

#breadcrumbs-two a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid #eeeeee;
    right: -1em;
}

#breadcrumbs-two a:hover::after {
    border-left-color: #fafafa;
}

#breadcrumbs-two li:first-child a:hover::after {
    border-left-color: #EEEEEE;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover {
    font-weight: bold;
    background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before {
    content: normal;
}

.divider {
    border-right: 5px solid #fff !important;
    /*opacity: 0.6;*/
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: 1px solid #fff;
    /*opacity: 0.4;*/
}

.top-bar .active {
    background: #505050;
}

.main_header_upper_menu {
    /*float: right;*/
    list-style: none;
    color: #b2b2b2;
    /*display: block;*/
    margin: 0px;
    margin-top: 20px;
    padding: 0px;
    display: flex;
    margin-left: auto;
    order: 2;
}

.main_header_upper_menu li {
    float: left;

    margin-right: 10px;
}

.main_header_upper_menu li a {
    font-family: 'aller';
    text-transform: uppercase;
    font-size: 12px;
    transition: color 300ms ease-out 0s;
    color: #b2b2b2;

}

.main_header_upper_menu li a:hover {
    color: #303030;
}

.header_contact_wrapper {
    float: right;
    margin-bottom: 0px;
    clear: right;
    line-height: 20px;
    margin-top: 18px;
}

.header_contact_label {
    font-family: 'aller';
    text-transform: uppercase;
    font-size: 14px;
    color: #949393;
}

.header_contact_number {
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 38px;
    color: #949393;
    font-weight: bold;

}

.nav_contact {
    padding: 0px;
    margin: 0px;
    margin-right: 20px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    display: block;
    opacity: 0.8;
    float: right;
    color: #0e90d2;


}

.owl-buttons div {
    border-radius: 3px !important;
    z-index: 99999999 !important;
    padding: 5px !important;
    background: #fff !important;
    opacity: 0.99 !important;
    border: 3px solid #ebeae9;
    border-right: none;
    color: #505050 !important;
    font-weight: bold;
    font-size: 24px;
}

.owl-prev {
    float: right;
    margin-top: -33px !important;
    margin-right: 23px !important;
}

.owl-next {
    float: right;
    margin-top: -33px !important;
    margin-right: 0px !important;
}

.home_featured_wrapper {
    padding: 10px;
    width: 95%;
    position: relative;
    height: 220px;
    background: #fff;
    padding: 10px 10px;
    padding-right: 0px;
    float: left;
    margin: 2.8%;
    /*-webkit-box-shadow: 0 0 5px 0 #C9C9C9;*/
    /*box-shadow: 0 0 5px 0 #C9C9C9;*/

}

#mobishop_featured_carousel .owl-item {
    /*margin: 10px;*/
}

@media only screen and (max-width: 640px) {
    #mobishop_featured_carousel {
        padding: 10px;
    }
}

.home_featured_wrapper .featured_thumb {
    width: unset !important;
    max-width: 138px !important;
    height: auto;
    max-height: 200px;
    float: left;

}

.home_featured_wrapper .featured_left_wrapper {
    float: left;
    width: 215px;
    text-align: center;
}

.home_promo_wrapper {
    position: relative;
}

.home_promo_item {
    display: block;
    overflow: hidden;
    position: relative;
    /*max-height: calc(50% - 5px);*/
}

.home_promo_item a {
    max-height: calc(100% - 5px);
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

.home_shop_info {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #686565;
}

.home_shop_info_segment {
    padding: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

.home_dealer_title {
    color: #292626;
    font-weight: bold;
}

.featured_left_wrapper .featured_brand {
    font-size: 26px;
    font-weight: bold;
    color: #9a9898;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;

}

.featured_left_wrapper .featured_model {
    font-size: 14px;
    font-weight: bold;
    color: #9a9898;
    text-align: center;
    line-height: 14px;
}

.home_featured_wrapper:last-of-type {
    margin-right: 0px;
}

.featured_price {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #252525;
    text-align: center;
}

.mobishop_element a:hover {
    background: #505050 !important;
    color: #fff !important;
    border: none;
    box-shadow: none;
}

.featured_link {
    padding: 8px 25px;
    background: #fff;
    border: 2px solid #86c114;
    border-radius: 20px;
    color: #3c3c3c;
    font-size: 14px;
}

.featured_link:hover {
    background: #a3d640;
    color: #fff;
}

.featured_link:active, .featured_link:focus {
    color: #fff !important;
}

.featured_tag {
    position: absolute;
    top: -9px;
    right: -10px;
    width: auto !important;
    width: auto !important;
}

.mobishop_panel_wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    float: left;
    /*-webkit-box-shadow: 0 0 5px 0 #C9C9C9;*/
    /*box-shadow: 0 0 5px 0 #C9C9C9;*/

}

.review_wrapper {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.mobishop_panel_header {
    width: 100%;
    position: relative;
    background: #fff;
    float: left;
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 30px;
    margin-top: 30px;

}

.phones_wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    float: left;
    padding: 10px;

}

.mobishop_panel_header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.mobishop_panel_header_links {
    padding: 10px 20px;
    float: left;
    border-right: 5px solid #fff;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.mobishop_panel_header_links:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

@media only screen and (max-width: 960px) {
    .mobishop_panel_header_links {
        width: 50%;
    }

    .mobishop_panel_header_links.panel_active {
        width: 100%;
    }
}

.only_on_mobile {
    display: none;
}

.only_on_tabs {
    display: none;
}

.only_on_pc {
    display: none;
}

.only_on_tabs_and_pc {
    display: none;
}

.phone_item_wrapper {
    background: #fff;
    width: 20%;
    height: 350px;
    text-align: center;
    border: 1px solid #f6f5f4;
    padding: 10px;
    position: relative;
    float: left;
}

.phone_item_wrapper:hover {
    /*border: 1px solid #c9c9c9;*/
    -webkit-box-shadow: 0 0 5px 0 #C9C9C9;
    box-shadow: 0 0 5px 0 #C9C9C9;
}

.phone_item_wrapper_big {
    background: #fff;
    width: 39%;
    margin-right: 1%;
    height: 510px;
    border: 1px solid #f6f5f4;
    border-radius: 10px;
}

.phone_item_image_big {
    max-height: 280px;
    max-width: 100%;
    min-height: 280px;
    object-fit: contain;
}

@media only screen and (max-width: 960px) {
    .phone_item_wrapper_big {
        width: 100% !important;
    }

    .phone_item_image_wrapper_big {
        height: 220px;
        width: auto;
    }

    .phone_item_image_big {
        max-height: 200px;
        max-width: 100%;
        min-height: unset;
    }
}

.home_best_selling_popular_titile {
    text-align: left;
    width: 80%;
    padding: 20px;
    color: #686868;
    font-weight: bold;
}

.phone_item_image {
    aspect-ratio: auto;
    object-fit: contain;
    max-height: 212px;
}

.scrollMobile {
    width: 405px;
    /*width: calc(100% - 700px);*/
    position: fixed;
    top: 0px;
    padding-top: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 #C9C9C9;
    box-shadow: 0 0 5px 0 #C9C9C9;

}

.scrollMobile_image {
    width: 170px;
    float: left;
    margin-right: 5px;
}

.scrollMobile_title {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    color: #9f9e9e;
    width: calc(100% - 175px);
    float: left;

}

.scrollMobile_rating {
    float: left;
    width: calc(100% - 175px);
}

.scrollMobile_price {
    float: left;
    width: calc(100% - 175px);
}

.scrollMobile_price .phone_view_current_price {
    font-size: 25px;
}

.scrollMobile_rating .srarRating {
}

.scrollMobile_button_panel {
    float: left;
    /*width: calc(100% - 175px);*/
    width: 100%;
}

.scrollMobile_button {
    font-size: 12px;
    color: #5A5A5A;
    width: 49%;
    float: left;
    background: #eee;
    padding: 10px 0px;
    margin: 0px 0.5%;
    text-align: center;
}

.scrollMobile_button:hover {
    background: #e1e1e1;
    color: #5a5a5a;
}

.scrollMobile_arrow {
    float: right;
    margin-right: -10px;
    margin-top: -50px;
}

.phone_item_title {
    text-align: center;
    font-family: 'Roboto';
    font-size: 15px;
    color: #868686;
    font-weight: bold;
    line-height: 15px;
    padding-top: 5px;
    min-height: 34px;
}

.phone_item_price {
    text-align: center;
    font-family: 'Arial';
    font-size: 24px;
    color: #504f4f;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 3px;
}

.phone_item_cents {
    font-size: 13px;
    color: #86c114;
    font-variant-position: super;
    line-height: 10px;
}

.phone_item_offer_tag {
    position: absolute;
    top: 0px;
    right: 0px;
}

.news_list_thumb {
    width: 100px;
    margin-right: 10px;
    float: left;
}

.news_list_title {
    font-size: 24px;
    font-weight: bold;
}

.gry_fonts {
    color: #b9b9b9;
}

.news_body_wrapper {
    width: calc(100% - 110px);
    float: left;
}

.lower_3_panels {
    width: calc(32.3%);
    height: 200px;
    float: left;
    margin-right: 1.5%;
    background: #fff;
    padding: 10px;
}

.lower_3_panels:last-of-type {
    margin-right: 0px;
}

.lower_iphone {
    float: left;
}

.lower_call_wrapper {
    width: calc(100% - 81px);
    margin-left: 10px;

    float: left;
    border-bottom: 1px solid #d8d8d7;
}

.lower_call_label {
    font-family: 'aller';
    text-transform: uppercase;
    font-weight: bold;
    color: #bdbdbd;
    margin-top: 10px;
    line-height: 14px;
    font-size: 14px;
}

.lower_call_number {
    font-family: 'Arial';
    text-transform: uppercase;
    font-weight: bold;
    color: #696969;
    margin-top: -20px;
    line-height: 24px;
    font-size: 24px;
}

.lower_call_locate {
    width: 100%;
    text-align: center;
    background: #c8c8c7;
    padding: 10px 0px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: calc(100% - 81px);
    margin-left: 10px;
    float: left;
    margin-top: 10px;
    transition: background-color 300ms ease-out 0s;

}

.lower_call_locate:hover {
    background: #7b7b7b;
    color: #fff;
}

.lower_trcsl {
    text-align: center;
}

.warrenty_seal_wrapper {
    text-align: center;
    position: relative;
    float: left;
}

.warrenty_seal_wrapper:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.lower_trcsl_desc {
    text-align: left;
    font-family: 'Roboto';
    /*text-transform: uppercase;*/
    color: #bdbdbd;
    font-size: 14px;
    line-height: 14px;
}

.phone_view_warrenty_container p {
    text-align: left;
    font-family: 'Roboto';
    /*text-transform: uppercase;*/
    color: #181818;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

.lower_warrenty_number {
    font-family: 'Arial' !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
    /*margin-top: -128px;*/
    position: absolute;
    top: 22%;
    width: 100%;

}

.lower_warrenty_number_gadgets {
    font-family: 'Arial' !important;
    font-size: 30px !important;
    font-weight: bold !important;
    color: #fff !important;
    text-align: center !important;
    /*margin-top: -128px;*/
    position: absolute;
    top: 32%;
    left: 43%;

}

.footer_wrapper {
    width: 100%;
    position: relative;
    background: #fff;
    float: left;
    padding: 10px;
}

.footer_container {
    width: 33.3%;
    height: auto;
    float: left;
    position: relative;
}

.footer_map {
    float: left;
}

.footer_dealer_name {
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 14px;
    color: #696969;
    font-weight: bold;
}

.Footer_text_container {
    font-family: 'aller';
    font-size: 13px;
    line-height: 13px;
    color: #b3b3b2;
    font-weight: normal;
}

.footer_menu {
    list-style: none;
}

.footer_menu_li {
    border-bottom: 1px solid #f3f3f3;
}

.footer_menu_link {
    color: #b2b2b2;
    font-size: 13px;
    font-weight: normal;
    font-family: 'aller';
}

.footer_phone_count_image {
    float: left;
    margin-right: 10px;
}

.footer_phone_count_wrapper {
    margin-top: 20px;
    margin-left: 50px;
    clear: both;
}

.footer_phone_count_label {
    width: calc(100% - 44px);
    float: left;
    color: #c4c4c4;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    font-family: 'aller';
    padding: 0px;
    margin: 0px;
    line-height: 12px;
}

.footer_phone_count_number {
    float: left;
    color: #c4c4c4;
    text-transform: uppercase;
    font-size: 72px;
    font-weight: bold;
    font-family: 'Arial';
    line-height: 65px;
    padding: 0px;
    margin: 0px;
}

.footer_visa_wrapper {
    float: left;
    clear: both;
    margin-top: 40px;
    margin-left: 50px;
}

.footer_visa_image {
    float: left;
    margin-right: 5px;
}

.copyright {
    width: 100%;
    padding: 10px 10px !important;
    background: #6b6b6b;
    font-size: 12px;
    color: #eeeeee;
    float: left;
    clear: both
}

.copyright_text {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    color: #acacac;
    font-family: 'Arial';
}

.phone_view_left_wrapper {
    width: 100%;
    height: auto;
    float: left;
    position: relative;

}

.phone_view_right_wrapper {
    float: right;
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 10px;
    border: 1px solid #e9e9e9;
    /*border-left: 5px solid #e9e9e9;*/
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
}

.phone_view_title {
    font-family: 'Arial';
    font-size: 30px;
    color: #252525;
    font-weight: bold;
    float: left;
    clear: both;
}

.phone_rating {
    float: left;
    clear: both;
}

.phone_view_star {
    float: left;
    margin-right: 10px;
}

.phone_view_rating_label {
    font-family: 'Arial';
    font-size: 12px;
    color: #919191;
    float: left;
}

.phone_view_inner_container {
    width: 100%;
    height: auto;
    border: 1px solid #e9e9e9;
    padding: 10px;
    float: left;
    clear: both;
    border-radius: 10px;

}

.phone_view_inner_container:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.phone_view_current_price {
    font-family: 'Tahoma', 'Arial';
    font-size: 31px;
    font-weight: bold;
    color: #4c4b4b;
    float: left;
    line-height: 30px;
}

.stock_availibity {
    padding: 15px;
    float: right;
    font-family: 'Aller', 'Arial';
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 18px;
    margin: 0px;
    border-radius: 5px;


}

.stock_small {
    font-size: 12px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    line-height: 12px;
    float: left;
}

.stock_available {
    background: #86c114;
}

.stock_not_available {
    background: #d4d4d4;
}

.special_offers {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.phone_view_options {
    width: calc(100% + 20px);
    float: left;
    clear: both;
    margin-bottom: 10px;
    background: #fafafa;
    padding-bottom: 10px;
    margin-left: -10px;
    margin-top: 10px;
    padding: 10px;
}

.phone_view_options_title {
    font-family: 'Arial';
    font-size: 18px;
    font-weight: lighter;
    color: #838181;
    text-align: left;
}

.phone_view_warrentty {
    width: 100%;
    float: left;
    clear: both;
}

.phone_view_warrentty:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.phone_view_warrenty_container {
    width: calc(100% - 227px);
    float: left;
    margin-left: 5px;
}

.tab_wrapper {
    padding-top: 0px;
}

.review_link {
    width: 80%;
    float: left;
    font-size: 16px;
}

.review_link h2 {
    font-size: 20px;
    color: #282828;
    font-weight: bold;
    line-height: 20px;
    font-style: italic;
}

.reviewer_and_date {
    float: right;
    width: calc(20% - 10px);
    clear: right;
    font-size: 11px;
    color: #b1b3b5;
    text-align: right;
    line-height: 13px;
}

.review_content {
    width: 100%;
    float: left;
    clear: both;

}

.review_content p {
    font-size: 14px;
}

.review_view_more_link {
    float: left;
    clear: both;
    font-size: 13px;
}

.review_item {
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 15px solid #ddd;

}

.reviwer {
    color: #666666;
    font-size: 13px;
}

.review_ul {
    list-style: none;
}

.review_ul li {
    margin-bottom: 15px;
}

.srarRating {
    width: 80%;
    float: left;
    clear: both;
}

.reviewStar {
    /*float: left;*/
    color: #ffba00;
    font-size: 14px;
}

.reviewStar_empty {
    color: #bdb6b6;
    font-size: 14px;
}

.phone_item_image_mobile_view {
    display: none;
}

.phone_item_image_wrapper {
    width: auto;
    height: 212px;
}

.phone_item_image_wrapper_big {
    height: 280px;
    width: auto;
}

@media only screen and (max-width: 960px) {
    .phone_item_image_wrapper_big {
        height: 220px;
        width: auto;
    }

    .phone_item_wrapper_big {
        height: 444px;
        margin-top: 45px;
    }

}

.searchText {

    /*width: calc(100% - 460px) !important;*/
    width: 386px;
}


.home_dealer_info {
    width: 100%;
    display: block;
    text-align: center;
}

.home_dealer_info .logo {
    max-width: 200px;
    max-height: 200px;
    width: 70%;
}

@media only screen and (max-width: 1280px) {
    .searchText {
        width: 280px !important;
    }
}

@media only screen and (max-width: 40em) {
    /*phone*/
    .home_featured_wrapper {
        width: 95% !important;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .phone_item_wrapper {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0px;
    }

    .featured_thumb {
        width: 110px !important;
    }

    .only_on_mobile {
        display: block;
    }

    .lower_3_panels {
        width: 100%;
        margin: 0px;
        margin-bottom: 5px;
    }

    .footer_container {
        width: 100%;
        margin: 0px;
        margin-bottom: 5px;
        border-bottom: 5px solid #ebeae9;
    }

    .phone_view_right_wrapper {
        margin-left: 0px;
        width: 100%;

    }

    .phone_item_image_mobile_view {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .phone_view_current_price {
        font-size: 24px;
    }

    .stock_availibity {
        width: 100%;
    }

    .phone_view_warrenty_container {
        width: 100%;
    }

    .warrenty_seal_wrapper {
        /*        clear: both;
                float: left;*/
    }

    .only_on_tabs_and_pc_link {
        display: none;
    }

    .review_link {
        width: 100%;
    }

    .reviewer_and_date {
        width: 100%;
        float: left;
        text-align: left;
    }

    .searchText {
        width: 100% !important;
    }
}

.overview_feature {
    width: calc(50% - 20px);
    height: 50px;
    margin-right: 20px;
    float: left;


}

.mobishop_bullete1 {
    margin-right: 5px;
    color: #b4b4b4;

}

.mobishop_tab_title {
    color: #5a5a5a;
    word-wrap: initial;
}

.phone_view_table {
    width: 100%;
}

.no_margin {
    margin: 0px !important;
}

.no_padding {
    padding: 0px !important;
}

.phone_view_image_gallery {
    width: 100%;
    clear: both;
    float: left;
    margin-top: 20px;
}

.phone_view_thumb {
    padding: 5px;
    background: #fff;
    border: 1px solid #f2f2f2;
    display: block;

}

.phone_view_thumb:hover {
    border: 1px solid #dddada;
}

.phone_view_thumb:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

.phone_view_thumb img {
    height: 100px;
}

.phone_view_thumb_li {
    margin: 0px !important;
    margin: 5px !important;
}

.phone_view_price_widget {
    margin-top: 15px;
}

.browse_left_area {
    float: left;
    background: #fff;
    /*position: relative;*/
    min-height: 250px;
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 100px;
}

.home_dealer_beanding {
    float: left;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start; /* align items in Main Axis */
    align-items: stretch; /* align items in Cross Axis */
    align-content: stretch; /* Extra space in Cross Axis */
}

.browse_left_area:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
}

@media only screen and (max-width: 1024px) {
    .browse_left_area {
        display: none;
    }
}

.browse_brands_links {
    float: left;
    width: 100%;
    padding: 10px;
    text-align: left;
    color: #909090;
    font-size: 14px;
    transition: color 300ms ease-out 0s;
    border-bottom: 2px solid #b1b1b12e;
}

.browse_brands_links:hover {
    color: #737474;
    background: #f8f8f8;
}

.browse_i {
    /*display: none;*/
}

.browse_active {
    background: #fafafa;
}

.browse_pagintions {
    float: left;
    clear: both;
    padding-top: 20px;
}

@media only screen and (min-width: 800px) {
    div.main_header_nav_wrapper.fixed nav.top-bar section.top-bar-section p.right {
        display: block;
    }

    .only_on_tabs_and_pc {
        display: block;
    }

    .only_on_tabs_and_pc_link {
        display: inline;
    }
}

@media only screen and (min-width: 800px) {
    div.main_header_nav_wrapper.fixed nav.top-bar section.top-bar-section p.right {
        display: block;
    }
}

@media only screen and (max-width: 960px) {
    .scrollMobile_title {
        width: 90%;
        text-align: center
    }

    .scrollMobile_rating {
        float: none;
        width: 100%;
        text-align: center
    }

    .scrollMobile_rating .srarRating {
        width: 90%;
        text-align: center;
    }

    .scrollMobile_rating .phone_view_rating_label {
        width: 90%;
        text-align: center;
    }

    .scrollMobile_button_panel {
        width: 90%;
        text-align: center;
        margin-left: 6px;

    }

    .scrollMobile_price .phone_view_current_price {
        width: 100%;
        text-align: center;
    }

    .scrollMobile_price {
        width: 90%;
        text-align: center;
    }

    .srarRating i.fa {
        float: none;
        text-align: center;
    }

    .scrollMobile {
        width: calc(100% - 575px);
        text-align: center;
    }

    .scrollMobile_image {
        float: none;
        text-align: center;
        margin-left: -20px;
        margin-top: 10px;
    }
}

.autocomplete-suggestions {
    border: 1px solid #e4e4e4;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
    box-shadow: 1px 1px 1px rgba(50, 50, 50, 0.2);
    z-index: 99999999999 !important;
    border-radius: 5px;

}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #FF0000;
}


.admin_td {
    height: 20px;
}

.admin_button {
    background: #fff !important;
}

.froala-editor {
    border: none !important;

}

.froala-element {
    border: 1px solid #CCCCCC !important;
}

.banner_upload_progress {
    display: none;
}

.accessories_phone_enabled {
    display: none;
}

.news_wrapper {
    padding: 10px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    /*tabs*/
    .featured_thumb {
        width: 41% !important;
    }

    .featured_left_wrapper {
        width: 55% !important;
    }

    .only_on_tabs {
        display: block;
    }
}

@media only screen and (min-width: 64.063em) {
    /*pc*/
    .only_on_pc {
        display: block;
    }
}

.admin_phone_custom_image_wrapper {
    width: 160px;
    height: 212px;
    display: flex;
    background: #c7cbc6;
    align-items: center;
    justify-content: center;
}

.admin_phone_custom_image_wrapper p {
    font-size: 16px;
    font-weight: bold;
    color: #939792;
}

.details_page_image {
    width: 100%;
    max-height: fit-content !important;
}

.phone_grid_item_feature1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #939792;
    font-weight: bold;
    line-height: 18px;
    padding: 10px;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
}

.phone_grid_item_feature_sub {
    font-size: 12px;
    color: #646963;
    font-weight: lighter;
    height: 35px;
    display: block;
    overflow-y: hidden;
}

.trcsl_title {
    font-family: 'Tahoma', 'Arial';
    font-size: 14px;
    font-weight: lighter;
    color: #838181;
    text-align: left;
}

.phone_view_right_wrapper_outer {
    background: #faf8f8;
}

@media only screen and (max-width: 960px) {
    .phone_view_right_wrapper_outer {
        margin-left: -50px;
        position: relative;
    }
}

.phone_specs_table {
    width: 100%;
}

.mobile_color {
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 15px;
}

.top-bar {
    background: #fafafa;
}

.search_button {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px !important;
}

.css_sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px;
    z-index: 99999999999;
}

.phone_overview_sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 100px;
    z-index: 99999999;
}

@media only screen and (max-width: 960px) {
    .css_sticky {
        position: relative !important;
        top: unset;
        z-index: inherit;
    }

    .phones_wrapper {
        padding: 0px;
    }

    .phone_overview_sticky {
        position: relative !important;
        top: unset;
        z-index: inherit;
        padding: 0px;
    }
}

.home_hero_wrapper {
    width: 100%;
    background: #fafafa;
}

.phone_view_gallery_wrapper {
    padding: 20px;
}

.phone_view_gallery_small {
    margin: 2px;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fafafa;
    height: 200px;
}

.phone_view_gallery_small:hover {
    border: 1px solid #dbdfe0;
    background: #ffffff;
    cursor: pointer;
}

.phone_view_gallery_small_image {
    max-width: 100%;
    max-height: 170px;
}

.phone_view_old_price {
    font-size: 14px;
    color: #949494;
    text-decoration: line-through;
    line-height: 12px;
}

.phone_view_precentage {
    margin-left: -30px;
    padding: 10px;
    background: #ffdf02;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    /*border: 1px dashed #0e0e0e;*/
}

.row_darker_full_width {
    width: 100%;
    background: #f9f9f9;
}

.phone_item_full_width {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 4px;
}

.phone_item_wrapper_full_with_dark {
    height: 704px;
    padding-top: 100px;
}

.new_phone_column {
    padding: 2px;
}

.mobishop_panel_header_darker {
    background: #f9f9f9;
    border-bottom: 1px solid #eae8e8;
}

.mobishop_panel_header_links_darker {
    border-right: 5px solid #f9f9f9;
}

.home_quick_jump {
    border-radius: 10px 10px 0px 0px;
    margin-top: -75px !important;
    z-index: 999999999999;

}

@media only screen and (max-width: 1130px) {
    .home_quick_jump {
        border-radius: 10px 10px 0px 0px;
        margin-top: 0px !important;
        z-index: 999999999999;

    }
}

@media only screen and (max-width: 1024px) {
    .home_quick_jump {
        display: none !important;

    }
}

.home_quick_jump_header {
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    color: #fff;
    font-weight: bold;
}

.home_top_nav {
    margin-left: calc(25% + 5px);
}

@media only screen and (max-width: 1130px) {
    .home_top_nav {
        margin-left: 0px;
    }
}

.home_quick_menu {
    list-style: none;
}

.home_quick_menu li {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
    margin-bottom: 5px;
    text-align: left;
}

.home_quick_menu li:last-child {
    border-bottom: none;
}

.home_quick_menu li:first-child {
    margin-top: 15px;
}

.home_quick_menu li a {
    color: #525252;
}

.home_quick_menu li a:hover {
    color: #1265a2;
}

.home_quick_menu li a i {
    color: #d6d6d6;
}

.browse_heading {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
    color: #3c3c3c;
    text-align: right;
    margin-top: -85px;
    margin-bottom: 35px;
}

.browse_heading img {
    background: #fff;
    border-top: 2px solid #f5f5f5;
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;
    border-bottom: 2px solid #fff;
    border-radius: 10px 10px 0px 0px;
}

.browse_view_header {
    background: #fafafa;
}

.phone_item_precentage_off {
    background: #ffdf02;
    color: #0e0e0e;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 5px solid #fff;
    line-height: 13px;
    padding-top: 13px;
    transform: rotate(-20deg);
    position: absolute;
    top: 70px;
    left: 10px;
}

@media only screen and (max-width: 1130px) {
    .browse_heading {
        margin-top: -78px;
        font-size: 16px;
        margin-right: 10px;
    }
}

.phone_item_precentage_off span {
    font-size: 13px;
}

.phone_item_special_offer {
    background: #178c4b;
    color: #ffdf02;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 5px solid #fff;
    line-height: 18px;
    padding-top: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px #3c3c3c;

}

.phone_item_special_offer span {
    font-size: 36px;
}


.phone_item_brand_image {
    margin-top: 102px;
}


.phone_view_precentage_off {
    background: #ffdf02;
    color: #0e0e0e;
    font-weight: bolder;
    font-size: 16px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 5px solid #fff;
    line-height: 13px;
    padding-top: 13px;
    transform: rotate(-20deg);
    position: relative;
    float: left;
}

.phone_view_precentage_off span {
    font-size: 13px;
}

.phone_view_special_offer {
    background: #178c4b;
    color: #ffdf02;
    font-weight: bolder;
    font-size: 18px;
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    border: 5px solid #fff;
    line-height: 18px;
    padding-top: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 2px 2px #3c3c3c;
    float: left;

}

.phone_view_special_offer span {
    font-size: 36px;
}

.phone_view_payment_methods_wrapper {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.phone_view_payment_methods_wrapper img {
    width: 50px;
}

.home_best_selling_main_special_offer {
    top: 100px;
}

.home_best_selling_main_special_offer_precentage {
    top: 170px;
}

.menu_bar {
    width: 100%;
    height: auto;
    display: block;
}

.home_main_hero_wrapper {

}

@media only screen and (max-width: 1024px) {
    .home_main_hero_wrapper {
        width: 100% !important;
    }
}

.phone_item_image.details_page_image {

}

@media only screen and (max-width: 1024px) {
    .phone_item_image.details_page_image {
        max-height: 200px;
        max-width: 100%;
        width: unset;
    }

    .phone_grid_item_feature1 {
        width: auto;
        margin: 5px;
    }

    .phone_grid_item_feature_sub {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .center_children_on_mobile {
        text-align: center !important;
    }

    .center_children_on_mobile > * {
        text-align: center !important;
    }

    .full_width_on_mobile {
        width: 100% !important;
    }

    .no_floating_on_mobile {
        float: unset;
    }

}

@media only screen and (max-width: 960px) {
    .phone_grid_item_feature1 {
        font-size: 12px !important;
        text-align: center;
        float: unset;
    }
}

.owl-carousel .owl-item img {
    /*width: calc(100% + 5px) !important;*/
}

#dealer_map {
    width: 100%;
    height: 800px;
    background: #fafafa;
}

.compare_view_wrapper table tr td:nth-child(1) {
    width: 20% !important;
    font-weight: bold;
}

.compare_view_wrapper table tr td:nth-child(2) {
    width: 40% !important;
}

.compare_view_wrapper table tr td:nth-child(3) {
    width: 40% !important;
}

.top-bar {
    height: 55px;
}

@media only screen and (max-width: 960px) {
    .top-bar {
        height: 45px;
    }
}

.video-container {
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    position: relative
}

body .video-container iframe {
    width: 100%;
    height: 200px
}

@media (min-width: 768px) {
    body .video-container iframe {
        width: 100%;
        height: 300px
    }
}
.mobishop_post_wrapper{
    padding: 10px;
    margin-bottom: 30px;
}
.post_item_wrapper_big{
    height: 325px;
}
.featured_post{
    border: none !important;
    height: auto !important;
    padding-bottom: 30px;
}
.post_item_image_big{
    width: 100%;
    max-height: 309px;
    aspect-ratio: auto;
    object-fit: contain;
}
.post_item_image{
    width: 100%;
    max-height: 209px;
    aspect-ratio: auto;
    object-fit: contain;
}
.post_title{
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.post_content{
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.p-10{
    padding: 10px;
}
.mb-10{
    margin-bottom: 10px;
}

.p-30{
    padding: 30px;
}
.rounded-small{
    border-radius: 10px;
}

.rounded-small-x{
    border-radius: 5px;
}

