#maincontent {
    color: #555555;
}

    #maincontent p a {
        color: #001871;
        text-decoration: underline;
    }

.page-code_lmshp-phonedetails .phone-details-body {
    padding-top: 25px;
}

.page-code_lmshp-phonedetails .phone-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.page-code_lmshp-phonedetails .phone-details h4 {
    font-size: 18px;
    color: #222;
}

.page-code_lmshp-phonedetails .phone-details ul {
    margin: 0;
    padding: 0;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

    .page-code_lmshp-phonedetails .phone-details ul li {
        display: block;
        list-style-type: none;
        padding: 0;
        margin-bottom: 15px;
    }

.page-code_lmshp-phonedetails .phone-prices > span {
    display: block;
}

.page-code_lmshp-phonedetails .phone-prices .discount {
    color: #555555!important;
    text-decoration: line-through;
    float: left!important;
    margin-right:10px;
}
.page-code_lmshp-phonedetails .phone-prices .discount-legal {
    font-size:13px!important;
}

.page-code_lmshp-phonedetails .phone-prices .discount sup {
    font-size: 100%;
    top: auto;   
}

.page-code_lmshp-phonedetails .phone-prices .regular,
.page-code_lmshp-simcarddetails .sim-price  {
    color: #002d72;
    font-size: 32px;
}

.page-code_lmshp-phonedetails .phone-prices .regular sup,
.page-code_lmshp-simcarddetails .sim-price sup {
    font-size: 67%;
    top: -.26em;
}

.page-code_lmshp-phonedetails .back-to-phones-list {
    padding-bottom: 5px;
    display: inline-block;
}

    .page-code_lmshp-phonedetails .back-to-phones-list i {
        font-size: 10px;
    }

.page-code_lmshp-phonedetails .device-name {
    margin-left: 5px;
}

.page-code_lmshp-phonedetails .pair-your-phone-with-sim {
    background: #049FDA;
    display: table;
    padding: 20px;
}

    .page-code_lmshp-phonedetails .pair-your-phone-with-sim .lucky-sim-card {
        width: 52px;
    }

.page-code_lmshp-phonedetails .pair-your-phone h2 {
    color: #fff;
    margin-bottom: 0;
}

.page-code_lmshp-phonedetails .pair-your-phone-table {
    padding-left: 40px;
}

.page-code_lmshp-phonedetails .pair-your-phone-with-sim,
.page-code_lmshp-phonedetails .pair-your-phone-table {
    display: table;
    width: 100%;
}

    .page-code_lmshp-phonedetails .pair-your-phone-with-sim > div {
        display: table-cell;
        vertical-align: middle;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-table .more-info i {
        font-size: 12px;
    }

@media (min-width: 768px) {
    .page-code_lmshp-phonedetails div.phone-image {
        margin-top: 10px;
    }

    .page-code_lmshp-phonedetails img.phone-image {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .page-code_lmshp-phonedetails img.product-image {
        margin: 0 auto;
        max-width: 100%;
        max-height: 100%;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-with-sim {
        padding: 15px;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-table > div {
        display: table-cell;
        vertical-align: middle;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-table .more-info {
        text-align: right;
    }

    .page-code_lmshp-phonedetails .you-may-also-like {
        padding-left: 20px;
    }

    .page-code_lmshp-phonedetails .phone-details {
        padding-right: 20px;
    }

    .page-code_lmshp-phonedetails .phone-details-body {
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .page-code_lmshp-phonedetails .container.pair-your-phone-with-sim-container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .page-code_lmshp-phonedetails .phone-details {
        padding-top: 40px;
    }

        .page-code_lmshp-phonedetails .phone-details .btn {
            display: block;
            width: 100%;
            float: none;
        }

    .page-code_lmshp-phonedetails .find-a-store-button {
        margin-bottom: 20px;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-table > div {
        display: block;
    }

    .page-code_lmshp-phonedetails .pair-your-phone-table .more-info {
        padding-top: 10px;
    }
}

/*Product grid*/

.page-code_lmshp-phonedetails .product-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-code_lmshp-phonedetails .product-list .product-price sup {
    font-size: 100%;
    top: auto;
}

.page-code_lmshp-phonedetails .product {
    width: 100%;
    padding: 15px;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    background-color: #fff;
    text-align: center;
    position: relative;
}

    .page-code_lmshp-phonedetails .product.promo-cell {
        background-color: transparent;
        border-top: 1px solid #d4d4d4;
    }

.page-code_lmshp-phonedetails .product-title {
    margin-bottom: 0;
}

.page-code_lmshp-phonedetails .product-img-wrap {
    margin-bottom: 15px;
}

.page-code_lmshp-phonedetails .product-img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.page-code_lmshp-phonedetails .product-price {
    font-size: 18px;
    line-height: 1;
    margin-top: 10px;
}

.page-code_lmshp-phonedetails .product-price-old {
    color: #d32020;
    text-decoration: line-through;
    line-height: 1;
    margin-top: 10px;
    min-height: 15px;
}

.page-code_lmshp-phonedetails .product-btn {
    margin-top: 25px;
    width: 100%;
}

.page-code_lmshp-phonedetails .product-tag.product-tag-new {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 3px;
    padding: 15px;
    line-height: 1;
}

.page-code_lmshp-phonedetails .product-tag-new {
    color: #fff;
    background-color: #002d72;
}

@media(min-width: 520px) {
}

@media(min-width: 768px) {

    .page-code_lmshp-phonedetails .product-list {
        border-bottom: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-code_lmshp-phonedetails .product {
        width: 33.3333%;
        margin: 0;
        padding-bottom: 80px;
        border: none;
        border-right: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }

        .page-code_lmshp-phonedetails .product:nth-child(-n+3) {
            border-top: 1px solid #d4d4d4;
        }

        .page-code_lmshp-phonedetails .product:nth-child(3n+1) {
            border-left: 1px solid #d4d4d4;
        }

    .page-code_lmshp-phonedetails .product-img-wrap {
        overflow: hidden;
        margin: inherit auto;
        position: relative;
    }

    .page-code_lmshp-phonedetails .product-img-sizer {
        width: 100%;
        padding-bottom: 100%;
    }

    .page-code_lmshp-phonedetails .product-img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .page-code_lmshp-phonedetails .product.promo-cell {
        padding: 15px;
        border-color: transparent;
        border-bottom: transparent;
    }

    .page-code_lmshp-phonedetails .product-btn {
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
}

@media(min-width: 992px) {

    .page-code_lmshp-phonedetails .container.product-container {
        width: 970px;
    }

    .page-code_lmshp-phonedetails .container.product-list-container,
    .page-code_lmshp-phonedetails .container.you-may-also-like-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-code_lmshp-phonedetails .technical-spec-modal .modal-header .close {
    margin-top: -2px;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 1;
    font-size: 25px;
    color: #002D72;
}

.page-code_lmshp-phonedetails .technical-spec-modal .modal-title {
    padding: 30px 75px 30px 30px;
    line-height: 1;
}

.page-code_lmshp-phonedetails .technical-spec-modal .modal-header {
    padding: 0;
    position: relative;
    border: none;
}

.page-code_lmshp-phonedetails .technical-spec-modal .boxContent {
    padding-left: 20px;
}


.page-code_lmshp-phonedetails .technical-spec-modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.page-code_lmshp-phonedetails .technical-spec-modal.modal {
    z-index: 1200;
}

.page-code_lmshp-phonedetails .modal-backdrop {
    z-index: 1199;
}

.page-code_lmshp-phonedetails .you-may-also-like {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .page-code_lmshp-phonedetails .technical-spec-modal .modal-content {
        min-height: inherit;
    }
}

.page-code_lmshp-phonedetails .phone-features {
    display: table;
    width: 100%;
    padding-bottom: 20px;
}

.page-code_lmshp-phonedetails .phone-features-row {
    display: table-row;
}

.page-code_lmshp-phonedetails .phone-features-cell {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

    .page-code_lmshp-phonedetails .phone-features-cell .icon-cell,
    .page-code_lmshp-phonedetails .phone-features-cell .text-cell {
        display: table-cell;
        padding-bottom: 15px;
    }

    .page-code_lmshp-phonedetails .phone-features-cell .text-cell {
        padding-left: 10px;
    }

    .page-code_lmshp-phonedetails .phone-features-cell .icon-cell {
        width: 28px;
        text-align: center;
    }

        .page-code_lmshp-phonedetails .phone-features-cell .icon-cell i {
            top: 2px;
        }

.page-code_lmshp-phonedetails .phone-features .icon-android,
.page-code_lmshp-phonedetails .phone-features .icon-touch-screen,
.page-code_lmshp-phonedetails .phone-features .icon-color,
.page-code_lmshp-phonedetails .phone-features .icon-bluetooth,
.page-code_lmshp-phonedetails .phone-features .icon-display,
.page-code_lmshp-phonedetails .phone-features .icon-CompactDesign,
.page-code_lmshp-phonedetails .phone-features .icon-Speaker{
    font-size: 20px;
}

.page-code_lmshp-phonedetails .phone-features .icon-camera,
.page-code_lmshp-phonedetails .phone-features .icon-memory,
.page-code_lmshp-phonedetails .phone-features .icon-processor {
    font-size: 18px;
}

.page-code_lmshp-phonedetails .phone-features .phone-features-row .phone-features-cell:first-child .text-cell {
    padding-right: 15px;
}


.page-code_lmshp-phonedetails .ready-to-shop .btn {
    margin-bottom: 20px;
}

.page-code_lmshp-phonedetails .technical-specification .item {
    display: block;
    font-weight: bold;
}

.page-code_lmshp-phonedetails .technical-specification .value {
    display: block;
}

.page-code_lmshp-phonedetails .technical-specification ul {
    padding-left: 20px;
}

.page-code_lmshp-phonedetails .technical-specification .section-title {
    margin-bottom: 0;
}

.page-code_lmshp-phonedetails .technical-spec-modal .modal-body {
    padding-left: 30px;
}

.page-code_lmshp-phonedetails .technical-specification section ul li {
    padding-bottom: 5px;
}

.page-code_lmshp-phonedetails .view-technical-specs-link {
    text-decoration: underline;
}

.page-code_lmshp-phonedetails .view-technical-specs-link:hover,
.page-code_lmshp-phonedetails .view-technical-specs-link:focus {
    text-decoration: none;
}

.page-code_lmshp-phonedetails .device-description, .page-code_lmshp-simcarddetails .device-description {
    margin-bottom: 0;
}

.page-code_lmshp-phonedetails .container.pair-your-phone-with-sim-container {
    padding-bottom: 30px;
}

.technical-specification .section-title {
    font-weight: bold;
}
/*simcard page updates*/
.simcard-wrap {
    padding: 30px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
}

.sim-card-section-main {
    width: 294px;
    max-width: 300px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    margin: 8px 7px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
}

    .sim-card-section-main:hover {
        box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 30%);
    }

.header-section {
    background: #F7F7F7;
    padding: 19px 8px;
    font-family: "GTWalsheim-bold", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #002D72;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simcard-body-section span {
    display: block;
    padding: 0 0 10px 0;
}

.simcard-body-section {
    padding: 20px 20px 0;
    text-align: left;
}

    .simcard-body-section .sim-price {
        font-size: 32px;
        margin-bottom: 0;
    }

        .simcard-body-section .sim-price sup {
            font-size: 67%;
            top: -0.26em;
        }

.simcard-buynow {
    padding: 9px;
}

.simcard-btn {
    color: #002D72;
    background-color: #41B6E6;
    font-size: 16px;
    padding: 11px;
    display: block;
    width: 100%;
    border: 0;
    font-family: 'GTWalsheim';
}

.esimtooltipText {
    display: none;
    width: 240px;
    padding: 20px 35px 20px 15px;
    left: 50%;
    position: absolute;
    top: -5px;
    left: calc(50% + 2px);
    transform: translate(-50%, -100%);
    padding: 20px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 6px 25px 0 rgba(0,0,0,.4);
    font-size: 13px;
    text-align: left;
    color: #666;
}

.esimtooltip {
    cursor: pointer;
    color: #002D72;
    position: relative;
    display: inline-block;
}

    .esimtooltip:hover .esimtooltipText, esimtooltip:focus .esimtooltipText {
        display: block;
    }

.esimtooltipText:after {
    transform: rotateZ(270deg);
    display: block;
    width: 0;
    height: 0;
    bottom: -18px;
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 8px solid #fff;
    left: 50%;
    content: " ";
}

.esimtooltipText ul {
    padding-left: 20px;
}

.simcard-subtext a {
    text-decoration: underline;
}

    .simcard-subtext a:hover {
        text-decoration: none;
    }

@media screen and (max-width:767px) {
    .sim-card-section-main {
        padding: 0;
        width: 294px;
        max-width: 300px;
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
        margin: 8px 7px;
        box-sizing: border-box;
        border: 1px solid #E6E6E6;
        background-color: #FFFFFF;
        box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.1);
        max-width: none;
    }

    .simcard-wrap {
        margin: 0 -35px 0 -50px;
    }

    .slick-list.draggable {
        padding: 0 35px;
    }

    .header-section {
        padding: 30px 8px;
        width: 100%;
    }

    .sim-card-section-main.slickSlide.slick-slide {
        padding: 0 !important;
        max-width: none;
    }

    .simcard-buynow {
        width: 100%;
    }

    .sim-price {
        margin: 20px 0 10px;
    }

    .simcard-wrap ul.slick-dots {
        position: relative;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .sim-card-section-main {
        width: 200px;
        max-width: 200px;
    }

    .header-section {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
    }
}

@media screen and (min-width: 991px) and (max-width:1024px) {
    .sim-card-section-main {
        width: 235px;
        max-width: 235px;
    }

    .header-section {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 120px;
    }
}