@font-face {
    font-family: 'Gotham Book';
    src: url('../../fonts/Gotham-Book.eot');
    src: url('../../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gotham-Book.woff2') format('woff2'),
        url('../../fonts/Gotham-Book.woff') format('woff'),
        url('../../fonts/Gotham-Book.ttf') format('truetype'),
        url('../../fonts/Gotham-Book.svg#Gotham-Book') format('svg'),
        url('../../fonts/Gotham-Book.otf') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Bold.eot');
    src: url('../../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../../fonts/Gotham-Bold.woff') format('woff'),
        url('../../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg'),
        url('../../fonts/Gotham-Bold.otf') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../../fonts/Gotham-Medium.eot');
    src: url('../../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../../fonts/Gotham-Medium.woff') format('woff'),
        url('../../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg'),
        url('../../fonts/Gotham-Medium.otf') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Demi.eot');
    src: url('../../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Demi.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Demi.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Regular.eot');
    src: url('../../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNext LT Pro';
    src: url('../../fonts/AvenirNextLTPro-Medium.eot');
    src: url('../../fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('../../fonts/AvenirNextLTPro-Medium.woff2') format('woff2'), url('../../fonts/AvenirNextLTPro-Medium.woff') format('woff'), url('../../fonts/AvenirNextLTPro-Medium.ttf') format('truetype'), url('../../fonts/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@import url("dh-header.css");
@import url("dh-footer.css");
@import url("dh-common.css");




/* ===================================
    Reset
====================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

html {
    -webkit-font-smoothing: antialiased;
    font-family: 'Gotham Book';
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    font-family: 'Gotham Book';
    color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
    background-color: #f7f7f7;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.row:after,
.nav:after {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

img {
    vertical-align: middle;
    border: 0;
    outline: none;
    max-width: 100%;
}

.lazy {
    background-image: url(../../images/dh-custom/loading.svg);
    background-position: center;
    background-size: 50% 50%;
}

a img {
    outline: none;
}

a {
    -webkit-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #757575;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

ul {
    margin: 0 0 25px 22px;
    padding: 0;
}

ul li {}

ol {}

ol li {}

input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

input[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input:focus,
textarea:focus {
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

table,
th,
td {
    border: 1px solid #dddddd;
    padding: 10px 15px;
}

.container {
    /* width: 1400px;*/
    margin: 0 auto;
    /* max-width: 1400px; */
}

.max-1040 {
    max-width: 1040px;
    margin: auto;
}

.max-960 {
    max-width: 960px;
    margin: auto;
}

.max-850 {
    max-width: 850px;
    margin: auto;
}

.white-bg {
    background-color: #fff;
}


/* ===================================
    Reset END
====================================== */


/* ===================================
    Typography
====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gotham';
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
}

h1,
h2,
h3 {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 46px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {}

h6 {
    text-transform: uppercase;
    line-height: 17px;
    font-size: 14px;
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 25px;
}
p:last-child {
    margin-bottom: 0;
}

.margin-0 {
    margin: 0;
}
.margin-b-0 {
    margin-bottom: 0;
}
.margin-t-0 {
    margin-top: 0;
}
.margin-l-0 {
    margin-left: 0;
}
.margin-r-0 {
    margin-right: 0;
}
.margin-5 {
    margin: 5px;
}
.margin-b-5 {
    margin-bottom: 5px;
}
.margin-t-5 {
    margin-top: 5px;
}
.margin-l-5 {
    margin-left: 5px;
}
.margin-r-5 {
    margin-right: 5px;
}
.margin-t-7 {
    margin-top: 7px;
}

.padding-90 {
    padding: 90px;
}

.padding-150 {
    padding: 150px;
}


/* ===================================
    Typography END
====================================== */


/* ===================================
    Wordpress default insert image classess
====================================== */

.alignnone {
    margin: 0 15px 15px 0 !important;
    display: inline-block !important;
}

.aligncenter {
    margin: auto auto 15px auto;
    display: block;
}

.alignright {
    /* float: right; */
    margin: 0 15px 15px 0 !important;
}

.alignleft {
    /* float: left; */
    margin: 0 0 15px 15px !important;
}


/* ===================================
    Wordpress default insert image classess  END
====================================== */


/* ===================================
    Page titles
====================================== */


/* page titles */

.page-title {}

.page-title h1 {}

.page-title span {}

.breadcrumb ul li {}

.breadcrumb ul li a {}

.breadcrumb ul>li+li:before {
    content: "|";
    font-size: 8px;
    padding: 0 10px;
    position: relative;
    top: -1px;
}

.page-title .breadcrumb {}


/* ===================================
    Page titles END
====================================== */


/* ===================================
    Button
====================================== */

.button {
    background-color: #000;
    border-radius: 5rem;
    font-family: 'Gotham';
    font-weight: bold;
    color: #fff;
    padding: 12px 16px;
    font-size: 14px;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
}

.button:hover {
    background-color: #757575;
    color: #fff;
}

.button-grey {
    background-color: #E3E3E3;
    color: #000;
}
.button-grey:hover {
    background-color: #000;
    color: #fff;
}



/* ===================================
    Button END
====================================== */


/* ===================================
    Flex Start
====================================== */

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}

.flex-center {
    -webkit-align-items: center;
    align-items: center;
}

.flex-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-space-between {
    justify-content: space-between;
}


/* ===================================
    Flex End
====================================== */





/* ===================================
    Inner page common block Start
====================================== */

.inner-banner {
    background-color: #333638;
}

.inner-banner * {
    color: #fff;
}

.inner-banner p {
    font-size: 16px;
}

/* ===================================
    Inner page common block End
====================================== */

.agegate-popup {
    padding: 10px;
    margin-bottom: 25px;
}

.agegate-popup p {
    font-size: 16px;
    line-height: 18px;
}

.warning-message {
    border: 8px solid #000;
    padding: 20px;
    font-size: 2.917vw;
    line-height: 1.1;
    font-family: 'Gotham';
    font-weight: 700;
}
/* .warning-message span {
    text-transform: uppercase;
} */

.popup-logo {
    max-width: 207px;
    margin: 80px auto 0;
}

.popup-content ul, .cta-btn ul{
    list-style: none;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 40px ;
}

.popup-content ul .button, .cta-btn ul .button {
    min-width: 350px;
}

.popup-content ul li:not(:first-child), .cta-btn ul li:not(:first-child) {
    margin-left: 70px;
}

.cta-btn ul {
    margin-top: 0;
}

.policy-text a {
    font-family: 'Gotham';
    font-weight: 500;
    text-decoration: underline;
}

.agegate-popup-dropdown .copyright {
    font-family: 'Gotham';
    font-weight: 500;
    color: #757575;
    border: 0;
    padding-top: 0;
    font-size: 14px;
}

.country-dropdown {
    border-radius: 25px;
    border: 1px solid #E3E3E3;
    list-style: none;
    min-width: 220px;
    display: inline-flex;
    position: relative;
    background-color: #fff;
    margin: 0 0 30px;
}

.country-dropdown.active {
    border-radius: 0 0 25px 25px;
}

.country-dropdown.double.active {
    border-radius: 0 25px 25px 25px;
}

.country-dropdown.double.active.active-states {
    border-radius: 25px;
}

.agegate-popup-dropdown  .country-dropdown li:not(:first-child) {
    margin-left: 0;
    margin-top: 0;
}
.country-dropdown > li {
    padding: 8px 20px;
    position: relative;
}
.country-dropdown > li > a {
    position: relative;
    display: block;
    min-width: 170px;
    display: flex;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.30px;
    padding-right: 20px;
}


.country-dropdown > li > a:after {
    position: absolute;
    top: 50%;
    right: 0px;
    content: "";
    background-image: url(../../images/dh-custom/select-arrow.svg);
    background-size: 12px auto;
    width: 12px;
    height: 13px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.country-dropdown > li > a .flag-icon {
    width: 30px;
    height: 20px;
    margin-right: 10px;
}
.country-dropdown > li > a .flag-icon img{
    display: block;

}

.agegate-popup-dropdown  .country-dropdown li:not(:first-child) a {
    min-width:170px;
}

.country-dropdown ul {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    right: -1px;
    left: -1px;
    border: 1px solid #E3E3E3;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    opacity: 0;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
}
.country-dropdown.error {
    border-color: red;
}

.agegate-popup-dropdown  .country-dropdown li:not(:first-child) li a {
    line-height: normal;
}

.agegate-popup-dropdown  .country-dropdown li:first-child ul {

}

.country-dropdown li.active ul {
    visibility: visible;
    opacity: 1;
}
.country-dropdown ul li {
    padding: 8px 20px;
}
.country-dropdown ul li a {
    display: flex;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.30px;
}

.country-dropdown ul li a .flag-icon {
    width: 31px;
    height: 20px;
    margin-right: 10px;
}
.country-dropdown ul li a .flag-icon img{
    display: block;

}

.sheetz_logo { display: flex; justify-content: center; align-items: center; padding: 30px 0; }
.sheetz_logo .sheetz_logo_block { padding: 0 30px; position: relative; }
.sheetz_logo .sheetz_logo_block.logo_block1 { max-width: 173px; }
.sheetz_logo .sheetz_logo_block.logo_block2 { max-width: 188px; margin-left: 2px; }
.sheetz_logo_block + .sheetz_logo_block:before { content: ''; position: absolute; height: 80px;  width: 2px; background: radial-gradient(circle, #000000, #FFFFFF); left: -2px; top:50%; transform: translateY(-50%); }
.sheetz_content { padding: 0 30px; }
.sheetz_product { position: relative; padding: 5px 0 30px; max-width: 295px; margin: 0 auto; }
.sheetz_product .product_text { text-align: center; font-size: 9px; display: block; margin-top: -25px; }
.sheetz_product .price { position: absolute; height: 88px; width: 88px; text-align: center; background: #EB2E27; color: #FEFEFE; display: flex; align-items: center;
  justify-content: center; font-size: 25px; font-weight: 900; font-family: 'Gotham'; border-radius: 50%; position: absolute; left: 19%; top: 40px;}
.sheetz_product .price strong::first-letter { font-size: 40px; }
.sheetz_footer h5 { text-transform: uppercase; font-size: 15px; line-height: 26px; margin-bottom: 18px; }
.sheetz_footer .footer_link { font-style: italic; background: #000000; color: #fff; display: block; padding: 3px 0 4px; }
.sheetz_footer .footer_link a { color: #fff; text-decoration: underline; font-weight: 700; }

.page-template-tpl-custom-url-mobile .warning-message, .page-template-tpl-custom-url-mobile-checklist .warning-message { text-align: center; }


/*.loading-section{
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 100;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.loading-section img{
    width: 100px;
}

.loading .loading-section {
    display: flex;
}*/

/* @media only screen and (min-width:1440px) {
    body {
        padding: 1.389vw;
        letter-spacing: 0.035vw;
        font-size: 1.250vw;
        line-height: 1.944vw;
    }
    Typography
    h1 {
        font-size: 3.333vw;
        letter-spacing: 0.139vw;
        margin-bottom: 2.083vw;
        line-height: 3.472vw;
    }
    h2 {
        font-size: 2.639vw;
        letter-spacing: 0.069vw;
        margin-bottom: 2.083vw;
        line-height: 3.194vw;
    }
     Typography End
} */


/*** Global International Page ***/
.page-template-tpl-global { background: #f2f2f2; }
.page-template-tpl-global .warning_container { margin: 20px 20px 0px 20px; background: #fff; padding: 10px; }
.global_content .container { padding: 0 20px; max-width: inherit; margin: 0 20px; background: #fff; }
.global_content .global_content_inner { max-width: 1100px; margin: 0 auto; }

.page-template-tpl-global .body-content > h1 { display: none; }

.country-list { min-height: 17.448vw; margin-top: 100px; }
.page-template-tpl-global .unsupported .body-content > h1 { display: block; }

.country-list ul { list-style-type: none; margin: 0; justify-content: center; }
.country-list ul li { width: 25%; margin: 0; padding: 0; }
.global_content .body-content { text-align: center; padding: 110px 0 0; }
.global_content .body-content h2 { font-size: 32px; line-height: 36px; margin: 0; }
.country-list ul li img { max-width: 40px; border-radius: 3px; }
.country-list ul li img, .country-list ul li span, .alert .country-dropdown ul li img,
.alert .country-dropdown ul li span { display: inline-block; vertical-align: middle; }
.country-list ul li span { margin-left: 11px; font-family: 'AvenirNext LT Pro'; font-weight: 500; font-size: 14px; line-height: 16px; text-transform: uppercase; }

.unsupported .country-list { display: none; }
.unsupported.global_content .body-content { padding: 100px 0; }
.unsupported.global_content .body-content p { font-size: 16px; line-height: 1.63; color: #757575; }
.unsupported.global_content .body-content p a { color: #000; text-decoration: underline; }
.unsupported.global_content .body-content p a:hover { color: #757575; }

.global_footer { padding: 30px 0 25px; }
.global_footer .copyright p { font-size: 14px; font-family: 'AvenirNext LT Pro'; font-weight: 500; line-height: 38px; letter-spacing: 1px; color: #757575; margin: 0; }
.global_footer .container { padding: 0 20px; max-width: inherit; }

/*** Global International Inner Page ***/
.alert { display: flex; align-items: center; max-width: 1070px; padding: 26px 40px; margin: 50px auto 0; background: #f7f7f7; border: 1px solid #E4E4E4; border-radius: 4px; }
.popup-content { margin-top: 40px; }

.differnt-site p { margin: 0; }
.alert .country-dropdown { margin: 0; width: 100%; border-color: #757575; border-radius: 7px; }
.alert .differnt-site { width: calc(100% - 290px); padding-left: 100px; letter-spacing: 1px; font-size: 18px; padding-top: 9px; padding-bottom: 9px;
  line-height: 24px; text-align: left; background: url('../../images/info-large-icon.png') no-repeat left center; padding-right: 35px; }
.alert .drop-down-list { width: 290px; }
.alert .country-dropdown > li { width: 100%; padding: 8px 15px; }
.alert .country-dropdown li a span { padding-left: 10px; font-size: 14px; text-transform: uppercase; font-family: 'AvenirNext LT Pro'; font-weight: 500; }
.alert .country-dropdown ul li img { max-width: 31px; }
.alert .country-dropdown ul { border-radius: 7px; box-shadow: 0 0 10px 0 rgba(0,0,0,0.12); bottom: auto; top: 50%; transform: translateY(-50%); left: -15px; right: 14px; border: 1px solid #757575; }
.alert .country-dropdown > ul > li span { margin-left: 11px; }
.alert .country-dropdown > li > a:after { background-image: url('../../images/dh-custom/down-arrow.svg'); background-size: 11px auto; height: 6px; width: 13px; right: -3px; }
.alert .country-dropdown > li > a .flag-icon { margin: 0; max-width: 31px; }
.alert .country-dropdown > li > a .flag-icon img { max-width: 100%; }
.alert .country-dropdown > li > a img { max-width: 31px; }

.popup-logo { margin: 50px auto 0; }
.copyrights.agegate-popup-dropdown { margin-bottom: 0; /* padding:  15px 0; */ background: #f7f7f7; }
/* body.page-template-tpl-home { background: #fff; } */

.country-list ul li a { display: block; max-width: 205px; margin: 0 auto; }

body.page-template-tpl-home { margin: 20px 20px 0 20px; height: calc(100vh - 20px); }
.page-template-tpl-home .container { background: #fff; }

.policy-text { font-size: 16px; line-height: 22px; margin-bottom: 40px; text-align: center; padding: 0 20px; }
.policy-text p { text-align: center !important; }



/*** Date of birth ***/
.controls { display: flex; justify-content: center; }
.controls .chosen-container { margin: 0 12px; }

.dob-group select { padding: 14px 16px; margin: 0 10px; border: 1px solid #E4E4E4; border-radius: 4px; width: 150px; line-height: 18px; font-size: 13px;
  background: #f7f7f7 url('../../images/arrow-down12.png') no-repeat center right 15px; position: relative; box-sizing: border-box !important; }
.dob-group .chosen-container-single .chosen-single { padding: 10px 16px; border: 1px solid #E4E4E4; border-radius: 4px; height: auto; background: #f7f7f7 !important;
  text-align: left; box-shadow: none !important; transition: none !important; }
.dob-group .chosen-container .chosen-drop { text-align: left; }
.dob-group  .chosen-container-active .chosen-single { border-color: #E4E4E4; }
.dob-group .chosen-container .chosen-results { margin: 0; padding: 0; }
.dob-group .chosen-container .chosen-results li { margin: 0; }
.dob-group .chosen-container .chosen-results li.highlighted { background: #f7f7f7; color: #000; }

.dob-group .chosen-container-single .chosen-single div { background: url('../../images/arrow-down12.png') no-repeat center right; background-size: 8px; right: 10px; }
.dob-group .chosen-container-active.chosen-with-drop .chosen-single div { background: url('../../images/arrow-down12.png') no-repeat center right; background-size: 8px; right: 10px; }
.dob-group .error-message { font-size: 16px; line-height: 18px; margin-top: 20px; }

.popup-content ul { margin-bottom: 0 !important; }

div#dob_month_chosen {
    width: 185px !important;
}


@media only screen and (max-width:1439px) {

    .container {
        padding: 0;
    }

    /* .warning-message {
        font-size: 46px;
    } */

}



@media only screen and (max-width:1279px) {

    .padding-90 {
        padding: 60px;
    }

    .padding-150 {
        padding: 100px;
    }

    /* .warning-message {
        font-size: 38px;
    } */

    .popup-content {
        padding: 0 40px;
    }

    .alert .differnt-site { font-size: 16px; line-height: 22px; padding-top: 11px; padding-bottom: 11px; }

    .country-list ul li a { max-width: 190px; }

    .agegate-popup, .agegate-popup-dropdown { padding: 10px 20px; }

}

@media only screen and (max-width:1023px) {

    .padding-90 {
        padding: 50px;
    }

    .padding-150 {
        padding: 70px 50px;
    }

    h1,
    h2,
    h3 {
        font-size: 34px;
        line-height: 40px;
    }

    h4 {
        font-size: 26px;
        line-height: 36px;
    }

    /* .warning-message {
        font-size: 28px;
    } */

    .popup-content ul .button, .cta-btn ul .button  {
        min-width: 250px;
    }
    .popup-content ul li:not(:first-child), .cta-btn ul li:not(:first-child) {
        margin-left: 40px;
    }
    .agegate-popup .policy-text {
        max-width: 92%;
        margin-left: auto;
        margin-right: auto;
    }
    .agegate-popup .policy-text br {
        display: none;
    }


    .alert { flex-wrap: wrap; padding: 20px 30px; margin-bottom: 0; }
    .alert .differnt-site { padding-left: 85px; padding-right: 0; }
    .alert .differnt-site, .alert .drop-down-list  {width: 100%; margin-bottom: 15px; }
    .alert .country-dropdown { max-width: 290px; }
    .popup-content { margin-top: 60px; }

    .country-list ul li { width: 50%; margin-top: 20px; }
    .country-list ul li:nth-child(1), .country-list ul li:nth-child(2) { margin-top: 0; }

    .country-list { min-height: 220px; margin-top: 55px; }
    .global_content .body-content { padding: 45px 0 0; }

    .global_footer .copyright p { line-height: 26px; }
    .global_footer .copyright p + p { margin-top: 15px; }

    .global_content .body-content h2 { font-size: 26px; line-height: 30px; }

    .unsupported.global_content .body-content {
        padding: 60px 0;
    }

    body.page-template-tpl-home { margin: 0; height: 100vh; }

    /* .copyrights.agegate-popup-dropdown { padding: 15px 20px; } */


}

@media only screen and (max-width:767px) {

    body {
        font-size: 14px;
        line-height: 22px;
    }



    h1,
    h2,
    h3 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.88px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }

    p, ul {
        margin-bottom: 20px;
    }

    .padding-90 {
        padding: 40px 20px;
    }

    .padding-150 {
        padding: 50px 20px;
    }

    .inner-banner {
        padding: 100px 20px;
    }
    .inner-banner p {
        font-size: 14px;
        max-width: 72%;
        margin-left: auto;
        margin-right: auto;
    }

    .warning-message {
        font-size: 14px;
        /* line-height: 20px;
        letter-spacing: normal; */
        padding: 24px 9px;
    }

    .popup-logo {
        max-width: 108px;
        margin: 32px auto 0;
    }

    .alert { margin-top: 20px; }

    .popup-content {
        padding: 0 10px;
    }

    .agegate-popup p {
        font-size: 13px;
        line-height: 14px;
        max-width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .dob-group .error-message { font-size: 13px;
    line-height: 14px; }

    .popup-content ul .button, .cta-btn ul .button {
        min-width: 220px;
    }

    .agegate-popup-dropdown .copyright {
        max-width: 100%;
    }


    /*** Global International Page ***/
    .alert { padding: 20px; margin-bottom: 0; }
    .popup-content { margin-top: 30px; }
    .alert .differnt-site { font-size: 14px; background-size: 45px; padding-bottom: 0; padding-top: 0; padding-left: 60px; }
    .country-dropdown ul li { padding: 8px 10px; text-align: left; }

    .page-template-tpl-global .warning_container { margin: 0; padding: 10px 20px; }
    .global_content .container { margin: 0; }
    .agegate-popup { padding: 10px 20px 20px; }
    .warning-message { margin: 0 -10px; }
    .alert { margin-top: 28px; }
    .popup-logo { margin: 28px auto 0; }
    .alert .drop-down-list { margin-bottom: 0; }
    .country-list { margin-top: 40px; }
    .global_content .body-content { padding: 30px 0 0; }

    .global_content .body-content h2 { font-size: 20px; line-height: 28px; }
}

@media only screen and (max-width:567px) {

    .inner-banner p br {
        display: none;
    }
    .popup-content ul {

    }
    .popup-content ul li:not(:first-child), .cta-btn ul li:not(:first-child) {
        margin-left: 0;
        margin-top: 25px;
    }

    .agegate-popup .policy-text {
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
  .sheetz_product { padding: 10px 0; }
  .sheetz_product img { max-width: 245px; }
  .sheetz_footer h5 { font-size: 14px; line-height: 20px; margin-bottom: 8px; }
  .sheetz_product .product_text { margin-top: -18px; }
  .sheetz_logo { padding: 18px 0; }

  /* .sheetz_main_block { display: flex; flex-direction: column; justify-content: space-between; height: calc(100vh - 95px); }
  .sheetz_main_block.user_login { height: calc(100vh - 141px); } */
  .alert .country-dropdown li a span { font-size: 12px; }

 
  .country-dropdown > li > a, .agegate-popup-dropdown .country-dropdown li:not(:first-child) a { min-width: 115px; }

  .country-list { min-height: 260px; }

  /*** French site issue ***/

  .country-dropdown > li {
      padding: 8px 10px;
  }
  .agegate-popup-dropdown .country-dropdown > li:not(:first-child) {
         padding-left: 0;
  }
  .country-dropdown > li > a, .agegate-popup-dropdown .country-dropdown li:not(:first-child) a {
      min-width: 88px;
  }
  .country-dropdown > li:first-child {
      padding-right: 8px;
  }
  .country-dropdown > li > a .flag-icon {
      width: 18px;
      height: 12px;
      margin-right: 6px;
  }
  .country-dropdown > li > a:after {
      background-size: 8px auto;
      width: 8px;
      height: 10px;
      margin-top: 1px;
  }
  .country-dropdown > li > a {
      padding-right: 13px;
  }
  .country-dropdown.double.active {
      border-radius: 25px;
  }
  .cta-btn ul {
      padding: 0 20px;
  }

}
/* @media only screen and (max-width:374px) {

    .warning-message br {
        display: none;
    }
} */

.sheetz_product.listing { max-width: 275px; padding: 30px 0; }
.sheetz_product ul.verification_listing { list-style: none; margin: 0 auto; }
.sheetz_product ul.verification_listing li { padding: 9px 5px 6px 32px; position: relative; font-size: 16px; line-height: 22px; }
.sheetz_product ul.verification_listing li .icon { 	-webkit-transition: opacity ease-in 0.1s; -moz-transition: opacity ease-in 0.1s;-ms-transition: opacity ease-in 0.1s;
	-o-transition: opacity ease-in 0.1s;  transition: opacity ease-in 0.1s; max-width: 20px; margin-top: -1px; position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.sheetz_product ul.verification_listing li .icon.animated { opacity: 0; }
.sheetz_product ul.verification_listing li + li { margin-top: 12px; }

.custom_html .sheetz_content p { font-weight: 700; font-family: 'AvenirNext LT Pro'; font-size: 16px; line-height: 24px; }
.loaded .sheetz_product ul.verification_listing li .icon.default { opacity: 0; }
.loaded .sheetz_product ul.verification_listing li .icon.animated { opacity: 1; }
.loaded .sheetz_product ul.verification_listing li:nth-child(1) .icon { -webkit-transition-delay: 1.5s; -moz-transition-delay: 1.5s; -o-transition-delay: 1.5s; transition-delay: 1.5s;  }
.loaded .sheetz_product ul.verification_listing li:nth-child(2) .icon { -webkit-transition-delay: 2.5s; -moz-transition-delay: 2.5s; -o-transition-delay: 2.5s; transition-delay: 2.5s; }
.loaded .sheetz_product ul.verification_listing li:nth-child(3) .icon { -webkit-transition-delay: 3.5s; -moz-transition-delay: 3.5s; -o-transition-delay: 3.5s; transition-delay: 3.5s;  }
.custom_html_main .sheetz_footer .footer_link, .sheetz_product ul.verification_listing li { font-weight: 500; font-family: 'AvenirNext LT Pro'; }
.custom_html_main .sheetz_footer .footer_link { font-size: 13px; padding: 6px 0 3px; line-height: 20px; }

@media screen and (max-width: 479px) {
	.warning-message { font-size: 13px; padding: 24px 5px; }
	.custom_html { padding: 30px 0 50px; }
  .country-list ul li { width: 100%; }
  .country-list ul li:nth-child(2) { margin-top: 20px; }
  .global_footer .copyright p { line-height: 24px; }
}


@media screen and (max-width: 375px) {
  .controls { flex-wrap: wrap; }
  .controls .chosen-container,
  .dob-group select { margin-bottom: 10px; }
}


/*Chosen css start*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.7.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/*# sourceMappingURL=chosen.min.css.map */
/*Chosen css end*/
