<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap");
@font-face {
    font-family: "Ananda";
    src: url(../fonts/Ananda.ttf);
}
@font-face {
    font-family: "FREESCPT";
    src: url(../fonts/FREESCPT.TTF);
}
@font-face {
    font-family: "ITCEDSCR";
    src: url(../fonts/ITCEDSCR.TTF);
}

html {
    overflow-x: hidden;
    height: 100%;
}
body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    color: #000;
    background: #fff;
    font-size: 13px;
    position: relative;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    background-color: #000;
}

body::-webkit-scrollbar-thumb {
    background: darkgrey;
    outline: 1px solid slategrey;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    background: #e0d6cc;
    outline: 1px solid slategrey;
}
.pieCart {
    width: 500px;
    margin: 0 auto 0 auto;
    position: relative;
}
input[type="text"]:focus,
input[type="date"]:focus {
    border: 1px solid #000;
    box-shadow: none;
}
.pieCart h1 {
    font-size: 40px;
}

select[class="form-control"]:focus {
    border: 1px solid #bd1c00;
    box-shadow: none;
}

h1 {
    font-size: 55px;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    color: #bd1c00;
}

h3 {
    font-weight: 700;
    margin: 0;
    color: #000;
}

h4 {
    font-weight: 700;
    color: #bd1c00;
}

a {
    color: #000;
}

input::-ms-check {
    display: none;
}
.padding-0 {
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.commander-btn {
    background: #bd1c00;
}

.commander-btn a {
    color: #fff !important;
}

.navbar-nav &gt; li {
    padding: 3px 2px;
}

.navbar-default .navbar-nav &gt; li &gt; a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    font-family: "Calibri";
}

.brand-centered {
    justify-content: center;
    position: absolute;
    width: 70%;
    left: 350px;
}

.brand-centered h1 {
    color: #bd1c00;
    font-size: 36px;
    margin: 10px 0;
    text-align: center;
}
.brand-centered p {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.navbar-right {
    margin-right: 0;
}

.navbar {
    margin-bottom: 0;
    position: relative;
    top: 0;
    z-index: 1111;
    border: none;
    background: #00000000;
    min-height: 100px;
}

.mp-0 {
    margin: 0;
    padding: 0;
}

.his-right {
    color: #000;
    height: 500px;
    display: table;
}

.his-right h1 {
    color: #b3874d;
    font-size: 38px;
    text-align: center;
    line-height: 60px;
    font-weight: 600;
    margin-top: 80px;
    font-family: "RAVIE";
}
.his-right h1 span {
    color: #bd1c00;
}

.his-right p {
    color: #000;
    line-height: 36px;
    font-size: 24px;
    text-align: left;
    margin: 0 50px;
}
.his-right .his-text {
    color: #b3874d;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    margin: 0 50px;
    font-weight: 600;
}
.his-left a {
    opacity: 0.7;
    transition: all 0.8s ease-in-out;
}

.his-left a:hover {
    opacity: 1;
}

/* Effect 2: 3D rolling links, idea from http://hakim.se/thoughts/rolling-links */
.cta-btn {
}

.cta-btn a {
    line-height: 40px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.cta-btn a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background-color: #bd1c00;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: white;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 300px;
    font-weight: 400;
}

.cta-btn a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: attr(data-hover);
    color: #fff;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    text-align: center;
    border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
    background: #000;
}

.btn-outline {
    border: 1px solid #bd1c00;
    background: none;
}

.btn-outline a {
    color: #bd1c00 !important;
}

.cta-btn2 {
    text-align: center;
    width: 50%;
    line-height: 40px;
    margin: 25px auto;
}
.cta-btn2 a {
    color: #fff;
    font-weight: 700;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    display: block;
    background: #bd1c00;
    border-radius: 100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.cta-btn2:hover a {
    opacity: 1;
    background: #b3874d;
}

/*----------lr event section Start ------------*/
.lr_event_section_main_wrapper {
    background: #a0836c;
    background-position: center 0;
    background-size: cover;
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 0px;
    position: relative;
}
.lr_ev_main_section_wrapper {
    float: left;
    width: 100%;
}

.lr_ev_img_cont_wrapper {
    float: left;
    width: 100%;
    transition-property: margin-left, opacity;
    transition-duration: 1s, 1.2s;
    transition-timing-function: ease-in-out;
}
.lr_ev_img_cont_wrapper ul {
    float: left;
    width: 100%;
}
.lr_ev_img_cont_wrapper li {
    float: left;
    text-transform: uppercase;
    color: #000000;
}
.lr_ev_img_cont_wrapper li:last-child {
    margin-left: 20px;
}
.lr_ev_img_cont_wrapper i {
    color: #a3663d;
    font-size: 18px;
}
.lr_ev_img_cont_wrapper h2 {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper h2 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lr_ev_img_cont_wrapper p {
    float: left;
    width: 100%;
    /* padding-top: 30px; */
    font-size: 16px;
}
.lr_ev_img_cont_wrapper h1 {
    font-size: 36px; /* font-family: 'Oswald', sans-serif; */
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    padding: 0;
}
.lr_ev_img_cont_wrapper h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}
.lr-ev-btn {
    margin-top: 30px;
    color: #000000;
}
.lr_ev_main_section_wrapper2 {
    /* margin-top:180px; */
    display: table;
    height: 100%;
}
.lr_ev_img_main_wrapper {
    float: left;

    display: table-cell;
    vertical-align: middle;
}
.small_dot1 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #bd1c00;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.small_dot1:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -150px;
    width: 1px;
}
.small_dot1:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: absolute;
    left: 10px;
    top: 4px;
    width: 584px;
}
.small_dot2 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #bd1c00;

    position: absolute;
    top: -101px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.small_dot2:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0;
    width: 1px;
}
.small_dot3 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #a3663d;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.small_dot3:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
    width: 1px;
}
.small_dot3:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: absolute;
    right: 10px;
    top: 4px;
    width: 584px;
}
/*----------lr event section End ------------*/

.main-container {
    position: relative;
}
.prodPageDetail {
    margin-top: 115px;
    line-height: 22px;
    margin-bottom: 60px;
}
.prodPageDetail .container-fluid {
    padding: 0 100px;
}
.prodPage {
    margin-top: 100px;
}
.tabPage {
    margin-top: 95px;
}

.prodPageDetail .v-sep {
    height: 80px;
    width: 0;
    border-right: 3px dotted rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 auto 80px auto;
}

.tabPage .container-fluid {
    margin-bottom: 10px;
    padding: 15px;
    margin: 0 50px;
}

.checkOutPayment {
    margin: 10px;
    padding: 15px;
}
.checkoutForm h1 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 30px 0;
}

.offer-main {
    width: 100%;
    position: relative;
}

.offer-left {
    position: relative;
    left: 25px;
}

.offer-right {
    background: #eeece1;
    padding: 20px 30px;
    left: 0px;
    top: 40px;
    z-index: 1;
    position: absolute;
    width: 450px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.offer-right h3 {
    color: #b3874d;
    font-size: 32px;
    text-align: center;
}
.offer-right h3 span {
    color: #bd1c00;
    font-size: 32px;
    text-align: center;
}
.offer-right p {
    color: #000;
    text-align: justify;
    font-size: 22px;
}

.offer-section {
    padding: 60px 0;
    background: url(../img/offer-bg.png);
    background-size: 50%;
    background-position: center;
}
.offer-section h1 {
    color: #b3874d;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Gill Sans Ultra Bold Condensed";
    display: block;
}
.offer-section h1 span {
    color: #bd1c00;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.price-tag {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: #000;
    color: #fff;
}
.hisMain {
    position: relative;
}

.hisMain .hisBtn {
    float: right;
    margin-right: 40px;
    margin-top: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
}
.hisMain .hisBtn a {
    background: #bd1c00;
    padding: 10px 25px;
    float: right;
    border-radius: 50px;
    border: 2px #fff solid;
    font-size: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hisMain .hisBtn a:hover {
    background: #fff;
    color: #000;
}

.hisMainTwo {
    position: relative;
}

.hisMainTwo .hisBtnTwo {
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}
.hisMainTwo .hisBtnTwo a {
    background: #bd1c00;
    padding: 10px 25px;
    float: right;
    border-radius: 50px;
    border: 2px #fff solid;
    font-size: 22px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.hisMainTwo .hisBtnTwo a:hover {
    background: #fff;
    color: #000;
}
.price-tag p {
    margin: 0;
}

.main-2 {
    margin-top: 70px;
}

.col-md-6.col-sm-12.col-xs-12.offer-right.right-2 {
    left: 40px;
    z-index: 2;
}

.col-md-6.col-sm-12.col-xs-12.offer-left.left-2 {
    position: relative;
    left: -25px !important;
}

.offer-right hr {
    border-top: 1px solid #fcd168;
    margin-top: -7px;
}
.product-section {
    padding: 30px 0px;
    text-align: center;

    background: url(../img/section-one-bg.jpg) center top no-repeat #000;
    /*! background-size: cover; */
    /*! background-position: center; */
    margin-top: -4px;
}
.product-section h1 {
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.product-section p {
    font-weight: 700;
    margin-top: 0px;
    text-transform: uppercase;
}
.large-product-section {
    padding: 40px 20px;
    text-align: center;
    background: url(../img/pizza-making.png);
    background-size: cover;
    background-position: center;
}
.large-product-section a:hover {
    filter: grayscale(100%);
    transition-property: right, filter;
    transition-duration: 0.8s, 1s;
    transition-timing-function: ease-in-out;
}

.FtMain {
    padding: 60px 0 40px 0;
    background: url(../img/footer-main.png);
    background-size: cover;
}
.footer {
    text-align: center;
}

.footer h4 {
    color: #00783e;
    text-align: center;
}

.form-control {
    border: 1px solid #bd1c00;
}

.btn-default {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #000;
    padding: 15px 20px;
    display: inline-block;
    border: none;
    border-radius: 0px 5px 5px 0;
    transition: all 0.4s ease 0s;
    margin-left: -1px;
}
.btn-default:hover {
    background: #434343;
    color: #fff !important;
    letter-spacing: 1px;
    box-shadow: none !important;
    transition: all 0.4s ease 0s;
}

.navbar-center-2 {
    display: none;
}

.nav-section {
    padding: 30px 0;
}

.nav-section span {
    color: #00783e;
}
.end:hover,
.end:focus {
    color: #000 !important;
}

.nav-section h1 {
    font-size: 28px;
    color: #bd1c00;
    text-align: right;
    font-family: "Ananda";
    font-weight: 500;
}

.nav-section ul li {
    text-decoration: none;
    clear: both;
}

.nav-section ul li img {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.nav-section ul li p {
    color: #fff;
    margin: 0px !important;
    padding-top: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-align: right !important;
    text-transform: uppercase;
}

.nav-section a {
    text-decoration: none !important;
    color: #000;
    transition: all 600ms ease;
}

.nav-section a:hover {
    color: #bd1c00;
    text-decoration: none !important;
    padding-right: 5px;
    font-weight: 700;
}

.nav-section p a.active {
    color: #bd1c00;
    font-weight: 700;
}

.navLinks {
    background-color: #f1f1f1;
    color: #00783e;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    margin: 5px auto;
    padding: 10px;
    font-weight: bold;
}
.navLinks a {
    color: #00783e;
}
.navLinks a:hover {
    text-decoration: underline !important;
}

.mainProd {
    margin-top: 15px;
    text-align: center;
    padding: 20px;
}
.mainProd h2 {
    color: #bd1c00;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 50px;
}
.mainProd h2 span {
    color: #000;
    text-align: center;
}
.mainProd p {
    color: #000;
}
.prodSize {
    margin: 0 auto;
}
.prodSize select {
    width: 80%;
    height: 40px;
    color: #000;
    background-color: #e6e6e6 !important;
    font-weight: bold;
    border: 0px;
}
.prodSize label {
    color: #000000 !important;
}
.prodSize .points-items {
    margin-right: 14px;

    margin-left: 19px;
}

.points-items label {
    font-size: 12.77px;
    position: relative;
    left: 20px;
    font-family: "Roboto", sans-serif;
}

input[type="checkbox"] {
    position: relative;
}

.points-items img {
    margin-right: 5px;
}

/* btn-commander */

.btnComander {
    color: #fff;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    border: none;

    position: relative;

    line-height: 40px;

    height: 45px;

    text-align: center;

    width: 100%;

    cursor: pointer;

    margin: 10px auto;

    display: block;

    background: #bd1c00;
}
.btnComander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 17px;
}
.btnComander a:hover {
    color: #fff;
    background-color: #000;
}

.btnComander::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}
.btnComander:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* btn-commander */

input[type="radio"]:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type="radio"]:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #bd1c00;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    border: 3px solid #d1d3d1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}

/* PanierArea */
.panierArea {
    width: 100%;
    color: #000;
    background-color: #f1f1f1;
    padding: 10px 10px 20px 10px;
    float: left;
    margin-bottom: 20px;
}
.totalBar {
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 10px 0;
    font-size: 14px;
    background: #000;
}
.totalBar:hover {
    background: #bd1c00;
    color: #fff;
}
.totalBar p {
    margin: 0px;
    padding: 0px;
}

/* panierAreabt */

.panierAreabt {
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #b3874d;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto 15px auto;
    background: #000;
    border-radius: 10px;
}
.panierAreabt a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.panierAreabt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #bd1c00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}
.panierAreabt:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* panierAreabt */

.ajouterBt {
    text-align: center;
    float: right;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    background-color: #fff;
    margin: 10px 0px;
}
.ajouterBt a {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    background-color: #fff;
}
.ajouterBt a:hover {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    background-color: #ffcc33;
    font-size: 16px;
}
.panierMovie {
    margin-top: 20px;
}
.panierQuantiyFull {
    width: 50%;
    margin: 0 auto;
}
.panierMinus,
.panierPlus {
    float: left;
    font-weight: bold;
}
.panierMinus a,
.panierPlus a {
    color: #fff;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
.panierMinus a:hover,
.panierPlus a:hover {
    background-color: #bd1c00;
    color: #fff;
}
.panierQuantiyFull input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 23px;
    margin: -2px 5px 0 5px;
    text-align: center;
    width: 30px;
    color: #fff;
}
.panierTitle {
    width: 100%;
    color: #fff;
    line-height: 65px;
    text-align: center;
    padding-left: 20px;
    font-size: 14px;
    background-color: #bd1c00;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.panierTitle:hover {
    color: #fff;
    display: block;
}
.panierTitle img {
    margin-top: -5px;
}
#panierProd {
    width: 60px;
    height: 80px;
    float: left;
}
.prodTitles {
    color: #00783e;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}
.prodTitles2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    background-color: #bd1c00;
    margin-top: -50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.prodTitles2:hover {
    color: #fff;
    display: block;
}
.panierArea hr {
    border: 1px solid #b4a79a;
}
.panierDetial {
    margin-bottom: 15px;
}

.panierhdCart {
    right: 15px;
    color: #000;
    font-size: 16px;
    padding: 15px 15px 30px 15px;
}
.panierhdCartDt {
    padding: 10px 0px;
}
.paniereditIco {
    font-size: 17px;
    color: #000;
    cursor: pointer;
}
.paniereditIco:hover {
    color: #bd1c00;

    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}
.panierplusMinus {
    border-radius: 0px;
    width: 25px;
    height: 23px;
    color: #fff;
    padding: 3px 6px;
    background: #bd1c00;
}

/*PanierArea End */

.hdCart {
    right: 15px;
    color: #fff;
    font-size: 16px;
    padding: 0 15px 0px 15px;
}

.hdCartDt {
    padding: 3px 0px;
    position: relative;
}

@media (min-width: 1024px) {
    .hdCartDt:hover .editIco {
        display: block;
    }
}
.hdCartDt .editIco {
    margin: 0 auto;
}
.hdCartDt .editIco .editMinus,
.editPlus {
    float: left;
    font-weight: bold;
}
.editMinus a,
.editPlus a {
    color: #fff;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.editMinus a:hover,
.editPlus a:hover {
    background-color: #bd1c00;
    color: #fff;
}
.editIco input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 29px;
    margin: -4px 5px 0 5px;
    text-align: center;
    width: 30px;
    color: #fff;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
    color: #bd1c00;
    transition: all 0.7s;
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 180px;
    right: 0px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #bd1c00;
    display: block;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #b3874d;
    color: #fff;
    text-decoration: none;
}

.left-2 .owl-nav {
    right: 0px;
}

.offer-img img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
/* ************* */
/* Tab Style Start */
/* ************* */
.wizard {
    margin: 20px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard &gt; div.wizard-inner {
    position: relative;
}

.wizard .nav-tabs &gt; li.active &gt; a,
.wizard .nav-tabs &gt; li.active &gt; a:hover,
.wizard .nav-tabs &gt; li.active &gt; a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 100%;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
}
span.round-tab i {
    color: #555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #bd1c00;
    background: #bd1c00;
    color: #fff;
}
.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #bd1c00;
}

.wizard .nav-tabs &gt; li {
    width: 20%;
}

.wizard .nav-tabs &gt; li a {
    width: 90%;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs &gt; li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
    text-align: center;
}

.wizard h3 {
    margin-top: 0;
    color: #bd1c00;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs &gt; li &gt; a:hover {
    border: none;
}

@media (max-width: 767px) {
    .wizard .nav-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .wizard .nav-tabs &gt; li {
        width: 28%;
    }

    .wizard .nav-tabs &gt; li a {
        margin: 8px auto;
    }
    .hdLinks {
        margin-top: 100px !important;
        font-size: 12px;
    }
}

@media (max-width: 530px) {
    .wizard .nav-tabs &gt; li {
        width: 100%;
    }
}

/* ************* */
/* Tab Style End */
/* ************* */

.img-box {
    position: relative;
    transition: all 0.7s;
    background: #fff;
    color: #000;
    text-align: left;
}

.img-box img {
    z-index: 1;
    position: relative;
}
.img-box h2 {
    background-color: #bd1c00;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    padding-left: 15px;
    margin: 0px;
}
.img-box p {
    margin-top: 15px;
}
.prod-box {
    position: relative;
    transition: all 0.7s;
}

.prod-box img {
    z-index: 1;
    position: relative;
}

.box-overlay {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    bottom: 0;

    opacity: 0;
    background: #bd1c00;
    transition: all 0.7s;
}

.img-hover:hover .box-overlay {
    opacity: 1;
    top: 0;
}

.sectionTwo {
    background: url(../img/image-section.png) center center no-repeat;
    padding: 200px 0;
    background-attachment: fixed;
    background-size: cover;
}

.sectionThree {
    background: url(../img/hero-section-2.png) center center no-repeat;
    padding: 200px 0;
    background-attachment: fixed;
    background-size: cover;
}
.sectionThree h1 {
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: 400;
}

.sectionThree h1 img {
    width: 230px;
}

.mar-pad h4 {
    color: #00783e;
}

.mar-pad {
    margin: 0 40px;
    color: #fff;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.greyBg {
    padding: 10px 0 10px 0;
    background: #000;
    text-align: center;
}

.greyBg p {
    margin-top: 10px;
    color: #fff !important;
}

.greyBg p a {
    color: #fff !important;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.greyBg p a:hover {
    color: #bd1c00 !important;
}

.nav-section ul {
    padding-left: 10px;
}

.bdArea {
    margin-top: 0px;
}

/*
.points-items p {
	font-size: 10px;
	margin-top: 10px;
}

*/

.product-box {
    position: relative;
}

.product-overlay {
    position: absolute;
    top: 45%;
    right: 0;
    background: rgba(192, 0, 0, 0.53);
    color: #fff;
    width: 320px;
    text-align: right;
    padding-right: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.product-overlay h1 {
    text-decoration: underline;
    margin: 0;
    padding: 15px 10px;
    font-size: 27px;
}

.pm-0 {
    padding: 0;
    margin: 0;
}

.product-box:hover .product-overlay {
    opacity: 1;
}

/* Payment */
.payment-container {
    border: 1px solid #b1b1b1;
    padding: 20px;
    margin-bottom: 10px;
}

.panier-container {
    border: 1px solid #b1b1b1;
    padding: 10px;
}

.payment h4 {
    color: #000;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-wizard .table &gt; thead &gt; tr &gt; th {
    text-align: center;
}
.table &gt; tbody &gt; tr &gt; td {
    vertical-align: inherit;
}

.h4-text {
    font-weight: 900;
}

.br-hide {
    display: none;
}

.payment-container-2 {
    border: 1px solid #dedede;
    padding: 20px 10px;
}

.black-bg {
    color: #fff;
    padding: 0 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid #dedede;
    padding: 20px 15px;
}

label,
.radio label {
    padding-left: 0px;
}

.checkbox label {
    margin-bottom: 3px;
}

.payment-wizard .qty {
    width: 15px;
    height: 25px;
    text-align: center;
}
.payment-wizard input.qtyplus {
    width: 20px;
    height: 25px;
}
.payment-wizard input.qtyminus {
    width: 20px;
    height: 25px;
}

.payment-wizard .form-control {
    /*text-align: center;*/
}

.payment-container-2 img {
    margin-bottom: 15px;
}

.payment-wizard .table &gt; thead &gt; tr &gt; th {
    text-align: center;
}
.table &gt; tbody &gt; tr &gt; td {
    vertical-align: inherit;
}

.h4-text {
    font-weight: 900;
}

.br-hide {
    display: none;
}

.payment-container-2 {
    border: 1px solid #dedede;
    padding: 20px 10px;
}

.black-bg {
    color: #fff;
    padding: 0 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid #dedede;
    padding: 20px 15px;
}

label,
.radio label {
    padding-left: 0px;
}

.checkbox label {
    margin-bottom: 3px;
}

.payment-wizard .qty {
    width: 15px;
    height: 25px;
    text-align: center;
}
.payment-wizard input.qtyplus {
    width: 20px;
    height: 25px;
}
.payment-wizard input.qtyminus {
    width: 20px;
    height: 25px;
}

.payment-wizard .form-control {
    border: 1px solid #fff;
    background: transparent;
    margin: 10px auto;
    color: #000;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.payment-container-2 img {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px -11px 0px 2px;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control option {
    background: rgba(0, 0, 0, 0.9);
    border: 1px #333 solid;
    color: #fff;
}
.form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}

/* ************* */
/* Form Style Start */
/* ************* */
.form-wrapper {
    background-color: #343434;
}

label {
    font-weight: 100;
    color: #fff;
    font-size: 20px;
}

.btn-danger {
    color: #fff;
    background-color: #bd1c00;
    border-color: #bd1c00;
    background-image: none;
    padding: 15px 60px;
    margin-right: 14px;
}

.btn-danger:hover {
    color: #fff;
    background-color: none;
    border-color: none;
}

.form-wrapper {
    color: #fff;
}

.form-left-side {
    min-height: 650px;
    background: url(../images/form-left-side.png);
    background-repeat: no-repeat;
    position: relative;
}

.form-left-side h1 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    text-shadow: 4px 0px #bd1c00;
    font-size: 45px;
}

.form-container {
    padding: 100px 30px;
}

.form-control {
    height: 50px;
}

/* ************* */
/* Form Style End */
/* ************* */

.btn-danger-blue {
    color: #fff;
    background-color: #bd1c00;
    border-color: #bd1c00;
    padding: 15px 60px;
    margin-right: 9px;
}
.btn-danger-blue:hover {
    color: #fff;
}

.payment-wrapper .form-control {
    margin: -3px 0 15px 0;
    background-color: #f9f9f9;
}

.payment-wrapper {
    margin-top: 2px;
}

/* Payment End */

.hero-section.hd-2 {
    margin-top: -200px;
}

.grad-left {
    margin: 50px 0;
}

.grad-left ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

.grad-left ul {
    padding: 0;
}

.grad-left .black-bg {
    padding: 0;
}

.boissons-icons {
    padding: 0 0%;
}

.boissons-icons .icon-item {
    float: left;
    width: 25%;
    margin: 10px 0 20px 0;
}

.boissons-icons .icon-item img {
    margin: 0 5px;
    width: 55px;
}

.number {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: red;
    color: #fff;
    line-height: 23px;
    top: -88px;
    left: 40px;
    border: 2px solid #fff;
    padding: 0px 0 0px 6px;
    font-weight: 700;
}

.number-cancel {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: #9e9e9e;
    color: #fff;
    line-height: 23px;
    top: -88px;
    left: 30px;
    border: 2px solid #fff;
    padding: 0px 0 0px 6px;
    font-weight: 700;
}

.grad-right h3 {
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}

.grad-right {
    margin: 50px 0;
}

.black-bg .cta-btn {
    float: right;
}

.footerIcons a {
    color: #000;
    margin: 0 3px;
    float: left;
    font-size: 30px;
}
.footer p {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    text-align: center;
    color: #000000;
    padding: 0 20px;
}
.footer p a {
    color: #000;
}
.footer p a:hover {
    color: #bd1c00;
}

.hd-btn-main {
    /* background: #92786e; */
    margin-top: 5px;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    z-index: 111;
    position: relative;
    margin-bottom: 20px;
}

.hd-btn a:hover {
    color: #000;
}

.hero-section {
    position: relative;
    /*	height: 100vh;*/
    overflow: hidden;
}

.form-box {
    position: absolute;
    top: 60%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.form-box .btn-default {
    padding: 14.5px;
}

.hd-icons {
    position: relative;
    top: -30px;
    width: 80%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 5;
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px auto;
    border-radius: 5px;
    background: #e9e9e9;
    color: #000;
}

.hd-icons a {
    color: #000;
}

.hd-icons img {
    transition: transform 0.2s;
    margin: 5px;
}
.hd-icons img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

@keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

/*----ProdDiv Start----*/
.linkPage {
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(251, 251, 251, 0.741);
    margin-top: 30px; /*! border: 1px solid #333; */
}
.linkPage h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    color: #00783e;
}
.linkPage h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #bd1c00;
}
.redColor {
    color: #bd1c00;
}
.linkPage p {
    text-align: left;
}
.formArea {
    margin-bottom: 30px;
}
.linkPage a {
    color: #000;
}
.linkPage a:hover {
    color: #bd1c00;
}

.formArea label,
.formArea input,
.formArea select,
.formArea textarea {
    margin: 3px 0px;
}
.formArea label {
    font-size: 12px;
    margin-left: 12px;
}
.formArea input {
    clear: right;
    margin-left: 10px;
    color: #333;
}
.formArea select {
    width: 210px;
    margin-left: 10px;
}
.formArea .col-xs-12 {
    padding: 0 10px;
}
.votreCompte {
    width: 350px;
    background-color: #000;
    float: left;
    padding: 20px;
    margin: 10px 25px;
}
.votreCompte input {
    color: #333;
}

.clear {
    clear: both;
}

.main-3 {
    position: inherit;
    margin-top: 100px;
}

.footer-small {
    height: 0px;
    margin-bottom: 50px;
}

.linkPage .formArea label {
    color: #fff;
}

.linkPage .formArea input {
    margin: 3px 6px;
}

.envoyerLogin {
    margin: 10px 15% !important;
}

/* envoyer */

.envoyer {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #bd1c00;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 60%;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}
.envoyer a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
}

.envoyer a:hover {
    color: #fff;
}

.envoyer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #bd1c00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}
.envoyer:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* envoyer */

.linkPage .table {
}

/*-----------------------Latest Modification-------------------*/
.hdLinks {
    text-align: center;
    margin-left: 5px;
    width: 170px;
    line-height: 40px;
    margin-top: 50px;
}
.hdLinks.bgActive {
    background-color: #343434;
}
.hdLinks.bgActive img {
    filter: invert(100%);
}
.hdLinks.bgActive a {
    color: #fff !important;
}
.hdLinks &gt; a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar .hdLinks &gt; a {
    color: #767676;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}
.hdLinks &gt; a:hover {
    color: #fff;
}

.bar {
    margin: 10px auto;
    width: 100%;
}

/* btn-commander */

.validerBigBt {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(167, 30, 30, 1);
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 10px;
}
.validerBigBt a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.validerBigBt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(167, 30, 30, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}
.validerBigBt:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* validerBigBt */

.checkOutInfoTit {
    color: #bd1c00 !important;
    line-height: 40px;
    color: #000;
    font-size: 22px;
    margin: 10px 0px;
    text-align: left;
    font-weight: bold;
}
.checkOutPTable {
    margin: 5px 0 0 0px;
    font-size: 13px;
}
.checkOutokBt {
    background-color: #efd9b9;
    text-align: left;
    line-height: 40px;
    padding: 0 20px;
}
.checkOutokBt a {
    color: #000;
}
.checkOutokBt a:hover {
    text-decoration: underline;
}

.smQuantiyFull,
.img-responsive {
    margin: auto;
}
.prodHead {
    width: 15%;
    line-height: 40px;
    background-color: #efd9b9;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
}

.greyDarkBg {
    background-color: #000;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.smQuantiyFull {
    width: 100%;
    margin: 0 auto;
}
.smQuantiyFull .smMinus,
.smPlus {
    float: left;

    font-weight: bold;
}
.smQuantiyFull .smMinus a,
.smPlus a {
    color: #fff;
    display: block;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
.smQuantiyFull .smMinus a:hover,
.smPlus a:hover {
    background-color: #bd1c00;
    color: #fff;
}
.smQuantiyFull input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 25px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
}
.popUpsmQuantiyFull {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.popUpsmMinus,
.popUpsmPlus {
    float: left;
    background-color: #39393d;
    padding: 1px 5px;
    font-weight: bold;
}
.popUpsmMinus a,
.popUpsmPlus a {
    color: #fff;
}
.popUpsmMinus a:hover,
.popUpsmPlus a:hover {
    color: #efd9b9;
}
.popUpsmQuantiyFull input {
    width: 30px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #333;
    height: 25px;
    border: 0px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}
.popUpDetailSmQuantiyFull {
    width: 25%;
    float: right;
    margin-top: 10px;
}
.popUpDetailsmMinus,
.popUpDetailsmPlus {
    float: left;
    background-color: #39393d;
    padding: 1px 5px;
    font-weight: bold;
}
.popUpDetailsmMinus a,
.popUpDetailsmPlus a {
    color: #fff;
}
.popUpDetailsmMinus a:hover,
.popUpDetailsmPlus a:hover {
    color: #efd9b9;
}
.popUpDetailSmQuantiyFull input {
    width: 30px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #282828;
    height: 22px;
    border: 0px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}
.popUpPrice {
    width: 350px;
    margin-top: 15px;
    float: right;
}
.popUpPrice h1 {
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.popUpPrice .popUpvalider {
    width: 300px;
    margin: 10px 25px 10px 0px;
    font-size: 14px;
    float: right;
}
.popUpPrice .popUpvalider a {
    width: 300px;
    border: 1px solid #ff0300;
    text-align: center;
    float: right;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    display: block;
}
.popUpPrice .popUpvalider a:hover {
    width: 300px;
    border: 1px solid #999;
    border-radius: 10px;
    float: right;
}
.pouletPopDetails {
    margin-top: 20px;
}

/* Media Queries */

@media (max-width: 1224px) {
    .nav-section ul li p {
        clear: both !important;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .offer-right {
        padding: 27px 30px;

        right: 40px;
        top: 15px;
    }

    .price-tag {
        right: 10px;
    }

    .mainProd p {
        font-size: 10px;
        margin-top: 11px;
    }

    .mainProd h2 {
        font-size: 15px;
    }

    .prodSize .points-items {
        margin-right: 0px;
        margin-left: 30px;
    }

    .points-items.pull-left.left-2 {
        margin-left: -6px !important;
    }

    .hdCart {
        padding: 14px 0px 30px 0px;
    }

    .editIco {
        padding: 0;
        margin-right: 2px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 7px;
    }

    .plusMinus {
        padding-top: 3px;
        padding-left: 0px;
    }

    .hdCartDt {
        text-align: center;
    }

    .hdCartDt .text-left {
        text-align: center;
    }
}

@media (max-width: 1006px) {
    .his-right {
        padding: 75px 34px;
    }

    h1 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .offer-right {
        padding: 14px 40px;
        right: 0px;
        top: 0px;
    }

    .col-md-6.col-sm-12.col-xs-12.offer-right.right-2 {
        left: 0;
        top: 0;
    }

    .col-md-6.col-sm-12.col-xs-12.offer-left.left-2 {
        position: relative;
        left: 0 !important;
    }

    .offer-left {
        position: relative;
        left: 0px;
        padding: 0;
    }

    .main-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .price-tag {
        right: 0;
    }

    h3 {
        font-size: 20px;
    }

    .offer-section {
        padding: 30px 0;
    }

    .main-2 {
        margin-top: 10px;
    }

    .mar-t {
        margin-top: 0px;
    }

    .main-container {
        position: none;
        bottom: 0px;
    }

    .navbar {
        position: none;
        top: 0;
        z-index: none;
    }

    .btnComander {
        width: 50%;
    }

    .nav-section ul {
        padding-left: 1px;
    }

    .footer p {
        padding: 0 40px;
    }

    .footer-main {
        height: 1010px;
    }

    .form-box {
        top: 42%;
        left: 2%;
    }

    .popup-order .form-box {
        top: 0%;
        left: 0%;
    }

    .footer-small {
        height: 0px !important;
    }
}

@media (max-width: 950px) {
    .nav &gt; li &gt; a {
        padding: 10px 9px;
    }

    .navbar-brand img {
        margin: -10px 0px 0 0px;
    }

    .navbar-default .navbar-nav &gt; li &gt; a {
        font-size: 14px;
    }

    .navbar-nav &gt; li {
        padding: 3px 0px;
    }
}

@media (max-width: 767px) {
    .his-right {
        height: 300px;
        padding: 5px 64px;
    }

    .his-left {
        height: 300px;
    }

    .his-right h1 {
        margin-bottom: 5px;
        font-size: 33px;
    }

    .brand-centered {
        display: none;
    }

    .navbar-center-2 {
        display: block;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav &gt; li &gt; a {
        padding: 10px 25px;
    }

    .commander-btn {
        background: none;
    }

    .commander-btn a {
        color: #fff !important;
    }

    .nav-section ul li p {
        clear: none !important;
    }

    .product-overlay {
        top: 35%;
    }

    .grad-right,
    .grad-left {
        margin: 0;
    }

    .grad-left .black-bg {
        margin-bottom: 100px;
    }

    .footer p {
        padding: 0 40px;
    }

    .footer-main {
        height: 1010px;
    }

    .popup-order .form-box {
        top: 0%;
        left: 0%;
        margin: 0 5px;
    }

    .footer-small {
        height: 0px !important;
        margin-bottom: 100px;
    }
    .menu-btn {
        width: 60px;
    }
    .sidenav a {
        text-align: center;
    }
}

.collapse img {
    margin: 5px;
    z-index: +1;
}
.collapse img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

.menu-btn {
    display: block;
    margin: 1em;
    width: 60px;
    transform: translate(-50%, -50%);
    margin-top: 30px;
}

.menu-btn:before,
.menu-btn:after {
    background-color: #000;
    content: "";
    display: block;
    height: 3px;
    transition: all 200ms ease-in-out;
}
.menu-btn:before {
    box-shadow: 0 10px 0 #000;
    margin-bottom: 16px;
}
.menu-btn:hover:before {
    box-shadow: 0 0 0 #000;
    transform: translateY(0px) rotate(180deg);
    background-color: #bd1c00;
}
.menu-btn:hover:after {
    transform: translateY(-10px) rotate(-180deg);
    background-color: #bd1c00;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 222;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0 60px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidenav a {
    padding: 8px 5px 8px 120px;
    text-decoration: none;
    font-size: 18px;
    color: #bfbfbf;
    display: block;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav a:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 5%; /* Change this to whatever width you want to have before hover. */
    padding-top: 5px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid #fff; /* This creates the border. Replace black with whatever color you want. */
    transition: 1s; /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.sidenav a:hover:after {
    width: 25%; /* This will be the new width of your border when on hover */
}

.sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 36px;
    display: block;
    font-size: 52px;

    padding: 0px;
    display: flex;
}
.sidenav a .closebtn {
    border-bottom: 1px solid #000;
}
.sidenav .closebtn:hover {
    transition: 0.9s;
    transform: rotateX(180deg);
}

.sidenava a.closebtn:after {
    width: 0%;
}

.sidenav a.closebtn:hover:after {
    display: none;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
        text-align: center;
        padding-left: -100px;
    }
}

.footer .SocialIcons img {
    transition: transform 0.2s;
    margin: 5px;
}
.footer .SocialIcons img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

.prodDetails h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #00783e;
    text-transform: uppercase;
}
.popUpPlusMnus {
    width: 110px;
    margin-top: 20px;
}
.popUpPlus,
.popUpMinus {
}
.popUpPlus a,
.popUpMinus a {
    width: 30px;
    border: 1px solid #bfbfbf;
    font-weight: bold;
    font-size: 25px;
    float: left;
    color: #fff;
    background-color: #bd1c00;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

.popUpPlus a:hover,
.popUpMinus a:hover {
    background-color: #bfbfbf;
    -webkit-transition: background 0.7s ease-out;
    -moz-transition: background 0.7s ease-out;
    -o-transition: background 0.7s ease-out;
    transition: background 0.7s ease-out;
    color: #000;
}

.popUpPlusMnus input {
    width: 30px;
    float: left;
    height: 27px;
    border: 0px;
    margin: 0 10px;
    color: #000;
}
.popUpPanel {
    margin: 22px 0px;
}
.popUpPanel h3 {
    font-size: 18px;
}
.secColor {
    color: #ffffff;
    font-weight: 600;
}

.popUpSmRdo {
    float: left;
    margin: 20px 20px 10px 0;
    width: 310px;
}

.popUpSmRdo input {
    float: left;
    width: 15px;
    height: 15px;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none;
    border: 0px;
}

.popUpSmRdo img {
    margin-left: 20px;
    float: left;
}

.popUpSmRdo p {
    font-size: 16px;
    float: left;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.popUpSmRdo:hover p {
    padding-left: 3px;
    font-style: blique;
    letter-spacing: 0.5px;
    color: #bd1c00;
}

.fa {
    float: right;
}

.panel {
    background: rgba(0, 0, 0, 0.5);
}

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

.panel-default {
    border: none;
}

.panel-default &gt; .panel-heading {
    background-color: #bfbfbf;
    border: none;
    padding: 20px;
    border-radius: 0;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border: none;
}

.panel {
    background: rgba(0, 0, 0, 0.5);
}

.panel-title {
    font-size: 18px;
}
.panel-title a {
    color: #000;
    text-decoration: none;
    display: block;
}
.panel-title a:hover {
    color: #bd1c00;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.panel-default {
    border: none;
}

.panel-default &gt; .panel-heading {
    background-color: #fff;
    border: none;
    padding: 20px;
    border-radius: 0;
}

.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border: none;
}

.product-info .product-name {
    float: left;
}

.product-info .cancel-btn {
    float: right;
    font-size: 22px;
    color: #bfbfbf;
}

.product-info .cancel-btn:hover {
    color: #bd1c00;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.panierPopUp {
    font-weight: 600;
    font-size: 12px;
}

.panierArea {
    padding-top: 10px;
    position: fixed;
    width: 23%;
}
.panierArea .AjouterBtn .overlay {
    background: #bd1c00;
}
.panierPopUp .panierTitle {
    text-align: left;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 0px;
    background: none;
    color: #bd1c00;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    font-size: 12px;
}

.popup-content {
    padding: 0px 0px;
}

.product-info img {
    float: right;
}

.text-left-red {
    color: #bd1c00;
    font-size: 18px;
    float: right;
    margin: 0px;
}

.popup-footer {
    background-color: #bd1c00;
    padding: 15px 20px 30px 20px;
    font-size: 13px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 10px;
}

.popup-footer:hover {
    background: #000;
    transition: all 0.6s ease-out;
}

.price {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
}

.continuer-btn {
    float: right;
    width: 50%;
    text-align: right;
}
.continuer-btn a {
    color: #fff;
}
.continuer-btn a img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}
.continuer-btn a:hover {
    text-decoration: none;
    /*
	-webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
*/
}

.product-img {
    float: left;
}

.desc-name {
    text-transform: uppercase;
    color: #bd1c00;
    font-size: 22px;
    padding-top: 4px;
}

.desc-ingre {
    font-size: 18px;
    margin-top: -4px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-items {
    margin: 40px 0;
}

.ingredient-box {
    margin-top: 60px;
}

/* product-img-effects */

#hover {
    color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
    color: #fffae3;
}

div#all {
    width: 100%;
    height: 100%;
}

/* generic css */

.img-view {
    float: left;

    overflow: hidden;

    position: relative;

    text-align: center;

    cursor: default;

    margin: 0 0 20px 0;
}

.img-view .mask,
.img-view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
}

.img-view img {
    display: block;
    position: relative;
    /*! width: 50px; */
}
.img-view:hover img {
    transform: scale(1.1);
}

.img-view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    font-family: Raleway, serif;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    font-weight: 300;
}

.img-view p {
    font-family: Merriweather, serif;
    font-size: 75px;
    position: relative;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%;
    font-weight: 300;
}
.img-view p img {
    width: 100px;
}
.img-view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.img-view a.info:hover {
    box-shadow: 0 0 5px #000;
}

/*2*/

.view-second img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    /*! width: ; */
}

.view-second .mask {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    background: transparent;
    -webkit-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second p {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    transform: translate(-200px, 200px);
    -webkit-transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
.view-second p {
    margin: 0 auto; /*! width: 50px; */
}
.view-second a.info {
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    transition: all 0.2s 0.1s ease-in-out;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
}

/* */

.view-second:hover .mask {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover h2 {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

/* product-img-effects */

/* social-icon-effects */

.hovicon {
    display: inline-block;
    font-size: 28px;
    /*! line-height: 90px; */
    cursor: pointer;
    margin: 0px 5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #000 !important;
    border: 1px solid #bd1c00;
}
.hovicon .fa-facebook {
    color: #3b5998 !important;
    position: relative;
    bottom: -10px;
    font-size: 30px;
    left: -16px;
}
.hovicon .fa-youtube {
    color: #c4302b !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
}
.hovicon .fa-twitter {
    color: #55acee !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -9px;
}
.hovicon .fa-instagram {
    color: #6a453b !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
}

.hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    margin: 7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hovicon.effect-8 {
    /*! background: rgba(255, 255, 255, 0.1); */
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #b31723,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* social-icon-effects */

.ft-icon img {
    /* animation: img 1.7s infinite;
  animation-timing-function: linear;    */
}

/* btn-commander */

.btn-commander {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(167, 30, 30, 1);
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 165px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}
.btn-commander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.btn-commander::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #bd1c00;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}
.btn-commander:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* btn-commander */

.transition {
    transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}
.card {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    height: 300px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}
.card:hover {
    height: 450px;
    width: 300px;
}
.card:hover .cta-container {
    display: inline;
    margin-top: 380px;
}
.card:hover .card_circle {
    background-size: cover;
    border-radius: 0;
    margin-top: -130px;
}
.card:hover h2 {
    background: #3487f7;
    color: #fff;
    margin-top: 100px;
    padding: 5px;
}
.card:hover h2 small {
    color: #fff;
}
.card:hover p {
    margin-top: 300px;
}
.card_circle {
    background: url("http://lorempixel.com/400/200") no-repeat center bottom;
    background-color: #3487f7;
    background-size: cover;
    border-radius: 50%;
    height: 400px;
    margin-left: -75px;
    margin-top: -270px;
    position: absolute;
    width: 450px;
}
.card h2 {
    color: #3487f7;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 200;
    margin-top: 150px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.card p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Raleway", sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-top: 200px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}
.cta-container {
    display: none;
    margin-top: 320px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}
.cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid #3487f7;
    border-radius: 2px;
    color: #3487f7;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 36px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-out;
}
.cta:hover {
    background-color: #3487f7;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Gray Scale */
.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Slider Css Starts */

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 1;
}
.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
    display: block;
}
.slideshow .slide.is-loaded {
    opacity: 1;
}
.slideshow .slide .caption {
    padding: 0 100px;
}
.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    display: none;
}
.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
    display: none;
}
.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
    display: none;
}
.slideshow .slide .btn::before {
    background: #fff;
}
.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}
.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}
.slideshow .pagination .item + .page {
    margin-left: -2px;
}
.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}
.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}
.slideshow .arrows .prev {
    left: 30px;
}
.slideshow .arrows .prev:hover .svg {
    left: -10px;
}
.slideshow .arrows .next {
    right: 30px;
}
.slideshow .arrows .next:hover .svg {
    left: 10px;
}
.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

/* Slider Css Ends */

/* Slide Css Starts */
.slideanim {
    visibility: hidden;
    visibility: visible\9; /*For old IE browsers IE6-8 */
}
.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide Css Ends */

/* Gray Scale */
.hover08 figure img {
    filter: grayscale(100%);
    position: relative;
    z-index: 1;
    transition-property: right, filter;
    transition-duration: 0.8s, 1s;
    transition-timing-function: ease-in-out;
}
.lr_ev_main_section_wrapper:hover .hover08 figure img {
    filter: grayscale(0);
}

.wrapper-2:hover figure img {
    filter: grayscale(0);
    right: 0%;
}

.wrapper-2:hover .lr_ev_img_cont_wrapper {
    margin-left: 0%;
    opacity: 1;
}

.wrapper-2 .hover08 figure img {
    right: 32%;
}

.cont-wrapper-2 {
    margin-left: 85%;
    margin-top: 60px;
}

.wrapper-2:hover figure img {
    filter: grayscale(0);
    right: -25%;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper {
    margin-left: 0%;
    opacity: 1;
    margin: 60px 0;
}

@media only screen and (max-width: 992px) {
    .prodPageDetail .container-fluid {
        padding: 0 50px;
    }
}
@media only screen and (max-width: 1024px) {
    .prodPageDetail .container-fluid {
        padding: 0 50px;
    }
}

.res-padding {
    padding: 0 0 0 90px;
}

.hd-btn {
    text-align: center;
}

a.liv-btn {
    background: #bd1c00;
    width: 35%;
    color: #fff;
}

a.emp-btn {
    background: #fff;
    width: 65%;
    color: #000 !important;
}

a.liv-btn:hover {
    background: #bd1c00;
    width: 50%;
    color: #fff;
}
a.liv-btn:hover img {
}

a.liv-btn:hover + a.emp-btn {
    width: 50% !important;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    width: 100% !important;
}

.form-box .input-group .btn-default {
    font-size: 14px;
    background: #bd1c00;
    border: none;
    color: #fff !important;
    text-shadow: none;
    font-weight: 500;
}

#overlay-hero {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    transition: all 0.5s ease-in-out;
}

#overlay-hero-2 {
    position: absolute; /* Sit on top of the page content */
    display: block; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 99.4%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0); /* Black background with opacity */
    cursor: pointer; /* Add a pointer on hover */
    transition: all 0.5s ease-in-out;
}

video {
    margin-top: -110px;
    width: 100%;
}

/* Plus-Minus-Start */

.icon-btn {
    width: 33px;
    height: 33px;
    border: 1px solid #39393d;
    background: #39393d;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: width 0.2s ease-in-out;
    color: #fff;
}
.add-btn:hover {
    width: 100px;
    font-size: 14px;
}
.add-btn::before,
.add-btn::after {
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 3px;
    width: 7px;
    top: calc(50% - 2px);
    background: #fff;
}
.add-btn::after {
    right: 10px;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.add-btn::before {
    left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.icon-btn:focus {
    outline: none;
}
.btn-txt {
    opacity: 0;
    transition: opacity 0.2s;
}
.add-btn:hover::before,
.add-btn:hover::after {
    width: 4px;
    border-radius: 2px;
}
.add-btn:hover .btn-txt {
    opacity: 1;
}
.add-icon::after,
.add-icon::before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    top: calc(55% - 9px);
    background: #fff;
    overflow: hidden;
}
.add-icon::before {
    left: 15px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.add-icon::after {
    right: 14px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.add-btn:hover .add-icon::before {
    left: 15px;
    height: 0px;
    top: calc(50% - 2px);
}
.add-btn:hover .add-icon::after {
    right: 15px;
    height: 0px;
    top: calc(50% - 2px);
}
.hdCartDt .hdEditIco {
    margin: 0 auto;
    position: absolute;
    left: 160px;
    top: 13px;
    text-align: center;
    width: 180px;
}
.hdcartImg {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
}
.hdcartImgTxt {
    margin: 0 10px;
    float: left;
    color: #000;
}
.editIcoPrice {
    float: right;
    padding-right: 10px;
    position: absolute;
    right: 5px;
    top: -5px;
    color: #000;
}

@media (min-width: 1024px) {
    .hdCartDt:hover .hdEditIco {
        display: block;
    }
}
@media only screen and (max-width: 1500px) {
    .hdCartDt .hdEditIco {
        left: 160px;
    }
}
@media only screen and (max-width: 1400px) {
    .hdCartDt .hdEditIco {
        left: 140px;
    }
}
@media only screen and (max-width: 1200px) {
    .hdCartDt .hdEditIco {
        left: 105px;
        top: 26px;
    }
}
@media only screen and (max-width: 992px) {
    .hdCartDt .hdEditIco {
        left: 155px;
    }
}

/* Plus-Minus-end */

/* loader-Start */

* {
    margin: 0;
    padding: 0;
}

.hidden {
    opacity: 0;
}

#loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #191b1a;
    position: fixed;
    left: 0;
    top: 0;
}

.preloader {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    background: url(../img/loader.png);
    transform: rotate(45deg);
    animation: preloader 2s linear infinite;
}

.loadBar {
    position: absolute;
    width: 200px;
    height: 2px;
    left: calc(50% - 100px);
    top: calc(50% + 60px);
    background: #fff;
}

.progress {
    position: relative;
    width: 0%;
    height: inherit;
    background: #bd1c00;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes preloader {
    0%,
    100% {
        transform: rotate(45deg);
    }

    60% {
        transform: rotate(405deg);
    }
}
/* loader-End */

/* Contact-Transtion */

@-webkit-keyframes navFadeIn {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes navFadeIn {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.right [data-link] {
    -webkit-animation: navFadeIn 0.5s ease-out 1 both;
    animation: navFadeIn 0.5s ease-out 1 both;
}
.right [data-link]:first-child {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.right [data-link]:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.right [data-link]:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

/* Contact-Transtion-End */

/* AjouterBtn-Start */

/*.AjouterBtn {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  justify-content: space-evenly;
  background: #bfbfbf;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  color: #000;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.AjouterBtn .links a {
  padding: 15px;
  transition: 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.AjouterBtn .links a:hover {
  color: #D6A0D3;
  transition-timing-function: ease-in-out !important;
  transition-delay: 1ms !important;
}*/

.AjouterBtn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    justify-content: space-evenly;
    background: #000;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.AjouterBtn .links a {
    transition: 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5);
    color: #fff;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.AjouterBtn .links a:hover {
    color: #000;
}

.AjouterBtn .overlay {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    line-height: 45px;
    position: absolute;
    top: 0em;
    left: 0em;
    background: #fff;
    transition: 1s cubic-bezier(0.89, 0.03, 0.06, 1.5);
}
.AjouterBtn .overlay a {
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 1;
    padding: 0;
    margin: auto;
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
    background: #bd1c00;
}

.AjouterBtn:hover .links a {
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #000;
    color: #fff;
    opacity: 1;
}
.AjouterBtn:hover .overlay {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
}

.AjouterBtn:hover .links a:hover {
    color: #bd1c00;
}

@-webkit-keyframes beat {
    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes beat {
    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

/* AjouterBtn-End */

input[type="checkbox"]:after {
    width: 25px;
    height: 25px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

input[type="checkbox"]:checked:after {
    width: 25px;
    height: 25px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #bd1c00;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    border: 3px solid #d1d3d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

/* input-group-btn */

.BtnShadow {
    display: inline-block;
    font-size: 45px;
    line-height: 45px;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 2;
    color: #000 !important;
}

.BtnShadow.small {
    font-size: 20px;
    line-height: 45px;
    margin: 7px;
}
.BtnShadow.mini {
    font-size: 15px;
    line-height: 32px;
    margin: 7px;
}
.BtnShadow.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.BtnShadow:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.BtnShadow:before {
    speak: none;
    font-size: 48px;
    line-height: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.BtnShadow.btnEffects {
    /*! background: #bd1c00; */
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.BtnShadow.btnEffects:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
.BtnShadow.btnEffects:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.BtnShadow.btnEffects:hover:after {
    -webkit-animation: btnEffect 1.3s ease-out 75ms;
    -moz-animation: btnEffect 1.3s ease-out 75ms;
    animation: btnEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #bab0a4,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* social-icon-effects */

h2 {
    font-size: 22px;
    font-weight: 300;
}

.prodDetails h2 a {
    float: right;
}
.prodDetails h2 a:hover {
    color: #000;
}

#ingsupp p {
    clear: both;
}

#ingsupp {
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-height: 100px;
    clear: both;
}

#ingsupp a i {
    padding-right: 10px;
}

.pop-pluminus .icon-btn {
    background: #bd1c00;
}

.pop-pluminus .hdEditIco {
    left: 0;
}

.btn-width a span {
    width: 165px;
}

.validerBigBt-2 a span {
    width: 100% !important;
}

.panier-container .greyDarkBg {
    display: flex;
    justify-content: space-between;
}

.panier-container .greyDarkBg p {
    margin: 0px;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
}
button.learn-more {
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    font-weight: 700;
    color: #fff;
    padding: 1.25rem 5rem;
    background: #00783e;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 5px;
}

button.learn-more:hover,
button.learn-more:focus,
button.learn-more:active {
    letter-spacing: 0.225rem;
}

.panier-container .smQuantiyFull .smMinus,
.smPlus {
    width: 17px;
}

.panier-container .smQuantiyFull input {
    width: 20px !important;
}

.panier-container .smQuantiyFull .glyphicon {
    font-size: 10px;
}

.panier-container .smQuantiyFull .smMinus a,
.smPlus a {
    padding: 3px 3px;
}
/* Style the tab */
.tab {
    text-align: -webkit-right;
}
/* Style the buttons inside the tab */
.tab button {
    display: block;
    background: none;
    margin: 0px !important;
    padding-bottom: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    transition: all 600ms ease;
}

/* Create an active/current "tab button" class */
.tab button:hover {
    color: #00783e;
    font-weight: 700;
    padding-right: 5px;
}

.tab button.active {
    color: #00783e;
    font-weight: 700;
}

/* Style the tab content */
.tabcontent {
    text-align: left;
    padding: 0 100px;
}

.votre-main {
    margin-top: 100px;
    padding: 0 150px;
}

.votre-main .wizard {
    margin: 0;
}

.votre-main input[type="checkbox"] {
    margin: 15px 10px;
}

.tab h2 {
    margin: 0 0 20px 0;
    color: #00783e;
}

.prod-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: flex-end;
    text-align: left;
    color: #000;
}

.prod-info p {
    margin: 0;
    padding: 0;
}

.prod-btn-price {
    margin-top: 10px;
}

.continuer-btn a .fa {
    margin-top: 1px;
}

.smQuantiyFull input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    text-align: center;
}

.prod-btn input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    text-align: center;
}

.area-scroll {
    overflow-y: scroll;
    height: 280px;
}

.float-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

@media screen and (max-width: 1670px) {
    .tabcontent {
        padding: 0 10px;
    }

    .votre-main {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        text-align: left;
        padding: 0 10px;
    }

    .tab button {
        padding-left: 0px;
    }
}

/* Product Animation Start */
.papersheet {
    position: absolute;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all 200ms;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}
.papersheet:hover {
    cursor: pointer;
}
.papersheet.opened {
    transition: all 900ms;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
}
.papersheet__trigger {
    z-index: 1;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    top: 15px;
    right: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}
.opened .papersheet__trigger {
    background-color: #eceff1;
    top: 10%;
}
.papersheet__trigger:active:before {
    background-color: #d5d5d5;
}
.papersheet__trigger:before {
    content: "";
    background-color: #1c252c;
    color: #fff;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-delay: 2s;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.opened .papersheet__trigger:before {
    width: 3000px;
    height: 3000px;
    transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.papersheet__trigger-icon {
    fill: #37474f;
    vertical-align: bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(0);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 50ms;
    width: 1.8rem;
    height: 1.8rem;
}
.opened .papersheet__trigger-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.papersheet__face-item {
    border-radius: 50%;
    margin: 0 1.5rem;
    z-index: 1;
    height: 6rem;
    width: 6rem;
    display: none;
    overflow: hidden;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}
.papersheet__face-item:nth-child(2) {
}
.papersheet__face-item:nth-child(3) {
}
.papersheet__face-item:nth-child(4) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
.papersheet__face-item img {
    max-width: 100%;
}
.opened .papersheet__face-item {
    display: block;
}

.fa-info-circle {
    color: #ffffff;
}

.desc-area {
    border-radius: 0px;
    height: 50%;
    width: 100%;
}

.desc-area p {
    position: relative;
}

/* Product Animation End */
a.model-btn {
    background-color: #bd1c00;
    position: fixed;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);

    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    color: #fff;

    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255, 224, 191);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

a.model-btn:hover {
    background: #bd1c00;
    color: #fff;
}
a.model-btn:focus {
    outline: none;
}

.animation-btn {
    position: fixed;
    z-index: 1;
    left: 40px;
    bottom: 50px;
    animation-name: new;
    animation-duration: 2.5s;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes new {
    0% {
        opacity: 0;
        bottom: 780px;
    }

    100% {
        bottom: 150px;
    }
}

/*
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #5fd9ff;
  position: fixed;
  transform: rotate(-45deg);
  
  margin: -20px 0 0 -20px;
  animation-name: new;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
	z-index: 1;
	animation-fill-mode: forwards;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #fff;
  position: fixed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
*/

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
    .modal-overlay {
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: url(../img/gift.png);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
            visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        color: #fff;
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 11111;
    }
}

@media only screen and (max-width: 39.9375em) {
    h1 {
        font-size: 1.5rem;
    }
}

i.fa.fa-gift.fa-2x {
    margin: 13px 14px 0 0;
}

.popup .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.area-scroll .add-btn:hover {
    width: 85px;
    font-size: 13px;
}

.panierArea .AjouterBtn {
    background: #000;
    color: #fff;
}
.panierArea .AjouterBtn a {
    color: #fff;
}
.panierArea .AjouterBtn a:hover {
    color: #bd1c00;
}
.panierArea .AjouterBtn .fa-arrow-right {
    margin: 2px 0px 0px 3px;
}

.fa-star {
    margin: 20px 22px 0 0;
}

.popup-allergene,
.popup-filtarage {
    text-align: left;
    margin: 50px 0px;
}

.popup-checkboxes input[type="checkbox"]:after {
    background-color: transparent;
    border: 3px solid #00783e;
    border-radius: 100%;
}

.popup-checkboxes input[type="checkbox"]:checked:after {
    background-color: #bd1c00;
    border: 3px solid #fff;
    border-radius: 100%;
}

.popup-checkboxes .popUpSmRdo img {
    margin-left: 25px;
    margin-top: -5px;
    margin-right: 15px;
}

.popup-checkboxes .popUpSmRdo {
    margin: 20px 20px 10px 5px;
}

.popup-allergene h2 {
    color: #bd1c00;
}

.filtarage-item img {
    width: 80px;
    margin: 0px;
}

.filtarage-item .popUpSmRdo p {
    margin: 16px 10px;
    text-transform: capitalize;
}

.hdEditIco .icon-btn {
    float: left;
    line-height: 30px;
    cursor: pointer;
}

.popUpPanel h3 {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
}

.popUpPanel h3 .secColor {
    color: #000 !important;
    font-weight: 500;
}

.tab-content table {
    margin-top: 40px;
}

a.la-nav {
    color: #00783e !important;
    text-shadow: none !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-top: 8px;
}
.tabTitle,
.cstmrOrdDt {
    background-color: #2f2f2f;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-right: 5px solid #1c252c;
}
.cstmrOrdDt {
    background-color: #393939;
    border-bottom: 5px solid #1c252c;
}
.cstmrOrdDt .btn-width a span {
    width: 100%;
    border-radius: 0px;
}
.cstmrOrdDt .cta-btn a span {
    margin-top: 0px;
}
.cstmrOrdDt .cta-btn a span::before {
    border-radius: 0px;
}

.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
    fill: transparent;
    stroke: #bd1c00;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;
}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
}

svg .icon {
    font-family: FontAwesome;
}

.legend-line {
    white-space: nowrap;
}

.color-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    float: left;
    padding-top: 3px;
    margin: 2px 5px 0 0;
}

#test-circle h1 {
    font-size: 16px;
    top: 110px;
    left: 130px;
    position: absolute;
    z-index: 1111;
}
#test-circle h1:nth-child(2) {
    font-size: 16px;
    top: 110px;
    left: 295px;
    position: absolute;
    z-index: 1111;
}
#test-circle h1:nth-child(3) {
    font-size: 16px;
    top: 235px;
    left: 65px;
    position: absolute;
    z-index: 1111;
}
#test-circle h1:nth-child(4) {
    font-size: 16px;
    top: 235px;
    left: 360px;
    position: absolute;
    z-index: 1111;
}
#test-circle h1:nth-child(5) {
    font-size: 16px;
    top: 360px;
    left: 130px;
    position: absolute;
    z-index: 1111;
}
#test-circle h1:nth-child(6) {
    font-size: 16px;
    top: 360px;
    left: 300px;
    position: absolute;
    z-index: 1111;
}

/* Votre-Appreciation */

.ProgressMainDiv {
    margin: 0 auto;
}
.ProgressMainDiv p {
    line-height: 25px;
    font-size: 14px;
}
.ProgressMainDiv hr {
    clear: both;
    color: #fff;
    padding: 10px 0;
}
.ProgressMain {
    margin: 3px auto;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #fff;
}
.wrap {
    padding: 0px;
}
.bar-percentage {
    float: right;
    padding: 0px 2px;
    line-height: 25px;
    font-size: 13px;
    width: 35px;
    text-align: right;
}
.bar-container {
    float: left;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    width: 78%;
    margin: 8px 0px;
    overflow: hidden;
}
.percentage-bar {
    float: left;
    background: #bd1c00;
    height: 100%;
}
.mrDtail {
    width: 97%;
    margin: 0 auto;
}
.pagination {
    margin: 30px auto;
    display: table;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:focus,
.pagination &gt; .active &gt; span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #bd1c00;
    border-color: #bd1c00;
}

.hdEditIco input {
    float: left;
}

.offer-discount {
    text-align: center;
    padding: 0 26px;
}

.offer-discount p {
    font-size: 17px;
    color: #bd1c00;
}

.offer-discount .fa {
    float: left !important;
    margin: 0 !important;
}

li.panier-price {
    position: relative;
}

.price-circle {
    font-weight: 600;
    width: 25px;
    height: 25px;
    background: #bd1c00;
    border-radius: 15px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 14px;
    z-index: 1;
}

.input-group-addon {
    border: 1px solid #fff;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.input-group {
    margin: 10px 0;
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
    font-size: 12px;
}

.panier-container .fa {
    float: left;
}

.panier-container textarea.form-control {
    margin: 10px 0;
}

.prod-front {
    position: relative;
    text-align: center;
}

.prod-front h4 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

.lr_event_section_main_wrapper.wrapper-1 {
    padding: 450px 0 50px 0;
    text-align: center;
    background: url(../img/event-sec-bg.jpg) center top no-repeat #0c0c0c;
    background-size: cover;
}

.lr_ev_main_section_wrapper h1 {
    font-size: 35px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    padding: 5px 0;
    font-family: "Ananda";
}
.lr_ev_main_section_wrapper h1 a {
    color: #000;
}

.lr_ev_main_section_wrapper h2 {
    color: #fff;
}

.wrapper-1 .lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper {
    margin: 0;
}

.product-list-section {
    padding-bottom: 50px;
}

.brand-centered {
    justify-content: center;
    position: absolute;
    width: 70%;
    left: 350px;
}

/*
#note {
    position: absolute;
    z-index: 11111;
    top: 0;
    left: 0;
    right: 0;
    background: #bab0a4;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

a#close {
	float: right;
    margin-right: 30px;
}

.cssanimations.csstransforms #close {
  display: none;
}

.mar-t-30 {
	padding-top: 30px;
}*/

.closebtn {
    margin-left: 15px;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.alert {
    padding: 15px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-align: center;
}
.alert a {
    color: #fff;
}
.alert a:hover {
    color: #fff;
}

.main-container.emailing {
    margin-top: 60px;
}

.emailing {
    text-align: center;
}

.email-box {
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

.emailing p {
    font-size: 21px;
    margin: 0;
}

.emailing h2 {
    font-size: 22px;

    font-weight: 600;
}

.emailing .icon-box.block i {
    color: #fff !important;
}

.emailing .hovicon {
    border: 1px solid #ffffff;
}

img.app-icon {
    margin: 20px 10px;
}

.emailing .cta-btn {
    margin-bottom: 20px;
}

.p-abso {
    position: relative;
    top: -84px;
    background: #bd1c00;
    padding: 20px;
    /* left: 430px; */
    margin: 0 150px;
}

.emailing .fa-gift {
    float: none;
}

.emailing .icon-box.block {
    margin: 20px 0px;
}

.emailing a {
    font-size: 18px;
}

.popup-order .form-box {
    position: relative;
    top: 0;
    margin-top: 40px;
}

.popup-order .logo {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .p-abso {
        margin: 0 20px;
        top: -14px;
    }
}

.navbar-default {
    background: none !important;
    box-shadow: none !important;
}
.animation-btn img {
    margin: 20px 0 0 20px;
}
.popupenvie {
    z-index: 2222 !important;
}
.popup {
    z-index: 2222 !important;
}

.sectionThree {
    padding: 50px 0px 90px 0px;
    background: url(../img/section-two-bg.jpg);
    backgorund-size: cover;
}

.mrgZero {
    margin: 0px;
    padding: 0px;
}
.ftMrg {
    margin: 40px 0px;
}

@media screen and (max-width: 1200px) {
    .ftLogo {
        margin-top: 50px;
    }
}

.cms-banner-item {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 22px;
}
.cms-banner-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.cms-banner-item .cms-banner-inner .cms-banner-img {
    max-width: 100%;
    position: relative;
}
.cms-banner-item .cms-banner-inner .cms-banner-img:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: #bd1c00;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.iconMrgTop {
    margin-top: 130px !important;
}

/*ColorGlow-OnIMage Start*/
.demo {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1, 1, 0); /* older webkit */
    -webkit-transition: all 1000ms cubic-bezier(0.005, 1.65, 1, -0.6);
    -moz-transition: all 1000ms cubic-bezier(0.005, 1.65, 1, -0.6);
    -ms-transition: all 1000ms cubic-bezier(0.005, 1.65, 1, -0.6);
    -o-transition: all 1000ms cubic-bezier(0.005, 1.65, 1, -0.6);
    transition: all 1000ms cubic-bezier(0.005, 1.65, 1, -0.6); /* custom */
    -webkit-transition-timing-function: cubic-bezier(
        0.005,
        1,
        1,
        0
    ); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    -moz-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    -ms-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    -o-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6); /* custom */
}

.show-off {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -180px;
    left: -600px;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    background: linear-gradient(
        0deg,
        rgba(207, 7, 7, 0.1) 50%,
        rgba(207, 7, 7, 0.1) 100%
    );
    background: -moz-linear-gradient(
        0deg,
        rgba(207, 7, 7, 0.1) 50%,
        rgba(207, 7, 7, 0.1) 100%
    );
    background: -webkit-linear-gradient(
        0deg,
        rgba(207, 7, 7, 0.3) 50%,
        rgba(207, 7, 7, 0.3) 100%
    );
    background: -o-linear-gradient(
        0deg,
        rgba(207, 7, 7, 0.1) 50%,
        rgba(207, 7, 77, 0.1) 100%
    );
}
.demo:hover .show-off {
    top: 0px;
    left: 0px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.dropdown-menu {
    color: #000 !important;
}
/*ColorGlow-OnIMage End*/

.mt15 {
    margin-top: 15px;
}
.spaceImg img {
    position: absolute;
    bottom: -10rem;
    left: -250px;
    width: 20rem;
    height: 20rem;
    z-index: 99;
    -webkit-animation: floatPlanetLeft 2.35s infinite linear;
    animation: floatPlanetLeft 2.35s infinite linear;
}

.spaceImg2 img {
    position: absolute;
    top: -100px;
    right: -250px;
    width: 15rem;
    height: 15rem;
    z-index: 99;
    -webkit-animation: floatPlanetRight 15.65s infinite linear;
    animation: floatPlanetRight 15.65s infinite linear;
}

@-webkit-keyframes floatPlanetLeft {
    from {
        -webkit-transform: rotate(0deg) translatey(-41px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translatey(-41px) rotate(-360deg);
    }
}
@keyframes floatPlanetLeft {
    from {
        -webkit-transform: rotate(0deg) translatey(-41px) rotate(0deg);
        transform: rotate(0deg) translatey(-41px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translatey(-41px) rotate(-360deg);
        transform: rotate(360deg) translatey(-41px) rotate(-360deg);
    }
}

@-webkit-keyframes floatPlanetRight {
    from {
        -webkit-transform: rotate(0deg) translatey(-53px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translatey(-53px) rotate(-360deg);
    }
}
@-keyframes floatPlanetRight {
    from {
        -webkit-transform: rotate(0deg) translatey(-53px) rotate(0deg);
        transform: rotate(0deg) translatey(-53px) rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg) translatey(-53px) rotate(-360deg);
        transform: rotate(360deg) translatey(-53px) rotate(-360deg);
    }
}

.imgBox {
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}
.imgBox h2 {
    padding: 7px 0px;
    color: #000;
    margin: 0px;
}
.imgBox p {
    margin: 0px 15px 10px 15px;
    color: #000;
}

.comanderBtn {
    margin: 10px 0px 0px 0px !important;
    padding: 10px 20px;
}
.comanderBtn a {
    background: #b3874d;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.comanderBtn a:hover {
    background: #bd1c00;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
}
.sectionOne {
    background: url(../img/sec-one.gif) center top no-repeat #0c0c0c;
    margin-top: -5px;
    background-size: cover;
    height: 700px;
}
.sectionOne h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
}
.sectionOne p {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.containerImg {
    position: relative;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background-color: rgba(18, 18, 18, 0.6);
}

.containerImg:hover .overlay2 {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.form-inline .form-control {
    color: #000 !important;
    /* margin: 0 auto; */
}

/*================================================
Gallery Area CSS
=================================================*/
.gallery-area {
    position: relative;
    padding: 30px 0 50px 0;
    background: #fff;
    margin-top: -5px;
}
.gallery-area h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 60px;
    color: #b3874d;
    text-align: center;
    margin-bottom: 20px;
    font-family: "PRISTINA";
}
.gallery-area .EventBtn {
    margin: 10px 0px 0px 0px !important;
    padding: 10px 20px;
}
.gallery-area .EventBtn a {
    background: #eeece1;
    padding: 10px 30px;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    display: block;
    width: 25%;
    margin: 0 auto;
}
.gallery-area .EventBtn a:hover {
    background: #bd1c00;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
}

.gallery-area .item img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
.gallery-area .item:hover img {
    transform: scale(1.1);
}

.single-image {
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 185px;
    float: left;
}
.single-image h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 40px;
    color: #bd1c00;
    margin-bottom: 0px;
    font-family: "Poppins", sans-serif;
}

.single-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-image .image-content {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    height: auto;
    background: #b3874d;
    z-index: 2;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.single-image .priceDt {
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto;
    line-height: 35px;
    color: #000;
}

.single-image .image-content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}

.single-image .image-content h3 a {
    color: #000;
    display: block;
}

.single-image .popup-btn {
    position: absolute;
    top: 26%;
    left: 50%;
    z-index: 2;
    font-size: 35px;
    color: #ffffff;
    margin-top: -80px;
    margin-left: -30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #bd1c00;
    padding: 10px;
}

.single-image .popup-btn:hover {
    color: #0d1115;
}

.single-image:hover::before {
    opacity: 0.7;
    visibility: visible;
}

.single-image:hover .image-content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.single-image:hover .popup-btn {
    margin-top: -40px;
    opacity: 1;
    visibility: visible;
}

.single-ProImg {
    background: url(../img/btm-img1.png) top left no-repeat;
    background-size: contain;
}

/*=================================================================================================*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #2a2c2e;
    -webkit-text-fill-color: #b1b1b1;
    -webkit-box-shadow: 0 0 0px 1000px #13191d inset;
    transition: background-color 5000s ease-in-out 0s;
}

.popup-content-detail {
    background-color: #cecece !important;
}
.popup-header {
    background-color: #cecece !important;
}

/* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111 !important;
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background: url(../img/gift.png);
}

/* Modal Content */
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    height: 300px;
    top: 13%;
    background: url(../img/gift-2.png);
}

/* The Close Button */
.close1 {
    color: #0a0a0a;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 31;
}

.close1:hover,
.close1:focus {
    text-decoration: none;
    cursor: pointer;
}

/* wrap-sh-slider-Start */

#wrap-sh-slider {
    margin: auto;
    position: relative;
    width: 60%;
    overflow: hidden;
}

.sh-slider {
    position: relative;
    overflow: hidden;
    margin: auto;
    border-radius: 4px;
}

.sh-slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sh-slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 200px;
    background: #ccc;
    text-align: center;
    box-shadow: 0px 10px 20px #148f77;
    border-radius: 4px;
}

a.control_prev,
a.control_next {
    position: absolute;
    top: calc(50% - 18px);
    z-index: 999;
    display: block;
    padding: 4px 8px;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.control_prev {
    border-radius: 2px 0 0 2px;
}

a.control_next {
    right: 0;
    border-radius: 0 2px 2px 0;
}

/* wrap-sh-slider-End */

/* hi-slide-Start */
.hi-silde-main {
    background: url(../img/section-one-bg.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 30px 0 100px 0;
}
.hi-slide {
    position: relative;
    width: 900px;
    margin: 0 auto 50px auto;
}
.hi-slide .hi-next,
.hi-slide .hi-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    opacity: 0.7;
    transition: all 0.6s;
    font-size: 30px;
    border: 1px #fff solid;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
    opacity: 1;
    background-color: #bd1c00;
}
.hi-slide .hi-prev {
    left: -60px;
}
.hi-slide .hi-prev::before {
    content: "&lt;";
}
.hi-slide .hi-next {
    right: -60px;
}
.hi-slide .hi-next::before {
    content: "&gt;";
}
.hi-slide &gt; ul {
    list-style: none;
    position: relative;
    width: 900px;
    height: 292px;
    margin: 0;
    padding: 0;
}
.hi-slide &gt; ul &gt; li {
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 377px;
    top: 146px;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.hi-slide &gt; ul &gt; li &gt; img {
    width: 100%;
}
.hi-slide &gt; ul &gt; li &gt; h1 {
    color: #bd1c00;
    font-size: 17px;
    text-align: center;
    background: #fff;
    margin: 0px;
    padding: 10px 0;
    font-weight: normal;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.hi-Btn {
    margin: 50px 0px 0px 0px !important;
    padding: 10px 20px;
}
.hi-Btn a {
    background: #eeece1;
    padding: 10px 30px;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 50px;
    display: block;
    width: 18%;
    margin: 0 auto;
}
.hi-Btn a:hover {
    background: #bd1c00;
    padding: 10px 30px;
    color: #fff;
    text-align: center;
}

/* hi-slide-End */

.my-image-container {
    position: relative;
    width: 100%;
}
.my-image-container img {
    height: 500px;
}
.my-image-container-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.75);
}
.my-image-container:hover .my-image-container-overlay {
    opacity: 1;
}
.my-image-container-icon {
    color: white;
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.my-image-container-icon .fa-search:hover {
    color: #bd1c00;
}
.papersheet p {
    color: #fff !important;
}
.modal-content1 .close {
    color: white !important;
    opacity: 100% !important;
}
.product-body {
    color: #fff;
}
.popup-allergene .cta-btn {
    margin: 0px !important;
    text-align: left;
    position: relative;
    top: -8px;
}
.modal {
    z-index: 555555 !important;
}
div#ModalMsgAlert {
    z-index: 500000;
}
.search-icon {
    max-width: 153px !important;
    height: auto !important;
}

.nav &gt; li &gt; a &gt; img {
    max-width: none;
    margin-top: -15px;
}
.item {
    position: relative;
    overflow: hidden;
}
.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hd-btn-main .btn {
    width: 32%;
    outline: none;
    background: #fff;
    color: #000;
    padding: 10px;
    margin-right: 2px;
    border: none;
}

.hd-btn-main .btn a {
    color: #000 !important;
    background: #fff;
}

.hd-btn-main .btn:hover {
    background: #bd1c00 !important;
    color: #fff;
}

.hd-btn-main .btn:hover img {
    filter: invert(100);
}

.hd-btn-main .btn.active {
    background: #bd1c00 !important;
    color: #fff;
}

.hd-btn-main .btn.active img {
    filter: invert(100);
}
.new-event-sec,
.animated-section {
    position: relative;
}
.new-event-sec img,
.animated-section img {
    width: 100%;
}
.animated-area-text {
    position: absolute;
}
.animated-area-text {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 5;
    transform: translate(0%, -50%);
    width: 40%;
}
.animated-area-text h2 {
    font-family: "ITCEDSCR";
    color: #bd1c00;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
}
.animated-area-text p {
    text-align: center;
    font-size: 20px;
}
.nos-menus {
    background: url(../img/prod-tab-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 80px 0px 80px 0;
}
.nos-box {
    background: rgba(234, 234, 234, 0.8);
    border-radius: 50px;
}
.nos-box h2 {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    padding: 5px 0 15px 0;
    color: #bd1c00;
}

.nos-box h2 a {
    color: #bd1c00;
}
.nos-box h2 a:hover {
    color: #000;
    text-decoration: none;
}

.nos-box .taboverlay-container .taboverlay-image {
    transform: scale(1.2) !important;
}
.new-event-text {
    position: absolute;
    top: 50%;
    transform: translate(-2%, -50%);
    text-align: center;
    z-index: 5;
    right: 7%;
    width: 40%;
    color: #000;
}

.new-event-text h3 {
    line-height: 36px;
}

@media only screen and (max-width: 1400px) {
    .animated-area-text {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .new-event-sec img {
        height: 650px;
        object-fit: cover;
        object-position: left;
    }
    .animated-section img {
        height: 800px;
        object-fit: cover;
        object-position: right;
    }
    .animated-area-text {
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        padding: 0 2rem;
        background: rgba(0, 0, 0, 0.7);
    }
    .new-event-text {
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        padding: 10px 2rem;
        background: rgba(0, 0, 0, 0.7);
    }
}
/*professor-tabs-code-start*/
.mynew-tab-prod {
    background: url("../img/prod-tab-bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 80px 0px 50px 0;
    margin-top: -72px;
}
.vertical-tab-buttons {
    overflow: hidden;
    position: relative;
}
.vertical-tab-buttons button {
    display: block;
    color: #bd1c00;
    padding: 11px 34px;
    width: 100%;
    margin: 0px auto;
    border: 1px solid #bd1c00;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 35px;
    margin-bottom: 30px;
    border-radius: 10px 37px 37px 10px;
    position: relative;
    font-family: "FREESCPT";
    font-weight: bold;
    background: #fff;
}
.vertical-tab-buttons button img {
    width: 50px;
}

.vertical-tab-buttons button.active img {
    filter: invert(100%);
}

.vertical-tab-buttons button:hover img {
    filter: invert(100%);
}

.vertical-tab-buttons button.active,
.vertical-tab-buttons button:hover {
    background: #bd1c00;
    color: #fff;
}
.VertTabContent {
    position: relative;
}
.taboverlay-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 20px;
}
.taboverlay-image {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.8s;
}
.taboverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.7);
}
.taboverlay-container:hover .taboverlay {
    opacity: 1;
}
.taboverlay-container:hover .taboverlay-image {
    transform: scale(1.07);
}
.taboverlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    font-size: 3rem;
}

/*professor-tabs-code-end*/

.close {
    color: #fff !important;
    opacity: 0.9 !important;
}

.random a {
    color: #000 !important;
}
</pre></body></html>