﻿.pizza-info {
    min-height: 250px;
}
.pizza-info .title {
    padding-bottom: 10px;
    padding-top: 25px;
    padding-left: 45px;
    border-bottom: 1px dotted #999;
    margin-bottom: 10px;
}

.pizza-info .title .titleText {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.pizza-info .description {
    padding-left: 45px;
}

.pizza-info .description .descriptionText {
    font-size: 15px;
    color: #39393E;
}

.pizza-info .price {
    padding-left: 45px;
    padding-top: 25px;
}

.pizza-info .price .priceText1 {
    color: #666;
    font-size:54px;
    font-weight:bold;
}

.pizza-info .price .priceText2 {
    color: #666;
    font-size: 40px;
    font-weight: bold;
}

.pizza-info .product_img {
    position: absolute;
    z-index: -1;
    top: 180px;
    right: 48%;
    border-radius: 300px;
}

.customize-section {
    min-height: 85px;
    background: url(../Content/img/bg_cloth_dark.gif) #000;
}

.customize-section .header{
    padding-top:17px;
}

.customize-section .header .text1 {
    color: #FEC600;
    font-size:16px;
    font-weight:bold;
}

.customize-section .header .text2 {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
}

.ingredients {
    background: #f8f6f3;
    min-height: 300px;

}

.about {
    /*background: url(../Content/img/bg_cloth.gif) #f8f6f3;*/
    padding-bottom: 25px;
}

.about .header {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
    font-size: 25px;
    font-weight: bold;
}

.about .text {
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px dotted #999;
}




.ingredients .size {
    margin-top:25px;
    /*display:none;*/
}
.ingredients .size .text {
    padding-top: 45px;
}

.ingredients .size li, ul {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}

.ingredients .size input {
    outline: 0;
}

.ingredients .size input[type=radio] {
    border: none;
}

.ingredients .size :focus {
    outline: 0;
}

.ingredients .size ::-moz-focus-inner {
    border: 0;
}

.ingredients .size ul, li {
    list-style: none;
}

.ingredients .size img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.ingredients .size input {
    max-width: 100%;
}

.ingredients .size .compose-enum-icon:before {
    display: table;
    content: "";
}

.ingredients .size .compose-enum-icon:after {
    display: table;
    content: "";
    clear: both;
}

.ingredients .size .compose-enum-icon__option {
    float: left;
    margin: 0 2rem 1rem 0;
    width: 110px;
    text-align: center;
}

.ingredients .size .compose-enum-icon .compose-enum-icon__option:last-child {
    margin-right: 0;
}

.ingredients .size .compose-enum-icon__label {
    display: block;
    position: relative;
}

.ingredients .size .compose-enum-icon__radio {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    opacity: 0;
}

.ingredients .size .compose-enum-icon__icon {
    display: block;
    position: relative;
    margin-bottom: 1rem;
    opacity: .4;
}

.ingredients .size .compose-enum-icon__text {
    display: block;
    position: relative;
    font-size: 1.5rem;
    font-family: "MuseoSansRounded", Arial, sans-serif;
    color: #999;
    font-weight: 400;
    z-index: 9;
}

.ingredients .size .compose-enum-icon__click-area {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}

.ingredients .size .compose-enum-icon__radio:checked ~ .compose-enum-icon__icon {
    opacity: 1;
}

.ingredients .size .compose-enum-icon__radio:checked + label .compose-enum-icon__icon {
    opacity: 1;
}



input[type=radio] + label {
    color: #ccc;
    font-style: italic;
}

input[type=radio]:checked + label {
    color: #f00;
    font-style: normal;
} 

.ingredients .size .compose-enum-icon__radio:checked ~ .compose-enum-icon__text {
    color: #000;
}

.ingredients .size .compose-enum-icon__radio:checked ~ .compose-enum-icon__click-area {
    cursor: default;
}

.ingredients .size .compose-enum-icon__radio:disabled ~ .compose-enum-icon__icon {
    opacity: .1;
}

.ingredients .size .compose-enum-icon__radio:disabled ~ .compose-enum-icon__text {
    color: #555;
}

.ingredients .size .compose-enum-icon__radio:disabled ~ .compose-enum-icon__click-area {
    cursor: default;
}

.ingredients .size .compose-enum-icon_size {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ingredients .size .compose-enum-icon_size .compose-enum-icon__label {
    width: 110px;
}

.souces {
    margin-top:25px;
    min-height:58px;
}

.souces .text{
    padding-top:18px;
}

.cheese {
    margin-top: 25px;
    min-height: 58px;
}
.cheese .text {
    padding-top: 18px;
}


.option label {
    margin-top: 18px;
}
.input-hidden {
    position: absolute;
    left: -9999px;
}

.cheese input[type=radio]:checked + label > span {
    color: #FFF;
    background: url(../img/bullet_list_arrow.png) 7px 10px no-repeat #666; /* https://static.telepizza.com/vol/uk/static/unique/bullet_list_arrow.png */
    -webkit-box-shadow: inset 1px 0 10px 2px #222;
    -moz-box-shadow: inset 1px 0 10px 2px #222;
    -o-box-shadow: inset 1px 0 10px 2px #222;
    box-shadow: inset 1px 0 10px 2px #222;
}

.cheese input[type=radio] + label > span {
    border: 1px solid #E9E9E9;
    font-size: 15px;
    font-weight: 100;
    color: #39393E;
    padding: 8px 20px;
    cursor: pointer;
}

.souces input[type=radio]:checked + label > span {
    color: #FFF;
    background: url(../img/bullet_list_arrow.png) 7px 10px no-repeat #666; /*https://static.telepizza.com/vol/uk/static/unique/bullet_list_arrow.png */
    -webkit-box-shadow: inset 1px 0 10px 2px #222;
    -moz-box-shadow: inset 1px 0 10px 2px #222;
    -o-box-shadow: inset 1px 0 10px 2px #222;
    box-shadow: inset 1px 0 10px 2px #222;
}

.souces input[type=radio] + label > span {
    border: 1px solid #E9E9E9;
    font-size: 15px;
    font-weight: 100;
    color: #39393E;
    padding: 8px 20px;
    cursor: pointer;
}


.ingredients-section {
    margin-top: 35px;
    margin-bottom: 35px;
}
.ingredients-section .text {
    font-size: 25px;
    font-weight: bold;
}

.ingredients-section .subtext {
    font-size: 15px;
    color: #999;
    padding-bottom: 20px;
}

.extra-toppings{
    display:none;
}

.ingredient-list {
    padding: 0;
}


.ingredient-item {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #E9E9E9;
    display: inline-table;
    width: 100%;
    background-color:#fff;

}

.amount {
    position: absolute;
    left: 70px;
    top: 2px;
    background-color: red;
    border-radius: 97px;
    width: 28px;
    height: 28px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 4px;
}

.lblAmount{
    font-size: 14px;
}

.ingBtns {
    border-radius: 0;
    background: #3F3F3F;
    color: #fff;
    width: 34px;
    height: 34px;
    margin-top: 1px;
    border: 0;
    padding: 0;
    font-size: 22px;
    font-weight: bold;

}

.ingBtns:hover {
    background: #3F3F3F;
    color: #fff;
}

.ingBtns:focus, .btn:active {
    outline: none !important;
    background: #3F3F3F !important;
    color: #fff !important;
}


.ingImg {
    margin-top: 5px;
}

.ingText {
    margin-top: 6px;
    margin-left: 15px;
}

.btnMinus {
    margin-right: -2px;
}
.btnPlus {
    margin-right: 1px;
}


.btnAddToOrderBtn {
    width: 100%;
    height: 38px;
    border-radius: 0;
    padding: 11px 20px;
    border: 2px solid #E2001A;
    background-color: #E2001A;
    color: #fff;
    outline: none;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000;
    padding: 3px;
    margin-bottom:25px;
}

.btnAddToOrderBtn:hover {
    background-color: #A30009;
    color: #fff;
    border: 2px solid #E2001A;
}

.customer-lbl-text {
    text-transform: uppercase;
    font-size:14px;
}

.productImageButton{
    display:none;
}

.addRemoveIng {
    width: 20% !important;
}

.order-item-info .custom-so1{
    display:none;
}
.order-item-info .custom-so2 {
    display: none;
}
