* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-text-size-adjust: 100%;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, li {
    list-style-type: none
}

.clr {
    clear: both;
}

img {
    border: 0;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 1rem; 
    font-weight: normal;
    letter-spacing: normal;
    background-color: #f6f6f7;
    font-family: "Inter";
}

.mobile-show {
    display: none;
}

a {
    color: #80afed;
    text-decoration: none;
}
/* Being Top Nav */

#pg-nav {
    background: #161d27;
}

.pg-nav-center {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.cross:nth-of-type(1) {
    -webkit-transform: rotate(41deg);
    transform: rotate(41deg);
}

.cross:nth-of-type(2) {
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
    margin-top: -5px;
}
/* Content Layout */

.product-layout-left-lower {
    float: left;
    width: 100%;
    background: #e0e3e7;
}

.product-layout-left {
    float: left;
    background: white;
    width: 58%;
}

.left-push {
    float: right;
    max-width: 768px;
    margin-top: 4rem;
}

.product-layout-right {
    float: right;
    background: #f6f6f7;
    width: 42%;
}

.right-push {
    float: left;
    max-width: 512px;
}

.padding-30 {
    padding: 30px;
}
/* Left Content */

#priceguide-nav {
    font-size: .9rem;
    padding-bottom: 30px;
}

#priceguide-nav a {
    text-transform: uppercase;
}

#priceguide-nav a:hover {
    text-decoration: underline;
}

#priceguide-nav span {
    color: #80afed;
    padding: 0px 3px;
    display: inline-block;
}

.nav-mobile {
    background: white;
    display: none;
    padding: 15px 15px 0px 15px;
}
/* Media Images */

#product-media {
    position: relative;
}

.help-bubble {
    cursor: pointer;
    position: absolute;
    top: -15px;
    right: 5px;
    font-size: 12px;
    color: #adadad;
    padding-right: 10px;
}

.help-bubble img {
    max-width: 34px;
    position: relative;
    top: 10px;
    left: 10px;
}

.media-hero {
    width: 100%;
    padding-top: 30px;
}

.media-hero img {
    width: 100%;
    height: auto;
    float: right;
}

.media-hero-mobile {
    background: white;
    text-align: center;
}

.media-hero-mobile img {
    width: 100%;
    height: auto;
}

.media-selector {
    float: left;
    width: 13%;
}

.media-selector img {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.media-selector li {
    display: inline-block;
}

.media-selector img {
    border: 1px solid #fff;
}

.media-selector .active {
    border: 1px solid #b5c1c6;
}

.media-selector img:hover {
    border: 1px solid #b5c1c6;
}
/* Tabs */

#tabs {
    width: 100%;
    margin-top: 30px;
}

a {
    cursor: pointer;
}

#tabs li {
    float: left;
    width: 33.3333%;
    list-style: none;
    padding-bottom: 20px;
}

#tabs li a {
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 5px;
}

#tabs li a.inactive {
    color: #d8d8d8;
}

.tab-container {
    clear: both;
    width: 100%;
}

.tab-container h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.tab-container p {
    margin-bottom: 10px;
    line-height: 20px;
}

.tab-container ul {
    margin-left: 0px;
    font-size: small;
    line-height: 20px;
}

.tab-container li {
    padding-bottom: 5px;
    margin-left: 0px;
    list-style-type: disc;
    width: 50%;
    float: left;
    font-size: 14px;
    list-style-position: inside;
}

.tab-mobile {
    display: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0px 20px;
}

#tabs-b {
    width: 100%;
}

a {
    cursor: pointer;
}

#tabs-b li {
    float: left;
	/*width: 33.3333%;*/
    width: 50%;
    list-style: none;
}

#tabs-b li a {
    color: black;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 10px;
    margin-left: 1px;
}

#tabs-b li a.inactive {
    color: #fff;
    background: #abb3be;
}

.tab-b-container {
    clear: both;
    width: 100%;
    padding: 15px 15px 15px 0px;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.review-half {
    width: 50%;
    float: left;
}

.review-half-padding {
    padding: 10px 20px 0px;
}

.review-half h3 {
    color: black !important;
    font-size: 14px;
}

.review-half .review-rating {
    color: #7da9e7;
    width: auto;
}

.review-half .review-rating li {
    display: inline-block;
    width: auto;
    float: none;
}

.review-half .review-rating span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 7px !important;
    position: absolute;
    top: -10px;
    left: 0px;
}

.reviews-nav {
    width: 100%;
    padding: 20px 0px;
}

.reviews-nav li {
    float: left;
    display: block;
    height: 4px !important;
    padding: 0px !important;
    width: 17% !important;
    background: #f0f1f3;
    list-style-type: none;
    margin-right: 10px;
    cursor: pointer;
}

.reviews-nav li.active {
    background: white;
}

.reviews-nav li:hover {
    background: white;
}

.tab-b-container h2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #5685bc;
}

.tab-b-container p {
    margin-bottom: 10px;
    line-height: 20px;
}

.tab-b-container ul {
    margin-left: 0px;
    font-size: small;
    line-height: 20px;
}

.tab-b-container li {
    padding-bottom: 5px;
    margin-left: 0px;
    list-style-type: disc;
    width: 50%;
    float: left;
    font-size: 14px;
    list-style-position: inside;
}

.tab-b-mobile {
    display: none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0px 20px;
}
/* Social on list side*/

#social {
    width: 100%;
    align-self: right;
    text-align: right;
    padding-bottom: 20px;
}

#social li {
    font-size: 12px;
    display: inline-block;
    color: #949494;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0px 3px;
}
/* Options Box */


.options-box {
    padding: 5px 20px 20px;
}

.options-box ul {
    margin-bottom: 15px;
}

.options-box li {
    border-top: 2px solid #eceff0;
    padding: 10px 20px;
}

.options-box li:last-of-type {
    border-bottom: 2px solid #eceff0;
}

.options-box li span {
    display: inline-block;
}

.options-apply-wrapper {
    text-align: center;
}

.options-apply {
    cursor: pointer;
    display: inline-block;

    /*
    background: #88b4eb;
    text-align: center;
    color: white; */

    padding: 10px 20px;
    margin-top: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;

    border-radius: 100px;
    font-size: 12px;
}

.options-apply a {
    color: white;
}

.options-box-back-label {
    display: inline-block;
    text-transform: uppercase;
}

.options-box ul.options {
    display: none;
}

.options-box ul.options li {
    text-align: center;
}

.options-box ul.options li.active {
    background-color: #eceff0;
}
/* Right List Content*/

h1 {
    font-size: 32px;
}

.more-options-wrapper {
    width: auto;
}

.more-options {
    margin: 20px 0px 0px 0px;
    background: white;
    border: 1px solid #e5e8ea;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.more-options-opened {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.more-options-padding-fix {
    height: 62px;
}

.see-more-options {
    padding: 12px 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.options-arrow {
    border-left: 2px solid #eceff0;
    position: absolute;
    top: 9px;
    right: 5px;
    padding: 1px 10px;
    color: #999999;
    font-size: 18px;
}

.model-info {
    padding: 20px 0px;
}

.model-number {
    padding-top: 3px;
    text-align: center;
    float: left;
    width: 33.333%;
    color: #525252;
}

.color-picker {
    float: left;
    width: 33.333%;
    text-align: center;
    border-left: 1px solid #c8d1d4;
    border-right: 1px solid #c8d1d4;
}

.color-picker div {
    display: inline-block;
    vertical-align: middle;
}

.color-picker .color {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 9px;
    background-color: #c8c9cb;
    cursor: pointer;
    margin: 0px 0px;
}

.color-picker .silver {
    background-color: #c8c9cb;
}

.color-picker .space-gray {
    background-color: #58595b;
}

.color-picker .rose-gold {
    background-color: #fee0de;
}

.color-pad {
    display: inline-block;
    padding: 2px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #f6f6f7;
}

.color-pad:hover {
    border: 1px solid #b8c3c8;
}

.review-rating {
    font-size: 15px;
    padding-top: 3px;
    float: left;
    text-align: center;
    color: #7da9e7;
    width: 33.333%;
}

.review-rating li {
    position: relative;
    display: inline-block;
}

.review-rating span {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 8px !important;
    position: absolute;
    top: -16px;
    left: 0px;
}

.best-price {
    padding: 20px 0px 20px 0px;
}

.best-price h3 {
    float: left;
}

.best-price p {
    float: right;
    color: #a7a7a8;
}

.deal-item {
    padding-top: 20px;
    border-bottom: 1px solid #ddddde;
}

.deal-item-wrap {
    width: 100%;
    padding-bottom: 20px;
}

.deal-img {
    position: relative;
    float: left;
    width: 40%;
}

.deal-img img {
    float: left;
    padding-right: 10px;
    min-height: 30px;
    min-width: 66px;
    width: auto;
}

.deal-price {
    text-align: right;
    float: left;
    width: 30%;
    font-size: 22px;
}

.deal-price span {
    display: block;
    font-size: 12px;
    color: #a9a9a9;
}

.deal-red {
    color: red !important;
}

.deal-buy-button {
    text-align: center;
    float: left;
    width: 30%;
}

.deal-buy-button span {
    cursor: pointer;
    display: inline-block;
    background: #000;
    text-align: center;
    color: white;
    padding: 10px 0px;
    width: 65%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
}

.big-buy span {
    width: 80%;
    background: #01bcba;
    padding: 14px 0px;
}

.deal-item p {
    text-align: center;
    font-size: 12px;
    padding: 0px 0px 15px;
}

.deal-down-arrow {
    margin-top: -15px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    cursor: pointer;
    color: #c5c5c6;
}

.price-tag {
    position: relative;
    float: left;
    cursor: pointer;
}

.price-tag span {
    float: left;
    position: relative;
    top: 9px;
}

.price-tag-img {
    margin-left: 15px;
    background: url(https://photos5.appleinsider.com/v9/images/icon-price-tag.png) no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

.price-tag-img:hover {
    background: url(https://photos5.appleinsider.com/v9/images/icon-price-tag-b.png) no-repeat;
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
}

.price-tip {
    display: none;
    position: absolute;
    bottom: 45px;
    left: -26px;
    background: white;
    width: 200px;
    padding: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 100;
}

.price-tip:after {
    top: 100%;
    left: 56px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.coupon-modal-mask {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.coupon-modal-wrapper {
    display: none;
}

.coupon-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    background: white;
    z-index: 100;
    max-width: 450px;
    margin-left: -225px;
    margin-top: -136px;
}

.coupon-modal-content {
    padding: 50px;
    text-align: center;
}

.coupon-modal-content p {
    padding: 5px 0px;
    font-size: 13px;
    max-width: 300px;
    margin: 0 auto;
    line-height: 20px;
}

p.coupon-title {
    font-size: 24px;
    font-weight: bold;
    padding: 0px !important;
}

.coupon-checkout {
    cursor: pointer;
    display: inline-block;
    background: #000;
    text-align: center;
    color: white;
    padding: 10px 20px;
    margin-top: 5px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
}

#copyTarget {
    margin: 10px 0px 0px 0px;
    background: white;
    border: 1px solid #e5e8ea;
    position: relative;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 12px 40px 12px 20px;
    position: relative;
    font-size: 15px;
}

.coupon-copy-wrapper {
    position: relative;
}

#copyButton {
    border: none;
    position: absolute;
    top: 14px;
    right: 65px;
    cursor: pointer;
    display: inline-block;
    background: #ffcc00;
    text-align: center;
    color: white;
    padding: 10px 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 12px;
}

.coupon-copy-wrapper span {
    display: block;
    padding: 5px;
    font-size: 12px;
}
/* Footer  */

#footer {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #f6f6f7;
}

#footer img {
    width: 100%;
    max-width: 400px;
    height: auto;
}
/* ------------------------------------------------------------------------------/
	
/////////////	
RESPONSIVE /////////////------------------------------->
/////////////

---------------------------------------------------------------------------------*/

/* 1280 Break   */

@media screen and (max-width:1279px) {
    .left-push {
        min-width: 0px;
        float: none;
    }

    .right-push {
        min-width: 0px;
        float: none;
    }
}
/* iPad Landscape Break   */

@media screen and (max-width:1023px) {
    #back-to-ai {
        display: none;
    }

    .top-back-arrow {
        display: block;
    }

    #tabs li a {
        font-size: 13px;
    }

    #tabs-b li a {
        font-size: 13px;
    }

    .tab-container li {
        width: 100%;
        float: none;
        display: block;
    }

    .options-box li {
        border-top: 2px solid #eceff0;
        padding: 10px 0px;
    }
}
/* iPad Portrait Break   */

@media screen and (max-width:767px) {
    .product-layout-left {
        display: block;
        float: none;
        width: auto;
    }

    .product-layout-right {
        display: block;
        float: none;
        width: auto;
    }

    .left-push {
        max-width: none;
    }

    .right-push {
        max-width: none;
    }

    .mobile-show {
        display: block;
    }

    .padding-30 {
        padding: 15px;
    }

    .product-media-mobile-hide {
        display: none;
    }

    #priceguide-nav {
        padding-bottom: 0px;
    }

    .nav-mobile {
        display: block;
    }

    h1 {
        font-size: 22px;
    }

    #tabs {
        display: none;
    }

    .tab-container {
        display: block !important;
    }

    .tab-mobile {
        display: block;
    }

    .tab-container li {
        width: 100%;
        float: none;
    }

    #tabs-b {
        display: none;
    }

    .tab-b-container {
        display: block !important;
    }

    .tab-b-container li {
        width: 100%;
        float: none;
    }

    .review-half {
        width: 100%;
        float: none;
    }

    .review-half-padding {
        padding: 10px 0px 0px;
    }

    .reviews-nav li {
        float: left !important;
    }

    .coupon-modal-content {
        padding: 25px 15px;
    }

    .coupon-modal {
        margin-top: -111px;
        margin-left: -150px;
        width: 300px;
    }

    #copyButton {
        right: 24px;
    }
}
/* iPad Portrait Break   */

@media screen and (min-width:1700px) {
    .product-layout-left {
        width: 50%;
    }

    .left-push {
        max-width: 640px;
        min-width: 640px;
    }

    .product-layout-right {
        width: 50%;
    }

    .right-push {
        max-width: 640px;
        min-width: 640px;
    }
}


/* Table Header (vendor) CSS */
.vendor-abt-electronics, .vendor-abtelectronics {
    background-image: url( 'https://photos5.appleinsider.com/v9/images/price-guide/pg-abt.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-apple {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-apple.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-macmall {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-macmall.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-bh {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-bh.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-adorama {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-adorama.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-amazon {
    background-image: url( 'https://photos5.appleinsider.com/v9/images/price-guide/pg-amazon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-b-h-photo, .vendor-bhphoto {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-bh.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-best-buy, .vendor-bestbuy {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-bestbuy.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-ebay {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-ebay.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-staples {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-staples.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-walmart {
    background-image: url( 'https://photos5.appleinsider.com/v9/images/price-guide/pg-walmart.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-techrabbit {
    background-image: url( 'https://photos5.appleinsider.com/price_guide/pg_techrabbit.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-dell {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-dell.png');
    background-repeat: no-repeat;
    background-position: center;
}

.vendor-jetcom {
    background-image: url('https://photos5.appleinsider.com/v9/images/price-guide/pg-jetcom.png');
    background-repeat: no-repeat;
    background-position: center;
}

/* Adding conflict warnings */
li.warning {
	/*
	font-style: italic;
	text-decoration: line-through;
	/*background-color: #E63948 !important;*/
	/*color: #FFF !important;*/
    color: #DEDEDE;
}

ul.options li:hover {
    background-color: #f3f3f3 !important;
 /*!important to override active*/
}

ul.options li.active.warning {
    background-color: #fff;
}

.options-apply.disabled {
    background: #DEDEDE;
    color: #FEFEFE;
}

.videowrapper img {
    max-width: 100%;
    max-height: 200px;
}

.price-tip span {
    top: 0;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.filters li span { float: right; }

.filters li.conflict::before {
    content: '!';
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
    background-color: rgba(157,10,14,1);
    padding: .3em .7em;
    border-radius: 50%;
    margin-right: 1em;
}

.conflict-notice {
    font-weight: 400;
    font-style: italic;
    font-size: .9em;
    padding-bottom: 1em;
    display: none;
}

.conflict-notice.visible {
    display: block;
}

svg.arrow-up {
    transform: rotate(180deg);
}

svg.arrow-down {
    transform: rotate(0deg);
}

#site-footer div p {
    margin: .5rem 0;
}

.sold-out {
    color: #e24848 !important;
}

.in-stock {
    color: #079b57 !important;
}

.place-order, .preorder, .backorder, .back-order, .on-order {
    color: #df7d3b !important;
}

#appleinsider-nav {
    padding-top: 1em;
    z-index: 101;
}

.deal-down-arrow svg {
    fill: #111;
}

/* CSS override */
body, html {
    font-size: 1rem;
    background-color: #fbfbfb;
    min-height: 100vh;
}

body {
    padding-bottom: 80px;
}

.coupon-checkout {
    background: linear-gradient(180deg,#fc5d37 0%,#ed5132 49%,#e64525 100%);
    font-size: 1.2em;
    font-weight: bold;
}

.help-bubble img {
    max-height: 34px;
}

#copyButton {
    background-color: rgba(34, 115, 221,1);
    font-weight: bold;
    text-transform: uppercase;
}

@media (prefers-color-scheme: dark) {
     .deal-down-arrow svg {
        fill: #FFF;
    }

    #copyButton {
        background-color: #303538;
        font-weight: bold;
    }

    .warning {
        opacity: .25;
    }
}

#media-gallery {
    text-align: center;
    min-height: 400px;
}

#esr-wrap ul li {
    list-style-type: none;
}

.v-scroll {
    overflow-y: scroll;
}

.v-scroll {
    scrollbar-width: none;
}

.v-scroll::-webkit-scrollbar {
    display: none;
}

.media-hero img, .media-hero-mobile img {
    width: auto;
    height: auto;
    max-height: 400px;
    float: none;
}

#g-modal-title {
    margin-top: .25em;
}

.g-modal-content hr {
    margin: 1em 0;
}

.g-modal-content p {
    margin-top: .5em;
    text-align: left;
}

#plist {
    text-align: left;
    margin: .5em 0;
}

#plist li {
    padding: .25em;
    padding-left: 0;
}

#plist li a {
    display: block;
    padding: .5em;
}

#plist li a:hover {
    color: #fff;
    background-color: #80afed;
    border-radius: .5em;
    font-weight: bold;
}

#plist li a:hover::before {
    content: '';
}      

/* special z-index vlaues for the pg sku pages */
#overlay-background {
    z-index: 100;
}

.g-modal {
    z-index: 101;
}

@media screen and (max-width: 900px) {
    #appleinsider-nav {
        padding-top: 0 !important;
    }
}

.g-modal.open {
    z-index: 110;
}

#overlay-background {
    z-index: 100 !important;
}

#g-modal-img {
    max-width: 198px;
}

.g-modal-content .deal-buy-button {
    display: block;
    width: 100%;
    margin: 1rem 0;
}

.g-modal-content .deal-buy-button span {
    font-weight: bold;
    font-size: 1rem;
}

.g-modal-content h2 {
    line-height: 1.8rem;
    margin-bottom: 1rem;
}

.g-modal-content p {
    line-height: 1.5rem;
}
