@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');

img{
    
    max-width:100%;
    
}

.right-text{
    text-align: right;
}
body{
    overflow-x: hidden}

.right-text{
    
    text-align: right;
    
}
header{
position: fixed;
    z-index: 9;
    width: 100%;
    /* padding-top: 5px; */
    background: #ffffff4f;
}

.logo-header{
    
    width:80%;
    
}


.affix .logo-header {
    transition: 0.5s;
    width: 50%;
}

.affix .nav>li>a{
    padding: 19px 20px;
     transition: 0.5s;
}
.top{
    padding: 5px 0px;
}
.topadd {
    position: relative;
    padding-left: 40px;
    margin-top: 22px;
}

.topadd i {
    position: absolute;
    top: 21px;
    left: 0px;
    font-size: 21px;
    line-height: 30px;
    /* border-right: 1px solid #000; */
    /* padding: 8px 10px; */
    color: #ed1b24;
    /* border: 1px solid #fdb813; */
    width: 30px;
    height: 30px;
    text-align: center;
}
.topadd p {
    font-size: 12px;
    margin-bottom: 3px;
 font-family: 'Roboto', sans-serif;
    line-height: 17px;
    /* text-transform: uppercase; */
    font-weight: 600;
}
.topadd span {
   font-size: 12px;
  font-family: 'Roboto', sans-serif;
}


.mar-20{
    margin-top: 20px;
}


.mar-50{
    margin-top: 50px;
}


.welcome{
        border-top: 1px dotted #a3a0a0;
    padding-top: 31px;
    margin-top: 20px;
}


.wel-back{
    padding: 40px 0px;
    position: relative;
    background: url('../img/welback.jpg') no-repeat;
    background-size: cover;
    
    
}

.welside{
    position: absolute;
    left: 0px;
    bottom:0px;
    width:14%;
    
}

.wel{
    width: 85%;
    margin: auto;
}


.wel1 h1{
       font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 37px;
    line-height: 40px;
    font-weight: 500;
}

.wel1 h1 span{
    
    font-weight: 800;
    
}

.border{
            border: 1px dashed #cccbcb;
    padding: 11px;
}


.wel1 h3{
      font-size: 18px;
    /* background: #ed1b24; */
    /* padding: 5px 9px; */
    color: #d2981b;
    /* display: inline-block; */
    margin-top: 0px;
    /* text-transform: uppercase; */
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Sriracha', cursive;
    
}





.pro{
    position: relative;
    border: 1px dashed #b3b2b2;
}





.pro .icon-links {
    /* right: 5px; */
    top: 5px;
    z-index: 9;
    position: absolute;
    top: -18%;
    transition: 0.5s;
    left: 0%;
    text-align: center;
    width: 100%;
    opacity: 0;
}




.pro:hover .icon-links {
 opacity: 1;
    top: 40%;
}



.pro .icon-links .zz i {
       /* background: #807b7b; */
    color: #ffffff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    text-align: center;
    border-radius: 100px;
    background: #f9c307;
}

.pro:hover:before {
    transform: scale(1);
    opacity: 1;
}
.pro:before {
    position: absolute;
    background-color: #fb00065c;
    width: 94%;
    height: 94%;
    content: "";
    opacity: 0;
    z-index: 1;
    transition: 0.5s;
    left: 3%;
    transform: scale(0.5);
    opacity: 0;
    top: 3%;
    /* margin: 16px; */
    bottom: 3%;
}



.affix .navbar-nav li.active a{
    color:#000 !important;
}



.affix .navbar-default .navbar-nav>li>a{
    
    color:#000;
    
}

.extra{
   margin-top: 30px;
    background: #efefef;
    padding: 30px 0px;
}
    
.heading h1{
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 33px;
    line-height: 40px;
    font-weight: 500;
}

.heading h1 span{
    font-weight: 600;
}


.series{
    
    margin-top: 20px;
}




.center{
    text-align: center;
}

.choose_us {
     
    border-radius: 6px;
    
    border-radius: 0;
    display: table;
    
}
.choose_us .icon {
       width: 50px;
    height: 50px;
    margin-top: 3px;
    border-radius: 0;
    text-align: center;
    float: left;
    font-size: 30px;
    color: #ff2029;
}

.choose_us .text2 {
    margin-left: 18px;
    width: 76%;
    float: left;
}

.choose_us .text2 h5 {
    margin-bottom: 7px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.choose_us .text2 p {
    text-align: justify;
    margin-bottom: 25px;
}



footer{
   background: url(../img/footer.jpg) no-repeat;
    background-size: cover;
    padding: 190px 0px 30px;
    color: #fff;
    position: relative;
    
}


.footerimg{
    position: absolute;
    top: 0%;
    left: 0%;
    
}
.fooside{
     position: absolute;
    top: -21%;
    right: 0%;
    width: 25%;
    
}


.f-head{
    text-align:center;
}
.f-head h1 {
     font-size: 16px;
    margin: 30px 0px;
    /* padding-bottom: 20px; */
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    position: relative;
    padding: 0px 10px;
    text-transform: uppercase;
}





.f-widget2 {
    padding: 0px;
    margin: 0px;
}

.f-widget2 li {
    list-style: none;
    line-height: 25px;
    margin-bottom: 10px;

    width: 100%;
}

.f-widget2 li i {
    transition: 0.5s;
    color: #fff;
    padding-right: 14px;
}
.f-widget2 li a {
    color: #fff;
}

.f-head2 {
    padding: 0px;
}

.f-head2 li {
    list-style: none;
    padding-left: 45px;
    line-height: 25px;
    margin-bottom: 12px;
    position: relative;
    color: #fff;
}
.f-head2 li i {
    position: absolute;
    font-size: 18px;
    color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0px;
    text-align: center;
}


.product{
    
    background-size: cover;
    padding: 30px 0px;
    position: relative;
}

.side1 {
    position: absolute;
    top: -10%;
    left: 0px;
    width: 16%;
    z-index: 99;
}

.copyright {
 background: #301e18;
    padding: 10px 0px;
    position: relative;
    color: #ffffff;
    font-size: 13px;
  
}
.copyrights-text {
    margin: 0px;
}





.center{
    text-align: center;
}



.so li {
   display: inline-block;
    width: 10%;
}

.so li a {
       /* width: 40px; */
    /* line-height: 30px; */
    /* border: 1px solid #1d1d1d; */
   
    color: #292929;
    /* position: relative; */
   
    /* background: #fff; */
    transition: 0.5s;
}

.so{
    
    padding: 0px;
}

.home{
    
    background:url('../img/add1.jpg')no-repeat;
background-attachment: fixed;
    background-size: cover;
    height: 510px;
    
    
}

.home1{
    
    padding: 150px 30px 150px 0px;
}


.btn2{
    padding: 8px 13px;
    -moz-user-select: none;
    display: inline-block;
    background: #d2981b;
    border: 2px solid #edd092;
    font-family: 'Montserrat', sans-serif;
    transition: 0.5s;
}



.btn2 a{
    
color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}


.roti{
    
    background:url('../img/rotikit.jpg')no-repeat;
background-attachment: fixed;
    background-size: cover;
    
    
}

.rotitext{
    padding: 350px 0px;
    
}


.arrival{
    position: relative;
}

.arrival .btn3 {
    
position: absolute;
    bottom: 20%;
    right: 26.6%;
    
    
}


.iron{
position: relative;
}

.iron .btn3 {

position: absolute;
bottom: 20%;
right: 6%;


}






.btn3 a{
    
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    font-weight: 600;
}


.btn3 a:before{
    
       content: '';
    width: 10px;
    height: 10px;
    border-right: 10px solid #000;
    position: absolute;
    right: 0px;
    top: 0px;
    border-bottom: 10px solid transparent;
    
}
.fixed-header {
    position: fixed;
    width: 100%;
    z-index: 19;
    top: 0;
}
.fixed-header .nav>li>a {
    padding: 13px 23px;
}
.scroll-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #ffffff;
    font-size: 24px;
    line-height: 39px;
    width: 45px;
    height: 45px;
    border: 1px solid #f50712;
    background: #ed1b24;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    /* border-radius: 25px; */
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.brdcrmb.breadcrumb-box {
    height: 350px;
    background-position: center center !important;
    background-size: cover;
}
.breadcrumb-list {
    text-align: center;
}
section.brdcrmb .list-bread {
    margin-top: 1rem;
    font-family: 'Exo 2', sans-serif;
}
h2.brd-h2 {
    margin-top: 6rem;
    text-transform: uppercase;
    font-size: 2.3rem;
    font-family: 'Exo 2', sans-serif;
}
.list-bread {
    display: inline-block;
    margin: auto;
    background: #ffffff94;
    color: #ff0000;
    padding: 5px 43px;
    border-radius: 15px;
    font-size: 15px;
}
.list-bread ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-bread ul li {
    display: inline-block;
}
.list-bread a {
    color: black;
}
.inner-pages .wel {
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.15);
    background: #fff;
    position: relative;
    background: #fff;
    margin-top: -120px;
    text-align: center;
}
main.inner-main {
    margin: 3rem 0rem 8rem;
    overflow: hidden;
}
.left-title h2 {
    position: relative;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-family: 'Exo 2', sans-serif;
        padding-bottom: 14px;
}
.left-title h2::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 150px;
    background: #ec1b24;
    left: 0px;
    bottom: 0;
}
.left-title h2 span{
    color: #ec1b24;
}
.about-more{
    position: relative;
    padding-right: 50%;
}
.about-pics {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
}
.about-tagline h2 {
    font-size: 2.1rem;
    text-align: center;
    padding: 0% 9%;
    line-height: 2.9rem;
    margin: 1rem 0rem;
}
.ull{
    position: relative;
    list-style: none;
}
.ull li::before {
    content: '\f007';
    font-family: fontAwesome;
    position: absolute;
    left: 16px;
    color: #636363;
}
.ull.quality li::before {
    content: '\f046';
}
.ull.pro-ul li::before {
    content: '\f0a4';
    left: 0;
}

.product .image {
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 0;
}

.product .product-image img {
    width: 100%;
}
.product .product-image .tag {
    position: absolute;
}
.tag.new {
    background: #ed1b24;
}
.tag {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    width: 65px;
    height: 65px;
    text-transform: uppercase;
    top: 2.5%;
    z-index: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    right: 10px;
    text-align: center;
    padding: 17px 0px;
}
.product .product-info .name {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Exo 2', sans-serif;
    margin: 5px 0px;
    padding: 5px 0px;
}
h3.name a {
    color: #000;
    font-size: 2.1rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    border-left: 2px solid #ed1b24;
    padding-left: 1rem;
}
h3.name span {
    display: inline-block;
    clear: both;
    text-align: left;
    font-size: 1.6rem;
    padding-left: 1rem;
    margin-top: 0.5rem;
    color: #ec1b24;
    font-weight: 600;
}
.product:hover .cart {
    opacity: 1;
    top: 45%;
}
.product .cart {
    margin-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    width: 100%;
    z-index: 666;
    left: 50%;
    position: absolute;
    top: 0;
    margin-left: -55px;
}
.product .cart .action ul li.lnk.wishlist {
    background: #ec1b24;
    margin: 0px;
    border-radius: 3px 0px 0px 3px;
}
.product .cart .action ul li.lnk {
    margin: 10px 0px;
    background: #ec1b24;
    margin: 0px;
    padding: 8px 2px;
    border-left: 1px solid hsla(0,0%,100%,.2);
    border-radius: 0px 3px 3px 0px;
}
.product .cart .action ul li {
    float: left;
}
.product .cart .action ul li.lnk a {
    padding: 0 10px;
    color: #fff;
    padding: 8px 10px;
}
.wel .wel2.pro-detail-box {
    padding: 20px 15px;
    position: relative;
}
.pro-detail-box .product{
    padding: 0px;
    background: inherit;
}
.pro-dtl-box {
    text-align: left;
    position: relative;
}
.pro-dtl-box h1 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 3rem;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 2.7rem;
    margin-bottom: 3rem;
    line-height: 38px;
}
.pro-sub{
    font-size: 2.5rem;
}
.color-red{
    color: #ec1b24;
}
.pro-dtl-box h2 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 3rem;
    position: relative;
    display: block;
    font-size: 2rem;
    margin: 0px;
    margin-top: 5px;
}
.pro-dtl-box h1::after {
    position: absolute;
    content: '';
    width: 115px;
    height: 2px;
    background: red;
    left: 0;
    bottom: -5px;
}
.pro-dtl-box h3 {
    font-family: 'Exo 2', sans-serif;
    margin-top: 3rem;
    position: relative;
    display: block;
    font-size: 2rem;
    margin: 0px;
    margin-top: 18px;
    margin-bottom: 2rem;
}
.pro-dtl-box h3::after {
    position: absolute;
    content: '';
    width: 115px;
    height: 2px;
    background: red;
    left: 0;
    bottom: -5px;
}
ul.ull.pro-ul {
    padding: 0px;
    margin: 0px;
    padding-left: 25px;
}
.other-pro{
    position: relative;
    display: block;
    border-bottom: 1px dashed red;
}

section.products-list {
    margin: 4rem 0rem 5rem;
}
.products-list .panel-group h4.panel-title > a.active-pro {
    background: #ed1b24;
    color: #fff;
}

.products-list .panel-body{
    padding-left: 0rem;
    padding-right: 0rem;
    padding: 0rem;
}
.products-list .panel-body ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.products-list .panel-body ul li a {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #eaeaea;
    color: #222;
}
.products-list .panel-body ul li a:hover {
    text-decoration: none;
    background: #f5f5f5;
}
.products-list .panel-title > a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    background: #f1f1f1;
    color: #333;
}

    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
section.brdcrmb.breadcrumb-box.product-brd {
    height: 150px;
    background: #ddd;
}
.product-brd h2.brd-h2 {
    margin-top: 3.5rem;
}
.text-white {
    color: #000!important;
}
.theme-bg {
    background-color: #d2d2d2;
}
.form-info {
    left: 0;
    padding: 30px;
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 15px;
}
h2.title-cont {
    font-size: 22px;
    font-style: normal;
    line-height: 15px;
    font-weight: 500;
    color: #282925;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}
.title-cont {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #282925;
}
.title-cont:before, .title-cont:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
theme-bg .title-cont:after {
    background: #1b1b1b;
}
.title-cont:after {
    background: #f9a305;
    left: 30px;
}
.title-cont:before, .title-cont:after {
    content: "";
    background: #ed1b24;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}
h2.title-cont span {
    color: #ed1b24;
}
.mt-4, .my-4 {
    margin-top: 1.5rem!important;
}
.contact-info, .tg-latest-post {
    float: left;
    width: 100%;
}
.contact-info li {
    padding-left: 50px;
    position: relative;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.contact-section .contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #ed1b24;
    text-align: center;
}
.contact-section .contact-info li span {
    font-size: 15px;
    color: #ed1b24;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}
.map{
    margin: 2rem 0rem 0rem;
}
main.inner-main.cont {
    margin: 3rem 0rem 0rem;
}
.contact-main input, .contact-main textarea{
    border-radius: 0px;
    
}
.send-btn-main-contact {
    background: #d2d2d2;
    border-color: #cfcece;
}
.enquiry{
    position: relative;
/*    background: url('../img/equiry-bg.jpg');*/
}
.enq-pic {
    position: absolute;
    z-index: -1;
    right: 0;
    width: 50%;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-default>.panel-heading a {
    border-bottom: 1px solid #ddd;
}
.brdcrmb.breadcrumb-box.pro-brds {
    height: 225px;
}
.brd-pro-list {
    position: relative;
    text-align: center;
    margin-top: 64px;
}
.brd-pro-list ul{
    list-style: none;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.brd-pro-list ul li {
    display: inline-block;
}
.brd-pro-list ul li a {
    padding: 5px 15px;
    background: #ffffffba;
    border-radius: 6px;
    color: #000;
    font-size: 1.5rem;
}
.brd-pro-list ul li a:hover, .brd-pro-list ul li a.activated{
    background: #ed1b24;
    color: #fff;
}
.wel-pro {
    margin-top: 3rem;
}
.no-brdr-rds{
    border-radius: 0px !important;
}
.modal-body {
    overflow: hidden;
}
.myModaldetail .modal-dialog {
    width: 80%;
    margin: 30px auto;
}
.modal-header {
       background: #dcc186;
    color: #fff;
    position: relative;
}
form.modal-form input, form.modal-form textarea {
    border-radius: 0px;
    height: 38px;
    margin-top: 0px;
}
form.modal-form textarea {
    height: 80px;
}
.btn-send-modal {
    padding: 5px 16px;
    background: #42ba51;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #399b46;
    margin-bottom: 0;
}
.btn-send-modal:hover {
    opacity: 0.8;
}
button.btn.btn-default.btn-close-modal {
    background: #ec1b24;
    color: #fff;
    border: 1px solid #e80303;
    padding: 8px 17px;
    font-size: 14px;
}
button.btn.btn-default.btn-close-modal:hover {
    opacity: 0.8;
}
.tag.pro-dtl-tag {;
    top: 7%;
    right: 22px;
}
.modal-content .product .cart .action ul li.lnk.wishlist {
    border-radius: 0px;
}
.pro-list .product{
    margin-top: 3rem;
    overflow: hidden;
}

.new-launched {
    position: absolute;
    top: 16px;
    background: #fc8c01;
    transform: rotate(-21deg);
    left: -25px;
    width: 44%;
    text-align: center;
    color: #fff;
    padding: 4px 0px;
}
.new-launched::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 100%;
    background: #fc8c01;
    z-index: -1;
    right: -49px;
    top: 0;
}
.new-launched::before {
    position: absolute;
    content: '';
    width: 56px;
    height: 2px;
    background: #ed1b24;
    z-index: -1;
    right: 94px;
    bottom: 0;
    top: -5px;
}
.launch{
    font-size: 10px;
}
div#myModal {
    z-index: 99999;
    margin-top: 38px;
}
.modal-quote {
    background: #019b01 !important;
    border: 1px solid #0e700e !important;
}

.white p{
    color:#fff;
}

.ftr-right-cntnt-left {
    width: 68px;
    float: left;
}
.ftr-right-cntnt-right {
    width: calc(100% - 80px);
    float: left;
    padding-left: 20px;
    /* clear: both; */
}
.ftr-right-cntnt-right p {
    line-height: 20px;
}

.list2 li span strong {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: -3px;
}
.ftr-right-cntnt-right p:first-child{
    line-height: initial;
}
.dont-show{
    opacity: 0;
}
.list2 li:nth-child(2) {
    margin-top: 8px;
}
ul.list2 img, .web-dtl img {
    max-width: 9px;
    margin-top: -5px;
}

.list2 i.fa.fa-whatsapp, .web-dtl i.fa.fa-whatsapp {
    background: green;
    border-radius: 50%;
}
.white.web-dtl p {
    margin-bottom: 2px;
}
.list {
    padding: 0px;
    margin-top: 12px;
}
h3.lords-ftr-h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 0px;
    font-family: oswald;
    margin-top: -6px;
}


.flex{
    display: flex;
}


.title-collect2 {
    height: 100%;
    /* display: flex; */
    position: relative;
}


.title-collect2 h1 {
      transform: rotate(-90deg);
    /* -webkit-transform: rotate(-90deg); */
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 12%;
    left: 0%;
    margin: 0px;
    letter-spacing: 13px;
    /* height: 100%; */
    font-family: 'Rajdhani', sans-serif;
}



.proback{

background: url(../img/proback.jpg);
padding: 30px 0px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;

}

.proback .iron{
    
    position: absolute;
    bottom: 30px;
    left: 0px;
    width:18%;
    
}

.gr{
    background:#dddbdb;
    padding: 1px;
    padding: 1px;
}

.whitebg{
    
  background: #fff;
    padding: 10px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.12);
}

.product-detail {
    background: #f9f9f9;
}
.product-section{
 margin-top: -436px;
    margin-bottom: 50px;
    }



.quick-detail h1 {
font-size: 22px;
    font-family: 'Rajdhani', sans-serif;
    /* text-transform: uppercase; */
    margin-bottom: 20px;
    border-bottom: 1px solid #e4dede;
    padding-bottom: 13px;
    font-weight: 600;
}

.box-price {
    font-size: 17px;
    color: #5cad04;
    font-weight: 900;
    margin: 5px 0px;
        text-transform: uppercase;
     font-family: 'Oswald', sans-serif;
}

.box-price span{
    
    color:#000;
}


go {
    padding: 0px;
    margin-top: 20px;
}
.go li {
      list-style: none;
    line-height: 26px;
    background: url(../img/tick.png) no-repeat !important;
    background-position: left center;
    padding-left: 33px;
    /* font-weight: 600; */
    color: #000;
    border-bottom: 1px solid #d8d6d6;
    /* margin-bottom: 20px; */
    padding-bottom: 15px;
    /* font-size: 13px; */
    padding-top: 15px;
    
}



go2 {
    padding: 0px;
    margin-top: 20px;
}
.go2 li {
      list-style: none;
    line-height: 26px;
    background: url(../img/tick.png) no-repeat;
    background-position: left center;
    padding-left: 33px;
    /* font-weight: 600; */
    color: #000;
    border-bottom: 1px solid #d8d6d6;
    /* margin-bottom: 20px; */
    padding-bottom: 10px;
    /* font-size: 13px; */
    padding-top: 10px;
    font-size: 15px;
    display: inline-block;
    
}

.go2 li:nth-child(even){
    
    
    width:59%;
    
}



.go2 li:nth-child(odd){
    
    
    width:40%;
    
}



@keyframes floating {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, -0px);
    }
}




.floating2 {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}


@keyframes floatingx {
    from {
        transform: translate(0, 0px);
    }
    65% {
        transform: translate(15px, 0);
    }
    to {
        transform: translate(0, -0px);
    }
}


.floating1 {
    animation-name: floatingx;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    
   
}


.hamburguer-trigger-menu-icon {
 
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    /* transform: translateX(0) translateY(-50%); */
    width: 25px;
    height: 2px;
    top: -7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    visibility: hidden;
}

 .hamburguer-trigger-menu-icon span {
    background-color: #222025;
}

.hamburguer-trigger-menu-icon .hamburger-line-1 {
    top: -7px;
}
.hamburguer-trigger-menu-icon .hamburger-line-1 {
    width: 33%;
}

.hamburguer-trigger-menu-icon .hamburger-line-2 {
    width: 66%;
}

.hamburguer-trigger-menu-icon .hamburger-line-3 {
    top: 7px;
}


.oo:hover .hamburguer-trigger-menu-icon .hamburger-line-2, .oo:hover .hamburguer-trigger-menu-icon .hamburger-line-1, .hamburguer-trigger-menu-icon .hamburger-line-1:hover, .hamburguer-trigger-menu-icon .hamburger-line-2:hover  {
    
    
    width:100%;
}

.hamburguer-trigger-menu-icon span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
   
    right: 0;
    -webkit-transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    transition: top .5s ease-in-out,width .2s,-webkit-transform .5s;
    -o-transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s;
    transition: transform .5s,top .5s ease-in-out,width .2s,-webkit-transform .5s;
    visibility: visible;
}
.oo{
       cursor: pointer;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color:#c2a25d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #fff;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: block;
    transition: 0.3s;
}



.get h1 {
     
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-family: 'Cormorant Garamond', serif;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.en {
    padding: 3px 11px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #12c5c3;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15px;
}


.en i{
   padding-left: 2px;
}


 .mkdf-adv-sep-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
         margin-bottom: 30px;
}

 .mkdf-adv-sep-inner .mkdf-adv-sep-line {
    height: 1px;
    width: 160px;
    background-color: #d2981b;
    -webkit-transition: -webkit-transform 1s cubic-bezier(.18,.89,.32,1);
    -moz-transition: -moz-transform 1s cubic-bezier(.18,.89,.32,1);
    transition: transform 1s cubic-bezier(.18,.89,.32,1);
    transform-origin: center;
     margin: auto;
}
 .mkdf-adv-sep-inner .mkdf-adv-sep-dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background-color:#d2981b;
    border-radius: 0;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}


.detail{
    
    margin-bottom: 40px;
    
}

.detail h1{
        font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
}

.detail h1 span{
    font-weight: 800;
}


.detail h4{
    
    margin-top: 30px;
         font-family: 'Montserrat', sans-serif;
    
}




 .mkdf-process-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
     float: left;
    padding: 0 15px;
  
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .65s ease-in-out;
    -o-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out;
     width: 25%;
}
 .mkdf-process-item .mkdf-pi-heading {
    -webkit-transform: rotateZ(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotateZ(-10deg);
    
}

   .mkdf-process-item .mkdf-pi-heading .mkdf-pi-image {
    margin: 0 auto;
    position: relative;
    width: 222px;
    height: auto;
}

 .mkdf-process-item .mkdf-pi-heading .mkdf-pi-image img:not(.mkdf-pi-bg) {
    position: absolute;
    top: 15px;
    left: 15px;
}


 .mkdf-process-item .mkdf-pi-heading .mkdf-pi-year {
    position: absolute;
    display: inline-block;
    left: 50%;
    bottom: -5px;
    padding: 0 11px;
    background-color: #bc9331;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    line-height: 1.7em;
    letter-spacing: .15em;
    color: #fff;
}

.mkdf-process-holder .mkdf-pi-content {
    width: 100%;
    margin: 40px 0 10px;
}

.process{
    
    padding: 30px 0px;
    position: relative
   
    
}


.processback{
    position: absolute;
    top:30%;
    left: 0%;
    content: '';
}


 .mkdf-process-item:nth-child(2) .mkdf-pi-heading .mkdf-pi-image {
    width: 260px;
}

 .mkdf-process-item:nth-child(2) .mkdf-pi-heading {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotate(0);
    transform: rotateZ(0);
}


 .mkdf-process-item:nth-child(3) .mkdf-pi-heading {
    -webkit-transform: rotateZ(12deg);
    -ms-transform: rotate(12deg);
    transform: rotateZ(12deg);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
}

 .mkdf-process-item:nth-child(3) .mkdf-pi-heading .mkdf-pi-image {
    width: 185px;
}

 .mkdf-process-item:nth-child(3) .mkdf-pi-content {
    margin: 79px 0 10px;
}

 .mkdf-pi-content {
    width: 100%;
    margin: 40px 0 10px;
}


.mkdf-pi-title{

    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.home2 {
    background: url(../img/add.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 510px;
}


.quality{
    padding: 30px 0px;
}


.pizzaback{
    
    background: url('../img/pizzaback.jpg') no-repeat;
    background-size: cover;
    padding: 30px 0px;
}


.pizza{
        border-radius: 50px;
    overflow: hidden;
}