 body{
        color: #333;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    }


    /* Style for our header texts
    * --------------------------------------- */
    h1{
        font-size: 5em;
        font-family: arial,helvetica;
        margin:0;
        padding:0;
    }
    h2{
        font-size: 2em;
        margin: 0 0 18px 0;
        font-family: arial,helvetica;
    }

    a{
        text-decoration: none;
    }


    /* Common styles
    * --------------------------------------- */
    img{
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        
    }
    .section{
        text-align:center;
        overflow:hidden;
    }
    .wrap{
        width: 1180px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .box{
        text-align: left;
        color: #808080;
        font-size: 1.2em;
        line-height: 1.6em;
    }

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #b60e0a;
}

::selection {
    color: white;
    background: #b60e0a;
}
#myModalregister .tab button{
    border: 0;
    background: 0;
    color: #fff;
    display: block;
    padding: 8px;
    font-size: 21px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
    border-bottom: 1px solid;
    width: 80%;
    outline:0;
}
#myModalregister .fg{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;

    bottom: 0;
    left: 0;
    width: 100%;
}
#myModalregister .tab-head{
    color: #fff;
    margin: 0 auto 40px;
    display: table;
    letter-spacing: 0;
    text-transform: uppercase;
}
#myModalregister .profile-view{
    margin: 0 auto;
    display: table;
    width:100%;
}
#myModalregister .profile-view p{
    font-size: 17px;
    font-family: sans-serif;
}
#myModalregister  .tabcontent .acc-addr p{
    font-family: sans-serif;
}
#myModalregister .tabcontent .my-order{
    font-family: sans-serif;
    color:#fff;
}
#myModalregister .tabcontent .my-order .fa-remove{
        color: #ca241b;
}
#myModalregister .modal-content:first-child:before{
    width:100%;
    height:100%;
    position:absolute;
    background:#000;
}
.inline-pkg{
  display:inline-block;clear:both;  
}
.wishlist_js img{
    width: 62px;
}
    /* Section 0
    * --------------------------------------- */
    /*#section0{
        padding: 60px 0 ;
    }*/
    #section0 img{
        height: 100%;
        margin: 40px 0 0 0;
    }

    /* Overwriting fullPage.js tooltip color
    * --------------------------------------- */
    .fp-tooltip{
        color: #AAA;
    }
    #fp-nav span, .fp-slidesNav span{
        border-color: #AAA;
    }
    #fp-nav li .active span, .fp-slidesNav .active span{
        background: url("assets/images/menu.png");
    }
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 37px;
    margin-top: -280px !important;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    height: 39px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    /*margin: -6px 0 0 -6px;*/
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: url("assets/images/menu.png");
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 22px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 2px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
#fp-nav i{
    color:#fff;
    font-size: 23px;
}
body{
    background-color:unset !important;
}
#section0::before {

    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgba(12, 12, 12, 0.38);
    display: block;
    width: 100%;
    height: 100%;

}
#section1::before {

    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;

}
.pkg-div-login{
    background: rgba(23, 21, 21, 0.7);
    padding: 11px;
    border-radius: 12px;
    margin: 55px auto;
    display: table;
    width: 60%;
}
#section0 h3{
    font-size: 78px;
    width: 38%;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: Calibri;
    letter-spacing: 4px;
    font-weight: 700;
    line-height: 1.3;
    z-index:1;
}
.fading{
    animation: fading 10s;
}
    @keyframes fading{
    0%{
        opacity:1;
    }
    50%{
        opacity:1;
    }
    100%{
        opacity:0;
}
}
#section0 h3 a{
    display: block;
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff;
    width: 40%;
    margin: 19px auto;
    padding: 8px;
    letter-spacing: 3px;
    text-decoration: none;
    font-family:'PT Sans Narrow', sans-serif
}
#section1 {

    text-align: left;
    line-height: 1.8;
    font-size: 15px;
}
#section1 h1{
    margin-top: 0;
    letter-spacing: 2px;
    color: #b60e0a;
    font-size: 60px;
    font-family: 'Playball',sans-serif;
     background-color: #b60e0a;
    background-image: linear-gradient(45deg, #b60e0a 33%, #e02f2b 50%, #ea7474 67%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-weight: 400;
    -webkit-animation: shimmer 1.5s infinite alternate ease-in-out;
    animation: shimmer 1.5s infinite alternate ease-in-out;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.about-img{
    padding: 77px 0;
    width: 95%;
    margin: 0 0 0 auto;
}
#section1 img{
        width: 40%;
    border-radius: 100%;
    padding: 12px;
}
/*#section2{
    padding: 100px 0 0;
}*/

#section4::before  {

    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    display: block;
    width: 75%;
    height: 100%;
}
#section3::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    /*background: rgba(0, 0, 0, 0.37);*/
    display: block;
    width: 100%;
    height: 100%;
}
.thumbnail .caption {
    padding: 9px 0 !important;
    color: #333;
margin: 0 auto;
}
.caption1 h3{
    margin-top: 0 !important;
}
.loc-tion .form-control{
    width: 94%;
    margin: 0 auto;
    display: table;
    border:1px solid #c1a2a1;
}
#rightWrapper{
    color:#fff;
}
.add_bag .btn-info{
    background: #b60e0a;
    color: #fff;
    border-color: #b60e0a;
}
.add_bag .btn-info:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.add_bag .btn-info:focus ,.add_bag .btn-info:active{
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.ro-menu-fixed .ro-main-menu {
    top: 0;
    padding: 7px 0;
    background-color: rgba(0,0,0,0.7);
    position: fixed;
    -webkit-animation: fadeInUp 0.3s;
    -moz-animation: fadeInUp 0.3s;
    -o-animation: fadeInUp 0.3s;
    animation: fadeInUp 0.3s;
}
.ro-main-menu {
    /*background-color: rgba(0, 0, 0, 0.68);*/
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0px;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 998;
    color: #FFFFFF;
    height: 75px;
}
.ro-main-menu img{
    height: 88px;
    padding-left: 28px;
    width: auto;
}
.menu-btn {
    width: 100px;
    /* padding: 10px; */
    /* margin-bottom: 30px; */
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0px;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    height: 33px;
    width: 28px;
    right: 3%;
    top: 25%;
    font-size: 23px;
}
.menu-btn:hover {
  opacity: 0.6;
}
.onlinepagemenu-btn {
    width: 100px;
    /* padding: 10px; */
    /* margin-bottom: 30px; */
    background: transparent;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    border: 0px;
    position: absolute;
    z-index: 99;
    border-radius: 50%;
    height: 33px;
    width: 28px;
    right: 3%;
    top: 25%;
    font-size: 23px;
}
.onlinepagemenu-btn:hover {
  opacity: 0.6;
}
/*........................section2...............................*/
.bg {
    /* The image used */
    background-image: url("../../assets/img/bug.jpg");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_color
{
   background-color: #ffffff82;
    width: 100%;height: 100%;
    position: absolute;
}
.bg-color-text
{
    margin: 0 auto;
    display: table;
    padding-top: 40px;

}
.order
{
    padding: 15px 30px;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    font-size: 20px;
    background: #f25c05;
    border-color: #f25c05;
    color: #fff;
}
.order:hover
{
    background: #2d8322;
    border-color: #2d8322;
    color: #fff;
}
.chef
{
    margin: 97px auto 0;
    display: table;
}
#scene { width: 900px; }

/*#main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: 3%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

#main #navMenu {
  border-bottom: 1px solid #e66215;
  border-top: 1px solid #e66215;
  position: relative;
  background: #e75b10;
}

#main #navMenu #navMenu-wrapper {
  overflow: hidden;
  height: 74px;
  padding: 0 30px;
}

#navMenu-items {
  margin: 0 20px;
  padding: 1px 0;
  list-style: none;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#main #menuSelector {
  position: relative;
  margin-left: -39px;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  left: 35px;
}



#main #navMenu ul li {
 /* display: inline-block;*/
    margin:7px 15px;
    display: inline-grid;
    width: 8%;
}

#main p, #main a {
  color: #EFEBE8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navMenu-item  img
{
  width: 40%;
}
/*#navMenu-items li
{
  width: 2%;
  display: inline-grid;
}*/
/*a, a:visited {
  text-decoration: none;
  line-height: 1.3;
  letter-spacing: 0.25px;
 font-family: 'Courgette', cursive;
  font-weight: 100;
  text-align: center;
}

a { font-size: 1rem; }*/

/*p { font-size: 1.5rem; }*/

.slick-prev, .icon-chevronleft { transform: rotate(180deg); }

.icon-chevronleft, .icon-chevronright {
  background-image: url('../../assets/img/arrow.png');
  background-repeat: no-repeat;
  background-size: 20px;
}

.navMenu-paddle-left, .navMenu-paddle-right {
  cursor: pointer;
  border: none;
  position: absolute;
  top: 23px;
  background-color: transparent;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.slick-prev, .navMenu-paddle-left { left: 0; }

.arrow {
  width: 25px;
  margin-left: auto;
  margin-right: auto;
}
.text-overflow{
    text-align:justify;
}
.slick-next, .navMenu-paddle-right { right: 0; }


        .tab-content{
            display: none;
           /* background:#ddd;*/
            padding: 13px 0 0;
        }
        .head-topper{
            position: sticky;
            top: 0;
            background: rgba(0, 0, 0, 0.6784313725490196);
            width: 100%;
            height: 77px;
            z-index: 9;
        }
        .busy-hours{
            background: rgba(179, 23, 48, 0.8196078431372549);
            color: #fff;
            text-align: center;
            padding: 1px 0 10px;
        }
        .busy-hours p{
            margin-bottom:0;
        }
        .tab-content.current{
            display: inherit;
        }
.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: rgba(0, 0, 0, 0.58) !important;
    border: 1px solid transparent!important;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 1px 1px 1px #ccc;
    box-shadow:none;
}
/*.text-center
{
    padding-right: 0;
}*/
.right
{
    padding-right: 15px;
}
.add {
    color: #fff;
    background-color: #2d8322;
    border-color: #5cb85c;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 14px;
}
.caption
{
  display: table;
  vertical-align: middle;
}
.thumbnail a:focus,.thumbnail a:hover {
    text-decoration: unset;
}
.caption h3
{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #9b0c09;
    margin:0;
    height:41px;
    overflow: hidden;
}
.caption p
{
  margin-bottom: 0px;
  color:#fff;
}
#rightWrapper .card-block h3{
text-align:center;
}
.overlay6 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay6:target {
  visibility: visible;
  opacity: 1;
}

.popup6 {
    margin: 138px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 34%;
    position: relative;
    transition: all 5s ease-in-out;
}
.owl-carousel
{
    z-index: 0;
}
.popup6 h4 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
 font-family: 'Vidaloka', serif;
}
.popup6 p
{
    font-size: 16px;
}
.popup6 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #006400;
}
.popup6 .close:hover {
  color: #e75b10;
}
.popup6 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup6{
    width: 70%;
  }
}
.cart_added__1 {
    width: 120px;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.cart_added__2 {
    width: 300px;
    height: 100%;
    display: table-cell;
    padding: 0 0 0 50px;
}
.cart_added__2 .product_name {
    display: block;
}

.product_name {
    font-size: 14px;
    color: #292929;
}
.cart_added__2 #cart_added__quantity {
    margin: 15px 0 0 0;
    font-size: 16px;
}
.cart_added__2 .btn {
    margin: 15px 10px 0 0;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    background: #e75b10;
    color: #fff;
    border-radius: 4px;
}
.product_name {
    font-size: 14px;
    color: #292929;
}
.qty {
    width: 75%;
    /* width: auto; */
    float: none;
    display: inline-block;
    /* margin: 0 auto; */
  /*  margin-left: 25%;*/
    margin-bottom: 5px;
}
.spin-down, .spin-up {
    background: #e75b10;
    margin: 2px 0 0 10px;
    float: left;
    width: 28px;
    height: 28px;
    color: #fff;
    font: 18px/27px arial;
    text-align: center;
    border-radius: 50%;
}
.qty input[type=text] {
    margin: 2px 0 0 10px;
    padding: 2px 3px;
    text-align: center;
    float: left;
    width: 30px;
    height: 25px;
    background: #fff;
    border: 1px solid #e75b10;
    color: #e75b10;
    font: 11px/21px Calibri-Bold;
}
.conformbtn
{
  padding: 5px 20px;
}
.overlay1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup1 {
    margin: 138px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 33%;
    position: relative;
    transition: all 5s ease-in-out;
}
.owl-carousel
{
    z-index: 0;
}
.popup1 h3 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
 font-family: 'Vidaloka', serif;
}
.popup1 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup1 .close:hover {
  color: #06D85F;
}
.popup1 .content {
  max-height: 30%;
  overflow: auto;
  text-align: center;
    font-size: 16px;
    font-weight: 600;

}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup1{
    width: 70%;
  }
}

/*...................cart...............*/
.shopping
{
  text-align: center;
    padding: 37px 0 0;
}
.cart_banner {
    background-image: url("../../assets/img/home_bg-1.jpg");
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0px;
    opacity: .7;
}
/*.cartopacity
{
  color: #fff;
}*/
.cart_bannercont
{
      /*float: right;*/
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.cart_details {
    position: relative;
   /* padding: 30px 0;*/
}

.cart_details table {
   /* border: 1px solid #fd0505;*/
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 20px;
}
.cart_details table thead tr{
    background: #2d8322d1;
    color: #fff;
    padding: 5px;
}
.cart_details table tr {
    background: #ffffff;
    border: 1px solid #ccc;
    padding: .35em;
}
.cart_details table th, .cart_details table td {
    padding: .5em;
}
.cart_details table th {
   font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Cormorant Garamond', serif;
    padding: 12px;
}
.cartdetails table tr a {
    color: #333;
}
.cart_details table tr a:hover {
    color: #fd0505;
}
.cart_details .book_info h5 {
    font-size: 18px;
    padding: 30px 0 100px;
}
.cart_details .book_info img {
    padding: 20px 0 0;
    height:60px;
}
/*.qtys {
    width: 75%;
    float: none;
    display: inline-block;
    margin-left: 55px;
    margin-bottom: 5px;
}
.spin-downs, .spin-ups {
    background: #42d406;
    margin: 2px 0 0 10px;
    float: left;
    width: 25px;
    height: 25px;
    color: #fff;
    font: 18px/25px arial;
    text-align: center;
}
.qtys input[type=text] {
    margin: 2px 0 0 10px;
    padding: 2px 3px;
    text-align: center;
    float: left;
    width: 30px;
    height: 25px;
    background: #fff;
    border: 1px solid #0079ae;
    color: #0079ae;
    font: 11px/21px Calibri-Bold;
}*/
.pro-q
{
    text-align: center;
}
.proqua
{
    text-align: center;
}
.Actions
{
    text-align: center;
}
.pro-p
{
    text-align: right;
}
.doller_price
{
      font-family: 'Cormorant Garamond', serif;
      font-size: 16px;
      text-align: right;
}
.pro-a
{
  text-align: center;
}
/*.pro-h
{
  width: 20%;
}
.pro-n
{
  width: 30%;
}*/
.cart_next
{
  float: right;
  padding-bottom: 20px;
}
.add-to-cart1
{
  background:#2d8322;
  color: #fff;
  border-color:#2d8322;
}
.add-to-cart1:hover
{
  background:#e75b10;
  color: #fff;
  border-color:#e75b10;
}
.conform_btn
{
  float: right;
  display: inline;
}
.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
}

.popup2 {
    margin: 138px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 34%;
    position: relative;
    transition: all 5s ease-in-out;
}
.owl-carousel
{
    z-index: 0;
}
.popup2 h3 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
 font-family: 'Vidaloka', serif;
 color: #169016;
}
.popup2 p
{
    font-size: 14px;
    display: table;
    text-align: center;
}
.popup2 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #006400;
}
.popup2 .close:hover {
  color: #e75b10;
}
.popup2 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup2{
    width: 70%;
  }
}
/*.overlay2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay2:target {
  visibility: visible;
  opacity: 1;
}*/

.popup3 {
    margin: 138px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 34%;
    position: relative;
    transition: all 5s ease-in-out;
}
.owl-carousel
{
    z-index: 0;
}
.popup3 h3 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
 font-family: 'Vidaloka', serif;
}
.popup3 p
{
    font-size: 16px;
    text-align: center;
}
.popup3 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #006400;
}
.popup3 .close:hover {
  color: #e75b10;
}
.popup3 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup3{
    width: 70%;
  }
}
.dp_img
{
  float: left;
  margin: 0 54px;
}
.dp_img p
{
      margin: 10px auto;
}
.dpterms p
{
  color: red;
}
.payimg
{
  padding-bottom: 20px;
}
.dp_img .active {
    background-color: yellow;
}
.overlay4 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay4:target {
  visibility: visible;
  opacity: 1;
}

.popup4 {
    margin: 138px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 34%;
    position: relative;
    transition: all 5s ease-in-out;
}
.popup4 h3 {
  margin-top: 0;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
 font-family: 'Vidaloka', serif;
}
.popup4 p
{
    font-size: 16px;
    text-align: center;
}
.popup4 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #006400;
}
.popup4 .close:hover {
  color: #e75b10;
}
.popup4 .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup4{
    width: 70%;
  }
}
.swipe-animation {
  position: relative;
  width: 300px;
  height: 200px;
  margin: 30px auto;
  overflow: hidden;
}

.credit-card {
  width: 250px;
  height: 140px;
  background: #dadada;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  animation: swipe-card 2s ease-in-out infinite;
}
.credit-card .scc-tripe {
  position: absolute;
  background: #434343;
  width: 100%;
  height: 25px;
  bottom: 30px;
}

.swiper-top, .swiper-bottom {
  border-radius: 8px 8px 0 0;
  position: absolute;
  background: #434343;
}

.swiper-top {
  height: 20px;
  bottom: 105px;
  z-index: 0;
  width: 400px;
  left: calc(50% - 200px);
}

.swiper-bottom {
  height: 100px;
  bottom: 0;
  z-index: 3;
  width: 420px;
  left: calc(50% - 210px);
}
.swiper-bottom .light-indicator {
  position: absolute;
  top: 10px;
  right: 70px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dadada;
  animation: reader-light 2s ease-in-out infinite;
}

@keyframes swipe-card {
  0% {
    margin-left: -150px;
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    margin-left: 500px;
    transform: rotate(-25deg);
  }
}
@keyframes reader-light {
  0% {
    background: #dadada;
  }
  60% {
    background: #B8FD99;
  }
}
.progress-toggle-input,
.progress-toggle-label:before {
  color: #fff;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  vertical-align: top;
  display: inline-block;
}

.progress-toggle-input {
  background: #fff;
    border: 0;
    padding: 0px;
    color: #000;
    position: absolute;
    text-align: center;
    z-index: 1;
   box-shadow: -1px 1px 7px #ccc;
    font-weight: bold;
}

.progress-toggle-input.active {
  z-index: 1;
}

.progress-toggle-input:focus {
  z-index: -1;
}

.progress-toggle-label {
  line-height: 2em;
  text-align: center;
  cursor: pointer;
}

.progress-toggle-label:before {
  background: #27ae60;
  content:  "\2713 ";
  margin-right: 1em;
}
.card p
{
  text-align: right;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #e66215;
   color: white;
   text-align: center;
   padding: 10px 0;
}
.tick
{
      margin: 0;
    margin-top: -16px;
    margin-right: 0px;
    float: right;
}
.product-clone {
        position: fixed;
        z-index: 9999;
      }
      .capone {
    width: 120px;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.captwo {
    width: 300px;
    height: 100%;
    display: table-cell;
    padding: 0 0 0 50px;
}
.list td
{
      padding: 5px 5px 5px 20px;
  text-align: left;
  font-size: 15px;
}
.tot
{
  text-align: center;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bag
{
  margin: 0 auto;
    display: table;
    background: #c91e0d;
    border-color: #c91e0d;
    border-radius: 25px;
}
.bag:hover
{
  background: #000;
  border-color: #000;
}
.bag:active,.bag:focus
{
  background: #000;
  border-color: #000;
}
#rightWrapper {
    background: #3333338a;
    width: 22%;
    float: right;
    height: 100vh;
    padding: 20px 0;
    z-index: 9999;
    overflow-y:auto;
}
.list {
  display: block;
  position: relative;
}

.list li {
  display: block;
  list-style: none;
}

.list li a {
  display: block;
    padding: 4.5px;
       font-family: 'PT Sans Narrow', sans-serif;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
}
#header {
  display: block;
  position: fixed;
  left: 9em;
  width: 100%;
  z-index: 999;

  background-color: #efefef;
  border-bottom:2px solid rgba(0,0,0,0.2);

  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

#fullPage {
  display: inline-block;
  margin-left: 20px;
  padding: 10px;

  color: #1e1e1e;
  font-family: sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;

  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#contentWrapper {
  display: block;
  position: relative;
  margin-top: 100px;
  width: 100%;
  height: 100%;
}
#showCase, #showCase section, #showCase section a {
  display: inline-block;
  padding: 10px;
  vertical-align: top;

  color: #1e1e1e;
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
  text-decoration: none;

  -webkit-transition: all .20s ease;
  -moz-transition: all .20s ease;
  -o-transition: all .20s ease;
  transition: all .20s ease;
}

#showCase {
  padding: 0;
}

#showCase section a {
  box-shadow: inset 0px -2px #2DCC70;
}

#showCase section a:hover {
  color: #fff;
  box-shadow: inset 0px -50px #2DCC70;
}

#social {
  text-align: center;
}

#social a {
  display: inline-block;
  width: 60px;
  height: 60px;
  box-shadow: inset 0px 0px;
}

#social a:hover {
  box-shadow: inset 0px 0px;
}

#social a img {
  max-width: 100%;
}

.full-page {
  left: 0 !important;
  width: 100% !important;
}

.list-item-active:after {
     content: "";
    position: absolute;
    margin-top: -26px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 14px solid #fff;
    -webkit-transition: all .20s ease;
    -moz-transition: all .20s ease;
    -o-transition: all .20s ease;
    transition: all .20s ease;
}
#leftWrapper{
    padding-top: 75px;
    overflow-y: auto;
    height: 100vh;
    position:relative;
}
#centerWrapper{
    position:relative;
}
.caption a:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.scrollbar
{
    background: url("assets/images/menu.jpg");
    background-size: cover;
    float: left;
    height: 100vh;
    width: 15%;
    position:relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#style-3::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgba(12, 12, 12, 0.75);
    display: block;
    width: 100%;
    height: 100%;
}
#centerWrapper::before {
    position: relative;
    content: '';
    top: 0px;
    left: 0px;
    /*background: rgba(12, 12, 12, 0.75);*/
    display: block;
    height: 100%;
}
.scrollbar1
{
    height: 100vh;
    width: 85%;
    background: #cccccc1c;
   overflow-y: auto;
   /* margin-bottom: 25px;*/
    float: left;
}
#section0,#section1 , #section2 , #section3,#section4,#section9{
    position:relative ;
    background-color:unset !important;
}
#section5{
    position:relative;
}
#section7, #section6,#section8,#section12 {
    position:relative;
}

.tabs li img
{
      width: 30%;
    /* margin-right: 20px; */
    display: table;
        margin: 0 auto;
}
#owl-demo5 img{
        width: 92%;
}
.view-caption{
    margin: -10px auto;
    background: #0000009c;
    padding: 12px 0 24px;
    width:91%;
}
.view-caption h4{
    color: #fff;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
}
.welcome1{
    padding: 140px 0;
}
.fa-play:before {
    content: "\f04b";
}
.fa-play{
       position: absolute;
    top: 180px;
    border: 2px solid #fff;
    border-radius: 50%;
   padding: 11px;
    font-size: 29px;
    right: 262px;
    color: #fff;
}
.caption a{
    color: #9b0c09;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 1px;
}
.caption a:focus,.caption a:hover {
    color: #8b0027 !important;
    text-decoration: none !important;
}
#section5 #owl-demo6{
    padding-top: 110px;
}
#owl-demo6 iframe{
    height: 90% !important;
}
#section5::before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.63);
    display: block;
    width: 100%;
    height: 100%;
}

.caption h3,.caption p {
text-align:center;
}

.now-pick{
    font-size: 16px;
    border: 1px solid #000;
    width: 80%;
    margin: 0 auto;
    display: table;
    border-radius: 4px;
    padding: 7px;
}
.radioonline {
    width: 90% !important;
}
.radio {
      padding-left: 50px;
    text-align: left;
    border: 1px solid #564646;
    background: #403d3d;
    width: 86%;
    margin: 0 auto;
    /* display: table; */
    padding: 3px 25px;
    border-radius: 5px;
    margin-bottom:25px !important;  
}
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      top: 0.5px;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3.5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #c14949;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
.list td input{
    width: 100%;
}
.cus .form-control {
    width: 75%;
    margin: 0 auto;
}
#rightWrapper .form-control{
    background: #403d3d;
    border: 1px solid #564646;
    color: #d2cece;
}
.cus label{
        text-align: left;
    display: block;
    padding-left: 43px;
    padding-top: 2px;
    font-weight: 500;
}
/*.............contact us............*/
#section6::before
{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
     background: rgba(0, 0, 0, 0.39);
}
#section8 {
    padding: 104px 0 0;
}
#section9 .row{
    padding-top: 125px;
    position: relative;
}
#section7::before
{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
}
#section10 {
    padding: 10px 0 0;
    color:#fff;
}
.contact{
    margin: 15px auto 0;
    border: 4px solid rgba(105, 103, 103, 0.4);
    padding: 25px 0 0;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}
.contact input[type="text"],#section10 .contact input[type="email"]
{
    width: 75%;
    margin-bottom: 15px;
    height: 40px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid;
}
#section10 .contact input[type="text"],#section10 .contact input[type="email"],#section10 .contact textarea{
    color:#fff !important;
    background: #2a2c35;
    border: 1px solid #323338;
    outline:0;
}
.contact textarea
{
  width: 75%;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid;

}
.contact input[type="submit"]
{
  margin: 0 auto;
  display: table;
  padding: 10px 50px;
  background: linear-gradient(to top left, #e62117 0%, #333 100%);
  border: 1px solid #b60e0a;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  outline:0;
}
.blue{
        width: 21%;
    display: inline-block;
        font-weight: 600;
    color: #cecece;
    padding-left: 8px;
}
.contact a{
    font-size: 14px;
    color:#a9a0a0;;
}
.contact a:focus,.contact a:hover {
    color: #b60e0a;
    text-decoration: unset;
}
.contact h4{
    text-align: left;
    color: #b60e0a;
}
address{
    text-align:left;
}
.contact .fa{
    font-size: 20px;
    color:#b60e0a;
    padding-right: 12px;
}
#map
{
    width: 85%;
    height: 300px;
}
.pushy-content i
{
    float: right;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.caption2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff !important;
    width: fit-content;
    width: -moz-max-content;
    width: 76%;
}
.caption2 h3 {
  color: #fff !important;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
        height: 50px;
}
.caption2 a{
 color: #fff;
    background: linear-gradient(to bottom, #e62117 0%, #333 100%);
    padding: 2px 7px;
    margin: 6px 0px;
    display: block;
    border-radius: 4px;
    font-size: 18px;
}
.img-responsive{
    border-radius: 16px;
    width: 100%;
    height: 450px !important;
}
.caption3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff !important;
    width: fit-content;
    width: -moz-max-content;
}
.caption3 h3 {
  color: #fff !important;
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 2px;
}
.caption3 a{
 color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    padding: 4px 0px;
    margin: 12px 0;
    display: block;
    border-radius: 4px;
    font-size: 16px;
}
.catering{
    color: #b60e0a;
    font-size: 70px;
    font-family: 'Playball',sans-serif;
    position: absolute;
    letter-spacing: 3px;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
     background-color: #b60e0a;
    background-image: linear-gradient(45deg, #b60e0a 33%, #e02f2b 50%, #ef5151 67%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-weight: 400;
    -webkit-animation: shimmer 1.5s infinite alternate ease-in-out;
    animation: shimmer 1.5s infinite alternate ease-in-out;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.btn-primary,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline:0 !important;
}
#section7 .thumbnail{
    background:transparent;
}
.caption2 a:focus,.caption3 a:focus, .caption2 a:hover,.caption3 a:hover {
    color: #fff !important;
    text-decoration: none !important;
    background:#000;
}
.overlay-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000a8;
}

.img-holder:hover .overlay-img {
  opacity: 1;
}

.img-text {
  font-family: 'Playball',sans-serif;
     color: white;
    font-size:38px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    letter-spacing: 1px;
    width:75%;
}
.img-cater{
    font-size:20px;
    color:red;
    text-align:left;
}
.card-block table{
    width: 100%;
    text-align: left;
    margin: 0 auto 10px;
    border: 1px solid;
    /* padding: 24px; */
}
.card-block table tr{
         height: 35px;
}
.online-continue{
        color: red;
    float: right;
    margin-right: 12px;
    font-size: 15px;
}
.online-continue:hover{
    color:red;
}
.card-block table thead{
    border-bottom: 1px solid;
}
.card-block table td{
    border:1px solid;
    padding-left:3px;
}
.card-block tfoot tr{
    height:35px;
}
.card-block table i{
    color:red;
    padding:7px;
}
.card-block table th{
    text-align:center;
}
.leftbtn {
    left: 78% !important;
}
.table-check{
    position: absolute;
    bottom: 0;
    width: 11%;
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    right: 0;
    padding: 5px 0;
    font-size: 22px;
    font-family: fantasy;
    text-decoration: unset;
    border: unset;
    letter-spacing:1px;
    outline:#fff;
    font-weight:500;
}
.table-check:hover{
    color:#000;
    text-decoration: unset;
}
.table-check1{
    position: absolute;
    bottom: 0%;
    width: 11%;
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    right: 11%;
    padding: 5px 0;
    font-size: 22px;
    font-family: fantasy;
    text-decoration: unset;
    border: unset;
    letter-spacing:1px;
    outline:#fff;
    font-weight:500;
    text-align:center;
    cursor:pointer;
}
.table-check1:hover{
    color:#000;
    text-decoration: unset;
}
.fa-hand-o-left {
    color: #f9f8f8 !important;
}
.spntext {
    background-image: linear-gradient( to top left, #ce2a21 36%, #793d3d 100% );
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.customer label{
        display: table;
        padding-top: 9px;
        margin: 0;
}
.customer form{
        margin:12px;
}
.customer .form-control{
    height: 27px;
    background: #403d3d;
    border: 1px solid #564646;
    color: #d2cece;
    padding: 0 8px;
}
#owl-demo6 .owl-item .col-md-6 {
    width:100%;
}
#owl-demo6 .owl-buttons .owl-prev{
    position: absolute;
    left: -9%;
    top: 24%;
}
#owl-demo6 .owl-buttons .owl-next{
    position: absolute;
    right: 0%;
    top: 26%;
}
#owl-demo6 .owl-buttons {
    position: unset;
    top: 50%;
}
#owl-demo6 .owl-buttons .owl-prev:before{
    color: #676765;
    font-size: 7em;
    left:48px;
}
#owl-demo6  .owl-buttons .owl-next:before{
    color: #676765;
    font-size: 7em;
    right:48px;
}
#owl-demo6 .owl-controls .owl-page, #owl-demo6 .owl-controls .owl-buttons div{
    background:unset;
}
#owl-demo7 .owl-item .col-md-6, #owl-demo8 .owl-item .col-md-6 {
    width:100%;
}
#owl-demo7 .owl-buttons .owl-prev, #owl-demo8 .owl-buttons .owl-prev{
    position: absolute;
    left: -6%;
    top: 40%;
}
#owl-demo7 .owl-buttons .owl-next , #owl-demo8 .owl-buttons .owl-next{
    position: absolute;
    right: -1%;
    top: 43%;
}
#owl-demo7 .owl-buttons , #owl-demo8 .owl-buttons{
    position: unset;
    top: 50%;
}
#owl-demo7 .owl-buttons .owl-prev:before, #owl-demo8 .owl-buttons .owl-prev:before{
    color: #676765;
    font-size: 7em;
    left:57px;
}
#owl-demo7  .owl-buttons .owl-next:before, #owl-demo8  .owl-buttons .owl-next:before{
    color: #676765;
    font-size: 7em;
    right:50px;
}
#owl-demo7 .owl-controls .owl-page, #owl-demo7 .owl-controls .owl-buttons div, #owl-demo8 .owl-controls .owl-page, #owl-demo8 .owl-controls .owl-buttons div{
    background:unset;
}
#owl-demo7 img, #owl-demo8 img{
    width:100%;
    height: 260px;
}
#owl-demo7 .img-holder, #owl-demo8 .img-holder{
    background: rgba(185, 26, 18, 0.61);
}
#owl-demo7 h5, #owl-demo8 h5{
    font-size:15px;
}
#owl-demo7, #owl-demo8{
    position:relative;
}

#owl-demo9 .owl-item .col-md-3 {
    width:100%;
}
#owl-demo9 .owl-buttons .owl-prev{
    position: absolute;
    left: -4%;
    top: 24%;
}
#owl-demo9 .owl-buttons .owl-next{
    position: absolute;
    right: 0%;
    top: 26%;
}
#owl-demo9 .owl-buttons {
    position: unset;
    top: 50%;
}
#owl-demo9 .owl-buttons .owl-prev:before{
    color: #676765;
    font-size: 7em;
    left:48px;
}
#owl-demo9  .owl-buttons .owl-next:before{
    color: #676765;
    font-size: 7em;
    right:48px;
}
#owl-demo9 .owl-controls .owl-page, #owl-demo9 .owl-controls .owl-buttons div{
    background:unset;
}

.blog-content{
    color: #fff;
    text-align: justify;
    padding: 0 25px;
    position:relative;
}
#owl-demo10 .owl-item .col-md-3 {
    width:100%;
}
#owl-demo10 .owl-buttons .owl-prev{
    position: absolute;
    left: -4%;
    top: 24%;
}
#owl-demo10 .owl-buttons .owl-next{
    position: absolute;
    right: 0%;
    top: 26%;
}
#owl-demo10 .owl-buttons {
    position: unset;
    top: 50%;
}
#owl-demo10 .owl-buttons .owl-prev:before{
    color: #676765;
    font-size: 7em;
    left:48px;
}
#owl-demo10  .owl-buttons .owl-next:before{
    color: #676765;
    font-size: 7em;
    right:48px;
}
#owl-demo10 .owl-controls .owl-page, #owl-demo10 .owl-controls .owl-buttons div{
    background:unset;
}
.date-blog, .blog-content{
    position:relative;
}
.date-blog {
        padding: 0px 43px;
}
.date-blog p{
position: absolute;
    left: 0;
    bottom: 0.5px;
    background: #b91a12;
    padding: 6px 15px;
    margin: 0;
    color: #fff;
}
.blog-content a{
    position: absolute;
    bottom: -94px;
    left: 19px;
    color: #fff;
    text-decoration: unset;
    background: #da2219;
    padding: 8px;
}
.blog-content a:focus{
    background:#000;
    color:#fff;
}
.blog-content a:hover{
    text-decoration: unset;
     color:#fff;
}
.swipe-animation {
  position: relative;
  width: 500px;
  height: 200px;
  margin: 120px auto 0;
  overflow: hidden;
}

.credit-card {
      width: 357px;
    height: 140px;
    background: #dadada;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    animation: swipe-card 3s ease-in-out infinite;
}
.credit-card .scc-tripe {
  position: absolute;
  background: #434343;
  width: 100%;
  height: 25px;
  bottom: 30px;
}

.swiper-top, .swiper-bottom {
  border-radius: 8px 8px 0 0;
  position: absolute;
  background: #434343;
}

.swiper-top {
  height: 20px;
  bottom: 105px;
  z-index: 0;
  width: 400px;
  left: calc(50% - 200px);
}

.swiper-bottom {
  height: 100px;
  bottom: 0;
  z-index: 3;
  width: 420px;
  left: calc(50% - 210px);
}
.swiper-bottom .light-indicator {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dadada;
  animation: reader-light 2s ease-in-out infinite;
}

@keyframes swipe-card {
  0% {
    margin-left: -150px;
    transform: rotate(25deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    margin-left: 500px;
    transform: rotate(-25deg);
  }
}
@keyframes reader-light {
  0% {
    background: #dadada;
  }
  60% {
    background: #B8FD99;
  }
}
.fp-viewing-0 .ro-main-menu {
  background-color: transparent;
}
.caption-1{
    height:55px;
}
.caption-1 a{
    color:#fff;
}
.caption-1 a:focus, .caption-1 a:hover {
    color: #777;
    text-decoration: unset;
}
.modal-header .close:focus,.modal-header .close:hover {
    color: #f7423e !important;
}
.modal-header .close{
    color: #f7423e !important;
    opacity: 0.8;
}
#section1 p{
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0;
}
.modal-body .col-md-3{
    padding:3px;
}
.modal{
    background:#000;
}
.modal-content{
    box-shadow: 0 1px 15px 2px rgba(255, 255, 255, 0.12);
}
.container-2{
    color:#fff;
}
/* The container */
.c1 {
   display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.thumbnail label{
    margin-bottom:0;
}
.c1 img{
    width:100%;
}
/* Hide the browser's default checkbox */
.c1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    background-color: rgba(226, 12, 12, 0.5);
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.c1:hover input ~ .checkmark {
    background-color: rgba(226, 12, 12, 0.5);
}

/* When the checkbox is checked, add a blue background */
.c1 input:checked ~ .checkmark {
    background-color: rgba(226, 12, 12, 0.5);
}

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

/* Show the checkmark when checked */
.c1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.c1 .checkmark:after {
   left: 8px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-footer .btn-primary ,.modal-header .btn-primary,.open>.dropdown-toggle.btn-primary{
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    outline:0;
}
.modal-footer .btn-primary:hover, .modal-footer .btn-primary:focus,.modal-header .btn-primary:hover, .modal-body .btn-primary:focus, .modal-header .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: #e2615e;
    border-color: #e2615e;
    outline:0;
}
.modal-dialog {
    width: 600px;
    margin: 9px auto;
}
.modal-header .close{
    font-size:36px;
}
.myModal .dropdown-menu>li>a{
    color:#fff !important;
}
.myModal .dropdown-menu>li>a:focus,.myModal .dropdown-menu>li>a:hover{
    color:#000 !important;
}
.star-rate i{
    color:yellow;
    font-size:22px;
    padding-bottom: 34px;
}
.caption-detail{
    padding:5px;
}

.caption-detail .product-input-group {
    text-align: center;
}
.caption-detail .btn-group, .selectpicker{
    background: #2f2f2f;
    margin-bottom: 12px;
    color: #fff;
    border-radius: 4px;
}
.caption-detail .btn-group a{
    color:#fff;
    font-size:14px;
}
.caption-detail .btn-group .fa{
    font-size:17px;
}
.caption-detail h3{
    margin-top:0;
}
.caption-detail .dropdown-menu{
    background: #000;
    border: 1px solid #2d2b2b;
    color:#fff;
}
.caption-detail .show-tick button{
    background: #2f2f2f;
    color: #fff;
    border: 1px solid #2f2f2f;
    font-size:17px;
}
.caption-detail .show-tick .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#myModal1 .modal-title {
    float: left;
    font-family: 'Playball',sans-serif;
    font-size: 30px;
    color: #b60e0a;
}
#myModal1{
    outline:unset;
}
#myModal1 .modal-body{
    font-family:'PT Sans Narrow', sans-serif;
}
.product-input-group {
        clear: both;
    margin: 0;
    position: relative;

}
.quantity-field{
    color: #000;
    width: 25%;
    padding: 13px 9px 6px;
    background: #fff;
    border: none;
    border-radius: 0px;
    top: 0px;
    text-align: center;
}
.button-plus, .button-minus{
    padding: 0px 14px 1px;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    border: 1px solid #b60e0a;
    font-size: 25px;
    color: #fff;
}
#myModal1 .modal-body .btn-primary{
    font-size: 17px;
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    border-color: #b60e0a;
    outline: unset;
    width: 99%;
    margin-top: 12px;
}
.modal-body .btn-primary:hover {
    color: #fff;
    background-color: #e2615e;
    border-color: #e2615e;
}
#myModal .dropdown-menu>li>a{
    color:#fff;
}
#myModal .dropdown-menu>li>a:focus, #myModal .dropdown-menu>li>a:hover{
    color:#000;
}
.alert-topping {
    padding: 11px;
    background-color: #f44336;
    color: white;
    font-size:15px;
}

.alert-topping .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.table-package{
  width: 100%;
  border: 1px solid rgb(64, 60, 60);
}
.table-package img {
  width: 100%;
  border-radius: 100%;
}
.table-package .table-img{
  width: 20%;
}
.table-package td{
  width: 60%;
}
.table-package .pric-tbl{
  font-family: fantasy;
  width: 20%;
}
.table-img{
  text-align: center;
}
.table-package label{
  font-size: 13px;
  font-weight: 100;
  padding-left: 6px;
}
#myModal .col-md-4{
  padding: 4px;
}
.c1 p{
    /*float: left;*/
    padding-right: 15px;
    color: #ecd7d7;
    margin-top:12px;
}
.table-img{
    color:#fff;
}
/*.p1{*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*    margin-left: 15px;*/
/*    background: #8e1208;*/
/*    padding: 11px;*/
/*    border-radius: 4px;*/
/*}*/
.container-1 *,
.container-1 *:before,
.container-1 *:after {
  box-sizing: border-box;
}
.container-1 {max-width:100%; margin:0rem auto;}

.row-1 {
  column-width: 15em;
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    column-gap: 1rem;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    display: inline-block;
    width: 100%;
    padding-top: 2em;
    float: left;
    /*text-transform: lowercase;*/
}
.row-1 .item h4{
    /*font-family: 'Playball',sans-serif;*/
    font-size: 20px;
    color: #b50900;
    margin: 0;
    font-weight: 600;
}
.row-1 .item p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 20px 0 18px;
    font-weight: 500;
}
.row-1 .item {
      display: inline-block;
    position: relative;
    width: 100%;
    color: #fff;
    margin: 5px;
}
.row-1 .item ul{
  color: #fff;
  list-style: none;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 0;
}
.row-1 .item img {max-width:100%;}
.check-price{
    display: inline-block;
    font-family: fantasy !important;
    margin-right: 78px;
    margin-bottom: 0;
    margin-top: 89px !important;
    background: #b60e0a;
    padding: 12px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 24px !important;
    float: right;
}
.check-price1{
    display: inline-block;
    /*font-family: fantasy !important;*/
    margin-left: 0px;
    margin-bottom: 25px;
    background: rgba(182, 14, 10, 0.7);
    padding: 12px 65px;
    border-radius: 9px;
    color: #fff;
    font-size: 18px !important;
    float: left;
    margin-top: 25px;
}
#myModal .modal-footer{
        border-top: 1px solid #717171 !important;
}
#myModal .modal-header{
        border-bottom: none !important;
        padding: 0 15px;
}
#myModal1 .thumbnail{
    color:#fff;
}
#myModal1 .product-input-group label{
    color:#fff;
}
#myModal1 .panel{
    color:#fff;
}
#myModal1 .modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.container-2 .modal-footer{
        margin-top: 85px;
}
.discount-rate{
    background: #8e1208;
    border-radius: 22px;
    width: 25%;
color:#fff;
float:left;
}
.discount-rate td{
    padding: 8px 18px 0px;
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.discount-price{
    font-size: 21px !important;
    font-family: 'Playball',sans-serif !important;
    font-weight: 600;
}
.dis-qty {
    width: 48%;
    background: #000;
    padding: 7px 0;
    border-radius: 10px;
    text-align: center;
    margin-top: 35px;
    color: #fff;
    margin-left: 12px;
}
.dis-qty .d1{
    background:#403d3d;border: 1px solid #564646;    color: #d2cece;width: 20%;display: initial;
}
.dis-qty .button-plus,.dis-qty .button-minus {
    border: 1px solid #b60e0a;
    font-size: 25px;
    border-radius: 4px;
}
.dis-qty .quantity-field {
    width: 15%;
    padding: 12px 9px 5px;
    border-radius: 4px;
}
.register-form *,
.register-form *:before,
.register-form *:after {
  box-sizing: border-box;
}
.register-form h4 {
  color: #b60e0a;
}
.register-form input,
.register-form input[type="radio"] + label,
.register-form input[type="checkbox"] + label:before,
.register-form select option,
.register-form select
.register-form textarea{
  width: 100%;
  padding: 1em;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.57);
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
color:#fff;
}
.register-form input:focus {
  outline: 0;
  border-color:rgba(228, 14, 14, 0.27);
}
.register-form input:focus + .input-icon i {
  color: #b60e0a;
}
.register-form input:focus + .input-icon:after {
  border-right-color: #b60e0a;
}
.register-form input[type="radio"] {
  display: none;
}
.register-form input[type="radio"] + label,
.register-form select {
  display: inline-block;
  width: 50%;
  text-align: left;
  float: left;
  border-radius: 0;
  border:1px solid #4d4d4d;
}
.register-form input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.register-form input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.register-form input[type="radio"] + label i {
  padding-right: 0.4em;
}
.register-form input[type="radio"]:checked + label,
.register-form input:checked + label:before,
.register-form select:focus,
.register-form select:active {
  background-color: #b60e0a ;
  color: #fff;
  border-color:rgba(228, 14, 14, 0.27);
}
.register-form select option:hover,.register-form select option:focus{
background-color:green;
}
.register-form input[type="checkbox"] {
  display: none;
}
.register-form input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
  margin-left:0px;
}
.register-form input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.35em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
}
.register-form input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.45em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
.register-form input:checked + label:after {
  opacity: 1;
}
.register-form select {
  height: 3em;
line-height: 2;
color: #fff;
background: #2a2929;
}
.register-form select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.register-form select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.register-form select:focus,
.register-form select:active {
  outline: 0;
}
.register-form select option {
  background-color: #b60e0a;
  color: #fff;
padding-left: 4.4em;
}
.register-form .input-group {
  margin-bottom: 1em;
  zoom: 1;
}
.paypal{
    width:100% !important;
}
.paypal a{
    color:#fff;
    text-decoration:none;
}
.paypal a:focus,.paypal a:hover {
    color: #fff;
    text-decoration: none;
}
.register-form .input-group:before,
.register-form .input-group:after {
  content: "";
  display: table;
}
.register-form .input-group:after {
  clear: both;
}
.register-form .input-group-icon {
  position: relative;
  width:100%;
}
.register-form .input-group-icon input ,.register-form .input-group-icon textarea , .register-form .input-group-icon select{
  padding-left: 4em !important;;
}
.register-form .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.register-form .input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.register-form .input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color:#777;
}
.register-form .row {
  zoom: 1;
}
.register-form .row:before,
.register-form .row:after {
  content: "";
  display: table;
}
.register-form .row:after {
  clear: both;
}
.register-form .col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.register-form .col-half:last-of-type {
  padding-right: 0;
}
.register-form .col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.register-form .col-third:last-of-type {
  padding-right: 0;
}
.addr{
      width: 100% !important;
  padding: 1em;
  line-height: 1.4;
  background-color: rgba(0, 0, 0, 0.57);
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
color:#fff;
}
.accordion {
    background-color: rgba(0, 0, 0, 0.63);
    color: #fff;
    cursor: pointer;
    padding: 11px;
    width: 100%;
    border: 1px solid rgba(82, 78, 78, 0.25);
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    border-radius: 4px;
    margin: 5px 0;
}
 .accordion:hover {
    background-color: rgba(19, 18, 18, 0.53);
}

.panel {
    padding: 8px 18px;
    display: none;
    background-color: #2f2f2f !important;
    overflow: hidden;
    margin-bottom: 0;
}
.s-m input{
  padding: .7em;
  border: 1px solid #555;
}
.s-m .addr{
  border: 1px solid #555;
}
.s-m  .input-group-icon .input-icon:after{
    top: 0.5em;
    bottom: 1em;
}
.register-form .addr:focus {
    outline: 0;
    border-color: rgba(228, 14, 14, 0.27);
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.rating {
        font-size: 38px;
        overflow: hidden;
        float:left;
        }
.rating a {
            float:right;
            color: #aaa;
            text-decoration: none;
            -webkit-transition: color .4s;
            -moz-transition: color .4s;
            -o-transition: color .4s;
            transition: color .4s;
        }
        .rating a:hover,
        .rating a:hover ~ a,
        .rating a:focus,
        .rating a:focus ~ a        {
            color: orange;
            cursor: pointer;
            text-decoration: none;
        }
        .rating2 a {
            float:none
        }
        .rating2 {
            direction: rtl;
        }
        iframe{
  height: 200px !important;
  width: 90%;
border:none;
}
.img-holder{
  width: 100%;
  height: 450px;
}
.apply-nw{
     position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, #e62117 0%, #333 100%);
    padding: 8px 12px;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
}
.modal-body .thumbnail{
    margin-bottom:0 !important;
}
.package-register .btn-primary {
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    outline: 0;
        width: 30%;
}
.click-payment .btn-primary{
     color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    outline: 0;
    width: 30%;
    margin: 0 auto;
    display: table;
}
.modal-total{
    padding-left: 15px;
}
.container-2 .col-md-5 h3 ,.container-2 .col-md-7 h3{
    margin-top: 0;
    font-family: 'Playball',sans-serif;
    font-size: 32px;
}
.click-payment .loc-tion select{
    width: 94%;
    margin: 0 auto;
    border: 1px solid #c1a2a1;
    text-align: left;
    border: 1px solid #564646;
    background: #403d3d;
    width: 86%;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 25px !important;
    color: #fff;
}
.click-thanq{
    margin:12px 0;
}
.click-thanq a{
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    padding: 2px;
    font-size: 26px;
    border-radius: 4px;
    display: table;
    width: 23%;
    margin: 10px auto;
}
.click-thanq a:focus,.click-thanq a:hover {
        color: #fff;
    background-color: #e2615e;
    border-color: #e2615e;
    text-decoration: unset;
}
#myModal .modal-content{
    height:100vh;
}
#myModal .modal-dialog{
    margin:0;
}
#myModalapplyjob h3{
    color:#fff;
}
.caption-detail .btn-group , .caption-detail .btn-group a{
      width: 100%;
      text-align: left;
}
.caption-detail .btn-group a{
  font-size: 17px;
}
#rightWrapper .card-block h3{
    color: #fff;
    font-size: 25px;
    font-family: 'Playball',sans-serif;
    letter-spacing: 1px;
    margin-top: 10px;
}
h3#location_js{
    font-size: 18px !important;
    padding: 10px;
}
.img-holder .event{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: 'Playball',sans-serif;
}
.img-holder .event h1{
  margin: 0;
}
#myModalgallery .thumbnail {margin-bottom:6px;}

#myModalgallery .carousel-control.left,#myModalgallery .carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
#modal-gallery img{
  height: 470px;
  width: 100%;
}
#modal-gallery .modal-content {
    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #999;
    border: 1px solid rgba(255, 253, 253, 0.2);
    border-radius: 6px;
    color: #fff;
}
#myModaloutlet h4{
  color: #b60e0a;
}
#myModaloutlet  p{
  color: #ead3d3;
}
#myModaloutlet a {
    color: #ead3d3 !important;
    text-decoration: none;
}
#section11{
padding-top:30px;
}
#section11 .row{
color: #fff;
text-align: left;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 18px;
width: 90%;
margin: 39px auto;
}
#section12 .row, #section13 .row{
color: #fff;
text-align: left;
font-family: 'PT Sans Narrow', sans-serif;
}
/* Hide the images by default */
.event-images .mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.event-images .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.event-images .prev,
.event-images .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
      text-decoration: unset;
}

/* Position the "next button" to the right */
.event-images .next {
      right: 15px;
  border-radius: 3px 0 0 3px;
      text-decoration: unset;
}

/* On hover, add a black background color with a little bit see-through */
.event-images .prev:hover,
.event-images .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.event-images .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.event-images .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.img-text {
    font-size: 35px;
}
.event-images .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.event-images .column {
  float: left;
    width: 50%;
    padding: 0 7px 7px 0;
}

/* Add a transparency effect for thumnbail images */
.event-images .demo {
  opacity: 0.6;
}

.event-images .active,
.event-images .demo:hover {
  opacity: 1;
}
.event-images .mySlides img{
    height: 400px;
    width: unset !important;
    margin: 0 auto;
    display: table;
}
.event-images .caption-container #caption{
  font-family: 'PT Sans Narrow', sans-serif;
}
.event-images .col-md-4{
  overflow-y: auto;height: 440px;
}
.modal-header {
    border-bottom: 1px solid #564646 !important;
}
#myModalgallery .modal-header h3{
margin:0;
}
.click-pay-8 .btn-primary {
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    outline:0;
}
.step6 a{
   color: #fff;
background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
border-color: #b60e0a !important;
padding: 12px;
font-size: 15px;
border-radius: 4px;
    margin: 0 auto;
    display: table;
}
.step6 a:focus,.step6 a:hover {
    color: #fff;
    text-decoration: unset;
}
.privacy a{
    color: #F44336;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 600;
} 
.privacy a:focus,.privacy a:hover {
    color: #fff;
    text-decoration: unset;
}
.privacy-policy h2{
    color: #b60e0a;
    font-size: 47px;
    font-family: 'Playball',sans-serif;
    letter-spacing: 3px;
    padding-bottom: 15px;
}
.privacy-policy{
    background: #000;
    color: #9c9c9c;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    /*background: url(https://img.freepik.com/free-vector/black-vector-abstract-background_1340-8573.jpg?size=338&ext=jpg);*/
    /*background-size:cover;*/
    /*background: linear-gradient(to bottom, #1f1e1eeb, #2f1d1c)*/
}
.privacy-policy .container {
    padding: 50px;
    background: #232222;
}
.privacy-policy p {
    color: #ffffffcc;
}
.privacy-policy b{
  color: #d8100b;
}
.terms-cond {
outline: unset;
color: #b60e0a;
float: right;
font-size: 15px;
}
.terms-cond :focus, .terms-cond:hover {
    color: #fff;
    text-decoration: unset;
}
.blog-content h3{
    font-size:23px;
}
#myModalregister .modal-title{
    color: #b60e0a;
    font-size: 45px;
    font-family: 'Playball',sans-serif;
    /* position: absolute; */
    letter-spacing: 3px;
    /* top: 25%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    background-color: #b60e0a;
    background-image: linear-gradient(45deg, #b60e0a 33%, #e02f2b 50%, #ef5151 67%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-weight: 400;
    -webkit-animation: shimmer 1.5s infinite alternate ease-in-out;
    animation: shimmer 1.5s infinite alternate ease-in-out;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    text-align: center;
}
#myModalregister .modal-dialog{
width:75%;
}
.acc-name{
    font-family: 'Playball',sans-serif;
    color: #b60e0a;
    font-size: 33px;
}
.acc-addr{
color: #e6e6e6;
font-family: 'PT Sans Narrow', sans-serif;
font-size: 16px;
}
#myModalregister .acc-addr:first-child{
    padding-left:98px !important;
}
.acc-new .input-group{
   float: left;
    width: 50%;
    padding-right: 7px;
}
.acc-new .btn-primary {
    color: #fff;
background: linear-gradient(to top left, #e62117 0%, #333 100%);
border-color: #e62117;
float: right;
width: 18%;
padding: 8px 0;
margin: 38px 12px 0;
}
.acc-new{
font-family: 'PT Sans Narrow', sans-serif;
font-size:14px;
}
.my-order{
    color: #b9b9b9;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    border: 1px solid #585757;
    margin: 0 12px;
    width: 97% !important;
}
.my-order h4{
color: #e6e6e6 !important;
}
.order-id{
    float: left;
    background: #b60e0a;
    padding: 0 12px;
    margin: 7px 0;
}
.order-track{
float:right;
    background: rgba(255,255,255,.15);
    padding: 0 12px;
    margin: 7px 0;
}
.gallery-head{
    color: #b60e0a;
    font-size: 47px;
    font-family: 'Playball',sans-serif;
    position: absolute;
    top: 10%;
    letter-spacing: 3px;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #b60e0a;
    background-image: linear-gradient(45deg, #b60e0a 33%, #e02f2b 50%, #ef5151 67%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    font-weight: 400;
    -webkit-animation: shimmer 1.5s infinite alternate ease-in-out;
    animation: shimmer 1.5s infinite alternate ease-in-out;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.media-head{
    color: #b60e0a;
    font-size: 47px;
    font-family: 'Playball',sans-serif;
    position: absolute;
        top: 10%;
    letter-spacing: 3px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.career-head{
    color: #b60e0a;
    font-size: 60px;
    font-family: 'Playball',sans-serif;
    position: absolute;
    top: 10%;
    letter-spacing: 3px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.career-head {
    top: 10%;
    letter-spacing: 3px;
    left: 50%;
    transform: translate(-50%,-50%);
}
#section9 .img-holder{
    border-radius: 16px;
    width:100%;
    height:450px;
}
#myModaloutlet .col-md-4 img{
    width:100%;
}
.pack-ages{
    height:340px;
    position: relative;
    width:100%;
}
.menu-head{
    margin: 0;
    color: #b60e0a;
    font-size: 47px;
    font-family: 'Playball',sans-serif;
    position: absolute;
    top: 2%;
    letter-spacing: 3px;
    left: 50%;
}
.visit-head {
    color: #b60e0a;
    font-size: 48px;
    font-family: 'Playball',sans-serif;
    letter-spacing: 3px;
}
.open-gift-voucher{

}
.container-2 .modal-title{
    color: #fff;
    padding-left: 8em;
    padding-top: 1em;
}
.click-signup .register-form .input-group-icon .input-icon {
    height: 2.4em;
    line-height: 2.4em;
}
.click-signup .register-form input, .register-form .input-group-icon textarea{
    width: 100%;
    font-size: 13px;
    padding: .4em 0em;
}
.register-form .input-group {
    margin-bottom: 0.5em;
}
.free-gift button{
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    outline: 0;
    width: 30%;
    margin-bottom: 12px;
}
.open-gift input[type=radio] {
    margin: 12px 8px 0;
    line-height: normal;
    float: left;
}
.caption-price{
    float: left;
    width: 50%;
    margin-top: 0px;
    color: #f5ce11;
    font-size: 22px;
    font-family: 'Playball',sans-serif;
}
.det .btn-group{
    width: 50%;
    outline:0;
}
.det .btn-group a {
    font-size: 13px;
    padding: 4px;
    outline:0;
}
.caption-detail .btn-group.open .dropdown-toggle , .caption-detail .open>.dropdown-toggle.btn-default:hover,.caption-detail .btn-default.active,.caption-detail .btn-default:active,.caption-detail .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #adadad;
    outline:0;
}
.det .show-tick button{
    font-size: 13px;
    outline:0;
}
.caption-detail .dropdown-menu>li>a:focus,.caption-detail .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #484646;
    outline:0;
}
.det .quantity-field {
    color: #fff;
    width: 63%;
    margin: 0 auto;
    padding: 5.5px;
    background: #2f2f2f!important;
    border: none;
    border-radius: 0px;
    top: -2px;
    text-align: center;
    position: relative;
    outline:0;
}
.det .button-plus,.det .button-minus {
    padding: 2px 12px;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    border: 1px solid #b60e0a;
    font-size: 18px;
    color: #fff;
    outline:0;
    border-radius:2px;
}
.det .btn-primary {
    font-size: 13px;
    color: #fff;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    border-color: #b60e0a;
    width: 99%;
    outline:0;
    height:32px;
}
.det .btn-primary:hover ,.det .btn-primary.focus,.det .btn-primary:focus,.det .btn-primary.active.focus, .det .btn-primary.active:focus, .det .btn-primary.active:hover, .det .btn-primary:active.focus, .det .btn-primary:active:focus, .det .btn-primary:active:hover, .det .open>.dropdown-toggle.btn-primary.focus, .det .open>.dropdown-toggle.btn-primary:focus, .det .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background:linear-gradient(to top left, #e62117 0%, #333 100%);
    border-color: #b60e0a;
    outline:0;
}
.det .add-cart{
    display:none;
    height:32px;

}
.det .product-input-group{
    display:none;

}
.caption-det{
    height:84px;
}
.save_address textarea{
    width: 100%;
    color: #fff;
    background: #403d3d;
    border: 1px solid #443b2d;
    border-radius: 4px;
    height: 42px;
    white-space: pre-line;
}
#myModallogin h3, #myModalpass h3 ,#myModalpayment h3,#myModalterms h3{
    color:#fff;
}
#myModalpayment label{
        color: #ccc;
}
.free-gift{
    color:#ccc;
    text-align: center;
}
#termss label{
    color:#fff;
}
#myModalpass{
    z-index: 9999;
}
.open-gift .radio{
    background:unset;
    border:unset;
        margin: 0;
}
.open-gift label{
    background:unset;
    border:unset !important;
     background-color:unset !important;
    padding: 3px 8px !important;
    width:100% !important;
}
.open-gift input[type="radio"]:checked + label,  .open-gift select:focus, .open-gift select:active,.open-gift input[type="radio"]{
    background:unset;
    border:unset !important;
}
.chge-no .btn-primary {
       color: #fff;
       background: linear-gradient(to top left, #e62117 0%, #333 100%);
       border-color: #e62117;
       float: right;
       width: 18%;
       padding: 8px 0;
       margin: 38px 12px 0;
   }
#myModalterms .register-form .input-group-icon {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 6px;
}
   .addre{
       width:99% !important;
   }
@-webkit-keyframes shimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@media only screen and (max-width: 540px) {
  .register-form .col-half {
    width: 100%;
    padding-right: 0;

  }
}

/*.step1 span {*/
/*    float: left;*/
/*    position: relative;*/
/*    top: 5px;*/
/*    color: #e7ecf3;*/
/*}*/
/*.step1 i {*/
/*    font-size: 20px;*/
/*    display: inline-block;*/
/*    vertical-align: bottom;*/
/*    color: #ffe013;*/
/*    position: relative;*/
/*    top: 0px;*/
/*    right: 10px;*/
/*}*/
/*.step1 label {*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    top: -6px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    background: #ffe013;*/
/*    color: #0c1a36;*/
/*    font-size: 11px;*/
/*    line-height: 20px;*/
/*    text-align: center;*/
/*    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.1);*/
/*    box-shadow: 1px 1px 2px rgba(0,0,0,.1);*/
/*}*/

   .no-display{
       display: none;
   }
   .booking_details{
    height: 100vh;
    background: #000;
   }
   .forgot_information{
       width: 60%;
    margin: 80px auto;
    background: url(../images/bg7.jpg);
    background-size: cover;
    padding: 40px;
   }
   #section6 .col-md-3 {
    width: 20%;
}
.container-1-11 {
   width: 60%;
    /*float: left;*/
    padding-right: 16px;
}
.container-1-1 {
    float: right;
    width: 40%;
    padding-top: 1.2em;
}
.row-1-1 {
    column-width: 15em;
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    column-gap: 1rem;
    -moz-column-gap: 1rem;
    -webkit-column-gap: 1rem;
    display: inline-table;
    width: 100%;
    padding-top: 4em;
}
.row-1-1 .item {
    background: rgba(0, 0, 0, 0.74);
    padding: 10px;
    border-radius: 11px;
}
.row-1-1 .item h4 {
    /*font-family: 'Playball',sans-serif;*/
    font-size: 25px;
    color: #80120c;
    margin: 9px 0;
}
.row-1-1 .item ul {
    color: #fff;
    list-style: none;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 12px;
}
.row-1-1 .item li {
    height: 30px;
}
.row-1-1 .checkmark {
   width: 25px;
    height: 25px;
    top: 0px;
}
.row-1-1 .item p {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 0 -9px;
    font-weight: 500;
    width: 65%;
}
.row-1-1 input[type="number"] {
    background: #403d3d;
    border: 1px solid #564646;
    color: #d2cece;
    outline: 0;
    border-radius: 4px;
    width: 100%;
    line-height: 1;
    height: 20px;
    font-size: 13px;
    border-width: 1px;
    padding: 0;
}
.pack_input {
    position: relative;
    top: -26px;
    right: -267px;
    /* height: auto; */
    width: 20%;
    /* float: right; */
    margin: 0px 35px;
    overflow: hidden;
}
.evt h3 {
    text-align: center;
    margin: 10px;
    color: #fff;
    /*margin-left: -53px;*/
}
.evt
{
    position: relative;
    display: inline-block;
    /*text-align: right;*/
}
.evnt_dat {
  width: 48%;
    margin: 10px 0px 12px 4px;
    /* display: table; */
    background: #000;
    height: 40px;
    border-radius: 4px !important;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    /* float: left; */
    display: inline;
    position: relative;
}
.evt p {
    color: #fff;
    text-transform: uppercase;
}
.evt_to {
    width: 20px;
    float: left;
    margin: 20px 10px 0;
    color: #fff;
}
.evt span {
    font-weight: 600;
    font-size: 15px;
    width: 85px;
    float: left;
    margin: 0 0 10px 0;
}
.evt textarea {
    width: 98%;
    height: 70px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 5px 20px;
    border-radius: 4px;
    margin-left:4px;
}
.container-1 .col-lg-12 {
    width: 100%;
    /*background: rgba(0, 0, 0, 0.66);*/
    padding: 0;
    clear:both;
}
.cat_totalamount p {
    width: 50%;
    text-align: right;
    float: left;
    color: #fff;
}
.cat_totalamount span {
    color: #ff0;
    font-size: 18px;
    width: 50%;
    text-align: left;
    float: left;
    padding: 0 20px 13px 20px;
}
.cat_totalamount .btn-primary {
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    /* float: right; */
    margin: 90px auto;
    display: table;
    padding: 8px 40px;
}
.cat_totalamount {
    padding: 10px 30px;
    text-align: center;
}
#section12 .thumbnail img
{
    height: 230px;
    width: 87%;
}
#section12  .caption2 a
   {
    padding: 2px 12px;
    margin: 6px 0px;
   }
   .ro-main-menu h1 {
    position: absolute;
    top: 0;
    left: 34%;
    font-family: 'Playball',sans-serif;
    color: #e8170d;
    font-size: 40px;
}

.ro-main-menu select {
    position: absolute;
    left: 60.2%;
    top: 23px;
    width: 16%;
    height: 35px;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    background-color:#e62117;
    border-radius: 4px;
    border: 1px solid#252525;
    outline: 0;
    font-size: 15px;
    font-weight: 600;
}
.ro-main-menu .dropdown button{
    width: 100%;
    text-align: left;
    background: #444;
    color: #fff;
}
.ro-main-menu .dropdown span{
    float: right;
    position: relative;
    top: 8px;
}
#section1 p{
    text-align:justify;
}
.ro-main-menu .dropdown-menu{
        width: 100%;
    background: #444;
}
.ro-main-menu .open>.dropdown-toggle.btn-default:focus{
     background: #444;
     color:#fff;
}
.ro-main-menu .btn-default.active,.ro-main-menu .btn-default:active,.ro-main-menu .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #444;
    border-color: #adadad;
}
.ro-main-menu .dropdown-menu>li>a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}
.ro-main-menu .dropdown-menu>li>a{
       color: #fff;
    text-decoration: none;
    background-color: #444;
}
.ro-main-menu input[type="search"] {
    padding: 0.5em 3em 0.5em 1em;
}
.ro-main-menu input[type="search"] {
    width: 16%;
    font-size: 15px;
    border: 1px solid #000000;
    border-radius: 4px;
    outline: none;
    position: absolute;
    top: 19px;
    left: 16%;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    background-color: #e62117;
    font-weight: 600;
}
.btn-default {
    height: 33px;
    background: none;
    outline: none;
}
   .btn-default:hover
   {
       background-color:transparent !important;
   }
.ro-main-menu i
{
    color: #fff;
    font-size: 16px;
}
.ro-main-menu .btn-default {
   position: absolute;
    top: 20px;
    left: 29%;
    width: 40px;
    height: 33px;
    border: none;
    background: transparent;
}
.search-dropdown-list {
    padding: 20px 10px;
    background:rgba(161, 39, 33, 0.6901960784313725);
    width: 16.1%;
    left: 15.4%;
    top: -33px;
    position: relative;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    list-style: none;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.add-ricont
{
    width: 55%;
    float: left;
    margin-left: 50px;
}
.evtz textarea
{
    width: 67%;
    height: 70px;
    padding: 10px;
    background: #000;
    border-radius: 4px;
    border: 1px solid #000;
}
.evtz
{
    position: relative;
    margin-top: 80px;
    color: #fff;
        text-align: right;
}
.addi_totalamount
{
    float: right;
    color: #fff;
    width: 100%;
    text-align: right;
}
/*.addi_totalamount h5*/
/*{*/
/*    width:100%;*/
/*}*/
.addi_totalamount p
{
    width: 95%;
    float: left;
}
.addi_totalamount span
{
    color: yellow;
}
.addi_totalamount .btn-primary {
    background: linear-gradient(to top left, #e62117 0%, #333 100%) !important;
    border-color: #b60e0a !important;
    /* float: right; */
    padding: 8px 40px;
        margin-top: 20px;
}
.food-veriety p {
    color: #de8d24;
    font-size: 16px;
}
.liv_st1 h4 {
    color: #80120c;
        /*font-family: 'Playball',sans-serif;*/
        font-weight:600;
}
.liv_st1 p {
    color: #fff;
}
/*.product-input-group*/
/*{*/
/*    margin: 20px 20px 0;*/
/*}*/
.product-input-group label
{
       color: #fff;
}
.evtz_hed
{
    text-align: center;
    margin-left: -101px;
}
.evnt_tym
{
   width: 23%;
    margin: 10px 0px 12px 4px;
    /* display: table; */
    background: #000;
    height: 40px;
    border-radius: 4px !important;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    /* float: left; */
    display: inline;
    position: relative;
}
.modal-title
{
    font-size:20px;
}
.popup {
  position: fixed;
  padding: 20px;
   width: 30%;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../images/black-and-purple.jpg) no-repeat center;
  visibility: hidden;
  opacity: 0;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 1;
  background-size: cover;
}
.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,.9);
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color .3s;
  font-size: 2em;
  line-height: .6em;
  font-weight: bold;
}
.popup .close:hover {
  color: #9d2236;
}

.close-popup {
  background: rgba(0,0,0,.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  -webkit-transition: opacity .5s, visibility 0s linear .5s;
  transition: opacity .5s, visibility 0s linear .5s;
}
.popup:target + .close-popup{
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.popup h2 {
  margin-top: 0;
    color: #d00929;
    text-align: center;
}
.content p
{
   color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
}
.content span
{
    color: yellow;
    font-size: 20px;
}
.content a
{
    text-decoration: none !important;
    color: #ccc;
}
.place-order-form input[type="text"]
{
    width: 87% !important;
    margin: 0 auto !important;
    height: 25px !important;
}
.rating-s {
    border: none;
    float: left !important;
}
.rating-s > input {
    display: none !important;
}
.rating-s > label {
    color: #ddd;
    float: right;
}
.rating-s > input:checked ~ label, .rating-s:not(:checked) > label:hover, .rating-s:not(:checked) > label:hover ~ label {
    color: #FFD700;
}
.rating-s > label:before {
    margin: 0 5px;
    font-size: .5em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating-s > input:checked + label:hover, .rating-s > input:checked ~ label:hover, .rating-s > label:hover ~ input:checked ~ label, .rating-s> input:checked ~ label:hover ~ label {
    color: #FFED85;
}
.rating-s input:checked + label:before, .rating-s select:focus, .rating-s select:active {
    background-color: transparent;
    color: #FFD700;
}
.review_js input[type="radio"] + label{
    display: inline;
    width: auto;
    text-align: left;
    float: right;
    border-radius: 0;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    border: none;
     padding: 0;
     background-color: transparent;
}
.review_js input[type="radio"]:checked + label, .review_js input:checked + label::before, .review_js select:focus, .review_js select:active
{
    background-color: transparent;
}
.indian-pak
{
  margin: 0 auto;
display: table;
text-align: center;
}
.india_pckdt
{
   width: 35%;
margin: 10px 0px 12px 0px;
display: table;
background: #000;
height: 40px;
border-radius: 4px !important;
color: #fff;
border: 1px solid #000;
padding: 5px 10px;
display: inline;
position: relative;
}
.india_pcktym {
    width: 14%;
    margin: 10px 0px 12px 12px;
    display: table;
    background: #000;
    height: 40px;
    border-radius: 4px !important;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    display: inline;
    position: relative;
}
.ind-dt {
    width: 32%;
    margin: 10px 9px 12px 10px;
    display: table;
    background: #000;
    height: 40px;
    border-radius: 4px !important;
    color: #fff;
    border: 1px solid #000;
    padding: 5px 10px;
    display: inline;
    position: relative;
}
.indian_price
{
margin: 20px auto 0;
display: table;
text-align: center;
background: #871009;
width: 47%;
padding: 10px 5px;
color: #fff;
border-radius: 11px;
}
.indian-pak h3
{
text-align: center;
margin: 10px;
color: #fff;
}
.scroll_cart i {
    position: absolute;
    top: 4px;
    right: 71px;
    color: #b60e0a;
    display: none;
}
.pkg-div-order-finish{
    font-family: 'Playball',sans-serif;
    position: relative;
    top: 5em;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.pkg-div-order-finish h3{
    font-size: 35px;
    color: #fff;
    width: 60%;
    margin: 0 auto 30px;
    display: table;
}
.thanq{
    height:100vh;
    background: url(../images/ga13a.jpg);
    background-size: cover;
}
.fb_iframe_widget {
    float: left;
}
#f6f477ae62f10f93cce1fa89c0946b34643bce3121acee8e0592a9a5c9e558a5{
        height: 392px !important;
}
.click-thanq .input-group{
    /* position: absolute; */
    /* display: table; */
    border-collapse: separate;
    /* bottom: -38px; */
    /* font-size: 14px; */
    /* left: 172px; */
    font-family: sans-serif;
    margin: 25px auto;
}
.fb_iframe_widget{
    height: 201px;
    background: #f3f3f3;
}
#loading-wrapper h3{
    margin:0;
}
#myModalapplyjob:before{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    background: rgba(0, 0, 0, 0.66);
        /* z-index: 9; */
        height: 100%;
}
#myModalapplyjob .modal-content{
    background:transparent;
    border:0;
    box-shadow:unset;
}
#myModalapplyjob ::placeholder{
    color:#fff;
}
.blog img{
    width: 100%;
    height: 460px;
}
.blog{
    /*height: 100%;*/
    background: url(../images/bg9.jpg);
    background-size: cover;
    padding-bottom: 14px;
}
.blog .col-md-10{
    margin:0 auto;
    display:table;
    float:none;
}
.blog .blog-contents{
    position:relative;
    background:#000;
    box-shadow: 0px 0px 15px 0px #8a6f40;
}
.blog .blog-contents h5{
    margin:0;
    font-size:16px;
    color:#c7c5c5;
    padding: 10px 20px;
}
.blog-details{
    position:relative;
    box-shadow: 0px 0px 15px 0px #8a6f40;
}
.blog-details h2{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 9;
    background: #000;
    padding: 6px 0;
}
.blog img{
    position:relative;
}
.blog img:before{
    background:#000;
    width:100%;
    height:100%;
    content:'';
    left:0;
}
.blog .catering{
    width: 60%;
    top: .5em;
    text-align:center;
}
.review-shop{
    float: right;
    color: #da1f16;
    padding-right: 5px;
    padding-top: 10px;
}
.review-shop:hover{
    color:#fff;
}
input [type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
[type=file] + label {
    border: 1px solid rgba(204, 204, 204, 0.3215686274509804)!important;
    border-radius: 3px;
    text-align: left !important;
    padding: 6px 5px !important;
    min-width: 250px !important;
    max-width: 94.5% !important;
    margin: 0;
    left: 0;
    position: relative;
}
 [type=file] + label {
    left: 4em;
    top: -3.1em;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: 400 !important;
    text-transform: uppercase;
}
.step2 h6{
    width: 70%;
    text-align: center;
    margin: 15px auto;
    display: table;
    background: #bf241d;
    color: #fff;
    /*padding: 8px;*/
    /*border-radius: 2px;*/
}
.step2 h6 a{
    color:#fff;
    font-weight: 600;
    text-decoration:none; 
    border-radius: 2px;
    line-height: 33px;
    padding: 8px;
}
.anchorlink {
    color: red !important;
    font-style: italic;
} 
.anchorlink:hover {
    color: red !important;
    text-decoration:underline !important;
}
.qty-value{
    width: 90px;
    /*padding-left: 0 !important;*/
}
.qty-value button{
    width: 25%;
    background: linear-gradient(to top left, #e62117 0%, #333 100%);
    border: 1px solid #a9120a;
    outline: 0;
}
.qty-value input{
    width: 37%;
    background: #4a463b;
    border: 0;
    text-align: center;
    margin-right: 4px;
    padding-left: 0;
    outline: 0;
    border: 1px solid #3e3939;
}
.add_scroll .card-block table td, .cus .card-block table td {
    border: 1px solid;
    padding-left: 3px;
    width: 38px;
}
.store{
    display:inline-block;
    float: left;
}
.store img{
    width: 25%;
    float: left;
    margin-right: 5px;
}
.user-name{
    margin-bottom: 0;
    font-weight: 600;
    color: #d4231a;
    margin-top: 22px;
    font-size: 17px;
}
.usr label{
    line-height: 0.5 !important; 
}
.usr label::before{
    font-size: 14px;
}
::-webkit-media-controls{
    display:block;
    z-index:999;
    position:relative;
}
#Order .table-responsive {
    color:#fff;
}
#Order .table-hover>tbody>tr:hover {
    background-color: #353535;
}
::-webkit-media-controls-start-playback-button {
  display: block!important;
  /*-webkit-appearance: unset;*/
}
@media only screen and (max-width: 767px){
.scroll_cart i{
    position: absolute;
    top: 30px;
    width: 100%;
    right: -710px;
    z-index: 9;
    display: block;
    /* float: right; */
    font-size: 20px;
    cursor: pointer;
}
}
@media only screen and (max-width: 700px){
.scroll_cart i{
    position: absolute;
    top: 29px;
    width: 100%;
    /*left: 612px;*/
    z-index: 9;
    display: block;
    /* float: right; */
    font-size: 17px;
    cursor: pointer;
}
}
@media only screen and (max-width: 479px){
.scroll_cart i{
       position: absolute;
    top: 38px;
    width: 100%;
    right: -326px;
    z-index: 9;
    display: block;
    /* float: right; */
    font-size: 17px;
    cursor:pointer;
}
} 
.product-input-group {
    display: flex;
} 
.product-input-group .counter-qty {
    margin: 0 4px;
}
.opengiftleft {
    width:50%;
    float:left;
}
.opengiftright {
    width:50%;
    float:right;
    /*margin-top: -33px;*/
}
.open-gift > hr {
    border-top: 1px solid #b5aeae70 !important;
}
.opengiftleft h5, .opengiftright h5 {
    text-align: left;
    font-weight: bold;
} 
.emailstatus, div.passwordValidator {
    line-height: 16px;
    width: 99%;
    background: rgb(182, 14, 10);
    border-radius: 10px; 
    margin: 0 5px 1px 0;
    padding: 6px;
    font-size: 11px; 
    z-index: 1;
    color: #fff;
    transition: all 0.5s ease 0s;  
    display:none;
    
} 
#myModalregister .profiledialog {
    width: 70%;
    margin: 50px auto;
}
.profilecontent {
    width:25%;
    float:left;
    height:85vh;
    background: url(../../assets/images/ga13a.jpg);
    background-size: cover;
    box-shadow: -1px -2px 43px 6px #292727;
}
.profilecontent1 {
    background: url(../../assets/images/bg8.jpg);
    background-size: cover;
    float:right;
    width:75%;
    overflow-y:auto;
    height:85vh;
    position:relative;
    box-shadow: 1px -4px 36px 0px #292727;
}
.profiletab {
    display: block;
    padding-left: 52px;
    margin-top: 35px;
}
.profilelogo {
    width:100%;
}
.xsdisplay {
    display:none;
    border: none;
    margin: 0px;
    width: 100% !important;
}
.xsdisplay img {
    width: 40%  !important;
} 
.wishlistrow {
    width: 99.5%;
    overflow-y: auto;
    height: 191px;
    padding-left: 15px;
}
.contentshow {
    display: table-row !important;
}
#clearcart {
    cursor:pointer;
}