.name h2 {
    color: black;
}

.name span {
    color: black;
    font-weight: 800;
}

.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section {
    position: relative;
}

.testimonial-section .sec-title {
    position: relative;
    margin-bottom: 115px;
}

.testimonial-section .sec-title .title {
    margin-bottom: 20px;
}

.testimonial-section .testimonial-carousel {
    position: relative;
    max-width: 1200px;
}

.testimonial-block {
    position: relative;
    padding: 50px;
}

.testimonial-block .inner-box {
    padding: 70px 70px;
    background-color: #ffffff;
    box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: #282331;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "Muli", sans-serif;
}

.testimonial-block .info-box {
    position: relative;
    padding-left: 115px;
    padding-top: 10px;
}

.testimonial-block .info-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 82px;
    width: 82px;
}

.testimonial-block .info-box .thumb img {
    border: 6px solid #e5e6fa;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    width: 100%;
    box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}

.testimonial-block .info-box .name {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 1.2em;
    color: #382c4d;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Niramit", sans-serif;
}

.testimonial-block .info-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #8053f7;
    font-weight: 400;
    font-family: "Muli", sans-serif;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: 75px;
    bottom: 70px;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    background-color: #00df97;
    box-shadow: 0 24px 24px rgba(187, 187, 187, .75);
}

.arrow-right,
.arrow-left {
    position: relative;
    display: inline-block;
    height: 9px;
    width: 43px;
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-left-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-right {
    background-image: url(http://t.commonsupport.com/adro/images/icons/arrow-right-2.png);
}

.testimonial-section .thumb-layer {
    position: absolute;
    right: 30px;
    top: 120px;
}

.testimonial-section .thumb-layer .image {
    position: relative;
    margin-right: 0;
}

.testimonial-section .thumb-layer .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.blog .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}


/* The colour of the indicators */

.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
    background: #707070;
}

.blog {
    padding: 40px;
}

.centered {
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    top: 0%;
    height: 100%;
    word-break: break-all;
    /* left: 50%; */
    right: 14px;
    width: 94%;
    padding: 10px;
    color: white;
    /* left: 6%; */
    right: 0px;
    width: 100%;
}

.centered .cart {
    background-color: #fff;
    color: black;
    border-radius: 10px;
    /* margin-left: 8px; */
    position: relative;
    margin-top: auto;
}

.far {
    font-size: 15px;
}

.product-count {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 11px;
    height: 23px;
    padding-top: 2px;
    position: relative;
    right: 3px;
    text-align: center;
    top: -10px;
    width: 23px;
}

.cr-img {
    height: auto;
}

.set_pizza_image {
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.pizza_image {
    max-width: 100%;
    padding-bottom: 30px;
    width: 400px;
    max-height: 100%;
    display: block;
    height: 100%;
}

.padding {
    padding: inherit;
}

@media (min-width: 768px) {
    .multi-item-carousel .carousel-inner .carousel-item {
        transition: inherit;
        margin-right: 4%;
        margin-left: 4%;
        transition-delay: 1s;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item+.carousel-item {
        display: block;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .multi-item-carousel .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none;
    }
    .multi-item-carousel .carousel-inner .carousel-item.active+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.33333333333333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .multi-item-carousel .carousel-inner .carousel-item-next,
    .multi-item-carousel .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    .multi-item-carousel .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .multi-item-carousel .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    .multi-item-carousel .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .multi-item-carousel .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        display: block;
        visibility: visible;
    }
}

.home {
    position: relative;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

/*.tz-gallery .thumbnail {
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fbfbfb;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}*/

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery_hight .lightbox img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.gallery_hight .caption {
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f47a21;
    color: #fff !important;
    padding: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tz-gallery .caption h3 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: black;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.top {
    margin-top: 30px;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-title {
    color: #75c044;
    font-weight: 900;
}

.sign {
    background-color: #f47a21;
    color: white;
    font-size: 17px;
}

.sign:hover{
    background-color: #75c044;
}

.login {
    color: #37C357;
}

.param {
    margin-bottom: 7px;
    line-height: 1.4;
}

.param-inline dt {
    display: inline-block;
}

.param dt {
    margin: 0;
    margin-right: 7px;
    font-weight: 600;
}

.param-inline dd {
    vertical-align: baseline;
    display: inline-block;
}

.param dd {
    margin: 0;
    vertical-align: baseline;
}

.shopping-cart-wrap .price {
    color: #37C357;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    display: block;
}

var {
    font-style: normal;
}

.media img {
    margin-right: 1rem;
}

.img-sm {
    width: 90px;
    max-height: 75px;
    object-fit: cover;
}

.quantity input {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #37C357cc;
    width: 60%;
}

.quantity input:focus {
    outline: none;
}

.check_out {
    float: right;
    font-size: 16px;
}

.product-count {
    background: none repeat scroll 0 0 #f47a21;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    height: 18px;
    padding-top: 0px;
    position: relative;
    right: -1px;
    text-align: center;
    top: -10px;
    width: 18px;
}

.amount {
    color: #37C357;
    font-size: 18px;
    font-weight: bold;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #03040496;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 4px 10px;
    z-index: 1;
    padding-right: 0;
    top: 49px;
    left: 21px;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.form-cover {
    padding: 30px;
}

.pizza-detail {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.pizza_detail li {
    padding-right: 10px;
}

.add_info {
    color: black;
}


/* Radio */

.color {
    color: black;
    font-weight: 500;
    font-size: 18px;
}

.size {
    background-color: white;
    /* background-image: -webkit-linear-gradient(0deg, #10737f 20%, hsla(0, 0%, 100%, .7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%); */
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    height: 85px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    width: 75px;
    border: 2px solid #37C357;
    -webkit-appearance: none;
}

.add {
    /* background-color: #ddd; */
    /* background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, .7), transparent 80%); */
    border-radius: 10px;
    box-shadow: inset 0 1px 1px #f47a21, 0 0 0 1px #f47a21, 0 2px 3px #f47a21, 0 4px 3px #f47a21, 0 -2px 6px #f47a21, 0 0px 11px hsla(0, 0%, 0%, .2);
    cursor: pointer;
    display: inline-block;
    height: 21px;
    position: relative;
    width: 21px;
    margin-right: 15px;
    -webkit-appearance: none;
}

.add:after {
    /* background-color: #444; */
    border-radius: 25px;
    /* box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, .4), 0 1px 1px hsla(0, 0%, 100%, .8); */
    content: '';
    display: block;
    height: 15px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 15px;
}

input[type="radio"]:checked+.size {
    background: blue;
}

.size:after {
    transition: 1s;
    /* background-color: #444; */
    border-radius: 50px;
    /* box-shadow: inset 0 0 0 1px hsla(0, 0%, 85%, 0.4), 0 1px 1px hsla(0, 0%, 100%, .8); */
    content: '';
    display: block;
    height: 25px;
    left: 6px;
    position: relative;
    top: 6px;
    width: 25px;
}

.size:checked {
    outline: none;
}

.size:checked:after {
    background-color: #028082;
    outline: none;
}

input[type="radio"]:checked {
    outline: none;
}

input[type="radio"]:checked:after {
    background-color: #f47a21;
    outline: none;
    transition: 1s;
}

.user-profile {
    padding: 72px 0 0;
}

.p_info h2 {
    color: #75c044;
}

.p_info {
    margin-bottom: 30px;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

/*.number-input {
    margin-bottom: 3rem;
}*/

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: 1px solid #ced4da;
    width: 10rem;
    border-radius: .25rem;
    background-color: #f47a21;
    color: #fff;
}

.number-input.number-input button {
    width: 2.6rem;
    height: .7rem;
    outline: none;
    top: -5px;
}

.number-input.number-input button.minus {
    padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #fff;
}

.number-input.number-input input[type=number] {
    max-width: 4rem;
    padding: .5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {
        .number-input.def-number-input.safari_only button:before, .number-input.def-number-input.safari_only button:after {
            margin-top: -.3rem;
        }
    }
}

#add-tbn {
    width: 18%;
    color: #fff;
    font-weight: 800;
    text-align: center;
    /* margin-bottom: -12px; */
    padding-top: 8px;
    font-size: 18px;
    max-height: 42px;
    margin-top: 16px;
    height: 100px;
    /* border-radius: 13%; */
    border: 1px solid #f47a21;
    /* border: none; */
    background: #f47a21;
}
#order-place {
    font-size: 21px;
}
.previous {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

.previous:hover {
    background-color: #ddd;
    color: black;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #4CAF50;
    color: white;
}

.round {
    border-radius: 50%;
}

.btns {
    display: table;
    margin: 30px auto;
}

.customNextBtn,
.customPreviousBtn {
    float: right;
    background: #e6eae9;
    color: #000;
    padding: 10px;
    margin-left: 5px;
    cursor: pointer;
}

.heart-menu {
    position: absolute;
    bottom: auto;
    color: white;
    top: 50%;
    font-size: 16px !important;
    left: 50%;
    color: white;
    background: #040707;
    padding: 16px 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 60px;
    border-radius: 50px;
    height: 60px;
    text-align: center;
    opacity: 0;
}

.heart {
    font-size: 30px;
    color: #fff;
}

.enable {
    color: red;
}

.heart:hover {
    color: red;
    cursor: pointer;
}

#deal-img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-bottom: 10px;
}

.login-wish {
    color: #fff;
}

.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}

.checkbox-style input {
    position: absolute;
    left: -9999px;
}

.add_select {
    background: #f47a21;
    color: #fff;
    padding-top: 13px;
}

.s

.checkbox-style input:checked+label {
    background-color: #ab576c;
}
.checkbox-style label {
    display: block;
    position: relative;
    margin: 0px;
    text-align: center;
    padding: 7px;
    font-size: 18px;
    border: 3px solid #fff;
    border-radius: 5px;
    color: #fff;
    background-color: #6a8494;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    white-space: unset;
    cursor: pointer;
    user-select: none;
    transition: background-color .2s, box-shadow .2s;
}
#address_add {
    border: none;
    /*backgroud-color: #37C357;*/

    background: #f47a21;
    color: white;
}
.gallery_a {
    width: 80vw;
    height: 80vh;
}
.gallery_img {
    max-width: 100%;
    height: 247px;
    max-height: 100%;
    margin-bottom: 10px;
}
#exampleSlider {
    position: relative;
}
@media (max-width: 767px) {
    #exampleSlider {
        border-color: transparent;
    }
}
#exampleSlider .MS-content {
    margin: 15px 5%;
    overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 767px) {
    #exampleSlider .MS-content {
        margin: 0;
    }
}
#exampleSlider .MS-content .item {
    display: inline-block;
    /* height: 100%; */

    margin-right: 8px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 24.4%;
}
@media (max-width: 1200px) {
    #exampleSlider .MS-content .item {
        width: 32.7%;
    }
}
@media (max-width: 992px) {
    #exampleSlider .MS-content .item {
        width: 48.8%;
    }
}
@media (max-width: 767px) {
    #exampleSlider .MS-content .item {
        width: 50%;
    }
}
#exampleSlider .MS-content .item p {
    font-size: 16px;
    white-space: pre-wrap;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
    /* padding: 10px 0; */
}
#exampleSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 50%;
}
@media (max-width: 767px) {
    /* #exampleSlider .MS-controls button {
        display: none;
    } */
}
#exampleSlider .MS-controls button:hover {
    cursor: pointer;
}
#exampleSlider .MS-controls .MS-left {
    left: 10px;
}
@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-left {
        left: -2px;
    }
}
#exampleSlider .MS-controls .MS-right {
    right: 10px;
}
@media (max-width: 992px) {
    #exampleSlider .MS-controls .MS-right {
        right: -2px;
    }
}
.current-page-item {
    color: #37C357 !important;
  /*  background-color: #F8A056;*/
}
.current-page {
    color: #F8A056 !important;
}
.custom-login {
    background-color: #fff;
    color: #333;
    width: 146px;
    padding: 4px 9px 11px;
}
.custom-login a {
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding-bottom: 3px;
    display: inline-block;
    padding-top: 3px;
    color: #333;
}
.custom-login a:last-child{
    border-bottom: 0;
}

footer .footerlink li {
    border-bottom: solid 1px #ccc;
    padding-bottom: 6px;
    padding-top: 5px;
}
.user-profile label{
   font-weight: bold;
   color: #040707;
}
.light-green{
    color: #75c044;
}
.text-dark{
    color: #040707;
}

.topbar {
    background-color: #75c044;
    color: #fff;
    padding: 2px 0 0 0;
}
.topbar ul a {
    margin: 0 9px 0 0px;
}
.topbar ul a span {
    color: #fff;
    font-size: 18px;
}
.topbar a:hover,
.topbar ul a span:hover{
    color: #040707 !important;
}
.whtsapp-img{
    width: 22px;
    margin: 15px 0 0 16px;
}
.scrolled .whtsapp-img{
   margin-top: -6px;
}
.tagline{
    letter-spacing: 2.6px !important;
    margin: 2px 0 0 0;
    font-weight: bold;
    font-size: 15px;
}

@media (max-width: 600px){
.ftco-menu .nav-pills .nav-link {
   width: auto;
   padding: 6px 16px;
   font-size: 18px;
}
.ftco-footer {
    padding-bottom: 0;
}
.tz-gallery {
    padding: 0px;
}
.oi{
    float: right;
    color: #040707;
}
.table thead th {
    background: #f47a21;
}
.table tbody td, .table tbody th {
    padding-left: 20px;
}
h2, .h2 {
    font-size: 26px;
}
#add-tbn{
    width: auto;
}
.user-profile #home,
.user-profile form {
    padding: 13px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    border-top: solid 1px #776a6a;
    padding: 6px 0 0!important;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}
.ftco-navbar-light.scrolled .navbar-toggler {
    outline: none;
}
.whtsapp-img {
    margin: 8px 0 7px 16px;
}
}
