@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&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap");
@font-face {
    font-family: "Ananda";
    src: url("../fonts/Ananda.ttf");
}

@font-face {
    font-family: "Hard-Grunge";
    src: url("../fonts/Hard-Grunge.ttf");
}

@font-face {
    font-family: "FranklinGothicStd";
    src: url("../fonts/FranklinGothicStd-ExtraCond.otf");
}

@font-face {
    font-family: "FranklinGothicStd";
    src: url("../fonts/FranklinGothicStd-ExtraCond.otf");
}

@font-face {
    font-family: "andlso";
    src: url("../fonts/andlso.ttf");
}

@font-face {
    font-family: "Hornbill";
    src: url("../fonts/Hornbill-PersonalUse\ Black.otf");
}

html {
    overflow-x: hidden;
}

body {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    background: #0d0d0d;
    background-size: cover;
    font-size: 13px;
    position: relative;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    background-color: rgb(255, 255, 255);
}

body::-webkit-scrollbar-thumb {
    background: darkgrey;
    outline: slategrey solid 1px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    background: rgb(224, 214, 204);
    outline: slategrey solid 1px;
}

.pieCart {
    width: 500px;
    margin: 0px auto;
    position: relative;
}

input[type="text"]:focus,
input[type="date"]:focus {
    border: 1px solid #f5bf2c;
    box-shadow: none;
}

.pieCart h1 {
    font-size: 40px;
}

select[class="form-control"]:focus {
    border: 1px solid #f5bf2c;
    box-shadow: none;
}

h1 {
    font-size: 55px;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    color: #f5bf2c;
}

h3 {
    font-weight: 700;
    margin: 0px;
}

h4 {
    font-weight: 700;
    color: #f5bf2c;
}

.padding-0 {
    padding: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.commander-btn {
    background: #f5bf2c;
}

.commander-btn a {
    color: rgb(255, 255, 255) !important;
}

.navbar-nav>li {
    padding: 0px 20px;
}

@media (max-width:1250px) {
    .navbar-nav>li {
        padding: 0px 0px;
    }
}

.navbar-default .navbar-nav>li>a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
}

.brand-centered {
    justify-content: center;
    position: absolute;
    width: 70%;
    left: 350px;
}

.brand-centered h1 {
    color: #f5bf2c;
    font-size: 36px;
    margin: 10px 0px;
    text-align: center;
}

.brand-centered p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    margin: 10px 0px;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    z-index: 11;
    border: none;
    background: rgba(0, 0, 0, 0);
    min-height: 100px;
}

.mp-0 {
    margin: 0px;
    padding: 0px;
}

.his-right {
    color: rgb(0, 0, 0);
    height: 600px;
    display: table;
}

.his-right h1 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 31px;
    font-weight: 200;
}

.his-right p {
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 18px;
}

.his-left a {
    opacity: 0.7;
    transition: all 0.8s ease-in-out 0s;
}

.his-left a:hover {
    opacity: 1;
}

.cta-btn {}

.cta-btn a {
    line-height: 40px;
    perspective: 1000px;
    color: rgb(0, 0, 0);
}

.cta-btn a span {
    position: relative;
    display: inline-block;
    padding: 0px 14px;
    background: #f5bf2c;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px;
    transform-style: preserve-3d;
    color: rgb(0, 0, 0);
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
}

.cta-btn a span::before {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    content: attr(data-hover);
    color: rgb(0, 0, 0);
    transform: rotateX(-90deg);
    transform-origin: 50% 0px;
    text-align: center;
    border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
    transform: rotateX(90deg) translateY(-22px);
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0) !important;
}

.btn-outline {
    border: 1px solid #f5bf2c;
    background: none;
}

.btn-outline a {
    color: #f5bf2c !important;
}

.cta-btn a {
    color: rgb(255, 255, 255);
    opacity: 1;
    font-size: 15px;
}

.cta-btn:hover {
    opacity: 1;
    transition: all 1s ease 0s;
}

#tmcms1block {
    width: 100%;
    position: relative;
    float: left;
    z-index: 8;
    overflow: hidden;
    background: rgb(237, 237, 237);
    padding: 50px 0px;
    margin-top: -5px;
}

#tmcmsbannerblock .cms_img::before {
    display: none;
}

#tmcmsbannerblock .cms_content:hover .cms_img::before {
    display: none;
}

.cms_content {
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
}

.cms_content:hover .cms_img::before {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
}

.cms_img img {
    max-width: 100%;
}

#tmcms1block .main-content .cms_img a img,
#tmcms1block .main-content .cms_img a img {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
    cursor: pointer;
    position: relative;
    height: auto;
    overflow: hidden;
}

#tmcms1block .main-content .cms_img:hover a img,
#tmcms1block .main-content .cms_img:hover a img {
    transform: scale(1.08);
}

#tmcms1block .main-content {
    float: left;
    position: relative;
    width: 30%;
}

#tmcms1block .second-content.main-content {
    margin: 0px 30px;
}

#tmcms1block .second-content.main-content .cms_img {
    background: rgb(0, 0, 0);
    border-radius: 5px;
}

#tmcms1block .main-content .cms_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#tmcms1block .second-content .cms_content {
    left: 0px;
    position: absolute;
    text-align: center;
    top: 22%;
    transition: all 0.45s ease 0s;
    z-index: 1;
    right: 0px;
}

#tmcms1block .second-content .cms_content .cms_imgtitle {
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 22px;
    letter-spacing: 0.4px;
}

#tmcms1block .second-content .cms_content .cms_offer1 {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin: 0px 15px 0px 0px;
    line-height: 28px;
}

#tmcms1block .cms_content {
    left: 0px;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.45s ease 0s;
    z-index: 1;
    right: 0px;
}

#tmcms1block .cms_button a {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px;
    background: #f5bf2c;
    border-radius: 50px;
    float: none;
    margin-top: 30px;
}

#tmcms1block .cms_button a:hover {
    background: rgb(0, 0, 0);
}

#tmcms1block .cms_content .cms_imgtitle {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

#tmcms1block .cms_content .cms_offer1 {
    border-radius: 5px;
    color: rgb(128, 128, 128);
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0px 15px 0px 0px;
    padding: 0px;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-align: center;
}

#tmcms1block .third-content .cms_content .cms_offer1 {
    margin: 0px;
}

#tmcms3_block {
    width: 100%;
    float: none;
    position: relative;
    z-index: 2;
}

#tmcms3_block .first-content.main-content {
    margin-right: 30px;
}

#tmcms3_block .first-content.main-content,
#tmcms3_block .second-content.main-content {
    position: relative;
    float: left;
    overflow: hidden;
}

#tmcms3_block .first-content.main-content .cms_content a img,
#tmcms3_block .second-content.main-content .cms_content a img {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
    cursor: pointer;
    position: relative;
    height: auto;
    overflow: hidden;
}

#tmcms3_block .first-content.main-content:hover .cms_content a img,
#tmcms3_block .second-content.main-content:hover .cms_content a img {
    transform: scale(1.06);
}

#tmcms3_block .first-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 39px;
    bottom: auto;
    width: 100%;
    text-align: left !important;
}

#tmcms3_block .second-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 38px;
    bottom: auto;
    width: auto;
    text-align: left !important;
}

#tmcms3_block .cms_offer {
    font-size: 30px;
    letter-spacing: 0.4px;
    font-weight: 200;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 100%;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}

#tmcms3_block .cms_offer1 {
    font-size: 30px;
    letter-spacing: 0.8px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-align: center;
}

#tmcms3_block .cms_content .cms_btn {
    font-size: 16px;
    letter-spacing: 0.4px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-top: 39px;
    line-height: 20px;
    text-align: center;
}

#tmcms3_block .cms_content .cms_btn a {
    color: rgb(255, 255, 255);
    padding: 20px;
    background: #f5bf2c;
}

#tmcms3_block .cms_content .cms_btn a:hover {
    color: rgb(255, 255, 255);
    transform: perspective(1px);
    transition: all 0.5s ease-out 0s;
    background: rgb(0, 0, 0);
    border-radius: 15px;
}

#tmcms3_block .cms_offer_sub,
#tmcms3_block .cms_offer_sub1 {
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

#tmcmsbannerblock {
    position: relative;
    width: 100%;
    float: none;
    overflow: hidden;
    padding: 72px 0px 90px;
}

.service-cms-banner-list.service-1 {
    position: relative;
    float: left;
    width: 32%;
}

.service-cms-banner-list.service-2 {
    width: 34%;
    float: left;
    position: relative;
}

.service-cms-banner-list.service-3 {
    width: 28%;
    float: right;
    position: relative;
}

.service_image {
    background: url("../img/megnor/Services.png") 0px 0px no-repeat scroll rgba(0, 0, 0, 0);
    height: 50px;
    position: relative;
    width: 50px;
    display: inline-block;
    padding: 0px;
    float: left;
    margin-top: 12px;
}

.service-cms-banner-list.service-1 .service_image {
    background-position: 0px 0px;
}

.service-cms-banner-list.service-1:hover .service_image {
    background-position: 0px -158px;
}

.service_content {
    float: left;
    text-align: left;
    position: relative;
    border-right: 1px solid rgb(231, 231, 231);
    padding: 11px 0px 10px 10px;
}

.service-cms-banner-list.service-1 .service_content {
    padding: 14px 100px 0px 14px;
}

.service-cms-banner-list.service-2 .service_content {
    padding: 15px 49px 0px 17px;
}

.service-cms-banner-list.service-3 .service_content {
    padding: 15px 49px 0px 17px;
}

.service_title1 {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: rgb(0, 0, 0);
}

.service_title2 {
    font-size: 12px;
    letter-spacing: 0.79px;
    font-weight: 400;
    color: rgb(119, 119, 119);
    margin-top: 5px;
}

.service-cms-banner-list.service-3 .service_content:last-child {
    border-right: none;
}

.service-cms-banner-list.service-2 {
    padding: 0px 0px 0px 60px;
}

.service-cms-banner-list.service-2 .service_image {
    background-position: 0px -312px;
}

.service-cms-banner-list.service-2:hover .service_image {
    background-position: 0px -469px;
}

.service-cms-banner-list.service-3 .service_image {
    background-position: 0px -628px;
}

.service-cms-banner-list.service-3:hover .service_image {
    background-position: 0px -786px;
}

.imgcmsbanner.imgcmsbanner3 {
    float: right;
    width: 42.6%;
    margin: 0px 0px 0px 30px;
}

.imgcmsbanner.imgcmsbanner2 {
    width: 52.4%;
}

.uppercmsblock.uppercmsblock2 {
    margin-top: 32px;
    float: left;
    width: 100%;
}

.cmsblocktext {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
    display: inline-block;
}

.cmsheading {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgb(0, 0, 0);
}

.banner-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 35px 0px 0px;
}

.cmsheading.cmsheading2 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 46px;
}

.cmsblocktext.cmsblocktext3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0px 7px;
}

.cmsblocktext.cmsblocktext4 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 0px 0px 9px;
    display: inline-block;
    color: rgb(38, 38, 38);
}

.cmsheading.cmsheading3 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}

.cmsheading.cmsheading4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.cmsinnertext.cmsinnertext1 {
    left: 13%;
    top: 22%;
    right: auto;
    cursor: pointer;
    z-index: 3;
}

.cmsinnertext.cmsinnertext2 {
    left: 11%;
    top: 10%;
    text-align: left;
    cursor: pointer;
}

.cmsinnertext.cmsinnertext3 {
    right: auto;
    top: 13%;
    left: 10%;
    cursor: pointer;
}

.cmsinnertext.cmsinnertext4 {
    text-align: center;
    width: auto;
    inset: auto 0px 47px;
    cursor: pointer;
    margin: 0px auto;
}

.cmsblocktext.cmsblocktext2 {
    font-size: 28px;
    line-height: 30px;
}

.titlecms1 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    color: rgb(43, 43, 43);
    text-transform: capitalize;
    letter-spacing: 0px;
    position: absolute;
    inset: auto auto 32px 37px;
    cursor: pointer;
}

#left-column #tmleftbanner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: -100%;
    opacity: 1;
    position: absolute;
    top: 0px;
    transition-duration: 0.35s;
    width: 100%;
}

#left-column #tmleftbanner a:hover::before {
    left: 0px;
    opacity: 1;
    transition-duration: 0.35s;
}

#left-column #tmleftbanner a::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    right: -100%;
    top: 0px;
    transition-duration: 0.35s;
    width: 100%;
}

#left-column #tmleftbanner a:hover::after {
    opacity: 1;
    right: 0px;
    transition-duration: 0.35s;
}

#contact-link span {
    color: rgb(153, 153, 153);
}

.ftMrg {
    margin-top: 20px;
}

#tmcmsblock {
    width: 100%;
    float: none;
    position: relative;
    margin: 0px auto;
    z-index: 8;
    overflow: hidden;
}

#tmcmsinfo_block1 {
    clear: both;
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
}

#tmcmsblock .first-content.main-content {
    margin-right: 30px;
}

#tmcmsblock .first-content.main-content,
#tmcmsblock .second-content.main-content {
    position: relative;
    float: left;
    overflow: hidden;
}

#tmcmsblock .first-content.main-content .cms_content a img,
#tmcmsblock .second-content.main-content .cms_content a img {
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.5s ease 0s;
    cursor: pointer;
    position: relative;
    height: auto;
    overflow: hidden;
}

#tmcmsblock .first-content.main-content:hover .cms_content a img,
#tmcmsblock .second-content.main-content:hover .cms_content a img {
    transform: scale(1.06);
}

#tmcmsblock .first-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 275px;
    left: 39px;
    bottom: auto;
    width: 100%;
    text-align: left !important;
}

#tmcmsblock .second-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 51px;
    bottom: auto;
    width: auto;
    text-align: left !important;
}

#tmcmsblock .cms_offer {
    font-size: 30px;
    letter-spacing: 0.4px;
    font-weight: 200;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 100%;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}

#tmcmsblock .cms_offer1 {
    font-size: 30px;
    letter-spacing: 0.8px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-align: center;
}

#tmcmsblock .cms_content .cms_btn {
    font-size: 12px;
    letter-spacing: 0.4px;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-top: 39px;
    line-height: 20px;
}

#tmcmsblock .cms_content .cms_btn a {
    color: rgb(255, 255, 255);
    padding: 10px 0px 0px;
    border-bottom: 2px solid rgb(130, 132, 133);
    border-top-color: rgb(130, 132, 133);
    border-right-color: rgb(130, 132, 133);
    border-left-color: rgb(130, 132, 133);
}

#tmcmsblock .cms_content .cms_btn a:hover {
    color: #f5bf2c;
}

#tmcmsblock .cms_offer_sub,
#tmcmsblock .cms_offer_sub1 {
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.box-content-cms-1 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
}

#tmcms1block .fifth-content .cms_content .cms_imgtitle {
    font-size: 14px;
    margin-bottom: 4px;
}

#tmcms1block .fifth-content .cms_content .cms_offer1 {
    margin: 0px;
}

#tmcms1block .fifth-content.main-content {
    margin: 0px 30px;
}

#tmcms1block .sicth-content.main-content {
    text-align: right;
}

.firstbannerdiv {
    float: left;
    position: relative;
    overflow: hidden;
}

.textcms1block {
    position: absolute;
    text-align: left;
}

.imagepart {
    float: left;
    width: auto;
    position: relative;
    overflow: hidden;
}

.imagepart a {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.firstbannerdiv2 {
    padding: 0px 10px;
}

.firstbannerdiv1 {
    padding-left: 0px;
    padding-right: 20px;
}

.firstbannerdiv3 {
    padding-right: 0px;
    padding-left: 20px;
}

.textcms1block {
    inset: 38% auto auto 20px;
}

.textcms1block.textcms1block2 {
    top: 25%;
    width: auto;
    left: 9%;
    right: auto;
    margin: 0px;
}

#tmcms1block .imagepart::before {
    inset: 0px;
    content: "";
    position: absolute;
    transition: all 0.6s ease-in-out 0s;
}

#tmcmsbannerblock img {
    border-radius: 5px;
}

#tmcms1block .imagepart::after {
    inset: 0px;
    content: "";
    position: absolute;
    transition: all 0.6s ease-in-out 0s;
}

#tmcms1block .imagepart:hover::after {
    background: none 0px 0px repeat scroll rgba(241, 178, 15, 0.5);
    bottom: 50%;
    top: 50%;
}

#tmcms1block .imagepart:hover::before {
    background: none 0px 0px repeat scroll rgba(241, 178, 15, 0.5);
    left: 50%;
    right: 50%;
}

.lr_event_section_main_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    position: relative;
}

.lr_ev_main_section_wrapper {
    width: 100%;
    text-align: center;
}

.lr_ev_img_wrapper {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.lr_ev_img_wrapper img {
    width: 100%;
    z-index: 1;
    position: relative;
    transition: all 16s ease 0s;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_wrapper img {
    transform: scale(2) rotate(12deg);
    transition: all 16s ease 0s;
}

.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: rgb(0, 0, 0);
}

.lr_ev_img_cont_wrapper li:last-child {
    margin-left: 20px;
}

.lr_ev_img_cont_wrapper i {
    color: rgb(163, 102, 61);
    font-size: 18px;
}

.lr_ev_img_cont_wrapper h2 {
    width: 100%;
    float: left;
    transition: all 0.5s ease 0s;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper h2 {
    transition: all 0.5s ease 0s;
}

.lr_ev_img_cont_wrapper p {
    float: left;
    width: 100%;
    font-size: 16px;
}

.lr_ev_img_cont_wrapper h1 {
    font-size: 36px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: normal;
    padding: 0px;
}

.lr_ev_img_cont_wrapper h2 {
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    margin-top: 10px;
}

.lr-ev-btn {
    margin-top: 30px;
    color: rgb(0, 0, 0);
}

.lr_ev_main_section_wrapper2 {
    display: table;
    height: 100%;
}

.lr_ev_img_main_wrapper {
    float: left;
    display: table-cell;
    vertical-align: middle;
}

.small_dot1 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #f5bf2c;
    position: absolute;
    bottom: -90px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.small_dot1::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    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;
    border-radius: 100%;
    background: #f5bf2c;
    position: absolute;
    top: -101px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.small_dot2::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    width: 1px;
}

.small_dot3 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: rgb(163, 102, 61);
    position: absolute;
    bottom: -90px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

.small_dot3::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
    width: 1px;
}

.small_dot3::before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: absolute;
    right: 10px;
    top: 4px;
    width: 584px;
}

.main-container {
    position: relative;
}

.prodPageDetail {
    margin-top: 135px;
    line-height: 22px;
    margin-bottom: 60px;
}

.prodPageDetail .container-fluid {
    padding: 0px 100px;
}

.prodPage {
    margin-top: 100px;
}

.tabPage {
    margin-top: 50px;
}

.prodPageDetail .v-sep {
    height: 80px;
    width: 0px;
    border-right: 3px dotted rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0px auto 80px;
}

.tabPage .container-fluid {
    padding: 15px;
    margin: 0px 50px;
}

.checkOutPayment {
    margin: 10px;
    padding: 15px;
}

.checkoutForm h1 {
    text-align: center;
    font-size: 22px;
    color: rgb(0, 0, 0);
    margin: 30px 0px;
}

.offer-main {
    width: 100%;
    position: relative;
}

.offer-left {
    position: relative;
    left: 25px;
}

.offer-right {
    background: rgb(255, 255, 255);
    padding: 50px;
    right: 40px;
    top: 15px;
    z-index: 1;
}

.offer-right h1 {
    margin: 0px;
}

.offer-section {
    padding: 60px 0px;
    background: url("../img/offer-bg.png") center center / cover;
}

.price-tag {
    position: absolute;
    top: 0px;
    right: 20px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.history-section {
    background: url("../img/new-slider.jpg") center top no-repeat rgb(0, 0, 0);
    padding: 280px 0px;
}

.history-section h1 {
    font-size: 30px;
}

.history-section p {
    font-size: 20px;
}

.price-tag p {
    margin: 0px;
}

.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;
}

.ftMainBg {
    background: url(../img/ft-bg-main.png) center center no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.ftMainBg img {
    transition: transform 0.2s ease 0s;
}

.ftMainBg img:hover {
    animation: 1s linear 0s infinite normal none running img;
}

.footer {
    text-align: center;
}

.footer h4 {
    color: #c69309;
    text-align: center;
}

.form-control {
    border: 1px solid #f5bf2c;
}

.btn-default {
    text-transform: uppercase;
    text-decoration: none;
    background: #f5bf2c;
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    text-shadow: none;
    color: #000 !important;
}

.btn-default:hover {
    background: rgb(67, 67, 67);
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.57) 0px 5px 40px -10px;
    transition: all 0.4s ease 0s;
    color: rgb(255, 255, 255) !important;
}

.mar-t {
    margin-top: 25px;
}

.navbar-center-2 {
    display: none;
}

.nav-section {
    background: url("../img/sidebar.jpg") center center no-repeat;
    padding: 30px 0px 0px;
}

.nav-section span {
    color: #f5bf2c;
}

.nav-section h1 {
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-align: right;
    font-weight: 600;
    padding-right: 14px;
}

.nav-section ul li {
    text-decoration: none;
    clear: both;
    list-style: none;
}

.nav-section ul li img {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.nav-section ul li p {
    padding-top: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 15px;
    color: rgb(255, 255, 255) !important;
    margin: 0px !important;
    text-align: right !important;
}

.nav-section a {
    color: rgb(255, 255, 255);
    transition: all 600ms ease 0s;
    text-decoration: none !important;
}

.nav-section a:hover {
    color: #f5bf2c;
    padding-right: 5px;
    font-weight: 700;
    text-decoration: none !important;
}

.nav-section p a.active {
    color: #f5bf2c;
    font-weight: 700;
}

.navLinks {
    background: #fff;
    background-size: 93%;
    color: #000;
    line-height: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: 5px auto;
    padding: 10px;
    font-family: "BrushScriptStd";
}

.navLinks a {
    color: #000;
    font-family: "BrushScriptStd";
}

.navLinks a:hover {
    text-decoration: underline !important;
    color: #000;
}

.mainProd {
    margin-top: 15px;
    text-align: center;
    padding: 20px;
}

.mainProd h2 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    min-height: 30px;
}

.mainProd h2 span {
    color: #f5bf2c;
    text-align: center;
}

.mainProd p {
    color: rgb(255, 255, 255);
}

.prodSize {
    margin: 0px auto;
}

.prodSize select {
    font-weight: bold;
    border: none;
    width: 80% !important;
    height: 40px !important;
    color: #000 !important;
    background: #fff !important;
}

.prodSize select option {
    font-weight: bold;
    color: black !important;
}

.prodSize label {
    color: rgb(0, 0, 0) !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;
}

.btnComander {
    color: rgb(0, 0, 0);
    transition: all 0.5s ease 0s;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto;
    display: block;
    background: #f5bf2c;
}

.btnComander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: all 0.4s ease 0s;
    font-size: 17px;
}

.btnComander a:hover {
    color: #000;
}

.btnComander::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    transition: all 0.4s ease 0s;
    transform: scale(1, 0.5);
    color: rgb(255, 255, 255);
}

.btnComander:hover::before {
    opacity: 1;
    transform: scale(1, 1);
}

input[type="radio"]::after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: rgb(255, 255, 255);
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid rgb(209, 211, 209);
}

input[type="radio"]:checked::after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #f5bf2c;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 3px solid rgb(209, 211, 209);
    user-select: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.panierArea {
    width: 23%;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 10px 10px 20px;
    float: left;
    margin-bottom: 20px;
    position: fixed;
    /* margin-top: -60px; */
}

.totalBar {
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    float: left;
    transition: all 0.5s ease 0s;
    margin: 10px 0px;
    font-size: 14px;
    background: rgb(0, 0, 0);
}

.totalBar p {
    color: rgb(255, 255, 255) !important;
}

.totalBar:hover {
    background: #f5bf2c;
    color: rgb(255, 255, 255);
}

.totalBar:hover p {
    color: rgb(255, 255, 255);
}

.totalBar p {
    margin: 0px;
    padding: 0px;
}

.panierAreabt {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto 15px;
    background: #f5bf2c;
    border-radius: 10px;
}

.panierAreabt a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 10px;
}

.panierAreabt a:hover {
    color: rgb(255, 255, 255);
}

.panierAreabt::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgb(0, 0, 0);
    transition: all 0.4s ease 0s;
    transform: scale(1, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.panierAreabt:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 10px;
}

.ajouterBt {
    text-align: center;
    float: right;
    font-family: Poppins, sans-serif;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
    margin: 10px 0px;
}

.ajouterBt a {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: bold;
    background-color: rgb(255, 255, 255);
}

.ajouterBt a:hover {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: rgb(0, 0, 0);
    font-family: Poppins, sans-serif;
    font-weight: bold;
    background-color: rgb(255, 204, 51);
    font-size: 16px;
}

.panierMovie {
    margin-top: 20px;
}

.panierQuantiyFull {
    width: 50%;
    margin: 0px auto;
}

.panierMinus,
.panierPlus {
    float: left;
    font-weight: bold;
}

.panierMinus a,
.panierPlus a {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 57, 61);
    padding: 3px 6px;
    transition: background 1s ease-out 0s;
}

.panierMinus a:hover,
.panierPlus a:hover {
    background-color: #f5bf2c;
    color: rgb(255, 255, 255);
}

.panierQuantiyFull input {
    background-color: rgb(51, 51, 51);
    border: 0px none;
    float: left;
    height: 23px;
    margin: -2px 5px 0px;
    text-align: center;
    width: 30px;
    color: rgb(255, 255, 255);
}

.panierTitle {
    width: 100%;
    line-height: 65px;
    text-align: center;
    padding-left: 20px;
    font-size: 14px;
    background: #f5bf2c;
    margin-top: -35px;
    transition: all 0.5s ease-in-out 0s;
    color: rgb(0, 0, 0) !important;
}

.panierTitle:hover {
    color: rgb(0, 0, 0);
    display: block;
}

.panierTitle img {
    margin-top: -5px;
}

#panierProd {
    width: 60px;
    height: 80px;
    float: left;
}

.prodTitles {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    font-family: "Hornbill";
}

.prodTitles2 {
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    background: #f5bf2c;
    margin-top: -50px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out 0s;
}

.prodTitles2:hover {
    color: rgb(0, 0, 0);
    display: block;
}

.panierArea hr {
    border: 1px solid rgb(142, 142, 142);
}

.panierDetial {
    margin-bottom: 15px;
}

.panierhdCart {
    right: 15px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 15px 15px 30px;
}

.panierhdCartDt {
    padding: 10px 0px;
}

.paniereditIco {
    font-size: 17px;
    color: rgb(0, 0, 0);
    cursor: pointer;
}

.paniereditIco:hover {
    color: #f5bf2c;
    transition: color 0.5s ease-out 0s;
}

.panierplusMinus {
    border-radius: 0px;
    width: 25px;
    height: 23px;
    color: rgb(255, 255, 255);
    padding: 3px 6px;
    background: #f5bf2c;
}

.hdCart {
    right: 15px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 0px 15px;
}

.hdCartDt {
    padding: 3px 0px;
    position: relative;
}

@media (min-width: 1024px) {
    .hdCartDt:hover .editIco {
        display: block;
    }
}

.hdCartDt .editIco {
    margin: 0px auto;
}

.hdCartDt .editIco .editMinus,
.editPlus {
    float: left;
    font-weight: bold;
}

.editMinus a,
.editPlus a {
    color: rgb(255, 255, 255);
    background-color: rgb(57, 57, 61);
    padding: 3px 6px;
    transition: background 0.5s ease-in-out 0s;
}

.editMinus a:hover,
.editPlus a:hover {
    background-color: #f5bf2c;
    color: rgb(255, 255, 255);
}

.editIco input {
    background-color: rgb(51, 51, 51);
    border: 0px none;
    float: left;
    height: 29px;
    margin: -4px 5px 0px;
    text-align: center;
    width: 30px;
    color: rgb(255, 255, 255);
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f5bf2c;
    transition: all 0.7s ease 0s;
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 140px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: rgb(0, 0, 0);
    display: block;
}

.left-2 .owl-nav {
    right: 0px;
}

.wizard {
    margin: 20px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto 0px;
    border-bottom-color: rgb(224, 224, 224);
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard>div.wizard-inner {
    position: relative;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: rgb(85, 85, 85);
    cursor: default;
    border-width: 0px;
    border-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 100%;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid rgb(224, 224, 224);
    z-index: 2;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 14px;
    color: rgb(155, 155, 155);
}

span.round-tab i {
    color: rgb(85, 85, 85);
}

.wizard li.active span.round-tab {
    border: 2px solid #f5bf2c;
    background: #f5bf2c;
    color: rgb(255, 255, 255);
}

.wizard li.active span.round-tab i {
    color: rgb(91, 192, 222);
}

span.round-tab:hover {
    color: rgb(51, 51, 51);
    border: 2px solid #f5bf2c;
}

.wizard .nav-tabs>li {
    width: 20%;
}

.wizard .nav-tabs>li a {
    width: 90%;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0px;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
    text-align: center;
}

.wizard h3 {
    margin-top: 0px;
    color: #f5bf2c;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs>li>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>li {
        width: 28%;
    }
    .wizard .nav-tabs>li a {
        margin: 8px auto;
    }
    .hdLinks {
        font-size: 12px;
        margin-top: 100px !important;
    }
}

@media (max-width: 530px) {
    .wizard .nav-tabs>li {
        width: 100%;
    }
}

.img-box {
    position: relative;
    transition: all 0.7s ease 0s;
    background: rgb(247, 247, 247);
}

.img-box img {
    z-index: 1;
    position: relative;
}

.prod-box {
    position: relative;
    transition: all 0.7s ease 0s;
}

.prod-box img {
    z-index: 1;
    position: relative;
}

.box-overlay {
    position: absolute;
    inset: 240px 0px 0px;
    opacity: 0;
    background: #f5bf2c;
    transition: all 0.7s ease 0s;
}

.img-hover:hover .box-overlay {
    opacity: 1;
    top: 0px;
}

.sectionTwo {
    padding: 100px 0px;
    background: url("../img/section-two-bg.jpg") center top no-repeat;
    margin-top: -5px;
}

.sectionTwo .specialities {
    background: rgb(229, 41, 45);
    padding: 70px;
    text-align: left;
}

.sectionTwo .specialities h1 {
    color: rgb(255, 255, 255);
    font-size: 50px;
    text-transform: uppercase;
    line-height: 100px;
}

.sectionTwo .specialities p {
    color: rgb(255, 255, 255);
    font-size: 40px;
    margin: 25px 0px;
}

.sectionTwo .specialities .btnSpecialities {
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    width: 350px;
    border-radius: 5px;
    margin-top: 30px;
    letter-spacing: 3px;
    line-height: 50px;
}

.sectionTwo .specialities .btnSpecialities a {
    color: rgb(255, 255, 255);
    display: block;
}

.sectionTwo .specialities .btnSpecialities a:hover {
    color: rgb(0, 0, 0);
}

.sectionTwo .promotion {
    padding: 45px;
    border: 1px solid rgb(51, 51, 51);
}

.sectionTwo .promotion h1 {
    color: rgb(0, 0, 0);
    font-size: 32px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.sectionTwo .promotion p {
    color: #f5bf2c;
    font-size: 40px;
    margin: 5px 0px;
    text-align: center;
    font-weight: bold;
}

.sectionTwo .promotion .btnPromotion {
    border: 2px solid rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    width: 350px;
    border-radius: 5px;
    margin-top: 30px;
    letter-spacing: 3px;
    padding: 15px;
}

.sectionTwo .promotion .btnPromotion a {
    color: rgb(255, 255, 255);
    display: block;
}

.sectionTwo .promotion .btnPromotion a:hover {
    color: rgb(0, 0, 0);
}

.btn-special {
    display: inline-block;
    margin: 0px 50px;
    text-transform: uppercase;
    padding: 1.1em 0px;
    background: #f5bf2c;
    color: rgb(255, 255, 255);
    position: relative;
    transform: perspective(1px);
    transition: all 0.3s ease-out 0s;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 3px;
    width: 330px;
    text-align: center;
}

.btn-special:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.btn-special::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    border-radius: 4px;
    background: rgb(0, 0, 0);
    transform: scale3d(1, 0, 1);
    transform-origin: center top;
    transition: transform 0.3s ease-out 0s;
}

.btn-special:hover::before {
    transform-origin: center bottom;
    transform: scale3d(1, 1, 1);
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    max-width: 100%;
    transition: all 1s ease-in-out 0s;
}

.item:hover img {
    transform: scale(1.1);
}

.sectionThree {
    text-align: center;
    background: url("../img/prod-bg.jpg") center center / cover no-repeat;
    padding: 0px;
    position: relative;
    margin-top: -121px;
}

.sectionThree h1 {
    font-size: 65px;
    text-align: center;
    color: #f5bf2c;
    padding: 0px;
    line-height: 50px;
    font-weight: bold;
    font-family: NuevaStd;
    text-transform: uppercase;
    margin: -5px 0px;
}

.sectionThree h1.textcol {
    color: rgb(239, 23, 177);
}

.sectionThree .arrow {
    position: absolute;
    left: 52%;
    top: 12%;
}

.sectionThree .arrow img {
    width: 100px;
}

.sectionThree .cap-img img.shape_1 {
    position: absolute;
    right: 11%;
    top: 24%;
    width: 100px;
}

.sectionThree .roll-img img.shape_1 {
    position: absolute;
    right: 3%;
    bottom: 3%;
    width: 100px;
}

@-webkit-keyframes bounces {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounces {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.sectionThree p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    padding: 10px 50px;
    color: rgb(0, 0, 0);
    font-family: ACaslonPro;
}

.sectionThree .SecThreeBtn {
    text-align: center;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 50px;
}

.sectionThree .SecThreeBtn a {
    color: rgb(0, 0, 0);
    display: block;
    width: 250px;
    margin: 15px auto;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid rgb(0, 0, 0);
}

.sectionThree .SecThreeBtn a:hover {
    color: rgb(255, 255, 255);
    background: #f5bf2c;
}

.sectionThree .SecThreeBtn a img.iconBtn {
    width: 50px;
    transition: all 0.3s linear 0s;
}

.sectionThree .SecThreeBtn a:hover img.iconBtn {
    transform: rotate(360deg);
}

.mar-pad {
    margin: 0px 0px 50px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.mar-pad2 {
    margin: 45px 0px;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.logoMrg {
    margin: 50px 0px 0px;
}

.footer-main {
    background: url("../img/footer-main.png") center center / cover no-repeat;
}

.greyBg {
    padding: 10px 0px;
    background: #f5bf2c;
    text-align: center;
    /* position: relative; */
}

.greyBg p {
    margin-top: 10px;
    font-size: 14px;
    color: #000 !important;
}

.greyBg a {
    transition: color 1s ease-out 0s;
    color: #000 !important;
}

.greyBg p a:hover {
    color: #000 !important;
}

.nav-section ul {
    padding-left: 10px;
}

.bdArea {
    margin-top: 0px;
}

.carousel-caption {
    bottom: 40%;
    width: 100%;
    right: 0%;
    top: 0%;
}

.carousel-caption h2 {
    font-size: 60px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 0, 43);
    font-family: FunnyKid;
    padding-bottom: 0px;
    font-weight: normal;
}

.carousel-caption h2 span {
    font-size: 75px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 0, 43);
    font-family: FunnyKid;
    padding-bottom: 0px;
    font-weight: normal;
}

.carousel-caption p {
    font-size: 28px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-weight: normal;
    font-family: ArefRuqaa;
}

.carousel-inner:hover img {
    transform: scale(1);
}

.product-box {
    position: relative;
}

.product-overlay {
    position: absolute;
    top: 45%;
    right: 0px;
    background: #f5bf2c;
    color: rgb(255, 255, 255);
    width: 320px;
    text-align: right;
    padding-right: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.product-overlay h1 {
    text-decoration: underline;
    margin: 0px;
    padding: 15px 10px;
    font-size: 27px;
}

.pm-0 {
    padding: 0px;
    margin: 0px;
}

.product-box:hover .product-overlay {
    opacity: 1;
}

.payment-container {
    border: 1px solid rgb(200, 200, 200);
    padding: 20px;
    margin-bottom: 10px;
}

.panier-container {
    border: 1px solid rgb(215, 215, 215);
    padding: 10px;
}

.payment h4 {
    color: #f5bf2c;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.payment-wizard .table>thead>tr>th {
    text-align: center;
}

.table>tbody>tr>td {
    vertical-align: inherit;
}

.h4-text {
    font-weight: 900;
}

.br-hide {
    display: none;
}

.payment-container-2 {
    border: 1px solid rgb(222, 222, 222);
    padding: 20px 10px;
}

.black-bg {
    color: rgb(255, 255, 255);
    padding: 0px 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid rgb(222, 222, 222);
    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 {}

.payment-container-2 img {
    margin-bottom: 15px;
}

.payment-wizard .table>thead>tr>th {
    text-align: center;
}

.table>tbody>tr>td {
    vertical-align: inherit;
}

.h4-text {
    font-weight: 900;
}

.br-hide {
    display: none;
}

.payment-container-2 {
    border: 1px solid rgb(222, 222, 222);
    padding: 20px 10px;
}

.black-bg {
    color: rgb(255, 255, 255);
    padding: 0px 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid rgb(222, 222, 222);
    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 rgb(240, 240, 240);
    background: transparent;
    margin: 10px auto;
    color: rgb(255, 255, 255);
    box-shadow: rgba(90, 97, 105, 0.1) 0px 0.46875rem 2.1875rem, rgba(90, 97, 105, 0.1) 0px 0.9375rem 1.40625rem, rgba(90, 97, 105, 0.12) 0px 0.25rem 0.53125rem, rgba(90, 97, 105, 0.1) 0px 0.125rem 0.1875rem;
}

.payment-container-2 img {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    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: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
}

.form-control option {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgb(51, 51, 51);
    color: rgb(0, 0, 0);
}

.form-control::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgb(238, 238, 238);
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    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-wrapper {
    background-color: rgb(52, 52, 52);
}

label {
    font-weight: 100;
    color: rgb(255, 255, 255);
    font-size: 20px;
}

.btn-danger {
    color: rgb(255, 255, 255);
    background-color: #f5bf2c;
    border-color: #f5bf2c;
    background-image: none;
    padding: 15px 60px;
    margin-right: 14px;
}

.btn-danger:hover {
    color: rgb(255, 255, 255);
}

.form-wrapper {
    color: rgb(255, 255, 255);
}

.form-left-side {
    min-height: 650px;
    background: url("../images/form-left-side.png") no-repeat;
    position: relative;
}

.form-left-side h1 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    text-shadow: #f5bf2c 4px 0px;
    font-size: 45px;
}

.form-container {
    padding: 100px 30px;
}

.form-control {
    height: 50px;
}

.btn-danger-blue {
    color: rgb(255, 255, 255);
    background-color: #f5bf2c;
    border-color: #f5bf2c;
    padding: 15px 60px;
    margin-right: 9px;
}

.btn-danger-blue:hover {
    color: rgb(255, 255, 255);
}

.payment-wrapper .form-control {
    margin: -3px 0px 15px;
    background-color: rgb(249, 249, 249);
}

.payment-wrapper {
    margin-top: 2px;
}

.hero-section.hd-2 {
    margin-top: -200px;
}

.grad-left {
    margin: 50px 0px;
}

.grad-left ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

.grad-left ul {
    padding: 0px;
}

.grad-left .black-bg {
    padding: 0px;
}

.boissons-icons {
    padding: 0px 0%;
}

.boissons-icons .icon-item {
    float: left;
    width: 25%;
    margin: 10px 0px 20px;
}

.boissons-icons .icon-item img {
    margin: 0px 5px;
    width: 55px;
}

.number {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: red;
    color: rgb(255, 255, 255);
    line-height: 23px;
    top: -88px;
    left: 40px;
    border: 2px solid rgb(255, 255, 255);
    padding: 0px 0px 0px 6px;
    font-weight: 700;
}

.number-cancel {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(158, 158, 158);
    color: rgb(255, 255, 255);
    line-height: 23px;
    top: -88px;
    left: 30px;
    border: 2px solid rgb(255, 255, 255);
    padding: 0px 0px 0px 6px;
    font-weight: 700;
}

.grad-right h3 {
    border-bottom: 2px solid rgb(0, 0, 0);
    text-transform: uppercase;
}

.grad-right {
    margin: 50px 0px;
}

.black-bg .cta-btn {
    float: right;
}

.footerIcons a {
    color: rgb(0, 0, 0);
    margin: 0px 3px;
    float: left;
    font-size: 30px;
}

.footer p {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 4px 20px;
    margin-bottom: 4px;
}

.footer p a {
    color: rgb(0, 0, 0);
}

.footer p a:hover {
    color: #f5bf2c;
}

.hd-btn-main {
    margin-top: 5px;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.hero-section {
    position: relative;
    margin-bottom: -5px;
    overflow: hidden;
}

.form-box {
    position: absolute;
    top: calc(60% + 70px);
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0px 50px;
    z-index: 5;
}

.form-box h3 {
    padding: 0px 0px 0px 20px;
}

.form-box .btn-default {
    padding: 14.5px;
}

.hd-icons {
    position: relative;
    bottom: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    display: table;
    margin: 0px auto 0px;
    top: 0px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.hd-icons .col-lg-3.col-md-3 {
    padding: 0px;
    transition: all 0.5s ease 0s;
    line-height: 0px;
    border-right: 2px solid rgb(217, 217, 217);
    margin: 14px 0px 10px;
}

.hd-icons .col-lg-3.col-md-3:first-child {
    padding: 0px;
}

.hd-icons .col-lg-3.col-md-3:nth-child(3) {
    border-right: 1px;
}

.hd-icons .col-lg-3.col-md-3:last-child {
    background: #f5bf2c;
    border-right: 1px;
    padding: 10px 0px 15px;
    margin: 0px;
    color: #000;
    line-height: 45px;
}

.hd-icons .col-lg-3.col-md-3:last-child a {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    left: -24px;
    color: #000;
}

.hd-icons .col-lg-3.col-md-3:last-child:hover {
    background: #f5bf2c;
    border-radius: 15px;
}

.hd-icons p {
    font-size: 18px;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    color: #000;
}

.hd-icons p br {
    text-align: center;
}

.hd-icons img {
    transition: transform 0.2s ease 0s;
    margin: 5px;
}

.hd-icons img:hover {
    animation: 1s linear 0s infinite normal none running img;
}

@keyframes img {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.linkPage {
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(14, 14, 16);
    border: 1px solid rgb(95, 94, 94);
    margin-top: 12px;
}

.linkPage h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    color: #f5bf2c;
}

.linkPage h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #f5bf2c;
}

.redColor {
    color: #f5bf2c;
}

.linkPage p {
    text-align: left;
}

.formArea {
    margin-bottom: 30px;
}

.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: rgb(51, 51, 51);
}

.formArea select {
    width: 210px;
    margin-left: 10px;
}

.formArea .col-xs-12 {
    padding: 0px 10px;
}

.votreCompte {
    width: 350px;
    background-color: rgb(0, 0, 0);
    float: left;
    padding: 20px;
    margin: 10px 25px;
}

.votreCompte input {
    color: rgb(51, 51, 51);
}

.clear {
    clear: both;
}

.main-3 {
    position: inherit;
    margin-top: 100px;
}

.footer-small {
    height: 0px;
    margin-bottom: 50px;
}

.linkPage .formArea label {
    color: rgb(255, 255, 255);
}

.linkPage .formArea input {
    margin: 3px 6px;
}

.envoyerLogin {
    margin: 10px 15% !important;
}

.envoyer {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    border: 1px solid #f5bf2c;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 60%;
    cursor: pointer;
    margin: 0px auto;
    border-radius: 10px;
}

.envoyer a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 10px;
}

.envoyer a:hover {
    color: rgb(0, 0, 0);
}

.envoyer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #f5bf2c;
    transition: all 0.4s ease 0s;
    transform: scale(1, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.envoyer:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 10px;
}

.linkPage .table {}

.hdLinks {
    text-align: center;
    margin-left: 5px;
    width: 170px;
    line-height: 40px;
    margin-top: 50px;
}

.hdLinks.bgActive {
    background-color: #f5bf2c;
}

.hdLinks.bgActive a {
    color: rgb(0, 0, 0) !important;
}

.hdLinks>a {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.navbar .hdLinks>a {
    color: rgb(118, 118, 118);
    font-weight: bold;
    font-size: 15px;
    transition: color 1s ease-out 0s;
}

.hdLinks>a:hover {
    color: rgb(255, 255, 255);
}

.bar {
    margin: 10px auto;
    width: 100%;
}

.validerBigBt {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    border: 1px solid #f5bf2c;
    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: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 10px;
}

.validerBigBt::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #f5bf2c;
    transition: all 0.4s ease 0s;
    transform: scale(1, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.validerBigBt:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 10px;
}

.checkOutInfoTit {
    line-height: 40px;
    font-size: 22px;
    margin: 10px 0px;
    text-align: left;
    font-weight: bold;
    color: #f5bf2c !important;
}

.checkOutPTable {
    margin: 5px 0px 0px;
    font-size: 13px;
}

.checkOutokBt {
    background-color: rgb(239, 217, 185);
    text-align: left;
    line-height: 40px;
    padding: 0px 20px;
}

.checkOutokBt a {
    color: rgb(0, 0, 0);
}

.checkOutokBt a:hover {
    text-decoration: underline;
}

.smQuantiyFull,
.img-responsive {
    margin: auto;
}

.prodHead {
    width: 15%;
    line-height: 40px;
    background-color: rgb(239, 217, 185);
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0px 0px;
    border-radius: 2px;
    color: rgb(255, 255, 255);
}

.greyDarkBg {
    background-color: rgb(255, 255, 255);
    line-height: 50px;
    color: rgb(0, 0, 0);
    padding: 0px 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.smQuantiyFull {
    width: 100%;
    margin: 0px auto;
}

.smQuantiyFull .smMinus,
.smPlus {
    float: left;
    font-weight: bold;
}

.smQuantiyFull .smMinus a,
.smPlus a {
    color: rgb(255, 255, 255);
    display: block;
    background-color: rgb(57, 57, 61);
    padding: 3px 6px;
    transition: background 1s ease-out 0s;
}

.smQuantiyFull .smMinus a:hover,
.smPlus a:hover {
    background-color: #f5bf2c;
    color: rgb(255, 255, 255);
}

.smQuantiyFull input {
    background-color: rgb(51, 51, 51);
    border: 0px none;
    float: left;
    height: 25px;
    margin: 0px 5px;
    text-align: center;
    width: 30px;
}

.popUpsmQuantiyFull {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.popUpsmMinus,
.popUpsmPlus {
    float: left;
    background-color: rgb(57, 57, 61);
    padding: 1px 5px;
    font-weight: bold;
}

.popUpsmMinus a,
.popUpsmPlus a {
    color: rgb(255, 255, 255);
}

.popUpsmMinus a:hover,
.popUpsmPlus a:hover {
    color: rgb(239, 217, 185);
}

.popUpsmQuantiyFull input {
    width: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(51, 51, 51);
    height: 25px;
    border: 0px;
    float: left;
    margin: 0px 5px;
}

.popUpDetailSmQuantiyFull {
    width: 25%;
    float: right;
    margin-top: 10px;
}

.popUpDetailsmMinus,
.popUpDetailsmPlus {
    float: left;
    background-color: rgb(57, 57, 61);
    padding: 1px 5px;
    font-weight: bold;
}

.popUpDetailsmMinus a,
.popUpDetailsmPlus a {
    color: rgb(255, 255, 255);
}

.popUpDetailsmMinus a:hover,
.popUpDetailsmPlus a:hover {
    color: rgb(239, 217, 185);
}

.popUpDetailSmQuantiyFull input {
    width: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: rgb(40, 40, 40);
    height: 22px;
    border: 0px;
    float: left;
    margin: 0px 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 #f5bf2c;
    text-align: center;
    float: right;
    padding: 15px 20px;
    border-radius: 10px;
    color: rgb(0, 0, 0);
    display: block;
}

.popUpPrice .popUpvalider a:hover {
    width: 300px;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 10px;
    float: right;
}

.pouletPopDetails {
    margin-top: 20px;
}

@media (max-width: 1224px) {
    .nav-section ul li p {
        text-align: center;
        font-size: 12px;
        clear: both !important;
    }
}

@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;
    }
    .editIco {
        padding: 0px;
        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: 0px;
        top: 0px;
    }
    .col-md-6.col-sm-12.col-xs-12.offer-left.left-2 {
        position: relative;
        left: 0px !important;
    }
    .offer-left {
        position: relative;
        left: 0px;
        padding: 0px;
    }
    .main-2 {
        display: flex;
        flex-direction: column-reverse;
    }
    .price-tag {
        right: 0px;
    }
    h3 {
        font-size: 20px;
    }
    .offer-section {
        padding: 30px 0px;
    }
    .main-2 {
        margin-top: 10px;
    }
    .mar-t {
        margin-top: 0px;
    }
    .main-container {
        bottom: 0px;
    }
    .navbar {
        top: 0px;
    }
    .btnComander {
        width: 50%;
    }
    .nav-section ul {
        padding-left: 1px;
    }
    .footer p {
        padding: 0px 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>li>a {
        padding: 10px 9px;
    }
    .navbar-brand img {
        margin: -10px 0px 0px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }
    .navbar-nav>li {
        padding: 3px 0px;
    }
}

@media (max-width: 1550px) and (min-width: 800px) {
    .menu-btn {
        left: -12px !important;
    }
}

@media (max-width: 798px) and (min-width: 100px) {
    .menu-btn {
        left: 0px !important;
    }
}

@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: 0px;
    }
    .navbar-nav>li>a {
        padding: 10px 25px;
    }
    .commander-btn {
        background: none;
    }
    .commander-btn a {
        color: rgb(255, 255, 255) !important;
    }
    .nav-section ul li p {
        clear: none !important;
    }
    .product-overlay {
        top: 35%;
    }
    .grad-right,
    .grad-left {
        margin: 0px;
    }
    .grad-left .black-bg {
        margin-bottom: 100px;
    }
    .footer p {
        padding: 0px 40px;
    }
    .footer-main {
        height: 1010px;
    }
    .popup-order .form-box {
        top: 0%;
        left: 0%;
        margin: 0px 5px;
    }
    .footer-small {
        margin-bottom: 100px;
        height: 0px !important;
    }
    .menu-btn {
        width: 60px;
    }
    .sidenav a {
        text-align: center;
    }
}

.collapse img {
    margin: 5px;
    z-index: 1;
}

.collapse img:hover {
    animation: 1s linear 0s infinite normal none running img;
}

.menu-btn {
    display: block;
    margin: 30px 1em 1em;
    width: 60px;
    transform: translate(-50%, -50%);
}

.menu-btn {
    position: absolute;
    top: 8px;
}

@media screen {}

.menu-btn::before,
.menu-btn::after {
    background-color: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 3px;
    transition: all 200ms ease-in-out 0s;
}

.menu-btn::before {
    box-shadow: rgb(255, 255, 255) 0px 10px 0px;
    margin-bottom: 16px;
}

.menu-btn:hover::before {
    box-shadow: rgb(251, 251, 251) 0px 0px 0px;
    transform: translateY(0px) rotate(180deg);
    background-color: #f5bf2c;
}

.menu-btn:hover::after {
    transform: translateY(-10px) rotate(-180deg);
    background-color: #f5bf2c;
}

.sidenav {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 2222;
    top: 0px;
    right: 0px;
    background-color: rgb(17, 17, 17);
    overflow-x: hidden;
    padding: 60px 0px;
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.sidenav a {
    padding: 8px 5px 8px 120px;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: color 1s ease-out 0s;
    color: rgb(255, 255, 255) !important;
}

.sidenav a:hover {
    color: rgb(255, 255, 255);
}

.sidenav a::after {
    content: "";
    display: block;
    width: 5%;
    padding-top: 5px;
    border-bottom: 1px solid rgb(255, 255, 255);
    transition: all 1s ease 0s;
}

.sidenav a:hover::after {
    width: 25%;
}

.sidenav .closebtn {
    position: absolute;
    top: 24px;
    right: 25px;
    font-size: 52px;
    padding: 0px;
    display: flex;
}

.sidenav a .closebtn {
    border-bottom: 1px solid rgb(0, 0, 0);
}

.sidenav .closebtn:hover {
    transition: all 0.9s ease 0s;
    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%;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
        text-align: center;
    }
}

.footer .SocialIcons img {
    transition: transform 0.2s ease 0s;
    margin: 5px;
}

.footer .SocialIcons img:hover {
    animation: 1s linear 0s infinite normal none running img;
}

.prodDetails h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    text-transform: uppercase;
}

.popUpPlusMnus {
    width: 110px;
    margin-top: 20px;
}

.popUpPlus,
.popUpMinus {}

.popUpPlus a,
.popUpMinus a {
    width: 30px;
    border: 1px solid rgb(255, 255, 255);
    font-weight: bold;
    font-size: 25px;
    float: left;
    color: rgb(255, 255, 255);
    background-color: #f5bf2c;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

.popUpPlus a:hover,
.popUpMinus a:hover {
    background-color: rgb(255, 255, 255);
    transition: background 0.7s ease-out 0s;
    color: rgb(0, 0, 0);
}

.popUpPlusMnus input {
    width: 30px;
    float: left;
    height: 27px;
    border: 0px;
    margin: 0px 10px;
    color: rgb(0, 0, 0);
}

.popUpPanel {
    margin: 22px 0px;
}

.secColor {
    font-weight: 600;
    color: #f5bf2c !important;
}

.popUpSmRdo {
    float: left;
    margin: 20px 20px 10px 0px;
    width: 310px;
}

.popUpSmRdo input {
    float: left;
    width: 15px;
    height: 15px;
    border: 0px;
    appearance: none !important;
}

.popUpSmRdo img {
    margin-left: 20px;
    float: left;
}

.popUpSmRdo p {
    font-size: 16px;
    float: left;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

.popUpSmRdo:hover p {
    padding-left: 3px;
    letter-spacing: 0.5px;
    color: #f5bf2c;
}

.fa {
    float: right;
}

.panel {
    background: rgba(0, 0, 0, 0.5);
}

.panel-title {
    font-size: 20px;
}

.panel-default {
    border: none;
}

.panel-default>.panel-heading {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 20px;
    border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel {
    background: rgb(51, 51, 51);
}

.panel-title {
    font-size: 18px;
}

.panel-title a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
}

.panel-title a:hover {
    color: rgb(0, 0, 0);
    transition: color 0.5s ease-out 0s;
}

.panel-default {
    border: none;
}

.panel-default>.panel-heading {
    background-color: rgb(91, 91, 91);
    border: none;
    padding: 20px;
    border-radius: 0px;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.product-info .product-name {
    float: left;
}

.panierArea .product-name {
    color: rgb(0, 0, 0);
}

.product-info .cancel-btn {
    float: right;
    font-size: 22px;
    color: rgb(0, 0, 0);
}

.product-info .cancel-btn:hover {
    color: #f5bf2c;
    transition: color 0.5s ease-out 0s;
}

.panierPopUp {
    font-weight: 600;
    font-size: 12px;
}

.panierArea {
    padding-top: 10px;
}

.panierPopUp .panierTitle {
    text-align: left;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 0px;
    background: none;
    transition: all 0s ease-in-out 0s;
    font-size: 12px;
    color: #bb911d !important;
}

.popup-content {
    padding: 0px;
}

.product-info img {
    float: right;
}

.text-left-red {
    font-size: 18px;
    float: right;
    margin: 0px;
    color: #bb911d !important;
}

.popup-footer {
    background-color: #f5bf2c;
    padding: 15px 20px 30px;
    font-size: 12px;
    letter-spacing: 3px;
    margin-top: 10px;
    display: block;
    transition: all 0.6s ease-out 0s;
    color: #000;
}

.popup-footer:hover {
    background: rgb(0, 0, 0);
}

.popup-footer:hover a {
    color: rgb(255, 255, 255);
}

.popup-footer .price {
    float: left;
    width: 50%;
    border-right: 1px solid #000;
}

.popup-footer .continuer-btn {
    float: right;
    text-align: right;
}

.popup-footer .continuer-btn a img:hover {
    animation: 1s linear 0s infinite normal none running img;
}

.continuer-btn a {
    color: #000;
}

.continuer-btn a:hover {
    text-decoration: none;
}

.popup-footer:hover .price {
    border-color: rgb(255, 255, 255) !important;
    color: rgb(255, 255, 255) !important;
}

.popup-footer:hover a img {
    filter: invert(1);
}

.product-img {
    float: left;
}

.desc-name {
    text-transform: uppercase;
    color: #f5bf2c;
    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 0px;
}

.ingredient-box {
    margin-top: 60px;
}

#hover {
    color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
    color: rgb(255, 250, 227);
}

div#all {
    width: 100%;
    height: 100%;
}

.img-view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 0px 0px 20px;
}

.img-view .mask,
.img-view .content {
    position: absolute;
    overflow: hidden;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 75px;
}

.img-view img {
    display: block;
    position: relative;
}

.img-view:hover img {
    transform: scale(1.1);
}

.img-view h2 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
    position: relative;
    font-size: 16px;
    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: 14px;
    position: relative;
    color: rgb(255, 255, 255);
    padding: 0px;
    text-align: center;
    width: 100%;
    line-height: 35px;
    font-weight: 300 !important;
}

.img-view p.MrgTop {
    margin-top: 110px;
}

.img-view p img {
    width: 100px;
}

.img-view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: rgb(0, 0, 0) 0px 0px 1px;
}

.img-view a.info:hover {
    box-shadow: rgb(0, 0, 0) 0px 0px 5px;
}

.view-second img {
    transition: all 0.2s ease-in 0s;
}

.view-second .mask {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg);
    transition: all 0.2s ease-in-out 0s;
}

.view-second h2 {
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
    background: transparent;
    transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out 0s;
    font-weight: bold;
}

.view-second p {
    font-family: Poppins, sans-serif;
    font-weight: bold;
    transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out 0s;
}

.view-second p {
    margin: 0px auto;
    background-color: rgba(255, 255, 255, 0.7);
    width: 150px;
    padding: 0px;
    border-radius: 5px;
    color: rgb(0, 0, 0);
    font-weight: 500 !important;
}

.view-second p a {
    color: rgb(255, 255, 255);
}

.view-second p a:hover {
    color: rgb(255, 255, 255);
}

.view-second a.info {
    transform: translate(0px, 100px);
    transition: all 0.2s ease-in-out 0.1s;
}

.view-second:hover .mask {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover h2 {
    transform: translate(0px, 0px);
    transition-delay: 0.3s;
}

.view-second:hover p {
    transform: translate(0px, 0px);
    transition-delay: 0.4s;
}

.view-second:hover a.info {
    transform: translate(0px, 0px);
    transition-delay: 0.5s;
}

.hovicon {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: rgb(0, 0, 0) !important;
}

.hovicon .fa-facebook {
    position: relative;
    bottom: -10px;
    font-size: 30px;
    left: -16px;
    color: rgb(59, 89, 152) !important;
}

.hovicon .fa-youtube {
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
    color: rgb(196, 48, 43) !important;
}

.hovicon .fa-twitter {
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -9px;
    color: rgb(85, 172, 238) !important;
}

.hovicon .fa-instagram {
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
    color: rgb(106, 69, 59) !important;
}

.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: "";
    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 {
    transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}

.hovicon.effect-8::after {
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px;
    opacity: 0;
    transform: scale(0.9);
}

.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(0.93);
    color: rgb(255, 255, 255);
}

.hovicon.effect-8:hover i {
    color: rgb(255, 255, 255);
}

.hovicon.effect-8:hover::after {
    animation: 1.3s ease-out 75ms 1 normal none running sonarEffect;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
        transform: scale(1.5);
        opacity: 0;
    }
}

.ft-icon-main img {
    animation: 1.7s linear 0s infinite normal none running img;
    float: left;
    clear: both;
    padding-left: 40px;
}

.btn-commander {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease 0s;
    border: 1px solid #f5bf2c;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 165px;
    cursor: pointer;
    margin: 0px auto;
    border-radius: 10px;
}

.btn-commander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 10px;
}

.btn-commander::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgb(170, 26, 25);
    transition: all 0.4s ease 0s;
    transform: scale(1, 0.5);
    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.btn-commander:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    border-radius: 10px;
}

.transition {
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3) 0s;
}

.card {
    background-color: rgb(255, 255, 255);
    inset: 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
    height: 300px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    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: 0px;
    margin-top: -130px;
}

.card:hover h2 {
    background: rgb(52, 135, 247);
    color: rgb(255, 255, 255);
    margin-top: 100px;
    padding: 5px;
}

.card:hover h2 small {
    color: rgb(255, 255, 255);
}

.card:hover p {
    margin-top: 300px;
}

.card_circle {
    background: url("http://lorempixel.com/400/200") center bottom / cover no-repeat rgb(52, 135, 247);
    border-radius: 50%;
    height: 400px;
    margin-left: -75px;
    margin-top: -270px;
    position: absolute;
    width: 450px;
}

.card h2 {
    color: rgb(52, 135, 247);
    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 {
    background-clip: padding-box;
    border: 2px solid rgb(52, 135, 247);
    border-radius: 2px;
    color: rgb(52, 135, 247);
    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: 0px 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
}

.cta:hover {
    background-color: rgb(52, 135, 247);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 17px 0px, rgba(0, 0, 0, 0.19) 0px 6px 20px 0px;
}

.hover08 figure img {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out 0s;
}

.hover08 figure:hover img {
    filter: grayscale(0);
}

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0px 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    z-index: 1;
    background-size: cover;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: rgb(255, 255, 255);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0px 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: 0px auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
    display: none;
}

.slideshow .slide .btn {
    margin: 15px 0px 0px;
    border-color: rgb(255, 255, 255);
    display: none;
}

.slideshow .slide .btn::before {
    background: rgb(255, 255, 255);
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0px;
    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 0s;
}

.slideshow .pagination .item::after {
    width: 0px;
    background: rgb(255, 255, 255);
    z-index: 2;
    transition: width 0.2s ease 0s;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: rgb(255, 255, 255);
}

.slideshow .arrows .arrow {
    margin: -33px 0px 0px;
    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: 0px;
    width: 14px;
    height: 26px;
    fill: rgb(255, 255, 255);
    transition: left 0.2s ease 0s;
}

.slideanim {
    visibility: hidden;
}

.slideanim.slide {
    visibility: visible;
    animation: 1s ease 0s 1 normal none running slide;
}

.slideanim::after {
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.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 {
    opacity: 1;
    margin: 60px 0px;
}

@media only screen and (max-width: 992px) {
    .prodPageDetail .container-fluid {
        padding: 0px 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .prodPageDetail .container-fluid {
        padding: 0px 50px;
    }
}

.res-padding {
    padding: 0px 0px 0px 90px;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out 0s;
    box-shadow: none;
    width: 100% !important;
}

.form-box .input-group .btn-default {
    font-size: 14px;
    border-radius: 0px 10px 10px 0px;
    text-shadow: none;
    font-weight: 500;
    background: #f5bf2c;
    color: #000 !important;
}

#overlay-hero {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}

#overlay-hero-2 {
    position: absolute;
    display: block;
    width: 100%;
    inset: 0px 0px 5px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    display: none;
}

video {
    margin-top: -172px;
    width: 100%;
}

.icon-btn {
    width: 35px;
    height: 35px;
    border: 1px solid rgb(68, 68, 68);
    background: rgb(75, 75, 76);
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: width 0.2s ease-in-out 0s;
    color: rgb(255, 255, 255);
}

.add-btn:hover {
    width: 100px;
    font-size: 14px;
}

.add-btn::before,
.add-btn::after {
    transition: width 0.2s ease-in-out 0s, border-radius 0.2s ease-in-out 0s;
    content: "";
    position: absolute;
    height: 3px;
    width: 7px;
    top: calc(50% - 2px);
    background: rgb(255, 255, 255);
}

.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 ease 0s;
}

.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 0s;
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    top: calc(55% - 9px);
    background: rgb(255, 255, 255);
    overflow: hidden;
}

.add-icon::before {
    left: 16px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.add-icon::after {
    right: 16px;
    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: 0px auto;
    position: absolute;
    left: 160px;
    top: 13px;
    text-align: center;
    width: 180px;
}

.hdcartImg {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
}

.hdcartImgTxt {
    margin: 0px 10px;
    float: left;
    color: rgb(0, 0, 0);
}

.editIcoPrice {
    float: right;
    padding-right: 10px;
    position: absolute;
    right: 5px;
    top: -5px;
    color: rgb(0, 0, 0);
}

@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;
    }
}

* {
    margin: 0px;
    padding: 0px;
}

.hidden {
    opacity: 0;
}

#loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgb(19, 20, 23);
    position: fixed;
    left: 0px;
    top: 0px;
}

.panierArea p {
    color: rgb(0, 0, 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: 2s linear 0s infinite normal none running preloader;
}

.loadBar {
    position: absolute;
    width: 200px;
    height: 2px;
    left: calc(50% - 100px);
    top: calc(50% + 60px);
    background: rgb(255, 255, 255);
}

.progress {
    position: relative;
    width: 0%;
    height: inherit;
    background: #f5bf2c;
}

@keyframes loading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@keyframes preloader {
    0%,
    100% {
        transform: rotate(45deg);
    }
    60% {
        transform: rotate(405deg);
    }
}

@-webkit-keyframes navFadeIn {
    0% {
        transform: translateY(50%);
    }
    100% {
        transform: translate(0px);
    }
}

@keyframes navFadeIn {
    0% {
        transform: translateY(50%);
    }
    100% {
        transform: translate(0px);
    }
}

.right [data-link] {
    animation: 0.5s ease-out 0s 1 normal both running navFadeIn;
}

.right [data-link]:first-child {
    animation-delay: 3s;
}

.right [data-link]:nth-child(2) {
    animation-delay: 4s;
}

.right [data-link]:nth-child(3) {
    animation-delay: 5s;
}

.AjouterBtn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    transform: translate(0%, 0%);
    justify-content: space-evenly;
    background: #fff;
    text-align: center;
    overflow: hidden;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.AjouterBtn .links:hover {
    color: #000;
    text-decoration: underline;
}

.AjouterBtn .links a {
    transition: all 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5) 0s;
    color: #000;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    transform: scale(0);
}

.AjouterBtn .links a:hover {
    color: #000;
    text-decoration: underline;
}

.AjouterBtn .overlay {
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    line-height: 45px;
    position: absolute;
    top: 0em;
    left: 0em;
    background: #f5bf2c;
    transition: all 1s cubic-bezier(0.89, 0.03, 0.06, 1.5) 0s;
    color: #000;
}

.AjouterBtn .overlay a {
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    opacity: 1;
    padding: 0px;
    margin: auto;
    color: #000;
    font-size: 17px;
    font-weight: 300;
}

.AjouterBtn:hover .links a {
    transform: scale(1);
    opacity: 1;
}

.AjouterBtn:hover .overlay {
    transform: translateX(-500px);
}

.panierArea .AjouterBtn .overlay {
    color: #000;
    background-color: #f5bf2c !important;
}

@-webkit-keyframes beat {
    100% {
        transform: scale(1.4);
    }
}

@keyframes beat {
    100% {
        transform: scale(1.4);
    }
}

input[type="checkbox"]::after {
    width: 25px;
    height: 25px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: rgb(255, 255, 255);
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid rgb(209, 211, 209);
    appearance: none;
}

input[type="checkbox"]:checked::after {
    width: 25px;
    height: 25px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #f5bf2c;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 3px solid rgb(209, 211, 209);
    appearance: none;
}

.BtnShadow {
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 2;
    color: rgb(0, 0, 0) !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: "";
    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 {
    transition: transform 0.1s ease-out 0s, background 0.2s ease 0s;
}

.BtnShadow.btnEffects::after {
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px;
    opacity: 0;
    transform: scale(0.5);
}

.BtnShadow.btnEffects:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: scale(0.93);
    color: rgb(255, 255, 255);
}

.BtnShadow.btnEffects:hover::after {
    animation: 1.3s ease-out 75ms 1 normal none running btnEffect;
}

@-webkit-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes btnEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 2px, #f5bf2c 0px 0px 10px 10px, rgba(255, 255, 255, 0.5) 0px 0px 0px 10px;
        transform: scale(1.5);
        opacity: 0;
    }
}

h2 {
    font-size: 22px;
    font-weight: 300;
}

.prodDetails h2 a {
    float: right;
    color: rgb(255, 255, 255);
}

.prodDetails h2 a:hover {
    color: rgb(255, 255, 255);
}

#ingsupp p {
    clear: both;
}

#ingsupp {
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-height: 100px;
    clear: both;
}

#ingsupp a i {
    padding-right: 10px;
}

.pop-pluminus .hdEditIco {
    left: 0px;
}

.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: 0px;
    vertical-align: middle;
    text-decoration: none;
}

button.learn-more {
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95) 0s;
    font-weight: 700;
    color: rgb(0, 0, 0);
    padding: 1.25rem 5rem;
    background: #f5bf2c;
    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;
}

.tab {
    text-align: -webkit-right;
}

.tab button {
    display: block;
    background: none;
    padding-bottom: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    transition: all 600ms ease 0s;
    color: rgb(255, 255, 255);
    margin: 0px !important;
}

.tab button:hover {
    color: #f5bf2c;
    font-weight: 700;
    padding-right: 5px;
}

.tab button.active {
    color: #f5bf2c;
    font-weight: 700;
}

.tabcontent {
    text-align: left;
    padding: 0px 100px;
}

.votre-main {
    margin-top: 100px;
    padding: 0px 150px;
}

.votre-main .wizard {
    margin: 0px;
}

.votre-main input[type="checkbox"] {
    margin: 15px 10px;
}

.tab h2 {
    margin: 0px 0px 20px;
}

.prod-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: flex-end;
    text-align: left;
    color: rgb(0, 0, 0);
}

.prod-info p {
    margin: 0px;
    padding: 0px;
}

.prod-btn-price {
    margin-top: 10px;
}

.continuer-btn a .fa {
    margin-top: 1px;
}

.smQuantiyFull input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0px;
    text-align: center;
}

.prod-btn input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0px;
    text-align: center;
}

.area-scroll {
    overflow-y: scroll;
    height: 200px;
}

.float-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

@media screen and (max-width: 1670px) {
    .tabcontent {
        padding: 0px 10px;
    }
    .votre-main {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        text-align: left;
        padding: 0px 10px;
    }
    .tab button {
        padding-left: 0px;
    }
}

.papersheet {
    position: absolute;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all 200ms ease 0s;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}

.papersheet:hover {
    cursor: pointer;
}

.papersheet.opened {
    transition: all 900ms ease 0s;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 20px;
    background-color: rgb(43, 43, 43);
}

.papersheet__trigger {
    z-index: 1;
    display: inline-block;
    padding: 0px;
    border-radius: 50%;
    position: absolute;
    background-color: rgb(43, 43, 43);
    top: 15px;
    right: 15px;
    transform: translate(-50%, -50%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    cursor: pointer;
}

.opened .papersheet__trigger {
    background-color: rgb(255, 255, 255);
    top: 10%;
}

.papersheet__trigger:active::before {
    background-color: rgb(255, 255, 255);
}

.papersheet__trigger::before {
    content: "";
    background-color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    border-radius: 50%;
    inset: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    color: #000;
}

.opened .papersheet__trigger::before {
    width: 3000px;
    height: 3000px;
    transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.papersheet__trigger-icon {
    fill: rgb(55, 71, 79);
    vertical-align: bottom;
    transform: rotate(0deg);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 50ms;
    width: 1.8rem;
    height: 1.8rem;
}

.opened .papersheet__trigger-icon {
    transform: rotate(-90deg);
}

.papersheet__face-item {
    border-radius: 50%;
    margin: 0px 1.5rem;
    z-index: 1;
    height: 6rem;
    width: 6rem;
    display: none;
    overflow: hidden;
    animation-duration: 500ms;
}

.papersheet__face-item:nth-child(2) {}

.papersheet__face-item:nth-child(3) {}

.papersheet__face-item:nth-child(4) {
    animation-delay: 150ms;
}

.papersheet__face-item img {
    max-width: 100%;
}

.opened .papersheet__face-item {
    display: block;
}

.fa-info-circle {
    color: rgb(0, 0, 0);
}

.desc-area {
    border-radius: 0px;
    height: 50%;
    width: 100%;
}

.desc-area p {
    position: relative;
    color: #000;
}

a.model-btn {
    background-color: #f5bf2c;
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
    transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: #000;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    animation: 1s ease 0s infinite normal none running shadow-pulse;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: rgb(255, 224, 191) 0px 0px 0px 0px;
    }
    100% {
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 20px;
    }
}

a.model-btn:hover {
    background: #f5bf2c;
    color: rgb(255, 255, 255);
}

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;
    }
}

@media only screen and (min-width: 40em) {
    .modal-overlay {
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: url("../img/gift.png");
        opacity: 0;
        visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s, visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1) 0s;
        color: rgb(255, 255, 255);
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 11111;
    }
}

@media only screen and (max-width: 39.9375em) {
    h1 {
        font-size: 1.5rem;
    }
    .modal {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        border-radius: 0px;
        transform: scale(1.1);
        padding: 0px !important;
    }
    .close-modal {
        right: 20px !important;
    }
}

i.fa.fa-gift.fa-2x {
    margin: 13px 14px 0px 0px;
}

.popup .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    outline: 0px;
    box-shadow: none;
}

.area-scroll .add-btn:hover {
    width: 85px;
    font-size: 13px;
}

.panierArea .AjouterBtn {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.panierArea .AjouterBtn a {
    color: #fff;
}

.panierArea .AjouterBtn a:hover {
    color: #f5bf2c;
}

.panierArea .AjouterBtn .fa-arrow-right {
    margin: 2px 0px 0px 3px;
}

.fa-star {
    margin: 20px 22px 0px 0px;
}

.popup-allergene,
.popup-filtarage {
    text-align: left;
    margin: 50px 0px;
}

.popup-checkboxes input[type="checkbox"]::after {
    background-color: transparent;
    border: 3px solid #f5bf2c;
    border-radius: 100%;
}

.popup-checkboxes input[type="checkbox"]:checked::after {
    background-color: #f5bf2c;
    border: 3px solid rgb(255, 255, 255);
    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: #f5bf2c;
}

.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: 18px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}

.popUpPanel h3 .secColor {
    font-weight: 500;
    color: rgb(255, 255, 255) !important;
}

a.la-nav {
    font-size: 16px;
    font-weight: 700;
    color: #f5bf2c!important;
    text-shadow: none !important;
}

.tabTitle,
.cstmrOrdDt {
    background-color: rgb(200, 198, 198);
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-right: 5px solid rgb(255, 255, 255);
}

.cstmrOrdDt {
    background-color: rgb(236, 236, 236);
    border-bottom: 5px solid rgb(255, 255, 255);
}

.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: rgb(51, 51, 51);
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s ease 0s;
    animation-play-state: running;
}

.circliful .inner {
    fill: transparent;
    stroke: #f5bf2c;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s ease 0s;
    animation-play-state: running;
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;
}

.svg-container {
    width: 100%;
    margin: 0px auto;
    overflow: visible;
    position: relative;
    color: white !important;
}

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 0px 0px;
}

#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;
}

.ProgressMainDiv {
    margin: 0px auto;
}

.ProgressMainDiv a {
    color: rgb(255, 255, 255);
}

.ProgressMainDiv a:hover {
    color: #f5bf2c;
}

.ProgressMainDiv p {
    line-height: 25px;
    font-size: 14px;
}

.ProgressMainDiv hr {
    clear: both;
    color: rgb(255, 255, 255);
    padding: 10px 0px;
}

.ProgressMain {
    margin: 3px auto;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: rgb(255, 255, 255);
}

.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: rgb(255, 255, 255);
    width: 78%;
    margin: 8px 0px;
    overflow: hidden;
}

.percentage-bar {
    float: left;
    background: #f5bf2c;
    height: 100%;
}

.mrDtail {
    width: 97%;
    margin: 0px auto;
}

.pagination {
    margin: 30px auto;
    display: table;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: rgb(255, 255, 255);
    cursor: default;
    background-color: #f5bf2c;
    border-color: #f5bf2c;
}

.hdEditIco input {
    float: left;
}

.offer-discount {
    text-align: center;
    padding: 0px 26px;
}

.offer-discount p {
    font-size: 17px;
    color: rgb(0, 0, 0);
}

.offer-discount .fa {
    float: left !important;
    margin: 0px !important;
}

li.panier-price {
    position: relative;
}

.price-circle {
    font-weight: 600;
    width: 25px;
    height: 25px;
    background: #f5bf2c;
    border-radius: 15px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 14px;
    z-index: 1;
}

.input-group-addon {
    border: 1px solid rgb(227, 226, 226);
    background-color: transparent;
    color: rgb(255, 255, 255);
    font-size: 16px;
    box-shadow: rgba(90, 97, 105, 0.1) 0px 0.46875rem 2.1875rem, rgba(90, 97, 105, 0.1) 0px 0.9375rem 1.40625rem, rgba(90, 97, 105, 0.12) 0px 0.25rem 0.53125rem, rgba(90, 97, 105, 0.1) 0px 0.125rem 0.1875rem;
}

.input-group {
    margin: 10px 0px;
}

.fa-group::before,
.fa-users::before {
    content: "";
    font-size: 12px;
}

.panier-container .fa {
    float: left;
}

.panier-container textarea.form-control {
    margin: 10px 0px;
}

.prod-front {
    position: relative;
    text-align: center;
}

.prod-front h4 {
    position: absolute;
    bottom: -10px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 24px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0px;
}

.lr_event_section_main_wrapper.wrapper-1 {
    padding: 30px 0px 0 0;
    text-align: center;
    background: #fff;
}

.lr_event_section_main_wrapper.wrapper-1 .row {
    display: flex;
    text-align: center;
}

.lr_event_section_main_wrapper.wrapper-1 .blackbgtext {
    display: inline-block;
    padding: 21px 2px;
}

.lr_event_section_main_wrapper.wrapper-1 h1 {
    font-size: 28px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top: 34px;
}

.lr_event_section_main_wrapper.wrapper-1 p {
    font-size: 14px;
    color: #000;
    margin-top: 50px;
    line-height: 30px;
    font-family: Ananda;
}

.lr_ev_main_section_wrapper h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-family: Ananda;
}

.lr_ev_main_section_wrapper p {
    line-height: 20px;
    color: #000 !important;
    font-size: 20px !important;
    margin: 10px 0px !important;
}

.lr_ev_main_section_wrapper .ctaBtn {
    line-height: 20px;
    background: rgb(255, 255, 255);
    width: 40%;
    border-radius: 5px;
    color: rgb(0, 0, 0) !important;
    font-size: 23px !important;
    margin: 10px auto !important;
    font-family: Ananda;
}

.lr_ev_main_section_wrapper .ctaBtn a {
    display: block;
    background: #f5bf2c;
    padding: 15px 0px;
    border-radius: 5px;
    transition: all 0.6s ease-out 0s;
    color: rgb(255, 255, 255) !important;
    font-family: Ananda;
}

.lr_ev_main_section_wrapper .ctaBtn a:hover {
    background: rgb(255, 236, 150);
    color: rgb(0, 0, 0) !important;
}

.lr_ev_main_section_wrapper img {
    margin: 0px auto !important;
}

.lr_ev_main_section_wrapper .str-icon {
    margin-top: 3rem!important;
}

h1 {
    margin-top: 10px;
}

.wrapper-1 .lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper {
    margin: 0px;
}

.product-list-section {
    padding-bottom: 50px;
    background: url("../img/pro-list-bg.png") center bottom no-repeat;
    text-align: center;
}

.product-list-section .ProdList {
    width: 14%;
    text-align: center;
    display: inline-block;
    align-items: center;
}

.product-list-section h1 {
    font-size: 45px;
    color: rgb(167, 204, 61);
    font-family: Roboto, sans-serif;
}

.product-list-section h1 span {
    color: rgb(255, 255, 255);
}

.product-list-section p {
    margin-bottom: 35px;
    font-size: 18px;
}

.product-list-section .ListBtn {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
}

.product-list-section .ListBtn a {
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(47, 47, 47);
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
    font-weight: normal;
    width: 100%;
    display: block;
    padding: 15px 0px;
}

.product-list-section .ListBtn a:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    padding: 15px 0px;
}

.brand-centered {
    justify-content: center;
    position: absolute;
    width: 70%;
    left: 350px;
}

.brand-centered p {
    color: rgb(255, 255, 255);
    font-size: 18px;
    text-align: center;
    z-index: 2222;
    max-width: 800px;
    margin: 0px auto;
}

.closebtn {
    margin-left: 15px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.closebtn:hover {
    color: rgb(0, 0, 0);
}

.alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0px;
    background: rgb(242, 242, 242);
    color: rgb(0, 0, 0);
    text-align: center;
}

.alert a {
    color: rgb(0, 0, 0);
}

.alert a:hover {
    color: rgb(0, 0, 0);
}

.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: 0px;
}

.emailing h2 {
    font-size: 22px;
    font-weight: 600;
}

.emailing .icon-box.block i {
    color: rgb(255, 255, 255) !important;
}

.emailing .hovicon {
    border: 1px solid rgb(255, 255, 255);
}

img.app-icon {
    margin: 20px 10px;
}

.emailing .cta-btn {
    margin-bottom: 20px;
}

.p-abso {
    position: relative;
    top: -84px;
    background: rgb(6, 12, 41);
    padding: 20px;
    margin: 0px 150px;
    color: rgb(255, 255, 255);
}

.emailing .fa-gift {
    float: none;
}

.emailing .icon-box.block {
    margin: 20px 0px;
}

.emailing a {
    font-size: 18px;
}

.popup-order .form-box {
    position: relative;
    top: 0px;
    margin-top: 40px;
}

.popup-order .logo {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .p-abso {
        margin: 0px 20px;
        top: -14px;
    }
}

.navbar-default {
    background: none !important;
}

.animation-btn img {
    margin: 20px 0px 0px 20px;
}

.popupenvie {
    z-index: 2222 !important;
}

.popup {
    z-index: 2222 !important;
}

input::placeholder {
    color: rgb(153, 153, 153) !important;
}

div#myModaletoile .modal {
    top: 300px;
}

a.la-nav {
    font-size: 22px !important;
}

.orderBox {
    background-color: rgb(44, 49, 75);
}

.map-section {
    background: url("../img/map-bg.png") left top no-repeat rgb(248, 249, 251);
}

.mapDetail {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    margin: 15px 0px;
    color: rgb(255, 255, 255);
}

.mapDetail h1 {
    font-size: 18px;
}

.mapDetail p {
    font-size: 16px;
    line-height: 25px;
}

.mapDetail span {
    font-size: 25px;
    float: left;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.mapBtn {
    background: #f5bf2c;
    padding: 7px 10px;
    text-align: center;
    width: 150px;
    float: left;
    margin-left: 10px;
    color: rgb(255, 255, 255);
}

.mapBtn a {
    color: rgb(255, 255, 255);
}

.mapBtn a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

div#rev_slider_landing_custom_forcefullwidth {}

div#slide-3046-layer-3 {
    text-shadow: rgba(0, 0, 0, 0.73) 2px 4px 10px;
    text-align: center !important;
    line-height: 55px !important;
    font-size: 35px !important;
}

div#slide-3046-layer-1_1325 img {
    width: 402px !important;
    height: 250px !important;
}

.sup {
    font-size: 35px !important;
}

@media only screen and (max-width: 630px) {
    div#slide-3046-layer-3 {
        line-height: 50px !important;
        font-size: 25px !important;
    }
}

.rev_slider_wrapper,
.tp-fullwidth-forcer {
    height: 600px !important;
    overflow: hidden !important;
}

.areaThree {
    background-color: rgb(21, 22, 28);
}

.boxDetails {
    background: rgb(30, 31, 37);
    padding: 30px 20px;
    text-align: center;
    margin: 50px 0px;
}

.boxIcon {
    margin: 0px auto;
    color: rgb(241, 109, 7);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 68px;
    background-color: #f5bf2c;
    z-index: 1;
    font-size: 35px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.boxIcon img {
    margin-top: 8px;
    display: inline-block;
}

.boxIcon::before {
    content: "";
}

.boxIcon::after {
    position: absolute;
    content: "";
    inset: 0px;
    margin: -7px;
    border: 2px dashed rgb(180, 180, 180);
    border-radius: 50%;
    z-index: -1;
    animation: 50s linear 0s infinite normal none running rotation;
    transition: all 0.5s ease 0s;
}

.boxDetails:hover .boxIcon::after {
    border: 2px dashed rgb(255, 255, 255);
    background-color: #f5bf2c;
    animation: 10s linear 0s infinite normal none running rotation;
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.boxDetails h4 {
    line-height: 40px !important;
}

.boxDetails p {
    color: rgb(255, 255, 255) !important;
}

.col-mainPg {
    color: rgb(255, 255, 255) !important;
}

.bg-mainPg {
    background-color: rgb(255, 255, 255) !important;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.cms-left .cms-banner-item {
    padding-right: 15px;
}

.cms-right .cms-banner-item {
    padding-left: 15px;
}

.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: 0px;
    height: 0px;
    background: rgba(216, 6, 6, 0.18);
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cms-banner-item .cms-banner-inner:hover .cms-banner-img::before {
    animation: 1s ease 0s 1 normal none running circle;
}

.random a {
    color: rgb(255, 255, 255) !important;
}

.random a:hover {}

.popup-header {
    background-color: rgb(33, 33, 33) !important;
}

.popup-content-detail {
    background-color: rgb(33, 33, 33) !important;
    margin: 120px auto !important;
}

.fieldDetails img[name="captcha"] {
    border: 1px solid rgb(200, 198, 198);
}

.cta-btn2 {}

.cta-btn2 a {
    line-height: 40px;
    perspective: 1000px;
    color: rgb(255, 255, 255);
}

.cta-btn2 a span {
    position: relative;
    display: inline-block;
    padding: 0px 14px;
    background: #f5bf2c;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px;
    transform-style: preserve-3d;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    width: 300px;
}

.cta-btn2 a span::before {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #f5bf2c;
    content: attr(data-hover);
    color: rgb(255, 255, 255);
    transform: rotateX(-90deg);
    transform-origin: 50% 0px;
    text-align: center;
    border-radius: 10px;
}

.cta-btn2 a:hover span,
.cta-btn2 a:focus span {
    transform: rotateX(90deg) translateY(-22px);
}

.cta-btn2 a:hover span::before,
.cta-btn2 a:focus span::before {
    background: #f5bf2c;
}

.cta-btn2 a {
    color: rgb(255, 255, 255);
    opacity: 1;
    font-size: 15px;
}

.cta-btn2:hover {
    opacity: 1;
    transition: all 1s ease 0s;
}

#ttcmsoffer {
    float: left;
    width: 100%;
    position: relative;
    background: url("../img/event-sec-bg.jpg") center bottom / cover no-repeat;
    padding: 150px 0px;
}

#ttcmsoffer .tt-title {
    font-size: 36px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: left;
}

#ttcmsoffer p {
    font-size: 22px;
    color: rgb(0, 0, 0);
    line-height: 36px;
    text-align: justify;
}

#ttcmsoffer .ttoffer {
    padding: 50px 0px;
}

#ttcmsoffer .ttoffer .ttoffer-content .ttoffer-button {
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
}

#ttcmsoffer .ttoffer .ttoffer-content .ttoffer-button a {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 13px 25px;
    background: #f5bf2c;
    border-radius: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out 0s;
}

#ttcmsoffer .ttoffer .ttoffer-content .ttoffer-button a:hover {
    background: #f5bf2c;
    color: rgb(255, 255, 255);
}

#ttcmsoffer .ttoffer .ttimg {
    float: left;
    text-align: center;
    position: relative;
}

#ttcmsoffer .ttoffer .ttimg .main_image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
}

#ttcmsoffer .main_image img {
    transform: scale(0.9);
    transition: all 600ms ease-in-out 0s;
    height: auto;
}

#ttcmsoffer .main_image:hover img {
    transform: scale(1);
}

#ttcmsoffer .ttoffer .ttimg .main_image1 {
    position: absolute;
    inset: 0px -40px auto auto;
    margin: 0px auto;
    z-index: 1;
    transition: all 0.5s ease-in-out 0s;
}

#ttcmsoffer .ttoffer .ttimg:hover .main_image1 {
    right: 0px;
    animation: 5s linear 0s infinite alternate none running run;
}

.container .grid_3 {
    width: 250px;
    margin: 0px 10px;
}

.marked-list h6 {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 20px;
}

.marked-list li {
    position: relative;
    display: inline-block;
    text-align: center;
}

@media (max-width: 767px) {
    .marked-list li {
        margin-top: 30px;
    }
}

.marked-list li a {
    display: inline-block;
}

.marked-list li h6 {
    transition: all 0.5s ease 0s;
}

.marked-list li .img-wrap {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #f5bf2c;
}

.marked-list li .img-wrap::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    inset: 0px;
    z-index: 1;
    background: rgb(64, 64, 64);
    transition: all 0.5s ease 0s;
}

.marked-list li img {
    border-radius: 50%;
    border: 8px solid transparent;
    position: relative;
    z-index: 3;
    width: 100%;
    box-sizing: border-box;
}

.marked-list a:hover h6 {
    color: #f5bf2c;
}

.marked-list a:hover .img-wrap::before {
    transform: scaleX(0);
}

.features-area {
    position: relative;
    padding: 100px 0px;
    background: url("../img/section-two-bg.jpg") center bottom / cover no-repeat;
}

.features-area .col-lg-4:first-child .single-features {
    padding-left: 0px;
    padding-right: 85px;
    text-align: right;
}

.features-area .col-lg-4:first-child .single-features .icon {
    left: auto;
    right: 0px;
}

.features-area .col-lg-4 .single-features .icon img {
    margin-top: -10px;
}

.single-features {
    position: relative;
    padding-left: 110px;
    margin-bottom: 70px;
}

.single-features hr {
    border: 2px solid #f5bf2c;
}

.single-features .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    transition: all 0.4s ease 0s;
}

.single-features .icon img {
    animation: 2s linear 0s infinite normal none running img;
}

.single-features .features-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #f5bf2c;
    padding-top: 5px;
    text-align: center;
}

.single-features .features-content p {
    margin-bottom: 0px;
    font-size: 18px;
    text-align: center;
}

.single-features:hover .icon {
    transform: translateY(-5px);
}

.features-img {
    margin-top: -50px;
}

.sectionOne {
    background: rgb(47, 47, 47);
    padding: 50px;
}

.sectionOne .row {
    display: flex;
    align-items: center;
}

.sectionOne .SecOneText {
    text-align: center;
}

.sectionOne .SecOneText h1 {
    font-size: 35px;
    margin-bottom: 15px;
    color: #f5bf2c;
    font-weight: 400;
    font-family: ananda;
    line-height: 40px;
}

.sectionOne .SecOneText h1 span {
    font-weight: 700;
    color: #f5bf2c !important;
}

.sectionOne .SecOneText p {
    margin: 10px 0px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: Poppins, sans-serif;
}

.sectionOne .SecOneText .SecOneBtn {
    color: white;
    font-size: 24px;
    margin: 20px auto;
    text-align: center;
}

.sectionOne .SecOneText .SecOneBtn a {
    color: white;
    text-align: center;
    background: #f5bf2c;
    border-radius: 10px;
    transition: all 0.5s ease-in-out 0s;
    padding: 8px 20px;
    margin: 0px auto;
    font-family: ananda;
}

.sectionOne .SecOneText .SecOneBtn a:hover {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.comanderBtn {
    padding: 15px 20px;
}

.comanderBtn a {
    background: rgb(0, 0, 0);
    padding: 10px 25px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
}

.comanderBtn a:hover {
    background: #f5bf2c;
    color: rgb(0, 0, 0);
}

.footertinyLinks a:hover {
    color: #f5bf2c;
}

.modal1 {
    display: none;
    position: fixed;
    padding-top: 100px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: url("../img/gift.png");
    z-index: 1111 !important;
}

.modal-content1 {
    margin: auto;
    padding: 20px;
    border: 1px solid rgb(136, 136, 136);
    width: 41%;
    height: 44%;
    top: 13%;
    background: url("../img/gift-2.png") center center / cover;
}

.close1 {
    color: rgb(10, 10, 10);
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 31;
}

.close1:hover,
.close1:focus {
    text-decoration: none;
    cursor: pointer;
}

.boardSection {
    background-color: rgb(0, 0, 0);
    padding: 60px 0px;
}

.boardSection img {
    margin: 10px auto;
}

.navbarMg {
    position: absolute;
    margin: 30px auto 0px;
}

.hdTextMain h1 {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 80px;
    font-style: italic;
}

.hdTextMain p {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 40px;
}

.oswaldtext {
    font-family: Poppins, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}

.hdTextMain .hdbtnmain {
    background: rgb(0, 0, 0);
    text-align: center;
    width: 80%;
    line-height: 40px;
    z-index: 1;
    position: relative;
    margin: 0px auto;
    font-family: Poppins, sans-serif;
}

.hdTextMain .hdbtn a {
    float: left;
    width: 50%;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding: 3px 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.hdTextMain a.empbtn {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
}

.hdTextMain a.livbtn {
    background: #f5bf2c;
    color: rgb(255, 255, 255);
}

.hdTextMain a.livbtn img {
    filter: invert(100%);
}

.hdTextMain a.empbtn:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.hdTextMain a.livbtn:hover {
    background: rgb(87, 87, 87);
    color: rgb(255, 255, 255);
}

.hdTextMain a.livbtn:hover img {
    filter: invert();
}

.top-main-bg {
    top: -105px;
}

.socialIcons {}

.socialIcons a {
    margin-right: 5px;
    width: 35px;
    text-align: center;
    display: inline-block;
    font-size: 28px;
    color: #000;
}

.socialIcons a:hover {
    color: #f5bf2c;
}

.ProdSecOne {
    padding: 50px 0px;
    text-align: center;
    background: url("../img/ProdSecOne.jpg") 0% 0% / cover;
}

.ProdSecOne h1 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.proImgMain {
    background: url("../img/ProdSecImg1.png") center center / contain no-repeat;
    min-height: 370px;
    height: auto;
    padding: 50px 0px;
    margin: 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.proImgMain h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: #f5bf2c;
    margin: 10px auto;
}

.proImgMain p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
}

.fonts {
    font-size: 34px;
}

.DecouvrirBtn {
    width: 300px;
    height: 50px;
    margin: 20px auto;
}

.DecouvrirBtn a {
    font-weight: 300;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 48px;
    display: block;
    background: #f5bf2c;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 10px 5px 0px;
}

.ProdSecTwo {
    text-align: center;
    background: url("../img/ingred-bg.jpg") 0px top / 50% 100% no-repeat;
    margin-top: -3px;
}

.mybg-colo {
    text-align: center;
    background: url("../img/ingred-bg.jpg") left top no-repeat;
}

.ProdSecTwo h1 {
    font-family: ananda;
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: center;
}

.ProdSecTwo p {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
}

.proSecBtnB {
    width: 300px;
    height: 50px;
    margin: 0px auto;
}

.proSecBtnB a {
    font-size: 26px;
    font-family: Ananda;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: #f5bf2c;
}

.ProdSecThree {
    text-align: center;
    background: url("../img/ingred-bg.jpg") right top / 50% 100% no-repeat;
    margin-top: -3px;
}

.ProdSecThree h1 {
    font-family: ananda;
    font-size: 50px;
    text-align: center;
    color: #f5bf2c;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 60px;
}

.ProdSecThree p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

.proSecBtnC {
    width: 300px;
    height: 50px;
    margin: 0px auto;
}

.proSecBtnC a {
    font-weight: 300;
    font-size: 26px;
    font-family: Ananda;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: #f5bf2c;
}

.ProdSecFour {
    text-align: center;
    background: url("../img/ingred-bg.jpg") left top no-repeat rgb(0, 0, 0);
}

.ProdSecFour h1 {
    font-family: Ananda, sans-serif;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 60px;
    color: #f5bf2c !important;
}

.ProdSecFour p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

.proSecBtnD {
    width: 300px;
    height: 50px;
    margin: 0px auto;
}

.proSecBtnD a {
    font-weight: 300;
    font-size: 26px;
    font-family: Ananda, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: rgb(128, 172, 100);
}

.ProdSecFive {
    text-align: center;
    background: url("../img/ingred-bg.jpg") right top no-repeat rgb(0, 0, 0);
    margin-top: -3px;
}

.ProdSecFive h1 {
    font-family: Ananda, sans-serif;
    font-size: 50px;
    text-align: center;
    color: rgb(255, 236, 150);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 60px;
}

.ProdSecFive p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

.proSecBtnE {
    width: 300px;
    height: 50px;
    margin: 0px auto;
}

.proSecBtnE a {
    font-weight: 300;
    font-size: 26px;
    font-family: Ananda, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: rgb(255, 236, 150);
}

.ProdSecSix {
    text-align: center;
    background: rgb(28, 37, 44);
}

.ProdSecSix .SecSixText {
    margin-left: 40%;
}

.ProdSecSix h1 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    text-align: left;
    color: #f5bf2c;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ProdSecSix p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.proSecBtnF {
    width: 300px;
    height: 50px;
}

.proSecBtnF a {
    font-weight: 300;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 48px;
    display: block;
    background: #f5bf2c;
    text-transform: uppercase;
}

.ProdSecSeven {
    text-align: center;
    background: rgb(28, 37, 44);
}

.ProdSecSeven h1 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    text-align: left;
    color: rgb(250, 156, 105);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ProdSecSeven p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.proSecBtnG {
    width: 300px;
    height: 50px;
}

.proSecBtnG a {
    font-weight: 300;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 48px;
    display: block;
    background: rgb(250, 156, 105);
    text-transform: uppercase;
}

.ProdSecEight {
    text-align: center;
    background: rgb(28, 37, 44);
}

.ProdSecEight .SecEightText {
    margin-left: 40%;
}

.ProdSecEight h1 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    text-align: left;
    color: rgb(204, 137, 145);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ProdSecEight p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.proSecBtnH {
    width: 300px;
    height: 50px;
}

.proSecBtnH a {
    font-weight: 300;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: rgb(204, 137, 145);
    text-transform: uppercase;
}

.ProdSecNine {
    text-align: center;
    background: rgb(28, 37, 44);
}

.ProdSecNine h1 {
    font-family: Poppins, sans-serif;
    font-size: 34px;
    text-align: left;
    color: rgb(145, 169, 157);
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ProdSecNine p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 20px;
}

.proSecBtnI {
    width: 300px;
    height: 50px;
}

.proSecBtnI a {
    font-weight: 300;
    font-size: 24px;
    font-family: Poppins, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 48px;
    display: block;
    background: rgb(145, 169, 157);
    text-transform: uppercase;
}

.retrouvez p {
    font-family: Poppins, sans-serif;
    font-size: 28px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 80px;
    background: #f5bf2c;
    margin: 0px;
}

.footerMain {
    background: rgb(0, 0, 0);
}

.footerText {
    text-align: center;
    padding: 80px 0px;
    font-family: Poppins, sans-serif;
}

.footerText h4 {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 22px;
    letter-spacing: 2px;
}

.footerText p {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

newsletter p {
    margin-left: 110px;
}

.btn-default-Main {
    text-transform: uppercase;
    text-decoration: none;
    background: #f5bf2c;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    text-shadow: none;
    color: rgb(255, 255, 255) !important;
}

.btn-default-Main:hover {
    background: rgb(67, 67, 67);
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.57) 0px 5px 40px -10px;
    transition: all 0.4s ease 0s;
    color: rgb(255, 255, 255) !important;
}

.form-control-main {
    height: 50px;
    float: left;
    width: 320px !important;
}

.form-group-main {
    float: left;
    width: 260px;
}

@media only screen and (max-width: 992px) {
    .hdTextMain h1 {
        font-size: 50px;
    }
    .hdTextMain p {
        font-size: 20px;
    }
    .hdTextMain .oswaldtext {
        font-size: 18px;
    }
    .navbarMg {
        width: 90%;
    }
    .proImgMain h1 {
        padding-top: 10px;
        font-size: 26px;
    }
    .proImgMain p {
        font-size: 18px;
        line-height: 20px;
    }
    .fonts {
        font-size: 28px;
    }
    .ProdSecTwo {
        padding: 60px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .hdTextMain h1 {
        font-size: 30px;
    }
    .hdTextMain p {
        font-size: 14px;
    }
    .hdTextMain .oswaldtext {
        font-size: 16px;
    }
    .navbarMg {
        width: 90%;
    }
    .hdTextMain .hdbtnmain {
        width: 60%;
        line-height: 30px;
    }
}

@media only screen and (max-width: 430px) {
    .ProdSecTwo {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecThree {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecFour {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecFive {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecSix {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecSeven {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecEight {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
    .ProdSecNine {
        background: rgb(0, 0, 0);
        border-bottom: 1px solid rgb(255, 255, 255);
    }
}

.sliderIcon .hd-icons {
    top: 150%;
}

@media only screen and (max-width: 1620px) {
    .sliderIcon .hd-icons {
        top: 125%;
    }
}

@media only screen and (max-width: 1450px) {
    .sliderIcon .hd-icons {
        top: 115%;
    }
}

@media only screen and (max-width: 1280px) {
    .sliderIcon .hd-icons {
        top: 100%;
    }
}

@media only screen and (max-width: 1180px) {
    .sliderIcon .hd-icons {
        top: 100%;
    }
}

.hdTextMain a.empbtn:hover img {
    filter: invert(100%) !important;
}

@media only screen and (min-width: 991px) {
    .my-align-center {
        display: flex;
        align-items: center;
    }
}

.mrg-0 {
    margin: 0px;
    padding: 0px;
}

.close {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.close a {
    color: rgb(255, 255, 255);
}

.popup-content-detail .end:hover,
.end:focus {
    color: rgb(255, 255, 255);
}

.dropdown-menu {
    color: rgb(0, 0, 0);
}

a.clickPizza {
    color: rgb(255, 255, 255);
}

a.clickPizza:hover {
    color: #f5bf2c;
}

.footertinyLinks a {
    color: rgb(255, 255, 255);
}

.footertinyLinks a:hover {
    color: rgb(255, 255, 255);
}

.lr_event_section_main_wrapper.wrapper-1 .CtaBtn a {
    background: url("../img/event-btn-bg.png") center center no-repeat;
    padding: 22px 0px;
    border-radius: 9px;
    color: rgb(0, 0, 0);
    display: table;
    margin: 16px auto;
    text-decoration: none;
    width: 250px;
    font-size: 22px;
}

.lr_event_section_main_wrapper.wrapper-1 .CtaBtn a img.iconBtn {
    width: 50px;
    transition: all 0.3s linear 0s;
}

.lr_event_section_main_wrapper.wrapper-1 .CtaBtn a:hover {
    color: #f5bf2c;
}

.lr_event_section_main_wrapper.wrapper-1 .CtaBtn a:hover img.iconBtn {
    transform: rotate(360deg);
}

.hd-btn-main .btn {
    width: 47%;
    outline: none;
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 14px 10px;
    margin-right: 2px;
    border: none;
    border-radius: 10px;
}

.hd-btn-main .btn.active,
.hd-btn-main .btn:hover {
    background: #f5bf2c;
    color: rgb(0, 0, 0);
}


/* .hd-btn-main .btn img,
.hd-btn-main .btn img {
    filter: invert(0);
}

.hd-btn-main .btn.active img,
.hd-btn-main .btn:hover img {
    filter: invert(1);
} */

.Prod-Sec1 {}

.Prod-Sec1 p {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 15px;
    font-size: 24px;
}

.Prod-Sec1 img {
    border: 10px solid rgb(255, 255, 255);
    border-radius: 50%;
}

.overlays-container {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    overflow: hidden;
}

.overlays-image {
    display: block;
    width: 100%;
    height: auto;
    transition: all 5s ease 0s;
}

.overlays {
    position: absolute;
    inset: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, 0.1);
}

.overlays-container:hover .overlays {
    opacity: 1;
}

.overlays-icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlays-icon:hover {
    color: #f5bf2c;
}

.proSecBtnB a:hover {
    text-decoration: none !important;
    background: white !important;
}

.proSecBtnC a:hover {
    text-decoration: none !important;
    background: white !important;
}

.proSecBtnD a:hover {
    text-decoration: none !important;
    background: white !important;
}

.proSecBtnE a:hover {
    text-decoration: none !important;
    background: white !important;
}

.popup-content h2 {
    color: #f5bf2c !important;
}

.sectionOne .SecOneText .SecOneBtn a:hover {
    text-decoration: none !important;
}

.new-imagtext img {
    width: 100%;
}

.text-div {
    position: relative;
}

.image-text-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.image-text-div h1 {
    font-family: ananda;
    font-size: 50px;
    text-align: center;
    color: #f5bf2c;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 60px;
}

.image-text-div p {
    font-family: Poppins, sans-serif;
    font-size: 22px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
}

.row.prodPage h2 {
    color: rgb(255, 255, 255);
}

.row.prodPage span.oswald.redColor {
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 1200px) {
    .product-list-section .ProdList {
        width: 20%;
    }
}

.prodDetails hr {
    border-top: 1px solid rgb(117, 117, 117);
}

.mrgzero {
    margin: 0px;
    padding: 0px;
}

.nav>li>a>img {
    margin-top: -15px;
}

.sec1new {
    background: url("../img/section-one.gif") center center / cover no-repeat rgb(17, 17, 17);
    padding: 80px 0px;
    position: relative;
    margin-top: -45px;
}

.sec1new h1 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    font-family: Ananda;
}

.sec1new h2 {
    color: #f5bf2c;
    font-size: 65px;
    font-weight: normal;
    text-align: center;
    font-family: Kisser;
    line-height: 50px;
    transform: rotate(-10deg);
}

.sec1new a {
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    transition: all 0.5s linear 0s;
}

.sec1new .SecOneProd {
    position: relative;
    z-index: 1;
}

.sec1new .SecOneProd img {
    margin: 0px auto;
}

.sec1new .SecOneProd .shape_1 {
    z-index: -1;
    animation: 3s ease-in-out 0s infinite normal none running bounces;
}

.sec1new .SecOneProd .shape_2 {
    z-index: -1;
    animation: 3.5s ease-in-out 0s infinite normal none running bounces;
}

.sec1new .SecOneProd .shape_3 {
    z-index: -1;
    animation: 4s ease-in-out 0s infinite normal none running bounces;
}

@-webkit-keyframes bounces {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounces {
    0% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(-5px);
    }
}

.nogutters {
    padding: 0px;
    margin: 0px;
}

.SecTextBox {
    display: table;
    margin: 0px auto;
}

.SecTextBox .CtaMainBtn {
    text-align: center;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 50px;
}

.SecTextBox .CtaMainBtn a {
    color: rgb(255, 255, 255);
    display: block;
    width: 250px;
    margin: 15px auto;
    border-radius: 5px;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #f5bf2c;
}

.SecTextBox .CtaMainBtn a:hover {
    color: rgb(0, 0, 0);
    background: #f5bf2c;
}

.threeProdarea {
    background: url("../img/threeprodbg.jpg") center top / cover no-repeat;
    text-align: center;
    position: relative;
    padding: 50px 0px;
}

.threeProdarea h2 {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 40px;
}

.threeProdarea h3 {
    font-size: 21px;
    margin-top: 19px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.sec3new {
    background: rgb(255, 255, 255);
    padding: 20px 0px;
}

.sec3new p {
    color: rgb(0, 0, 0);
    font-size: 24px;
    margin-top: 10%;
}

@media only screen and (max-width: 1208px) {
    .sec2new h2 {
        font-size: 40px;
    }
    .SecTextBox {
        padding: 2rem;
    }
}

@media only screen and (min-width: 991px) {
    .sec2new .row {
        /* display: flex; */
        /* align-items: center; */
    }
    .sec3new .row {
        display: flex;
        align-items: center;
    }
    .SecTextBox {
        display: table;
        margin: 0px auto;
        width: 100%;
    }
}

.linkPage .prodTitles2 {
    color: rgb(0, 0, 0) !important;
}

.panierArea.panierPopUp h2 {
    color: #bb911d !important;
}

.carousel-caption {
    bottom: 40%;
    width: 45%;
    left: 10%;
    top: 20%;
}

.carousel-caption h2 {
    font-size: 50px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Calibri;
    padding-bottom: 0px;
    font-weight: 700;
    padding-right: 230px;
}

.carousel-caption h2.padd-left {
    padding-right: 100px;
    font-size: 45px;
}

.carousel-caption h3 {
    font-size: 150px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Calibri;
    padding-bottom: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: -100px;
}

.carousel-caption h3 span {
    font-size: 80px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Calibri;
    padding-bottom: 0px;
    font-weight: 700;
    letter-spacing: 2px;
}

.carousel-caption p {
    font-size: 28px;
    margin-bottom: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 38px;
    font-weight: 400;
    margin-top: -20px;
}

.carousel-inner:hover img {
    transform: scale(1);
}

.orderWidget form {}

.orderWidget-header ul {
    margin: 0px;
}

.orderWidget-header ul li {
    margin: 0px;
    width: 100%;
    display: block;
    float: initial;
}

.orderWidget-header ul li a {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    text-align: left;
    padding: 0px 15px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.orderWidget-header ul li.target-takeaway a {
    background: #f5bf2c;
    color: #000;
}

.orderWidget-header ul li a::before,
.orderWidget-header ul li a::after {
    background: rgb(238, 236, 225);
    left: 40px;
    right: 40px;
    position: absolute;
    content: "";
    height: 2px;
    z-index: 1;
    opacity: 1;
    width: auto;
    transition: all 0.5s ease 0s;
}

.orderWidget-header ul li a::before,
.orderWidget-header ul li a::after {
    background: rgb(242, 242, 242);
}

.orderWidget-header ul li a.active::before {
    background: #f5bf2c;
}

.orderWidget-header ul li a::after {
    background: none;
}

.orderWidget-header ul li a::before {
    top: -12px;
}

.orderWidget-header ul li a::after {
    top: auto;
    bottom: 0px;
    transition: all 0.5s ease 0s;
}

.orderWidget-header ul li a:hover::before {
    top: 0px;
    background: transparent;
}

.orderWidget-header ul li a:hover::after {
    bottom: 0px;
    background: transparent;
}

.orderWidget-header ul li.target-delivery a {
    background: rgb(242, 242, 242);
}

.orderWidget-params ul li.orderWidget-type {
    border-radius: 15px 0px 0px 15px;
}

.orderWidget-params ul li.orderWidget-type .icon {
    display: none;
}

.orderWidget-params ul li.orderWidget-position .icon {
    display: none;
}

.orderWidget-params ul li {
    padding: 8px 15px 0px;
}

.orderWidget-params .btn-reset {
    width: 45px;
    height: 45px;
    border-radius: 0px 15px 15px 0px;
    margin: 0px 0px 0px -5px;
}

.orderWidget-params .btn-reset .icon {
    position: relative;
    vertical-align: middle;
    top: 5px;
}

.orderWidget-params ul li.orderWidget-position {
    border-radius: 0px;
}

.orderWidget-header ul li a .fa {
    float: right;
    margin: 8px 0px 0px;
    font-size: 20px;
}

.orderWidget .current-step input,
.orderWidget .current-step select {
    border-radius: 0px 0px 15px 15px;
}

.orderWidget .current-step input.no-radius,
.orderWidget .current-step select.no-radius {
    border-radius: 0px;
}

.deliveyAddressWrapper .customer-address {
    margin: -3px 0px 0px;
}

.deliveyAddressWrapper .customer-address .form-control {
    border-radius: 0px 0px 15px 15px;
    background: rgb(255, 255, 255);
    padding: 0px 15px !important;
}

.orderWidget .form-control {
    background: rgb(255, 255, 255);
}

.orderWidget.active {
    display: table;
    margin: 0px auto;
    width: 46%;
}

.end {
    font-family: Poppins, sans-serif !important;
}

.orderWidget.active {
    display: table;
    margin: 0px auto;
    width: 46%;
}

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
}

.ml2 .letter {
    display: inline-block;
    line-height: 1em;
}

.mrgZero {
    margin: 0px;
    padding: 0px;
}

.heroSectionSlider .owl-dot {
    font-family: FRADM;
    font-size: 25px;
    margin: 0px 9px;
    position: relative;
    color: rgb(255, 255, 255);
}

.heroSectionSlider .owl-dot:hover {
    color: #f5bf2c;
}

.heroSectionSlider .owl-dot:hover::before {
    background: #f5bf2c;
}

.heroSectionSlider .owl-dot.active {
    color: #f5bf2c;
}

.heroSectionSlider .owl-dot::before {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(255, 255, 255);
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
}

.heroSectionSlider .owl-dot.active::before {
    background: #f5bf2c;
}

.heroSectionSlider .owl-dots {
    position: absolute;
    top: calc(68% + 80px);
    left: 0px;
    width: 100%;
    margin: 0px auto;
}

.heroSectionSlider {
    position: relative;
}

.slideItem {
    position: relative;
    width: 100%;
}

.slideItem::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
}

img.slideImg {
    min-height: 600px;
    object-fit: cover;
    object-position: center center;
    width: 100% !important;
}

.heroSectionSlider {
    position: relative;
    top: -136px;
    width: 100%;
    margin-bottom: 0px;
}

.sliderTxt {
    position: absolute;
    top: 35%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 100%;
}

h2.slideItle {
    font-family: NexaRustSans;
    color: #f5bf2c;
    font-size: 55px;
    text-align: left;
    transform: scale(0);
    font-weight: bold;
    z-index: 55;
    transition: all 1s linear 0s;
    line-height: -20px;
}

.owl-item.active h2.slideItle {
    transform: scale(1);
}

p.slideItle {
    font-family: ConeriaScript;
    color: rgb(255, 255, 255);
    font-size: 22px;
    text-align: left;
    transform: scale(0);
    font-weight: normal;
    z-index: 55;
    transition: all 1s linear 0s;
}

p.slidetxt1 {
    position: relative;
    top: 24px;
    font-size: 40px;
}

.owl-item.active p.slideItle {
    transform: scale(1);
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 140px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: rgb(0, 0, 0);
    display: block;
}

.left-2 .owl-nav {
    right: 0px;
}

.product-section {
    padding: 80px 0px;
    text-align: center;
    margin-top: -5px;
    background: url("../img/section-one-bg.jpg") center top no-repeat rgb(0, 0, 0);
}

.product-section .container {
    margin-top: 20px;
}

.product-section h1 {
    font-size: 34px;
    font-family: lucida-calligraphy-italic;
    text-align: center;
    color: rgb(184, 39, 0);
    line-height: 28px;
    margin-bottom: 60px;
}

.product-section p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 30px;
    font-family: ITCEDSCR;
}

.prodText-Main {
    padding: 10px;
    height: 204px;
}

a.navbar-brand {
    height: max-content;
    width: max-content;
    margin-top: 15px !important;
}

a.menu-btn {
    width: 30px;
    padding: 0px !important;
    margin: 0px !important;
}

ul.nav.navbar-nav.navbar-center li {
    /* padding: 0px !important; */
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .product-section p {
        font-weight: 400;
        margin-top: 0px;
        font-size: 26px;
        font-family: ITCEDSCR;
        height: 89px;
        position: relative;
        top: -10px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .prodText-Main {
        padding: 10px;
        height: 165px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

@media only screen and (max-width: 991px) {
    .product-section p {
        font-weight: 400;
        font-size: 25px;
        height: 50px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .prodText-Main {
        padding: 10px;
        height: 125px;
    }
}

.heroSectionSlider .owl-carousel.owl-theme.mainHeroSlider.owl-loaded.owl-drag {
    transform: scale(1.1);
}

.sec2new {
    margin-top: -83px;
    padding: 90px 0px 60px 0px;
    background: url('../img/sec2-bg.png') top center no-repeat;
    background-size: cover;
}

.sec2new .tr-black {
    padding-top: 6rem;
}

@media (max-width:1600px) {
    .sec2new .tr-black {
        padding-top: 4rem;
    }
}

.sec2new h1 {
    text-align: center;
    font-family: EdwardianScriptITC;
    letter-spacing: 2px;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 10px;
    padding-bottom: 10px;
}

.sec2new h1 span {
    text-align: center;
    font-family: ErasDemiITC;
}

.sec2new h3 {
    text-align: center;
    font-family: BeautifulPeople;
    letter-spacing: 2px;
    font-size: 35px;
    font-weight: normal;
}

.sec2new .sec2-imgtxt h1 {
    text-align: center;
    font-family: BeautifulPeople;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 3rem;
    font-weight: normal;
}

.secTxt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0px
}

.sectxtmain {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    padding-left: 0;
    padding-right: 0;
}

.sectxtmain h1 {
    background-color: #f5bf2c;
    padding: 15px 25px;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-family: Poppins, sans-serif;
    text-decoration: none;
}

.sectxtmain .ptxt a {
    /* color: white; */
    font-size: 18px;
    /* padding: 0px 10px; */
    padding: 15px 0px;
    z-index: 1;
    /* margin-top: 8px; */
    border-right: 1px solid #000;
    text-align: center;
    width: 23%;
}

.sectxtmain .ptxt a:hover {
    background-color: #f5bf2c;
    border-right: none !important;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.sectxtmain .lstp {
    border-right: none !important;
}

.sectxtmain .ptxt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ptsupliments {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ptsupliments a {
    padding: 0px 10px;
}

.sectxtmain .ptsupliments a:hover {
    background-color: #f5bf2c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.sectxtmain .ptsupliments img {
    width: 80px;
}

.lr_ev_img_cont_wrapper .cta-btn a span {
    position: relative;
    display: inline-block;
    padding: 0px 14px;
    background: #f5bf2c;
    transition: transform 0.3s ease 0s;
    transform-origin: 50% 0px;
    transform-style: preserve-3d;
    color: #000;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    width: 200px;
    letter-spacing: 1px;
}

.lr_ev_img_cont_wrapper .cta-btn a span::before {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    content: attr(data-hover);
    color: #fff;
    transform: rotateX(-90deg);
    transform-origin: 50% 0px;
    text-align: center;
    border-radius: 10px;
}

.lr_ev_img_cont_wrapper .cta-btn a:hover span,
.lr_ev_img_cont_wrapper .cta-btn a:focus span {
    transform: rotateX(90deg) translateY(-22px);
}

.lr_ev_img_cont_wrapper .cta-btn a:hover span::before,
.lr_ev_img_cont_wrapper .cta-btn a:focus span::before {
    background: #000;
    color: #fff !important;
}

.pizzamethod-sec {
    text-align: center;
    background: #fff url(../img/sec-1.jpg) center bottom no-repeat;
    background-size: cover;
    position: relative;
    padding: 00px 0;
    border-top: 10px #f5bf2c solid;
}

.proTextMain {
    position: absolute;
    top: -5px;
    right: 0px;
    background: #f5bf2c;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 34% 100%);
    padding: 0 20px 20px 200px;
}

.pizzamethod-sec h1 {
    font-size: 45px;
    text-align: center;
    color: #000;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: "impact";
    margin-right: 50px;
}

.pizzamethod-sec .pizzamethod-ing {
    background: #f5bf2c;
}

.pizzamethod-sec .pizzamethod-ing h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 52px;
    font-family: "andlso";
}

.pizzamethod-sec .pizzamethod-ing p {
    font-size: 18px;
    text-align: center;
    color: #000;
    font-family: "andlso";
    font-weight: bold;
}

.sec4new {
    position: relative;
    margin-top: -45px;
}

.sec4new h1 {
    color: #000;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Ananda";
}

.sec4new h2 {
    color: #f5bf2c;
    font-size: 50px;
    font-weight: normal;
    text-align: center;
    font-family: "impact";
    line-height: 50px;
}

.sec4new p {
    color: #000;
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    transform: rotate(360deg);
    font-family: "Gabriola";
    line-height: 50px;
    margin-top: -30px;
}

.sec4new a {
    color: #fff;
    font-size: 24px;
    text-align: center;
    transition: all linear 0.5s;
}

.sec4new .SecOneProd {
    position: relative;
    z-index: 1;
}

.sec4new .SecOneProd .prod-dot1 {
    position: absolute;
    top: 15%;
    right: 15%;
    z-index: 2;
}

.sec4new .SecOneProd .prod-dot2 {
    position: absolute;
    left: 18%;
    bottom: 18%;
    z-index: 2;
}

.sec4new .SecOneProd img {
    margin: 0 auto;
}

.sec4new .SecOneProd .shape_1 {
    -webkit-animation: bounces 3s infinite ease-in-out;
    animation: bounces 3s infinite ease-in-out;
}

.sec4new .SecOneProd .shape_2 {
    -webkit-animation: bounces 3.5s infinite ease-in-out;
    animation: bounces 3.5s infinite ease-in-out;
}

.sec4new .SecOneProd .shape_3 {
    -webkit-animation: bounces 4s infinite ease-in-out;
    animation: bounces 4s infinite ease-in-out;
}

@-webkit-keyframes bounces {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounces {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.lr_event_section_main_wrapper-2.wrapper-2 {
    padding: 110px 0;
    text-align: center;
    background: url(../img/event-sec-bg-2.jpg) center center no-repeat #000;
    background-size: cover;
}

.lr_event_section_main_wrapper-2.wrapper-2 .blackbgtext {
    display: inline-block;
    padding: 21px 2px;
}

.lr_event_section_main_wrapper-2.wrapper-2 h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.lr_event_section_main_wrapper-2.wrapper-2 p {
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
    line-height: 30px;
    font-family: "Ananda";
}

.lr_ev_main_section_wrapper-2 h2 {
    font-size: 36px;
    color: #fff;
    /*! font-weight: 700; */
    text-align: center;
    font-family: EdwardianScriptITC;
}

.lr_ev_main_section_wrapper-2 p {
    color: #fff !important;
    line-height: 20px;
    font-size: 20px !important;
    margin: 10px 0 !important;
}

.lr_event_section_main_wrapper-2.wrapper-2 .CtaBtn a {
    background: #fbfbfb !important;
    padding: 1rem 4rem;
    border-radius: 9px !important;
    color: #000 !important;
    display: table !important;
    margin: 16px auto !important;
    width: fit-content !important;
    text-decoration: none !important;
}

.lr_event_section_main_wrapper-2.wrapper-2 .CtaBtn a img.iconBtn {
    width: 50px;
    transition: all linear .3s;
}

.lr_event_section_main_wrapper-2.wrapper-2 .CtaBtn a:hover {
    background: #f5bf2c !important;
    color: #fff !important;
}

.lr_ev_main_section_wrapper-2 img {
    margin: 0 auto !important;
}

h1 {
    margin-top: 10px;
}

.wrapper-1 .lr_ev_main_section_wrapper-2:hover .lr_ev_img_cont_wrapper-2 {
    margin: 0;
}

nav.navbar.navbar-default .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul.right.nav.navbar-nav.navbar-right {
    display: flex;
    align-items: center;
}

.imageTextArea {
    background: url(../img/imageTextArea-bg.jpg) center center no-repeat;
    background-size: cover;
}

.imageTextArea .col-md-6,
.imageTextArea {
    position: relative;
    text-align: center;
}

.imageTextArea img {
    width: 100%;
}

.imageTextArea .row {
    display: flex;
    align-items: center;
}

.imageTextArea .row {
    position: relative;
}

.no-gutters {
    padding: 0px !important;
    margin: 0px !important;
}

.imageTextArea .TextArea h1 {
    font-family: "Hard-Grunge";
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}

.imageTextArea .TextArea h1 span {
    color: #f5bf2c;
}

.imageTextArea .TextArea p {
    font-family: "PRISTINA";
    color: #fff;
    font-size: 34px;
    font-weight: normal;
}

.imageTextArea .TextareaPrice {
    display: -webkit-inline-box;
    text-align: center;
}

.imageTextArea .TextareaPrice .textareaLeft {
    line-height: 40px;
    font-size: 24px;
    width: 300px;
    text-align: left;
}

.imageTextArea .TextareaPrice .textareaRight {
    background: url(../img/prod-btn-shape.png) center center no-repeat;
    color: #f5bf2c;
    display: block;
    width: 300px;
    margin: 0px auto;
    border-radius: 5px;
    -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;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
}

.imageTextArea .TextareaPrice .textareaRight span {
    color: #000;
}

.imageTextArea .TextBtnArea {
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 50px;
}

.imageTextArea .TextBtnArea a {
    color: #000;
    background: #fff;
    display: block;
    width: 200px;
    border-radius: 5px;
    margin: 30px auto;
    -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;
}

.imageTextArea .TextBtnArea a:hover {
    color: #fff;
    background: #d51f10;
}

.secThree {
    /* background: url(../img/section-two.gif) top center no-repeat; */
    padding: 20px 0 0px 0;
    border-top: 10px #fff solid;
    background-size: cover;
}

.secThree a {
    display: block;
}

.secThree h1 {
    font-family: "Hard-Grunge";
    font-size: 45px;
    font-weight: normal;
    margin-left: 10px;
}

.secThree h1 span {
    font-family: "andlso";
    font-size: 28px;
    font-weight: normal;
    line-height: 20px;
}

@media (max-width:1350px) {
    .secThree h1 {
        position: relative;
        top: -20px;
    }
    .secThree h1 span {
        font-size: 25px;
        line-height: 10px;
    }
}

.secThree h2 {
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    background: #fff;
    line-height: 60px;
    color: #000;
    font-family: "FranklinGothicStd";
    margin-bottom: 0px;
}

.secThree img {
    position: relative !important;
    margin-top: -188px;
    z-index: -1;
}

.panierArea .AjouterBtn .links:hover {
    color: #f5bf2c;
    text-decoration: underline;
}