@font-face {
    font-family: 'MetaPlus';
    src: url('../fonts/MetaPlus.woff2') format('woff2'),
        url('../fonts/MetaPlus.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amasis MT Std';
    src: url('../fonts/AmasisMTStd-Black.woff2') format('woff2'),
        url('../fonts/AmasisMTStd-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Amasis MT Std Black';
    src: url('/brandworks/fonts/AmasisMTStd-Black.woff') format('woff');
    font-weight: 900 !important;
    font-style: normal;
}

@font-face {
    font-family: "Amasis MT Std Regular";
    src: url("/brandworks/fonts/Amasis-MT-Std-Font.eot");
    /* IE9*/
    src: url("/brandworks/fonts/Amasis-MT-Std-Font.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/brandworks/fonts/Amasis-MT-Std-Font.woff2") format("woff2"),
        /* chrome、firefox */
        url("/brandworks/fonts/Amasis-MT-Std-Font.woff") format("woff"),
        /* chrome、firefox */
        url("/brandworks/fonts/Amasis-MT-Std-Font.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("/brandworks/fonts/Amasis-MT-Std-Font.svg#Amasis MT Std Regular") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Amasis MT Std Bold";
    src: url("/brandworks/fonts/Amasis-MT-Std-Bold.eot");
    /* IE9*/
    src: url("/brandworks/fonts/Amasis-MT-Std-Bold.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/brandworks/fonts/Amasis-MT-Std-Bold.woff2") format("woff2"),
        /* chrome、firefox */
        url("/brandworks/fonts/Amasis-MT-Std-Bold.woff") format("woff"),
        /* chrome、firefox */
        url("/brandworks/fonts/Amasis-MT-Std-Bold.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("/brandworks/fonts/Amasis-MT-Std-Bold.svg#Amasis MT Std Bold") format("svg");
    /* iOS 4.1- */
}

@font-face {
    font-family: "Pinup";
    src: url("/brandworks/fonts/Pinup.eot");
    /* IE9*/
    src: url("/brandworks/fonts/Pinup.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/brandworks/fonts/Pinup.woff2") format("woff2"),
        /* chrome、firefox */
        url("/brandworks/fonts/Pinup.woff") format("woff"),
        /* chrome、firefox */
        url("/brandworks/fonts/Pinup.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
        url("/brandworks/fonts/Pinup.svg#Pinup") format("svg");
    /* iOS 4.1- */
}

* {
	border-radius: 0 !important;
	font-family: "Pinup", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1, h2, h3, h4 {
	font-family: "Pinup", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

strong, label, input  {
	font-family: "Pinup", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 70%;
} 

.br-10 {
	border-radius: 10px !important;
}

body {
	background-color: #f7cf3e;
	color: black;
}

img {
	max-width: 100%;
}

.pringles-num {
	width: 200% !important;
	max-width: 200% !important;
	margin-left: -10px;
}

@media (max-width: 500px) {
	.pringles-num {
		width: 20px !important;
		max-width: 20px !important;
		margin-left: -10px;
	}
}

.left-ship, .right-ship {
  font-size: 110px !important;
  font-weight: 700 !important;
  line-height: unset !important;
  letter-spacing: -0.6pt !important;
  color: #8D96A0 !important;
  position: absolute;
}
.left-ship {
  left: -75px;
  top: 25%;
}
.right-ship {
  right: -75px;
  top: 25%;
}

.bottom-img {
  background-image: url(/pringles/bottom2.png);
  height: 370px;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat !important;
  background-position: center;
}

@media (max-width: 769px) {
  
  .bottom-img {
    position: absolute !important;
  }
}

/* Customize the label (the container) */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -10px;
  left: 10px;
  height: 30px;
  width: 30px;
  background-color: #eee;
  border-radius: 15% !important;
  /* -webkit-box-shadow: inset 5px -5px 40px -21px rgba(0,0,0,0.47);
  -moz-box-shadow: inset 5px -5px 40px -21px rgba(0,0,0,0.47);
  box-shadow: inset 5px -5px 40px -21px rgba(0,0,0,0.47);
  */
} 

@media (min-width: 1025px) {
	.checkmark {
		left: 18px;
	}
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #cf152d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.v-center {
    display: flex;
    align-items: center;
}

.p-t-sm { padding-top: 15px !important; }
.m-b-sm { margin-bottom: 15px !important; }

.form-control {
	padding: 5px;
}

.btn.btn-pringles {
	border: 3px solid #cd152c;
	padding: 6px 18px;
	/*font-family: "Amasis MT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.btn-pringles, a.inverse.btn-pringles, .inverse a.btn-pringles {
	background-color: #cd152c;
}
.color-pringles, a.inverse.color-pringles, .inverse a.color-pringles {
	color: #cd152c;
}
.btn-secondary-pringles, a.inverse.btn-secondary-pringles, .inverse a.btn-secondary-pringles {
	background-color: #0098d6;
	border-radius: 10px !important;
}
.color-secondary-pringles, a.inverse.color-secondary-pringles, .inverse a.color-secondary-pringles {
	color: #0098d6;
}

#tape-left {
	position: absolute;
	left: 0px;
	top: -25px;
	width: 200px;
	height: 56px;
	background-image:url('../../../pringles/tape_left.png');
	background-size: contain;
}

#tape-right {
	position: absolute;
	right: 0px;
	bottom: -25px;
	z-index: 2;
	width: 200px;
	height: 56px;
	background-image:url('../../../pringles/tape_right.png');
	background-size: contain;
}

.pringles-title {
	position: absolute;
	display: block;
	top: -12%;
	z-index: 1;
	width: 42%;
	left: 29%;
}

@media (max-width: 500px) {
	.pringles-title {
		top: -5.5%;
		width: 50%;
		left: 25%;
	}

	.checkmark {
		left: 12%;
	}
	.xs-margin-1 {
		margin-bottom: 20px
	}
}