@charset "UTF-8";

/*@font-face {font-family: 'HelveticaNeueLTCom-XBlkCn';src: url('../fonts/HelveticaNeueLTCom-XBlkCn.eot');src: url('../fonts/HelveticaNeueLTCom-XBlkCn?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-XBlkCn.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-XBlkCn.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTCom-BdCn';src: url('../fonts/HelveticaNeueLTCom-BdCn.eot');src: url('../fonts/HelveticaNeueLTCom-BdCn?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-BdCn.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTCom-MdCn';src: url('../fonts/HelveticaNeueLTCom-MdCn.eot');src: url('../fonts/HelveticaNeueLTCom-MdCn?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-MdCn.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTCom-HvCn';src: url('../fonts/HelveticaNeueLTCom-HvCn.eot');src: url('../fonts/HelveticaNeueLTCom-HvCn?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-HvCn.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-HvCn.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTCom-Cn';src: url('../fonts/HelveticaNeueLTCom-Cn.eot');src: url('../fonts/HelveticaNeueLTCom-Cn?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-Cn.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-Cn.ttf') format('truetype');}
@font-face {font-family: 'HelveticaNeueLTCom-CnO';src: url('../fonts/HelveticaNeueLTCom-CnO.eot');src: url('../fonts/HelveticaNeueLTCom-CnO?#iefix') format('embedded-opentype'),url('../fonts/HelveticaNeueLTCom-CnO.woff') format('woff'),url('../fonts/HelveticaNeueLTCom-CnO.ttf') format('truetype');}
*/
/* @font-face{
    font-family:'Glyphicons Halflings';
    src:url('../fonts/glyphicons-halflings-regular.eot');
    src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
} */


@font-face {
	font-family:'Italian Plate No2';
	src:	url('../fonts/web/ItalianPlateNo2-Regular.eot');
	src:	url('../fonts/web/ItalianPlateNo2-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/web/ItalianPlateNo2-Regular.woff2') format('woff2'),
			url('../fonts/web/ItalianPlateNo2-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family:'Italian Plate No2 Bold';
	src:	url('../fonts/web/ItalianPlateNo2-Bold.eot');
	src:	url('../fonts/web/ItalianPlateNo2-Bold.eot?#iefix') format('embedded-opentype'),
			url('../fonts/web/ItalianPlateNo2-Bold.woff2') format('woff2'),
			url('../fonts/web/ItalianPlateNo2-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family:'Italian Plate No2 Black';
	src:	url('../fonts/web/ItalianPlateNo2-Black.eot');
	src:	url('../fonts/web/ItalianPlateNo2-Black.eot?#iefix') format('embedded-opentype'),
			url('../fonts/web/ItalianPlateNo2-Black.woff2') format('woff2'),
			url('../fonts/web/ItalianPlateNo2-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/*-------------------------------------------
    Globals
    -------------------------------------------*/

    html {
        -webkit-overflow-scrolling: touch;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
    }
    html,
    body {
        background: #fff;
        /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
        font-family:  "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial,  sans-serif;
        font-style: normal; 
        font-weight: 400; 
        font-size: 100%;
        -webkit-font-feature-settings: "kern";
        -moz-font-feature-settings: "kern";
        font-feature-settings: "kern";
        animation: 1s ease 0s normal none 1 fadeIn;
        -webkit-animation: 1s ease 0s normal none 1 fadeIn;
    }
    h1, h2, h3 {
     /* font-family: "Knockout 49 A", "Knockout 49 B", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif; */
     font-family:  "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial,  sans-serif;
     font-style: normal; 
     font-weight: 400;
 }
 ol,
 ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:active {
    outline: none
}
a:hover,
a:focus {
    text-decoration: none;
}
/*-------------------------------------------
    Colors
    -------------------------------------------*/

/*-------------------------------------------
    Sizes
    -------------------------------------------*/

/*-------------------------------------------
    Asset Path to Images Folder
    -------------------------------------------*/

/*-------------------------------------------
    Typography
    -------------------------------------------*/

/*-------------------------------------------
    Grid Dimensions
    -------------------------------------------*/

/*-------------------------------------------
    Media Queries and Screen Sizes
    -------------------------------------------*/

/*-------------------------------------------
    Layout
    -------------------------------------------*/

    .omin-bar {
        /*height: 40px;*/
    }
/*-------------------------------------------
      Header
      -------------------------------------------*/

      .logo {
        background: url("../images/logo-small.svg") no-repeat scroll center center / 100% auto;
        max-width: 120px;
        width: 70px;
        height: 40px;
        left: 15px;
        top: -40px;
        position: absolute;
        display: block;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 1;
    }
    /*top Nav */

    .call-order {
       padding: 8px 0 5px 9px;;
       width: 51%;

   }
   .omin-bar {
    /* font-family:"Knockout 49 A","Knockout 49 B", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif; */
    font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", Arial, sans-serif;
}
.omin-bar > a {
   /* background: url("../images/phone-icon-lg.png") no-repeat scroll 1px 14px  rgba(0, 0, 0, 0);
   background-size: 15px 19px;*/
   color: #333;
   
   font-size: 0.9em;
   font-weight: normal;
   line-height: 1em;
   float: right;
   border-left: 1px solid #dbdbdb;

}
.call-order span {
    width: 80%;
    padding: 4px;
    padding-left:20px;
    background: url(../images/phone-icon-lg.png) no-repeat 0 center;
    background-size: 15px auto;
    display: table-cell;
    height: 27px;
    vertical-align: middle;

}

.call-order .icon-phone {
    margin: 0 5px 0 0px;
    display:none;
}
.call-order span
{

}
.omin-bar .btn {
    border-radius: 0;
    -webkit-border-radius: 0;    
    font-size: 0.9em;
    color: #333;
    font-weight: normal;
    padding: 14px 15px 12px 6px;
    border-width: 0 0 0 1px;
}

.lang-arrow{
 background: url("../images/lang-down-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
 display: inline-block;
 height: 9px;
 width: 5px;
 background-size: 100% auto;
 background-position: center;
}
.btn-lang i {
    font-style: normal;
}
.btn-lang .dropdown-menu {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    min-width: 40px;
    padding: 0;
    margin: 0 -1px 0 0;
    border-top: none;
}
/*.btn-lang .btn-default,
.btn-lang .btn-default:active,
.btn-lang .btn-default:focus {
    background-color: #fff;
    border-color: #dbdbdb
    }*/
    .btn-lang .dropdown-menu > li > a {
        font-size: 1.2em;
        font-weight: normal;
        padding: 8px 14px;
    }
    /*************** Nav ******************/

    .nav-wrap {
        /* font-family: "Knockout 49 A", "Knockout 49 B", "Arial Narrow", Arial, sans-serif; */
       font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial,  sans-serif;
        position: relative;
    }
    .header .primary-nav {
        background: #FFFFFF none repeat scroll 0 0;
        text-align: center;
    }
    .header a:focus {
        outline: dotted 1px #000000;
        outline-offset: 1px;
    }
/*.header .primary-nav ul {
    overflow: hidden;
    }*/
/*.header .primary-nav li {
    margin-top: 4px;
    display: inline-block;
    }*/
/*.header .primary-nav li a,.header .primary-nav li.active a  {
    display: block;
    padding: 8px 6.0015003751px 10px;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    line-height: 1;
    color: #fff;
    font-size: 1.2em;
    font-family: "Knockout 51 A", "Knockout 51 B", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: background, 0.25s;
    -moz-transition: background, 0.25s;
    transition: background, 0.25s;
    }*/
/*.header .primary-nav li a:hover,
.header .primary-nav li a:focus {
    background: #c8151b !important;
}
.header .primary-nav li.active a{
	background-color:#7d0e14;
}
.header .primary-nav li a:active{
    background: #901017 none repeat scroll 0 0;
    }*/
/*-------------------------------------------
      Footer
      -------------------------------------------*/

      .footer {
        background: #fff none repeat scroll 0 0;
        text-align: center;
        padding-top: 18px;
        padding-bottom: 10px;
        border-top: 1px solid #e6e6e6;

    }
    .footer .social .group {
        background: #7d0e14 none repeat scroll 0 0;
        border-radius: 8px;
        margin:13px 6px 12px 0;
        padding: 8px 16px;
        text-align: center;
        display: inline-block;
    }
    .footer a,






    .copyrights p,
    .legal p {
        font-size: 12px;
        line-height: 1.3333em;
        padding: 10px;
        margin: 0;
    }

/*-------------------------------------------
    Home Page
    -------------------------------------------*/

    #hero-carousel {
      margin: 0 auto;
      max-width: 1399px;
      margin-bottom: 10px;
  }
  #hero-carousel .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #009371;
    border-radius: 9px;
    cursor: pointer;
    display: inline-block;
    height: 9px;
    margin: 1px;
    text-indent: -9999px;
    width: 9px;
}
#hero-carousel .carousel-indicators .active {
    background-color: #009371;
}
#hero-carousel .carousel-indicators {
    bottom: -5px;
}
#hero-carousel .banner-text {
    position: relative;
}
#hero-carousel .line {
    display: block;
}
#hero-carousel .carousel-caption {
    position: static;


}
#hero-carousel .carousel-inner > .item {
    height: auto;
}
#hero-carousel .carousel-inner > .item > img {
    max-width: 150%;
    height: auto;
}
#hero-carousel .carousel-caption {
    text-shadow: none;
}
#hero-carousel .carousel-inner .meta::before,
#hero-carousel .carousel-inner .signature::before {
    right: 100%;
}
#hero-carousel .carousel-inner .meta::after,
#hero-carousel .carousel-inner .signature::after {
    left: 100%;
}
#hero-carousel .carousel-inner .meta::before,
#hero-carousel .carousel-inner .meta::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 80%;
}
#hero-carousel .carousel-inner .meta {
    color: #009371;;
    font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}
main p,
fieldset p,
footer p {
    color: #626262;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 8px;
}
.banner-text {
    text-align: center;
}
.banner-text h1 {
    font-family: "Knockout 71 A", "Knockout 71 B", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 0;
}
.banner-text h1,
.banner-text h1 a {
    line-height: .9em;
    margin-bottom: 6px;
}
.bigtext-line0 {
    color: #ab131b;
    font-size: 32.24px;
}
.bigtext-line1 {
    color: #ab131b;
    font-size: 50.22px;
}
.bigtext-line2 {		
    color: #ab131b;		
    font-size: 50.22px;		
}
.banner-text .signature {
    background-color: transparent;
    background-position: -107px -96px;
    background-repeat: no-repeat;
    clear: both;
    display: block;
    height: 45px;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    text-indent: -9999px;
    width: 102px;
}
#hero-carousel .carousel-inner .signature::before,
#hero-carousel .carousel-inner .signature::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 99%;
}
.topping-promo-banner .signature-2-topping:before, .topping-promo-banner .signature-2-topping:after{
	background-color:#ffffff !important;
}
.btn-more {
    font-family: "Knockout 51 A", "Knockout 51 B", "Arial Narrow", Arial, sans-serif;
    background-color: #009371;
    border-color: none;
    color: #fff;
    font-size: 1.25rem;
}
.btn.btn-more:focus,
.btn.btn-more:hover {
    color: #fff;
    text-decoration: none;
}
#hero-carousel .left-arrow {
    background: url("../images/left-arrow.png") no-repeat 0 0;
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 25%;
    z-index: 5;
    margin-top: -15px;
    margin-right: -15px;
    right: 50%;
    width: 12px;
    height: 22px;
    background-size: 100% auto;
    opacity: 1;
}
#hero-carousel .left-arrow:hover{
    opacity: 1;
}
#hero-carousel .right-arrow {
    background: url("../images/right-arrow.png") no-repeat 0 0;
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 25%;
    z-index: 5;
    margin-top: -15px;
    margin-right: 0;
    right: 50%;
    width: 12px;
    height: 22px;
    background-size: 100% auto;
    opacity: 1;
}
#hero-carousel .right-arrow:hover{
    opacity: 1;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel-control {
    width: 5%;
    opacity: 1;
}
/******************Bottom carousal******************/

.ingredients h2 {

    font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
    font-size: 1.125em;
    color: #717171;
    margin: 0 auto 30px auto;
    text-align: center;
}
.feature-secondary-carousel {
    font-weight: normal;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    font-feature-settings: "kern";
    position: relative;
    margin-bottom: 56px;
}
.feature-secondary-carousel .slider {
    margin: 0 auto;
}
.feature-secondary-carousel .slider .item {
    margin: 0 25px 0 25px;
}
.feature-secondary-carousel .slider .item img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.feature-secondary-carousel .left-arrow {
    position: absolute;
    top: 40%;
    left: 5px;
    z-index: 1;
}
.feature-secondary-carousel .right-arrow {
    position: absolute;
    top: 40%;
    right: 5px;
    z-index: 1;
}
.feature-secondary-carousel .item-text {
    color: #484848;
    font-size: 0.875em;
}
.feature-secondary-carousel .item-text h3 {
    font-family: "Italian Plate No2", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
    color: #000000;
    font-size: 1.375em;
    margin-top: 10px;
    margin-bottom: 0;
}
.feature-secondary-carousel .text-title {
	font-size: 0.875rem;
}
/*-------------------------------------------
    Icons
    -------------------------------------------*/

    /**** Mobile ****/

    .icon-phone {
        display: inline-block;
        background: url(../images/phone-icon-lg.png) no-repeat 0 0;
        background-size: 100% auto;
        width: 15px;
        height: 19px;
    }
    .icon {
        background-image: url("../images/sprite.svg");
        background-size: 300px auto;
    }
    .icon-social {
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        opacity: 0.6;
    }
    .icon-facebook {
        background-position: -135px 0;
        height: 13px;
        width: 13px;
    }
    .icon-twitter {
        background-position: -256px 0;
        height: 18px;
        width: 20px;
    }
    .icon-youtube {
        background-position: -288px 0;
        height: 16px;
        width: 22px;
    }
    .icon-instagram {
        background-position: -320px 0;
        height: 20px;
        width: 20px;
    }
    .icon-email {
        background-position: -269px 0;
        height: 13px;
        width: 14px;
    }

/*-------------------------------------------
    Inner Page Common styles
    -------------------------------------------*/
    #menu-page.inner-content h1,.inner-content .location-header h1{
        color: #000;
        font-size: 2.375em;
    }
    .inner-content h1{
        color: #2c2c2c;
        font-size: 4rem;
        font-weight: normal;
        /*margin: 16px 0 0;*/
    }
    .inner-content .subhead{
     font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif; 
     font-size:1.5625rem;
     line-height:normal;
     color:#626262;
 }
 .inner-content .location-header .subhead{
    font-family:"Italian Plate No2", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 14px;
    font-size: 1rem
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
    width:80%;
    padding: 25px 0;
}
.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events:all;
}

/*-------------------------------------------
    Aboutus,Menu Pages Tabbing Common styles
    -------------------------------------------*/
    .nav-tabs>li a{
        border: 0;
        float:left;
    }
    .nav-tabs>li.active>a{
        border-bottom:5px solid #148f6a;
        color:#2b2b2b;
    }
    .bs-example ul{
        margin-bottom: 6px;
        border-bottom: 2px solid #148f6a;
        overflow: hidden;
    }
    .nav-tabs>li>a{
        margin-right: 0;
        font-family: "Italian Plate No2", "Arial", "sans-serif";
    }
    .nav>li>a:hover{
        background-color:transparent;
    }
    .nav-tabs a,.nav-tabs a:hover{
        color: #148f6a;
    }
    .bottom-nav .bs-example .nav-tabs>li a{
        border: none; 
        border-bottom: 5px solid #fff;
        margin-top: 0px;
    }
    .bottom-nav .bs-example .nav-tabs>li.active>a{
        border: none; 
        border-bottom: 5px solid #148f6a;
        margin-top: 0px; 
    }
    .nav>li>a{
        padding: 4px;
        margin-bottom: 1px
    }
    .bottom-nav ul li {
        font-size: 1.5em;
        margin-bottom: -2px
    }

    h2 span{
        color: #AB131B
    }
    .more-info{
       float : right;
       color: #000;
       font-weight: bold;
       cursor: pointer;
       transition: all 0.3s ease-in-out;
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
    }
 .more-info:hover, .more-info :focus, .more-info :active{
     text-decoration: underline;
     color:#148f6a;
 }
 .order-now{
    text-align:center;
}
.order-now a{
	font-family:"Italian Plate No2", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.order-now a:hover, .order-now a:focus, .order-now a:active{
	color:#FFFFFF;
	background-color:#117959;
}


/*@media (min-width: 711px) and (max-width: 767px) {
    .call-order .icon-phone {
    margin: 0 5px 0 0;
    background-position: 0 7px;
    }
    .omin-bar > a {
        line-height: 1.3em;
    }
    }*/

    /****************************** Tablet **************************/

    @media (min-width: 768px) and (max-width: 991px) {
        .icon-phone {
            height: 12px;
        }
        .icon {
            background-image: url("../images/sprite.svg");
            background-size: 400px auto;
        }
        .icon-facebook {
            background-position: -179px 0;
            height: 17px;
            width: 15px;
        }
        .icon-email {
            background-position: -358px 0;
            height: 17px;
            width: 19px;
        }
        .feature-secondary-carousel #slider .item {
            margin: 0 15px 0 15px;
        }

        .heading.description.header2 .text{
            margin-bottom: -23px;
        }

        .bogo-container{
            top: 9px;
        }
        .heading.description.header2 .papadia{
                position: relative;
                right: 13px;
            }
    }
    /************************** Desktop **********************/

    @media (min-width: 992px) {

       .call-order span {

        padding-left:35px;
        background-size: 25px auto;

    }
    .icon {
        background-image: url("../images/sprite.svg");
        background-size: 500px 500px;
    }
    .topping-promo-banner .icon {
        background-image: url("../images/sprite1.png") !important;
        background-size: 500px 500px;
    }
    .icon-facebook {
        background-position: -224px 0;
        height: 22px;
        width: 13px;
    }
    .icon-email {
        background-position: -448px 0;
        height: 24px;
        width: 22px;
    }
    .affix{
        top: auto;
        z-index: 100;
    }
    #aboutus .bottom-nav .nav>li>a {
        font-size:1em;
    }

    .bottom-nav .nav>li>a {
        font-size:2.375rem;
    }

}
/*-------------------------------------------
    Tablet Media Query
    -------------------------------------------*/

    @media (min-width: 768px) and (max-width: 991px) {
        .logo {
            background: url("../images/logo-small.svg") no-repeat scroll center center / 100% auto;
            height: 120px;
            left: 24px;
            max-width: 132px;
            top: -45px;
            width: 132px;
        }
        .header .primary-nav {
            text-align: right;
        }
        .header .primary-nav li a,.header .primary-nav li.active a {
            font-size: 1.75em;
            padding: 24px 15px;
        }
        .header .primary-nav li {
            margin-top: 8px;
        }
        .head-arrow-sidebar{
          padding: 0px 0px 0px 1px !important;
      }
      .omin-bar {
        height: 61px;
    }
    .call-order {
        padding: 0;
        width: auto;
    }
    .omin-bar > a {
        font-size: 1em;
        line-height: 3.8em;
        padding: 0 20px;
    }
    .call-order span {
        width: auto;
        height: 61px;
    }
    .omin-bar .btn {
        font-size: 1em;
        line-height: 4.357142857142857;
        margin-right: -1px;
        padding: 0 15px;
        border-right-width: 1px;
    }
    .lang-arrow{
        background: url("../images/lang-down-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        height: 12px;
        width: 15px;
        background-size: 100% auto;
    }
    .btn-lang i {
        margin-right: 10px;
    }
    .btn-lang .dropdown-menu > li > a {
        font-size: 1.142857em;
    }
    .btn-lang .dropdown-menu {
        min-width: 109px;
    }
    .btn-lang.pull-right > .dropdown-menu {
        left: 0;
        right: auto;
    }
    /**************** footer **************/
    .footer {
        text-align: left;
    }
    .footer .social .group p {
        font-size: 1em;
    }
    .footer .social .group {

        margin:11px 14px 20px 0;
    }
    
    .copyrights {
        border-bottom: 2px solid #d81f3b;
        padding: 5px 0;
    }
    .footer-links a {
        font-size: 1em;
    }
    .copyrights p,
    .legal p {
        font-size: 0.8125em;
        padding: 5px 0;

    }
    /**************** Hero Section **************/
    #hero-carousel .carousel-inner > .item > img {
        height: auto;
        max-width: 100%;
    }
    #hero-carousel .banner-text {
        z-index: 1;
        line-height: 30px;
    }
    #hero-carousel .carousel-caption {
        position: absolute;
        left: auto;
        right: 10%;
        bottom: 38px;
    }
    .banner-text .signature {
        background-position: -147px -129px;
        height: 51px;
        width: 123px;
    }
    .bigtext-line1 {
        color: #ab131b;
        font-size: 48.83px;
    }
    #hero-carousel .carousel-inner .signature::before,
    #hero-carousel .carousel-inner .signature::after {
        width: 65%;
    }
    #hero-carousel {
        margin-bottom: 30px;
    }
    #hero-carousel .carousel-indicators {
        bottom: -25px;
    }
    #hero-carousel .carousel-indicators li {
        border-radius: 12px;
        height: 12px;
        width: 12px;
    }
    #hero-carousel .left-arrow {
        top: 50%;
        width: 24px;
        height: 49px;
    }
    #hero-carousel .right-arrow {
        top: 50%;
        width: 24px;
        height: 49px;
    }
    /**********************owl carousal***************/
    .ingredients h2 {
        font-size: 2.203125em;        
    }
    .feature-secondary-carousel .slider .item img {
        margin: none;
    }
    .feature-secondary-carousel .item-text {
        font-size: 1em;
    }
    .feature-secondary-carousel .item-text h3 {
        font-size: 1.6875em;
    }
    .feature-secondary-carousel .left-arrow {
        left: -0.5%;
    }
    .feature-secondary-carousel .right-arrow {
        right: -0.5%;
    }
    /*-------------------------------------------
        Inner Page Common styles
        -------------------------------------------*/
        .inner-content h1{
            font-size: 2.8125em;
        }
        .inner-content .subhead
        {
            font-size:1.125em;  
        }   
    /*-------------------------------------------
        Aboutus,Menu Pages Tabbing Common styles
        -------------------------------------------*/   
        .bottom-nav ul li {
            font-size: 1.5em;
        }
        #menu-page .bottom-nav ul li {
            font-size: 2.375rem;
        }
        #menu-page .nav>li>a {
            padding: 0 8px 4px
        }
        .nav>li>a{
            padding: 0px 30px 0px 30px;
        }

    }
/*-------------------------------------------
    Desktop Media Query
    -------------------------------------------*/

    @media (min-width: 992px) {
        /****** Logo ******/
        .logo {
            background: rgba(0, 0, 0, 0) url("../images/logo-small.svg") no-repeat scroll center center / 100% auto;
            height: 80px;
            left: 8px;
            max-width: 201px;
            top: -72px;
            width: 150px;
        }
        /****** Omni Bar ******/
        .omin-bar {
            /*height: auto;*/
        }
        .call-order {
            padding: 0;
            width: auto;
        }
        .omin-bar > a {
            font-size: 1.6em;

            padding: 0 20px;
        }
        .call-order span {
            width: auto;
            height: 97px;
        }
        .omin-bar .btn {
            font-size: 1.5em;
            line-height: 3.341667;
            margin-right: 1px;
            padding: 0 15px;
            border-right-width: 1px;
        }
        .lang-arrow{
            background: url("../images/lang-down-arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            display: inline-block;
            height: 15px;
            width: 19px;
        }

        .btn-lang i {
            margin-right: 40px;
        }
        .btn-lang .dropdown-menu > li > a {
            font-size: 1.71428em;
        }
        .btn-lang .dropdown-menu {
            min-width: 149px;
        }
        .btn-lang.pull-right > .dropdown-menu {
            left: 0;
            right: auto;
        }
        /****** Navigation ******/
        .header .primary-nav {
            text-align: left;
        }
        .header .primary-nav .nav-wrap {
            padding-left: 173px;
        }
    /*.header .primary-nav li a,.header .primary-nav li.active a {
        font-size: 2.25rem;
        padding: 16px 16px 20px;
        }*/
    /*.header .primary-nav li {
        margin-top: 12px;
        }*/
        /**************** footer **************/
        .footer {
            text-align: center;
        }
        .footer .social .group {
            padding: 10px 20px;
            margin:11px 0px 20px 0;
        }
        .footer .social .group p {
            font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
            font-size: 1.6em;
        }
        .footer .social .group:first-child{
            padding: 12px 2px 12px;
        }
        .footer-links a {
            font-size: 1.25em;
        }
        .footer-links,
        .copyrights {
            border: 0;
            display: inline-block;
            padding: 5px 0;
        }
        .footer-content {
            border-top: 2px solid #d81f3b;
            border-bottom: 2px solid #d81f3b;
        }
        .copyrights {
            text-align: right;
        }
        .copyrights p,
        .legal p {
            font-size: 0.75em;
            padding: 5px 0;
        }
        .copyrights p {
            padding-top: 10px
        }
        /**************** Hero Section **************/
        #hero-carousel {
            margin-bottom: 56px;
            font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
        }
        #hero-carousel .carousel-inner > .item > img {
            height: auto;
            max-width: 100%;
        }
        .item .lg-topping-pizza-img, .new-stuffed-pizza-img{
          height:auto;
          max-width:100%;
      }
      #hero-carousel .carousel-caption {
        bottom: 100%;
        /*left: auto;*/
        padding-bottom: 5%;
        position: absolute;
        right: 5%;
    }
    .carousel-inner .item:nth-of-type(2) .carousel-caption{
      /*padding-bottom: 9% !important;*/
  }
  .carousel-inner .item:nth-of-type(3) .carousel-caption{
      padding-bottom: 9% !important;
  }
  .banner-text .signature {
    background-position: -182px -160px;
    height: 64px;
    width: 162px;
}
#hero-carousel .carousel-inner .meta {
    font-size: 1.5em;
    width: 247px;
}
#hero-carousel .carousel-inner .meta::before,
#hero-carousel .carousel-inner .meta::after {
    width: 48%;
}
#hero-carousel .carousel-inner .signature::before,
#hero-carousel .carousel-inner .signature::after {
    width: 95%;
}
#hero-carousel .carousel-inner .signature-2::before,
#hero-carousel .carousel-inner .signature-2::after {
    width: 139px;
}
#hero-carousel .carousel-indicators {
    bottom: -40px;
}
.bigtext-line0 {
    font-size: 58px;
}
.bigtext-line1 {
    font-size: 90px;
}
.banner-text h1,
.banner-text h1 a {
    line-height: 60px;
}
.btn-more {
    font-size: 1.3125em;
}
#hero-carousel .carousel-indicators li {
    border-radius: 16px;
    height: 16px;
    width: 16px;
}
/**********************owl carousal***************/
.ingredients h2 {
    font-size: 3.4em;
}
.feature-secondary-carousel .slider .item img {
    margin: none;
}

.feature-secondary-carousel .item-text {
    font-size: 1em;
}
.feature-secondary-carousel .item-text h3 {
    font-size: 1.875rem;
}

    /*-------------------------------------------
        Inner Page Common styles
        -------------------------------------------*/
        #menu-page.inner-content h1{
         font-size: 3em;
     }
     .inner-content h1{
        font-size: 3.95em;
        /*margin-top: 67px;*/
    }
    .inner-content .subhead {
        font-size:1.625em; 
        margin-bottom: 17px;
    }   
    .inner-content .location-header  .subhead {
        font-size: 1.125rem;
    }
    /*-------------------------------------------
        Aboutus,Menu Pages Tabbing Common styles
        -------------------------------------------*/ 
        .bs-example ul {
            margin-top: 10px
        }  
        .bottom-nav ul li {
            font-size: 1.875em;
        }
        .nav>li>a{
            padding: 0 16px 6px;
            font-size: 1.5rem
        }

    }

/*---------------------------------------------------------------------------------------------------
    Locations Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** location selection Mobile ***************/
    #content .locations .container{
        padding-left: 0;
    }
    .locations{
        margin-bottom:20px;
    }
    .location-header{
        border-bottom: 1px solid #e1e1e1;
    }
    .location-selection{
        margin-top:19px; 
    }
    .region-body{
        font-size: 1.2em;
        display: block;
    }
    .region-body select{
        border-radius:5px;
        width:100%;
        padding: 9px 0 11px 12px;
    }
    .find-btn button{
        font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
        background-color: #009873;
        color: #fff;
        font-size:1.25em; 
    }
    .region,.city{
        margin-bottom: 10px;
    }
    .region label,.city label{
        font-weight: 700;
        margin-bottom: 7px;
        font-size: 1.125em;
    }
    .nearest-stores h3{
        font-size: 1.625em;
        margin: 19px 0 8px 0;
        font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
    }
    .stores{
        background-color: #f1f1f1;
        padding: 20px 0 17px 24px;
        margin-bottom: 30px;
    }
    .stores h2{
        padding: 0 0 25px 0;
        margin: 0;
        color:#000;
        font-size: 1.25em;
        font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
    }
    .stores ul{
        padding-bottom: 13px;
    }
    .stores ul li{
        padding-bottom: 10px;
        color:#7a7a7a;
        font-size: 0.9375em;
        font-family: "Arial Narrow", "Arial", "sans-serif";
    }
    .stores ul li img{
        padding-right: 9px;
    }
    .stores a{
        color:#009873;
        font-size: 1.2em;
        font-family: "Italian Plate No2 Bold" , "Arial", "sans-serif";
    }
    .stores a img{
        padding-left: 15px;
    }
    .location-selection select {
        border-radius: 4px;
        box-shadow: inset 0px 2px 4px -1px rgba(98, 98, 98, 0.2);
        border: 1px solid #7d7d7d;
        height:46px;
    }
    .location-selection select:focus {
        box-shadow: 0px 0px 5px 0px rgba(98, 98, 98, 0.75);
        outline: none;
        border-color: #1abc8b; 
    }

    /*************** location selection Tablet ***************/

    @media (min-width: 768px) and (max-width: 991px) {
        .locations{
            margin-bottom:30px;
        }
        .location-selection{
            overflow: hidden;
            margin: 30px 0 0 0;
            padding: 0;
        }
        .region, .city{
            width:36.73184357541899%;
            float:left;
            margin-bottom:0;
        }
        .location-selection select{
            height:48px;
        }
        .city{
            width:36.73184357541899%;
            float: left;
            margin-left: 4.189944134078212%;
            padding-right:20px;
        }
        .find-btn button {
            float:left;
            background-color: #009873;
            color: #fff;
            margin-top: 29px;
            font-size: 1.3125em;
            height: 48px;
            margin-top: 35px;
        }
        .stores-list{
            overflow: hidden;
        }
        .region label, .city label  {
            font-size: 1.125em;
            margin-bottom:10px;
        }
        .region-body{
            font-size: 1em;
        }
        .nearest-stores h3{
            font-size: 2.375rem;
            margin: 30px 0 16px 0;
        }
        .stores ul{
            padding-bottom: 19px;
        }
        .stores h2{
            font-size: 1.375em;
        }
        .stores ul li{
            font-size: 1em;

        }
        .stores a{
            font-size: 1.125em;

        }
        .stores {
            padding: 22px 0 22px 32px;
        }


    }
    /*************** location selection Desktop ***************/
    @media (min-width: 992px) {
        .inner-content .location-header h1 {
            font-size: 3rem
        }
        .locations{
            margin-bottom:40px;
        }
        .region, .city{
            margin-bottom:0;
        }
        .region{
            width:25.68359375%;
            float:left;
        }
        .city{
            width:25.68359375%;
            float: left;
            margin-left: 20px;
            padding-right:20px;
        }
        .location-selection{
            overflow: hidden;
            margin-top: 38px;
        }
        .location-selection select{
            height:48px;
            font-size: 1.125rem
        }
        .find-btn button {
            float:left;
            background-color: #009873;
            color: #fff;
            margin-top:29px;
            width:14.6484375%;
            margin-top: 29px;
            font-size: 1.3125em;
            height:48px;
            margin-top: 35px;
        }
        .find-btn button:hover {
            color: white;
            background-color: #117959;
            cursor: pointer;
        }
        .region label, .city label {
            font-size: 1.125rem;
            margin-bottom:10px;
        }
        .region-body{
            font-size: 1.3em;
        }
        .nearest-stores h3{
            font-size: 1.5em;
            margin: 40px 0 20px 0;
        }
        .stores h2{
            font-size: 1.4375em;
        }
        .stores ul li{
            font-size: 1.2em;
        }
        .stores a{
           font-size: 1.2em;
       }
       .stores {
        padding: 21px 0 20px 32px;
    }
    .stores ul {
        padding-bottom: 18px;
    }
}/*
@media screen\0 {
    .find-btn button{
        margin-top: 27px;
    }
    }*/


/*---------------------------------------------------------------------------------------------------
    Aboutus Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Aboutus Page Mobile ***************/
    .tab-data{
        margin-bottom: 25px;
    }
    .aboutus-banner img{
        width: 100%;
        margin-bottom: 17px;
    }
    .wysiwyg img {
        margin: 0 auto;
        display: block;
    }
    #ourstory.pull-right {
        float: none !important;
    }

    .tab-data div h2{
        font-family: "Italian Plate No2 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 2em;
        color: #2b2b2b;
    }
    .tab-data div h2.small{
        font-family: "Italian Plate No2 Bold" , "Helvetica Neue", Helvetica, Arial, sans-serif;
        color:#2b2b2b;
        font-size: 1.75rem;
    }
    .tab-data div p{
        font-size: 1em;
        color: #626262;
        margin-bottom:10px
    }
    .tab-data h6{
        font-family: "Italian Plate No2 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 1.25em;
    }
    .tab-pane .col-md-6 img{
        max-width:100%;
    }
    /****** side nav  ******/
    .btn-toggle-menu{
        line-height:45px;
        background-color:#454545;
        font-size:1.1em;
        font-family: "Italian Plate No2 Bold" , "Arial Narrow", Arial, sans-serif;
        color:#fff;
        display:block;
        margin-right:-15px;
        margin-left:-15px;
        padding:0 15px;
        position:relative;
        -webkit-box-shadow:inset 0 3px 3px 0 #282828;
        box-shadow:inset 0 3px 3px 0 #282828;
    }
    a.btn-toggle-menu:focus, a.btn-toggle-menu:hover{
        color: #fff;
    }
    .btn-toggle-menu i{
        position:absolute;
        right:15px;
        top:50%;
        margin-top: -5px;
    }
    #nav-collapse{
        margin:0 -15px;
    }
    #nav-collapse > ul,#nav-collapse li{
        padding:0;margin:0;
    }
    #nav-collapse li{
        border-bottom:1px solid #dbdbdb;
        position:relative;
    }
    #nav-collapse li a{
        display:block;
        background-color:#f1f1f1;
        line-height:44px;
        padding:0 15px;
        font-size:0.875em;
        font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
        color:#2b2b2b;
    }
    #nav-collapse li.active a{
        background-color:#148f6a;
        color:#fff;
    }


    /*************** Aboutus Page Tablet ***************/
    @media (min-width: 768px) and (max-width: 991px){
        .aboutus-banner img{
            width: 100%;
            margin-bottom: 17px;
        }
        .wysiwyg img {
            float: right;
            margin: 0 0 1em 2em;
        }
        .tab-data{
            overflow: hidden;
            margin: 20px 0 17px 0;
        }
        .tab-data div img{
            float:right;
            max-width: 100%
        }

        .tab-data div h2{

            font-size: 1.375em;
            margin-bottom: 20px;
        }
        .tab-data div p{
            font-size: 1em;
            margin-bottom:17px;
        }
        .tab-data ul li{
            font-size: 1.5em;
        }
        .tab-pane .col-md-6 img{
            width:100%;
        }
        .btn-toggle-menu{
            line-height:2.7727;
            font-size:1.375em;
            margin:0;
        }
        .btn-toggle-menu i{
            margin-top:-10px;
        }
        #nav-collapse{
            margin:0;
        }
        #nav-collapse li a{
            line-height:2.7727;
            font-size:1.375em;
        }
        #ourstory.pull-right {
            float: right !important;
        }
    }

    /*************** Aboutus Page Desktop ***************/
    @media (min-width: 992px) {
        .content-right{
            margin-left: 40px;
            margin-bottom: 48px;
            padding-top: 4em;
        }
        .aboutus-banner img{
            width: 100%;

            margin-bottom: 17px;
        }
        .wysiwyg img {
            float: right;
            margin: 0 0 1em 2em;
        }
        #ourstory.pull-right {
            float: right !important;
        }
        .tab-data{
            overflow: hidden;
            margin-bottom:47px;
        }
        .tab-data .col-sm-5 img{
           margin-top: 20px;
           width:100%;
       }
       .tab-data div h2,.tab-data div p{
        /*float: left;
        width:60.67708333333333%;*/
    }
    .tab-data .col-sm-7 h2{
        font-size: 2.9em;
    }
    .tab-data div h2{
        font-size: 2.9em;
    }
    .tab-data h3{
        font-size:  1.75rem
    }
    .tab-data div p{
        font-size: 1.0625em;
        color: #626262;
        margin-bottom:24px;
    }
    .secondary-nav{
        padding-top:77px;
        border-right:1px solid #dbdbdb;
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
    .btn-toggle-menu{
        display:none;
    }
    #nav-collapse.collapse{
        display:block;
        height:auto !important;
    }
    #nav-collapse {
        margin: 0;
    }
    #nav-collapse li a  {
        line-height:2.636363636363636;
        font-size:1.375em;
        padding-left:19px;
        background-color:#fff;
    }
    #nav-collapse li.active a:after,#nav-collapse li:hover a:after{
        display: block;
        position: absolute;
        right: -12px;
        top: 0;
        content: "";
        width: 0;
        height: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
    }
    #nav-collapse li.active:hover a{
        background-color:#148F6A;
    }
    #nav-collapse li:hover a{
        background-color:#f1f1f1;
    }
    #nav-collapse li:hover a:after{
        right:-18px;
        border-left: 18px solid #f1f1f1;
        border-top-width: 30px;
        border-bottom-width: 30px;
    }
    #nav-collapse li.active a:after{
        right:-18px;
        border-left: 18px solid #148F6A;
        border-top-width: 30px;
        border-bottom-width: 30px;
        z-index:99999999;
    }
    .inner-content .table-row {
        height:100%;
        min-height:100%;
        overflow:hidden;
    }
    .inner-content .table-row .table-col {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }
}

/*---------------------------------------------------------------------------------------------------
    Menu Page Styles
    ----------------------------------------------------------------------------------------------------*/
    .sticky-nav{
        position:relative;
    }
    .sticky-nav h2{
        font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .sticky-nav > ul
    {
        z-index:100;
        top:0;
        left:0;
        right:0;
        background-color:#fff;
    }
    #menu-page h1, .location-header h1{
        font-family:"Italian Plate No2 Bold", "Helvetica Neue",Helvetica,Arial,sans-serif;

    }
    #menu-page h2{
        font-size: 2.375rem;
        color:#000;
        margin:18px 0 10px 0;
    }
    .box img{
        width:100%;
    }
    .box-tag ol li {
        background-color:#148f6a;
        border: 1px solid #009371;
        border-radius: 11px;
        cursor: pointer;
        display: inline-block;
        height: 11px;
        margin: 1px;
        text-indent: -9999px;
        width: 11px;
        border-bottom:0;

    }
    .box-tag{
        overflow:hidden;
        padding:11px 0 19px 0; 
    }
    .box-tag h3{
        float:left;
        margin:0;
        font-size:1.75em;
        color: #000
    }
    .box-tag ol{
        float:right;
    }
    #menu-page .tab-content {
        padding:0 0 28px 0;
    }
    #menu-page .tab-content .tab-pane{
        overflow:hidden;
    }
    /*...............modal css .................*/

    .modal-header{
        border: none;
        padding-bottom: 0;     
    }
    .modal-body{
        padding-top: 0;
    }
    .modal-content{
        height: auto;
        border-radius: 0px;
    }
    .pop-up-img img{
        width: 100%;
        height: auto;
    }
    .modal-content h1{
        margin: 0;
        font-size: 1.6875em;
    }
    #close {
        background: url("../images/close.png") 0 0 no-repeat;
        display: block;
        height: 32px;
        position: absolute;
        right: -21px;
        text-indent: -9999px;
        top: -10px;
        width: 35px;
        opacity: 0.9;
    }
    .original, .tossed-thin, .stuffed{
        margin: 0 auto;
        width: 95%;
        margin-bottom: 0;
        overflow: hidden;
    }
    .original h3, .tossed-thin h3, .stuffed h3{
        border-bottom: 2px solid #148f6a;
        padding: 0 0 2px;
        margin: 9px 0 1px;
        font-size: 1.3125em;
    }
    .choice-price{
        color: #626262;
        font-size: 1em; 
    }
    .pop-up-right p{
        color: #8c8c8c;
        font-size: 1em;
        margin: 6px 0 0;
    }
    .sticky-nav >ul.affix{
        right:0;
        margin-left: 15px;
        margin-right:15px;
    }

    /*************** Menu Page Tablet ***************/

    @media (min-width: 768px) and (max-width: 991px) {
        #menu-page.inner-content h1, .inner-content .location-header h1{
            font-size: 3rem;
        }
        #menu-page h2{
            font-size: 3rem;
            margin:30px 0 20px 0;
        }


        /*...............modal css ................. */ 
        .modal-content{
            width: 532px;
            height: auto;
        }
        .pop-up-img{
            float: left;
            padding-top: 12px;
            width: 45%;
        }
        .pop-up-img img{
            width: 245px;
            height: auto;
        }
        .choice-price{
         float: left;
         width: 32.5%;
     }
     .pop-up-right{
        width: 45%;
        float: right;
    }
    .modal-header{
        overflow: hidden;
    }
    .modal-content h1{
        margin: 0;
    }
    .box-tag h3{
        font-size:1.75em;
    }
    .sticky-nav >ul.affix{
        margin: 0 auto;
        width:720px;
    }

}

/*************** Menu Page Desktop ***************/
@media (min-width: 992px) {

    #menu-page h2{
        font-size: 3em;
        margin:40px 0 20px 0;
    }
    
    /*...............modal css .................*/
    .pop-up-img{
        float: left;
        padding-top: 12px;
        width: 45%;
    }
    .pop-up-img img{
        width: 245px;
        height: auto;
    }
    .pop-up-right{
        width: 45%;
        float: right;
    }
    .modal-header{
        overflow: hidden;
        
    }
    .modal-content{
        width: 532px;
        height: auto;
    }
    .modal-content h1{
        margin: 0;
    }
    .choice-price{
        float: left;
        width: 32.5%;
    }
    .box-tag h3{
        font-size:1.20em;
    }
    .sticky-nav >ul.affix
    {
        margin: 0 auto;
        width:1140px;
    }
    body.modal-open .sticky-nav >ul.affix
    {
        left:-17px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .sticky-nav >ul.affix
    {
        margin: 0 auto;
        width:940px;
    }
    body.modal-open .sticky-nav >ul.affix
    {
        left:0px;
    }
}

/*---------------------------------------------------------------------------------------------------
    Terms & Conditions Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Terms & Conditions Mobile ***************/
    .terms-conditions ul{
        margin: 0  0 50px 18px;
        width:100%;
    }
    .terms-conditions ul li{
        margin-top:22px;
        color: #626262;
        font-size: 1rem; 
        font-weight:normal;
        list-style-type:disc;
    }
    /*************** Terms & Conditions Tablet ***************/
    @media (min-width: 768px) and (max-width: 991px){

        .terms-conditions ul{
            margin-bottom:50px;
        }
        .terms-conditions ul li{
            font-size: 0.9375em;
            margin-top:25px;
        }

    }
    /*************** Terms & Conditions Desktop ***************/
    @media (min-width: 992px) {

        .terms-conditions ul{
            margin-bottom:80px;
        }
        .terms-conditions ul li {
            font-size:1em; 
            margin-top:27px;
        }
    }   


/*---------------------------------------------------------------------------------------------------
    Privacy Policy Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Privacy Policy Page Mobile ***************/
    .privacy-policy {
        margin-bottom:50px;
    }
    .inner-content .privacy-policy h1, .terms-conditions h1{
        font-size: 4.0625em;
        line-height: 3.25rem
    }
    .privacy-policy  h2, .inner-content .sitemap .subhead{
        color: #626262;
        font-size: 1.5625rem;
        font-family:"Italian Plate No2 Bold", "Arial", "sans-serif";
    }
    .privacy-policy  h3{
        font-weight: bold;
        font-family:"Italian Plate No2 Bold", "Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #626262;
        font-size: 1rem;
        line-height: 1.5rem
    }
    .privacy-policy p{
        font-size: 1rem !important;  
        font-weight:normal;
        color:#626262;
        margin: 0;
        font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    }
    .privacy-policy .h2spacing{
        margin-top: 25px;
        color: #2b2b2b;
        font-size: 1.75rem;
        font-family:"Knockout 49 A", "Knockout 49 B", "Arial", "sans-serif";
    }
    .privacy-policy  a{
        color:#009873;
    }

    /*************** Privacy Policy Page Tablet ***************/
    @media (min-width: 768px) and (max-width: 991px){

        .privacy-policy {
            margin-bottom:62px;
        }
        .privacy-policy  h2{
            font-size: 1.5625rem;
        }
        .privacy-policy p{
            font-size: 1em;  
        }
        .privacy-policy .h2spacing{
            font-size: 1.766875em;
        }
    }
    /*************** Privacy Policy Page Desktop ***************/
    @media (min-width: 992px) {

        .privacy-policy {
            margin-bottom: 90px;
            padding-top: 67px;
            padding-left: 18px;
            padding-right: 18px;		

        }
        .privacy-policy p{
            font-size: 1.0625em; 
            font-weight:normal;
        }
        .privacy-policy .h2spacing{
            margin-top: 16px;
        }
        .privacy-policy  h2{
            font-size: 1.5625em;
        }
        .privacy-policy  h3{
            font-size: 1em;
        }
        .privacy-policy .h2spacing{
            font-size: 1.75rem;
        }
    }


/*---------------------------------------------------------------------------------------------------
    Site Map Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Site Map Page Mobile ***************/
    .sitemap-links{
        margin: 27px -15px 40px -15px;
    }
    .sitemap{
        padding:27px 0 40px 0; 
    }
    .inner-content .sitemap h1{
        font-size: 4.0625rem;
        line-height: 3.25rem;
        margin-top: 0;
    }
    .sitemap-links h2{
        margin: 0 0 7px 0;
        font-size: 1.75rem;
    }
    .sitemap-links a{
        color:#009873;
        font-size: 1em;

    }
    .site-links{
        margin-bottom: 17px; 
    }
    /****************************** Site Map Page Tablet **************************/
    @media (min-width: 768px) and (max-width: 991px) {
        .sitemap-links{
            margin: 40px -15px 30px -15px;
        }
        .sitemap-links h2{
            margin: 0 0 9px 0;
        }
        .site-links{
            margin-bottom: 40px; 
        }
        .sitemap-links h2{    
            font-size: 1.75rem;
        }
        .sitemap-links a{
         font-size: 1rem;
     }
 }
 /****************************** Site Map Page Desktop **************************/
 @media (min-width: 992px) {
    .inner-content .sitemap h1 {
        margin-top: 61px;
    }
    .sitemap-links{
        margin: 36px -15px 268px -15px;
    }
    .site-links h2{
        margin: 0 0 10px 0;
    }
    .site-links{
        margin-bottom:55px;
    }
    .sitemap-links h2{    
        font-size: 1.75rem;
    }
    .sitemap-links a{
        font-size: 1rem;
    }
}
/*---------------------------------------------------------------------------------------------------
    Our Pizza Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Our Pizza Page Mobile ***************/

    .ourpizza-description div p{
        padding-top: 12px;
        font-size: 1em;
        color:#626262;
        margin:0;
    }
    .ourpizza-description a{
        color:#009873;
    }
    .ourpizza-content img {
     margin: 1em auto 2em auto;
 }
 #ourpizza .subhead{
    font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
    font-size:1.625em; 
}
.our-pizza-banner  {
    text-align: center;
}

#ourpizza h2{
    display: block;
    padding: 17px 0;
    font-size: 1.7rem;
    font-style: normal;
    color:#2b2b2b;
    margin: 0 0 8px;
    line-height: 1
}

.img-banner img {
    width: 290px;
}
.img-banner .popover
{
    background-color: #333333;
    opacity: 0.96;
}
/*.pizza-popups img{                                                                                                  
    width: auto;
    }*/
    .img-banner{
        padding-bottom: 50px;
        text-align: center;
        position:relative;
        width:290px;
        margin:0 auto;
    }
    /*  our pizza pop overs*/
/*.fade.in {
    opacity: 0.8;
    }*/
    .popover-common img
    {
        visibility: hidden;
    }
    .popover-common
    {
     background: url("../images/plus-sign.png") no-repeat scroll center center / 40px auto rgba(0, 0, 0, 0);
     -webkit-animation-duration: 1s; 
     animation-duration: 1s; 
     -webkit-animation-fill-mode: both; 
     animation-fill-mode: both; 
     background-size: 100% auto;

 }

 .popover-common.close-sign
 {
   background: url("../images/close-sign.png") no-repeat scroll center center / 40px auto rgba(0, 0, 0, 0);
   -webkit-animation-duration: 1s; 
   animation-duration: 1s; 
   -webkit-animation-fill-mode: both; 
   animation-fill-mode: both; 


}


@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-90deg); 

    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-90deg); 

    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 

    } 
} 

@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 

    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-90deg); 
        
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 

    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(-90deg); 
        
    } 
} 
.rotateOut { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}

.rotateIn { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

.pizza-popups img{                                                                                                  
    width: 37px;
}
.popover{
    background-color: #000;
    color:#fff;
    font-size: 1em;
}
.popover-content {
    padding: 0 17px 20px 20px;
}
.popover-title {
    padding: 27px 0 15px 20px;
    margin: 0;
    font-size: 1.701875em;
    background-color: transparent;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}
.popover.top>.arrow:after {
    border-top-color: #333333;
}
.popover.left>.arrow:after {
    border-left-color: #333333;
}
.popover.right>.arrow:after {
    border-right-color: #333333;
}
.popover-1,.popover-2,.popover-3,.popover-4,.popover-5,.popover-6,.popover-7,.popover-8, .popover-9{
    position: absolute;
}
.popover-1{
    left: 50px;
    top: 30px;
}
.popover-2{
    left: 188px;
    top: 75px;
}
.popover-3{
    left: 105px;
    top: 107px;
}
.popover-4{
    left: 230px;
    top: 150px;
}
.popover-5{
    left: 21px;
    top: 175px;
}
.popover-6{
    left: 184px;
    top: 184px;
}
.popover-7{
    left: 53px;
    top: 246px;
}
.popover-8{
    left: 210px;
    top: 249px
}
.popover-9{
    left: 95px;
    top: 175px
}



/*************** Our Pizza Page Tablet ***************/
@media (min-width: 768px) and (max-width: 991px) {
    .ourpizza-description div p{
        padding-bottom: 0 0 17px 0;
        font-size: 1em;
        margin: 0;
    }
    .ourpizza-content img {
        max-width: 100%;
        margin: 1em auto 2em auto;
    }   
    #ourpizza h2{
        display: block;
        padding: 17px 0 27px 0;
        font-size:1.3125em;
    }
    .img-banner{
        padding-bottom: 55px;
    }
    .img-banner img {
        width: 666px;
    }
    .img-banner{
        width:666px;
    }

    /*  our pizza pop overs*/
    
    .popover-common.close-sign
    {
       background: url("../images/close-sign.png") no-repeat scroll center center / 43px auto rgba(0, 0, 0, 0);
   }

   .pizza-popups img{                                                                                                  
    width: 31px;
}
.popover-1{
    left: 110px;
    top: 54px;
}
.popover-2{
    left: 465px;
    top: 200px;
}
.popover-3{
    left: 223px;
    top: 217px;
}
.popover-4{
    left: 578px;
    top: 327px;
}
.popover-5{
    left: 55px;
    top: 420px;
}
.popover-6{
    left: 483px;
    top: 422px;
}
.popover-7{
    left: 115px;
    top: 585px;
}
.popover-8{
    left: 510px;
    top: 590px;
}
.popover-9{
    left: 235px;
    top: 400px;
}
}
/*************** Our Pizza Page Desktop ***************/
@media (min-width: 992px) {
    .ourpizza-description div  p{
     padding: 0 0 24px 0;
     font-size: 1rem;

 }
 .ourpizza-content img {
    width: auto;
    margin: 1em auto 2em auto;
}  
    /*
    .ourpizza-content { background-image: url("../images/ourpizza-banner.png") ;}
    .our-pizza-banner img{
    width:100%}*//*
    .ourpizza-content{
    width:43.25744308231173%;
        float:left;
    }
    .our-pizza-banner img{
    width:23.81786339754816%;
    float:right;
    }*/
    #ourpizza h2{
        display: block;
        padding: 0 0 27px 0;
        font-size:1.75rem   ;
    }
    .img-banner{
        padding-bottom: 70px;
    }
    .img-banner img {
        width: 666px;
    }
    .img-banner{
        width:666px;
    }
    /*  our pizza pop overs*/
    .pizza-popups img{                                                                                                  
        width:37px;
    }
    .popover-common.close-sign
    {
        background: url("../images/close-sign.png") no-repeat scroll center center / 50px auto rgba(0, 0, 0, 0);
    }

    .popover-1{
        left: 110px;
        top: 48px;
    }
    .popover-2{
        left: 465px;
        top: 197px;
    }
    .popover-3{
        left: 222px;
        top: 214px;
    }
    .popover-4{
        left: 578px;
        top: 328px;
    }
    .popover-5{
        left: 52px;
        top: 420px;
    }
    .popover-6{
        left: 485px;
        top: 418px;
    }
    .popover-7{
        left: 115px;
        top: 578px;
    }
    .popover-8{
        left: 508px;
        top: 590px;
    }
    .popover-9{
        left: 235px;
        top: 398px
    }

    
}
/*---------------------------------------------------------------------------------------------------
    Ingredients Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Ingredients Page Mobile ***************/
    #ingredients .content-right{
        line-height: 0.7em;
    }


    .content-right .notice {
        font-family:"Italian Plate No2 Bold", "Arial Narrow", "Arial", "sans-serif";
        font-size: 0.75em;
        color: #626262;
    }
    .content-right .notice span{
        color: #000;
    }
    #ingredients h2 {
        /* font-family: "Knockout 71 A", "Knockout 71 B", "Helvetica Neue", Helvetica, Arial, sans-serif; */
        font-family: "Italian Plate No2 Bold","Helvetica Neue", Helvetica , Arial, sans-serif;
        color: #2b2b2b;
        font-size: 2.5rem;
        /* margin: 18px 0 10px;*/
        margin:0;
        padding: 18px 0 10px;
    }
    #ingredients .box-tag h3{
        font-size: 1.75rem;
    }
    #ingredients .content-right ul{
        margin-bottom: 6px;
        border-bottom: 2px solid #148f6a;
        overflow: hidden;
    }
    #ingredients .content-right .nav-tabs li a{
        border: none; 
        border-bottom: 5px solid #fff;
        margin-top: 0px;  
        font-family: "Italian Plate No2 Bold", Helvetica, Arial, sans-serif; 
    }
    #ingredients .content-right .nav-tabs>li.active>a{
        border: none; 
        border-bottom: 5px solid #148f6a;
        margin-top: 0px; 
        padding-left: 6px
    }
    #ingredients .content-right ul li {
        font-size: 1.5rem;
    }
    #ingredients .sticky-nav{        
        position:relative;
        padding-top: 10px
    }
    #ingredients .sticky-nav > ul {
        background-color: #fff;
        left: 15px;
        margin: 0 auto 15px auto;
        right: 15px;
        top: 0;
        z-index: 100;
    }
    #ingredients .nav > li > a:focus, #ingredients .nav > li > a:hover 
    {
        background-color: transparent;
    }
    
    #ingredients .tab-content > .active {
        display: block;
        /*padding-top: 50px;*/
    }
    #ingredients .tab-content{
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }


    /*************** Ingredients Page Tablet ***************/
    @media (min-width: 768px) and (max-width: 991px) {
        .sticky-nav >ul.affix
        {
            margin: 0 auto;
            width:720px;
        }
        #ingredients h1{
            font-size: 2.8125em;
        }
        #ingredients .subhead{
            font-size: 1.25em;
        }
        .content-right .notice {
            font-size: 0.8125em;
        }
        #ingredients .content-right ul li {
            font-size: 1.5em;
        }
        #ingredients h2 {
            font-size: 1.875em;
        }
        #ingredients .box-tag h3 {
            font-size: 1.6875em;
        }
        #ingredients .nav > li > a {
            padding: 0 12px;/*changed from 20px to 12px; tempo , till we use original fonts */
        }
    }

    /*************** Ingredients Page tablet-landscape(Desktop) ***************/
    @media (min-width: 992px)  {
        #ingredients .content-right .sticky-nav > ul.affix{

            width: 720px;
        }
        #ingredients h1{
            font-size: 4.0625rem;
        }
        #ingredients .subhead{
            font-size: 1.5em;
        }

        #ingredients .sticky-nav > ul{
            left: 225px;
            right: 0;
        }
        #ingredients .sticky-nav {
            margin-top: 28px;
            position: relative;
        }
        .content-right .notice {
            font-size: 1em;
            margin-top: 8px;
            padding-bottom: 40px;
            line-height: 1.5em;
        }
        #ingredients .content-right ul li {
            font-size: 1.5em;
        }
        #ingredients h2 {
            font-size: 1.875rem;
            font-family: "Italian Plate No2 Bold", Helvetica, Arial, sans-serif;
        }
        #ingredients .box-tag h3 {
            font-size: 1.75rem;
            font-family: "Italian Plate No2 Bold", Helvetica, Arial, sans-serif;
        }
        #ingredients .nav > li > a {
            padding: 0 20px;  /*changed from 20px to 12px; tempo , till we use original fonts */
        }

    }
    /*************** Ingredients Page Desktop ***************/
    @media (min-width: 992px) and (max-width: 1199px) {
        #ingredients .content-right .sticky-nav > ul.affix{

            width: 586.667px;
        }
        #ingredients .sticky-nav > ul{
            left: 192px;
            right: 0;
        }
        body.modal-open .sticky-nav >ul.affix{
           left:0px;
       }
       #ingredients .nav > li > a {
        padding: 0 12px;  /*changed from 20px to 12px; tempo , till we use original fonts */
    }
    #ingredients .content-right ul li {
        font-size: 1.2em;
    }

}
/*---------------------------------------------------------------------------------------------------
    Email Signup Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Email Signup Page Mobile ***************/
    

    .email-signup.additional p{
        margin-bottom: 60px;
    }
    .email-signup p.legal, .newsList p{
        font-weight: bold;
    }
    .form-group {
        margin-bottom: 25px;
    }
    .form-group label{
        font-size: 1em;
        color: #2c2c2c;
        font-weight: 700;
    }
    
    .form-group .radio{
        font-size: 1em;
    }
    .form-control {
        border-color: #7d7d7d;
        height:32px;
        line-height: 2;
        font-size: 0.875em;
    }
    .radio-grp
    {
        padding-top: 20px;
    }
    .ui-radio {
        padding-left: 3px;
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
    input[type="radio"] {
        height: 15px;
        width: 15px;
        visibility: hidden;
    }
    .ui-radio span{
        margin-left:13px;
    }
    .ui-radio input[type="radio"] + span:before {
        background: none repeat scroll 0 0 #ffffff;
        border: 1px solid #858585;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 20px;
        left: 0em;
        position: absolute;
        top: 1px;
        width: 20px;
        -webkit-box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.2);
        box-shadow:inset 1px 1px 3px 0 rgba(0,0,0,0.2);
    }
    .ui-radio input[type="radio"]:checked + span:after {
        background-color: #7d7d7d;
        border-radius: 50%;
        content: "";
        display: block;
        height: 7px;
        left: 7px;
        position: absolute;
        top: 8px;
        width: 7px;
    }


    .mandatory{
        float: right;
        color: #2c2c2c !important;
    }
    .mandatory-astr{
        color: #d9000b;
        font-size: 1.285714285714286em;
    }

    .info-txt:after{
        position: absolute;
        left:0;
        right:0;
        height:30px;
        content:attr(title);
        font-size: 0.875em;
        color: #626262;
        padding:0 15px; 

    }
    .legal{
        line-height: 1.2em;
    }
    .email-signup button[type="submit"] {
        font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
        background-color: #009873;
        color: #fff;
        font-size: 0.875em;
        margin:15px;
        padding: 4px 12px;
    }
    .email-signup button[type="submit"]:hover, click{
        background-color: #009873;
        color: #fff;
        border-color: none;
    }
    .newsList{
        background: #f1f1f1;
        margin-bottom: 50px;
        padding: 15px 17px 17px 15px;
        /*line-height: 1.2em;*/
    }
    .newsList p{
        margin: 2px 0 24px;
        font-size: 0.875em;

        
    }
    .newsList ul{
        color: #626262;


    }
    .newsList ul li{
        background: url("../images/emailnewslist.png") no-repeat scroll 0 5px / 6px 6px rgba(0, 0, 0, 0);
        margin: 4px 2px 8px 0;
        padding: 0 0 7px 17px;  
        font-size: 0.875em;
    }
    
    
    
    /*************** Email Signup Page Tablet ***************/
    @media (min-width: 768px) and (max-width: 991px) {
        .form-group label{
            font-size: 1.125em;

        }
        .info-txt:after{
            font-size: 1em;
        }
        .newsList p,.newsList ul li{
            font-size: 1.0625em;
        }
        .form-control {
            height:48px;
            line-height: 3;
            font-size: 1em;
        }
        .ui-radio input[type="radio"] + span:before {
            width:23px;
            height:23px;
        }
        .ui-radio input[type="radio"]:checked + span:after {
            height:9px;
            width:9px;
        }
        .email-signup p.mandatory {
            font-size: 1em;
        }
        .email-signup p.legal {
            font-size: 1.0625em;
        }
        .email-signup button[type="submit"]
        {
            font-size: 1.3125em;
            margin-bottom: 60px;
        }
    }
    /*************** Email Signup Page Desktop ***************/
    @media (min-width: 992px) {
        .email-signup{
            padding-top:15px;
        }
        .telephone {
            margin-top: 6px;
        }
        .pd-lft
        {
            padding-left:30px;
        }
        .pd-lft.info-txt:after {
            padding-left:30px;
        }
        input.form-control{
            max-width: 263px;
        }
        .form-group label{
            font-size: 1.125em;

        }
        .info-txt:after{
            font-size: 1em;
        }
        .newsList p,.newsList ul li{
            font-size: 1.0625em;
        }
        .form-control {
            height:48px;
            line-height: 3;
            font-size: 1em;
        }
        .email-signup p.mandatory {
            font-size: 1em;
        }
        .email-signup p.legal {
            font-size: 1.0625em;
        }
        .email-signup button[type="submit"]
        {
            font-size: 1.3125em;
            margin-bottom: 60px;
        }

    }
/*---------------------------------------------------------------------------------------------------
    Special Offers Page Styles
    ----------------------------------------------------------------------------------------------------*/
    /*************** Special Offers Page Mobile ***************/
    #spl-page h1{
        margin-bottom: 26px;
        color: #000;
        font-size: 2.375em;
        font-family:"Italian Plate No2 Bold", "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    #spl-page {
        margin-bottom: 60px;
        /*margin-top: 40px;*/
    }
    .specials-signup{
        background-color: #f1f1f1;
        padding: 1px 15px 30px 15px;
        margin-bottom: 0;
    }
    .specials-signup h2{
        font-family:"Italian Plate No2 Bold",Arial,sans-serif;
        color: #2c2c2c;
        padding-bottom: 20px;
        font-size: 1.5em;
    }
    .specials-signup ul li{
        color: #626262;
        padding:0 0 12px ;
        margin-left: 15px;
        list-style-type:disc;
        font-size: 0.875em;
    }
    .spl-wrapper .new{
        overflow: hidden;
    }
    .spl-wrapper .specials-carousel .carousel-caption h1{
        float: left;
    }
    .spl-wrapper .specials-carousel .carousel-caption h1{
        float: right;
    }
    .spl-wrapper .pop-up h1{
        font-size: 1.6875em;

    }
    .pop-up p{
        font-size:1em ;
        color: #626262;
    }
    .pop-up .spl-price{
     font-family:"Italian Plate No2 Bold",Arial,sans-serif;
     font-size: 1.0625em;
     color:#626262;
 }
 .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta {
    font-family:"Italian Plate No2 Bold",Arial,sans-serif;
    color:#009873;  
}
.spl-wrapper #hero-carousel.spl-carousel .line {
    display: block;
    font-family: "Italian Plate No2 Bold", Arial, sans-serif;
}
.bigtext-line3,.bigtext-line4,.bigtext-line5,.bigtext-line6,.bigtext-line7{
    color:#ab131b
}
.spl-wrapper #hero-carousel.spl-carousel .bigtext-line6,#hero-carousel.spl-carousel .bigtext-line7
{
    font-family:"Italian Plate No2 Bold", Arial, sans-serif;

}
.spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta {
   font-size: 12px;
   width: 115px;
   margin-bottom: 6px;
}
.bigtext-line3 {

    font-size: 52.48px;
}
.bigtext-line4 {
    font-size: 31.38px;
    line-height:30px;
}
.bigtext-line5 {
    font-size: 17.69px;
    line-height:15px;
}
.bigtext-line6 {

    font-size: 42.29px;
}             
.bigtext-line7 {

    font-size: 102.69px;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-caption {

    width: 424px;
}
.spl-wrapper #hero-carousel.spl-carousel .bigtext-line7
{
    font-family:"Italian Plate No2 Bold",Arial,sans-serif;   
    letter-spacing:-10px;
    line-height:71px;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-caption {
    width: 260px;
    margin: 0 auto;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::before, .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::after
{
    width: 78%
}
.specials-signup .spl-btn{
    font-family: "Knockout 51 A", "Knockout 51 B", "Arial", "sans-serif";
    font-size: 1.125em;
}

/*************** Special Offers Page Tablet ***************/
@media (min-width: 768px) and (max-width: 991px) {
    /* bottom signup*/
    #spl-page h1{
        margin-bottom: 20px;
        font-size: 3rem;
    }
    .specials-signup{
        padding: 28px 0 40px 26px;
        margin-bottom: 54px;
    }
    .specials-signup h2{
        padding-bottom: 21px;
        font-size: 1.3125em;
    }
    .specials-signup ul li{
        padding:0 0 25px 0;
        margin-left: 15px;
        font-size: 1em;
    }



    #spl-page {
        margin-bottom: 60px;
        margin-top: 40px;
    }
    .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta {
       font-size: 12px;
       width: 115px;
   }             

   .bigtext-line3 {
    font-size: 52.48px;
}
.bigtext-line4 {
    font-size: 31.38px;
    line-height:30px;
}
.bigtext-line5 {
    font-size: 17.69px;
    line-height:15px;
}
.bigtext-line6 {

    font-size: 42.29px;
}             
.bigtext-line7 {

    font-size: 102.69px;
}
/*#hero-carousel.spl-carousel .carousel-caption {
 
    width: 424px;
    }*/
    .spl-wrapper #hero-carousel.spl-carousel .bigtext-line7
    {
        font-family: "Italian Plate No2 Bold", "Arial", "sans-serif";
        letter-spacing:-10px;
        line-height:71px;
    }
    .spl-wrapper #hero-carousel.spl-carousel .carousel-caption {
        width: 260px;
        left: auto;
        position: absolute;
        right: 10%;
        top: -243px;


    }
    .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::before, .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::after
    {
        width: 78%
    } 
    .specials-signup .spl-btn{
        font-size: 1.3125em;
    }

}
/*************** Special Offers Page Desktop ***************/
@media (min-width: 992px) {
    .spl-wrapper .form-group {
    /*margin: 0 40px 5px 0;
    padding-top: 11px;*/
}
.spl-strap img {
    margin-top: -1px;
    width: 100%;
}
.spl-wrapper #hero-carousel {
    margin-bottom: 1px ;
}
#spl-page {
    margin-bottom: 60px;
    margin-top: 53px;
}
#spl-page h1
{
    margin-top: 0px;
    font-size: 3em;
}
.spl-page-content
{
    padding-top: 15px;
}
.specials-signup{
    padding: 21px 35px 40px 25px;
}
.specials-signup h2{
    padding-bottom: 22px;
    font-size: 1.5em;
}
.specials-signup ul li{
    padding:0 0 16px 0;
    margin-left: 15px;
    font-size: 1.0625em;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::before, .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta::after {
    width: 65%;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-inner .signature::before, .spl-wrapper #hero-carousel.spl-carousel .carousel-inner .signature::after {
    width: 77%;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-inner .meta {
   font-size: 1.1em;
   width: 180px;
}
.bigtext-line3 {
    font-size: 92px;
}
.bigtext-line4 {
    font-size: 55px;
    line-height:50px;
}
.bigtext-line5 {
    font-size: 31px;
    line-height:20px;
}
.bigtext-line6 {

    font-size: 75px;
}             
.bigtext-line7 {

    font-size: 180px;
}
.spl-wrapper #hero-carousel.spl-carousel .carousel-caption {

    padding-bottom: 10%;
    position: absolute;
    right: 8%;
    top: -304px;
    width: 424px;
}
.spl-wrapper #hero-carousel.spl-carousel .bigtext-line7
{
    letter-spacing:-4px;
    line-height:120px;
}    
.specials-signup .spl-btn{
    font-size: 1.3125em;
} 

/*footer style starts here by debangshi*/
.franchise-image img {
   float: left;
   display: block;
   position: absolute;
   top: 17px;
   left: 5.75px;
   width: auto;
   height: 105px;

   background-size: 100%;
   z-index: 5;

}
.social-icon-footer{

}
.cta{
	font-weight: normal;
	padding: 11px 0px 25px 47px;
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
	display: block;
	margin: 44px 0px 0px 84px;
	.text-align: right;
	background: none repeat scroll 0% 0% #DF2241;
	font-size: 1.9em;
	cursor: pointer;
}
.cta:hover {
  background: #ce1f3c;
}
.dropdown{
	background-image: url("images/down-arrow.png") top left no-repeat;
	width: 100px;
	height: 100px;
}
.dropdown-domestic{
 display: none;
}
.group{
    float: right;
}
.footer .container .social-icon{
    margin: 43px 0px 0px 0px;
}
.cta:before
{
    display: block;
    position: absolute;
    top: -22px;
    left: -38.25px;
    width: 153px;
    height: 105px;
    
    background-size: 100%;
    z-index: 5;
}
.toggle-title:after
{
	display: inline-block;
    margin-left: 16px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}
.toggle-content{
	font-weight: normal;
	padding: 21px;
	display: block;
	.text-align: center;
	background: none repeat scroll 0% 0% #DF2241;
	font-size: 1.4em;
	margin: 105px 64px;
	position: absolute;
}
.links{
    margin: 15px 0;
    font-size: 12px;
    padding:0;
} 
}
/*footer style by debangshi*/  
.row-border ul li a{
    font-size: 1.2em;
}
.footer-content.row-border ul li a:hover{

	text-decoration: underline;
}     
label.error {
  padding-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #DF2241;
  font-weight: normal;
  font-style: italic; }
  .error input[type="text"], input[type="text"].error, .error input[type="password"], input[type="password"].error, .error input[type="tel"], input[type="tel"].error, .error input[type="search"], input[type="search"].error, .error input[type="email"], input[type="email"].error, .error input[type="number"], input[type="number"].error, .error input[type="date"], input[type="date"].error, .error input[type="time"], input[type="time"].error, .error textarea, textarea.error, .error select, select.error {
    margin-bottom: 0;
    border-color: #DF2241;
    background: #FFE6E8;
}
.toggle-content:hover{
	background: #ce1f3c;
}
/*footer by debangshi*/	

@media (max-width: 991px) {
    .franchise-image img {
       float: left;
       display: block;
       position: absolute;
       top: 17px;
       left: -30.25px;
       width: 157px;
       height: 116px;
       background-size: 100%;
       z-index: 5;

   }

   .cta{
     font-weight: normal;
     padding: 21px;
     border-bottom-right-radius: 8px;
     border-bottom-left-radius: 8px;
     border-top-right-radius: 8px;
     border-top-left-radius:8px;
     display: block;
     margin: 43px 15px;
     .text-align: right;
     background: #df2241;
     font-size: 1.4em;
 }
 .dropdown{
   background-image: url("images/down-arrow.png") top left no-repeat;
   width: 100px;
   height: 100px;
}
.dropdown-domestic{
 display: none;
}
.group{
    float: right;
}
.footer .container .social-icon{
    margin: 43px 18px 0px 0px;
}
.cta:before
{
    display: block;
    position: absolute;
    top: -22px;
    left: -38.25px;
    width: 153px;
    height: 105px;
    
    background-size: 100%;
    z-index: 5;
}
.toggle-title:after
{
	display: inline-block;
    margin-left: 16px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}
.toggle-content{
	font-weight: normal;
	display: block;
	.margin: -53px 119px;
	text-align: center;
	background: #df2241;
	font-size: 1.4em;
	.margin: -54px -15px 0px 58px;
	width:auto;
	position: absolute;
	top: 105px;
	left: 72px;
	padding: 15px 25px;
}
.toggle-content:hover{
	background: #ce1f3c;
}
.links{
    margin: 30px;
} 
.row-border{
    border-bottom: 2px solid #df2241;
}
.icon-twitter {
    background-position: -201px 4px;
}
.icon-youtube {
    background-position: -229px 2px;
}
.icon-instagram {
    background-position: -252px 4px;
}
}

@media (max-width: 768px) {
    .franchise-image img {

        position: absolute;
        top: 0px;
        left: -26px;
        width: 150px;
        height: 100px;
        background-size: 100%;
        z-index: 5;

    }
    .social-icon-footer{

    }
    .cta{
     font-weight: normal;
     padding: 15px;
     border-bottom-right-radius: 8px;
     border-bottom-left-radius: 8px;
     border-top-right-radius: 8px;
     border-top-left-radius:8px;
     display: block;
     margin: 24px 0px;
     text-align: center;
     background: #df2241;
     font-size: 1.8em;
 }
 .cta:hover{
     background: #ce1f3c;

 }  
 .dropdown{
     background-image: url("images/down-arrow.png") top left no-repeat;
     .width: 100px;
     height: 100px;
 }
 .dropdown-domestic{
     display: none;
 }
 .group{
    float: left;

}
.footer .container .social-icon{
    margin: 24px 18px 0px 0px;
}
.toggle{
    float: left;
}

.toggle-title:after
{
	display: inline-block;
    margin-left: 6px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}
.toggle-content{
	font-weight: normal;
	padding: 17px 31px;
	display: block;
	width: auto;
	text-align: center;
	background: none repeat scroll 0% 0% #df2241;
	font-size: 1.4em;
	position: absolute;
	z-index: 3;
	top: 73px;
	left: 45px;
}
.toggle-content:hover{
	background: #ce1f3c;
}
.links{
	margin:0;
	text-align:center;
}
.footer .social li{
    margin-left: 0px;
}
.row-border{
    border-bottom: 2px solid #df2241;
}
.domestic-list{
    .margin-left: 36px;
}
.footer-content{
	padding-bottom: 25px;
}
.icon-twitter {
    background-position: -149px 6px;
}
.icon-youtube {
   background-position: -166px 4px;
}
.icon-instagram {
    background-position: -186px 7px;
}
}
@media (max-width: 360px) {
    .footer .container .social-icon {
     margin: 0px 18px 0px 0px;
 }
 .toggle-content{
     font-weight: normal;
     padding: 17px 31px;
     display: block;
     width: auto;
     text-align: center;
     background: none repeat scroll 0% 0% #df2241;
     font-size: 1.4em;
     position: absolute;
     z-index: 3;
     top: 73px;
     left: 15px
 }
 .toggle-content:hover{
     background: #ce1f3c;
 }
 .icon-twitter {
    background-position: -149px 5px;
}
.icon-youtube {
    background-position: -167px 4px;
}
.icon-instagram {
    background-position: -187px 7px;
}
}
.clearboth{
	clear: both;
}
/*footer by debangshi*/
/**Promo Code Section*******/
.promo-modal{
    position: absolute;
    bottom: 8px;
    right: 20px;
    width: 100%;
    max-width: 250px;
    height: 60px;
}
.promo-modal input[type="text"] {
    border: 2px solid transparent;
    font-size: 18px;
    max-width: 100%;
}
.input-button-overlay input {
    padding-left: 8px;
    padding-right: 35%;
    height: 54px;
    border-radius: 10px;
    box-shadow: none;
    color: #424242;
    position: absolute
}
.input-button-overlay .button {
    font-size: 1.25rem;
    padding: 8px 12px;
    top: 4px;
    right: 4px;
    height: 46px;
    position: absolute
}
input[type="submit"] {
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
    margin-bottom: 16px;
    color: #fff;
    background-color: #148f6a;
    padding: 12px 16px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
input[type="submit"]:hover{
	background-color: #0e6249;
}
.promo-modal-text {
    -moz-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
    -webkit-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
    box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
    color: #892020 !important;
    float: left;
    margin-right: 30px;
    padding-right: 40px !important;
    border: 1px solid #808080 !important;
    width: 270px;
}
.promo::-webkit-input-placeholder {
   color: #424242;
}

.promo:-moz-placeholder { /* Firefox 18- */
   color: #424242;  
}

.promo::-moz-placeholder {  /* Firefox 19+ */
   color: #424242;  
}

.promo:-ms-input-placeholder {  
   color: #424242;  
}
/**End of Promo Code Section*******/
/*style edit debangshi*/
/*nutrition style*/
.layout-nutritional .grid a {
    color: #ffffff;
}
.button, button, input[type="submit"] {
    font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 16px;
    color: #fff;
    background-color: #148F6A;
    padding: 12px 16px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.promo-modal-button{
	color:#FFF !important;
}
.button, button, input[type="button"] {
    font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    margin-bottom: 16px;
    color: #fff;
    background-color: #148F6A;
    padding: 12px 16px;
    border-radius: 6px;
    border: 0;
    text-align: center;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
}
.button:hover, button:hover, input[type="submit"]:hover {
    background-color: #117959;
    cursor: pointer;
}
.button:hover, button:hover, input[type="button"]:hover {
	background-color: #117959;
	cursor: pointer;
}
.product h3 {
	font-size: 1.75rem;
	font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.layout-general .has-tertiary-nav {
    padding-top: 0rem;
    padding-bottom: 240px;
}
/*nutrition style*/
/*++++++++++++++styles for the papa  rewards page for canadian marketing site+++++++++++++++++++++*/
/*the styles are written in a style that all normail css are at the top position and media queries are at the bottom position for this specific page.*/
/*this portion down contains the css for 
	1.papa rewards
	2. papa rewards faq page 
    */
    /*normal css for the papa rewards page*/
    .redbg-cont{
     background:url(../images/bg-red-texture.jpg);
     background-size:cover;
     padding:1em 0;
     margin: 0 5em;
 }
 .earn-points{
     color: #FFF;
     font-size: 3.5em;
     margin-left: 0.6em;
     text-transform:uppercase;
     margin-right: 0.6em;
 }
 .btn-enroll{
     margin-left: 1.7em;
     margin-top: 0.4em;
     color: #148f6a;
     font-size: 1.3em;
     font-weight: bold;
     padding: 0.4em 0.7em;
     background-color: #FFF;
 }
 .btn-enroll:active, .btn-enroll:focus, .btn-enroll:hover{
     color:#148f6a;
 }
 .papa-rewards-img{
     background: url(../images/papa-rewards-logo-outlined-white-adj2.svg) left top no-repeat;
     background-size: contain;
     height: 170px;
     width: 30%;
     margin-top:1em;
 }
 .reward-section{
     padding:0 4em;
     margin-top: 2em;
     margin-bottom: 2em;
 }
 .row-custom{
     width:100%;
 }
 .reward-rules{
     margin-bottom: 2em;
     margin-right: 1em;
	/*margin-left:20%;
	background-color:#f6f6f6;*/
}
.reward-container{
	margin-left:20%;
	background-color:#f6f6f6;
}
.reward-rules h3{
	margin: 0.9em 0 0.6em 1em;
    font-size: 1.75em;
}
.rule-list li{
	color: #626262;
    padding-top: 0.4em;
    list-style: none;
    margin-left: 2.5em;
    padding-left: 0.5em;
    position: relative;
    margin-bottom: 0.4em;
}
.rule-list li::before{
	content: "\2022";
    color: #148f6a;
    position: absolute;
    left: -0.4em;
    font-size: 2em;
    top: -0.2em;
}
.reward-rules .bottom-line{
	margin-left: 2.3em;
    font-size: 1.1em;
    font-weight: bold;
    color: #626262;
    margin-bottom: 2em;
}
.border-bottom{
	border-bottom:1px solid #ebebeb;
	margin: 0 2em;
}
.ordered-list{
	list-style: decimal;
    counter-reset: li;
}
.ordered-list li{
	list-style: none;
    position: relative;
    margin-left: 3em;
    padding-left: 0.7em;
    padding-top: 0.9em;
    color:#626262;
    font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.ordered-list li::before{
	content: counter(li);
    counter-increment: li;
    position: absolute;
    border-radius: .925em;
    background: #ab131b;
    font-size: .9em;
    line-height: 1.7em;
    text-align: center;
    color: #fff;
    left: -1.5em;
    box-sizing: border-box;
    width: 1.5em;
    height: 1.5em;
    font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
    font-weight: normal;
}
.side-title{
	color: #000;
    font-weight: bold;
}
.side-image{
	height:auto;
	width:150px;
}
.right-heading{
	padding-left:1.3em;
}
.right-heading h3{
	color: #000;
    font-size: 1.7em;
}
.sidebar-button{
	background-color: #148f6a;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0.4em;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-top: 0.5em;
    font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.sidebar-button:hover, .sidebar-button:active, .sidebar-button:focus{
	color:#FFF;
	background-color:#117959;
}
.single-cont{
	margin-bottom:1.5em;
}
#accordion{
	margin-top:1em;
}
#accordion .panel-default{
	font-family:"Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.faq-heading h1{
	color: #2c2c2c;
    font-size: 4em;
    text-transform: uppercase;
}
.faq-heading h5{
	text-transform: uppercase;
    font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    color: #626262;
}
.panel-default{
	border:none;
}
.panel-default > .panel-heading{
	background-color:transparent;
	border:none;
	padding:1.4em 1.5em;
}
.panel{
	box-shadow:none;
}
.panel-group .panel + .panel{
	margin-top:0;
}
#accordion .accordion-toggle{
	font-size: 1.6em;
	font-weight: normal;
	display:block;
	color: #2b2b2b;
}
.icon-right{
	float:right;
}
.panel-group .panel{
	border-top: 1px solid #ddd ;
	border-radius: 0px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-top:none;
}
.grey-bg{
	background-color:#f8f8f8;
}
.icon-expand{
	width:0;
	height:0;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-top:15px solid #148F6A;
	transition:.5s all ease-in-out;
	-webkit-transition:.5s all ease-in-out;
	-moz-transition:.5s all ease-in-out;
	-ms-transition:.5s all ease-in-out;
	-o-transition:.5s all ease-in-out;
}
.rotate-icon-expand{
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}

.right-wrapper{
	background:url("../images/quality-bg.jpg") no-repeat center top;
	background-size:cover;
	margin-top: -72px;
	margin-left: -30px;
}
.quality-heading h1, .quality-heading h5{
	text-transform:uppercase;
	/*font-family:"Knockout 49 4r","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;*/
	font-family:"Italian Plate No2 Bold", helvectica, arial, sans-serif
}
.q-order-now{
	padding:0.9em 1.9em;
	font-size:1.5em;
}
.right-inner-cont .cont-after{
	margin-top:1.4em;
}
.quality-heading h1{
	font-size: 3em;
	font-weight: bold;
	color: #2c2c2c;
}
.quality-heading h5{
	font-size: 1.2em;
	font-weight: bold;
	color: #626262;
}
.quality-logo img{
	max-width:95%;
}
.right-inner-cont{
	padding:2em 2em 2em 0em;
}
.right-inner-cont p{
	color:#626262;
	font-family:"Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:justify;
}
.process-claim .heading-claim{
	color: #2c2c2c;
	text-transform: uppercase;
	font-size: 1.9em;
	font-weight: bold;
}
.content-right{
	margin-bottom:0;
}
.process-claim{
	padding-right:1em;
}
.process-claim p{
	color: #626262;
	margin-top: 0.6em;
}
.process-claim .stores-near{
	margin-top:1em;
}
.heading-terms{
	text-transform:uppercase;
	font-size:1.5em;
	font-weight:bold;
}
.quality-pizza{
	display: inline-block;
	float: right;
	max-width: 100%;
}
.address{
	white-space:pre-line;
}
.omni-order{
	
}
.nav-aboutus{
	position: absolute;
    right: 374px;
    top: 1.7em;
    color: #FFF;
    font-size: 1.2em;
    text-decoration:none;
    font-weight:normal;
}
.nav-locations{
	position: absolute;
    color: #FFF;
    top: 1.7em;
    right: 282px;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: normal;
}
.nav-aboutus:hover, .nav-aboutus:active, .nav-aboutus:focus, .nav-locations:hover, .nav-locations:active, .nav-locations:focus{
	color:#FFF;
	text-decoration:none;
}
.panel-body{
	font-size: 1.05em !important;
    font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.menu-header{
	margin-top:1.3em;
}
.omin-bar a.btn span{
	text-decoration:none;
	color:#333;
	font-size: 1.2em;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.omin-bar a.btn{
	padding:0 1em;
}
/*.omin-bar a.btn span:hover, .omin-bar a.btn span:focus, .omin-bar a.btn span:active{
	color:#148f6a;
	text-decoration:underline;
    }*/
    #termsAndConditions{
     padding:3em;
     padding-left: 50px;
     padding-right: 50px;
 }
 .font-kncok-out{
     font-family:"Italian Plate No2 Bold", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
 }
 .font-kncok-out-4r{
     font-family:"Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
 }
 .font-knock-out-ab{
     font-family:"Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
 }
 .h1-heading{
     color:#2c2c2c;
 }
 .h2-heading{
     color: #626262;
     font-weight: normal;
     text-transform: uppercase;
     font-size: 1.5em;
 }
 .grey-heading{
     color:#626262;
 }
 .move-left{
     position:relative;

 }
 .translateSet{
     transform: translate3d(-270px, 0px, 0px) !important;
     -webkit-transform: translate3d(-270px, 0px, 0px) !important;
     -moz-transform: translate3d(-270px, 0px, 0px) !important;
     -ms-transform: translate3d(-270px, 0px, 0px) !important;
     -o-transform: translate3d(-270px, 0px, 0px) !important;
 }
 .translateReset{
     transform: translate3d(-270px, 0px, 0px);
     -webkit-transform: translate3d(-270px, 0px, 0px);
     -moz-transform: translate3d(-270px, 0px, 0px);
     -ms-transform: translate3d(-270px, 0px, 0px);
     -o-transform: translate3d(-270px, 0px, 0px);
 }
 .prmo-menu-border{
     display:none;
 }
 .promo-arraw-fn{
     display:none;
 }
 .footer-nav{
     list-style-type: none;
     margin: 0;
     padding: 0;
 }
 .footer-nav li{
     float:left;
 }
 .footer-nav li:nth-of-type(n+1){
     margin-left:15px;
     margin-right:15px;
 }


 #home-promo-section{
     display:none;
     text-align:center;
 }
 #home-promo-code-form{
     max-width:400px;
     margin:auto;
 }
 .visually-hidden{
     position:absolute;
     overflow:hidden;
     clip:rect(0 0 0 0);
     height:1px;
     width:1px;
     margin:-1px;
     padding:0;
     border:0;
 }
 .promo-code .promo-modal-txt{
     width: 67%;
     margin-right: 3%;
     padding: 6px 0 4px 14px;
     border: 1px solid #808080 !important;
     font-size: 1.24em;
     border-radius:4px;
     box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
     -webkit-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
     -moz-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
     -ms-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
     -o-box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
 }
 #home-promo-submit{
     font-size: 24px;
     font-size: 1.5rem;
     width: 23%;
     padding: 8px 0;
     text-align: center;
 }
 .sticky-nav ul.affix-top{
     padding-top: 1.5em;
 }
 .shift-right{		
     background-color:#7d0e14;		
     border-radius:8px;		
 }		
 .shift-right p{		
     font-size:1.9em;		
 }		
 .socal-icon-links{		
     margin-top: 0px;		
     margin-left: 0 !important;
     margin-bottom: 10px;	
 }
 .email-ul{
     margin-bottom:9px;
 }
 .hovered{
     color:#000 !important;
 }
 .facebook-icon-white{
     background-image: url("../images/social/facebook-symbol_318-37686.png");
     height: 25px;
     width: 25px;
     background-repeat:no-repeat;
     background-position: top left;
 }
 .twitter-icon-white{
     background-image: url("../images/social/twitter-small.png");
     height: 25px;
     width: 25px;
     background-repeat:no-repeat;
     background-position: top left;
 }
 .youtube-icon-white{
     background-image: url("../images/social/youtubesmall.png");
     height: 25px;
     width: 25px;
     background-repeat:no-repeat;
     background-position: top left;
 }
 .instagram-icon-white{
     background-image: url("../images/social/instagram-small.png");
     height: 25px;
     width: 25px;
     background-repeat:no-repeat;
     background-position: top left;
 }
 .head-start-order:hover, .head-start-order:active, .head-start-order:focus{
     background-color:#f1f1f1;
 }
 #apply-promo-tab{
     display:none;
     font-size: 13px;
     padding: 7px 11px;
     position: relative;
     top: -39px;
     margin-right: 5px;
     font-family:"Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
 }
 .overlayDark:before{
     content:'';
     display:block;
     position:fixed;
     width:100%;
     height:100%;
     z-index:99999;
     background:rgba(0,0,0,0.6);
 }
 #close-promo-popup{
     display:none;
 }
 .papa-canada{
     float:right;
     padding:0 1em;
     line-height: 3;
     font-size: 2em;
     border-left: 1px solid #dbdbdb;
 }
 .papa-canada span{
     font-family:"Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
 }
 .font-knckout-4r{
     font-family:"Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
 }
 .font-knockout-4r-helvatica{
     font-family:"Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif !important;
 }
 .font-champ{
     font-family:"Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
 }
 .banner-cont{
     width:450px;
 }
 .banner-cont .left-text{
     width:260px;
     float:left;
 }
 .banner-cont .right-text{
     width:180px;
     float:left;
     margin-top: 10px;
 }
 .right-text{
     padding-top:40px;
 }
 .right-text .pan-price::before{
     content: "$";
     font-size: 95px;
     position: relative;
     top: -62px;
 }
 .right-text .pan-price{
     letter-spacing:-9px;
 }
 .redirect{
     cursor:pointer;
 }
 .nav-aboutus:hover,.nav-aboutus:focus, .nav-locations:hover, .nav-locations:focus{
     text-decoration:underline;
 }
 .ca-slide-sidebar{
     position:fixed;
     top:0;
     right:-270px;
     width:270px;
     height:100%;

     background-color:#e6e6e6;
     padding: 16px 24px;
     overflow-x: hidden;
     overflow-y: scroll;
     transition:all 0.5s ease-out;
     -webkit-transition:all 0.5s ease-in-out;
     -moz-transition:all 0.5s ease-in-out;
     -ms-transition:all 0.5s ease-in-out;
     -o-transition:all 0.5s ease-in-out;
 }
 .ca-slide-sidebar ul{
     list-style-type: none;
 }
 .ca-slide-sidebar ul li{

 }
 .ca-slide-sidebar ul li:last-child{
     width:216px !important;
 }
 #nav-promo-code-form{
     width: 220px !important;
     height: 40px;
     position: relative;
     margin-top: 6px;
 }
 #nav-promo-code-form input[type="text"]{
     height: 41px;
     border: 1px solid #d1d1d1;
     border-radius: 6px 0 0 6px;
     padding: 6px;
     display: inline-block;
     width: 155px;
 }
 #nav-promo-code-form input[type="submit"]{
     display: inline-block;
     width: 65px;
     margin: 0;
     height: 40px;
     border-radius: 0 6px 6px 0;
     font-size: 18px;
     text-align: center;
     position: absolute;
     right: 0;
     padding: 0;
 }
 .cs-field-sidebar{
     width:220px !important;
 }
 #promo-sidebar-ca{
     width:220px !important;
 }
 #promo-sidebar-submit{
     right: 4px !important;
     top: 4.5px !important;
 }
 .transition-sidebar{
     right:0;
 }
 #hero-carousel, .container, .footer, .header, .papa-reward{
     right:0;
     transition:all 0.5s ease-out;
     -webkit-transition:all 0.5s ease-in-out;
     -moz-transition:all 0.5s ease-in-out;
     -ms-transition:all 0.5s ease-in-out;
     -o-transition:all 0.5s ease-in-out;
 }
 .ca-slide-sidebar ul li a{
     display: block;
     color: #000;
     padding: 8px 0 8px 0px;
     text-decoration: none;
     font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
     font-weight: normal;
     font-size: 22px;
     border-bottom: 1px solid #dbdbdb;
 }
 .ca-slide-sidebar ul li:last-child a{
     border:none !important;
 }
 .ingredients, .footer{
     position:relative;
 }
 .promo-span-sidebar{
     font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
     font-size: 22px;
     color: #000;
     padding: 8px 0 8px 0px;
 }
 .cs-field-sidebar{
     position: relative;
 }
 #promo-sidebar-ca{
     padding: 8px 0 8px 16px;
     height: 54px;
     border-radius: 10px;
     position: absolute;
     font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: bold;
     border: 1px solid #808080 !important;
     box-shadow: 5px 5px 8px 0px rgba(87,85,92,0.6) !important;
     color: #892020 !important;
     outline: none;
 }
 #promo-sidebar-submit{
     position: absolute;
     font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
     font-size: 17px;
     right: 13px;
     top: 5px;
     height: 45px;
     padding: 0px 9px;
     font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-weight: bold;
 }
 .cs-field-sidebar{
     margin-top: 10px;
 }
 .icon-arrow{
     background-image:url("../images/sprite-small.png");
     background-position:5px 2px;
     background-repeat:no-repeat;
     color:transparent !important;
 }
 .head-arrow-sidebar{
     width: 34px !important;
     padding: 14px 0px 12px 1px;
     transition: all 0.6s ease-in-out;
     -webkit-transition: all 0.6s ease-in-out;
     -moz-transition: all 0.6s ease-in-out;
     -o-transition: all 0.6s ease-in-out;
     -ms-transition: all 0.6s ease-in-out;
 }
 .header{
     box-shadow: 0 0 33px #d1d1d1;
     z-index: 9999999;
 }
 .footer{
     margin-top: 20px;
 }
 .shift-to-left{
     right:270px !important;
 }
 .shift-to-right{
     right:0px !important;
 }
 .margin-to-right{
     margin-right:270px !important;
 }
 .margin-to-zero{
     margin-right:0 !important;
 }
 .rotate-180{
     -webkit-transform: rotateY(180deg);
     transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
     -o-transform: rotateY(180deg);
     -ms-transform: rotateY(180deg);
 }
/*.rotate-brdr-right{
	border-right: 1px solid #dbdbdb !important;
    }*/

    /* css for Canada new header and footer */
    .lg-order-header .upper-nav-canada{
     float:right;
     padding: 17px;
 }
 .upper-nav-canada li{
     float:left;
     margin-left:20px;
 }
 .lg-width-header .main-nav-canada{
     overflow: hidden;
     list-style-type: none;
 }
 .upper-nav-canada li a{
     color: #000000;
     text-transform: none;
     padding: 1px 11px;
     display:block;
     border-radius: 6px;
     font-size: 21px;
     text-transform: uppercase;
     transition: background 0.2s ease-out;
     -webkit-transition: background 0.2s ease-out;
     -moz-transition: background 0.2s ease-out;
     -o-transition: background 0.2s ease-out;
     -ms-transition: background 0.2s ease-out;
 }
 .upper-nav-canada li:first-child a{
     cursor:pointer;
 }
.upper-nav-canada li:first-child a:hover, .upper-nav-canada li:first-child a:active, .upper-nav-canada li:first-child a:focus{
    background-color:#e6e6e6;
}
 .upper-nav-canada li .order-link:hover, .upper-nav-canada li .order-link:active, .upper-nav-canada li .order-link:focus{
     background-color:#e6e6e6;
 }

 .header .lg-order-header{
     background: #ffffff none repeat scroll 0 0;
     border-bottom: 1px solid #d1d1d1;
 }
 .promo-code-element{
     float:right;
 }
 .to-left{
     float:left;
     display:block;

 }
 .promo-code-element .header-loc-links{
     float: left;
     padding: 39px 4px;
     display: table;
 }
 .promo-code-element .header-search-form{
     float: left;
     padding: 31px 22px;
 }
 .main-nav-canada .to-left a{
     display: block;
     padding: 29px 15px;
     text-transform: uppercase;
     font-size: 32px;
     color: #000;
     border-bottom: 4px solid transparent;
 }
 .main-nav-canada .to-left a:hover{
     border-bottom-color: #008764;
 }
 .promo-code-element a{
     font-size: 21px;
     padding: 4px 5px;
     color: #000;
     border-bottom: 3px solid transparent;
     display: table-cell;
     line-height: 12px;
     vertical-align: middle;
 }
 .form-promocode-canada input[type="text"]:focus, #nav-promo-code-form input[type="submit"]{
     border: 1px solid #00a576 !important;
     outline: none;
 }
 .promo-code-element a:hover{
     border-bottom-color: #008764;
 }
 .header-search-form input[type="submit"]{
     display: inline-block;
     width: 75px;
     margin: 0;
     height: 40px;
     border-radius: 0 6px 6px 0;
     font-size: 24px;
     text-align: center;
     position: absolute;
     right: 0;
     /* font-family: "Knockout 49 A", "Knockout 49 B", "Arial Narrow", Arial, sans-serif; */
     font-family: "Italian Plate No2", Arial, sans-serif;
     padding: 0;
 }
 .header-search-form input[type="text"]{
     font-size: 20px;
     width: 216px;
     height: 40px;
     border: 1px solid #d1d1d1;
     border-radius: 6px 0 0 6px;
     padding: 6px;
     display: inline-block;
     /* font-family: "Knockout 49 A", "Knockout 49 B", "Arial Narrow", Arial, sans-serif; */
     font-family: "Italian Plate No2", Arial, sans-serif;
     box-shadow: 0px 0px 6px -1px rgba(98,98,98,0.75);
     -webkit-box-shadow: 0px 0px 6px -1px rgba(98,98,98,0.75);
     -moz-box-shadow: 0px 0px 6px -1px rgba(98,98,98,0.75);
     -ms-box-shadow: 0px 0px 6px -1px rgba(98,98,98,0.75);
     -o-box-shadow: 0px 0px 6px -1px rgba(98,98,98,0.75);
 }
 .header-search-form .form-promocode-canada{
     width: 290px;
     height: 40px;
     position: relative;
 }
 .head-arrow-sidebar:active:hover{
     background-color: #fff;
     border: none;
 }

 .footer-links, .legal{
     display: block;
     color: #000;
     width: 98%;
     margin:auto;
 }
 .footer-links-section{
     float: left;
     width: 23%;
     text-align:left;
 }
 .footer-links-section  ul li a{
     font-size: 14px;
     /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
     font-family: "Italian Plate No2", Helvetica, Arial, sans-serif;
     color: #626262;
     padding: 5px 0;
     display: inline-block;
 }
 .footer-links .open-franchisee{
     width: 31%;
     margin-top:10px;
 }
 .footer-links-section h4 button{
     margin: 0;
     padding: 0;
     border: none;
     background: none;
     cursor: default;
     color: #000;
     /* font-family: "Knockout 49 A", "Knockout 49 B", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif; */
     font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
     font-size: 25px;
 }
 .footer-links-section h4 button span{
     display:none;
 }
 .open-franchisee .footer-franchisee{
     display: table;
     border: 1px solid #e6e6e6;
     border-radius: 6px;
     padding: 21px 20px;
     webkit-transition: color 0.2s ease-out;
     transition: all 0.2s ease-out;
 }

 .footer-franchisee .fran-image{
     width: 33%;
     float: left;
     display: table-cell;
 }
 .fran-image img{
     width: 100%;
     height: auto;
 }
 .footer-franchisee  .fran-text{
     float: left;
     width: 54%;
     text-align: center;
     display: table-cell;
     margin-top: auto;
     margin-bottom: auto;
 }
 .fran-text .fran-header{
     margin: 0;
     font-size: 30px;
     font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
     color: #000;
     padding: 22px 0;
 }
 .footer-franchisee:hover, .footer-franchisee:focus{
     webkit-box-shadow: 0 0 6px #d1d1d1;
     box-shadow: 0 0 6px #d1d1d1;
 }
 .footer-links-section  ul li a:hover, .footer-links-section  ul li a:focus{
  text-decoration: underline;
}
.legal{
 border-top: 1px solid #e6e6e6;
 margin-top: 22px;
 padding-top: 20px;
}
.legal-header{
	display:flex;
}
.legal-header .fran-form{
	
}
.legal-header  .legal-info{
	display: flex;
    margin-right: auto;
}
.legal-info li{
	display: flex;
    align-items: center;
}
.social-info li{
	display: flex;
    align-items: center;
    padding: 0 10px;
}
.social-info li a{
	webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.legal-header  .social-info{
	display: flex;
    margin-left: auto;
}
.legal .footer-contents{
	margin-top: 20px;
}
.footer-contents p{
	text-align: left;
    padding: 12px 0;
    line-height: 19px;
    word-spacing: 1px;
}
.fran-form .fran-select{
	margin-right: 13px;
    position: relative;
    display: block;
    border-radius: 6px;
    background: #ffffff;
    position:relative;
}
.fran-select select{
	padding: 10px;
    padding-right: 30px;
    border-radius: 6px;
    border: 1px solid #d1d1d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/content/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 10px top 13px;
    font-family: "Italian Plate No2 Bold", Helvetica, Arial, sans-serif
}
.fran-select select:focus, .fran-select select:active, .fran-select select:focus{
	border: 1px solid #00a576;
    outline: none;
}
.legal-info li a{
	font-size: 14px;
    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: "Italian Plate No2", Helvetica, Arial, sans-serif;
    color: #626262;
    padding: 1px 13px;
}
.legal-info li a:hover, .legal-info li a:focus{
	text-transform:underline;
}
.social-info .icon-social:hover, .social-info .icon-social:active{
	opacity:1;
}
.omin-bar .head-arrow-sidebar:active:focus, .omin-bar .head-arrow-sidebar:active:hover, .omin-bar .head-arrow-sidebar:active, .omin-bar .head-arrow-sidebar:focus, .omin-bar .head-arrow-sidebar:hover{
	background-color: #fff !important;
    border: none !important;
}
.ie-selectbox{
	height:40px;
	padding:0px 0px 0px 6px !important;
	padding-right:0 !important;
	background-image:none !important;
}




/*media queries for the papa rewards page*/

@media (min-width : 993px){
	.hide-large{
		display:none;
	}
	.ca-slide-sidebar{
		display:none;
	}
}
@media (max-width:992px){
	.papa-reward, .inner-content, .header, .container-fluid, .footer{
		position:relative;
	}
	
}
@media (min-width: 1080px){
	.papa-reward{
		padding-top:85px;
	}
	.no-padd{
		padding:0;
	}
	#toggleA{
		background: none repeat scroll 0% 0% #DF2241 !important;
		width: 50%;
		padding: 14px 18px 16px 63px !important;
		margin: 35px 0px 0px 92px !important;
	}
	#hidden{
		/*width: 42% !important;*/
		margin: 98px 21px 98px 92px !important;
		border-bottom-right-radius: 8px;
		border-top-right-radius: 8px;
		border-radius: 0 0 8px 8px;
	}
	#social-media-link{
		margin-top: 6px !important;
		margin: 7px 0px 0px -30px !important;
	}
	#connect-with-papa{
		width: 42%;
	}
	#social-media-group{
		margin: 34px 0px 0px 1px !important;
		padding: 12px 70px 9px !important;
	}
	.sticky-nav ul.affix-top{
     padding-left: 14em;
 }
 .footer-nav li a{
  font-size:1.7em !important;
  display:block;
}
.footer-nav li:nth-of-type(n+1){
		/*margin-left: 4%;
		margin-right: 4%;*/
	}		
	.shift-right{		
		float:right;		
	}		
	.mrgn-top{		
		margin-top: 33px !important;		
		margin-bottom: 28px !important;		
	}		
	.mrgn-top .shift-right:first-child{		
		margin-bottom:15px;
	}		
	.less-width{		
		width: 36%;
		float: right !important;
		padding: 12px 0;		
	}		
	.mrgn-top .shift-right:nth-of-type(2){		
		padding: 4px 0px 0px 0px;
		margin-left: 38%;
		width: 27%;
	}		
	.mrgn-top .shift-right:nth-of-type(2)  p{		
		font-size:1.6em;
		margin-bottom: 2px;		
	}		
	.pd-l-0{		
		padding-left:20px;		
	}		
	.pd-r-0{		
		padding-right:0;		
	}		
	.mrgn-top .email-ul{		
		margin-top:7px;
		margin-bottom: 5px;
	}
	#bigtext-id1 span:nth-of-type(1){
		font-size: 85px;
		word-spacing: 0.9px;
		line-height: 75px;
		font-weight:bold;
	}
	#bigtext-id2 span:nth-of-type(1){
		font-size: 90px;
		word-spacing: 0.9px;
		line-height: 65px;
		font-weight: bold;
	}
	#bigtext-id3 span:nth-of-type(1){
		font-size: 59.5px;
		word-spacing: 5.9px;
		line-height: 47px;
		font-weight: bold;
	}
	#bigtext-id1 span:nth-of-type(2){
		font-size: 94.5px;
		font-weight:bold;
	}
	#bigtext-id2 span:nth-of-type(2){
		font-size: 46px;
		font-weight: bold;
	}
	#bigtext-id3 span:nth-of-type(2){
		font-size: 100.5px;
		line-height: 77px;
		font-weight: bold;
	}
	#bigtext-id1 span:nth-of-type(3), #bigtext-id2 span:nth-of-type(3), #bigtext-id3 span:nth-of-type(3){
		font-size: 60.2px;
		font-weight:bold;
	}
	#bigtext-id3 span:nth-of-type(3){
		font-size: 31.2px;
		font-weight: bold;
		line-height: 33px;
	}
	.slide-2{
		width:140px !important;
	}
	#hero-carousel .carousel-inner .slide-2::before, #hero-carousel .carousel-inner .slide-2::after{
		width:154%;
	}
	.h2-heading{
		margin-top: 0;
		font-weight: bold;
	}
	.lesser-width{
		width:68% !important;
		top: 5px;
		right: 146px;
	}
	.lesser-width .font-kncok-out{
		/*margin-top: 15px !important;*/
		margin-bottom: 0px;
	}
	.less-width .socal-icon-links{
		margin-top: 5px;
		margin-bottom: 2px;
	}
	.width-73{
		width: 64% !important;
	}
	.pos-relative{
		position:relative;
	}
	.pos-absolute{
		position:absolute;
	}
	.mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
		width: 68%;
		top: 0px;
		right: 49px;
	}
	.email-section{
		float: right;
		padding-left: 7px;
	}
	ul.footer-nav{
		display: table;
		width: 100%;
		list-style: none;
		box-sizing: border-box;
		margin:0;
		padding:0;
	}
	.footer-nav li{
		float:none;
		display: table-cell;
		text-align: center;
	}
	.font-helvatica-footer{
		font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight:bold;
		font-size: 18px !important;
		padding: 0 0 0 47px !important;
	}
	

}

@media (max-width:425px){
	.chorme992rightwidth{
		width: 117px !important;
	}
	.createleftmargin{
		margin-left:5px;
	}
	.maple-leaf-red{
		width: 34px;
        height: auto;
        position: absolute;
        left: 5%;
        top: 28%;
    }
    .maple-leaf-red img{
      width: 34px;
      height: auto;
  }
  .maple-leaf{
      width: 50px;
      height: auto;
      position: absolute;
      right: -1px;
      bottom: 207px;
  }
  .maple-leaf img{
      height: 52px;
      width: auto;
  }
  .reduce-ios-width{
      width:118px !important;
  }
  .ios-reduce-fontsz{
    font-size: 27.9px !important;
}
.promo-modal{
  display:none;
}
.banner-text{
  clear:both;
}
.redbg-cont{
  margin: 0.7em 0em;
}
.earn-points{
  text-align: center;
  font-size: 2.7em;
}
.redbg-cont{
  text-align:center;
}
.btn-enroll{
  margin:auto;
}
.papa-rewards-img{
  width:100%;
  margin-top:2em;
  background:url(../images/papa-rewards-logo-outlined-white-adj2.svg) center top no-repeat
}
.reward-section{
  padding:0;
}
.reward-container{
  margin:0;
}
.single-cont{
  margin:0 0.8em 1.2em 0;
}
.xs-padd-0{
  padding:0;
}
.right-heading{
  padding: 0.3em;
  margin-left: 0.8em;
}
.rule-list li{
  margin-right:0.6em;
}
.m-t-1{
  margin-top:1em;
}
.toggle-content{
  top: 50px;
  left: 0.7em;
  width:90%;
}
.bg-images{
  margin-top: 72px;
  margin-left: 0px;
}
.right-wrapper{
  margin-left:0;
}
.quality-heading{
  padding:0.1em 1em 1em 2em;
}
.quality-heading h5{
  padding:0 2em 0 0;
}
.quality-logo img{
  max-width:75%;
}
.quality-logo{
  text-align:center;
}
.right-inner-cont p{
  padding-left:2em;
}
.q-order-now{
  margin-left:9%;
}
.process-claim{
  padding-left:1.3em;
}
.nav-aboutus{
  display:none;
  position: absolute;
  right: 2px;
  top: 15px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
.nav-locations{
  display:none;
  position: absolute;
  right: 54px;
  top: 15px;
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}
.menu-header{
  margin-top: 0.45em;
}
.omin-bar a.btn{
  padding:14px 15px 12px 6px;
}
#termsAndConditions {
  padding: 0em 3em;
}
.move-left{
  right:0;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
  position:relative;
  border-right: 1px solid #c3c3c3;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transition:all 0.5s ease-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;

}
.promo-modal{
  position: absolute;
  bottom: 8px;
  right: -135px;
  width: 31%;
  max-width: 240px;
  height: 60px;
  top: -31px;
  display:none;
}
.prmo-menu-border{
  display: block;
  height: 1px;
  width: 270px;
  background-color: #c3c3c3;
  margin-top: -1px;
  float: right;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
}
.input-button-overlay .button {
  font-size: 1.25rem;
  padding: 8px 12px;
  top: 4px;
  height: 46px;
  position: absolute;
  right: -116px;
}
.promo-arraw-fn{
  height: 100%;
  padding: 1.64em 0.5em;
  display:block;
  float: right !important;
}
.rev-padding{
  top:-7px !important;
}

.omin-bar .promo-arraw-fn .glyphicon{
  color:#148f6a !important;
}
.promo-modal input[type="text"]{
  margin-left:-57px;
  max-width:244px;
  outline:none;
}
	/*.footer-nav li{
		float:none;
     }*/
     .footer-content{
      padding-bottom:0;
  }
	/*.footer-nav li:nth-of-type(n+1){
		margin-left:0;
     }*/
     ul.font-kncok-out li{
      margin:8px 0;
  }
  .copyright-cont p{
      font-size: 0.8em;
  }
  .copyright-cont{
      margin:15px 0;
  }
  .idstr-relief{
      margin:1em 0 !important;
  }
  #home-promo-section{
      display:none;
  }
  .head-arrow-sidebar{
      padding:20px 0px !important;
      background-color: #fff;
      border: none;
      box-shadow:none;
  }
  .btn.active, .btn:active{
      box-shadow:none;
  }
  .head-arrow-sidebar:active, .head-arrow-sidebar:focus, .head-arrow-sidebar:hover{
      background-color: #fff;
  }
	/*.header .primary-nav ul{
		margin-left: -5px;
		text-align: center;
		padding-left: 13px;
     }*/
     .header .primary-nav ul li a{
      padding:12px 5px 10px !important;
      font-size: 19px;
  }
  .lg-width-header .main-nav-canada{
      text-align: left;
      padding-left: 11px;
  }
  .mrgn-top .shift-right:nth-of-type(2){		
      margin-top: 10px;		
      margin-bottom: 20px;		
  }
  #hero-carousel .carousel-inner .meta{
      width: 208px;
      padding: 0 1px;
  }
  #hero-carousel .carousel-inner .banner2-title{
      width:65px;
  }
  #hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
      width:110px !important;
  }
  #hero-carousel .carousel-inner .slide-2{
      width: 133px;
      padding: 0 1px;
  }
  #bigtext-id1 span:nth-of-type(1),#bigtext-id2 span:nth-of-type(1), #bigtext-id3 span:nth-of-type(1){
      font-size: 50.9px;
      word-spacing: 0.9px;
      line-height: 69px;
      font-weight: bold;
  }
  #bigtext-id1 span:nth-of-type(2), #bigtext-id2 span:nth-of-type(2), #bigtext-id3 span:nth-of-type(2){
      font-size: 57.7px;
      font-weight: bold;
  }
  #bigtext-id1 span:nth-of-type(3), #bigtext-id2 span:nth-of-type(3), #bigtext-id3 span:nth-of-type(3){
      font-size: 36.4px;
      line-height: 50px;
      font-weight: bold;
  }
  #hero-carousel .carousel-inner .meta::before, #hero-carousel .carousel-inner .meta::after{
      width:47px;
  }
  #hero-carousel .carousel-inner .slide-2::before, #hero-carousel .carousel-inner .slide-2::after{
      width:70% !important;
  }
  #bigtext-id2 span:nth-of-type(1){
      font-size: 57px !important;
      word-spacing: 0.9px !important;
      line-height: 38px !important;
      font-weight: bold !important;
  }
  #bigtext-id2 span:nth-of-type(2){
      line-height: 33px !important;
      font-size: 29.7px !important;
      font-weight: bold !important;
  }
  p.meta span{
      font-size:20px;
  }
  #bigtext-id2 span:nth-of-type(2),#bigtext-id3 span:nth-of-type(2){
      line-height: 50px;
  }
  .footer-nav li{
      text-align:center;
      float:none;
  }
  .row-border .franchise-image{
      margin-top:10px;
  }
  .franchise-image .franchise{
      text-align: center;
      display: table;
      padding: 0 14%;
  }
  .new-stuffed-pizza-img{
      max-width: 170% !important;
      height: auto !important;
      float:left;
  }

  .franchise #toggleA{
      padding: 8px;
      float: none;
      display: table-cell;
  }
  .socal-icon-links{
      margin-bottom:0;
  }
  .footer .social li{
      padding:0 7px;
  }
  .lesser-width p.font-kncok-out{
      margin-bottom:0;
  }
  .pos-absolute p.font-kncok-out{
      margin-bottom:0;
  }
  .email-section .email-ul{
      margin-bottom:0;
  }
  .row-border .social{
      margin-top:20px;
  }
  .font-helvatica-footer {
      font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
      font-weight: bold;
      font-size: 15px !important;
      padding: 0 0 0 0 !important;
  }
  #hidden{
      margin-left: 35px;
      border-radius: 0px 0px 8px 8px;
  }
  .papa-canada{
      padding: 7px 10px;
      line-height: 1;
      font-size: 1.2em;
      width: 30%
  }
  #hero-carousel .carousel-inner .signature-2::before, #hero-carousel .carousel-inner .signature-2::after{
      width:100px;
  }
  #hero-carousel .carousel-inner .banner3-title{
      width:208px;
  }
  .banner-cont{
      width:320px;

  }
  #bigtext-id3 span:nth-of-type(1){
      font-size: 36.9px;
      line-height: 34px;
  }
  .banner-cont .left-text{
      width:150px;
      text-align: right;
  }
  .banner-cont .right-text{
      width:140px;
  }
  #bigtext-id3 span:nth-of-type(2){
      font-size:61px;
  }
  #bigtext-id3 span:nth-of-type(3){
      font-size: 18.5px;
      line-height: 25px;
  }
  .right-text .pan-price{
      font-size: 128px !important;
      line-height: 9px !important;
      letter-spacing: -3px !important;
  }
  .right-text .pan-price::before{
      font-size: 56px;
      top: -55px;
  }
  .banner-cont .right-text{
      margin-left: 0px;
      text-align: left;
  }
  .banner-cont{
      margin-left:3%;
  }
  .left-banner-1 .left-promo-banner{
      color:#ab131b;
      width:100%;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 4px;
      width: 90%;
      background-color: #ab131b;
      margin-bottom: 9px;
      margin: auto;
      clear:both;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 16px;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top: -7px;
  }
  .left-promo-banner .bottom-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right: 16px;
      margin-top: -7px;
  }
  .left-promo-banner .banner-cheddarsticks{
      height: 103px;
      margin-left: auto;
      margin-right: auto;
  }
  .banner-cheddarsticks .upper-cont{
      padding-top: 9px;
      padding-left: 5px;
  }
  .stuffed-container .stuffed-text{
      width: 224px;
      float: left;
      margin-left: 0;
      text-align: right;
  }
  .stuffed-text .title-new{
      font-size: 36px;
      font-family: "Italian plate No2 Bold", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 0;
  }
  .stuffed-text .title-stuff{
      font-size: 41.3px;
      font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-top: 7px;
      line-height: 12px;
  }
  .title-stuff span{
      color:#009371;
  }
  .stuffed-text .title-stick{
      font-size: 28.5px;
      font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 0;
  }
  .stuffed-text .ch-stick-cal-details{
      color: #000;
      font-weight: normal;
      font-size: 18.3px;
      line-height: 15px;
      margin-bottom: 0;
      text-transform: lowercase;
  }
  .stuffed-container .price-right{
      float: left;
      width: 88px;
      position: relative;
      margin-top: 6px;
      text-align: left;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: 0px;
      top: -2px;
      font-size: 50px;
  }
  .price-right .price-each{
      position: relative;
      bottom: -80px;
      left: -3px;
      float: left;
      width: 45px;
      height: 21px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
      font-weight: bold;
      font-size: 17px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  }
  .price-right .number-price{
      font-size: 113px;
      text-align: right;
      height: 72px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
      font-weight: bold;
      margin-bottom: 9px;
      line-height: 68px;
  }
  .stuffed-container  .lower-cont{
      clear: both;
      background-color: #ab131b;
      color: #FFF;
      text-align: center;
      font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 21px;
      width: 301px;
      margin-left: 11px;
      margin-bottom: 15px;
  }
  .bacon-small{
      font-size: 15px;
  }
  .stuffed-container{
      width: 336px;
      margin:auto;

  }
  .ca-slide-sidebar{

      /*display:none;*/
  }
  .container, .ingredients, .footer{
      position:relative;
  }
  .banner-text .ultimate-meat-promo-banner{
      color:#ab131b;
      width:100%;
  }
  .new-ultimate-meat-img{
      max-width:122% !important;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer {
      width: 208px;
      padding: 0 1px;
      color: #009371;
      font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin: 0 auto;
      position: relative;
      text-align: center;
      text-transform: uppercase;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
      width: 62px;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      left: -50px;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
      width: 55px;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      right: -42px;
  }
  .ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
      font-size: 58px;
      word-spacing: 0.9px;
      line-height: 34px;
      font-weight: normal;
      margin-bottom: 0;
  }
  .ultimate-one-large .ultimate-upper-text {
    font-size: 54px;
}
.ultimate-upper-text span {
  text-transform: uppercase;
  color: #009371;
  padding: 0 9px 0 0;
}
.ultimate-meat-promo-banner .main{
  width:100%;
  text-align: center !important;
}
.ultimate-meat-promo-banner .ultimate-two-large{
  width: 192px;
  float: left;
  text-align: left;
  padding-left: 5px;
}
.ultimate-meat-promo-banner .ultimate-one-large{
    width: 100%;
    float: none;
    text-align: center;
    padding-left: 5px;
}
.ultimate-meat-promo-banner .drink-left{
  width: 239px !important;
}
.ultimate-two-large .drink-upper{
  font-size: 37px !important;
  line-height: 23px !important;
}
.ultimate-two-large .drink-middle{
  font-size: 19.6px !important;
  line-height: 25px !important;
}
.ultimate-two-large .position-container{
  position:relative;
}
.ultimate-two-large .drink-cal{
  font-size: 20.9px !important;
  line-height: 11px !important;
  text-transform: capitalize !important;
  text-align:center;
}
.ultimate-two-large .drink-cal{
  font-size: 22px;
  text-align: center;
}
.banner-text .drink-signature{
  margin-top:6px;
}
.ultimate-two-large .drink-cal:before{
  content: "";
  height: 2px;
  width: 42px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
}
.ultimate-two-large .drink-cal:after{
  content: "";
  height: 2px;
  width: 35px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 6px;
  right: 9px;
}
.ultimate-meat-promo-banner .drink-right-sec{
  width: 65px !important;
}
.no-margin{
  margin: auto;
}
.ultimate-meat-promo-banner .ultimate-right-sec-price{
  width: 124px;
  float: left;
  text-align: left;
}
.ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
  font-size: 59px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 52px;
}
.ultimate-one-large .ultimate-lower-text {
    font-size: 55px;
}
.ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
  font-weight: normal;
  margin-bottom: 0;
  font-size: 29.4px;
  line-height: 22px;
}
.ultimate-two-large .ultimate-pz-size span{
  color: #009371;
  font-size: 25px;
  padding: 0px 2px;
}
.on-promo-code{
  margin: 0;
  text-align: center;
}
.on-promo-code span{
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Italian Plate No2 Bold","Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #ab131b;
  padding: 0px 3px;
}
.ultimate-two-large .ultimate-cal-details{
  font-size: 13.3px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
  text-transform: lowercase;
}
.ultimate-right-sec-price:before{
  content: "$";
  position: absolute;
  font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
  top: 53px;
  font-size: 45px;

}
.drink-right-sec:before{
  top:43px !important;
}
.s-mrgn-btm-0{
  margin-bottom:0 !important;
}
.ultimate-right-sec-price .ultimate-price:after{
  content: "99";
  position: absolute;
  top: -15px;
  right: 3px;
  font-size: 32px;
  letter-spacing: -2px;
}
.ultimate-right-sec-price .drink-price:after{
  display:none;
}
.drink-left .position-container{
  position:relative;
}
.ultimate-price{
  position: relative;
  padding-left: 24px;
  font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 78px;
  margin-top: 8px;
  letter-spacing: -6px;
}
.ultimate-right-sec-price .price-each{
  float: left;
  margin: 0;
  font-size: 25px;
  width: 100%;
  text-align: left;
  padding-left: 29px;
  line-height: 30px;
}
.ultimate-right-sec-price .firefox-margin-top{
  line-height:10px !important;
}
/*css for banner october, 17*/
.banner-text .topping-promo-banner{
  color: #ab131b;
  width: 100%;
}
.topping-promo-banner .lg-pizza-offer{
  width: 208px;
  padding: 0 1px;
  color: #009371;
  font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.topping-promo-banner .lg-pizza-offer:before{
  width: 62px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  left: -50px;
}
.topping-promo-banner .lg-pizza-offer:after{
  width: 55px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  right: -42px;
}
.topping-promo-banner .garlic-knots{
  margin: auto;
  width: 310px;
}
.garlic-knots .right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 49px;
  top: 8px;
  left: 1px;
}
.garlic-knots .right-sec-price{
  position: relative;
  width: 128px;
  float: left;
}
.garlic-knots .right-sec-price .price-no{
  position: relative;
  font-size: 82px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  clear: both;
  line-height: 64px;
  text-align: left;
  padding-left: 32px;
}
.garlic-knots .right-sec-price .price-no::after{
  content: "99";
  position: absolute;
  top: -13px;
  font-size: 42px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.garlic-knots .two-large{
  width: 172px;
  float: left;
  text-align: right;
}
.garlic-knots .new-text{
  font-size: 31px;
  text-align: right;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
}
.garlic-knots .upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 40.5px;
  margin: 0px;
  line-height: 31px;
}
.topping-promo-banner .signature-2-topping:before, .topping-promo-banner .signature-2-topping:after{
  background-color:#ab131b !important;
}
.garlic-knots .lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 47px;
  margin: 0;
  line-height: 39px;
  letter-spacing: 8px;
}
/*new css for the new header and footer*/
.lg-order-header .upper-nav-canada {
  float: right;
  padding: 14px 2px;
  line-height: 31px;
}
.upper-nav-canada li {
  float: left;
  margin-left: 0px;
}
.upper-nav-canada li a {
  color: #000000;
  padding: 3px 6px;
  font-size: 16px;
  text-transform: uppercase;
}
.head-arrow-sidebar .sm-humburger{
  height: 3px;
  width: 18px;
  margin: auto;
  padding: 0;
  background-color: #000000;
  margin-top: 4px;

}
.upper-nav-canada li:nth-child(2){
  display:none;
}
.logo-image{
  width: 94px;
  height: 44px;
  left: 10px;
  top: -55px;
}
.promo-code-element{
  display:none;
}
.to-left{
  float:none;
  display:inline-block;
}



.footer-links .footer-links-section{
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.footer-links-section .h4-title{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
  padding-bottom: 15px;
}
.h4-title button{
  display:block;
  width: 100%;
  text-align: left;
  outline: none;
}
.h4-title button span{
  background-image: url(../images/content/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 28px;
  height: 15px;
  width: 19px;
  display: inline-block !important;
  background-position: center center;
  float: right;
}
.open-franchisee .footer-franchisee{
  padding: 18px 9px;
  margin-top: 21px;
  width: 100%;
}
.footer-franchisee .fran-image{
  width: 112px;
}
.footer-franchisee  .fran-text{
  width: 152px;
}
.fran-text .fran-header{
  margin: 0;
  font-size: 22px;
  font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  color: #000;
  padding: 18px 0;
}
.legal-header{
  float:left;
  display:block;
}
.fran-form{
  float: left;
  display: block;
}
.legal-header  .legal-info{
  float: left;
  display: block;
  width: 100%;
  margin: 13px 0;
}
.legal-header  .social-info{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.social-info li{
  display: block;
  align-items: center;
  padding: 0 10px;
  float: left;
}
.legal-info li a{
  padding: 6px 0px;
}
.social-info li:first-child{
  padding-left: 0;
}
.footer-contents p{
  word-spacing: 4px;
  line-height: 16px;
}
.expand-coll{
  display:none;
}

}
@media screen and (min-width:376px) and (max-width:425px){
	.header .primary-nav ul li a{
		font-size: 21px;
	}
	.toggle-content{
		width:91%;
	}
	.banner-cont{
		margin-left:8%;
	}
	#bigtext-id3 span:nth-of-type(1){
		font-size: 30.9px;
		line-height: 25px;
	}
	#bigtext-id3 span:nth-of-type(2){
		font-size: 51px;
		line-height: 48px;
	}
	#bigtext-id3 span:nth-of-type(3){
		font-size: 16px;
		line-height: 13px;
	}
	.banner-cont .right-text{
		margin-left: 5px !important;
	}
	.right-text .pan-price{
		font-size:117px !important;
		line-height:0 !important;
	}
	.right-text .pan-price:before{
		top:-47px;
	}
	.stuffed-container{
		/*margin-left: 37px;*/
	}
	.mrgn-auto{
		margin:auto !important;
	}
	.left-promo-banner .top-red-line:after{
		right: 14.3%;
	}
	.left-promo-banner .bottom-red-line:after{
		right:14.4%;
	}
	.left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
		width:70% !important;
	}
}
@media screen and (min-width:340px) and (max-width:360px){
	#hidden {
		margin-left: 26px !important;
	}
	.banner-cont{
		margin-left:2%;
	}
	.stuffed-container{
		margin-left:15px;
	}
	
}
@media screen and (min-width:340px) and (max-width:374px){
	.ultimate-meat-promo-banner .main-cont{
		/*margin-left:4%;*/
	}
}
@media screen and (min-width:400px) and (max-width:414px){
	#hidden {
		margin-left: 33px !important;
	}
}

@media screen and (max-width:375px){
	.quality-heading h1{
		font-size:2.4em;
	}
	.call-order{
		width: 38% !important;
	}
	.omin-bar a.btn{
		padding: 10px 9px 10px 6px;
	}
	.promo-arraw-fn {
		padding: 37px 8px 39px 8px !important;
	}
	/*.header .primary-nav li:first-child{
		margin-left: -7px;
     }*/
     .promo-modal input[type="text"]{
      margin-left:-55%;
      max-width: 243px;
  }
  #hidden{
      margin-left:28px;
  }
  .papa-canada{
      line-height:1;
      font-size:1em;
      width: 27%;
      padding: 6px 10px;
  }
  .omin-bar a.btn span{
      font-size:1em;
  }
  .banner-cont{
      margin-left:0 !important;
  }
  .right-text .pan-price{
      font-size: 110px !important;
      line-height: 9px !important;
      letter-spacing: -7px !important;
  }
  .banner-cont .left-text{
      width: 178px;
  }
  .right-text .pan-price:before{
      top: -46px;
  }
}
@media screen and (min-width:426px) and (max-width:767px){
 .chorme992rightwidth{
  width:147px !important;
}
.chorme992price{
  padding-left: 41px !important;
}
.createleftmargin{
  margin-left:10px;
}
.maple-leaf-red{
  width: 42px;
  height: auto;
  position: absolute;
  left: 5%;
  bottom: 56%;
}
.maple-leaf-red img{
  width: 42px;
  height: auto;
}
.maple-leaf{
  width: 60px;
  height: auto;
  position: absolute;
  right: 5px;
  bottom: 247px;
}
.maple-leaf img{
  height: 66px;
  width: auto;
}
.reduce-ios-width{
  width:153px !important;
}
.quality-md-device{
  top:60px;
}
.right-wrapper{
  margin-left:0 !important;
}
.content-right{
  padding-left:18px;
}
.nav-aboutus {
  display:none;
  position: absolute;
  right: 21px;
  top: 13px;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
.nav-locations{
  display:none;
  position: absolute;
  right: 93px;
  top: 13px;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
.header .primary-nav ul{
  text-align: left;
  padding-left: 16px;
}
.promo-arraw-fn{
  height: 100%;
  padding: 1.34em 0.5em 1.94em 0.5em;
  display:block;
  float: right !important;
}
.omin-bar a.btn {
  padding: 14px 15px 12px 6px;
}
.head-arrow-sidebar{
  padding:14px 0px 12px 1px !important;
}
.omin-bar .promo-arraw-fn .glyphicon {
  color: #148f6a !important;
}
.promo-modal {
  position: absolute;
  bottom: 8px;
  right: -120px;
  width: 17%;
  max-width: 256px;
  height: 60px;
  top: -31px;
  display: none;
}
.prmo-menu-border {
  display: block;
  height: 1px;
  width: 270px;
  background-color: #c3c3c3;
  margin-top: -1px;
  float: right;
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
}
.move-left{
  box-shadow: 0 0 10px rgba(0,0,0,0.75);
  position:relative;
  border-right: 1px solid #c3c3c3;
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transition:all 0.5s ease-out;
  -webkit-transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;

}
.promo-modal input[type="text"]{
  font-size: 18px;
  max-width: 236px;
  margin-left: -52px;
}
.input-button-overlay .button{
  font-size: 1.25rem;
  padding: 8px 12px;
  top: 4px;
  right: -118px;
  height: 46px;
  position: absolute;
}
	/*.footer-nav li{
		float:none;
     }*/
     .footer-content{
      padding-bottom:0;
  }
	/*.footer-nav li:nth-of-type(n+1){
		margin-left:0;
     }*/
     ul.font-kncok-out li{
      margin:13px 0;
  }
  .copyright-cont p{
      font-size: 0.8em;
  }
  .copyright-cont{
      margin:15px 0;
  }
  .redbg-cont{
      text-align:center;
      margin: 0.7em 0em;
  }
  .papa-rewards-img {
      width: 100%;
      margin-top: 2em;
      background: url(../images/papa-rewards-logo-outlined-white-adj2.svg) center top no-repeat;
  }
  .reward-container {
      margin: 0;
  }
  .reward-section{
      padding:0 0.1em;
  }
  .m-t-1 {
      margin-top: 1em;
  }
  .single-cont {
      margin: 0 0.8em 1.2em 0;
  }
  .xs-padd-0 {
      padding: 0;
  }
  .right-heading {
      padding: 0.3em;
      margin-left: 0.8em;
  }
  .idstr-relief{
      margin:1em 0 !important;
  }
  #home-promo-section{
      display:none;
  }
  #hero-carousel .carousel-inner .meta{
   width: 211px;
   padding: 0 1px;
}
#hero-carousel .carousel-inner .banner2-title{
  width:64px;
}
#hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
  width:160px !important;
}
#hero-carousel .carousel-inner .slide-2{
  width: 133px !important;
  padding: 0 1px;
}
#bigtext-id1 span:nth-of-type(1), #bigtext-id2 span:nth-of-type(1), #bigtext-id3 span:nth-of-type(1){
  font-size: 58.9px;
  word-spacing: 0.9px;
  line-height: 78px;
  font-weight: bold;
}

#bigtext-id1 span:nth-of-type(2), #bigtext-id2 span:nth-of-type(2), #bigtext-id3 span:nth-of-type(2){
  font-size: 74.7px;
  font-weight: bold;
}
#bigtext-id2 span:nth-of-type(2){
  font-size: 40.7px !important;
  font-weight: bold !important;
  line-height: 40px !important;
}
#bigtext-id1 span:nth-of-type(3), #bigtext-id2 span:nth-of-type(3), #bigtext-id3 span:nth-of-type(3){
  font-size: 42.4px;
  line-height: 69px;
  font-weight: bold;
}
#hero-carousel .carousel-inner .meta::before, #hero-carousel .carousel-inner .meta::after{
  width:37%;
}
#bigtext-id2 span:nth-of-type(1){
  font-size: 78.9px !important;
  word-spacing: 0.9px !important;
  line-height: 56px !important;
  font-weight: bold !important;
}
#hero-carousel .carousel-inner .slide-2::before, #hero-carousel .carousel-inner .slide-2::after{
  width: 107% !important;
}
p.meta span{
  font-size:20px;
}
#hero-carousel .carousel-inner .signature::before, #hero-carousel .carousel-inner .signature::after{
  width:133%;
}
.mrgn-top .shift-right:nth-of-type(2) {
  margin-top: 10px;
  margin-bottom: 20px;
}
#bigtext-id2 span:nth-of-type(2), #bigtext-id3 span:nth-of-type(2) {
  line-height: 50px;
}
.footer-nav li{
  text-align:center;
  float:none;
}
#hero-carousel .carousel-inner .signature-2::before, #hero-carousel .carousel-inner .signature-2::after{
  width: 130px;
}
.footer-nav li{
  text-align:center;
  float:none;
}
.row-border .franchise-image{
  margin-top:10px;
}
.franchise-image .franchise{
  text-align: center;
  display: table;
  padding: 0 16%;
}
.franchise #toggleA{
  padding: 8px;
  float: none;
  display: table-cell;
}
.socal-icon-links{
  margin-bottom:0;
}
.footer .social li{
  padding:0 7px;
}
.lesser-width p.font-kncok-out{
  margin-bottom:0;
}
.pos-absolute p.font-kncok-out{
  margin-bottom:0;
}
.email-section .email-ul{
  margin-bottom:0;
}
.row-border .social{
  margin-top:20px;
}
.row-border .social{
  margin-top:20px;
}
.font-helvatica-footer {
  font-family: "Italian Plate No2 Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  font-size: 16px !important;
  padding: 0 0 0 0 !important;
}
#hidden{
  margin-left: 30px;
  border-radius: 0px 0px 8px 8px;
  top:50px;
}
.papa-canada{
  display:none;
}
.banner-text .ultimate-meat-promo-banner{
  color:#ab131b;
  width:100%;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer {
  width: 208px;
  padding: 0 1px;
  color: #009371;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
  width: 90px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  left: -75px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
  width: 81px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  right: -68px;
}
.ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
  font-size: 71.8px;
  word-spacing: 0.9px;
  line-height: 32px;
  font-weight: normal;
  margin-bottom: 0;
}
.ultimate-upper-text span{
  text-transform: uppercase;
  color: #009371;
  padding: 0 9px 0 0;
}
.ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
  font-size: 70.7px;
  font-weight: normal;
  line-height: 71px;
  margin-bottom: 0;
}
.new-ultimate-meat-img{
  max-width:122% !important;
}
.ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
  font-weight: normal;
  font-size: 35px;
  line-height: 9px;
  margin-bottom: 0;
}
.ultimate-two-large .ultimate-pz-size span{
  color: #009371;
  font-size: 33px;
  padding: 0px 2px;
}
.banner-text .signature{
  margin-top:10px;
}
.ultimate-two-large .ultimate-cal-details{
  font-size: 16.3px;
  line-height: 27px;
  color: #000;
  text-transform: lowercase;
  margin-bottom: 0;
}
.on-promo-code{
  margin: 0;
  text-align: center;
}
.on-promo-code span{
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Italian Plate No2 Bold","Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #ab131b;
  padding: 0px 2px;
}
	/*.ultimate-right-sec-price .ultimate-price:after{
		content: ".99";
		position: absolute;
		top: 0;
		right: 0;
		font-size: 30px;
     }*/
     .ultimate-price{
      position: relative;
  }
  .ultimate-meat-promo-banner .ultimate-two-large{
      width: 250px;
      float: left;
      text-align: right;
  }
  .ultimate-meat-promo-banner .drink-left{
      width: 321px !important; 
  }
  .ultimate-meat-promo-banner .drink-right-sec{
      width: 76px !important;
  }
  .ultimate-two-large .drink-upper{
      font-size: 47.8px !important;
      line-height: 33px !important;
  }
  .ultimate-two-large .drink-middle{
      font-size: 25.4px !important;
      line-height: 31px !important;
  }
  .drink-left .position-container{
      position: relative;
  }
  .ultimate-two-large .drink-cal{
      font-size: 25.3px !important;
      line-height: 13px !important;
      text-transform:capitalize !important;
      text-align: center;
  }
  .ultimate-meat-promo-banner .drink-right-sec{
      width: 76px !important;
  }
  .drink-price{
      font-size: 94px !important;
      margin-top: 16px !important;
  }
  .ultimate-right-sec-price .drink-price:after{
      display:none;
  }
  .ultimate-two-large .drink-cal:before{
      content: "";
      height: 2px;
      width: 48px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 5px;
      left: 26px;
  }
  .ultimate-two-large .drink-cal:after{
      content: "";
      height: 2px;
      width: 63px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 6px;
      right: 6px;
  }
  .banner-text .drink-signature{
      margin-top:6px;
  }
  .s-mrgn-btm-0{
      margin-bottom:0 !important;
  }
  .ultimate-meat-promo-banner .ultimate-right-sec-price{
      width: 149px;
      float: left;
      text-align: left;
  }
  .ultimate-right-sec-price:before{
      content: "$";
      position: absolute;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      top: 52px;
      font-size: 49px;
  }
  .drink-right-sec:before{
      top:47px !important;
  }
  .ultimate-price{
      position: relative;
      padding-left: 27px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 94px;
      margin-top: 11px;
      letter-spacing: -7px;
  }
  .ultimate-right-sec-price .firefox-margin-top{
      margin:0 !important;
      line-height:17px !important;
  }
  .ultimate-right-sec-price .price-each{
      float: left;
      margin: 7px 0 0 0;
      font-size: 31px;
      width: 100%;
      text-align: left;
      line-height: 35px;
      padding-left: 33px;
  }
  .ultimate-right-sec-price .ultimate-price:after{
      content: "99";
      position: absolute;
      top: -17px;
      right: 0px;
      font-size: 42px;
      letter-spacing: -2px;
  }
  /*new css for garlic knots banner*/
  .topping-promo-banner .lg-pizza-offer {
    width: 208px;
    padding: 0 1px;
    color: #009371;
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.topping-promo-banner .garlic-knots {
    margin: auto;
    width: 410px;
}
.garlic-knots .two-large {
    width: 234px;
    float: left;
    text-align: right;
}
.new-stuffed-pizza-img {
    max-width: 170% !important;
}
.garlic-knots .new-text {
    font-size: 42px;
    text-align: right;
    margin: 0;
    line-height: 39px;
    font-weight: normal;
}
.garlic-knots .upper-text {
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-size: 55px;
    margin: 0px;
    line-height: 39px;
}
.garlic-knots .lower-text {
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-size: 68px;
    margin: 0;
    line-height: 60px;
    letter-spacing: 8px;
}
.garlic-knots .right-sec-price {
   position: relative;
   width: 165px;
   float: left;
}
.garlic-knots .right-sec-price:before {
    content: "$";
    position: absolute;
    font-size: 57px;
    top: 12px;
    left: 4px;
}
.garlic-knots .right-sec-price .price-no {
    position: relative;
    font-size: 102px;
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    clear: both;
    line-height: 80px;
    text-align: left;
    padding-left: 39px;
}
.garlic-knots .right-sec-price .price-no::after {
    content: "99";
    position: absolute;
    top: -13px;
    font-size: 59px;
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    
}
#hero-carousel .carousel-inner .signature::before, #hero-carousel .carousel-inner .signature::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 99%;
}
.signature::before, #hero-carousel .carousel-inner .signature::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 99%;
}
.new-stuffed-pizza-img {
    max-width: 138% !important;
    height: auto !important;
    float: left !important;
}
.topping-promo-banner .lg-pizza-offer:before {
    width: 115px;
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    left: -104px;
}
.topping-promo-banner .lg-pizza-offer:after {
    width: 114px;
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    right: -103px;
}
.topping-promo-banner{
	color:#ab131b !important;
}
.topping-promo-banner .signature-2-topping:before{
 background: #ab131b none repeat scroll 0 0 !important;
 content: "";
 display: block;
 height: 2px;
 position: absolute;
 top: 45%;
 width: 157px !important;
}
.topping-promo-banner .signature-2-topping:after{
 background: #ab131b none repeat scroll 0 0 !important;
 content: "";
 display: block;
 height: 2px;
 position: absolute;
 top: 45%;
 width: 157px !important;
}

/*new css for new header and footer*/
.head-arrow-sidebar{
  padding: 25px 0px !important;
  background-color: #fff;
  border: none;
  margin-right: 5px;
}
.head-arrow-sidebar .sm-humburger{
  height: 3px;
  width: 22px;
  margin: auto;
  padding: 0;
  background-color: #000000;
  margin-top: 4px;
}
.lg-order-header .upper-nav-canada{
  float: right;
  padding: 18px 7px;
  line-height: 31px;
}
.upper-nav-canada li:nth-child(2){
  display:none;
}
.upper-nav-canada li a{
  color: #000000;
  padding: 3px 7px;
  font-size: 20px;
  text-transform: uppercase;
}
.logo-image{
  width: 127px;
  height: 45px;
  left: 12px;
  top: -61px;
}
.to-left{
  float: none;
  display: inline-block;
}
.header .primary-nav ul li a{
  padding: 12px 9px 10px !important;
  font-size: 23px;
}
.promo-code-element{
  display:none;
}
.btn-default:hover{
  background-color:#ab131b;
  border:none;
}
.footer-links .footer-links-section{
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.footer-links-section .h4-title{
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
  padding-bottom: 15px;
}
.h4-title button{
  display:block;
  width: 100%;
  text-align: left;
  outline: none;
}
.h4-title button span{
  background-image: url(../images/content/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 28px;
  height: 15px;
  width: 19px;
  display: inline-block !important;
  background-position: center center;
  float: right;
}
.open-franchisee .footer-franchisee{
  padding: 18px 9px;
  margin-top: 21px;
  width: 100%;
}
.footer-franchisee .fran-image{
  width: 112px;
}
.footer-franchisee  .fran-text{
  width: 152px;
}
.fran-text .fran-header{
  margin: 0;
  font-size: 22px;
  font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  color: #000;
  padding: 18px 0;
}
.legal-header{
  float:left;
  display:block;
  width: 100%;
}
.fran-form{
  float: left;
  display: block;
}
.legal-header  .legal-info{
  float: left;
  display: block;
  width: 100%;
  margin: 13px 0;
}
.legal-header  .social-info{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.social-info li{
  display: block;
  align-items: center;
  padding: 0 10px;
  float: left;
}
.legal-info li a{
  padding: 6px 0px;
}
.social-info li:first-child{
  padding-left: 0;
}
.footer-contents p{
  word-spacing: 4px;
  line-height: 16px;
}
.expand-coll{
  display:none;
}

}

@media screen and (min-width:1366px){
	.lg-order-header, .lg-width-header{
		width:100% !important;
	}
	.chorme992pricewin10{
		line-height: 104px !important;
		padding-left: 36px !important;
	}
	
	.maple-leaf-red{
		width: 94px;
        height: auto;
        position: absolute;
        right: 19%;
        bottom: 4%;
    }
    .maple-leaf-red img{
      width: 94px;
      height: auto;
  }
  .chorme992rightwidth{

  }
  .chorme992price{
      line-height: 104px !important;
      padding-left: 41px !important;
      margin-right: 18px !important;
  }
  .nav-aboutus{
      position: absolute;
      right: 290px;
      top: 47px;
      color: #FFF;
      font-size: 17px;
      text-decoration: none;
      font-weight: normal;
  }
  .nav-locations{
      position: absolute;
      color: #FFF;
      top: 18px;
      right: 286px;
      font-size: 17px;
      text-decoration: none;
      font-weight: normal;
  }
  .mrgn-top .shift-right:nth-of-type(2){
      padding: 10px 0px 3px 0px !important;
      margin-left:0 !important;
      float:right !important;
  }
  .mrgn-top .shift-right:first-child{
      float:left !important;
  }
  .email-section{
      width:26%;
  }
  .xs-padd-0 {
      width: 35%;
  }
  .right-heading{
      padding-left:0;
  }
  #hero-carousel .carousel-inner .banner2-title{
      width:77px;
      font-size: 1.3em;
  }
  #hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
      width:178px;
  }
  .right-text .pan-price{
      font-size:170px;
      font-weight:normal;
  }
  .right-text .pan-dollar{
      font-size:80px;
      font-weight:normal;
  }
  .banner-cont{
      width:460px;
  }
  .banner-cont .left-text{
      width: 57%;
      text-align: right;
  }
  .banner-cont .right-text{
      width: 43%;
      text-align: left;
  }
  .right-text .pan-price::before{
      top: -72px;
      font-size: 87px;
  }
  .right-text .pan-price{
      font-size: 166px !important;
  }
  #bigtext-id3 .left-text span:nth-of-type(1){
      font-size: 54px;
      line-height: 41px;
  }
  #bigtext-id3 .left-text span:nth-of-type(2){
      font-size: 90px;
      line-height: 81px;
  }
  #bigtext-id3 .left-text span:nth-of-type(3){
      font-size: 28px;
      line-height: 14px;
  }
  #bigtext-id3 .right-text span{
      font-size:205px;
  }
  #hero-carousel .carousel-caption{
      right:3%;
  }
  .right-ie-imp{
      right:220px !important;
  }
  #hero-carousel .left-promo-banner{
      padding-bottom:13% !important;
  }
  #hero-carousel .carousal-pan{
      padding-bottom:5% !important;
  }
  .right-text .pan-price{
      font-size: 186px !important;
  }
  #hero-carousel .carousel-inner .banner3-title{
      font-size:20px;
  }
  /*styles for the new left sided stuffed cheesesticks promotional banner */
  .left-banner-1 .left-promo-banner{
      left: 4% !important;
      text-align: left;
      width: 570px;
      padding-bottom: 12% !important;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 6px;
      width: 100%;
      background-color: #ab131b;
      margin-bottom: 9px;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top:-7px;
  }
  .left-promo-banner .top-red-line:after{
      content:"";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right:0;

  }
  .left-promo-banner .bottom-red-line:after{
      content:"";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right:0;
      margin-top:-7px;
  }
  .stuffed-container{
      color:#ab131b;
  }
  .upper-cont .new-tilt{
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      width: 134px;
      color: #148F6A !important;
      font-size: 63px;
      float: left;
      margin-top: 42px;
      margin-left: -45px;
  }
  .topping-promo-banner .lg-pizza-offer, .ultimate-meat-promo-banner .lg-pizza-offer{
      color: #009371;
      text-transform: uppercase;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      width: 223px;
      font-size: 23px;
      position: relative;
      text-align: center;
      margin: 0 auto;
  }
  .topping-promo-banner .lg-pizza-offer:before, .ultimate-meat-promo-banner .lg-pizza-offer:before{
      background: #ffffff none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      width: 161px;
      left: -163px;
      top: 14px;
  }
  .topping-promo-banner .lg-pizza-offer:after, .ultimate-meat-promo-banner  .lg-pizza-offer:after{
      background: #ffffff none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      width: 145px;
      right: -150px;
      top: 14px;
  }
  .stuffed-container .stuffed-text{
      width: 373px;
      float: left;
      margin-left: 0;
  }
  .stuffed-container .upper-cont{
      clear:both;
      float:left;
  }
  .stuffed-container .price-right{
      float: left;
      width: 190px;
      position: relative;
      margin-top: 16px;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: -3px;
      top: -10px;
      font-size: 70px;
      font-weight: normal;

  }
  .price-right .price-each{
      position: relative;
      bottom: -124px;
      left: 7px;
      float: left;
      width: 81px;
      height: 29px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
    /* transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg); 
     -moz-transform: rotate(-90deg);*/
     font-weight: bold;
     font-size: 23px;
     font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;

 }
 .price-right .number-price{
  font-size: 162px;
  text-align: right;
  height: 120px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 98px;
}
.left-promo-banner .banner-hover{
  height:244px;
}
.left-promo-banner .banner-cheddarsticks{
  height:143px !important;
}
.stuffed-text .title-stuff{
  font-size: 47px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin-top: 13px;
  line-height: 18px;
}
.title-stuff span{
  color: #009371;
  padding: 0 6px 0 0;
}
.stuffed-text .title-new{
  font-size: 58px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  color: #148F6A !important;
  line-height: 34px;
  text-align: center;
}
.stuffed-text .title-stick{
  font-size: 124px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 81px;
}
.stuffed-text .ch-stick-cal-details{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 33.9px;
  line-height: 23px;
  color: #000;
  margin-bottom: 0;
  text-transform: lowercase;
}
.stuffed-container  .lower-cont{
  clear: both;
  background-color: #ab131b;
  color: #FFF;
  text-align: center;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 42px;
}
/*styles for the 2large 2 topping promotional banner*/
.left-banner-2 .topping-promo-banner{
  left:57% !important;
  text-align:left;
  width:550px;
  padding-bottom:9% !important; 
}
.maple-leaf{
  width: 94px;
  height: auto;
  position: absolute;
  right: 20%;
  bottom: 12%;
}
.maple-leaf img{
  height: 102px;
  width: auto;
}
.left-banner-2 .ultimate-meat-promo-banner{
  left:57% !important;
  /*right: 3% !important;*/
  text-align: left;
  width: 540px;
  padding-bottom: 13.5% !important;
}
.left-banner-2 .ultimate-meat-promo-banner.ultimate-single-container {
    width: 560px;
}
.left-banner-2 .ultimate-meat-promo-drinks{
  left: 5% !important;
  /* right: 3% !important; */
  text-align: left;
  width: 485px;
  padding-bottom: 13% !important;
}
.upper-logo-section .up-left-line{
  height: 2px;
  width: 120px;
  background-color: #ab131b;
  float: left;
  margin-top: 92px;
  margin-right: 8px;
}
.upper-logo-section .up-right-line{
  height: 2px;
  width: 120px;
  background-color: #ab131b;
  float: right;
  margin-top: 92px;
  margin-left: 10px;
}
.upper-logo-section .ban-sec-logo {
  float:left;
  display:none;
}
.upper-logo-section .put-logos{
  float:left;
}
.put-logos .papa-better-logo{
  background-image: url(../images/content/papa_johns_logoslider.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 83px;
  width: 122px;
  float:left;
}
.put-logos .middle-border{
  width: 1px;
  height: 60px;
  background-color: #000;
  float: left;
  margin-left: 18px;
  margin-right: 18px;
  margin-top: 13px;
}

.put-logos .super-bowl-logo{
  float:left;
  background-image: url(../images/content/Super_Bowl_LI_logo.svg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size:contain;
  height: 80px;
  width: 79px;
}
.lower-up-text{
  clear: both;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.garlic-knots{
  color:#ffffff;
}
.main-cont .two-large{
  float: left;
  width: 339px;

}
.main-cont .ultimate-two-large{
 float: left;
 width: 310px;
 text-align: left;

}
.main-cont .ultimate-one-large{
    float: none;
    width: 100%;
    text-align: center;    
}
.main-cont .drink-left{
  width: 355px !important;
}
.main-cont .drink-right-sec{
  width: 89px !important;
}
.on-promo-code{
  margin: 0;
  text-align: center;
}
.on-promo-code span{
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #ab131b;
  padding: 3px;
}
.main-cont .right-sec-price{
  float: left;
  width: 201px;
  position: relative;
  margin-top: 15px;
}
.main-cont .right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 71px;
  top: -3px;
  left: -4px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.drink-right-sec:before{
  top:-10px !important;
}
.main-cont  .ultimate-right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 70px;
  top: -15px;
  left: -40px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.ultimate-right-sec-price .ultimate-price{
  font-size: 159px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -11px;
  margin-top: 8px;
  margin-left: -12px;
}
.ultimate-right-sec-price .firefox-margin-top{
  margin:0 !important;
  line-height:33px !important;
}
.ultimate-right-sec-price .price-each{
  float: right;
  margin: 22px 0 0 0;
  font-size: 49px;
  width: 100%;
  text-align: left;
  line-height: 48px;
}
.ultimate-right-sec-price .ultimate-price:after{
  content: "99";
  position: absolute;
  top: -20px;
  right: -11px;
  font-size: 67px;
  letter-spacing: -1px;
}
.main-cont  .ultimate-right-sec-price{
  float: right;
  width: 191px;
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
}
.right-sec-price .price-for-each{
  position: relative;
  height: 25px;
  width: 57px;
  line-height: 26px;
  float: left;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  color: #148F6A !important;
  font-weight: bold;
  font-size: 23px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  bottom: -69px;
  left: -23px;
}
.right-sec-price .price-no{
  position: relative;
  font-size: 130px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  clear: both;
  line-height: 83px;
  padding-left: 38px;
}
.right-sec-price .price-no::after{
  content: "99";
  position: absolute;
  top: -19px;
  font-size: 68px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  right: 0;
}
.two-large .upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 80px;
  margin: 0;
  line-height: 51px;
  text-align: right;
}
.two-large .new-text{
  font-size: 60px;
  text-align: center;
  margin: 0;
  line-height: 58px;
  font-weight: normal;
}
.ultimate-two-large .drink-upper{
  font-size: 57px !important;
  line-height: 37px !important;
}
.ultimate-two-large .drink-middle{
  font-size: 29.8px !important;
  line-height: 37px !important;
}
.ultimate-two-large .drink-cal{
  font-size: 25px !important;
  line-height: 0px !important;
  text-align:center;
}
.drink-left .position-container{
  position:relative;
}
.ultimate-right-sec-price .drink-price:after{
  display:none;
}
.ultimate-two-large .drink-cal:before{
  content: "";
  height: 2px;
  width: 90px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.ultimate-two-large .drink-cal:after{
  content: "";
  height: 2px;
  width: 90px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 1px;
  right: 0;
}
.left-banner-2 .banner-drink{
  padding-bottom: 16% !important;
}
.ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 93px;
  margin: 0;
  line-height: 40px;
}
.ultimate-upper-text span{
  text-transform: uppercase;
  color: #009371;
  padding: 0 8px 0 0;

}
.two-large .lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 104px;
  margin: 0;
  line-height: 82px;
  letter-spacing: 8px;
}
.topping-promo-banner .banner-hover{
  margin-top:-12px;
}
.ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 95.5px;
  margin: 0;
  line-height: 102px;
}
.ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 48.3px;
  line-height: 17px;
}
.ultimate-two-large .ultimate-pz-size span{
  color: #009371;
  font-size: 35px;
  padding: 0 7px;
}
.s-mrgn-btm-0{
  margin-bottom:0;
}
.ultimate-two-large .ultimate-cal-details{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 17.8px;
  line-height: 10px;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.price-no .first-no{
  float: left;
  height: 114px;
  width: 65px;
  margin-top: -26px;
  padding-top: 28px;
  margin-left: 17px;
  color: #FFF;
  background-color: #ab131b;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.price-no .sec-no{
  float: left;
  height: 114px;
  width: 65px;
  margin-top: -26px;
  padding-top: 27px;
  margin-left: 4px;
  color: #FFF;
  background-color: #ab131b;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.signature-2-topping:before, .signature-2-topping:after{
  width:190px !important;
}
.bacon-small{
  font-size:25px;
}
.lg-top-banner-cap{
  left: 5% !important;
  text-align: left;
  width: 37%;
  padding-bottom: 8% !important;
}
.lg-top-banner-cap .lg-upr-line:before, .lg-top-banner-cap .lg-upr-line:after{
  width: 105px !important;
}
.lg-topn-pizza-sig:before, .lg-topn-pizza-sig:after{
  width:138px !important;
}
.lg-top-banner-cap .banner-hover{
  margin-left:26px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer{
  color: #009371;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  width: 265px;
}
.banner-text .drink-signature {
  margin-top: 15px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 142px;
  top: 15px;
  left: -138px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 147px;
  top: 13px;
  right: -144px;
}
.ultimate-meat-promo-banner .banner-hover{
  line-height: 56px !important;
}


}
@media screen and (min-width:1366px) and (max-width:1439px){
	.mrgn-top .shift-right:first-child{
		margin-left:2% !important;
	}
	.xs-padd-0{
		width:35%;
	}
	.right-heading{
		padding-left:0.4em;
	}
	#hero-carousel .carousel-inner .banner2-title{
		width: 77px;
		font-size: 1.3em;
	}
	#hero-carousel .carousel-inner .banner3-title{
		width: 235px;
		font-size: 1.3em;
	}
	#hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
		width:178px;
	}
	.right-text .pan-price{
		font-size:170px;
		font-weight:normal;
	}
	.right-text .pan-dollar{
		font-size:86px !important;
		font-weight:normal;
	}
	.right-text .pan-price{
		font-size:190px !important;
		font-weight:normal;
	}
	
}
@media screen and (min-width:426px) and (max-width:495px){
	.input-button-overlay .button{
		right:-132px !important;
	}
	.promo-modal{
		right:-111px !important;
	}
	.banner-cont {
		width:425px;
	}
	.banner-cont .left-text {
		width: 56%;
		text-align: right;
	}
	.banner-cont .right-text {
		width: 40%;
		text-align: left;
	}
	/*#bigtext-id3 span:nth-of-type(1) {
		font-size: 42.9px;
		line-height: 38px;
		word-spacing: 0.9px;
		font-weight: bold;
     }*/
     #bigtext-id3 span:nth-of-type(2) {
      font-size: 77px;
      line-height: 57px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(3) {
      font-size: 24px;
      line-height: 22px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(1){
      font-size: 46.9px;
      word-spacing: 0.9px;
      line-height: 45px;
      font-weight: bold;
  }
  .right-text .pan-price {
      font-size: 147px !important;
      line-height: 27px !important;
      letter-spacing: -10px !important;
  }
  .right-text .pan-price::before {
      font-size: 73px;
      top: -53px;
  }
  .left-banner-1 .left-promo-banner{
      color:#ab131b;
      width:100%;
  }
  .new-stuffed-pizza-img{
      max-width: 170% !important;
      height: auto !important;
      float: right;
  }
  .banner-text{
      clear:both;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 4px;
      width: 82%;
      background-color: #ab131b;
      margin-bottom: 9px;
      margin-left: 9%;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 39px;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top: -7px;
  }
  .left-promo-banner .bottom-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right: 39px;
      margin-top: -7px;
  }
  .stuffed-container .stuffed-text{
      width: 263px;
      float: left;
      margin-left: 25px;
  }
  .left-promo-banner .banner-cheddarsticks{
      height: 111px;
      margin-left: auto;
      margin-right: auto;
  }
  .banner-cheddarsticks .upper-cont{
      padding-top:9px;
  }
  .stuffed-text .title-new{
      font-size: 40px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 0;
  }
  .stuffed-text .title-stuff{
      font-size: 50px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-top: 7px;
      line-height: 20px;
  }
  .title-stuff span{
      color: #009371;
  }
  .stuffed-text .title-stick{
      font-size: 35px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 35px;
  }
  .stuffed-text .ch-stick-cal-details{
      color: #000;
      font-weight: normal;
      font-size: 22.4px;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: lowercase;
  }
  .stuffed-container .price-right{
      float: left;
      width: 97px;
      position: relative;
      margin-top: 8px;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: 0px;
      top: 0px;
      font-size: 58px;
  }
  .price-right .price-each{
      position: relative;
      bottom: -81px;
      left: 4px;
      float: left;
      width: 45px;
      height: 21px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
      font-weight: bold;
      font-size: 17px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  }
  .price-right .number-price{
      font-size: 118px;
      text-align: right;
      height: 71px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 66px;
  }
  .stuffed-container  .lower-cont{
      clear: both;
      background-color: #ab131b;
      color: #FFF;
      text-align: center;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 26px;
      width: 350px;
      margin-left: 29px;
      margin-bottom: 15px;
  }
  .bacon-small{
      font-size: 15px;
  }
  .stuffed-container{
      width: 390px;
      margin: auto;

  }
  .no-margin{
      width: 425px !important;
      margin:auto !important;
  }

  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
      width: 93px !important;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      left: -82px !important;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
      width: 86px !important;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      right: -73px !important;
  }


}
@media screen and (min-width:496px) and (max-width:595px){
 .input-button-overlay .button{
  right:-132px !important;
}
.promo-modal{
  right:-110px !important;
}
.banner-cont {
  margin-left: 8%;
  width:425px;
}
.banner-cont .left-text {
  width: 240px;
  text-align: right;
}
.banner-cont .right-text {
  margin-left: 0px;
  width: 178px;
}
	/*#bigtext-id3 span:nth-of-type(1) {
		font-size: 42.9px;
		line-height: 38px;
		word-spacing: 0.9px;
		font-weight: bold;
     }*/
     #bigtext-id3 span:nth-of-type(2) {
      font-size: 79px;
      line-height: 71px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(3) {
      font-size: 24px;
      line-height: 17px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(1){
      font-size: 46.9px;
      word-spacing: 0.9px;
      line-height: 36px;
      font-weight: bold;
  }
  .right-text .pan-price {
      font-size: 155px !important;
      line-height: 19px !important;
      letter-spacing: -6px !important;
  }
  .right-text .pan-price::before {
      font-size: 73px;
      top: -56px;
  }
  .left-banner-1 .left-promo-banner{
      color:#ab131b;
      width:100%;
  }
  .new-stuffed-pizza-img{
      max-width: 148% !important;
      height: auto !important;
      float:right;
  }
  .banner-text{
      clear:both;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 4px;
      width: 65%;
      background-color: #ab131b;
      margin-bottom: 9px;
      margin-left: 9%;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 19%;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top: -7px;
  }
  .left-promo-banner .bottom-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right: 19%;
      margin-top: -7px;
  }
  .left-promo-banner .banner-cheddarsticks{
      height: 109px;
      margin-left: auto;
      margin-right: auto;
  }
  .banner-cheddarsticks .upper-cont{
      padding-top:9px;
  }
  .stuffed-container .stuffed-text{
      width: 232px;
      float: left;
  }
  .stuffed-text .title-new{
      font-size: 40px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 0;
  }
  .stuffed-text .title-stuff{
      font-size: 44px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-top: 7px;
      line-height: 19px;
  }
  .title-stuff span{
      color: #009371;
  }
  .stuffed-text .title-stick{
      font-size: 31px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 30px;
  }
  .stuffed-text .ch-stick-cal-details{
      color: #000;
      font-weight: normal;
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: lowercase;
  }
  .stuffed-container .price-right{
      float: left;
      width: 88px;
      position: relative;
      margin-top: 4px;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: 0px;
      top: 3px;
      font-size: 52px;
  }
  .price-right .price-each{
      position: relative;
      bottom: -81px;
      left: 4px;
      float: left;
      width: 45px;
      height: 21px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
      font-weight: bold;
      font-size: 17px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  }
  .price-right .number-price{
      font-size: 115px;
      text-align: right;
      height: 75px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 74px;
  }
  .stuffed-container  .lower-cont{
      clear: both;
      background-color: #ab131b;
      color: #FFF;
      text-align: center;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 26px;
      width: 350px;
      margin-left: 29px;
      margin-bottom: 15px;
  }
  .bacon-small{
      font-size: 15px;
  }
  .stuffed-container{
      width: 390px;
      margin: auto;

  }
  .no-margin{
      width: 496px !important;
      margin: auto !important;
  }
  .ultimate-meat-promo-banner .ultimate-two-large{
      width: 290px;
      float: left;
      text-align: right;
  }
  .ultimate-meat-promo-banner .drink-left{
      width: 362px !important;
  }
  .ultimate-two-large .drink-cal{
      width: 83% !important;
      float: right !important;
  }
  .ultimate-two-large .drink-cal:before{
      content: "";
      height: 2px;
      width: 48px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 5px;
      left: 69px;
  }
  .ultimate-two-large .drink-cal:after{
      content: "";
      height: 2px;
      width: 53px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 7px;
      right: 6px;
  }
  .ultimate-right-sec-price:before{
      top: 52px;
      font-size: 52px;
  }
  .drink-right-sec:before{
      top:47px !important;
  }
  .ultimate-price{
      padding-left: 27px;
      font-size: 103px;
      margin-top: 13px;
  }
  .ultimate-right-sec-price .firefox-margin-top{
      line-height: 19px !important;
  }
  .ultimate-right-sec-price .price-each {
    float: left;
    margin: 0;
    font-size: 35px;
    width: 100%;
    text-align: left;
    line-height: 57px;
    padding-left: 33px;
}
.ultimate-right-sec-price .ultimate-price:after{
  font-size: 52px;
}
.ultimate-meat-promo-banner .ultimate-right-sec-price{
  width: 170px;
}
.left-promo-banner{
  margin-left:7%;
}

.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
  width: 105px !important;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  left: -91px !important;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
  width: 113px !important;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  right: -99px !important;
}
#hero-carousel .chdrburger-sig:before{
  width:148px !important;
}
#hero-carousel .chdrburger-sig:after{
  width:163px !important;
}
}
@media screen and (min-width:596px) and (max-width:767px){
	.banner-cont {
		margin-left: 10%;
		width: 570px;
	}
	.banner-cont .left-text {
		width: 300px;
		text-align: right;
	}
	.banner-cont .right-text {
		margin-left: 0px;
		width: 163px;
		text-align: left;
	}
	/*#bigtext-id3 span:nth-of-type(1) {
		font-size: 42.9px;
		line-height: 38px;
		word-spacing: 0.9px;
		font-weight: bold;
     }*/
     #bigtext-id3 span:nth-of-type(2) {
      font-size: 86px;
      line-height: 72px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(3) {
      font-size: 27px;
      line-height: 20px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(1){
      font-size: 52.9px;
      word-spacing: 0.9px;
      line-height: 41px;
      font-weight: bold;
  }
  .right-text .pan-price {
      font-size: 155px !important;
      line-height: 17px !important;
      letter-spacing: -6px !important;
  }
  .right-text .pan-price::before {
      font-size: 73px;
      top: -55px;
  }
  .left-banner-1 .left-promo-banner{
      color:#ab131b;
      width:100%;
  }
  .new-stuffed-pizza-img{
      max-width: 138% !important;
      height: auto !important;
      float:right;
  }
  .banner-text{
      clear:both;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 4px;
      width: 65%;
      background-color: #ab131b;
      margin-bottom: 9px;
      margin-left: 9%;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 19%;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top: -7px;
  }
  .left-promo-banner .bottom-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right: 19%;
      margin-top: -7px;
  }
  .left-promo-banner .banner-cheddarsticks{
      height: 109px;
      margin-left: auto;
      margin-right: auto;
  }
  .banner-cheddarsticks .upper-cont{
      padding-top:9px;
  }
  .stuffed-container .stuffed-text{
      width: 263px;
      float: left;
      margin-left: -32px;
  }
  .stuffed-text .title-new{
      font-size: 40px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 0;
  }
  .stuffed-text .title-stuff{
      font-size: 50px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-top: 7px;
      line-height: 23px;
  }
  .title-stuff span{
      color: #009371;
  }

  .stuffed-text .title-stick{
      font-size: 35px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 0;
  }
  .stuffed-text .ch-stick-cal-details{
      color: #000;
      font-weight: normal;
      font-size: 22.2px;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: lowercase;
  }
  .stuffed-container .price-right{
      float: left;
      width: 97px;
      position: relative;
      margin-top: 8px;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: 2px;
      top: -3px;
      font-size: 46px;
  }
  .price-right .price-each{
      position: relative;
      bottom: -81px;
      left: 4px;
      float: left;
      width: 45px;
      height: 21px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
      font-weight: bold;
      font-size: 17px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  }
  .price-right .number-price{
      font-size: 113px;
      text-align: right;
      height: 71px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 68px;
  }
  .stuffed-container  .lower-cont{
      clear: both;
      background-color: #ab131b;
      color: #FFF;
      text-align: center;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 26px;
      width: 350px;
      margin-left: 29px;
      margin-bottom: 15px;
  }
  .bacon-small{
      font-size: 15px;
  }
  .stuffed-container{
      width: 390px;
      margin: auto;

  }
  .no-margin{
      width:595px !important;
      margin:auto !important;
  }
  .ultimate-meat-promo-banner .ultimate-two-large{
      width:340px;
  }
  .ultimate-meat-promo-banner .drink-left{
      width: 410px !important;
  }
  .ultimate-two-large .drink-cal{
      text-align: center;
      width: 77%;
      float: right;
  }
  .ultimate-two-large .drink-cal:before{
      content: "";
      height: 2px;
      width: 48px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 13px;
      left: 114px;
  }
  .ultimate-two-large .drink-cal:after{
      content: "";
      height: 2px;
      width: 63px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 14px;
      right: 6px;
  }
  .ultimate-meat-promo-banner .ultimate-right-sec-price{
      width: 163px;
  }
  .ultimate-right-sec-price .firefox-margin-top{
      margin:0 !important;
      line-height:21px !important;
  }
  .ultimate-right-sec-price:before{
      top: 52px;
      font-size: 49px;
  }
  .drink-right-sec:before{
      top:47px !important;
  }
  .ultimate-price{
      padding-left: 25px;
      font-size: 107px;
      margin-top: 15px;
  }
  .ultimate-right-sec-price .price-each{
      float: left;
      margin: 9px 0 0 0 ;
      font-size: 34px ;
      width: 100%;
      text-align: left ;
      line-height: 40px ;
      padding-left: 32px;
  }
  #hero-carousel .chdrburger-sig:before{
      width:148px !important;
  }
  #hero-carousel .chdrburger-sig:after{
      width:163px !important;
  }
  .ultimate-right-sec-price .ultimate-price:after{
      right: -10px;
      font-size: 51px;
  }
  .left-promo-banner{
      margin-left:7%;
  }

  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
      width: 112px !important;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      left: -96px !important;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
      width: 120px !important;
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      top: 45%;
      right: -108px !important;
  }
  .heading.description.header2 .papadia{
              position: relative;
              right: 13px;
          }

}
@media screen and (min-width:320px) and (max-width:377px){
 .promo-modal{
  top:-46px;
}
}
@media screen and (min-width:1200px) and (max-width:1439px){
	.width-73{
		width: 69% !important;
	}
}
@media screen and (min-width:1200px) and (max-width:1440px){
	.lg-width-header{
		width: 100%;
	}
	.lg-order-header{
		width:100%;
	}
	.lg-order-header, .lg-width-header{
		padding:0 2%;
	}
	.mrgn-top .shift-right:first-child{
		margin-left:6%;
	}
}
@media screen and (min-width:1441px) and (max-width:1600px){
	.width-73{
		width: 68% !important;
	}
	.mrgn-top .shift-right:nth-of-type(2){
		width:30%;
	}
	.mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
		width:68%;
	}
	.lg-width-header{
		width:93%;
	}
	.lg-width-footer{
		width:93%;
	}
	.lg-order-header, .lg-width-header{
		padding: 0 5%;
	}
	.lg-order-header{
		width:90%;
	}
	.mrgn-top .shift-right:first-child{
		margin-left:0;
	}
	.email-section{
		width:26% !important;
	}
	.heading.description.header2 .papadia{
            position: relative;
                bottom: 8px;
        }
}
@media screen and (min-width:1601px) and (max-width:1920px){
	.width-73{
		width: 75% !important;
	}
	.mrgn-top .shift-right:nth-of-type(2){
		width:32%;
	}
	.mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
		width:70%;
	}
	.lg-width-header{
		width:78%;
	}
	.lg-order-header, .lg-width-header{
      padding: 0 9%;
  }
  .lg-width-footer{
      width:78%;
  }
  .lg-order-header{
      width:78%;
  }
  .mrgn-top .shift-right:first-child{
      margin-left:-10% !important;
  }
  .email-section{
      width:26% !important;
  }
}
@media screen and (min-width:1921px){
	.width-73{
		width: 70% !important;
	}
	.mrgn-top .shift-right:nth-of-type(2){
		width:30%;
	}
	.lg-order-header, .lg-width-header{
		padding: 0 16%;
	}
	.lg-width-header{
		width:67%;
	}
	.lg-width-footer{
		width:67%;
	}
	.lg-order-header{
		width:69%;
	}
	.mrgn-top .shift-right:first-child{
		margin-left:-3% !important;
	}
	.email-section{
		width:26% !important;
	}
}
@media screen and (min-width:2300px){
	.lg-order-header, .lg-width-header{
		padding: 0 22% !important;
	}
}
@media screen and (min-width:400px) and (max-width:767px){
	.row-border .links{
		margin:0;
		text-align:center;
	}
	.footer-nav{
		text-align: center;
		list-style-type: disc;
		box-sizing: border-box;
	}
	.footer-nav li{
		text-align: center;
		display: inline-block;
		list-style-type: none;
		float:none !important;
	}
}
@media screen and (min-width:320px) and (max-width:399px){
	
}
@media screen and (min-width:480px) and (max-width:480px){
	#hidden{
		margin-left:23px !important;
	}
}
@media screen and (min-width:640px) and (max-width:640px){
	#hidden{
		margin-left:47px !important;
	}
}
/*styles for the tablet version of the UI*/
@media screen and (min-width:768px) and (max-width:991px){
	.chorme992rightwidth{
		width: 173px !important;
        margin-left: 0px !important;
    }
    .chorme992price{
      padding-left: 48px !important;
  }
  .createleftmargin{
      margin-left:15px;
  }
  .maple-leaf-red{
      width: 64px;
      height: auto;
      position: absolute;
      left: 6%;
      top: 40%;
  }
  .maple-leaf-red img{
      width: 64px;
      height: auto;
  }
  .maple-leaf{
      width: 94px;
      height: auto;
      position: absolute;
      right: 15px;
      top: 156px;
  }
  .maple-leaf img{
      height: 100px;
      width: auto;
  }
  .reduce-ios-width{
      width:190px !important;
  }
  .promo-modal{
      display:none;
  }
	/*.logo{
		top: -56px;
		width: 114px;
     }*/
     .header .primary-nav li a, .header .primary-nav li.active a{
      padding:14px 3px;
  }
  #main-nav-canada{
      text-align:left;
      margin-left:160px;
  }
  .nav-aboutus{
      display:none;
      right: 132px;
      top: 25px;
  }
  .nav-locations{
      display:none;
      right: 212px;
      top: 25px;
  }
  #hero-carousel .carousel-caption{
      position:static !important;
  }
  #hero-carousel .carousel-inner .meta{
      width:34%;
  }
  #hero-carousel .carousel-inner .banner2-title{
      width:85px !important;
  }
  #hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
      width:185px !important;
  }
  #bigtext-id2 span:nth-of-type(1){
      font-size:93.9px !important;
  }
  #bigtext-id2 span:nth-of-type(2){
      font-size: 48.7px !important;
      font-weight: bold;
      line-height: 60px !important;
  }
  p.meta span{
      font-size:22px;
  }
  #hero-carousel .carousel-inner .meta::before, #hero-carousel .carousel-inner .meta::after{
      width:115px;
  }
  #bigtext-id1 span:nth-of-type(1), #bigtext-id2 span:nth-of-type(1){
      font-size: 72.9px;
      word-spacing: 0.9px;
      line-height: 55px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(1){
      font-size: 54px;
      line-height: 47px;
      font-weight: bold;
  }
  #bigtext-id1 span:nth-of-type(2), #bigtext-id2 span:nth-of-type(2){
      font-size: 91.7px;
      font-weight: bold;
      line-height: 73px;
  }
  #bigtext-id3 span:nth-of-type(2){
      font-size: 88px;
      font-weight: bold;
      line-height: 64px;
  }
  #bigtext-id1 span:nth-of-type(3), #bigtext-id2 span:nth-of-type(3){
      font-size: 50.4px;
      line-height: 47px;
      font-weight: bold;
  }
  #bigtext-id3 span:nth-of-type(3){
      line-height: 30px;
      font-weight: bold;
      font-size: 27.5px;
  }
  #hero-carousel .carousel-inner .signature::before, #hero-carousel .carousel-inner .signature::after{
      width: 121%;
  }
  #hero-carousel .carousel-inner .drink-signature::before{
      width: 163px !important;
  }
  #hero-carousel .carousel-inner .drink-signature::after{
      width:188px !important;
  }
  #home-promo-section{
      display:none;
  }
  .franchise-image img{
      height:105px;
      width:auto;
      left:-22px;
      top:0 !important;
  }
  .row-border .franchise-image, .franchise-image .franchise, .social {
      padding-right:0;
  }
  .franchise-image .franchise {
      width:332px;
  }
  #toggleA{
      text-align:right;
      font-size:1.8em;
      margin: 24px 0px;
      padding:15px;
  }
  .pos-relative .less-width{
      text-align:center;
  }
  .socal-icon-links li{
      padding:0 6px;
  }
  .mrgn-top .shift-right:first-child{
      margin-top:24px;
      width:300px;
  }
  .lesser-width .font-kncok-out, .less-width .socal-icon-links, p.font-kncok-out, .email-ul{
      margin-bottom:0;line-height: 1.3em;
  }
  .mrgn-top .shift-right:nth-of-type(2){
      margin-top: 10px;
      margin-bottom: 20px;
      width:300px;
  }
  .mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
      text-align:center;
  }
  .email-section{
      text-align:center;
  }
  .row-border .links{
      margin:0;
      text-align:center;
  }
  .footer-nav{
      text-align: center;
      list-style-type: disc;
      box-sizing: border-box;
  }
  ul.font-kncok-out li{
      margin: 13px 0;
  }
  .footer-nav li:nth-of-type(n+1){
      margin-left: 15px;
      margin-right: 15px;
  }
  .footer-nav li{
      text-align: center;
      display: inline-block;
      list-style-type: none;
      float: none !important;
  }
  .footer-content{
      padding-bottom:4px !important;
  }
  .copyright-cont{
      margin-top:12px;font-size: 14px;
      text-align:center;
  }
  .toggle-title:after{
      margin-left:6px;
  }
  .shift-right{
      float:right;
  }
  #apply-promo-tab{
      /*display:inline;*/
      display:none;
  }
  .tab-fieldset{
      z-index:10000000;
      background-color: #FFF;
      max-width: 411px;
      border-radius: 6px;
      height:92px;
      top:40px;
		/*transform: translate(-37%,100%);
		-webkit-transform: translate(-37%,100%);
		-moz-transform: translate(-37%,100%);
		-ms-transform: translate(-37%,100%);
		-o-transform: translate(-37%,100%);*/
	}
	.tab-fieldset .promo-modal-text{
		left: 19px !important;
		top: 19px !important;
	}
	.tab-fieldset .promo-modal-button{
		right: 26px !important;
		top: 20px !important;
		height:52px !important;
	}
	#close-promo-popup{
		display:inline;
		position: absolute;
		top: -8px;
		right: -8px;
		z-index: 99999999999999999;
	}
	.papa-canada {
		float: right;
		padding: 0 1em;
		line-height: 4.17;
		font-size: 20px;
		border-left: 1px solid #dbdbdb;
	}
	.papa-canada span {
		font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
	}
	.redbg-cont{
		text-align: center;
		margin: 1.7em 0em;
	}
	.papa-rewards-img{
		margin-top: 3em;
		height: 175px;
	}
	.div-earn{
		width:55%;
		padding-top: 0.4em;
	}
	.div-papa-img{
		width:39%;
	}
	.earn-points{
		margin-left: 0.4em;
		margin-right:0;
		font-weight:normal;
		font-size:3.2em;
	}
	.reward-container{
		margin-left:0;
	}
	.reward-section{
		padding:0 1em;
		margin-top:0;
	}
	.right-heading{
		padding-left:0.3em;
	}
	.right-heading h3{
		margin-top: 0.6em;
		margin-bottom:0;
		font-size:1.5em;
	}
	.banner-cont .left-text {
		width: 50%;
		text-align: right;
	}
	.banner-cont .right-text {
		width: 50%;
		text-align: left;
	}
	.banner-cont {
		width: 100%;
	}
	.right-text .pan-price{
		font-size: 180px !important;
	}
	.left-banner-1 .left-promo-banner{
		color:#ab131b;
     width:100%;
     margin:auto;
 }
 .new-stuffed-pizza-img{
  max-width: 130% !important;
  height: auto !important;
  float: right;
}
.banner-text{
  clear:both;
}
.left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
  height: 4px;
  width: 62%;
  background-color: #ab131b;
  margin-bottom: 9px;
  margin-left: auto;
  margin-right: auto;
}
.left-promo-banner .top-red-line:before{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  top: 13px;
}
.left-promo-banner .banner-cheddarsticks{
  height: 134px;
}
.banner-cheddarsticks .upper-cont{
  margin-left: 16%;
}
.left-promo-banner .top-red-line:after{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  top: 13px;
  right: 19%;
}
.left-promo-banner .bottom-red-line:before{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  margin-top: -7px;
}
.left-promo-banner .bottom-red-line:after{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  right: 19%;
  margin-top: -7px;
}
.stuffed-container .stuffed-text{
  width: 374px;
  float: left;
}
.stuffed-text .title-new{
  font-size: 46px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  color: #148F6A !important;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0;
}
.stuffed-text .title-stuff{
  font-size: 72px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin-top: 17px;
  margin-bottom: 21px;
  line-height: 32px;
}
.title-stuff span{
  color: #009371;
}
.stuffed-text .title-stick{
  font-size: 50px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 9px;
  line-height: 21px;
}
.stuffed-text .ch-stick-cal-details{
  color: #000;
  font-weight: normal;
  font-size: 32px;
  line-height: 29px;
  margin-bottom: 0;
  text-transform: lowercase;
}
.stuffed-container .price-right{
  float: left;
  width: 110px;
  position: relative;
  margin-top: 19px;
}
.stuffed-container .price-right:before{
  content: "$";
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 63px;
}
.price-right .price-each{
  position: relative;
  bottom: -90px;
  left: -5px;
  float: left;
  width: 45px;
  height: 21px;
  margin: 0;
  color: #148F6A !important;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.price-right .number-price{
  font-size: 136px;
  text-align: right;
  height: 81px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 81px;
}
.stuffed-container  .lower-cont{
  clear: both;
  background-color: #ab131b;
  color: #FFF;
  text-align: center;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  width: 420px;
  margin-left: 29px;
  margin-bottom: 15px;
}
.bacon-small{
  font-size: 19px;
}
.stuffed-container{
  width: 700px !important;
  margin: auto !important;

}
.left-promo-banner{
  margin-left:7%;
}
.ca-slide-sidebar{

  display:block;
}
.new-ultimate-meat-img{
  max-width:120% !important;
}
.banner-text .ultimate-meat-promo-banner{
  color: #ab131b;
  width: 100%;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer{
  width: 226px;
  padding: 0 1px;
  color: #009371;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
  width: 108px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  left: -115px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
  width: 124px;
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 45%;
  right: -131px;
}
#hero-carousel .chdrburger-sig:before{
  width:162px !important;
}
#hero-carousel .chdrburger-sig:after{
  width:185px !important;
}
.ultimate-meat-promo-banner .ultimate-two-large{
  width: 416px;
  float: left;
  text-align: right;
}
.ultimate-meat-promo-banner .ultimate-one-large{
    width: 100%;
    float: none;
    text-align: center;
}
.ultimate-meat-promo-banner .drink-left{
  width: 486px !important;
}
.ultimate-meat-promo-banner .ultimate-right-sec-price{
  width: 222px;
  float: left;
  text-align: left;
}

.ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
  font-size: 90.9px;
  word-spacing: 0.9px;
  line-height: 53px;
  font-weight: normal;
  margin-bottom: 0;
}
.ultimate-two-large .drink-upper{
  font-size: 56.9px !important;
  line-height: 37px !important;
}
.ultimate-two-large .position-container{
  position:relative;
}
.ultimate-two-large .drink-cal{
  text-align: center;
  width: 70%;
  float: right;
  font-size: 25.4px !important;
  text-transform: capitalize !important;
  line-height:13px !important;
}
.ultimate-two-large .drink-cal:before{
  content: "";
  height: 2px;
  width: 83px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 5px;
  left: 139px;
}
.ultimate-two-large .drink-cal:after{
  content: "";
  height: 2px;
  width: 72px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 7px;
  right: 6px;
}
.ultimate-meat-promo-banner .drink-right-sec{
  width: 96px !important;
}
.ultimate-right-sec-price .drink-price:after{
  display:none !important;
}
.ultimate-two-large .drink-middle{
  font-size: 30.2px !important;
  line-height: 35px !important;
}
.ultimate-upper-text span{
   text-transform: uppercase;
   color: #009371;
   padding: 0 12px 0 0;
}
.ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
  font-size: 89.9px;
  font-weight: normal;
  line-height: 78px;
  margin-bottom: 0;
}
.ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
  font-weight: normal;
  font-size: 45px;
  line-height: 20px;
  margin-bottom: 0;
}
.ultimate-two-large .ultimate-pz-size span{
  color: #009371;
  font-size: 38px;
  padding: 0px 3px;
}
.banner-text .chdrburger-sig{
  margin-top:9px;
}
.ultimate-two-large .ultimate-cal-details{
  font-size: 19.4px;
  text-transform: lowercase;
  color: #000;
  line-height: 32px;
  margin-bottom: 0;
}
.on-promo-code{
  margin: 0;
  text-align: center;
}
.on-promo-code span{
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #ab131b;
  padding: 3px;
}
.ultimate-right-sec-price .firefox-margin-top{
  margin:0 !important;
  line-height:22px !important;
}
.ultimate-right-sec-price:before{
  content: "$";
  position: absolute;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  top: 67px;
  font-size: 62px;
}
.drink-right-sec:before{
  top:59px !important;
}
.banner-text .drink-signature{
  margin-top:6px;
}
.ultimate-right-sec-price .price-each{
  float: left;
  margin: 15px 0 0 0;
  font-size: 36px;
  width: 100%;
  text-align: left;
  line-height: 40px;
  padding-left: 41px;
}
.ultimate-price{
  position: relative;
  padding-left: 34px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 114px;
  margin-top: 19px;
  letter-spacing: -9px;
}
.ultimate-right-sec-price .ultimate-price:after{
  content: "99";
  position: absolute;
  top: -21px;
  right: 37px;
  font-size: 52px;
  letter-spacing: -2px;
}
.s-mrgn-btm-0{
  margin-bottom:0 !important;
}
/*new css for garlic knots banner*/
.topping-promo-banner .lg-pizza-offer {
    width: 208px;
    padding: 0 1px;
    color: #009371;
    font-family: "Knockout 71 A", "Knockout 71 B", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.topping-promo-banner .garlic-knots {
    width: 530px;
    margin: auto;
}
.garlic-knots .two-large {
    width: 310px;
    float: left;
    text-align: right;
}
.topping-promo-banner{
	width:550px;
	margin:auto;
}
.garlic-knots .new-text {
    font-size: 56px;
    text-align: right;
    margin: 0;
    line-height: 41px;
    font-weight: normal;
}
.garlic-knots .upper-text {
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-size: 73.4px;
    margin: 0px;
    line-height: 60px;
}
.garlic-knots .lower-text {
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    font-size: 95px;
    margin: 0;
    line-height: 71px;
    letter-spacing: 8px;
}
.garlic-knots .right-sec-price {
   position: relative;
   width: 200px;
   float: left;
}
.garlic-knots .right-sec-price:before {
    content: "$";
    position: absolute;
    font-size: 68px;
    top: 15px;
    left: 7px;
}
.garlic-knots .right-sec-price .price-no {
    position: relative;
    font-size: 131px;
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    clear: both;
    line-height: 92px;
    text-align: left;
    padding-left: 47px;
}
.garlic-knots .right-sec-price .price-no::after {
    content: "99";
    position: absolute;
    top: -19px;
    font-size: 63px;
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
}
#hero-carousel .carousel-inner .signature::before, #hero-carousel .carousel-inner .signature::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 99%;
}
.signature::before, #hero-carousel .carousel-inner .signature::after {
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    width: 99%;
}
.new-stuffed-pizza-img {
    max-width: 150% !important;
    height: auto !important;
    float: left !important;
}
.topping-promo-banner .lg-pizza-offer:before {
    width: 178px;
    background: #ab131b none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 45%;
    left: -165px;
}
.topping-promo-banner .lg-pizza-offer:after {
   width: 164px;
   background: #ab131b none repeat scroll 0 0;
   content: "";
   display: block;
   height: 2px;
   position: absolute;
   top: 45%;
   right: -147px;
}
.topping-promo-banner{
	color:#ab131b !important;
}
.topping-promo-banner .signature-2-topping:before{
 background: #ab131b none repeat scroll 0 0 !important;
 content: "";
 display: block;
 height: 2px;
 position: absolute;
 top: 45%;
 width: 212px !important;
}
.topping-promo-banner .signature-2-topping:after{
 background: #ab131b none repeat scroll 0 0 !important;
 content: "";
 display: block;
 height: 2px;
 position: absolute;
 top: 45%;
 width: 190px !important;
}

/* for new header and footer section*/
.head-arrow-sidebar:active:hover{
  background-color: #fff;
  border: none;
}
.head-arrow-sidebar{
  padding: 25px 0px !important;
  background-color: #fff !important;
  border: none !important;
  margin-right: 10px !important;
  box-shadow: none !important;
}
.head-arrow-sidebar .sm-humburger{
  height: 4px;
  width: 25px;
  margin: auto;
  padding: 0;
  background-color: #000000;
  margin-top: 4px;
}
.upper-nav-canada li a{
  color: #000000;
  padding: 4px 7px;
  font-size: 25px;
  text-transform: uppercase;
}
.head-arrow-sidebar:active:hover{
  background-color: #fff;
  border: none;
}
.promo-code-element{
  display:none;
}
.logo{
  width: 131px;
  height: 45px;
  left: 14px;
  top: -62px;
}
.main-nav-canada{
  text-align:center;
  padding:0;
}
.main-nav-canada .to-left{
  float: none;
  display: inline-block;
}
.header .primary-nav ul li a{
  padding: 13px 13px 13px !important;
  font-size: 25px;
}
.lg-width-header .main-nav-canada{
  text-align: left;
  padding-left: 10px;
}
.head-arrow-sidebar:active:hover{
  background-color: #fff;
  border: none;
  box-shadow:none;
}
.footer-links-section{
  width: 33%;
}
.footer-links .open-franchisee{
  width:100%;
  margin-top:20px;
}
.open-franchisee .footer-franchisee{
  width: 100%;
}
.footer-franchisee .fran-image{
  width: 18%;
}
.footer-franchisee  .fran-text{
  text-align: left;
  padding-left: 19px;
}
.legal-header  .legal-info{
  float: left;
  display: block;
  width: 100%;
  margin: 13px 0;
}
.legal-header  .social-info{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.legal-header{
  display:block;
}
.legal-info li{
  display: block;
  align-items: center;
  float: left;
}
.social-info li{
  display: block;
  align-items: center;
  padding: 0 10px;
  float: left;
}
}
@media screen and (min-width:850px) and (max-width:991px){
	.stuffed-container{
		/*margin-left: 17% !important;*/
	}
	
	
}
@media screen and (min-width:992px) and (max-width:1199px){
	.chorme992rightwidth{
		width: 161px !important;
	}
	.chorme992price{
		padding-left: 38px !important;
	}
	.createleftmargin{
		margin-left: 4px;
	}
	.maple-leaf-red{
		width: 64px;
        height: auto;
        position: absolute;
        left: 3%;
        top: 76%;
    }
    .maple-leaf-red img{
      width: 64px;
      height: auto;
  }
  .maple-leaf{
      width: 85px;
      height: auto;
      position: absolute;
      right: 23%;
      top: 71%;
  }
  .maple-leaf img{
      height: 90px;
      width: auto;
  }
  .logo{
      width: 149px;
      top: -71px;
      left: 22px;
  }
  .header .primary-nav li a, .header .primary-nav li.active a{
      padding: 33px 5px;
      font-size: 24px;
  }
  .promo-code-element .header-loc-links{
      float: left;
      padding: 39px 4px;
      display: table;
  }
  .promo-code-element a{
      font-size: 18px !important;
      padding: 5px 3px !important;
  }
  .promo-code-element .header-search-form{
      float: left;
      padding: 32px 7px;
  }
  .header-search-form .form-promocode-canada{
      width: 253px;
      height: 40px;
      position: relative;
  }
  .header-search-form input[type="text"]{
      width: 190px;
  }
  .header-search-form input[type="submit"]{
      width: 64px;
      padding:0;
      font-size: 18px;
  }
  .header .primary-nav .nav-wrap{
      padding-left: 186px;
  }
  #main-nav-canada{
      text-align: left;
      margin-left: 182px;
  }
  .promo-modal{
      display:none;
  }
  #apply-promo-tab{
      display:inline;
      font-size: 12px;
      padding: 7px 11px;
      position: relative;
      top: -39px;
      margin-right: 5px;
  }
  .omin-bar .btn{
      margin-right:20px;
      line-height:3;
  }
  #apply-promo-tab{
      position: absolute;
      right: 0;
      top: 24px;
      padding: 9px 13px;
      font-size: 16px;
      margin-right: 15px;
  }
  .nav-aboutus{
      top: 26px;
      font-size: 1.5em;
      right: 171px;
  }
  .nav-locations{
      top: 26px;
      font-size: 1.5em;
      right: 269px;
  }
  .tab-fieldset {
      z-index: 10000000;
      background-color: #FFF;
      max-width: 411px;
      border-radius: 6px;
      height: 92px;
      top: 40px;
  }
  .tab-fieldset .promo-modal-text{
      left: 19px !important;
      top: 19px !important;
  }
  .tab-fieldset .promo-modal-button{
      right: 26px !important;
      top: 20px !important;
      height: 52px !important;
  }
  #close-promo-popup{
      display: inline;
      position: absolute;
      top: -8px;
      right: -8px;
      z-index: 99999999999999999;
  }

  #hero-carousel .carousel-caption{
      left: 5% ;
      text-align: left;
      width: 421px;
      /*padding-bottom: 8% !important;*/
      padding-bottom: 8%;
  }
  .lg-top-banner-cap .banner-hover{
      text-align:center;
  }
  #hero-carousel .carousel-inner .meta{
      width: 220px !important;
      font-size: 1.2em !important;
  }
  #hero-carousel .carousel-inner .banner2-title{
      width: 65px !important;
      font-size: 1.2em !important;
  }
  #hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
      width:149px !important;
  }
  #hero-carousel .carousel-inner .meta::before, #hero-carousel .carousel-inner .meta::after{
      width:32% ;
  }
  .banner-text h1, .banner-text h1 a{
      line-height: 47px !important;
  }
  #bigtext-id2 .bigtext-line0{
      font-size:75px !important;
  }
  #bigtext-id2 .bigtext-line2{
      font-size:39px !important;
      line-height: 46px !important;
  }
  #hero-carousel .carousel-inner .signature-2::before, #hero-carousel .carousel-inner .signature-2::after{
      width:102px !important;
  }
  .bigtext-line0{
      font-size: 65px !important;line-height: 48px !important;font-weight: bold !important;
  }
  .bigtext-line1{
      font-size:76px !important;line-height: 56px;
  }
  .bigtext-line2{
      font-size:47px !important;line-height: 36px;
  }
  #hero-carousel .carousel-inner .signature::before, #hero-carousel .carousel-inner .signature::after{
      width:56% ;
  }
  .franchise-image img{
      height: 105px;
      width: auto;
      left: -22px;
      top: 10px !important;
  }
  #toggleA{
      text-align: right !important;
      font-size: 1.8em !important;
      margin:32px 0px 0px 73px !important;
      padding: 15px !important;
      width:255px !important;
  }
  .franchise-image .franchise{
      width: 450px !important;
  }
  .shift-right{
      float:right;
  }
  .mrgn-top .shift-right:first-child{
      margin-top: 24px;
      width: 422px !important;
      padding-left: 0px;
  }
  .mrgn-top .shift-right:nth-of-type(2){
      margin-top: 10px;
      margin-bottom: 20px;
      width: 188px;
  }
  .pos-relative .less-width{
      text-align:center;
  }
  .lesser-width .font-kncok-out, .less-width .socal-icon-links, p.font-kncok-out, .email-ul{
      margin-bottom:0;
  }
  .lesser-width .font-kncok-out, .less-width .socal-icon-links, p.font-kncok-out, .email-ul{
      margin-bottom:0;
  }
  .row-border .links {
      margin: 0;
      text-align: center;
  }
  .footer-nav {
      text-align: center;
      list-style-type: disc;
      box-sizing: border-box;
  }
  .footer-nav li:nth-of-type(n+1) {
      margin-left: 15px;
      margin-right: 15px;
  }
  ul.font-kncok-out li{
      margin: 13px 0;
  }
  .footer-nav li{
      text-align: center;
      display: inline-block;
      list-style-type: none;
      float: none !important;
  }
  .row-border ul li a{
      font-size:20px;
  }
  .less-width{
      width: 146px !important;
      padding: 0;
  }
  .less-width .socal-icon-links{
      margin-top: 13px;
      margin-bottom: 12px;
  }
  .mrgn-top{
      margin-top:0 !important;
      margin-bottom:0 !important;
  }
  .pos-absolute{
      position:relative;
      top:0;
      right:0;
  }
  .lesser-width{
      width: 260px !important;
      padding-left: 0;
  }
  .lesser-width .font-kncok-out{
      margin-top: 1px;
  }
  .mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
      width: 146px !important;
      right: 0;
      padding-left: 0;
  }
  .email-section{
      width:42px;
      padding-left: 5px;
  }
  .mrgn-top .shift-right:first-child{
      margin-bottom:0;
  }
  .shift-right p{
      font-size:1.9em !important;
  }
  .pd-r-0{
      padding-right:0 !important;
  }
  .mrgn-top .shift-right:nth-of-type(2)  p{
      line-height:35px;
  }
  .mrgn-top .email-ul{
      margin-top: 6px;
      margin-bottom: 6px;
  }
  .mrgn-top .shift-right:nth-of-type(2){
      padding: 4px 0px 0px 0px;
      margin-left: 38%;
  }
  .papa-canada {
      float: right;
      padding: 0 1em;
      line-height: 3.1;
      font-size: 28px;
      border-left: 1px solid #dbdbdb;
  }
  .papa-canada span {
      font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  }
  .redbg-cont{
      text-align: center;
      margin: 2em 0em;
  }
  .papa-rewards-img{
      margin-top: 3em;
      height: 175px;
  }
  .div-earn{
      width:50%;
      padding-top: 0.4em;
      text-align: left;
  }
  .div-papa-img{
      width:30%;
      margin-left:3%;
  }
  .earn-points{
      margin-left: 0.4em;
      margin-right:0;
      font-weight:normal;
      font-size:3.2em;
  }
  .reward-container{
      margin-left:0;
  }
  .reward-section{
      padding:0 4em;
      margin-top:0;
      margin-bottom:1em;
  }
  .right-heading{
      padding-left:0.3em;
  }
  .right-heading h3{
      margin-top: 0.6em;
      margin-bottom:0;
      font-size:1.5em;
  }
  #hero-carousel .carousal-pan{
      right: 4% !important;
  }
  .carousal-pan .left-text span:nth-of-type(1){
      font-size: 46px !important;
      line-height: 42px !important;
  }
  .carousal-pan .left-text span:nth-of-type(2){
      font-size: 76px !important;
      line-height: 61px !important;
  }
  .carousal-pan .left-text span:nth-of-type(3){
      font-size: 23px !important;
      line-height: 24px;
  }

  .banner-cont .left-text{
      text-align: right;
      width: 57%;
  }
  .banner-cont{
      width:420px;
  }
  .banner-cont .right-text{
      text-align: left;
      width: 43%;
  }
  .carousal-pan .right-text span{
      font-size: 142px !important;
      line-height: 15px !important;
  }
  .right-text .pan-price::before{
      top:-39px;
      font-size: 84px;
  }
  .left-banner-1 .left-promo-banner{
      left: 3% !important;
      text-align: left;
      width: 44%;
      padding-bottom: 13% !important;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 6px;
      width: 100%;
      background-color: #ab131b;
      margin-bottom: 9px;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 0;
  }
  .left-promo-banner .banner-hover{
      height: 114px;
  }
  .stuffed-container{
      color: #ab131b;
  }
  .stuffed-container .stuffed-text{
      width: 318px;
      float: left;
      margin-left: 0;
  }
  .stuffed-text .title-new{
      font-size: 41px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 0;
  }
  .title-stuff span{
      color: #009371;
  }
  .stuffed-text .title-stuff{
     font-size: 62px;
     font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
     font-weight: normal;
     margin-top: 5px;
     line-height: 34px;
 }
 .stuffed-text .ch-stick-cal-details{
  color: #000;
  font-weight: normal;
  font-size: 27.3px;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: lowercase;
}
.stuffed-text .title-stick{
  font-size: 43px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 31px;
}
.stuffed-container .price-right{
  float: left;
  width: 100px;
  position: relative;
  margin-top: 13px;
}
.stuffed-container .price-right:before{
  content: "$";
  position: absolute;
  left: 0px;
  top: -11px;
  font-size: 59px;
}
.price-right .price-each{
  position: relative;
  bottom: -90px;
  left: 2px;
  float: left;
  width: 81px;
  height: 29px;
  margin: 0;
  color: #148F6A !important;
  line-height: 23px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
}
.price-right .number-price{
  font-size: 128px;
  text-align: right;
  height: 93px;
  font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  line-height: 67px;
}
.stuffed-container  .lower-cont{
  clear: both;
  background-color: #ab131b;
  color: #FFF;
  text-align: center;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
}
.bacon-small{
  font-size: 25px;
}
.left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
  height: 6px;
  width: 100%;
  background-color: #ab131b;
  margin-bottom: 9px;
}
.left-promo-banner .bottom-red-line:before{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  margin-top: -7px;
}
.left-promo-banner .bottom-red-line:after{
  content: "";
  height: 20px;
  width: 3px;
  background-color: #ab131b;
  display: block;
  position: absolute;
  right: 0;
  margin-top: -7px;
}
.new-stuffed-pizza-img{
  height:auto !important;
  max-width:100% !important;
}
.left-banner-2 .ultimate-meat-promo-banner{
  left: 52% !important;
  /*left: auto !important;*/
  text-align: left !important;
  width: 477px !important;
  padding-bottom: 10% !important;
}
.left-banner-2 .banner-drink{
  padding-bottom:13% !important;
}
.main-cont{
  color: #ab131b;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer{
  color: #009371;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  width: 265px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 96px;
  top: 15px;
  left: -88px;
}
.ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
  background: #ab131b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 78px;
  top: 13px;
  right: -67px;
}
#hero-carousel .chdrburger-sig:before{
  width:128px !important;
}
#hero-carousel .chdrburger-sig:after{
  width:130px !important;
}
.ultimate-meat-promo-banner .ultimate-two-large{
  float: left;
  width: 267px;
  text-align: right;
}
.ultimate-meat-promo-banner .drink-left{
  width: 343px !important;
}
.ultimate-two-large .drink-upper{
  font-size: 49px !important;
  line-height: 38px !important;
}
.ultimate-two-large .drink-middle{
  font-size: 26px !important;
  line-height: 20px !important;
}
.drink-left .position-container{
  position:relative;
}
.ultimate-two-large .drink-cal{
  font-size: 24.4px !important;
  text-align: center;
  float: right;
  width: 85%;
  text-transform: capitalize !important;
}
.main-cont  .drink-right-sec{
  width: 87px !important;
}
.ultimate-right-sec-price .drink-price:after{
  display:none;
}
.ultimate-two-large .drink-cal:before{
	content: "";
    height: 2px;
    width: 66px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 1px;
    left: 44px;
}
.ultimate-two-large .drink-cal:after{
  content: "";
  height: 2px;
  width: 57px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 2px;
  right: 6px;
}

.main-cont  .ultimate-right-sec-price{
  float: left;
  width: 153px;
  position: relative;
  margin-top: 7px;
  padding-left: 19px;
}
.ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 79px;
  margin: 0;
  line-height: 32px;
}
.ultimate-upper-text span{
  text-transform: uppercase;
  color: #009371;
  padding: 0 10px 0 0;
}
.no-margin{
  width: 525px !important;
  margin: auto !important;
}
.ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 78px;
  margin: 0;
  line-height: 84px;
}
.ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 39px;
  line-height: 7px;
}
.ultimate-two-large .ultimate-pz-size span{
  color: #009371;
  font-size: 32px;
  padding: 0px 3px;
}
.ultimate-two-large .ultimate-cal-details{
  font-size: 17.4px;
  color: #000;
  line-height: 4px;
  margin-bottom: 0;
  text-transform: lowercase;
}
.drink-right-sec:before{
  top:-14px !important;
}
.on-promo-code{
  margin: 0;
  text-align: center;
}
.on-promo-code span{
  font-size: 17px;
  text-transform: uppercase;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-weight: bold;
  color: #FFF;
  background-color: #ab131b;
  padding: 0px 3px;
}
.ultimate-right-sec-price .firefox-margin-top{
  margin:0 !important;
  line-height:18px !important;
}
.main-cont  .ultimate-right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 54px;
  top: -19px;
  left: 2px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.banner-text .drink-signature{
  margin-top:10px !important;
}
#hero-carousel .carousel-inner .drink-signature::before, #hero-carousel .carousel-inner .drink-signature::after{
  width:85%;
}
#hero-carousel .carousel-inner .drink-signature::before{
  width: 139px !important;
}
#hero-carousel .carousel-inner .drink-signature::after{
  width:130px !important;
}
.ultimate-right-sec-price .price-each{
  float: left;
  margin: 4px 0 0 0;
  font-size: 32px;
  width: 100%;
  text-align: left;
  line-height: 31px;
  padding-left: 20px;
}
.ultimate-right-sec-price .ultimate-price{
  font-size: 102px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  letter-spacing: -10px;
  margin-top: -4px;
  padding-left: 13px;
}
.ultimate-right-sec-price .ultimate-price:after{
  content: "99";
  position: absolute;
  top: -25px;
  right: -17px;
  font-size: 46px;
  letter-spacing: 0px;
}
/*new css code for garlic knots banner*/
.topping-promo-banner{
  color: #ffffff;
  left: 56%;
  width: 450px;
}
.garlic-knots{
  color: #ffffff !important;
  width: 100%;
  margin: auto !important;
}
.topping-promo-banner .lg-pizza-offer{
  color: #009371;
  text-transform: uppercase;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  width: 223px;
  font-size: 20px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.garlic-knots .two-large{
  width: 260px;
  float: left;
  text-align: right;
}
.garlic-knots .new-text{
  font-size: 47px;
  text-align: right;
  margin: 0;
  line-height: 39px;
  font-weight: normal;
}
.garlic-knots .upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 61px;
  margin: 0px;
  line-height: 39px;
}
.garlic-knots .lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 76px;
  margin: 0;
  line-height: 60px;
  letter-spacing: 8px;
}
.garlic-knots .right-sec-price{
  position: relative;
  width: 180px;
  float: left;
}
#hero-carousel .topping-promo-banner{
  width: 445px;
  left: 56%;
  padding-bottom: 9%;
}
.topping-promo-banner .lg-pizza-offer:before{
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 117px;
  left: -111px;
  top: 14px;
}
.topping-promo-banner .lg-pizza-offer:after{
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 105px;
  right: -97px;
  top: 14px;
}
.main-cont .right-sec-price{
  position: relative;
}
.main-cont .right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 60px;
  top: 5px;
  left: 1px;
}
.right-sec-price .price-no{
  position: relative;
  font-size: 115px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  clear: both;
  line-height: 85px;
  padding-left: 38px;
}
.right-sec-price .price-no::after{
  content: "99";
  position: absolute;
  top: -17px;
  font-size: 62px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.topping-promo-banner  .signature-2-topping:before, .topping-promo-banner  .signature-2-topping:after{
  width:136px !important;
}	
.fran-text .fran-header{
  font-size: 22px;
  padding: 17px 0;
}


}
@media screen and (min-width:1200px) and (max-width:1365px){
	.chorme992pricewin10{
		line-height: 104px !important;
		padding-left: 36px !important;
	}
	.maple-leaf-red{
		width: 94px;
        height: auto;
        position: absolute;
        right: 19%;
        top: 76%;
    }
    .maple-leaf-red img{
      width: 94px;
      height: auto;
  }
  .maple-leaf{
      width: 94px;
      height: auto;
      position: absolute;
      right: 18%;
      top: 71%;
  }
  .maple-leaf img{
      height: 100px;
      width: auto;
  }
  .chorme992rightwidth{
      width: 160px !important;
  }
  .chorme992price{
      line-height: 99px !important;
      padding-left: 41px !important;
  }
  .createleftmargin{
      margin-left:5px;
  }
  .nav-aboutus{
      position: absolute;
      right: 290px;
      top: 44px;
      color: #FFF;
      font-size: 19px;
      text-decoration: none;
      font-weight: normal;
  }
  .nav-locations{
      position: absolute;
      color: #FFF;
      top: 13px;
      right: 286px;
      font-size: 19px;
      text-decoration: none;
      font-weight: normal;
  }
  #tab-show-popup{
      display:block;
  }
  #toggleA{
      width:300px !important;
  }
  .mrgn-top .shift-right:first-child{
      margin-bottom: 0;
      margin-top: 24px;
      width: 426px !important;
      padding-left: 0;
  }
  .pos-absolute {
      position: relative;
      top: 0;
      right: 0;
  }
  .lesser-width {
      width: 265px !important;
      padding-left: 0;
  }
  .less-width {
      width: 145px !important;
      padding: 0;
  }
  .less-width .socal-icon-links{
      margin-top: 16px !important;
      margin-bottom: 14px !important;
  }
  .lesser-width .font-kncok-out{
      margin-top:4px !important;
  }
  .mrgn-top .shift-right:nth-of-type(2) {
      margin-top: 10px;
      margin-bottom: 20px;
      width: 197px;
  }
  .mrgn-top .shift-right:nth-of-type(2)  p{
      line-height: 30px !important;
      margin-top: 6px;
  }
  .mrgn-top .shift-right:nth-of-type(2) .pos-absolute{
      width: 146px;
      top: 0;
      right: 0;
  }
  .email-section{
      width:48px;
  }
  .mrgn-top .email-ul{
      margin-top: 8px;
      margin-bottom: 9px;
  }
  .shift-right p {
      font-size: 1.9em !important;
  }
  .mrgn-top {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  .papa-canada {
      float: right;
      padding: 0 1em;
      line-height: 3.37;
      font-size: 29px;
      border-left: 1px solid #dbdbdb;
  }
  .papa-canada span {
      font-family: "Italian Plate No2 Bold", "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  }
  .reward-container{
      margin-left:15%;
  }
  .right-heading{
      padding-left:0;
  }
  .xs-padd-0{
      width:38%;
  }
  #hero-carousel .carousel-inner .banner2-title{
      width:69px !important;
  }
  #hero-carousel .carousel-inner .banner2-title::before, #hero-carousel .carousel-inner .banner2-title::after{
      width:195px !important;
  }
  #bigtext-id2 span:nth-of-type(1){
      font-size:95px !important;
  }
  #bigtext-id2 span:nth-of-type(2){
      font-size:49px !important;
  }
  #hero-carousel .carousal-pan{
      right: 3% !important;
  }
  #hero-carousel .carousel-inner .banner3-title::before, #hero-carousel .carousel-inner .banner3-title::after{
      width:68px;
  }
  #hero-carousel .carousel-inner .signature-2::before, #hero-carousel .carousel-inner .signature-2::after{
      width:108px;
  }
  #hero-carousel .carousel-inner .banner3-title{
      width:286px;
  }
  .carousal-pan .left-text span:nth-of-type(1){
      font-size: 50px !important;
      line-height: 46px !important;
  }
  .carousal-pan .left-text span:nth-of-type(2){
      font-size: 83px !important;
      line-height: 62px !important;
  }
  .carousal-pan .left-text span:nth-of-type(3){
      font-size: 25.5px !important;
      line-height: 23px;
  }
  .right-text .pan-price::before{
      top: -60px;
      font-size: 82px;
  }
  .banner-cont .left-text{
      text-align: right;
      width: 57%;
  }
  .banner-cont .right-text{
      text-align:left;
      width:43%;
  }
  .carousal-pan .right-text span{
      font-size: 155px !important;
  }
  .banner-cont{
      width: 460px;
  }
  .lg-top-banner-cap{
      left: 5% !important;
      text-align: left;
      width: 41%;
      padding-bottom: 8% !important;
  }
  .lg-top-banner-cap .banner-hover{
      text-align:center;
  }
  .left-banner-1 .left-promo-banner{
      left: 3% !important;
      text-align: left;
      width: 500px;
      padding-bottom: 13% !important;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 6px;
      width: 100%;
      background-color: #ab131b;
      margin-bottom: 9px;
  }
  .left-promo-banner .top-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
  }
  .left-promo-banner .top-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      top: 13px;
      right: 0;
  }
  .left-promo-banner .banner-hover{
      height: 136px;
  }
  .stuffed-container{
      color: #ab131b;
  }
  .stuffed-container .stuffed-text{
      width: 381px;
      float: left;
      margin-left: 0;
  }
  .stuffed-text .title-new{
      font-size: 52px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      color: #148F6A !important;
      line-height: 28px;
      text-align: center;
      margin-bottom: 14px;
  }
  .stuffed-text .title-stuff{
      font-size: 74px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-top: 5px;
      line-height: 51px;
  }
  .stuffed-text .title-stick{
      font-size: 51px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin-bottom: 0;
      line-height: 30px;
  }
  .title-stuff span{
      color: #009371;
  }
  .stuffed-text .ch-stick-cal-details{
      color: #000;
      font-weight: normal;
      font-size: 32.3px;
      line-height: 35px;
      margin-bottom: 0;
      text-transform: lowercase;
  }
  .stuffed-container .price-right{
      float: left;
      width: 113px;
      position: relative;
      margin-top: 17px;
  }
  .stuffed-container .price-right:before{
      content: "$";
      position: absolute;
      left: 0px;
      top: -15px;
      font-size: 65px;
  }
  .price-right .price-each{
      position: relative;
      bottom: -110px;
      left: 2px;
      float: left;
      width: 81px;
      height: 29px;
      margin: 0;
      color: #148F6A !important;
      line-height: 23px;
      font-weight: bold;
      font-size: 24px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
  }
  .price-right .number-price{
      font-size: 151px;
      text-align: right;
      height: 114px;
      font-family: "Italian Plate No2 Bold","HelveticaNeue-CondensedBold","Arial Narrow",Arial,sans-serif;
      font-weight: bold;
      margin-bottom: 0px;
      line-height: 83px;
  }
  .stuffed-container  .lower-cont{
      clear: both;
      background-color: #ab131b;
      color: #FFF;
      text-align: center;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 38px;
  }
  .bacon-small{
      font-size: 25px;
  }
  .left-promo-banner .top-red-line, .left-promo-banner .bottom-red-line{
      height: 6px;
      width: 100%;
      background-color: #ab131b;
      margin-bottom: 9px;
  }
  .left-promo-banner .bottom-red-line:before{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      margin-top: -7px;
  }
  .left-promo-banner .bottom-red-line:after{
      content: "";
      height: 20px;
      width: 3px;
      background-color: #ab131b;
      display: block;
      position: absolute;
      right: 0;
      margin-top: -7px;
  }
  .new-stuffed-pizza-img{
      height:auto !important;
      max-width:100% !important;
  }
  .left-banner-2 .ultimate-meat-promo-banner{
      left: 55% !important;
      /*left: auto !important;*/
      text-align: left !important;
      width: 524px !important;
      padding-bottom: 13% !important;
  }
  .left-banner-2 .banner-drink{
      padding-bottom: 15% !important;
  }
  .no-margin{
      width: 525px !important;
      margin: auto !important;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer{
      color: #009371;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      margin: 0 auto;
      padding: 0 8px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      font-size: 23px;
      width: 265px;
  }
  .main-cont{
      color: #ab131b;
  }
  .ultimate-meat-promo-banner .ultimate-two-large{
      float: left;
      width: 298px;
      text-align: right;
  }
  .ultimate-meat-promo-banner .drink-left{
      width: 394px !important;
  }
  .ultimate-two-large .drink-upper{
      font-size: 59.7px !important;
      line-height: 35px !important;
  }
  .ultimate-two-large .drink-middle{
      font-size: 31.3px !important;
      line-height: 40px !important;
  }
  .drink-left .position-container{
      position:relative;
  }
  .ultimate-two-large .drink-cal{
      font-size: 26.4px !important;
      text-transform: capitalize !important;
      text-align: center;
      float: right;
      width: 93%;
      line-height:1px !important;

  }
  .ultimate-two-large .drink-cal:before{
      content: "";
      height: 2px;
      width: 82px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 0px;
      left: 32px;
  }
  .ultimate-two-large .drink-cal:after{
      content: "";
      height: 2px;
      width: 85px;
      background-color: #000;
      display: block;
      position: absolute;
      top: 1px;
      right: 3px;
  }
  .banner-text .drink-signature{
      margin-top:14px;
  }
  .ultimate-right-sec-price .drink-price:after{
      display:none;
  }
  .on-promo-code{
      margin: 0;
      text-align: center;
  }
  .on-promo-code span{
      font-size: 17px;
      text-transform: uppercase;
      font-family: "Arial Narrow", Arial, sans-serif;
      font-weight: bold;
      color: #FFF;
      background-color: #ab131b;
      padding: 3px;
  }
  .main-cont  .ultimate-right-sec-price{
      float: left;
      width: 161px;
      position: relative;
      margin-top: 3px;
      padding-left: 19px;
  }
  .main-cont  .drink-right-sec{
      width:113px !important;
  }
  .ultimate-two-large .ultimate-upper-text, .ultimate-one-large .ultimate-upper-text{
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 83px;
      margin: 0;
      line-height: 35px;
  }
  .ultimate-upper-text span{
      text-transform: uppercase;
      color: #009371;
      padding: 0 11px 0 0;
  }
  .ultimate-right-sec-price .firefox-margin-top{
      margin:0 !important;
      line-height:29px !important;
  }
  .ultimate-two-large .ultimate-lower-text, .ultimate-one-large .ultimate-lower-text{
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 82px;
      margin: 0;
      line-height: 83px;
  }
  .ultimate-two-large .ultimate-cal-details{
      font-size: 20.4px;
      color: #000;
      text-transform: lowercase;
      margin-bottom: 0;
      line-height: 15px;
  }
  .ultimate-two-large .ultimate-pz-size, .ultimate-one-large .ultimate-pz-size{
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
      font-size: 41px;
      line-height: 11px;
  }
  .ultimate-two-large .ultimate-pz-size span{
      color: #009371;
      font-size: 34px;
      padding: 0px 3px;
  }
  .ultimate-right-sec-price .price-each{
      float: left;
      margin: 11px 0 0 0;
      font-size: 44px;
      width: 100%;
      text-align: left;
      line-height: 40px;
      padding-left: 29px;
  }
  .main-cont  .ultimate-right-sec-price:before{
      content: "$";
      position: absolute;
      font-size: 67px;
      top: -8px;
      left: 2px;
      font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
      font-weight: normal;
  }
  .ultimate-right-sec-price .ultimate-price{
      font-size: 140px;
      font-family: "Italian Plate No2", Arial, sans-serif;
      font-weight: normal;
      letter-spacing: -10px;
      padding-left: 20px;
      margin-top: 10px;
  }
  .ultimate-right-sec-price .ultimate-price:after{
      content: "99";
      position: absolute;
      top: -15px;
      right: -56px;
      font-size: 58px;
      letter-spacing: 0px;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:before{
      background: #ab131b none repeat scroll 0 0;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      width: 105px;
      top: 15px;
      left: -100px;
  }
  #hero-carousel .chdrburger-sig:before{
      width:154px !important;
  }
  #hero-carousel .chdrburger-sig:after{
      width:176px !important;
  }
  .ultimate-meat-promo-banner .ultimate-lg-pizza-offer:after{
     background: #ab131b none repeat scroll 0 0;
     content: "";
     display: block;
     height: 2px;
     position: absolute;
     width: 116px;
     top: 13px;
     right: -114px;
 }
 /*new css code for garlic knots banner*/
 .topping-promo-banner{
  color: #ffffff;
  left: 56%;
  width: 450px;
}
.garlic-knots{
  color: #ffffff !important;
  width: 100%;
  margin: auto !important;
}
.topping-promo-banner .lg-pizza-offer{
  color: #009371;
  text-transform: uppercase;
  font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  width: 223px;
  font-size: 20px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.garlic-knots .two-large{
  width: 260px;
  float: left;
  text-align: right;
}
.garlic-knots .new-text{
  font-size: 47px;
  text-align: right;
  margin: 0;
  line-height: 39px;
  font-weight: normal;
}
.garlic-knots .upper-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 61px;
  margin: 0px;
  line-height: 39px;
}
.garlic-knots .lower-text{
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  font-size: 76px;
  margin: 0;
  line-height: 60px;
  letter-spacing: 8px;
}
.garlic-knots .right-sec-price{
  position: relative;
  width: 180px;
  float: left;
}
#hero-carousel .topping-promo-banner{
  width: 445px;
  left: 61%;
  padding-bottom: 11%;
}
.topping-promo-banner .lg-pizza-offer:before{
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 117px;
  left: -111px;
  top: 14px;
}
.topping-promo-banner .lg-pizza-offer:after{
  background: #ffffff none repeat scroll 0 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 105px;
  right: -97px;
  top: 14px;
}
.main-cont .right-sec-price{
  position: relative;
}
.main-cont .right-sec-price:before{
  content: "$";
  position: absolute;
  font-size: 61px;
  top: -1px;
  left: 2px;
}
.right-sec-price .price-no{
  position: relative;
  font-size: 110px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
  line-height: 82px;
  padding-left: 41px;
  text-align: left;
}
.right-sec-price .price-no::after{
  content: "99";
  position: absolute;
  top: -15px;
  font-size: 61px;
  font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
  font-weight: normal;
}
.topping-promo-banner  .signature-2-topping:before, .topping-promo-banner  .signature-2-topping:after{
  width:136px !important;
}
}
/*------------------styles for the papa  rewards page for canadian marketing site----------------------*/

/*== New Styles for Hero Banner ==*/


.js .feature-primary.owl-carousel {
    margin-bottom: -8px;    
}


.feature-primary {  
  padding: 0 12px;
  width: 100%; 
  overflow: hidden;
  margin-bottom: 24px; 
}
.feature-primary:after {
    content:"";
    display:table;
    clear:both;
}

.layout-homepage .feature-primary {  
    width: 100%;
    padding: 0;
    
}
.feature-hero {
    position: relative;
    overflow: hidden;
} 
.feature-hero.solo {
    padding-bottom: 48px;
}    
.feature-hero.solo h1 {
    margin-top: 0px;
}
.feature-hero.solo .feature-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
/*img {
    display: block;
}*/

.feature-hero.solo>.text {
    overflow: hidden;
    width: 80%;
    max-width: 400px;
    padding: 0;
    z-index: 1;
}
.feature-hero>.text {
    padding: 8px;
}

.feature-hero.solo .meta {
    font-family: "Italian Plate No2", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    width: 10%;
    margin: 0 auto 4px;
    /*padding: 0 8px;*/
    text-align: center;
    text-transform: uppercase;
    color: #148F6A;
}

.feature-hero.solo .meta:before {
    right: 100%;
}
.feature-hero.solo .meta:before, .feature-hero.solo .meta:after {
    position: absolute;
    top: 45%;
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background: #AB131B;
}
.feature-hero.solo .meta:after {
    left: 100%;
}


.js .feature-hero.solo h1 {
    font-size: 12px;
    font-size: .75rem;
}

.feature-hero>.text .no-price {
    padding-right: 0;
}


.feature-hero.solo h1 {
    font-family: "Knockout 71 A", "Knockout 71 B", "Arial Narrow", Arial, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 0;
    border-right: none;
}

.feature-hero h1 {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    padding-right: 24px;
    border-right: 2px solid #333;
    text-align: left;
}

.feature-hero.solo h1 a {
    line-height: 0.75;
    color: #AB131B;
}

.feature-hero h1 a {
    display: inline-block;
    width: 100%;
    line-height: 0.9;
    color: #333;
}
.feature-hero.solo .signature {
    display: none;
}
.feature-hero.solo .button-set {
    margin-top: 0;
}
.feature-hero .button-set {
    clear: both;
    margin-top: 16px;
    padding-top: 8px;
    text-align: center;
}
.feature-hero.solo .signature:before {
    right: 110%;
}
.feature-hero.solo .signature:after {
    left: 110%;
}
.feature-hero.solo .signature:before, .feature-hero.solo .signature:after {
    display: none;
}

.feature-hero.solo .signature small {
    display: none;
}
small {
    display: inherit;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
}
.js .feature-primary .owl-controls {
    position: relative;
    top: -8px;
}
.js .feature-primary .owl-controls .owl-page.active span {
    background: #148F6A !important;
}
.js .feature-primary .owl-controls .owl-page span {
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    background: #fff !important;
    border: 2px solid #148F6A !important;
}
.js .owl-controls .owl-page.active span {
    background: #148F6A !important;
}
@media screen and (min-width: 320px) {
    .feature-hero.solo .feature-hero-image {
        position: static;
        opacity: 1;
        max-width: 150%;
    }
    .feature-hero.solo.right>.text {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .feature-hero.solo>.text {
        position: static;
        top: 7%;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding-top: 10px;
    }
}
@media screen and (min-width: 400px) {
    .feature-primary.owl-carousel {
        margin-bottom: -24px;
    }
    .js .feature-primary .owl-controls {
        top: -40px;
    }
}
@media screen and (min-width: 500px) {
    .feature-hero.solo>.text {
       padding: 0;
    }
}
@media screen and (min-width: 640px) {
    .feature-hero.solo.right>.text, .feature-hero.solo.left>.text, .feature-hero.solo.center>.text {
        margin-top: 16px;
    }
}
@media screen and (min-width: 700px) {
    .layout-homepage .feature-primary {
        max-width: 1375px;
        margin: 0 auto;
    }    
    .feature-primary {
        width: 98.03%;
        padding: 0;
        margin: 0 auto;
        max-width: 76.563em; // 1225px
    }
    .feature-hero.solo .feature-hero-image {
        max-width: 145%;
    }
    main p, fieldset p, footer p {
       margin-bottom: 16px;
    }
} 
@media screen and (min-width: 768px) {
   .feature-hero.solo.right>.text {
        left: auto;
        right: 5%;
        margin: 0;
    }
    .feature-hero.solo>.text {
        position: absolute;
        top: calc(50% - 32px);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 35%;
        max-width: none;
    }
    .svg .feature-hero.solo .signature {
        background-image: url(/images/sprite.svg);
        background-size: 500px 500px;
    }
    .feature-hero.solo .signature {
        display: block;
        text-indent: -9999px;
        background-color: transparent;
        background-position: 0 0;
        background-repeat: no-repeat;
        overflow: hidden;
        background-image: url(/images/sprite.svg);
        background-position: -192px -160px;
        overflow: visible;
        clear: both;
        position: relative;
        display: block;
        width: 148px;
        height: 66px;
        margin: 0 auto;
        background-size: 500px 500px;
    }
    .feature-hero.solo .signature:before, .feature-hero.solo .signature:after {
        position: absolute;
        top: 45%;
        content: '';
        display: block;
        height: 2px;
        background: #AB131B;
        width: 300px;
    }
    .feature-hero.solo .meta:after {
        left: 110%;
    }
}
@media screen and (min-width: 960px) {
    .feature-hero.solo .feature-hero-image {
        max-width: 100%;
    }
}
@media screen and (min-width: 1080px) {
   .feature-hero.solo.right>.text {
        right: 5%;
    } 
    .feature-hero.solo .meta:after {
        left: 100%;
    }
}

.hero-text-container{
    padding-bottom:0px;
}

.hero-text-container .heading{
    font-size: 12px;
    font-weight:bold;
    color: #008764;
    text-align: center;
    padding-bottom:5px;
    border-bottom:2px solid #008764;
}

.hero-text-options {
    font-size: 12px;
    font-family: "Italian Plate No2 Bold", "Arial Narrow", Arial, sans-serif;
    text-align: left;
    color: #008764;
    padding: 0;
}
.hero-text-option{
    padding-right:0;
    transform: scale(0.9, 1.2);
    padding-bottom: 10px;
}
.hero-text-container ul li {
    list-style-type: disc;

}

@media only screen and (min-width: 320px){
    .hero-text-container .heading{
        font-size:16px;
    }

    .hero-text-container .promocode {
        font-size: 14px;
        font-weight: lighter;
        border: 1px solid #008764;
        padding-bottom: 0;
        padding-left: 1em;
        padding-right: 1em;
        width: fit-content;
        display: inline-block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-text-container .description {
        border-bottom: none;
        font-weight: lighter;
    }

    .hero-text-container .promocode-inverse{
        color: #008764;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .hero-text-container .description-inverse{
         color: #008764;
         margin: 0 6em;
         padding-bottom: 0;
         border-bottom: none;
    }

    .hero-text-container .description-inverse-small{
        color: #008764;
        margin: 0 3em;
        padding-bottom: 0;
        font-size: 14px;
        margin-top: 0.5em;
        border-bottom: none;
    }

    .container-papa-choice {
        text-align: center;
    }

    .container-ca-large {
        padding-top: 15px;
        padding-bottom: 0;
    }

    #hero-carousel .carousel-inner > .item > img.display-carousel-big {
        display: none;
    }

    #hero-carousel .carousel-inner > .item > img.display-carousel-small {
        display: block;
    }

    .container-ca-large .description1 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 11px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 19px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 11px;
    }

    .container-ca-large-promocode .promo-code-no-top-margin {
        margin-top: 0;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 79px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        left: 78px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        right: 78px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 13px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 11px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 8.3px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }

    .container-prw .sidebar-button {
        font-size: 0.8em;
    }

    .container-ny {
        left: 3.4%;
        background: #E31E3A;
        bottom: 1.1em;
        max-width: 93%;
        max-height: 8em;
    }

    .container-ny .header2 {
        color: white;
        font-size: 1.5em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header3 {
        color: white;
        font-size: 1.44em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header4 {
        color: white;
        font-size: 2.1em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.66,1.5);
        padding-left: 15%;
    }

    .container-ny .description-left {
        max-width: 40%;
        padding-top: 1em;
        padding-bottom: 0.5em;
        display: inline-block;
    }

    .container-ny .description-right {
        max-width: 60%;
        display: inline-block;
        position: absolute;
        top: 0.5em;
        right: 9.5em;
    }

    .container-ny .dollar {
        font-size: 3.5em;
        margin-bottom: 7em;
        position: absolute;
        top: 0;
    }

    .container-ny .price {
        top: -0.15em;
        transform: scale(1,1.1);
        position: absolute;
        left: 0.3em;
        bottom: 0;
        font-size: 6em;
    }

    .container-ny .decimal {
        bottom: 0em;
        font-size: 3.5em;
        position: absolute;
        top: 0;
        left: 1.97em;
    }


    .container-phillycan {
        transform: rotate(-8deg);
        left: 50%;
        z-index: 15;
        width: 50%;
        padding-left: 0;
        margin-left: -27%;
        text-align: center;
        list-style: none;
    }

    .container-phillycan .large{
        font-size: 20px;
    }

    .container-phillycan .pcp {
        font-size: 40px;
    }

    .container-phillycan .header1 {
        line-height: 1.3em;
        font-weight: bold;
        font-style: italic;
        color: #E31E3A;
    }

    .container-phillycan .dollar {
        font-size: 20px;
        position: absolute;
        padding-left: 4px;
        top: 74px;
        display: inline-block;
    }

    .container-phillycan .price {
        font-size: 40px;
        position: absolute;
        padding-left: 9px;
        top: 79px;
        display: inline-block;
    }

    .container-phillycan .decimal {
        font-size: 20px;
        position: absolute;
        padding-left: 42px;
        top: 72px;
        display: inline-block;
    }

    .container-carryout {
        display: contents;
    }

    .container-carryout .header2{
        color: #E31E3A;
    }

    .container-carryout .hf {
        font-size: 33px;
    }

    .container-carryout .oo {
        font-size: 34px;
        display: block;
        line-height: 0.4em;

    }

    .container-carryout .tyc {
        font-size: 26px;
        line-height: 1.2em;
    }

    .container-meatball-pepperoni .mp {
        font-size: 21px;
    }

    .container-meatball-pepperoni .price-part {
        font-size: 29px;
        margin-top: 10px;
    }

    .container-meatball-pepperoni .large.lto {
        display: block;
        font-size: 32px;
        margin-top: 3px;
    }

    .container-carryout-special .header2{
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    .meatball-pepperoni {
        margin-bottom: 20px;
    }

    .container-medium {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: #EB2131;
        width: 133px;
        height: 38px;
    }

    .container-medium .nm{
        background-color: #0A7757;
        height: 38px;
        text-align: center;
        padding: 4px 0px;
        display: inline-block;
        position: relative;
        color: #FFFEFF;
        width: 41px;
        float: left;
    }

    .container-medium .nm .dollar {
        position: relative;
        font-size: 14px;
        bottom: 7px;
        left: 3px;
    }

    .container-medium .nm .eight {
        font-size: 22px;
        position: relative;
        bottom: 3px;
    }

    .container-medium .nm .nnu{
        font-size: 10px;
        text-decoration: underline;
    }

    .container-medium .nm .nnu .nn {
        position: relative;
        font-size: 15px;
        right: 2px;
        bottom: 7px;
    }

    .container-medium .nm .each {
        position: relative;
        left: 3px;
        bottom: 10px;
        font-size: 14px;
    }

    .container-medium .ms{
        color: #FFFEFF;
        font-size: 27px;
        position: relative;
        top: 4px;

    }

    .topping{
        background-color: #EB2131;
        width: 164px;
        height: 38px;
        text-align: center;
        margin-bottom: 15px;
        position: relative;
        top: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .topping .tp {
        color: white;
        font-size: 27px;
        top: 4px;
        position: relative;
        left: 1px;
    }

    .text{
        position: relative;
        width: 159px;
        display: block;
        bottom: 8px;
        color: #EB2131;
        margin-left: auto;
        margin-right: auto;
    }

    .text .cal-slice{
        font-size: 17px;
    }

    .carryout-price{
        position: relative;
        background-color: #077955;
        color: white;
        height: 30px;
        width: 51px;
        margin-left: auto;
        margin-right: auto;
    }

    .carryout-price .dollar-carryout{
        position: relative;
        font-size: 18px;
        bottom: 8px;
        left: 2px;
    }

    .carryout-price .twelve-carryout{
        position: relative;
        font-size: 30px;
        bottom: 2px;
    }

    .carryout-price .nn-carryout{
        position: relative;
        font-size: 18px;
        bottom: 9px;
        right: 1px;
    }

    .any-large{
        color: white;
        background-color: #EB2131;
        margin-left: auto;
        margin-right: auto;
        width: 98px;
        height: 30px;
        margin-top: 5px;
        position: relative;
    }

    .any-large .large-carryout{
        position: relative;
        font-size: 27px;
    }

    .topping-pizzas{
        position: relative;
        color: white;
        background-color: #EB2131;
        margin-left: auto;
        margin-right: auto;
        width: 162px;
        height: 30px;
        margin-top: 5px;
    }

    .topping-pizzas .tp-carryout{
        position: relative;
        font-size: 27px;
    }

    .cal-details{
        color: #EB2131;
        position: relative;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        height: 30px;
        width: 145px;
    }

    .cal-details .cals-carryout{
        position: relative;
        font-size: 17px;
    }

    .combo-price{
        background-color: #EB2131;
        position: relative;
        color: white;
        height: 36px;
        width: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .combo-price .dollar-combo{
        position: relative;
        font-size: 20px;
        bottom: 6px;
        left: 0px;
    }

    .combo-price .twenty-five{
        position: relative;
        font-size: 29px;
        right: 1px;
        top: 1px;
    }

    .combo{
        position: relative;
        margin-top: 6px;
        margin-left: auto;
        margin-right: auto;
    }

    .combo .large-combo{
        display: block;
        position: relative;
        font-size: 30px;
    }

    .combo .sp-combo{
        display: block;
        position: relative;
        font-size: 30px;
    }

    .combo .dessert-combo{
        display: block;
        position: relative;
        font-size: 30px;
    }

    .combo-cal{
        position: relative;
        margin-bottom: 7px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
    }

    .combo-cal .cal-details-combo{
        position: relative;
        font-size: 19px;
        bottom: 3px;
    }

    .bogo-container{
        position: relative;
    }

    .bogo-line1{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: #EC2232;
        height: 27px;
        width: 188px;
    }

    .bogo-line1-text{
        position: relative;
        color: white;
        font-size: 21px;
    }

    .bogo-line2-container{
        position: relative;
        margin-top: 5px;
    }

    .bogo-line2{
        height: 27px;
        width: 177px;
    }

    .bogo-price{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: #EC2232;
        height: 27px;
        width: 45px;
        color: white;
        margin-top: 5px;
    }

    .bogo-price .bogo-dollar{
        position: relative;
        font-size: 16px;
        bottom: 6px;
    }

    .bogo-price .bogo-nine{
        position: relative;
        font-size: 25px;
    }

    .bogo-price .bogo-nn{
        position: relative;
        font-size: 16px;
        bottom: 6px;
        border-bottom: 3px solid white;
    }

    .bogo-cal{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        margin-top: 3px;
        margin-bottom: 7px;
    }

    .bogo-cal-text{
        position: relative;
        font-size: 16px;
    }

    .display-big{
        display: none;
    }

    .display-small{
        display: block;
    }

    .heading.description.header2 .holiday-party{
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }

    .holiday-party .holiday{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: #EC1B30;
        color: white;
        height: 22px;
        width: 102px;
    }

    .holiday .holiday-text{
        position: relative;
        font-size: 17px;
        top: 1px;
    }

    .holiday-party .fuss{
        position: relative;
        margin-left: auto;
        margin-right: auto;
        background-color: #EC1B30;
        color: white;
        margin-bottom: 6px;
        margin-top: 4px;
        width: 114px;
        height: 22px;
    }

    .fuss .fuss-text{
        position: relative;
        font-size: 17px;
        top: 1px;
    }
    .fuss .dot{
        position: relative;
        height: 3px;
        width: 3px;
        background-color: white;
        border-radius: 50%;
        display: inline-block;
        top: 1px;
        right: 1px;
    }

    .heading.description.header2 .garlic{
        position: relative;
    }

    .garlic .parmesan{
        position: relative;
        background-color: #F6CC3A;
        height: 34px;
        width: 153px;
        margin-left: auto;
        margin-right: auto;
    }

    .garlic .parmesan .price{
        position: relative;
        color: #2D3035;
    }

    .garlic .parmesan .price .dollar{
        position: relative;
        font-size: 17px;
        right: 48px;
        top: -4px;
    }

    .garlic .parmesan .price .thirteen{
        position: relative;
        font-size: 26px;
        right: 50px;
        top: 3px;
    }

    .garlic .parmesan .price .nn{
        position: relative;
        font-size: 19px;
        right: 51px;
        top: -3px;
        border-bottom: 4px solid #2D3035;
    }

    .parmesan .topping{
        position: relative;
        color: #F6CC3A;
        background-color: #2D3035;
        height: 30px;
        width: 98px;
        top: -26px;
        left: 26px;
    }

    .parmesan  .topping .topping-text{
        position: relative;
        font-size: 24px;
        top: 1px;
    }

    .garlic .calorie{
        position: relative;
        color: #F6CC3A;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .garlic .calorie .calorie-text{
        position: relative;
    }
    .heading.description.header2 .papadia{
    }
    .heading.description.header2 .papadia .papadia-price{
           display: block;
           width: 38px;
           color: white;
           background-color: #097955;
           font-size: 14px;
           text-align: center;
           position: relative;
           bottom: 10px;
           margin-left: auto;
           margin-right: auto;
        }

    .papadia .papadia-price .papadia-dollar{
            position: relative;
            bottom: 4px;
            font-size: 12px;
            padding-block-start: initial;
        }

    .papadia .papadia-price .papadia-seven{
               font-size: 17px;
        }

    .papadia .papadia-price .papadia-nn{
                vertical-align: super;
                font-size: 12px;
                position: relative;
                top: 0px;
        }

    .papadia .papadia-calorie .cals{
        display: block;
        color: #097955;
        height: 19px;
        font-size: 17px;
        text-align: center;
        width: 52px;
        position: relative;
        bottom: 6px;
        margin-left: auto;
        margin-right: auto;
        }

    .papadia .promo-code .papadia-promo{
                display: block;
                color: #097955;
                height: 17px;
                font-size: 16px;
                text-align: center;
                width: 140px;
                position: relative;
                bottom: 4px;
                margin-left: auto;
                margin-right: auto;
        }
}
@media only screen and (min-width: 375px){
    .hero-text-container .heading{
        font-size:16px;
    }

    .hero-text-container .promocode, .hero-text-container .description-inverse-small {
        font-size: 16px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 21px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 32px;
    }

    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 12px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 10px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 136px;

    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        left: 106px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        right: 106px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 13px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 11px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 8.3px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }

    .container-prw .sidebar-button {
        font-size: 0.8em;
    }

    .container-ny {
        max-height: 9em;
    }

    .container-ny .header2 {
        font-size: 1.8em;
    }

    .container-ny .header3 {
        font-size: 1.73em;
    }

    .container-ny .header4 {
        font-size: 2.52em;
    }

    .container-ny .description-right {
        right: 11em;
    }

    .container-phillycan .dollar {
        top: 76px;
    }

    .container-phillycan .price {
        top: 81px;
    }

    .container-phillycan .decimal {
        top: 74px;
    }
    .heading.description.header2 .papadia{

    }
    .heading.description.header2 .papadia .papadia-price{
            margin-left: auto;
            margin-right: auto;
    }

    .papadia .papadia-price .papadia-dollar{

    }

    .papadia .papadia-price .papadia-seven{
                   font-size: 17px;
    }

        .papadia .papadia-price .papadia-nn{

            }

    .papadia .papadia-calorie .cals{
               margin-left: auto;
               margin-right: auto;
    }

    .papadia .promo-code .papadia-promo{
                margin-left: auto;
                margin-right: auto;
    }
}

@media only screen and (min-width: 414px){
    .hero-text-container .heading{
        font-size:20px;
    }

    .hero-text-container .promocode, .hero-text-container .description-inverse-small {
        font-size: 16px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 13px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 23px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 32px;
    }

    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 13px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 12px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 145px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 6px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        left: 115px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 6px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3em;
        right: 115px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 15px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 12.8px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 9.7px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }

    .container-prw .sidebar-button {
        font-size: 0.8em;
    }

    .container-ny {
        max-height: 10.8em;
    }

    .container-ny .header2 {
        font-size: 2.2em;
    }

    .container-ny .header3 {
        padding-left: 0.67em;
        font-size: 2.12em;
    }

    .container-ny .header4 {
        font-size: 3.12em;
    }

    .container-ny .description-right {
        right: 11.8em;
    }

    .container-ny .price {
        transform: scale(1.1,1.4);
    }

    .container-phillycan {
        width: 38%;
        margin-left: -21%;
    }

    .container-phillycan .header1 {
        line-height: 1.14em;
    }

    .container-meatball-pepperoni .mp {
        font-size: 30px;
    }

    .container-meatball-pepperoni .price-part {
        font-size: 41px;
        margin-top: 10px;
    }

    .container-meatball-pepperoni .large.lto {
        display: block;
        font-size: 45px;
        margin-top: 3px;
        margin-bottom: -5px;
    }
    .container-medium {
        width: 152px;
    }

    .container-medium .nm{
        width: 48px;
    }

    .container-medium .nm .dollar {
        font-size: 15px;
        left: 2px;
    }

    .container-medium .nm .eight {
        font-size: 24px;
        bottom: 3px;
        right: 1px;
    }

    .container-medium .nm .nnu .nn {
        font-size: 16px;
        right: 3px;
    }

    .container-medium .nm .each {
        bottom: 14px;
        font-size: 15px;
    }

    .container-medium .ms{
        font-size: 31px;
        top: 2px;
    }

    .topping{
        width: 185px;
        top: 5px;
    }

    .topping .tp {
        font-size: 31px;
        top: 2px;
    }

    .text{
        bottom: 10px;
    }

    .text .cal-slice{
        font-size: 18px;
    }

    .carryout-price{
        width: 55px;
    }

    .carryout-price .dollar-carryout{
        font-size: 19px;
        bottom: 9px;
    }

    .carryout-price .twelve-carryout{
        font-size: 31px;
        bottom: 3px;
    }

    .carryout-price .nn-carryout{
        font-size: 19px;
        bottom: 10px;
    }

    .any-large{
        width: 108px;
        margin-top: 12px;
    }

    .any-large .large-carryout{
        font-size: 29px;
        bottom: 2px;
    }

    .topping-pizzas{
        width: 174px;
        margin-top: 12px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 29px;
        bottom: 1px;
        margin-top: 7px;
    }

    .cal-details{
        width: 153px;
    }

    .cal-details .cals-carryout{
        font-size: 18px;
        bottom: 2px;
    }

    .combo-price{
        width: 46px;
    }

    .combo-price .twenty-five{
        font-size: 30px;
        right: 2px;
    }

    .combo .large-combo{
        font-size: 33px;
    }

    .combo .sp-combo{
        font-size: 33px;
    }

    .combo .dessert-combo{
        font-size: 33px;
    }

    .combo-cal{
        margin-top: 2px;
        margin-bottom: 11px;
    }

    .combo-cal .cal-details-combo{
        font-size: 21px;
    }

    .bogo-line1{
        height: 30px;
        width: 216px;
    }

    .bogo-line1-text{
        font-size: 24px;
    }

    .bogo-line2-container{
        margin-top: 7px;
    }

    .bogo-line2{
        height: 30px;
        width: 202px;
    }

    .bogo-price{
        height: 30px;
        width: 52px;
        margin-top: 7px;
    }

    .bogo-price .bogo-dollar{
        font-size: 19px;
        left: 1px;
    }

    .bogo-price .bogo-nine{
        font-size: 28px;
    }

    .bogo-price .bogo-nn{
        font-size: 18px;
        bottom: 7px;
    }

    .bogo-cal{
        margin-top: 2px;
    }

    .bogo-cal-text{
        font-size: 19px;
    }

    .holiday-party .holiday{
        height: 25px;
        width: 112px;
    }

    .holiday .holiday-text{
        font-size: 20px;
    }

    .holiday-party .fuss{
        height: 25px;
        width: 136px;
        margin-top: 5px;
        margin-bottom: 8px;
    }

    .fuss .fuss-text{
        font-size: 20px;
    }

    .fuss .dot{
        right: 1px;
    }

    .garlic .parmesan{
        height: 46px;
        width: 173px;
    }

    .garlic .parmesan .price{
        top: 2px;
    }

    .garlic .parmesan .price .dollar{
        right: 58px;
        font-size: 19px;
        top: -3px;
    }

    .garlic .parmesan .price .thirteen{
        font-size: 28px;
        right: 60px;
        top: 4px;
    }

    .garlic .parmesan .price .nn{
        font-size: 21px;
        right: 62px;
        top: -2px;
    }

    .parmesan .topping{
        height: 39px;
        width: 113px;
        left: 28px;
        top: -27.3px;
    }

    .parmesan .topping .topping-text{
        font-size: 28px;
        top: 2px;
    }

    .garlic .calorie .calorie-text{
        font-size: 18px;
    }
    .heading.description.header2 .papadia{
            position: relative;
                    left: 0px;
        }

    .heading.description.header2 .papadia .papadia-price{
             display: inline-block;
             width: 41px;
             height: 23px;
             color: white;
             background-color: #097955;
             font-size: 16px;
             text-align: center;
             position: relative;
             bottom: 9px;
             margin-top: 2px;
             margin-right: auto;
             margin-left: auto;
            }

    .papadia .papadia-price .papadia-dollar{
             position: relative;
             bottom: 5px;
             font-size: 13px;
            }

    .papadia .papadia-price .papadia-seven{
              font-size: 20px;
            }

    .papadia .papadia-price .papadia-nn{
            vertical-align: super;
            font-size: 14px;
            position: relative;
            top: 1px;
            }

    .papadia .papadia-calorie .cals{
            display: inline-block;
            color: #097955;
            height: 21px;
            font-size: 19px;
            text-align: center;
            width: 55px;
            position: relative;
            bottom: 4px;
            margin-right: auto;
            margin-left: auto;
            }

    .papadia .promo-code .papadia-promo{
          display: inline-block;
          color: #097955;
          height: 17px;
          font-size: 18px;
          text-align: center;
          width: 169px;
          position: relative;
          bottom: 5px;
          margin-right: auto;
          margin-left: auto;
        }
}

@media only screen and (min-width: 568px){
    .hero-text-container .heading{
        font-size:20px;
    }

    .hero-text-container .promocode {
        font-size: 20px;
    }

    .hero-text-container .description-inverse-small{
        font-size: 20px;
        margin: 0 5em;
        margin-top: 0.5em;
    }

    .container-ca-large .description1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 25px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 44px;
    }


    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 247px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        left: 172px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        right: 172px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 18.7px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 16px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 2px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 12.1px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }


    .container-prw .sidebar-button {
        font-size: 0.8em;
    }

    .container-ny {
        max-height: 10.8em;
    }

    .container-ny .header2 {
        font-size: 2.2em;
    }

    .container-ny .header3 {
        padding-left: 0.67em;
        font-size: 2.12em;
    }

    .container-ny .header4 {
        font-size: 3.12em;
        padding-left: 18%;
    }

    .container-ny .description-right {
        right: 17.8em;
    }

    .container-ny .description-left {
        margin-left: 2em;
    }

    .container-ny .dollar {

    }

    .container-ny .price {
        transform: scale(1,1.1);
    }

    .container-ny .decimal {

    }

    .container-phillycan {
        width: 36%;
        margin-left: -21%;
    }

    .container-phillycan .header1 {
        line-height: 0.9em;
    }

    .container-phillycan .dollar {
        font-size: 20px;
        padding-left: 3px;
        top: 79px;
    }

    .container-phillycan .price {
        font-size: 40px;
        padding-left: 9px;
        top: 83px;
    }

    .container-phillycan .decimal {
        font-size: 20px;
        padding-left: 42px;
        top: 76px;
    }

    .container-carryout .hf {
        font-size: 47px;
    }

    .container-carryout .oo {
        font-size: 41px;
    }

    .container-carryout .tyc {
        font-size: 37px;
    }

    .container-meatball-pepperoni .large.lto {
        display: block;
        font-size: 45px;
        margin-top: 3px;
        margin-bottom: -5px;
    }

}

@media only screen and (min-width: 667px){
    .hero-text-container .heading{
        font-size:20px;
    }

    .hero-text-container .promocode, .hero-text-container .description-inverse-small {
        font-size: 25px;
    }

    .container-ca-large .description1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 34px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 50px;
    }


    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 14px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 344px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        left: 221px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        right: 221px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 18.7px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 16px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 2px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 12.1px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }


    .container-prw .sidebar-button {
        font-size: 0.8em;
    }

    .container-ny {
        max-height: 10.8em;
    }

    .container-ny .header2 {
        font-size: 2.2em;
    }

    .container-ny .header3 {
        padding-left: 0.67em;
        font-size: 2.12em;
    }

    .container-ny .header4 {
        font-size: 3.12em;
        padding-left: 18%;
    }

    .container-ny .description-right {
        right: 19.8em;
    }

    .container-ny .description-left {
        margin-left: 4em;
    }

    .container-ny .dollar {
        font-size: 2.5em;
    }

    .container-ny .price {
        transform: scale(1,0.9);
        left: 0.2em;
    }

    .container-ny .decimal {
        font-size: 2.5em;
        left: 2.5em;
    }

    .container-phillycan .large{
        font-size: 30px;
    }

    .container-phillycan .pcp {
        font-size: 50px;
    }

    .container-phillycan .header1 {
        line-height: 0.9em;
    }

    .container-phillycan .dollar {
        font-size: 30px;
        padding-left: 4px;
        top: 90px;
    }

    .container-phillycan .price {
        font-size: 50px;
        padding-left: 12px;
        top: 94px;
    }

    .container-phillycan .decimal {
        font-size: 30px;
        padding-left: 52px;
        top: 87px;
    }

    .container-meatball-pepperoni .mp {
        font-size: 45px;
    }

    .container-meatball-pepperoni .price-part {
        font-size: 48px;
        margin-top: 10px;
    }

    .container-meatball-pepperoni .large.lto {
        display: block;
        font-size: 55px;
        margin-top: 3px;
        margin-bottom: -10px;
    }

    .container-medium {
        height: 45px;
        width: 193px;
        margin-top: 26px;
    }

    .container-medium .nm{
        height: 45px;
        width: 52px;
    }

    .container-medium .nm .dollar {
        bottom: 14px;
        left: 3px;
        font-size: 16px;
    }

    .container-medium .nm .eight {
        bottom: 10px;
        font-size: 25px;
        right: 1px;
    }

    .container-medium .nm .nnu .nn {
        font-size: 17px;
        bottom: 14px;
        right: 5px;
    }

    .container-medium .nm .each {
        bottom: 34px;
        font-size: 16px;
        left: 4px;
    }

    .container-medium .ms{
        font-size: 42px;
        top: -1px;
    }

    .topping{
        width: 250px;
        height: 45px;
        top: 7px;
    }

    .topping .tp {
        font-size: 42px;
        top: -1px;
    }

    .text{
        bottom: 19px;
        margin-bottom: -9px;
    }

    .text .cal-slice{
        font-size: 19px;
    }

    .carryout-price{
        height: 36px;
        width: 64px;
    }

    .carryout-price .dollar-carryout{
        font-size: 22px;
        bottom: 11px;
        left: 4px;
    }

    .carryout-price .twelve-carryout{
        font-size: 37px;
    }

    .carryout-price .nn-carryout{
        font-size: 22px;
        bottom: 11px;
        right: 3px;
    }

    .any-large{
        height: 36px;
        width: 132px;
    }

    .any-large .large-carryout{
        font-size: 35px;
        left: 1px;
        bottom: 3px;
    }

    .topping-pizzas{
        height: 36px;
        width: 214px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 35px;
        left: 2px;
        bottom: 2px;
    }

    .cal-details{
        margin-top: 7px;
        width: 200px;
        margin-bottom: 3px;
    }

    .cal-details .cals-carryout{
        bottom: 13px;
        font-size: 22px;
    }

    .combo-price{
        height: 40px;
        width: 51px;
        margin-top: 23px;
    }

    .combo-price .dollar-combo{
        font-size: 21px;
        bottom: 10px;
        left: 1px;
    }

    .combo-price .twenty-five{
        font-size: 35px;
        right: 3px;
        top: 0px;
    }

    .combo{
        margin-top: 5px;
    }

    .combo .large-combo{
        font-size: 37px;
    }

    .combo .sp-combo{
        font-size: 37px;
    }

    .combo .dessert-combo{
        font-size: 37px;
    }

    .combo-cal{
        bottom: 10px;
        margin-bottom: 3px;
        margin-top: 3px;
    }

    .combo-cal .cal-details-combo {
        font-size: 24px;
    }

    .bogo-line1{
        height: 35px;
        width: 266px;
    }

    .bogo-line1-text{
        font-size: 30px;
        bottom: 1px;
    }

    .bogo-line2-container{
        margin-top: 8px;
    }

    .bogo-line2{
        height: 35px;
        width: 249px;
    }

    .bogo-price{
        height: 35px;
        width: 58px;
        margin-top: 8px;
    }

    .bogo-price .bogo-dollar{
        font-size: 21px;
        bottom: 10px;
        left: 2px;
    }

    .bogo-price .bogo-nine{
        font-size: 34px;
        bottom: 2px;
        left: 1px;
    }

    .bogo-price .bogo-nn{
        font-size: 21px;
        bottom: 10px;
    }

    .bogo-cal{
        margin-top: 3px;
        margin-bottom: 8px;
    }

    .bogo-cal-text{
        font-size: 21px;
    }

    .holiday-party .holiday{
        height: 32px;
        width: 141px;
    }

    .holiday .holiday-text{
        font-size: 25px;
    }

    .holiday-party .fuss{
        height: 32px;
        width: 169px;
    }

    .fuss .fuss-text{
        font-size: 25px;
    }

    .fuss .dot{
        height: 5px;
        width: 5px;
    }

    .garlic .parmesan{
        width: 210px;
        height: 52px;
    }

    .garlic .parmesan .price{
        top: 3px;
    }

    .garlic .parmesan .price .dollar{
        right: 70px;
        font-size: 23px;
    }

    .garlic .parmesan .price .thirteen{
        font-size: 32px;
        right: 72px;
    }

    .garlic .parmesan .price .nn{
        right: 74px;
        font-size: 23px;
        top: -4px;
    }

    .parmesan .topping{
        height: 44px;
        width: 139px;
        left: 32px;
        top: -31px;
    }

    .parmesan .topping .topping-text{
        font-size: 35px;
    }

    .garlic .calorie{
        margin-bottom: 8px;
    }

    .garlic .calorie .calorie-text{
        font-size: 21px;
    }

    .heading.description.header2 .papadia{
            position: relative;
                left: -6px;

        }

    .heading.description.header2 .papadia .papadia-price{
          display: block;
          width: 44px;
          height: 25px;
          color: white;
          background-color: #097955;
          font-size: 18px;
          text-align: center;
          position: relative;
          bottom: 4px;
          margin-bottom: 15px;
          margin-right: auto;
          margin-left: auto;
          }

    .papadia .papadia-price .papadia-dollar{
           position: relative;
           bottom: 5px;
           font-size: 15px;
          }

    .papadia .papadia-price .papadia-seven{
           font-size: 22px;
            }

    .papadia .papadia-price .papadia-nn{
                vertical-align: super;
                font-size: 15px;
                position: relative;
                top: 1px;
            }

    .papadia .papadia-calorie .cals{
               display: block;
               color: #097955;
               height: 19px;
               font-size: 20px;
               text-align: center;
               width: 57px;
               position: relative;
               bottom: 13px;
               margin-right: auto;
               margin-left: auto;
            }

    .papadia .promo-code .papadia-promo{
	        display: block;
            color: #097955;
            height: 17px;
            font-size: 19px;
            text-align: center;
            width: 216px;
            position: relative;
            bottom: 14px;
            margin-top: 8px;
            margin-right: auto;
            margin-left: auto;
      }
}

@media only screen and (min-width: 736px){
    .hero-text-container .heading{
        font-size:20px;
    }

    .hero-text-container .promocode, .hero-text-container .description-inverse-small {
        font-size: 28px;
    }

    .container-ca-large .description1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 34px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 50px;
    }


    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 15px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 338px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        left: 221px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 7px;
        border-bottom: 2px solid #c50f0e;
        top: 0;
        width: 3.5em;
        right: 221px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 20px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 17px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 2px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 13px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }


    .container-prw .sidebar-button {
        font-size: 0.8em;
    }


    .container-ny {
        max-height: 10.8em;
    }

    .container-ny .header2 {
        font-size: 2.2em;
    }

    .container-ny .header3 {
        padding-left: 0.67em;
        font-size: 2.12em;
    }

    .container-ny .header4 {
        font-size: 3.12em;
        padding-left: 18%;
    }

    .container-ny .description-right {
        right: 19.8em;
    }

    .container-ny .description-left {
        margin-left: 7em;
    }

    .container-ny .dollar {
        font-size: 2em;
    }

    .container-ny .price {
        transform: scale(1,0.9);
        left: 0.2em;
        font-size: 5em;
    }

    .container-ny .decimal {
        font-size: 2.0em;
        left: 2.6em;
    }

    .container-phillycan {
        width: 28%;
        margin-left: -17%;
    }

    .container-phillycan .header1 {
        line-height: 0.85em;
    }

    .container-phillycan .dollar {
        font-size: 30px;
        padding-left: 4px;
        top: 92px;
    }

    .container-phillycan .price {
        font-size: 50px;
        padding-left: 12px;
        top: 96px;
    }

    .container-phillycan .decimal {
        font-size: 30px;
        padding-left: 51px;
        top: 90px;
    }

    .container-medium .nm .dollar {
        bottom: 17px;
        left: 4px;
    }

    .container-medium .nm .eight {
        bottom: 13px;
    }

    .container-medium .nm .nnu .nn {
        bottom: 17px;
        right: 6px;
    }

    .container-medium .nm .each {
        bottom: 41px;
    }

    .text{
        bottom: 22px;
    }

    .any-large .large-carryout{
        bottom: 5px;
    }

    .topping-pizzas .tp-carryout{
        bottom: 5px;
    }

    .cal-details .cals-carryout{
        bottom: 15px;
    }

    .combo-price .dollar-combo{
        bottom: 12px;
        left: 2px;

    }

    .combo-price .twenty-five{
        top: -2px;
    }
    .heading.description.header2 .papadia{
            position: relative;
            left: 1px;
                margin-left: auto;
                margin-right: auto;
        }
    }

@media only screen and (min-width: 992px){
    .hero-text-container .heading{
        font-size:calc(1em + 0.5em);
    }

    .hero-text-container .promocode {
        font-size:1em;
    }

    .container-papa-choice {
        margin-left: 16.66666667%;
    }

    .container-livin-large .description-inverse{
        margin: 0 10em;
    }

    .container-livin-large .description-inverse-small{
        margin: 0 12em;
        margin-top: 0.5em;
        font-size: 1em;
    }

    .container-ca-large .description1 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 30px;
    }

    .container-ca-large .description2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-ca-large .description3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 34px;
    }

    .container-ca-large .price-description {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 50px;
    }


    .container-ca-large .vertical-text {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 17px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 323px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 9px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 3.5em;
        left: 221px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 9px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 3.5em;
        right: 221px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 23px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 19.7px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 2px;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 15px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 1em;
    }


    .container-prw .sidebar-button {
        font-size: 1.1em;
    }

    .container-ny {
        max-height: 10.8em;
        width: 100%;
    }

    .container-ny .header2 {
        font-size: 2.2em;
    }

    .container-ny .header3 {
        padding-left: 0.67em;
        font-size: 2.12em;
    }

    .container-ny .header4 {
        font-size: 3.12em;
        padding-left: 18%;
    }

    .container-ny .description-right {
        right: 27.8em;
    }

    .container-ny .description-left {
        margin-left: 14em;
    }

    .container-ny .dollar {
        font-size: 3em;
    }

    .container-ny .price {
        transform: scale(1,0.9);
        left: 0.2em;
        font-size: 7.55em;
    }

    .container-ny .decimal {
        font-size: 2.6em;
        left: 3em;
    }

    .container-phillycan {
        margin-left: 0;
    }

    .container-phillycan {
        width: 26%;
        margin-left: -14%;
    }

    .container-phillycan .header1 {
        line-height: 1.2em;
    }

    .container-phillycan .dollar {
        font-size: 30px;
        padding-left: 2px;
        top: 92px;
    }

    .container-phillycan .price {
        font-size: 50px;
        padding-left: 12px;
        top: 96px;
    }

    .container-phillycan .decimal {
        font-size: 30px;
        padding-left: 51px;
        top: 90px;
    }

    .container-meatball-pepperoni .mp {
        font-size: 65px;
    }

    .container-meatball-pepperoni .price-part {
        font-size: 57px;
        margin-top: 10px;
    }

    .container-meatball-pepperoni .large.lto {
        display: block;
        font-size: 65px;
        margin-top: 3px;
        margin-bottom: -10px;
    }
    .container-meatball-pepperoni .lto {
        font-size: 44px;
    }

    .container-medium {
        height: 50px;
        width: 212px;
        margin-top: 35px;
    }

    .container-medium .nm{
        height: 50px;
        width: 52px;
    }

    .container-medium .nm .dollar {
        bottom: 5px;
        left: 2px;
    }

    .container-medium .nm .eight {
        bottom: 0px;
        font-size: 26px;
    }

    .container-medium .nm .nnu .nn {
        bottom: 5px;
        right: 4px;
        font-size: 18px;
    }

    .container-medium .nm .each {
        bottom: 12px;
        font-size: 18px;
        left: 2px;
    }

    .container-medium .ms{
        font-size: 48px;
        top: -2px;
    }

    .topping{
        width: 290px;
        height: 50px;
        top: 10px;
    }

    .topping .tp {
        font-size: 48px;
        top: -2px;
    }

    .text{
        bottom: 1px;
        width: 180px;
    }

    .text .cal-slice{
        font-size: 22px;
    }

    .carryout-price{
        width: 68px;
        height: 38px;
        margin-top: 37px;
    }

    .carryout-price .dollar-carryout{
        font-size: 23px;
        left: 2px;
    }

    .carryout-price .twelve-carryout{
        font-size: 39px;
        bottom: 3px;
    }

    .carryout-price .nn-carryout{
        right: 2px;
        bottom: 13px;
    }

    .any-large{
        width: 163px;
        margin-top: 15px;
        height: 41px;
    }

    .any-large .large-carryout{
        font-size: 44px;
        bottom: 5px;
    }

    .topping-pizzas{
        margin-top: 15px;
        width: 264px;
        height: 41px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 44px;
        bottom: 5px;
    }

    .cal-details{
        width: 210px;
        top: 4px;
    }

    .cal-details .cals-carryout{
        bottom: 0px;
        font-size: 25px;
    }

    .combo-price{
        margin-top: 35px;
        width: 52px;
    }

    .combo-price .dollar-combo{
        bottom: 11px;
        left: 0px;

    }

    .combo-price .twenty-five{
        font-size: 35px;
        top: 0px;
    }

    .combo{
        margin-top: 7px;
    }

    .combo .large-combo{
        font-size: 40px;
    }

    .combo .sp-combo{
        font-size: 40px;
    }

    .combo .dessert-combo{
        font-size: 40px;
    }

    .combo-cal{
        bottom: 0px;
        margin-bottom: 0px;
    }

    .combo-cal .cal-details-combo{
        font-size: 26px;
        bottom: 0px;
    }

    .bogo-container{
        top: 10px;
        margin-top: 24px;
    }

    .bogo-line1{
        height: 44px;
        width: 353px;
    }

    .bogo-line1-text{
        font-size: 40px;
        bottom: 2px;
    }

    .bogo-line2-container{
        margin-top: 11px;
    }

    .bogo-line2{
        height: 44px;
        width: 330px;
    }

    .bogo-price{
        height: 44px;
        width: 67px;
        margin-top: 11px;
    }

    .bogo-price .bogo-dollar{
        font-size: 25px;
        bottom: 15px;
        left: 3px;
    }

    .bogo-price .bogo-nine{
        font-size: 44px;
        bottom: 3px;
    }

    .bogo-price .bogo-nn{
        font-size: 24px;
        bottom: 16px;
        right: 1px;
    }

    .bogo-cal{
        margin-top: 6px;
        margin-bottom: 4px;
    }

    .bogo-cal-text{
        font-size: 27px;
    }

    .heading.description.header2 .holiday-party{
        top: 6px;
    }

    .holiday-party .holiday{
        height: 42px;
        width: 188px;
    }

    .holiday .holiday-text{
        font-size: 34px;
    }

    .holiday-party .fuss{
        height: 42px;
        width: 224px;
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .fuss .fuss-text{
        font-size: 34px;
    }

    .heading.description.header2 .garlic{
        top: 9px;
    }

    .garlic .parmesan{
        height: 62px;
        width: 290px;
    }

    .garlic .parmesan .price .dollar{
        right: 101px;
        font-size: 27px;
        top: -10px;
    }

    .garlic .parmesan .price .thirteen{
        right: 104px;
        font-size: 46px;
        top: 3px;
    }

    .garlic .parmesan .price .nn{
        right: 106px;
        font-size: 30px;
        border-bottom: 5px solid #2D3035;
        top: -9px;
    }

    .parmesan .topping{
        width: 200px;
        height: 52px;
        left: 41px;
        top: -45px;
    }

    .parmesan .topping .topping-text{
        font-size: 50px;
        top: -3px;
    }

    .garlic .calorie{
        margin-bottom: 6px;
        margin-top: 12px;
    }

    .garlic .calorie .calorie-text{
        font-size: 26px;
    }

    .heading.description.header2 .papadia .papadia-price{
                 display: inline-block;
                 width: 62px;
                 height: 36px;
                 color: white;
                 background-color: #097955;
                 font-size: 35px;
                 text-align: center;
                 position: relative;
                 left: 4px;
                 top: 4px;
                 margin-bottom: 2px;
      }

    .papadia .papadia-price .papadia-dollar{
                position: relative;
                left: 2px;
                bottom: 7px;
                font-size: 22px;
    }

    .papadia .papadia-price .papadia-seven{
                font-size: 33px;
    }

    .papadia .papadia-price .papadia-nn{
              vertical-align: super;
              font-size: 18px;
              position: relative;
              right: 2px;
    }

    .papadia .papadia-calorie .cals{
              display: inline-block;
              color: #097955;
              height: 19px;
              font-size: 26px;
              text-align: center;
              width: 108px;
              position: relative;
              top: 13px;
              left: 4px;
    }

    .papadia .promo-code .papadia-promo{
                display: inline-block;
                color: #097955;
                height: 21px;
                font-size: 25px;
                text-align: center;
                width: 290px;
                position: relative;
                left: 13px;
                top: 13px;
    }
}

@media only screen and (min-width: 1200px){
    .hero-text-container{
        position:absolute;
        bottom:0;
        padding-bottom:0;
        width:40%;
        margin-left: 0;
    }

    .hero-text-container .promocode {
        color: #fff;
        /*border: 1px solid #fff;*/
        border: none;
        background: #008764;
        font-size:calc(1em + 1px);
        margin-top: 0;
        margin-bottom: 0;
    }

    .hero-text-container .description {
        color: #fff;
        font-size: calc(1em + 2px);
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .container-papa-choice {
        right:0;
        width: 45%;
    }

    .container-ca-large {
        right: 2.5%;
        width: 8.5em;
        bottom: 28%;
    }

    .container-ca-large .description1{
        text-align: justify;
        font-size: 1.5em;
        margin-bottom: -32px;
    }

    .container-ca-large .description1:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-ca-large .description2{
        text-align: justify;
        font-size: 1.1em;
        margin-bottom: -25px;
    }

    .container-ca-large .description2:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-ca-large .description3{
        text-align: justify;
        font-size: 1.5em;
        margin-bottom: -1em;
    }

    .container-ca-large .description3:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-livin-large {
        left: 0;
    }

    .container-ca-large-promocode {
        right: -73px;
        width: 28%;
        font-size: calc(0.75em + 1px);
        bottom: 12em;
        top: 60%;
    }

    .container-livin-large .promocode-inverse{
        border: none;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size:calc(1em + 2px);
        margin-bottom: 0.6em;
        background-color: #008764;
        color: #fff;
        margin-top: 1px;
        margin-bottom: 15px;
    }

    .container-livin-large .description-inverse{
        background-color: #fff;
        margin-left: 1.3em;
        color: #E2213B;
        font-size: 31px;
        margin-right: 6.7em;
        margin-bottom: 0.45em;
    }

    .container-livin-large .description-inverse-small{
        font-size: calc(1em + 2px);
        background-color: #fff;
        color: #E2213B;
        margin-left: 2.2em;
        margin-right: 5.3em;
        margin-bottom: 29px;
    }

    .container-ca-large .vertical-text {
        transform: rotate(270deg);
        transform-origin: left top 0;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: 3.5em;
        bottom: 1em;
    }

    .container-ca-large .price-description {
        font-size: calc(1em + 58px);
        text-align: left;
        margin-top: 20px;
        max-width: fit-content;
        display: block;
    }

    #hero-carousel .carousel-inner > .item > img.display-carousel-big {
        display: block;
    }

    #hero-carousel .carousel-inner > .item > img.display-carousel-small {
        display: none;
    }

    .container-ca-large .description-underline-bottom{
        border-bottom: 3px solid #fff;
        max-height: 30px;
    }

    .container-ca-large .description-underline-top{
        border-top: 3px solid #fff;
    }

    .container-prw {
        bottom: 11.7em;
        width: 34em;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 21.9px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
        margin-left: auto;
        margin-right: auto;
        width: 514px;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 12px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 6em;
        left: 47px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 12px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 6em;
        right: 47px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 40px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 34px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 25.6px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 0.9em;
    }

    .container-ny {
        left: 3.4%;
        background: #E31E3A;
        bottom: 1.1em;
        max-width: 28%;
        max-height: -webkit-fill-available;
    }

    .container-ny .header2 {
        color: white;
        font-size: 1.4em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header3 {
        color: white;
        font-size: 1.34em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header4 {
        color: white;
        font-size: 2em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.66,1.5);
        padding-left: 15%;
    }

    .container-ny .description-left {
        max-width: 40%;
        padding-top: 1em;
        padding-bottom: 0.5em;
        display: inline-block;
        margin-left: 0;
    }

    .container-ny .description-right {
        max-width: 60%;
        display: inline-block;
        position: absolute;
        top: 0.8em;
        left: 45%;
    }

    .container-ny .dollar {
        font-size: 3em;
        margin-bottom: 7em;
    }

    .container-ny .price {
        font-size: 7em;
        position: absolute;
        top: -0.15em;
        transform: scale(1,1.1);
    }

    .container-ny .decimal {
        font-size: 4em;
        left: 1.8em;
        bottom: 0em;
        position: absolute;
    }

    .container-phillycan {
        transform: rotate(-8deg);
        bottom: 25%;
        right: 17%;
        width: 410px;
    }

    .container-phillycan .large{
        font-size: 40px;
    }

    .container-phillycan .pcp {
        font-size: 80px;
    }

    .container-phillycan .header1 {
        line-height: 2em;
        font-weight: bold;
        font-style: italic;
    }

    .container-phillycan .dollar {
        font-size: 40px;
        position: absolute;
        padding-left: 6px;
        top: 113px;
        display: inline-block;
    }

    .container-phillycan .price {
        font-size: 80px;
        position: absolute;
        padding-left: 17px;
        top: 120px;
        display: inline-block;
    }

    .container-phillycan .decimal {
        font-size: 40px;
        position: absolute;
        padding-left: 81px;
        top: 108px;
        display: inline-block;
    }

    .container-carryout .description {
        color: #E31E3A;
        transform: rotate(-7deg);
        font-size: 32px;
        font-style: italic;
    }

    .container-carryout {
        left: 150px;
        bottom: 65px;
        display: block;
    }

    .container-carryout .hf {
        font-size: 32px;
    }

    .container-carryout .oo {
        font-size: 32px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        line-height: normal;
    }

    .container-carryout .tyc {
        font-size: 32px;
    }

    .container-meatball-pepperoni .header2 {
        background-color: white;
        text-align: -webkit-left;
        width: 18em;
        margin-bottom: -8px;
        width: 20em;
        height: 81px;
    }

    .container-meatball-pepperoni .mp {
        font-size: 65px;
        font-size: 69px;
        padding-left: 0px;
        padding-top: 2px;
        display: -ms-flexbox;
        position: absolute;
    }

    .container-meatball-pepperoni {
        left: 55px;
        bottom: 160px;
    }

    .container-meatball-pepperoni .price-part {
        position: absolute;
        right: 0px;
        font-size: 38px;
        background-color: #0B9774;
        color: white;
        height: 77px;
        width: 88px;
        padding-left: 18px;
    }

    .container-meatball-pepperoni .price-part {
        padding-top: 0px;
        bottom: 0px;
        width: 133px;
        height: 81px;
        padding-left: 46px;
        font-size: 29px;
        margin-left: 402px;
    }

    .container-meatball-pepperoni .price {
        padding-left: 71px;
        font-size: 46px;
        padding-bottom: 48px;
        margin-bottom: -50px;
        position: fixed;
        color: white;
    }

    .container-meatball-pepperoni .large {
        padding-left: 55px;
        font-size: 27px;
        color: white;
        bottom: 5px;
        position: relative;
    }

    .container-meatball-pepperoni .lto {
        padding-left: 514px;
        position: relative;
        font-size: 19px;
        color: white;
        bottom: -45px;
    }

    .container-meatball-pepperoni .large.lto {
        position: absolute;
        font-size: 24px;
        padding-left: 543px;
        bottom: 33px;
        display: block;
    }

    .container-carryout-special {
        width: 800px;
        left: 7%;
    }

    .container-carryout-special .header2{
        text-align: center;
    }

    .meatball-pepperoni {
        margin-bottom: 0;
    }

    .container-medium {
        background-color: #FFFEFF;
        right: 181px;
        top: 20px;
        height: 54px;
        width: 257px;
        padding-right: 8px;
    }

    .container-medium .nm{
        height: 54px;
        width: 60px;
    }

    .container-medium .nm .dollar {
        bottom: 9px;
        left: 0px;
    }

    .container-medium .nm .eight {
        bottom: 2px;
        font-size: 29px;
        right: 5px;
    }

    .container-medium .nm .nnu .nn {
        font-size: 22px;
        right: 7px;
        bottom: 6px;
    }

    .container-medium .nm .each {
        bottom: 23px;
        left: 0px;
    }

    .container-medium .ms{
        color: #EB2131;
        font-size: 58px;
        top: -5px;
    }

    .topping{
        background-color: #FFFEFF;
        right: 135px;
        top: 28px;
        height: 54px;
        width: 350px;
    }

    .topping .tp {
        color: #EB2131;
        font-size: 58px;
        left: -3px;
        top: -6px;
    }

    .text{
        right: 200px;
        width: 220px;
        top: 11px;
    }

    .text .cal-slice{
        color: #FFFEFF;
        font-size: 27px;
    }

    .carryout-price{
        right: 343px;
        bottom: 69px;
        width: 72px;
        height: 41px;
    }

    .carryout-price .dollar-carryout{
        left: 3px;
        bottom: 13px;
    }

    .carryout-price .twelve-carryout{
        font-size: 41px;
        right: 2px;
    }

    .carryout-price .nn-carryout{
        font-size: 25px;
        right: 3px;
    }

    .any-large{
        right: 259px;
        background-color: white;
        color: #EB2131;
        width: 225px;
        height: 56px;
        bottom: 50px;
        margin-top: 0px;
    }

    .any-large .large-carryout{
        font-size: 58px;
        left: 7px;
        bottom: 5px;
        padding-right: 21px;
    }

    .topping-pizzas{
        background-color: white;
        color: #EB2131;
        right: 207px;
        height: 56px;
        margin-top: 0px;
        bottom: 43px;
        width: 327px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 58px;
        padding-right: 10px;
    }

    .cal-details{
        right: 224px;
        transform: skewY(7deg);
        color: white;
        width: 300px;
        top: 0px;
    }

    .cal-details .cals-carryout{
        bottom: 21px;
        font-size: 30px;
        padding-right: 48px;
    }

    .combo-price{
        right: 351px;
        bottom: 15px;
        height: 46px;
        width: 60px;
        background-color: white;
        color: #EB2131;
    }

    .combo-price .dollar-combo{
        font-size: 25px;
        bottom: 12px;
        left: 4px;
    }

    .combo-price .twenty-five{
        font-size: 42px;
        top: -1px;
        right: 2px;
        padding-right: 10px;
    }

    .combo{
        color: white;
        transform: skewY(7deg);
    }

    .combo .large-combo{
        font-size: 48px;
        right: 104px;
        top: 27px;
        padding-right: 440px;
    }

    .combo .sp-combo{
        font-size: 48px;
        top: 21px;
        right: 106px;
        padding-right: 275px;
    }

    .combo .dessert-combo{
        font-size: 48px;
        top: 14px;
        right: 102px;
        padding-right: 255px;
    }

    .combo-cal{
        transform: skewY(7deg);
        top: 1px;
        right: 90px;
        width: 600px;
    }

    .combo-cal .cal-details-combo{
        font-size: 30px;
        color: white;
        padding-right: 365px;
        right: 12px;
        bottom: 3px;
    }

    .bogo-container{
        top: 0px;
        margin-top: 0px;
    }

    .bogo-line1{
        background-color: transparent;
        width: 520px;
        top: 22px;
        right: 101px;
    }

    .bogo-line1-text{
        font-size: 60px;
        bottom: 42px;
        right: 67px;
    }

    .bogo-line2{
        width: 487px;
        float: left;
        display: inline-block;
    }

    .bogo-line2-text{
        right: 0px;
    }
    .bogo-price{
        background-color: white;
        color: #EC2232;
        float: left;
        display: inline-block;
        right: 77px;
        height: 53px;
        width: 91px;
        bottom: 17px;
    }

    .bogo-price .bogo-dollar{
        font-size: 30px;
        bottom: 18px;
        left: 1px;
    }

    .bogo-price .bogo-nine{
        font-size: 53px;
        left: -5px;
        bottom: 4px;
    }

    .bogo-price .bogo-nn{
        font-size: 28px;
        left: -5px;
        bottom: 19px;
        border-bottom-color: #EC2232;
    }

    .bogo-cal{
        width: 254px;
        right: 298px;
    }

    .bogo-cal-text{
        color: white;
        font-size: 30px;
        bottom: 17px;
    }

    .display-big{
        display: block;
    }

    .display-small{
        display: none;
    }

    .heading.description.header2 .holiday-party{
        transform: rotate(7deg);
        top: 4px;
        left: 21px;
    }

    .holiday-party .holiday{
        bottom: 151px;
        height: 64px;
        width: 347px;
        right: 284px;
    }

    .holiday .holiday-text{
        font-size: 63px;
        top: -4px;
        right: 2px;
    }

    .holiday-party .fuss{
        bottom: 146px;
        height: 64px;
        width: 413px;
        right: 251px;
    }

    .fuss .fuss-text{
        font-size: 63px;
        top: -4px;
        padding-right: 7px;
    }

    .fuss .dot {
        height: 8px;
        width: 8px;
        right: 7px;
        top: -5px;
    }

    .container-carryout .description{
        transform: skewY(-7deg);
    }

    .heading.description.header2 .garlic{
        top: -48px;
        right: 170px;
    }

    .garlic .parmesan{
        width: 314px;
        height: 68px;
        right: 103px;
        top: 44px;
    }

    .garlic .parmesan .price{
        top: 2px;
        right: 8px;
    }

    .garlic .parmesan .price .dollar{
        font-size: 27px;
        right: 105px;
        top: -13px;
    }

    .garlic .parmesan .price .thirteen{
        font-size: 50px;
        right: 112px;
    }

    .garlic .parmesan .price .nn{
        font-size: 30px;
        border-bottom: 8px solid #2D3035;
        right: 112px;
        top: -12px;
    }

    .parmesan .topping{
        width: 220px;
        height: 58px;
        top: -51px;
    }

    .parmesan .topping .topping-text{
        font-size: 54px;
        right: 4px;
    }

    .garlic .calorie{
        bottom: 40px;
        width: 204px;
        text-align: left;
        left: 390px;
    }

    .garlic .calorie .calorie-text{
        font-size: 34px;
    }

    .heading.description.header2 .papadia .papadia-price{
                 display: inline-block;
                 width: 82px;
                 height: 55px;
                 color: #097955;
                 background-color: white;
                 font-size: 23px;
                 text-align: center;
                 margin-bottom: 2px;
                 position: relative;
                 top: -210px;
                 left: -191px;
                 font-weight: bold;
    }

    .papadia .papadia-price .papadia-dollar{
               position: relative;
               top: -11px;
               left: -4px;
               font-size: 32px;
    }

    .papadia .papadia-price .papadia-seven{
               position: relative;
               top: 2px;
               right: 8px;
               font-size: 49px;
    }

    .papadia .papadia-price .papadia-nn{
              vertical-align: super;
              font-size: 32px;
              position: relative;
              top: -3px;
              right: 6px;
    }

    .papadia .papadia-calorie .cals{
              display: inline-block;
              color: white;
              height: 19px;
              font-size: 28px;
              text-align: center;
              width: 108px;
              position: relative;
              top: -268px;
              left: -102px;
              font-style: normal;
    }

    .papadia .promo-code .papadia-promo{
               display: inline-block;
               color: white;
               height: 21px;
               font-size: 27px;
               text-align: center;
               width: 290px;
               position: relative;
               top: -279px;
               left: -21px;
               font-style: normal;
    }
}

@media (min-width: 1240px) and (max-width: 1299px) {

    .carryout-price{
        right: 343px;
        bottom: 79px;
        width: 72px;
        height: 41px;
    }

    .carryout-price .dollar-carryout{
        left: 3px;
        bottom: 13px;
    }

    .carryout-price .twelve-carryout{
        font-size: 41px;
        right: 2px;
    }

    .carryout-price .nn-carryout{
        font-size: 25px;
        right: 3px;
    }

    .any-large{
        right: 259px;
        background-color: white;
        color: #EB2131;
        width: 225px;
        height: 56px;
        bottom: 61px;
        margin-top: 0px;
    }

    .any-large .large-carryout{
        font-size: 58px;
        left: 7px;
        bottom: 5px;
        padding-right: 21px;
    }

    .topping-pizzas{
        background-color: white;
        color: #EB2131;
        right: 207px;
        height: 56px;
        margin-top: 0px;
        bottom: 52px;
        width: 327px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 58px;
        padding-right: 10px;
    }

    .cal-details{
        right: 224px;
        transform: skewY(7deg);
        color: white;
        width: 300px;
        top: 0px;
    }

    .cal-details .cals-carryout{
        bottom: 28px;
        font-size: 30px;
        padding-right: 48px;
    }

    .combo-price{
        bottom: 23px;
    }

    .combo .large-combo{
        top: 20px;
    }

    .combo .sp-combo{
        top: 14px;
    }

    .combo .dessert-combo{
        top: 8px;
    }

    .combo-cal .cal-details-combo{
        bottom: 8px;
    }

    .heading.description.header2 .holiday-party{
        top: -7px;
    }

    .heading.description.header2 .garlic{
        top: -53px;
    }

    .heading.description.header2 .papadia .papadia-price{
    position: relative;
        top: -218px;
                }

    .papadia .papadia-price .papadia-dollar{

                }

    .papadia .papadia-price .papadia-seven{

                }

    .papadia .papadia-price .papadia-nn{

                }

    .papadia .papadia-calorie .cals{
        position: relative;
        top: -273px;
                }

    .papadia .promo-code .papadia-promo{
        position: relative;
        top: -287px;
                }
}

@media (min-width: 1300px) and (max-width: 1365px) {

    .carryout-price{
        right: 347px;
        bottom: 93px;
        width: 72px;
        height: 41px;
    }

    .carryout-price .dollar-carryout{
        left: 3px;
        bottom: 13px;
    }

    .carryout-price .twelve-carryout{
        font-size: 41px;
        right: 2px;
    }

    .carryout-price .nn-carryout{
        font-size: 25px;
        right: 3px;
    }

    .any-large{
        right: 259px;
        background-color: white;
        color: #EB2131;
        width: 225px;
        height: 56px;
        bottom: 70px;
        margin-top: 0px;
    }

    .any-large .large-carryout{
        font-size: 58px;
        left: 7px;
        bottom: 5px;
        padding-right: 21px;
    }

    .topping-pizzas{
        background-color: white;
        color: #EB2131;
        right: 207px;
        height: 56px;
        margin-top: 0px;
        bottom: 61px;
        width: 327px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 58px;
        padding-right: 10px;
    }

    .cal-details{
        right: 224px;
        transform: skewY(7deg);
        color: white;
        width: 300px;
        top: 0px;
    }

    .cal-details .cals-carryout{
        bottom: 33px;
        font-size: 30px;
        padding-right: 48px;
    }

    .combo-price{
        bottom: 33px;
    }

    .combo .large-combo{
        top: 11px;
    }

    .combo .sp-combo{
        top: 8px;
    }

    .combo .dessert-combo{
        top: 4px;
    }

    .combo-cal .cal-details-combo{
        bottom: 12px;
    }

    .heading.description.header2 .holiday-party{
        top: -20px;
    }

    .heading.description.header2 .garlic{
        top: -60px;
    }
    .heading.description.header2 .papadia{
                position: relative;
                top: -25px;
                left: 11px;
        }
}

@media only screen and (min-width: 1366px){
    .hero-text-container .heading{
        font-size:calc(1em + 11px);
    }

    .hero-text-container .promocode {
        color: #fff;
        /*border: 1px solid #fff;*/
        border: none;
        background: #008764;
        font-size:calc(1em + 1px);
    }

    .hero-text-container .description {
        color: #fff;
        font-size: calc(1em + 2px);
    }

    .container-ca-large .description{
        font-size: calc(1em + 15px);
    }

    .container-livin-large .promocode-inverse{
        margin-bottom: 1.2em;
        border: none;
    }

    .container-livin-large .description-inverse{
        margin-left: 1.56em;
        font-size: 32px;
    }

    .container-livin-large .description-inverse-small{
        margin-left: 1.8em;
        margin-right: 0em;
        font-size: 28px;
    }

    .container-ca-large .description1{
        text-align: justify;
        font-size: 1.5em;
        margin-bottom: -32px;
    }

    .container-ca-large .description1:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-ca-large .description2{
        text-align: justify;
        font-size: 1.1em;
        margin-bottom: -25px;
    }

    .container-ca-large .description2:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-ca-large .description3{
        text-align: justify;
        font-size: 1.5em;
        margin-bottom: -1em;
    }

    .container-ca-large .description3:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .container-ca-large .vertical-text {
        transform: rotate(270deg);
        transform-origin: left top 0;
        /*right: 0;
        display: block;
        left: 3.5em;
        bottom: 0.8em;*/

        transform: rotate(270deg);
        transform-origin: left top 0;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        left: 3.5em;
        bottom: 1em;
    }

    .container-ca-large .price-description {
        font-size: calc(1em + 58px);
        text-align: left;
    }

    .container-ca-large-promocode {
        right: -84px;
        width: 28%;
        font-size: calc(0.8em + 1px);
        bottom: 10em;
    }

    .container-ca-large {
        right: 3%;
    }

    .container-prw {
        bottom: 11.7em;
        width: 34em;
    }

    .container-prw .header1 {
        color: #0a9e74;
        font-size: 21.9px;
        padding-bottom: 0;
        margin-bottom: 0;
        line-height: 0.9em;
        transform: scale(1, 0.6);
        font-weight: 700;
    }

    .container-prw .header1:before {
        content: "";
        position: absolute;
        height: 12px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 6em;
        left: 47px;
    }

    .container-prw .header1:after {
        content: "";
        position: absolute;
        height: 12px;
        border-bottom: 3px solid #c50f0e;
        top: 0;
        width: 6em;
        right: 47px;
    }

    .container-prw .header2 {
        color: #c50f0e;
        font-size: 40px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
        padding-top: 0;
        line-height: 0.8em;
    }

    .container-prw .header3 {
        color: #c50f0e;
        font-size: 34px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .container-prw .header4 {
        color: #c50f0e;
        font-size: 25.6px;
        font-weight: 900;
        transform: scale(1.6, 1.2);
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 0.9em;
    }

    .container-ny {
        left: 2.9em;
        background: #E31E3A;
        bottom: 1.1em;
        max-width: 28%;
        max-height: -webkit-fill-available;
    }

    .container-ny .header2 {
        color: white;
        font-size: 1.4em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header3 {
        color: white;
        font-size: 1.34em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.6, 1.3);
        padding-left: 0.65em;
    }

    .container-ny .header4 {
        color: white;
        font-size: 2em;
        text-align: -webkit-left;
        max-width: fit-content;
        transform: scale(1.66,1.5);
        padding-left: 15%;
    }

    .container-ny .description-left {
        max-width: 40%;
        padding-top: 1em;
        padding-bottom: 0.5em;
        display: inline-block;
    }

    .container-ny .description-right {
        max-width: 60%;
        display: inline-block;
        position: absolute;
        top: 0.8em;
        left: 45%;
    }

    .container-ny .dollar {
        font-size: 3em;
        margin-bottom: 7em;
    }

    .container-ny .price {
        font-size: 7em;
        position: absolute;
        top: -0.15em;
        transform: scale(1,1.1);
    }

    .container-ny .decimal {
        font-size: 4em;
        left: 1.8em;
        bottom: 0em;
        position: absolute;
    }

    .container-phillycan .large{
        font-size: 50px;
    }

    .container-phillycan .pcp {
        font-size: 95px;
    }

    .container-phillycan .header1 {
        line-height: 2.4em;
    }

    .container-phillycan .dollar {
        font-size: 50px;
        top: 131px;
    }

    .container-phillycan .price {
        font-size: 95px;
        padding-left: 21px;
        top: 142px;
    }

    .container-phillycan .decimal {
        font-size: 50px;
        padding-left: 96px;
        top: 127px;
    }

    .container-carryout .description {
        color: #E31E3A;
        transform: rotate(-7deg);
        font-size: 32px;
        font-style: italic;
    }

    .container-carryout {
        left: 200px;
        bottom: 90px;
    }

    .container-carryout .header2 {
        margin-bottom: 90px;
        margin-left: -127px;
        width: 22em;
    }
    .container-carryout .mp {
        font-size: 78px;
        padding-left: 2px;
        margin-top: -5px;
    }

    .container-meatball-pepperoni .price {
        font-size: 49px;
        padding-bottom: 46px;
    }

    .container-meatball-pepperoni .large {
        bottom: 7px;
        font-size: 28px;
    }

    .container-meatball-pepperoni .lto {
        padding-left: 577px;
        bottom: -45px;
    }

    .container-meatball-pepperoni .large.lto {
        padding-left: 608px;
    }

    .container-carryout-special {
        left: 326px;
        bottom: 0%;
    }

    .container-carryout-special .header2 {
        width: 534px;
    }

    .container-medium {
        height: 60px;
        width: 298px;
        right: 213px;
        padding-right: 20px;
    }

    .container-medium .nm{
        height: 60px;
    }

    .container-medium .nm .each {
        font-size: 19px;
        bottom: 22px;
    }

    .container-medium .ms{
        font-size: 67px;
        top: -8px;
        left: 5px;
    }

    .topping{
        height: 60px;
        width: 406px;
        right: 160px;
    }

    .topping .tp {
        font-size: 67px;
        top: -8px;
        padding-right: 3px;
    }

    .text{
        width: 228px;
        right: 248px;
    }

    .text .cal-slice{
        font-size: 28px;
    }

    .carryout-price{
        width: 81px;
        height: 45px;
        right: 402px;
        bottom: 87px;
    }

    .carryout-price .dollar-carryout{
        font-size: 29px;
        left: 4px;
        bottom: 15px;
    }

    .carryout-price .twelve-carryout{
        right: 2px;
        font-size: 47px;
        bottom: 5px;
    }

    .carryout-price .nn-carryout{
        font-size: 28px;
        bottom: 16px;
        right: 3px;
        margin-right: 4px;
    }

    .any-large{
        width: 237px;
        height: 58px;
        right: 303px;
        bottom: 65px;
    }

    .any-large .large-carryout{
        font-size: 61px;
        bottom: 7px;
    }

    .topping-pizzas{
        height: 58px;
        width: 344px;
        right: 249px;
        bottom: 55px;
    }

    .topping-pizzas .tp-carryout{
        font-size: 61px;
        bottom: 7px;
    }

    .cal-details{
        width: 350px;
        right: 265px;
    }

    .cal-details .cals-carryout{
        font-size: 32px;
        bottom: 25px;
        left: 15px;
        padding-right: 83px;
    }

    .combo-price{
        right: 411px;
        bottom: 8px;
    }

    .combo .large-combo{
        font-size: 58px;
        right: 163px;
        top: 40px;
    }

    .combo .sp-combo{
        width: 600px;
        font-size: 58px;
        right: 164px;
        top: 32px;
        padding-right: 285px;
    }

    .combo .dessert-combo{
        width: 600px;
        font-size: 58px;
        top: 23px;
        right: 161px;
        padding-right: 262px;
    }

    .combo-cal{
        width: 624px;
    }

    .combo-cal .cal-details-combo{
        font-size: 32px;
        right: 70px;
        top: 10px;
    }

    .bogo-container{
        top: 6px;
    }

    .bogo-line1{
        width: 605px;
    }

    .bogo-line1-text{
        font-size: 70px;
        bottom: 45px;
        right: 48px;
    }

    .bogo-line2-container{
        width: 660px;
    }

    .bogo-line2{
        width: 569px;
    }

    .bogo-line2-text {
        bottom: 38px;
    }

    .bogo-price{
        right: 122px;
        bottom: 7px;
    }

    .bogo-cal{
        width: 355px;
        right: 238px;
    }

    .bogo-cal-text{
        font-size: 42px;
        bottom: 6px;
    }

    .heading.description.header2 .holiday-party{
        top: -4px;
        left: 38px;
    }

    .holiday-party .holiday{
        width: 439px;
        height: 78px;
        right: 244px;
    }

    .holiday .holiday-text{
        font-size: 80px;
        top: -9px;
    }

    .holiday-party .fuss{
        width: 518px;
        height: 78px;
        margin-top: 12px;
        right: 203px;
    }

    .fuss .fuss-text{
        font-size: 80px;
        top: -9px;
    }

    .fuss .dot{
        height: 5px;
        width: 5px;
    }

    .container-carryout .description{
        transform: skewY(-7deg);
    }

    .heading.description.header2 .garlic{
        right: 143px;
        top: -40px;
    }

    .garlic .parmesan{
        height: 72px;
        width: 350px;
    }

    .garlic .parmesan .price .dollar{
        font-size: 30px;
        right: 119px;
        top: -15px;
    }

    .garlic .parmesan .price .thirteen{
        font-size: 54px;
        right: 127px;
        top: 3px;
    }

    .garlic .parmesan .price .nn{
        right: 126px;
        font-size: 31px;
        top: -14px;
    }

    .parmesan .topping{
        width: 250px;
        height: 64px;
        left: 45px;
        top: -55px;
    }

    .parmesan .topping .topping-text{
        font-size: 61px;
    }

    .garlic .calorie{
        width: 230px;
        left: 350px;
        bottom: 46px;
    }

    .garlic .calorie .calorie-text{
        font-size: 38px;
    }
    .heading.description.header2 .papadia .papadia-price{
        display: inline-block;
        width: 82px;
        height: 55px;
        color: #097955;
        background-color: white;
        font-size: 23px;
        text-align: center;
        margin-bottom: 2px;
        position: relative;
        top: -231px;
        left: -151px;
        font-weight: bold;
    }

    .papadia .papadia-price .papadia-dollar{
         position: relative;
         top: -11px;
         left: -4px;
         font-size: 32px;
    }

    .papadia .papadia-price .papadia-seven{
         position: relative;
         top: 2px;
         right: 8px;
         font-size: 49px;
    }

    .papadia .papadia-price .papadia-nn{
         vertical-align: super;
         font-size: 32px;
         position: relative;
         top: -3px;
         right: 6px;
    }

    .papadia .papadia-calorie .cals{
         display: inline-block;
         color: white;
         height: 19px;
         font-size: 28px;
         text-align: center;
         width: 108px;
         position: relative;
         top: -288px;
         left: -67px;
         font-style: normal;
    }

    .papadia .promo-code .papadia-promo{
         display: inline-block;
         color: white;
         height: 21px;
         font-size: 27px;
         text-align: center;
         width: 290px;
         position: relative;
         top: -302px;
         left: 11px;
         font-style: normal;
    }
}

.full-hero-image-width {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.full-rewards-image-width {
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
    .container-ny {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
    }

    .container-ny .header2 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .container-ny .header3 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .container-ny .header4 {
        margin-top: auto;
        margin-bottom: auto;
    }

    .container-ny .header5 {
        color: white;
    }
}
