@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");

@font-face {
    font-family: "BRUSHSCI";
    src: url(../fonts/BRUSHSCI.ttf);
}

@font-face {
    font-family: "Ananda";
    src: url(../fonts/Ananda.ttf);
}

@font-face {
    font-family: "BERNHC";
    src: url(../fonts/BERNHC.TTF);
}

@font-face {
    font-family: "Briasantika";
    src: url(../fonts/Briasantika.ttf);
}

@font-face {
    font-family: "DaxCondensedExtraBold";
    src: url(../fonts/DaxCondensedExtraBold.ttf);
}

@font-face {
    font-family: "Fairy";
    src: url(../fonts/Fairy-Cottage.ttf);
}

@font-face {
    font-family: "GLECB";
    src: url(../fonts/GLECB.TTF);
}

@font-face {
    font-family: "PALSCRI";
    src: url(../fonts/PALSCRI.TTF);
}

@font-face {
    font-family: "Spicy-Pumpkin";
    src: url(../fonts/Spicy-Pumpkin.ttf);
}

@font-face {
    font-family: "MinionPro-Cn";
    src: url(../fonts/MinionPro-Cn.otf);
}


@font-face {
    font-family: bahnschrift;
    src: url(../fonts/bahnschrift.ttf);
}

@font-face {
    font-family: Darumadrop One;
    src: url(../fonts/DarumadropOne-Regular.ttf);
}

@font-face {
    font-family: Cooper-Black;
    src: url(../fonts/Cooper\ Black\ Regular.ttf);
}

@font-face {
    font-family: Radio Canada;
    src: url(../fonts/RadioCanada.ttf);
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat.ttf);
}

@font-face {
    font-family: knockOut-Light-Weight;
    src: url(../webfonts/knockout-htf49-liteweight_bigfontsite.com.ttf);
}

@font-face {
    font-family: arial-rounded;
    src: url(../fonts/ARLRDBD.TTF);
}

@font-face {
    font-family: Visage-Bold-Demolished;
    src: url(../fonts/Visage-Bold-Demolished.otf)
}

@font-face {
    font-family: Awesome-Lathusca;
    src: url(../fonts/Awesome-Lathusca.ttf)
}



html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    color: #000;
    font-size: 15px;
    background: #fff;
    position: relative;
    height: 100%;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background: darkgrey;
    outline: 1px solid slategrey;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background-color: darkgrey;
}

::-webkit-scrollbar-thumb {
    background: #e0d6cc;
    outline: 1px solid slategrey;
}

.pieCart {
    width: 500px;
    margin: 0 auto 0 auto;
    position: relative;
}

input[type="text"]:focus,
input[type="date"]:focus {
    border: 1px solid #DC3727;
    box-shadow: none;
}

.pieCart h1 {
    font-size: 40px;
}

select[class="form-control"]:focus {
    border: 1px solid #DC3727;
    box-shadow: none;
}

h1 {
    font-size: 55px;
    font-weight: 700;
}

h2 {
    font-weight: 700;
    color: #DC3727;
}

h3 {
    font-weight: 700;
    margin: 0;
}

h4 {
    font-weight: 700;
    color: #DC3727;
}

input::-ms-check {
    display: none;
}

.padding-0 {
    padding: 0;
}

.navbar-collapse {
    padding: 0;
}

.commander-btn {
    background: #DC3727;
}

.commander-btn a {
    color: #fff !important;
}

.navbar-nav>li {
    padding: 3px 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    z-index: 222;
    /* margin-top: 15px; */
}

.navbar-brand img {
    margin: 25px 0px 0 0px;
}

.brand-centered {
    justify-content: center;
    position: absolute;
    width: 100%;
    /* left: 350px; */
    text-align: center;
}

.brand-centered h1 {
    color: #DC3727;
    font-size: 36px;
    margin: 10px 0;
    text-align: center;
}

.navbar-right {
    width: 100%;
    float: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.navbar-nav>li {
    padding: 3px 0px;
    flex: 2;
    text-align: center;
    margin-top: 0px !important;
}

ul.right.nav li.customMenuBtn {
    position: absolute;
    z-index: 15;
    top: 13px;
    right: 50px;
    width: 40px;
}

.navbar-nav>li>a {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
}

.navbar {
    margin-bottom: 0;
    position: relative;
    top: 0;
    z-index: 11;
    border: none;
    background: #00000000;
    min-height: 100px;
}

.mp-0 {
    margin: 0;
    padding: 0;
}

.his-right {
    color: #000;
    height: 600px;

    display: table;
}

.his-right h1 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 31px;
    font-weight: 200;
}

.his-right p {
    color: #fff;
    line-height: 36px;
    font-size: 18px;
}

.his-left a {
    opacity: 0.7;
    transition: all 0.8s ease-in-out;
}

.his-left a:hover {
    opacity: 1;
}

.cta-btn {}

.cta-btn a {
    line-height: 40px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
}

.cta-btn a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1cdb2+0,faf3e9+50,e1cdb2+100 */
    background: #DC3727;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 300px;
}

.cta-btn a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    /* Old browsers */

    content: attr(data-hover);
    color: #fff;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    text-align: center;
    border-radius: 10px;
}

.cta-btn a:hover span,
.cta-btn a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.cta-btn a:hover span::before,
.cta-btn a:focus span::before {
    background: #000;
    /* Old browsers */
}

.btn-outline {
    border: 1px solid #DC3727;
    background: none;
}

.btn-outline a {
    color: #DC3727 !important;
}

.cta-btn a {
    color: #fff;
    opacity: 1;
    font-size: 15px;
}

.cta-btn:hover {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

/*----------------------cms1block --------------------*/

#tmcms1block {
    width: 100%;
    position: relative;
    float: left;
    z-index: 8;
    overflow: hidden;
    background: #ededed;
    padding: 50px 0;
    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;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.cms_content:hover .cms_img::before {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -khtml-opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-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 {
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-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);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -moz-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: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#tmcms1block .main-content .cms_img {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
}

#tmcms1block .second-content .cms_content {
    left: 0;
    position: absolute;
    text-align: center;
    top: 22%;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    z-index: 1;
    right: 0;
}

#tmcms1block .second-content .cms_content .cms_imgtitle {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 22px;
    letter-spacing: 0.4px;
}

#tmcms1block .second-content .cms_content .cms_offer1 {
    color: #fff;
    font-size: 14px;
    margin: 0 15px 0 0;
    line-height: 28px;
}

#tmcms1block .cms_content {
    left: 0;
    position: absolute;
    text-align: center;
    top: 30px;
    transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    z-index: 1;
    right: 0;
}

#tmcms1block .cms_button a {
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px;
    background: #f1521a;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    float: none;
    margin-top: 30px;
}

#tmcms1block .cms_button a:hover {
    background: #000;
}

#tmcms1block .cms_content .cms_imgtitle {
    color: #000;
    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;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #808080;
    display: inline-block;
    float: none;
    font-size: 12px;
    font-weight: 400;
    margin: 0 15px 0 0;
    padding: 0;
    text-transform: capitalize;
    line-height: 18px;
    letter-spacing: 0.8px;
    text-align: center;
}

#tmcms1block .third-content .cms_content .cms_offer1 {
    margin: 0;
}

/*----------------------tmcmsbannerblock --------------------*/

#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 {
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-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);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

#tmcms3_block .first-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 39px;
    bottom: auto;
    text-align: left !important;
    width: 100%;
}

#tmcms3_block .second-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 38px;
    bottom: auto;
    text-align: left !important;
    width: auto;
}

#tmcms3_block .cms_offer {
    font-size: 30px;
    letter-spacing: 0.4px;
    font-weight: 200;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #fff;
    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: #fff;
    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: #fff;
    padding: 20px;
    background: #DC3727;
}

#tmcms3_block .cms_content .cms_btn a:hover {
    color: #fff;
    transform: perspective(1px);
    transition: all 0.5s ease-out;
    background: #000000;
    border-radius: 15px;
}

#tmcms3_block .cms_offer_sub,
#tmcms3_block .cms_offer_sub1 {
    color: #fff;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

#tmcmsbannerblock {
    position: relative;
    width: 100%;
    float: none;
    overflow: hidden;
    padding: 72px 0 90px 0;
}

.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: rgba(0, 0, 0, 0) url("../img/megnor/Services.png") no-repeat scroll 0 0;
    height: 50px;
    position: relative;
    width: 50px;
    display: inline-block;
    padding: 0;
    float: left;
    margin-top: 12px;
}

.service-cms-banner-list.service-1 .service_image {
    background-position: 0 0;
}

.service-cms-banner-list.service-1:hover .service_image {
    background-position: 0 -158px;
}

.service_content {
    float: left;
    text-align: left;
    position: relative;
    border-right: 1px solid #e7e7e7;
    padding: 11px 0px 10px 10px;
}

.service-cms-banner-list.service-1 .service_content {
    padding: 14px 100px 0 14px;
}

.service-cms-banner-list.service-2 .service_content {
    padding: 15px 49px 0 17px;
}

.service-cms-banner-list.service-3 .service_content {
    padding: 15px 49px 0 17px;
}

.service_title1 {
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    color: #000;
}

.service_title2 {
    font-size: 12px;
    letter-spacing: 0.79px;
    font-weight: 400;
    color: #777;
    margin-top: 5px;
}

.service-cms-banner-list.service-3 .service_content:last-child {
    border-right: none;
}

.service-cms-banner-list.service-2 {
    padding: 0px 0 0 60px;
}

.service-cms-banner-list.service-2 .service_image {
    background-position: 0 -312px;
}

.service-cms-banner-list.service-2:hover .service_image {
    background-position: 0 -469px;
}

.service-cms-banner-list.service-3 .service_image {
    background-position: 0 -628px;
}

.service-cms-banner-list.service-3:hover .service_image {
    background-position: 0 -786px;
}

.imgcmsbanner.imgcmsbanner3 {
    float: right;
    width: 42.6%;
    margin: 0 0 0 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: 0;
    color: #000;
    display: inline-block;
}

.cmsheading {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
}

.banner-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 35px 0 0;
}

.cmsheading.cmsheading2 {
    font-size: 34px;
    text-transform: capitalize;
    line-height: 46px;
}

.cmsblocktext.cmsblocktext3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 7px;
}

.cmsblocktext.cmsblocktext4 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 65px;
    margin: 0 0 9px;
    display: inline-block;
    color: #262626;
}

.cmsheading.cmsheading3 {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: 0;
    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;
    right: 0;
    left: 0;
    top: auto;
    cursor: pointer;
    margin: 0 auto;
    bottom: 47px;
}

.cmsblocktext.cmsblocktext2 {
    font-size: 28px;
    line-height: 30px;
}

.titlecms1 {
    font-size: 30px;
    font-weight: 300;
    line-height: normal;
    color: #2b2b2b;
    text-transform: capitalize;
    letter-spacing: 0;
    position: absolute;
    bottom: 32px;
    top: auto;
    right: auto;
    left: 37px;
    cursor: pointer;
}

#left-column #tmleftbanner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: -100%;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    width: 100%;
}

#left-column #tmleftbanner a:hover::before {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
}

#left-column #tmleftbanner a::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    width: 100%;
}

#left-column #tmleftbanner a:hover::after {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 0;
    transition-duration: 0.35s;
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -ms-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
}

#contact-link span {
    color: #999;
}

.ftMrg {
    margin-top: 20px;
}

/*----------------------tmcmsblock --------------------*/
#tmcmsblock {
    width: 100%;
    float: none;
    position: relative;
    margin: 0 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 {
    webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease 0s;
    -o-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);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    -moz-transform: scale(1.06);
}

#tmcmsblock .first-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 275px;
    left: 39px;
    bottom: auto;
    text-align: left !important;
    width: 100%;
}

#tmcmsblock .second-content.main-content .cms_content .cms-block {
    position: absolute;
    top: 75px;
    left: 51px;
    bottom: auto;
    text-align: left !important;
    width: auto;
}

#tmcmsblock .cms_offer {
    font-size: 30px;
    letter-spacing: 0.4px;
    font-weight: 200;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    color: #fff;
    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: #fff;
    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: #fff;
    padding: 10px 0px 0px 0px;
    border-bottom: 2px solid;
    border-color: #828485;
}

#tmcmsblock .cms_content .cms_btn a:hover {
    color: #f1521a;
}

#tmcmsblock .cms_offer_sub,
#tmcmsblock .cms_offer_sub1 {
    color: #fff;
    line-height: 36px;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/*----------------------end of tmcmsblock --------------------*/
/*----------------------end of tmcmsbannerblock --------------------*/

.box-content-cms-1 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

#tmcms1block .fifth-content .cms_content .cms_imgtitle {
    font-size: 14px;
    margin-bottom: 4px;
}

#tmcms1block .fifth-content .cms_content .cms_offer1 {
    margin: 0;
}

#tmcms1block .fifth-content.main-content {
    margin: 0 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: 0 10px;
}

.firstbannerdiv1 {
    padding-left: 0;
    padding-right: 20px;
}

.firstbannerdiv3 {
    padding-right: 0;
    padding-left: 20px;
}

.textcms1block {
    right: auto;
    top: 38%;
    left: 20px;
    bottom: auto;
}

.textcms1block.textcms1block2 {
    top: 25%;
    width: auto;
    left: 9%;
    right: auto;
    margin: 0;
}

#tmcms1block .imagepart::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

#tmcmsbannerblock img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

#tmcms1block .imagepart::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

#tmcms1block .imagepart:hover::after {
    background: rgba(241, 178, 15, 0.5) none repeat scroll 0 0;
    bottom: 50%;
    top: 50%;
}

#tmcms1block .imagepart:hover::before {
    background: rgba(241, 178, 15, 0.5) none repeat scroll 0 0;
    left: 50%;
    right: 50%;
}

/*----------------------end of cms1block --------------------*/

/*----------lr event section Start ------------*/
.lr_event_section_main_wrapper {
    background: #1c252c;
    background-position: center 0;
    background-size: cover;
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 0px;
    position: relative;
}

.lr_ev_main_section_wrapper {
    float: left;
    width: 100%;
    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;
    -moz-transition: all 16s;
    -webkit-transition: all 16s;
    -o-transition: all 16s;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_wrapper img {
    -moz-transform: scale(2) rotate(12deg);
    -webkit-transform: scale(2) rotate(12deg);
    -o-transform: scale(2) rotate(12deg);
    -ms-transform: scale(2) rotate(12deg);
    transform: scale(2) rotate(12deg);
    transition: all 16s;
    -moz-transition: all 16s;
    -webkit-transition: all 16s;
    -o-transition: all 16s;
}

.lr_ev_img_cont_wrapper {
    float: left;
    width: 100%;
    transition-property: margin-left, opacity;
    transition-duration: 1s, 1.2s;
    transition-timing-function: ease-in-out;
}

.lr_ev_img_cont_wrapper ul {
    float: left;
    width: 100%;
}

.lr_ev_img_cont_wrapper li {
    float: left;
    text-transform: uppercase;
    color: #000000;
}

.lr_ev_img_cont_wrapper li:last-child {
    margin-left: 20px;
}

.lr_ev_img_cont_wrapper i {
    color: #a3663d;
    font-size: 18px;
}

.lr_ev_img_cont_wrapper h2 {
    width: 100%;
    float: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper h2 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.lr_ev_img_cont_wrapper p {
    float: left;
    width: 100%;
    /* padding-top: 30px; */
    font-size: 16px;
}

.lr_ev_img_cont_wrapper h1 {
    font-size: 36px;
    /* font-family: 'Oswald', sans-serif; */
    color: #ffffff;
    text-align: left;
    font-weight: normal;
    padding: 0;
}

.lr_ev_img_cont_wrapper h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
}

.lr-ev-btn {
    margin-top: 30px;
    color: #000000;
}

.lr_ev_main_section_wrapper2 {
    /* margin-top:180px; */
    display: table;
    height: 100%;
}

.lr_ev_img_main_wrapper {
    float: left;

    display: table-cell;
    vertical-align: middle;
}

.small_dot1 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #DC3727;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.small_dot1:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -150px;
    width: 1px;
}

.small_dot1:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: absolute;
    left: 10px;
    top: 4px;
    width: 584px;
}

.small_dot2 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #DC3727;

    position: absolute;
    top: -101px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.small_dot2:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 0;
    width: 1px;
}

.small_dot3 {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #a3663d;
    position: absolute;
    bottom: -90px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.small_dot3:after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    bottom: 0;
    width: 1px;
}

.small_dot3:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.06);
    position: absolute;
    right: 10px;
    top: 4px;
    width: 584px;
}

/*----------lr event section End ------------*/

.main-container {
    position: relative;
}

.prodPageDetail {
    margin-top: 100px;
    line-height: 29px;
    margin-bottom: 60px;
}

.prodPageDetail .container-fluid {
    min-height: 50vh;
    padding: 0 100px;
}

.prodPage {
    margin-top: 100px;
}

.tabPage {
    margin-top: 42px;
}

.prodPageDetail .v-sep {
    height: 80px;
    width: 0;
    border-right: 3px dotted rgba(255, 255, 255, 0.3);
    display: block;
    margin: 0 auto 80px auto;
}

.tabPage .container-fluid {
    margin-bottom: 10px;
    padding: 15px;
    margin: 0 50px;
}

.checkOutPayment {
    margin: 10px;
    padding: 15px;
}

.checkoutForm h1 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 30px 0;
}

.offer-main {
    width: 100%;
    position: relative;
}

.offer-left {
    position: relative;
    left: 25px;
}

.offer-right {
    background: #fff;
    padding: 50px 50px;
    right: 40px;
    top: 15px;
    z-index: 1;
}

.offer-right h1 {
    margin: 0;
}

.offer-section {
    padding: 60px 0;
    background: url(../img/offer-bg.png);
    background-size: cover;
    background-position: center;
}

.price-tag {
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    background: #000;
    color: #fff;
}

.history-section {
    background: url(../img/new-slider.jpg) center top no-repeat #000;
    padding: 280px 0px;
}

.history-section h1 {
    font-size: 30px;
}

.history-section p {
    font-size: 20px;
}

.price-tag p {
    margin: 0;
}

.main-2 {
    margin-top: 70px;
}

.col-md-6.col-sm-12.col-xs-12.offer-right.right-2 {
    left: 40px;
    z-index: 2;
}

.col-md-6.col-sm-12.col-xs-12.offer-left.left-2 {
    position: relative;
    left: -25px !important;
}

.product-section {
    padding: 45px 0px;
    text-align: center;
    background: url(../img/board-bg.png);
    margin-top: -5px;
}

.product-section h1 {
    font-size: 34px;
    text-align: center;
    color: #000;
    font-weight: 700;
    line-height: 0px;
    margin-bottom: 0px;
}

.product-section p {
    font-weight: 400;
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.large-product-section {
    padding: 40px 20px;
    text-align: center;
    background: url(../img/pizza-making.png);
    background-size: cover;
    background-position: center;
}

.large-product-section a:hover {
    filter: grayscale(100%);
    transition-property: right, filter;
    transition-duration: 0.8s, 1s;
    transition-timing-function: ease-in-out;
}

.prod {
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .product-section .container {
        width: 100%;
    }

    .history-section .container {
        background: rgba(0, 0, 0, 0.6);
    }
}

.ftMainBg {
    background: #000;
    background-size: cover;
    /* padding: 0px 0 50px 0; */
}

.footer {
    text-align: center;
}

.footer h4 {
    color: #DC3727;
    text-align: center;
}

.form-control {
    border: 1px solid #DC3727;
}

.btn-default {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #DC3727;
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
    border: none;
    transition: all 0.4s ease 0s;
    text-shadow: none;
}

.btn-default:hover {
    background: #434343;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    box-shadow: 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.4s ease 0s;
    color: #fff !important;
}

.mar-t {
    margin-top: 25px;
}

.navbar-center-2 {
    display: none;
}

.nav-section {
    /* background: url(../img/sidebar.jpg) right top no-repeat #fff; */
    padding: 0px 0px;
    border: 1px #000 solid;
}

.nav-section span {
    color: #DC3727;
}

.nav-section h1 {
    font-size: 35px;
    color: #000;
    text-align: right;
}

.nav-section ul li {
    text-decoration: none;
    clear: both;
    list-style: none;
    border-top: 1px #000 solid;
    padding-right: 10px;
}

.nav-section ul li img {
    float: left;
    margin-right: 5px;
    width: 50px;
}

.nav-section ul li p {
    color: #000 !important;
    margin: 0px !important;
    padding-top: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-align: right !important;
    text-transform: uppercase;
}

.nav-section a {
    text-decoration: none !important;
    color: #000;
    transition: all 600ms ease;
    font-weight: 700;
}

.nav-section a:hover {
    color: #DC3727;
    text-decoration: none !important;
    padding-right: 5px;
    font-weight: 700;
}

.nav-section p a.active {
    color: #DC3727;
    font-weight: 700;
}

.navLinks {
    /*background: #fff;*/
    color: #DC3727;
    line-height: 40px;
    font-size: 19px;
    font-weight: 900;
    text-align: right;
    text-transform: uppercase;
    margin: 5px auto;
    padding: 10px;
    font-family: "Roboto", sans-serif;
    border-top: 1px #000 solid;
}

.navLinks:hover {
    color: #000;
}

.navLinks a {
    color: #DC3727;
}

.navLinks a:hover {
    text-decoration: underline !important;
    color: #DC3727 !important;
}


.navLinks::before {
    content: "";
    /*background: url(../img/whitePaperBg.png) top no-repeat;*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
    z-index: -1;
}

.navLinks::after {
    content: "";
    /*background: url(../img/whitePaperBg.png) bottom no-repeat;*/
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 32px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.mainProd {
    margin-top: 15px;
    text-align: center;
    padding: 20px;
}

.mainProd h2 {
    color: #000 !important;
    font-size: 22px;
    text-transform: uppercase;
    min-height: 50px;
    font-weight: normal;
}

.mainProd h2 strong {
    font-weight: normal !important;
}

.mainProd h2 span {
    color: #DC3727 !important;
    text-align: center;
}

.mainProd p {
    color: #000;
}

.prodSize {
    margin: 0 auto;
}

.prodSize select {
    width: 80%;
    height: 40px;
    color: #000;
    background-color: #f2f2f2;
    font-weight: bold;
    border: none;
}

.prodSize label {
    color: #000000 !important;
}

.prodSize .points-items {
    margin-right: 14px;

    margin-left: 19px;
}

.points-items label {
    font-size: 12.77px;
    position: relative;
    left: 20px;
    font-family: "Roboto", sans-serif;
}

input[type="checkbox"] {
    position: relative;
}

.points-items img {
    margin-right: 5px;
}

/* btn-commander */

.btnComander {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto;
    display: block;
    background: #DC3727;
}

.btnComander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

.btnComander a:hover {
    color: #fff !important;
}

.btnComander::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
}

.btnComander:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btnComander:hover a {
    color: #fff;
}

/* btn-commander */

input[type="radio"]:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -5px;
    left: -7px;
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
}

input[type="radio"]:checked:after {
    width: 25px;
    height: 25px;
    border-radius: 15px;
    top: -1px;
    left: -2px;
    position: relative;
    background-color: #DC3727;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    border: 3px solid #d1d3d1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

/* PanierArea */
.panierArea {
    width: 100%;
    color: #000;
    background-color: #f2f2f2;
    padding: 10px 10px 20px 10px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #c8c6c6;
}

.totalBar {
    width: 100%;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    color: #fff;
    float: left;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 10px 0;
    font-size: 14px;
    background: #000;
}

.totalBar:hover {
    background: #DC3727;
    color: #000;
}

.totalBar:hover p {
    color: #fff;
}

.totalBar p {
    margin: 0px;
    padding: 0px;
}

/* panierAreabt */

.panierAreabt {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /*! border: 1px solid rgba(167,30,30,1); */
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto 15px auto;
    background: #DC3727;
    border-radius: 10px;
}

.panierAreabt a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.panierAreabt a:hover {
    color: #fff;
}

.panierAreabt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}

.panierAreabt:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* panierAreabt */

.ajouterBt {
    text-align: center;
    float: right;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    background-color: #fff;
    margin: 10px 0px;
}

.ajouterBt a {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    background-color: #fff;
}

.ajouterBt a:hover {
    width: 120px;
    line-height: 40px;
    text-align: center;
    float: right;
    color: #000;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    background-color: #ffcc33;
    font-size: 16px;
}

.panierMovie {
    margin-top: 20px;
}

.panierQuantiyFull {
    width: 50%;
    margin: 0 auto;
}

.panierMinus,
.panierPlus {
    float: left;
    font-weight: bold;
}

.panierMinus a,
.panierPlus a {
    color: #fff;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.panierMinus a:hover,
.panierPlus a:hover {
    background-color: #DC3727;
    color: #fff;
}

.panierQuantiyFull input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 23px;
    margin: -2px 5px 0 5px;
    text-align: center;
    width: 30px;
    color: #fff;
}

.panierTitle {
    width: 100%;
    color: #fff !important;
    line-height: 65px;
    text-align: center;
    padding-left: 20px;
    font-size: 14px;
    background: #DC3727;
    margin-top: -35px;
    -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;
}

.panierTitle:hover {
    color: #fff;
    display: block;
}

.panierTitle img {
    margin-top: -5px;
}

#panierProd {
    width: 60px;
    height: 80px;
    float: left;
}

.prodTitles {
    color: #DC3727;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    font-family: Awesome-Lathusca;
}

.prodTitles2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    background: #DC3727;
    margin-top: -50px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.prodTitles2:hover {
    color: #fff;
    display: block;
}

.panierArea hr {
    border: 1px solid #b4a79a;
}

.panierDetial {
    margin-bottom: 15px;
}

.panierhdCart {
    right: 15px;
    color: #000;
    font-size: 16px;
    padding: 15px 15px 30px 15px;
}

.panierhdCartDt {
    padding: 10px 0px;
}

.paniereditIco {
    font-size: 17px;
    color: #000;
    cursor: pointer;
}

.paniereditIco:hover {
    color: #DC3727;

    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.panierplusMinus {
    border-radius: 0px;
    width: 25px;
    height: 23px;
    color: #fff;
    padding: 3px 6px;
    background: #DC3727;
}

/*PanierArea End */

.hdCart {
    right: 15px;
    color: #000;
    font-size: 16px;
    padding: 0 15px 0px 15px;
}

.hdCartDt {
    padding: 3px 0px;
    position: relative;
}

@media (min-width: 1024px) {
    .hdCartDt:hover .editIco {
        display: block;
    }
}

.hdCartDt .editIco {
    margin: 0 auto;
}

.hdCartDt .editIco .editMinus,
.editPlus {
    float: left;
    font-weight: bold;
}

.editMinus a,
.editPlus a {
    color: #fff;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.editMinus a:hover,
.editPlus a:hover {
    background-color: #DC3727;
    color: #fff;
}

.editIco input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 29px;
    margin: -4px 5px 0 5px;
    text-align: center;
    width: 30px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #DC3727;
    transition: all 0.7s;
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 140px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background: #000;
    display: block;
}

.left-2 .owl-nav {
    right: 0px;
}

/* ************* */
/* Tab Style Start */
/* ************* */
.wizard {
    margin: 20px auto;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wizard>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: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 100%;
    height: 50px;
    line-height: 46px;
    display: inline-block;
    border-radius: 100px;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #DC3727;
    background: #DC3727;
    color: #fff;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #DC3727;
}

.wizard .nav-tabs>li {
    width: 20%;
}

.wizard .nav-tabs>li a {
    width: 90%;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
    text-align: center;
}

.wizard h3 {
    margin-top: 0;
    color: #DC3727;
}

.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 {
        margin-top: 100px !important;
        font-size: 12px;
    }
}

@media (max-width: 530px) {
    .wizard .nav-tabs>li {
        width: 100%;
    }
}

/* ************* */
/* Tab Style End */
/* ************* */

.img-box {
    position: relative;
    transition: all 0.7s;
    background: #f7f7f7;
}

.img-box img {
    z-index: 1;
    position: relative;
}

.prod-box {
    position: relative;
    transition: all 0.7s;
}

.prod-box img {
    z-index: 1;
    position: relative;
}

.box-overlay {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #DC3727;
    transition: all 0.7s;
}

.img-hover:hover .box-overlay {
    opacity: 1;
    top: 0;
}

.sectionTwo {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 0px 0 0 0;
}

.UberEats img {
    width: 100px;
}

.sectionTwo .surplaceText {
    position: relative;
}

.sectionTwo .surplaceText p {
    font-size: 35px;
    text-align: center;
    color: #3e9443;
    line-height: 50px;
    font-weight: normal;
    font-family: "BERNHC";
    position: absolute;
    left: 0%;
    top: 35%;
}

.sectionTwo .surplaceText p span {
    color: #000;
}

.sectionTwo .surplaceText img {
    max-width: none !important;
}



.sectionTwo h1 {
    font-size: 46px;
    text-align: center;
    color: #000;
    line-height: 50px;
    font-weight: normal;
    font-family: "BERNHC";
    margin-top: 20%;
}

.sectionTwo h2 {
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: 24px;
    font-weight: normal;
    font-family: "BERNHC";
}

.sectionTwo a p {
    font-weight: 200 !important;
    margin-top: 20px;
    font-size: 3rem;
    padding: 0px 0 0px 15px;
    color: #000;
    font-family: "DaxCondensedExtraBold";
    margin: 0px 15px 0 0;
    text-align: center;
}

.sectionTwo a:hover {
    text-decoration: none;
}

.sectionTwo .SecTwoBtn {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

.sectionTwo .SecTwoBtn a {
    color: white;
    text-align: center;
    background: #DC3727;
    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;
    padding: 8px 0px;
    width: 210px;
    margin: 0 auto;
    display: block;
}

.sectionTwo .SecTwoBtn a:hover {
    color: #fff;
    background: #000;
}

.btn-special {
    display: inline-block;
    margin: 0 50px;
    text-transform: uppercase;
    padding: 1.1em 0;
    background: #DC3727;
    color: #fff;
    position: relative;
    transform: perspective(1px);
    transition: all 0.3s ease-out;
    border-radius: 5px;
    font-size: 16px;
    letter-spacing: 3px;
    width: 330px;
    text-align: center;
}

.btn-special:hover {
    color: #fff;
    background: #000;
}

.btn-special:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 4px;
    background: #000;
    transform: scale3d(1, 0, 1);
    transform-origin: center top;
    transition: transform 0.3s ease-out;
}

.btn-special:hover:before {
    transform-origin: center bottom;
    transform: scale3d(1, 1, 1);
}

.item {
    position: relative;
    overflow: hidden;
}

.item img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 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;
}

.item:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.sectionThree {
    text-align: center;
    background: #fff;
    padding: 50px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sectionThree .SectThreeDetail {
    border: 1px #000 solid;
    border-radius: 20px;
    padding-bottom: 30px;
}

.sectionThree .SectThreeDetail h1 {
    font-size: 42px;
    text-align: center;
    color: #fff;
    padding: 10px;
    line-height: 35px;
    font-weight: normal;
    font-family: "BRUSHSCI";
    background: #000;
    margin: 0px;
    border-radius: 20px;
}

.sectionThree .SectThreeDetail p {
    font-size: 26px;
    text-align: left;
    color: #000;
    padding: 0 0px;
    line-height: 50px;
    font-weight: normal;
    margin: 15px 0 0 50px;
    font-family: "BERNHC";
}

.sectionThree .SectThreeDetail p span {
    font-size: 28px;
    text-align: center;
    color: #fff;
    padding: 0;
    line-height: 50px;
    font-weight: normal;
    margin: 0px;
    border-radius: 50px;
    background: #DC3727;
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.sectionThree h1 {
    font-size: 30px;
    text-align: center;
    color: #DC3727;
    padding: 0 0px;
    line-height: 35px;
    font-weight: normal;
    font-family: "Briasantika";
}

.sectionThree .PriceDetail {
    background: #DC3727;
    display: inline-flex;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;

}

.sectionThree .PriceDetail p {
    font-weight: 400;
    margin-top: 20px;
    font-size: 22px;
    padding: 0px 0 0px 15px;
    color: #fff;
    font-family: "DaxCondensedExtraBold";
    margin: 0px 15px 0 0;
    line-height: 58px;
    text-align: center;

}

.sectionThree .PriceDetail p span {
    font-size: 30px;
    color: #fff;
    font-family: "Briasantika";
    padding-right: 10px;

}

.sectionThree .PriceDetail .Price {
    font-size: 28px;
    color: #fff;
    font-family: "DaxCondensedExtraBold";
    border-radius: 50px;
    border: 2px #fff solid;
    height: 60px;
    width: 60px;
    text-align: center;
    padding-top: 10px;
    padding-right: 4px;

}

.sectionThree .SecThrBtn {
    color: white;
    font-size: 32px;
    margin-bottom: 20px;
    float: left;
}

.sectionThree .SecThrBtn a {
    color: white;
    text-align: center;
    background: #DC3727;
    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;
    padding: 8px 30px;
    margin: 0 auto;
    display: block;
    font-family: "loud";
}

.sectionThree .SecThrBtn a.bgcol {
    background: #DC3727;
}

.sectionThree .SecThrBtn a:hover {
    color: #fff;
    background: #000;
}

.stars {
    width: 120px;
    display: table;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 18px;
}

.mar-pad {
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.mar-pad2 {
    margin: 45px 0;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.logoMrg {
    margin: 50px 0 0 0;
}

.greyBg {
    padding: 10px 0 10px 0;
    background: #000;
    text-align: center;
    color: #fff;
}

.greyBg p {
    margin-top: 10px;
    color: #fff !important;
    font-size: 18px;
}

.greyBg a {
    color: #fff !important;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.greyBg p a:hover {
    color: #fff !important;
}

.nav-section ul {
    padding-left: 0px;
}

.bdArea {
    margin-top: 0px;
}

/*
.points-items p {
	font-size: 10px;
	margin-top: 10px;
}

*/

.product-box {
    position: relative;
}

.product-overlay {
    position: absolute;
    top: 45%;
    right: 0;
    background: rgba(192, 0, 0, 0.53);
    color: #fff;
    width: 320px;
    text-align: right;
    padding-right: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.product-overlay h1 {
    text-decoration: underline;
    margin: 0;
    padding: 15px 10px;
    font-size: 27px;
}

.pm-0 {
    padding: 0;
    margin: 0;
}

.product-box:hover .product-overlay {
    opacity: 1;
}

/* Payment */
.payment-container {




    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.panier-container {
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
}

.payment h4 {
    color: #DC3727;
    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 #dedede;
    padding: 20px 10px;
}

.black-bg {
    color: #fff;
    padding: 0 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid #dedede;
    padding: 20px 15px;
}

label,
.radio label {
    padding-left: 0px;
}

.checkbox label {
    margin-bottom: 3px;
}

.payment-wizard .qty {
    width: 15px;
    height: 25px;
    text-align: center;
}

.payment-wizard input.qtyplus {
    width: 20px;
    height: 25px;
}

.payment-wizard input.qtyminus {
    width: 20px;
    height: 25px;
}

.payment-wizard .form-control {
    /*text-align: center;*/
}

.payment-container-2 img {
    margin-bottom: 15px;
}

.payment-wizard .table>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 #dedede;
    padding: 20px 10px;
}

.black-bg {
    color: #fff;
    padding: 0 40px;
    margin-bottom: 15px;
}

.tl {
    text-align: left;
    margin-top: 15px;
}

.tr {
    text-align: right;
    margin-top: 15px;
}

.border-div {
    border: 1px solid #dedede;
    padding: 20px 15px;
}

label,
.radio label {
    padding-left: 0px;
}

.checkbox label {
    margin-bottom: 3px;
}

.payment-wizard .qty {
    width: 15px;
    height: 25px;
    text-align: center;
}

.payment-wizard input.qtyplus {
    width: 20px;
    height: 25px;
}

.payment-wizard input.qtyminus {
    width: 20px;
    height: 25px;
}

.payment-wizard .form-control {
    border: 1px solid #000;
    background: transparent;
    margin: 10px auto;
    color: #000;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    font-size: 16px;
}

.payment-container-2 img {
    margin-bottom: 15px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 4px 10px 0px 2px !important;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: none;
    background-image: none;
    border: 1px solid #151f22;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control option {
    background: rgba(255, 255, 255, 0.9);
    border: 1px #333 solid;
    color: #000;
}

.form-control::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

/* ************* */
/* Form Style Start */
/* ************* */
.form-wrapper {
    background-color: #343434;
}

label {
    font-weight: 100;
    color: #fff;
    font-size: 20px;
}

.btn-danger {
    color: #fff;
    background-color: #DC3727;
    border-color: #DC3727;
    background-image: none;
    padding: 15px 60px;
    margin-right: 14px;
}

.btn-danger:hover {
    color: #fff;
    background-color: none;
    border-color: none;
}

.form-wrapper {
    color: #fff;
}

.form-left-side {
    min-height: 650px;
    background: url(../images/form-left-side.png);
    background-repeat: no-repeat;
    position: relative;
}

.form-left-side h1 {
    position: absolute;
    bottom: 50px;
    left: 90px;
    text-shadow: 4px 0px #DC3727;
    font-size: 45px;
}

.form-container {
    padding: 100px 30px;
}

.form-control {
    height: 50px;
}

/* ************* */
/* Form Style End */
/* ************* */

.btn-danger-blue {
    color: #fff;
    background-color: #DC3727;
    border-color: #DC3727;
    padding: 15px 60px;
    margin-right: 9px;
}

.btn-danger-blue:hover {
    color: #fff;
}

.payment-wrapper .form-control {
    margin: -3px 0 15px 0;
    background-color: #f9f9f9;
}

.payment-wrapper {
    margin-top: 2px;
}

/* Payment End */

.hero-section.hd-2 {
    margin-top: -200px;
}

.grad-left {
    margin: 50px 0;
}

.grad-left ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
}

.grad-left ul {
    padding: 0;
}

.grad-left .black-bg {
    padding: 0;
}

.boissons-icons {
    padding: 0 0%;
}

.boissons-icons .icon-item {
    float: left;
    width: 25%;
    margin: 10px 0 20px 0;
}

.boissons-icons .icon-item img {
    margin: 0 5px;
    width: 55px;
}

.number {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: red;
    color: #fff;
    line-height: 23px;
    top: -88px;
    left: 40px;
    border: 2px solid #fff;
    padding: 0px 0 0px 6px;
    font-weight: 700;
}

.number-cancel {
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background: #9e9e9e;
    color: #fff;
    line-height: 23px;
    top: -88px;
    left: 30px;
    border: 2px solid #fff;
    padding: 0px 0 0px 6px;
    font-weight: 700;
}

.grad-right h3 {
    border-bottom: 2px solid #000;
    text-transform: uppercase;
}

.grad-right {
    margin: 50px 0;
}

.black-bg .cta-btn {
    float: right;
}

.footerIcons a {
    color: #000;
    margin: 0 3px;
    float: left;
    font-size: 30px;
}

.footer p {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    text-align: center;
    color: #000;
    padding: 4px 20px;
    margin-bottom: 4px;
}

.footer p a {
    color: #000;
}

.footer p a:hover {
    color: #DC3727;
}

.hd-btn-main {
    background: none;
    margin-top: 5px;
    text-align: center;
    float: left;
    width: 100%;
    line-height: 40px;
    z-index: 1;
    position: relative;
    margin-bottom: 20px;
}

.hd-btn-main #myDIV {
    display: flex;
    gap: 5px;
}

.hd-btn-main .btn {
    flex: 1;
    outline: none;
    padding: 10px 0px;
    border-radius: 0 10px 0 10px;
    cursor: pointer;
    font-size: 16px;
    background: #fff;
    color: #000;
    border: 1px #000 solid;
}

/* Style the active class, and buttons on mouse-over */
.hd-btn-main .btn.active,
.hd-btn-main .btn:hover {
    background: #DC3727;
    color: white;
    outline: none;
}

.hd-btn-main .btn.active img,
.hd-btn-main .btn:hover img {
    filter: invert(100%);
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.form-box {
    position: absolute;
    top: 70%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
    /*! transform: rotate(-3deg); */
    /*! z-index: 1; */
}

.form-box h3 {
    padding: 0 0 0 20px;
}

.form-box .btn-default {
    padding: 14.5px;
}

.hd-icons {
    position: relative;
    bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #000 !important;
    background: #fff;
    width: 80%;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    display: table;
    margin: -66px auto 0px auto;
    top: 32px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
}

.hd-icons .col-lg-3.col-md-3 {
    padding: 12px 0;
}

.hd-icons a {
    color: #000 !important;
}

.hd-icons img {
    transition: transform 0.2s;
    margin: 5px;
}

.hd-icons img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

@keyframes img {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/*----ProdDiv Start----*/
.linkPage {
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
    background: #f2f2f2;
    border: 1px solid #c8c6c6;
}

.linkPage h1 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    color: #DC3727;
}

.linkPage h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    color: #DC3727;
}

.redColor {
    color: #DC3727;
}

.linkPage p {
    text-align: left;
    font-size: 16px;
}

.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: #333;
}

.formArea select {
    width: 210px;
    margin-left: 10px;
}

.formArea .col-xs-12 {
    padding: 0 10px;
}

.votreCompte {
    width: 350px;
    background-color: #000;
    float: left;
    padding: 20px;
    margin: 10px 25px;
}

.votreCompte input {
    color: #333;
}

.clear {
    clear: both;
}

.main-3 {
    position: inherit;
    margin-top: 100px;
}

.footer-small {
    height: 0px;
    margin-bottom: 50px;
}

.linkPage .formArea label {
    color: #fff;
}

.linkPage .formArea input {
    margin: 3px 6px;
}

.envoyerLogin {
    margin: 10px 15% !important;
}

/* envoyer */

.envoyer {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #DC3727;
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 60%;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}

.envoyer a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
}

.envoyer a:hover {
    color: #fff;
}

.envoyer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #DC3727;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}

.envoyer:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* envoyer */

.linkPage .table {
    /* font-size: 16px; */
}

/*-----------------------Latest Modification-------------------*/
.hdLinks {
    text-align: center;
    margin-left: 5px;
    width: 170px;
    line-height: 40px;
    margin-top: 50px;
}

.hdLinks.bgActive {
    background-color: #151f22;
}

.hdLinks.bgActive a {
    color: #fff !important;
}

.hdLinks>a {
    color: #000;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.navbar .hdLinks>a {
    color: #767676;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
}

.hdLinks>a:hover {
    color: #000;
}

.bar {
    margin: 10px auto;
    width: 100%;
}

/* btn-commander */

.validerBigBt {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(167, 30, 30, 1);
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin: 10px auto;
    border-radius: 10px;
}

.validerBigBt a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.validerBigBt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: rgba(167, 30, 30, 1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}

.validerBigBt:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* validerBigBt */

.checkOutInfoTit {
    color: #DC3727 !important;
    line-height: 40px;
    font-size: 22px;
    margin: 10px 0px;
    text-align: left;
    font-weight: bold;
}

.checkOutPTable {
    margin: 5px 0 0 0px;
    font-size: 16px;
}

.checkOutokBt {
    background-color: #efd9b9;
    text-align: left;
    line-height: 40px;
    padding: 0 20px;
}

.checkOutokBt a {
    color: #000;
}

.checkOutokBt a:hover {
    text-decoration: underline;
}

.smQuantiyFull,
.img-responsive {
    margin: auto;
}

.prodHead {
    width: 15%;
    line-height: 40px;
    background-color: #efd9b9;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    margin: 30px 0 0 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
}

.greyDarkBg {
    background-color: #151f22;
    line-height: 50px;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.smQuantiyFull {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.smQuantiyFull .smMinus,
.smPlus {
    float: left;
    font-weight: bold;
}

.smQuantiyFull .smMinus a,
.smPlus a {
    color: #fff;
    display: block;
    background-color: #39393d;
    padding: 3px 6px;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}

.smQuantiyFull .smMinus a:hover,
.smPlus a:hover {
    background-color: #DC3727;
    color: #fff;
}

.smQuantiyFull input {
    background-color: #333;
    border: 0 none;
    float: left;
    height: 25px;
    margin: 0 5px;
    text-align: center;
    width: 30px;
}

.popUpsmQuantiyFull {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.popUpsmMinus,
.popUpsmPlus {
    float: left;
    background-color: #39393d;
    padding: 1px 5px;
    font-weight: bold;
}

.popUpsmMinus a,
.popUpsmPlus a {
    color: #fff;
}

.popUpsmMinus a:hover,
.popUpsmPlus a:hover {
    color: #efd9b9;
}

.popUpsmQuantiyFull input {
    width: 30px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #333;
    height: 25px;
    border: 0px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.popUpDetailSmQuantiyFull {
    width: 25%;
    float: right;
    margin-top: 10px;
}

.popUpDetailsmMinus,
.popUpDetailsmPlus {
    float: left;
    background-color: #39393d;
    padding: 1px 5px;
    font-weight: bold;
}

.popUpDetailsmMinus a,
.popUpDetailsmPlus a {
    color: #fff;
}

.popUpDetailsmMinus a:hover,
.popUpDetailsmPlus a:hover {
    color: #efd9b9;
}

.popUpDetailSmQuantiyFull input {
    width: 30px;
    float: left;
    color: #fff;
    text-align: center;
    background-color: #282828;
    height: 22px;
    border: 0px;
    float: left;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
}

.popUpPrice {
    width: 350px;
    margin-top: 15px;
    float: right;
}

.popUpPrice h1 {
    text-align: center;
    margin: 0px;
    padding: 0px;
}

.popUpPrice .popUpvalider {
    width: 300px;
    margin: 10px 25px 10px 0px;
    font-size: 14px;
    float: right;
}

.popUpPrice .popUpvalider a {
    width: 300px;
    border: 1px solid #ff0300;
    text-align: center;
    float: right;
    padding: 15px 20px;
    border-radius: 10px;
    color: #000;
    display: block;
}

.popUpPrice .popUpvalider a:hover {
    width: 300px;
    border: 1px solid #999;
    border-radius: 10px;
    float: right;
}

.pouletPopDetails {
    margin-top: 20px;
}

/* Media Queries */

@media (max-width: 1224px) {
    .nav-section ul li p {
        clear: both !important;
        text-align: center;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .offer-right {
        padding: 27px 30px;

        right: 40px;
        top: 15px;
    }

    .price-tag {
        right: 10px;
    }

    .mainProd p {
        font-size: 10px;
        margin-top: 11px;
    }

    .mainProd h2 {
        font-size: 15px;
    }

    .prodSize .points-items {
        margin-right: 0px;
        margin-left: 30px;
    }

    .points-items.pull-left.left-2 {
        margin-left: -6px !important;
    }

    .hdCart {
        padding: 14px 0px 30px 0px;
    }

    .editIco {
        padding: 0;
        margin-right: 2px;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-left: 7px;
    }

    .plusMinus {
        padding-top: 3px;
        padding-left: 0px;
    }

    .hdCartDt {
        text-align: center;
    }

    .hdCartDt .text-left {
        text-align: center;
    }
}

@media (max-width: 1006px) {
    .his-right {
        padding: 75px 34px;
    }

    h1 {
        font-size: 44px;
    }
}

@media (max-width: 992px) {
    .offer-right {
        padding: 14px 40px;
        right: 0px;
        top: 0px;
    }

    .col-md-6.col-sm-12.col-xs-12.offer-right.right-2 {
        left: 0;
        top: 0;
    }

    .col-md-6.col-sm-12.col-xs-12.offer-left.left-2 {
        position: relative;
        left: 0 !important;
    }

    .offer-left {
        position: relative;
        left: 0px;
        padding: 0;
    }

    .main-2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .price-tag {
        right: 0;
    }

    h3 {
        font-size: 20px;
    }

    .offer-section {
        padding: 30px 0;
    }

    .main-2 {
        margin-top: 10px;
    }

    .mar-t {
        margin-top: 0px;
    }

    .main-container {
        position: none;
        bottom: 0px;
    }

    .navbar {
        position: none;
        top: 0;
        z-index: none;
    }

    .btnComander {
        width: 50%;
    }

    .nav-section ul {
        padding-left: 1px;
    }

    .footer p {
        padding: 0 40px;
    }

    .footer-main {
        height: 1010px;
    }

    .form-box {
        top: 42%;
        left: 2%;
    }

    .popup-order .form-box {
        top: 0%;
        left: 0%;
    }

    .footer-small {
        height: 0px !important;
    }
}

@media (max-width: 950px) {
    .nav>li>a {
        padding: 10px 9px;
    }

    .navbar-brand img {
        margin: -10px 0px 0 0px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
    }

    .navbar-nav>li {
        padding: 3px 0px;
    }
}

@media (max-width: 767px) {
    .his-right {
        height: 300px;
        padding: 5px 64px;
    }

    .his-left {
        height: 300px;
    }

    .his-right h1 {
        margin-bottom: 5px;
        font-size: 33px;
    }

    .brand-centered {
        display: none;
    }

    .navbar-center-2 {
        display: block;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav>li>a {
        padding: 10px 25px;
    }

    .commander-btn {
        background: none;
    }

    .commander-btn a {
        color: #fff !important;
    }

    .nav-section ul li p {
        clear: none !important;
    }

    .product-overlay {
        top: 35%;
    }

    .grad-right,
    .grad-left {
        margin: 0;
    }

    .grad-left .black-bg {
        margin-bottom: 100px;
    }

    .footer p {
        padding: 0 40px;
    }

    .footer-main {
        height: 1010px;
    }

    .popup-order .form-box {
        top: 0%;
        left: 0%;
        margin: 0 5px;
    }

    .footer-small {
        height: 0px !important;
        margin-bottom: 100px;
    }

    .menu-btn {
        width: 60px;
    }

    .sidenav a {
        text-align: center;
    }
}

.collapse img {
    margin: 5px;
    z-index: +1;
}

.collapse img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

.mainLogo img:hover {
    animation: none !important;
}

.menu-btn {
    display: block;
    margin: 1em;
    width: 60px;
    transform: translate(-50%, -50%);
    margin-top: 46px !important;
    margin-left: 20px;
}

.menu-btn:before,
.menu-btn:after {
    background-color: #DC3727;
    content: "";
    display: block;
    height: 3px;
    transition: all 200ms ease-in-out;
}

.menu-btn:before {
    box-shadow: 0 10px 0 #DC3727;
    margin-bottom: 16px;
}

.menu-btn:hover:before {
    box-shadow: 0 0 0 #fff;
    transform: translateY(0px) rotate(180deg);
    background-color: #DC3727;
}

.menu-btn:hover:after {
    transform: translateY(-10px) rotate(-180deg);
    background-color: #DC3727;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2222;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 60px 0 60px 0;
    -webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidenav a {
    padding: 8px 5px 8px 120px;
    text-decoration: none;
    font-size: 22px;
    color: #060c29;
    display: block;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
    color: #fff !important;
    text-align: left;
}

.sidenav a:hover {
    color: #fff;
}

.sidenav a:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. */
    width: 5%;
    /* Change this to whatever width you want to have before hover. */
    padding-top: 5px;
    /* This creates some space between the element and the border. */
    border-bottom: 1px solid #fff;
    /* This creates the border. Replace black with whatever color you want. */
    transition: 1s;
    /* This establishes the amount of time in seconds the animation should take from start to finish */
}

.sidenav a:hover:after {
    width: 25%;
    /* This will be the new width of your border when on hover */
}

.sidenav .closebtn {
    position: absolute;
    top: 24px;
    right: 25px;
    font-size: 36px;
    display: block;
    font-size: 52px;

    padding: 0px;
    display: flex;
}

.sidenav a .closebtn {
    border-bottom: 1px solid #000;
}

.sidenav .closebtn:hover {
    transition: 0.9s;
    transform: rotateX(180deg);
}

.sidenava a.closebtn:after {
    width: 0%;
}

.sidenav a.closebtn:hover:after {
    display: none;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
        text-align: center;
        padding-left: -100px;
    }
}

.footer .SocialIcons img {
    transition: transform 0.2s;
    margin: 5px;
}

.footer .SocialIcons img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

.prodDetails h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 35px;
    color: #DC3727;
    text-transform: uppercase;
}

.popUpPlusMnus {
    width: 110px;
    margin-top: 20px;
}

.popUpPlus,
.popUpMinus {}

.popUpPlus a,
.popUpMinus a {
    width: 30px;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 25px;
    float: left;
    color: #fff;
    background-color: #DC3727;
    text-align: center;
    line-height: 26px;
    text-decoration: none;
}

.popUpPlus a:hover,
.popUpMinus a:hover {
    background-color: #fff;
    -webkit-transition: background 0.7s ease-out;
    -moz-transition: background 0.7s ease-out;
    -o-transition: background 0.7s ease-out;
    transition: background 0.7s ease-out;
    color: #000;
}

.popUpPlusMnus input {
    width: 30px;
    float: left;
    height: 27px;
    border: 0px;
    margin: 0 10px;
    color: #000;
}

.popUpPanel {
    margin: 22px 0px;
}

.popUpPanel h3 {
    font-size: 18px;
}

.secColor {
    color: #DC3727 !important;
    font-weight: 600;
}

.popUpSmRdo {
    float: left;
    margin: 20px 20px 10px 0;
    width: 310px;
}

.popUpSmRdo input {
    float: left;
    width: 15px;
    height: 15px;
    -moz-appearance: none !important;
    -o-appearance: none !important;
    -webkit-appearance: none !important;

    appearance: none;
    border: 0px;
}

.popUpSmRdo img {
    margin-left: 10px;
    float: left;
}

.popUpSmRdo p {
    font-size: 16px;
    float: left;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popUpSmRdo:hover p {
    padding-left: 3px;
    font-style: blique;
    letter-spacing: 0.5px;
    color: #DC3727;
}

.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: #fff;
    border: none;
    padding: 20px;
    border-radius: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.panel {
    background: #ddd;
}

.panel-title {
    font-size: 18px;
}

.panel-title a {
    color: #fff;
    text-decoration: none;
    display: block;
}

.panel-title a:hover {
    color: #000;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.panel-default {
    border: none;
}

.panel-default>.panel-heading {
    background-color: #DC3727;
    border: none;
    padding: 20px;
    border-radius: 0;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}

.product-info .product-name {
    float: left;
}

.panierArea .product-name {
    color: #000;
}

.product-info .cancel-btn {
    float: right;
    font-size: 22px;
    color: #000;
}

.product-info .cancel-btn:hover {
    color: #DC3727;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.panierPopUp {
    font-weight: 600;
    font-size: 12px;
}

.panierArea {
    padding-top: 10px;
    position: fixed;
    width: 23%;
}

.panierPopUp .panierTitle {
    text-align: left;
    text-transform: uppercase;
    padding-left: 0px;
    margin-top: 0px;
    background: none;
    color: #DC3727 !important;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    font-size: 12px;
}

.popup-content {
    padding: 0px 0px;
}

.product-info img {
    float: right;
}

.text-left-red {
    color: #DC3727 !important;
    font-size: 18px;
    float: right;
    margin: 0px;
}

.popup-footer {
    background-color: #DC3727;
    padding: 15px 20px 30px 20px;
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 10px;
    display: block;
    transition: all 0.6s ease-out;
    color: #fff;
}

.popup-footer:hover {
    background: #000;
}

.popup-footer:hover a {
    color: #fff;
}

.popup-footer a img {
    filter: invert(100);
}

.popup-footer .price {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
}

.popup-footer .continuer-btn {
    float: right;
    text-align: right;
}

.popup-footer .continuer-btn a img:hover {
    animation: img 1s infinite;
    animation-timing-function: linear;
}

.continuer-btn a {
    color: #fff;
}

.continuer-btn a:hover {
    text-decoration: none;
    /*
	-webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    transition: color 1s ease-out;
*/
}

.product-img {
    float: left;
}

.desc-name {
    text-transform: uppercase;
    color: #DC3727;
    font-size: 22px;
    padding-top: 4px;
}

.desc-ingre {
    font-size: 18px;
    margin-top: -4px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-items {
    margin: 40px 0;
}

.ingredient-box {
    margin-top: 60px;
}

/* product-img-effects */

#hover {
    color: rgba(188, 175, 204, 0.9);
}

h2#testimonials {
    color: #fffae3;

}

div#all {
    width: 100%;
    height: 100%;
}

/* generic css */

.img-view {
    float: left;

    overflow: hidden;

    position: relative;

    text-align: center;

    cursor: default;

    margin: 0px 0 20px 0;
}

.img-view .mask,
.img-view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 96px;
}

.IconsTopMrg {
    margin-top: 100px;
}

.img-view img {
    display: block;
    position: relative;
    width: 100%;
}

.img-view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    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: 16px;
    position: relative;
    color: #efb7b7;
    padding: 0;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px black;
    font-weight: 900;
}

.img-view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    font-family: Raleway, serif;
    text-transform: uppercase;
    box-shadow: 0 0 1px #000;
}

.img-view a.info:hover {
    box-shadow: 0 0 5px #000;
}

/*2*/

.view-second img {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.view-second .mask {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second h2 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    background: transparent;
    -webkit-transform: translate(200px, -200px);
    transform: translate(200px, -200px);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-second p {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    transform: translate(-200px, 200px);
    -webkit-transform: translate(200px, -200px);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.view-second p {
    margin: 0 auto;
    /*! background:#d4c9c1; */
    width: 150px;
    padding: 5px 0;
    font-weight: 900 !important;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.view-second p a {
    color: #000;
}

.view-second p a:hover {
    color: #000;
}

.view-second a.info {
    transform: translate(0px, 100px);
    -webkit-transform: translate(0px, 100px);
    transition: all 0.2s 0.1s ease-in-out;
    -webkit-transition: all 0.2s 0.1s ease-in-out;
}

/* */

.view-second:hover .mask {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
}

.view-second:hover h2 {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.view-second:hover p {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
}

.view-second:hover a.info {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
}

/* product-img-effects */

/* social-icon-effects */

.hovicon {
    display: inline-block;
    font-size: 27px;
    /*! line-height: 90px; */
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #000 !important;
}

.hovicon .fa-facebook {
    color: #3b5998 !important;
    position: relative;
    bottom: -10px;
    font-size: 30px;
    left: -16px;
}

.hovicon .fa-youtube {
    color: #c4302b !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
}

.hovicon .fa-twitter {
    color: #55acee !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -9px;
}

.hovicon .fa-instagram {
    color: #6a453b !important;
    position: relative;
    bottom: -8px;
    font-size: 30px;
    left: -11px;
}

.hovicon.small {
    font-size: 20px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin: 7px;
}

.hovicon.mini {
    font-size: 15px;
    line-height: 32px;
    width: 30px;
    height: 30px;
    margin: 7px;
}

.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}

.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hovicon.effect-8 {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 1px #DC3727 solid;
}

.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.hovicon.effect-8:hover i {
    color: #fff;
}

.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* social-icon-effects */

.ft-icon img {
    animation: none !important;
}

/* btn-commander */

.btn-commander {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(167, 30, 30, 1);
    position: relative;
    line-height: 40px;
    height: 45px;
    text-align: center;
    width: 165px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 10px;
}

.btn-commander a {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}

.btn-commander::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #aa1a19;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    color: #fff;
    border-radius: 10px;
}

.btn-commander:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-radius: 10px;
}

/* btn-commander */

.transition {
    transition: 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}

.card {
    background-color: #fff;
    bottom: 0;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    height: 300px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
}

.card:hover {
    height: 450px;
    width: 300px;
}

.card:hover .cta-container {
    display: inline;
    margin-top: 380px;
}

.card:hover .card_circle {
    background-size: cover;
    border-radius: 0;
    margin-top: -130px;
}

.card:hover h2 {
    background: #3487f7;
    color: #fff;
    margin-top: 100px;
    padding: 5px;
}

.card:hover h2 small {
    color: #fff;
}

.card:hover p {
    margin-top: 300px;
}

.card_circle {
    background: url("http://lorempixel.com/400/200") no-repeat center bottom;
    background-color: #3487f7;
    background-size: cover;
    border-radius: 50%;
    height: 400px;
    margin-left: -75px;
    margin-top: -270px;
    position: absolute;
    width: 450px;
}

.card h2 {
    color: #3487f7;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 200;
    margin-top: 150px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.card p {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Raleway", sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-top: 200px;
    position: absolute;
    text-align: center;
    z-index: 9999;
}

.cta-container {
    display: none;
    margin-top: 320px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

.cta {
    -moz-border-radius: 2px;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -webkit-border-radius: 2px;
    -webkit-transition: 0.2s ease-out;
    background-clip: padding-box;
    border: 2px solid #3487f7;
    border-radius: 2px;
    color: #3487f7;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-weight: 400;
    height: 36px;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 2rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-out;
}

.cta:hover {
    background-color: #3487f7;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #fff;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Gray Scale */
.hover08 figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hover08 figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* Slider Css Starts */

.slideshow {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 800px;
    z-index: 1;
}

.slideshow .slideshow-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slideshow .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
    display: block;
}

.slideshow .slide.is-loaded {
    opacity: 1;
}

.slideshow .slide .caption {
    padding: 0 100px;
}

.slideshow .slide .image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
    background-size: cover;
    image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    font: 300 50px/1.2 "Oswald", sans-serif;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    display: none;
}

.slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
    display: none;
}

.slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
    display: none;
}

.slideshow .slide .btn::before {
    background: #fff;
}

.slideshow .pagination {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 2;
    text-align: center;
}

.slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 1;
}

.slideshow .pagination .item+.page {
    margin-left: -2px;
}

.slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 36px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
    width: 0;
    background: #fff;
    z-index: 2;
    transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
    background-color: #fff;
}

.slideshow .arrows .arrow {
    margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

.slideshow .arrows .prev {
    left: 30px;
}

.slideshow .arrows .prev:hover .svg {
    left: -10px;
}

.slideshow .arrows .next {
    right: 30px;
}

.slideshow .arrows .next:hover .svg {
    left: 10px;
}

.slideshow .arrows .svg {
    position: relative;
    left: 0;
    width: 14px;
    height: 26px;
    fill: #fff;
    transition: left 0.2s ease;
}

/* Slider Css Ends */

/* Slide Css Starts */
.slideanim {
    visibility: hidden;
    visibility: visible\9;
    /*For old IE browsers IE6-8 */
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s;
}

.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide Css Ends */

/* Gray Scale */
.hover08 figure img {
    filter: grayscale(100%);
    position: relative;
    z-index: 1;
    transition-property: right, filter;
    transition-duration: 0.8s, 1s;
    transition-timing-function: ease-in-out;
}

.lr_ev_main_section_wrapper:hover .hover08 figure img {
    filter: grayscale(0);
}

.wrapper-2:hover figure img {
    filter: grayscale(0);
    right: 0%;
}

.wrapper-2:hover .lr_ev_img_cont_wrapper {
    margin-left: 0%;
    opacity: 1;
}

.wrapper-2 .hover08 figure img {
    right: 32%;
}

.cont-wrapper-2 {
    margin-left: 85%;
    margin-top: 60px;
}

.wrapper-2:hover figure img {
    filter: grayscale(0);
    right: -25%;
}

.lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper {
    margin-left: 0%;
    opacity: 1;
    margin: 60px 0;
}

@media only screen and (max-width: 992px) {
    .prodPageDetail .container-fluid {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .prodPageDetail .container-fluid {
        padding: 0 50px;
    }
}

.res-padding {
    padding: 0 0 0 90px;
}

.hd-btn {
    text-align: center;
}

a.liv-btn {
    background: #DC3727;
    width: 35%;
    color: #fff;
    /*! border-radius: 100px 0px 0px 100px; */
}

a.emp-btn {
    background: #fff;
    width: 65%;
    color: #000;
    /*! border-radius: 0 100px 100px 0px; */
}

a.liv-btn:hover {
    background: #DC3727;
    width: 50%;
}

a.liv-btn:hover+a.emp-btn {
    width: 50% !important;
}

.form-box .input-group .form-control,
.form-box .input-group .btn-default {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    font-size: 20px;
    font-weight: 300;
    color: #000;
    border: none;
    border-bottom: 2px #000 solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    box-shadow: none;
    width: 100% !important;
    background: #eee;
    /*! border-radius: 100px; */
}

.form-box .input-group .btn-default {
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    color: #fff !important;
    text-shadow: none;
    font-weight: 500;
    background: #DC3727;

    /*! font-family: 'Poppins', sans-serif; */
}

#overlay-hero {
    position: fixed;
    /* Sit on top of the page content */
    display: none;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
    transition: all 0.5s ease-in-out;
}

#overlay-hero-2 {
    position: absolute;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    /*! height: 99.4%; */
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 5px;
    background-color: rgba(255,
            255,
            255,
            0.1);
    /* Black background with opacity */
    cursor: pointer;
    /* Add a pointer on hover */
    transition: all 0.5s ease-in-out;
}

video {
    margin-top: -125px;
    width: 100%;
}

/* Plus-Minus-Start */

.icon-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    background: #000;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    transition: width 0.2s ease-in-out;
    color: #fff;
}

.add-btn:hover {
    width: 100px;
    font-size: 14px;
}

.add-btn::before,
.add-btn::after {
    transition: width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 3px;
    width: 7px;
    top: calc(50% - 2px);
    background: #fff;
}

.add-btn::after {
    right: 10px;
    overflow: hidden;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.add-btn::before {
    left: 10px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.icon-btn:focus {
    outline: none;
}

.btn-txt {
    opacity: 0;
    transition: opacity 0.2s;
}

.add-btn:hover::before,
.add-btn:hover::after {
    width: 4px;
    border-radius: 2px;
}

.add-btn:hover .btn-txt {
    opacity: 1;
}

.add-icon::after,
.add-icon::before {
    transition: all 0.2s ease-in-out;
    content: "";
    position: absolute;
    height: 15px;
    width: 2px;
    top: calc(55% - 9px);
    background: #fff;
    overflow: hidden;
}

.add-icon::before {
    left: 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: 0 auto;
    position: absolute;
    left: 160px;
    top: 13px;
    text-align: center;
    width: 180px;
}

.hdcartImg {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 10px;
}

.hdcartImgTxt {
    margin: 0 10px;
    float: left;
    color: #000;
}

.editIcoPrice {
    float: right;
    padding-right: 10px;
    position: absolute;
    right: 5px;
    top: -5px;
    color: #000;
}

@media (min-width: 1024px) {
    .hdCartDt:hover .hdEditIco {
        display: block;
    }
}

@media only screen and (max-width: 1500px) {
    .hdCartDt .hdEditIco {
        left: 160px;
    }
}

@media only screen and (max-width: 1400px) {
    .hdCartDt .hdEditIco {
        left: 140px;
    }
}

@media only screen and (max-width: 1200px) {
    .hdCartDt .hdEditIco {
        left: 105px;
        top: 26px;
    }
}

@media only screen and (max-width: 992px) {
    .hdCartDt .hdEditIco {
        left: 155px;
    }
}

/* Plus-Minus-end */

/* loader-Start */

* {
    margin: 0;
    padding: 0;
}

.hidden {
    opacity: 0;
}

.ftLogo img {
    margin-bottom: 30px;
}

#loader {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    position: fixed;
    left: 0;
    top: 0;
}

.preloader {
    position: absolute;
    width: 60px;
    height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    background: url(../img/loader.png);
    transform: rotate(45deg);
    animation: preloader 2s linear infinite;
}

.loadBar {
    position: absolute;
    width: 200px;
    height: 2px;
    left: calc(50% - 100px);
    top: calc(50% + 60px);
    background: #fff;
}

.progress {
    position: relative;
    width: 0%;
    height: inherit;
    background: #DC3727;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@keyframes preloader {

    0%,
    100% {
        transform: rotate(45deg);
    }

    60% {
        transform: rotate(405deg);
    }
}

/* loader-End */

/* Contact-Transtion */

@-webkit-keyframes navFadeIn {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes navFadeIn {
    0% {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.right [data-link] {
    -webkit-animation: navFadeIn 0.5s ease-out 1 both;
    animation: navFadeIn 0.5s ease-out 1 both;
}

.right [data-link]:first-child {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.right [data-link]:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.right [data-link]:nth-child(3) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

/* Contact-Transtion-End */

/* AjouterBtn-Start */

/*.AjouterBtn {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  justify-content: space-evenly;
  background: #fff;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  color: #000;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
}
.AjouterBtn .links a {
  padding: 15px;
  transition: 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  text-decoration: none;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.AjouterBtn .links a:hover {
  color: #D6A0D3;
  transition-timing-function: ease-in-out !important;
  transition-delay: 1ms !important;
}*/

.AjouterBtn {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    justify-content: space-evenly;
    background: #000;
    text-align: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.AjouterBtn .links a {
    transition: 700ms cubic-bezier(0.89, 0.03, 0.06, 1.5);
    color: #fff !important;
    text-align: center;
    opacity: 0;
    text-decoration: none;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.AjouterBtn .links a:hover {
    color: #DC3727 !important;
}

.AjouterBtn .overlay {
    align-items: center;

    justify-content: center;

    flex-direction: row;

    flex-wrap: wrap;

    width: 100%;

    line-height: 45px;

    position: absolute;

    top: 0em;

    left: 0em;

    background: #DC3727;

    transition: 1s cubic-bezier(0.89, 0.03, 0.06, 1.5);

    color: #fff;
}

.AjouterBtn .overlay a {
    -webkit-transform: scale(1);
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    opacity: 1;
    padding: 0;
    margin: auto;
    color: #fff !important;
    font-size: 17px;
    font-weight: 300;
}

.AjouterBtn:hover .links a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff;
}

.AjouterBtn:hover .overlay {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
}

.panierArea .AjouterBtn .overlay {
    background-color: #DC3727 !important;
}

.AjouterBtn .links a:hover {
    color: #DC3727;
}

@-webkit-keyframes beat {
    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes beat {
    to {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

/* AjouterBtn-End */
input[type="checkbox"]:after {
    width: 24px;
    height: 24px;
    /* top: -5px; */
    /* left: -7px; */
    position: relative;
    background-color: #fff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #d1d3d1;
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    -o-appearance: none;
}

input[type="checkbox"]:checked:after {
    width: 24px;
    height: 24px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #DC3727;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
    border: 3px solid #d1d3d1;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

/* input-group-btn */

.BtnShadow {
    display: inline-block;
    line-height: 50px;
    cursor: pointer;
    margin: 0px;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 2;
    color: #000 !important;
}

.BtnShadow.small {
    font-size: 20px;
    line-height: 45px;
    margin: 7px;
}

.BtnShadow.mini {
    font-size: 15px;
    line-height: 32px;
    margin: 7px;

}

.BtnShadow.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}

.BtnShadow:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.BtnShadow:before {
    speak: none;
    font-size: 48px;
    line-height: 45px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.BtnShadow.btnEffects {
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.BtnShadow.btnEffects:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.BtnShadow.btnEffects:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.BtnShadow.btnEffects:hover:after {
    -webkit-animation: btnEffect 1.3s ease-out 75ms;
    -moz-animation: btnEffect 1.3s ease-out 75ms;
    animation: btnEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes btnEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes btnEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #DC3727,
            0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* social-icon-effects */

h2 {
    font-size: 22px;
    font-weight: 300;
}

.prodDetails h2 a {
    float: right;
    color: #000;
}

#ingsupp p {
    clear: both;
}

#ingsupp {
    overflow-y: scroll;
    scroll-behavior: smooth;
    max-height: 100px;
    clear: both;
}

#ingsupp a i {
    padding-right: 10px;
}

/*.pop-pluminus .icon-btn {
    background:  #DC3727;
}*/

.pop-pluminus .hdEditIco {
    left: 0;
}

.btn-width a span {
    width: 165px;
}

.validerBigBt-2 a span {
    width: 100% !important;
}

.panier-container .greyDarkBg {
    display: flex !important;
    justify-content: space-between !important;
}

.panier-container .greyDarkBg p {
    margin: 0px;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
}

button.learn-more {
    transition: all 0.5s cubic-bezier(0.65, -0.25, 0.25, 1.95);
    font-weight: 700;
    color: #fff;
    padding: 1.25rem 5rem;
    background: #fff;
    background: #DC3727;
    border-radius: 10px;
    margin-top: 12px;
    margin-bottom: 5px;
}

button.learn-more:hover,
button.learn-more:focus,
button.learn-more:active {
    letter-spacing: 0.225rem;
}

.panier-container .smQuantiyFull .smMinus,
.smPlus {
    /* width: 17px; */
}

.panier-container .smQuantiyFull input {
    width: 20px !important;
}

.panier-container .smQuantiyFull .glyphicon {
    font-size: 10px;
}

.panier-container .smQuantiyFull .smMinus a,
.smPlus a {
    padding: 3px 3px;
}

/* Style the tab */
.tab {
    text-align: -webkit-right;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background: none;
    margin: 0px !important;
    padding-bottom: 12px;
    padding-left: 10px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: right;
    font-size: 13px;
    transition: all 600ms ease;
}

/* Create an active/current "tab button" class */
.tab button:hover {
    color: #DC3727;
    font-weight: 700;
    padding-right: 5px;
}

.tab button.active {
    color: #DC3727;
    font-weight: 700;
}

/* Style the tab content */
.tabcontent {
    text-align: left;
    padding: 0 100px;
}

.votre-main {
    margin-top: 100px;
    padding: 0 150px;
}

.votre-main .wizard {
    margin: 0;
}

.votre-main input[type="checkbox"] {
    margin: 15px 10px;
}

.tab h2 {
    margin: 0 0 20px 0;
}

.prod-info {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    align-items: flex-end;
    text-align: left;
    color: #000;
}

.prod-info p {
    margin: 0;
    padding: 0;
}

.prod-btn-price {
    margin-top: 10px;
}

.continuer-btn a .fa {
    margin-top: 1px;
}

.smQuantiyFull input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    text-align: center;
    border: 1px solid #555;
}

.prod-btn input[type="text"] {
    width: 35px;
    height: 35px;
    background: transparent;
    border: 0;
    text-align: center;
}

.area-scroll {
    overflow-y: scroll;
    height: 280px;
}

.float-btn {
    position: absolute;
    right: 20px;
    top: 10px;
}

@media screen and (max-width: 1670px) {
    .tabcontent {
        padding: 0 10px;
    }

    .votre-main {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .tab {
        text-align: left;
        padding: 0 10px;
    }

    .tab button {
        padding-left: 0px;
    }
}

/* Product Animation Start */
.papersheet {
    position: absolute;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    transition: all 200ms;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11111;
}

.papersheet:hover {
    cursor: pointer;
}

.papersheet.opened {
    transition: all 900ms;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.9);
}

.papersheet__trigger {
    z-index: 1;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    top: 18px;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
}

.opened .papersheet__trigger {
    background-color: #eceff1;
    top: 10%;
}

.papersheet__trigger:active:before {
    background-color: #d5d5d5;
}

.papersheet__trigger:before {
    content: "";
    background-color: #d9d9d9;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    width: 3rem;
    height: 3rem;
    z-index: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition-delay: 2s;
    transition: all 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.opened .papersheet__trigger:before {
    width: 3000px;
    height: 3000px;
    transition: all 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.papersheet__trigger-icon {
    fill: #37474f;
    vertical-align: bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(0);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 50ms;
    /* width: 1.8rem; */
    /* height: 1.8rem; */
}

.opened .papersheet__trigger-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.papersheet__face-item {
    border-radius: 50%;
    margin: 0 1.5rem;
    z-index: 1;
    height: 6rem;
    width: 6rem;
    display: none;
    overflow: hidden;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.papersheet__face-item:nth-child(2) {}

.papersheet__face-item:nth-child(3) {}

.papersheet__face-item:nth-child(4) {
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}

.papersheet__face-item img {
    max-width: 100%;
}

.opened .papersheet__face-item {
    display: block;
    overflow: visible;
}

.fa-info-circle {
    color: #000;
}

.desc-area {
    border-radius: 0px;
    height: 50%;
    width: 100%;
}

.desc-area p {
    position: relative;
    margin-top: -8px;
    font-size: 1.2rem;
}

/* Product Animation End */
a.model-btn {
    background-color: #DC3727;
    position: fixed;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    color: #fff;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100px;

    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgb(255, 224, 191);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

a.model-btn:hover {
    background: #DC3727;
    color: #fff;
}

a.model-btn:focus {
    outline: none;
}

.animation-btn {
    position: fixed;
    z-index: 1;
    left: 40px;
    bottom: 50px;
    animation-name: new;
    animation-duration: 2.5s;
    animation-delay: 3s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes new {
    0% {
        opacity: 0;
        bottom: 780px;
    }

    100% {
        bottom: 150px;
    }
}

/*
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #5fd9ff;
  position: fixed;
  transform: rotate(-45deg);
  
  margin: -20px 0 0 -20px;
  animation-name: new;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
	z-index: 1;
	animation-fill-mode: forwards;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #fff;
  position: fixed;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
*/

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
    .modal-overlay {
        /*display: flex;*/
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: url(../img/gift.png);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
            visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
        color: #fff;
    }

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
        z-index: 11111;
    }
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
    h1 {
        font-size: 1.5rem;
    }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }

    .close-modal {
        right: 20px !important;
    }
}

i.fa.fa-gift.fa-2x {
    margin: 13px 14px 0 0;
}

.popup .modal-content {
    position: relative;
    background-color: transparent;
    border: none;
    border-radius: 0;
    outline: 0;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.area-scroll .add-btn:hover {
    width: 85px;
    font-size: 13px;
}

.panierArea .AjouterBtn {
    background: #000;
    color: #fff;
}

.panierArea .AjouterBtn a {
    color: #fff;
}

.panierArea .AjouterBtn a:hover {
    color: #DC3727;
}

.panierArea .AjouterBtn .fa-arrow-right {
    margin: 2px 0px 0px 3px;
}

.fa-star {
    margin: 20px 22px 0 0;
}

.popup-allergene,
.popup-filtarage {
    text-align: left;
    margin: 50px 0px;
}

.popup-checkboxes input[type="checkbox"]:after {
    background-color: transparent;
    border: 3px solid #DC3727;
    border-radius: 100%;
}

.popup-checkboxes input[type="checkbox"]:checked:after {
    background-color: #DC3727;
    border: 3px solid #fff;
    border-radius: 100%;
}

.popup-checkboxes .popUpSmRdo img {
    margin-left: 25px;
    margin-top: -5px;
    margin-right: 15px;
}

.popup-checkboxes .popUpSmRdo {
    margin: 20px 20px 10px 5px;
}

.popup-allergene h2 {
    color: #DC3727;
}

.filtarage-item img {
    width: 80px;
    margin: 0px;
}

.filtarage-item .popUpSmRdo p {
    margin: 16px 10px;
    text-transform: capitalize;
}

.hdEditIco .icon-btn {
    float: left;
    line-height: 30px;
    cursor: pointer;
}

.popUpPanel h3 {
    font-size: 16px;
    text-transform: capitalize;
    /*! color: #000; */
}

.popUpPanel h3 .secColor {
    color: #000 !important;
    font-weight: 500;
}

a.la-nav {
    color: #DC3727 !important;
    text-shadow: none !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    /* margin-top: 21px !important; */
}

a.la-nav span {
    color: #DC3727 !important;
}

.tabTitle,
.cstmrOrdDt {
    background-color: #c8c6c6;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-right: 5px solid #fff;
}

.cstmrOrdDt {
    background-color: #ececec;
    border-bottom: 5px solid #fff;
}

.cstmrOrdDt .btn-width a span {
    width: 100%;
    border-radius: 0px;
}

.cstmrOrdDt .cta-btn a span {
    margin-top: 0px;
}

.cstmrOrdDt .cta-btn a span::before {
    border-radius: 0px;
}

.circliful .outer {
    fill: transparent;
    stroke: #333;
    stroke-width: 19.8;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
}

/* full circle 25 empty 534 */
.circliful .inner {
    fill: transparent;
    stroke: #DC3727;
    stroke-width: 20;
    stroke-dasharray: 534;
    transition: stroke-dashoffset 1s;
    -webkit-animation-play-state: running;
    /* firefox bug fix - won't rotate at 90deg angles */
    -moz-transform: rotate(-89deg) translateX(-190px);
    stroke-dashoffset: 0;
}

.circliful {
    overflow: visible !important;
}

.svg-container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    position: relative;
    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 0 0;
}

#test-circle h1 {
    font-size: 16px;
    top: 110px;
    left: 130px;
    position: absolute;
    z-index: 1111;
}

#test-circle h1:nth-child(2) {
    font-size: 16px;
    top: 110px;
    left: 295px;
    position: absolute;
    z-index: 1111;
}

#test-circle h1:nth-child(3) {
    font-size: 16px;
    top: 235px;
    left: 65px;
    position: absolute;
    z-index: 1111;
}

#test-circle h1:nth-child(4) {
    font-size: 16px;
    top: 235px;
    left: 360px;
    position: absolute;
    z-index: 1111;
}

#test-circle h1:nth-child(5) {
    font-size: 16px;
    top: 360px;
    left: 130px;
    position: absolute;
    z-index: 1111;
}

#test-circle h1:nth-child(6) {
    font-size: 16px;
    top: 360px;
    left: 300px;
    position: absolute;
    z-index: 1111;
}

/* Votre-Appreciation */

.ProgressMainDiv {
    margin: 0 auto;
}

.ProgressMainDiv a {
    color: #000;
}

.ProgressMainDiv a:hover {
    color: #DC3727;
}

.ProgressMainDiv p {
    line-height: 25px;
    font-size: 14px;
}

.ProgressMainDiv hr {
    clear: both;
    color: #fff;
    padding: 10px 0;
}

.ProgressMain {
    margin: 3px auto;
    width: 100%;
    height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #fff;
}

.wrap {
    padding: 0px;
}

.bar-percentage {
    float: right;
    padding: 0px 2px;
    line-height: 25px;
    font-size: 13px;
    width: 35px;
    text-align: right;
}

.bar-container {
    float: left;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    width: 78%;
    margin: 8px 0px;
    overflow: hidden;
}

.percentage-bar {
    float: left;
    background: #DC3727;
    height: 100%;
}

.mrDtail {
    width: 97%;
    margin: 0 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: #fff;
    cursor: default;
    background-color: #DC3727;
    border-color: #DC3727;
}

.hdEditIco input {
    float: left;
}

.offer-discount {
    text-align: center;
    padding: 0 26px;
}

.offer-discount p {
    font-size: 17px;
    color: #DC3727;
}

.offer-discount .fa {
    float: left !important;
    margin: 0 !important;
}

li.panier-price {
    position: relative;
}

.price-circle {
    font-weight: 600;
    width: 25px;
    height: 25px;
    background: #DC3727;
    border-radius: 15px;
    text-align: center;
    line-height: 25px;
    position: absolute;
    top: 14px;
    z-index: 1;
    color: #fff;
}

.input-group-addon {
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1),
        0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1),
        0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12),
        0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
}

.input-group {
    margin: 10px 0;
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
    font-size: 12px;
}

.panier-container .fa {
    float: left;
}

.panier-container textarea.form-control {
    margin: 10px 0;
}

.prod-front {
    position: relative;
    text-align: center;
}

.prod-front h4 {
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

.lr_event_section_main_wrapper.wrapper-1 {
    padding: 250px 0;
    text-align: center;
    background: url(../img/event-sec-bg.jpg) center left no-repeat #fff;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 0, 100% 8%, 100% 100%, 0% 100%);
    margin-top: -65px
}

.lr_event_section_main_wrapper.wrapper-1 h1 {
    font-size: 100px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-family: "PALSCRI";
}

.lr_event_section_main_wrapper.wrapper-1 p {
    font-size: 14px;
    color: #fff;
    margin-top: 50px;
    line-height: 30px;
}

.lr_ev_main_section_wrapper h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    text-align: center;
    line-height: 25px;
}

.lr_ev_main_section_wrapper p {
    color: #fff !important;
    line-height: 20px;
    font-size: 20px !important;
    margin: 10px 0 !important;
}

.lr_ev_main_section_wrapper .event-cta-btn {
    margin: 10px 0px 0px 0px !important;
    padding: 0px 20px;
}

.lr_ev_main_section_wrapper .event-cta-btn a {
    background: #DC3727;
    padding: 5px 30px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    display: block;
    width: 230px;
    margin: 0 auto;
    font-size: 22px;
}

.lr_ev_main_section_wrapper .event-cta-btn a:hover {
    background: #000;
    color: #fff;
    text-align: center;
}

.lr_ev_main_section_wrapper img {
    margin: 0 auto !important;
}

h1 {
    margin-top: 10px;
}

.wrapper-1 .lr_ev_main_section_wrapper:hover .lr_ev_img_cont_wrapper {
    margin: 0;
}

.product-list-section {
    padding: 50px 0 80px 0;
    background: url(../img/product-list-section.png) top center no-repeat #fff;
}

.product-list-section h1,
.product-list-section p {
    text-align: center;
}

.product-list-section h1 {
    color: #DC3727;
    font-size: 28px;
}

.product-list-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.product-list-section h1 span {
    color: #000;
}

.proMain {
    background: #e3d7cd;
    border: 1px #404040 solid;
}

.AjouterBtnRed {
    /*! height: 45px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    justify-content: space-evenly;
    background: #DC3727;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    /*! margin-top: 15px; */
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 10px;
}

.AjouterBtnRed:hover {
    background: #000;
}

.AjouterBtnRed h2 {
    color: #fff;
    /*! line-height: 25px; */
    margin: 0px;
    line-height: 50px;
    font-size: 17px;
}



.brand-centered p {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 125px !important;
}

/*
#note {
    position: absolute;
    z-index: 11111;
    top: 0;
    left: 0;
    right: 0;
    background:  #DC3727 ;
    text-align: center;
    line-height: 2.5;
    overflow: hidden; 
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow:    0 0 5px black;
    box-shadow:         0 0 5px black;
}

a#close {
	float: right;
    margin-right: 30px;
}

.cssanimations.csstransforms #close {
  display: none;
}

.mar-t-30 {
	padding-top: 30px;
}*/

.closebtn {
    margin-left: 15px;
    color: #fff;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: #fff;
}

.alert {
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: #DC3727;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 20px;
}

.alert a {
    color: #fff;
}

.alert a:hover {
    color: #fff;
}

.main-container.emailing {
    margin-top: 60px;
}

.emailing {
    text-align: center;
}

.email-box {
    text-align: center;
    padding: 50px 20px;
    position: relative;
}

.emailing p {
    font-size: 21px;
    margin: 0;
}

.emailing h2 {
    font-size: 22px;

    font-weight: 600;
}

.emailing .icon-box.block i {
    color: #000 !important;
}

.emailing .hovicon {
    border: 1px solid #ffffff;
}

img.app-icon {
    margin: 20px 10px;
}

.emailing .cta-btn {
    margin-bottom: 20px;
}

.p-abso {
    position: relative;
    top: -84px;
    background: #060c29;
    padding: 20px;
    /* left: 430px; */
    margin: 0 150px;
    color: #fff;
}

.emailing .fa-gift {
    float: none;
}

.emailing .icon-box.block {
    margin: 20px 0px;
}

.emailing a {
    font-size: 18px;
}

.popup-order .form-box {
    position: relative;
    top: 0;
    margin-top: 40px;
}

.popup-order .logo {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .p-abso {
        margin: 0 20px;
        top: -14px;
    }
}

.navbar-default {
    background: #fff !important;
}

.animation-btn img {
    margin: 20px 0 0 20px;
}

.popupenvie {
    z-index: 2222 !important;
}

.popup {
    z-index: 2222 !important;
}

input::placeholder {
    color: #999 !important;
}

div#myModaletoile .modal {
    top: 300px;
}

.orderBox {
    background-color: #2c314b;
}

.map-section {
    background: url(../img/map-bg.png) left top no-repeat #f8f9fb;
}

.mapDetail {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
    margin: 15px 0px;
    color: #fff;
}

.mapDetail h1 {
    font-size: 18px;
}

.mapDetail p {
    font-size: 16px;
    line-height: 25px;
}

.mapDetail span {
    font-size: 25px;
    float: left;
    line-height: 30px;
    color: #fff;
}

.mapBtn {
    background: #DC3727;
    padding: 7px 10px;
    text-align: center;
    width: 150px;
    float: left;
    margin-left: 10px;
    color: #fff;
}

.mapBtn a {
    color: #fff;
}

.mapBtn a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Slider CSS  Start */
div#rev_slider_landing_custom_forcefullwidth {
    /*	height: 750px !important;*/
}

div#slide-3046-layer-3 {
    text-align: center !important;
    line-height: 55px !important;
    font-size: 35px !important;
    text-shadow: 2px 4px 10px #000000ba;
}

div#slide-3046-layer-1_1325 img {
    width: 402px !important;
    height: 250px !important;
}

.sup {
    font-size: 35px !important;
}

/* Slider CSS End */
@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: #15161c;
}

.boxDetails {
    background: #1e1f25;
    padding: 30px 20px;
    text-align: center;
    margin: 50px 0px;
}

.boxIcon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;

    color: #f16d07;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    line-height: 68px;

    background-color: #DC3727;
    z-index: 1;
    font-size: 35px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.boxIcon img {
    margin-top: 8px;
    display: inline-block;
}

.boxIcon::before {
    content: "";
}

.boxIcon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -7px;
    border: 2px dashed #b4b4b4;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rotation 50s infinite linear;
    animation: rotation 50s infinite linear;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.boxIcon::after:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: rotation 2s infinite linear;
    animation: rotation 2s infinite linear;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.boxDetails:hover .boxIcon::after {
    border: 2px dashed #fff;
    background-color: #e30202;
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.boxDetails h4 {
    line-height: 40px !important;
}

.boxDetails p {
    color: #fff !important;
}

.col-mainPg {
    color: #fff !important;
}

.bg-mainPg {
    background-color: #fff !important;
}

/********************** CMS sub-banner ****************/

@-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: 0;
    height: 0;
    background: rgba(216, 6, 6, 0.18);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.cms-banner-item .cms-banner-inner:hover .cms-banner-img:before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
}

.random a {
    color: #000 !important;
    font-size: 16px;
}

.random a:hover {
    color: #DC3727 !important;
}

.popup-header {
    background-color: #e2e2e2 !important;
}

.popup-content-detail {
    background-color: #e2e2e2 !important;
    margin: 120px auto !important;
}

.fieldDetails img[name="captcha"] {
    border: 1px #c8c6c6 solid;
}

/*----------------------cta-btn2 --------------------*/
.cta-btn2 {}

.cta-btn2 a {
    line-height: 40px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    color: #fff;
}

.cta-btn2 a span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e1cdb2+0,faf3e9+50,e1cdb2+100 */
    background: #DC3727;
    /* Old browsers */

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    width: 300px;
}

.cta-btn2 a span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #DC3727;
    content: attr(data-hover);
    color: #fff;

    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    text-align: center;
    border-radius: 10px;
}

.cta-btn2 a:hover span,
.cta-btn2 a:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.cta-btn2 a:hover span::before,
.cta-btn2 a:focus span::before {
    background: #DC3727;
}

.cta-btn2 a {
    color: #fff;
    opacity: 1;
    font-size: 15px;
}

.cta-btn2:hover {
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}

#ttcmsoffer {
    float: left;
    width: 100%;
    position: relative;
    background: url(../img/event-sec-bg.jpg) center bottom no-repeat;
    padding: 150px 0;
    background-size: cover;
}

#ttcmsoffer .tt-title {
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-align: left;
}

#ttcmsoffer p {
    font-size: 22px;
    color: #000;
    line-height: 36px;
    text-align: justify;
}

#ttcmsoffer .ttoffer {
    padding: 50px 0;


}

#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: #fff;
    padding: 13px 25px;
    background: #DC3727;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#ttcmsoffer .ttoffer .ttoffer-content .ttoffer-button a:hover {
    background: #DC3727;
    color: #fff;
}

#ttcmsoffer .ttoffer .ttimg {
    float: left;
    text-align: center;
    position: relative;
}

#ttcmsoffer .ttoffer .ttimg .main_image {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    -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;
}

#ttcmsoffer .main_image img {
    transform: scale(0.9);
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    -moz-transition: all 600ms ease-in-out 0s;
    -o-transition: all 600ms ease-in-out 0s;
    -ms-transition: all 600ms ease-in-out 0s;
    height: auto;
}

#ttcmsoffer .main_image:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

#ttcmsoffer .ttoffer .ttimg .main_image1 {
    position: absolute;
    left: auto;
    right: -40px;
    top: 0;
    bottom: auto;
    margin: 0 auto;
    z-index: 1;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -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;
}

#ttcmsoffer .ttoffer .ttimg:hover .main_image1 {
    right: 0;
    -webkit-animation: linear infinite alternate;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
}

/*==================  Marked List  ======================*/
.container .grid_3 {
    width: 250px;
    margin: 0 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 {
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.marked-list li .img-wrap {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: #DC3727;
}

.marked-list li .img-wrap:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #404040;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.marked-list li img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid transparent;
    position: relative;
    z-index: 3;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.marked-list a:hover h6 {
    color: #DC3727;
}

.marked-list a:hover .img-wrap:before {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
    position: relative;
    padding: 100px 0;
    background: url(../img/section-two-bg.jpg) center bottom no-repeat;
    background-size: cover;
}

.features-area .col-lg-4:first-child .single-features {
    padding-left: 0;
    padding-right: 85px;
    text-align: right;
}

.features-area .col-lg-4:first-child .single-features .icon {
    left: auto;
    right: 0;
}

.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 #DC3727 solid;
}

.single-features .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-features .icon img {
    animation: img 2s infinite;
    animation-timing-function: linear;
}

.single-features .features-content h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #DC3727;
    padding-top: 5px;
    text-align: center;
}

.single-features .features-content p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

.single-features:hover .icon {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.features-img {
    margin-top: -50px;
}

.sectionOne {
    background: #DC3727;
    padding: 50px 0;
    margin-top: -6px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.sectionOne h1 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    font-family: "BRUSHSCI";
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}

.sectionOne .SecOneText .SecOneBtn {
    color: white;
    font-size: 24px;
    margin: 20px auto;
    text-align: center;
}

.sectionOne .SecOneText .SecOneBtn a {
    color: white;
    text-align: center;
    background: #DC3727;
    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;
    padding: 8px 25px;
    margin: 0 auto;
}

.sectionOne .SecOneText .SecOneBtn a:hover {
    color: #fff;
    background: #DC3727;
}

.prodMrg {
    margin: 40px auto;
}

.sectionFour {
    background: url(../img/section-one-bg.jpg) center top no-repeat;
    background-size: cover;
    padding: 40px 0px;
    color: #000;
    font-size: 19px;
    text-align: center;
}

.sectionFour .textWrap {
    margin-top: 67px;
    margin-left: -46px;
}

.sectionFour p {
    max-width: 500px;
    margin: 30px auto 0 auto;
}

.comanderBtn {
    padding: 15px 20px;
}

.comanderBtn a {
    background: #000;
    padding: 10px 25px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.comanderBtn a:hover {
    background: #DC3727;
    color: #000;
}

.footertinyLinks a:hover {
    color: #DC3727;
}

/* The Modal (background) */
.modal1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1111 !important;
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background: url(../img/gift.png);
}

/* Modal Content */
.modal-content1 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;

    height: 300px;
    top: 13%;
    background: url(../img/gift-2.png);
}

/* The Close Button */
.close1 {
    color: #0a0a0a;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 31;
}

.close1:hover,
.close1:focus {
    text-decoration: none;
    cursor: pointer;
}

.imgBoxText {
    text-align: center !important;
    border: 4px solid #000;
    margin-top: 10px;
    padding: 10px;
}

.imgBoxText h1 {
    font-family: ananda;
    text-align: center;
    background-color: #02682d;
    font-size: 39px;
    padding: 25px 0px;
}

.imgBoxText p {
    font-size: 21px;
    margin: 14px 10px;
    line-height: 32px;
    color: #000;
    text-align: center;
}

.imgBoxText p a {
    background: #DC3727;
    padding: 10px 0px;
    font-size: 18px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: underline;
    -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;
}

.imgBoxText p a:hover {
    color: #DC3727;
}

.prodBtm {
    margin-bottom: 14px;
}

.CtaBtn {
    text-align: center;
    font-size: 23px;
    color: #fff;
    line-height: 60px;
}

.CtaBtn a {
    color: #fff;
    background: #DC3727;
    display: block;
    width: 250px;
    border-radius: 10px;
    margin: 10px 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;
}

.CtaBtn a:hover {
    color: #fff;
    background: #DC3727;
}

.sectionThree .CtaBtn a {
    width: 300px;
}

.view-second .content .MrgTop {
    margin-top: 50%;
}

.overlays-container {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.overlays-image {
    display: block;
    width: 100%;
    height: auto;
}

.overlays {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.overlays-container:hover .overlays {
    opacity: 1;
}

.overlays-text {
    color: #ffff99 !important;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    border: 2px solid white;
    padding: 6px;
    border-radius: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.prodPage h2 {
    color: #000;
}

.prodPage h2 span {
    color: #DC3727;
    /*font-family: "BERNHC";*/
    font-weight: 700;
}

.tabcontent h4 {
    color: #DC3727;
}

.ProCenterArea .redColor {
    color: #DC3727 !important;
}

a.liv-btn img {
    filter: invert(1);
}

.red-heading {
    color: #DC3727 !important;
}

.close {
    opacity: 1 !important;
    color: #fff !important;
}

.prodDetails h2 {
    color: #DC3727;
}

@media only screen and (max-width: 1330px) {
    .sectionThree h1 {
        font-size: 45px;
    }

    .sectionThree h1 span {
        font-size: 34px;
    }

    .sectionThree p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 991px) {
    .my-align-center {
        display: flex;
        align-items: center;
    }
}

.logo img {
    width: 200px;
    margin-top: -30px;
    margin-left: 5px;
}

.logo img:hover {
    width: 200px;
    margin-top: -30px;
    animation: none;
    animation-timing-function: none;
}

.mrgZero {
    margin: 0px;
    padding: 0px;
}

/* ProdSecOne */

.ProdSecOne {
    padding: 50px 0px;
    text-align: center;
    background: url(../img/ProdSecOne.jpg);
    background-size: cover;
    margin-top: -5px;
}

.ProdSecOne h1 {
    font-family: "Ananda";
    font-size: 38px;
    text-align: center;
    color: #000;
    font-weight: normal;
    line-height: 28px;
    margin-bottom: 20px;
}

.proImgMain {
    background: url(../img/ProdSecImg1.png) center center no-repeat;
    min-height: 370px;
    height: auto;
    padding: 50px 0;
    background-size: contain;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.proImgMain h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 34px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #02772b;
    /* line-height: 30px; */
    margin: 10px auto 20px auto;
}

.proImgMain p {
    font-weight: 400;
    margin-top: 0px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    color: #fff;
}

.DecouvrirBtn {
    width: 250px;
    height: 50px;
    margin: 20px auto;
    text-transform: uppercase;
}

.red-btn {
    font-weight: 300;
    font-size: 23px;
    text-align: center;
    color: #fff;
    padding: 2px 29px;
    line-height: 51px;
    background: #DC3727;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    display: table;
    margin: 20px auto 0px auto;
}

.red-btn:hover {
    background: #DC3727;
    color: #fff;
}

.DecouvrirBtn a {
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    display: block;
    background: #DC3727;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
}

.DecouvrirBtn a:hover {
    background: #DC3727;
}

section.ProdSecOne .col-md-3 {
    padding: 0;
}

section.ProdSecOne .col-md-3 img {
    max-width: 100%;
}

.footer newsletter .form-inline .form-control::placeholder {
    color: #494949 !important;
}

a.model-btn i.fa.fa-star {
    position: relative;
    right: -3px;
    top: -1px;
}

.sec1new {
    background: #fff url(../img/sec-1.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin-top: -50px;
}

.sec1new .prod-imgMain img {
    margin-bottom: 30px;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sec1new h1 {
    color: #000;
    font-family: "BRUSHSCI";
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    line-height: 38px;
    margin-top: 10%;
}

.sec1new p {
    color: #000;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    transform: rotate(355deg);
    line-height: 28px;
}

.sec1new a.SecBtn {
    color: #fff;
    font-size: 24px;
    text-align: center;
    background: #DC3727;
    border-radius: 50px;
    display: block;
    margin: 20px auto 18px auto;
    transition: all linear 0.5s;
    text-shadow: 1px 1px 1px #000;
    width: 250px;
    line-height: 50px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.sec1new a.SecBtn:hover {
    background: #DC3727;
    color: #fff;
    text-decoration: none;
}

.pizzamethod-sec {
    text-align: center;
    background: url(../img/sec-1.jpg) top center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.pizzamethod-sec .Prodbgmain {
    display: flex;
    height: 400px;
    align-items: center;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.pizzamethod-sec .Prodbgmain img {
    height: 400px;
    transform: scale(1) !important;
}

.pizzamethod-sec h1 {
    font-size: 35px;
    text-align: center;
    color: #DC3727;
    line-height: 50px;
    font-family: "Beautiful";
    font-weight: normal;
    margin: 0px;
}

.pizzamethod-sec h1 span {
    font-size: 35px;
    text-align: center;
    color: #000;
    line-height: 50px;
    font-family: "Brush";
    margin: 0px;
}

.pizzamethod-sec h2 {
    font-size: 35px;
    text-align: center;
    color: #DC3727;
    line-height: 50px;
    font-family: "Beautiful";
    font-weight: normal;
    margin: 0px;
}

.pizzamethod-sec h2 span {
    font-size: 35px;
    text-align: center;
    color: #000;
    line-height: 50px;
    font-family: "Brush";
    margin: 0px;
}

.pizzamethod-sec p {
    font-weight: 400;
    margin: 0 20px;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    text-align: center;
}

.pizzamethod-sec a {
    font-size: 20px;
    color: #fff;
    text-align: center;

    padding: 5px 20px;
    border-radius: 5px;
    margin: 20px auto;
}

.mrgzero {
    margin: 0px;
    padding: 0px;
}

hr {
    border-top: 1px solid #000;
}

.tabPage table {
    margin-top: 50px;
}

.tab h2 {
    color: #DC3727;
}

.panierArea p {
    color: #DC3727;
}

.tab-content nav {
    margin-top: -50px
}

.panierArea .prod-info p {
    color: #000;
}

.panierArea.panierPopUp p span {
    color: #000;
}

.sectionTwo h1.thirdWord,
.sectionTwo h1.secondWord,

.sectionTwo h1.firstWord {
    color: #000 !important;
}

.firstWord,
.secondWord,
.thirdWord,
.ml10 {
    position: relative;
    font-weight: 900;
    font-size: 4em;
}

.firstWord .text-wrapper,
.secondWord .text-wrapper,
.thirdWord .text-wrapper,
.ml10 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.firstWord .letter,
.secondWord .letter,
.thirdWord .letter,
.ml10 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.ml11 {
    position: relative;
    font-weight: 900;
    font-size: 4em;
}

.ml11 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml11 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.ml12 {
    position: relative;
    font-weight: 900;
    font-size: 4em;
}

.ml12 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.2em;
    padding-right: 0.05em;
    padding-bottom: 0.1em;
    overflow: hidden;
}

.ml12 .letter {
    display: inline-block;
    line-height: 1em;
    transform-origin: 0 0;
}

.sectionThree img.image {
    transform: scale(1) !important;
    /*filter: invert(1);*/
}

.sideAnimatedText {
    position: absolute;
    left: -8%;
    top: 35%;
}

.sideAnimatedText h1 {
    line-height: 30px !important;
    margin-top: 95px !important;
    margin-left: -211px;
}

@media (max-width:1500px) {
    .sideAnimatedText h1 {
        margin-left: -260px;
    }
}


.Appliction {
    /* background: #DC3727; */
    display: block;
}


/* NEW ADDED CODE */

.carousalParentDiv {
    position: relative;
    top: 5vh;
    background: url("../img/sliderBg.png") top right no-repeat !important;
    background-size: cover !important;
}

.carousel-indicators {
    position: relative;
    /* bottom: 7% !important; */
}

.carousel-indicators .active,
.carousel-indicators li {
    cursor: pointer;
    height: 6px !important;
    background-color: #fff !important;
}

.animImg {
    padding: 20% 0px;
    margin-bottom: 100px;
}

.animImg img {
    margin-right: -4vw;
}

.animImg .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.animImg:nth-child(2) .img-container {
    justify-content: flex-end !important;
    margin-right: 6vw !important;
}

.carousel-indicators li {
    opacity: 0.7;
}

.carousel-indicators .active {
    opacity: 1;
}



.animText h2 {
    font-weight: bold;
    font-family: Arvo-Bold-Italic;
    text-align: center;
    margin-top: -250px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}

.pizzaPic:hover img[src="./img/pizza1.png"],
.pizzaFour:hover .pizzaDessert,
.containerImg2:hover img[src="img/prod-img1.png"],
.containerImg2:hover img[src="img/prod-img3.png"],
.containerImg2:hover img[src="img/prod-img4.png"],
.containerImg2:hover img[src="img/prod-img8.png"] {
    animation: 4000ms linear 0s infinite normal none running spin;
}

.pizzaDessert {
    position: absolute;
    top: 8vw;
    right: -8.5vw;
    width: 15vw !important;
}

.containerImg2:hover img {
    transform: rotate(-10deg);
}

#street {
    width: 46vw;
    animation: 2s linear 0s infinite normal none running img;
    position: relative;
    left: -27%;
    -webkit-animation-name: shake;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
}

#street2 {
    position: absolute;
    width: 46vw;
    animation: 3s linear 0s infinite normal none running img;
    left: -7%;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }

    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-2deg);
    }

    20% {
        -webkit-transform: translate(-3px, 0px) rotate(3deg);
    }

    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }

    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        -webkit-transform: translate(2px, 1px) rotate(-2deg);
    }

    80% {
        -webkit-transform: translate(-1px, -1px) rotate(4deg);
    }

    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.text-container>span {
    animation: 4.25s ease-in-out 0s infinite normal none running glow;
    font-size: 6vw;
    color: #000;
}

.text-container>span .blkTxt {
    animation: 4.25s ease-in-out 0s infinite normal none running glow2 !important;
    color: #8b8b8b !important;
}

@keyframes glow {

    0%,
    100% {
        color: #DC3727;
        text-shadow: #DC3727 0px 0px 10px, #DC3727 0px 0px 50px,
            #DC3727 0px 0px 100px;
    }

    10%,
    90% {
        text-shadow: none;
    }
}

@keyframes glow2 {

    0%,
    100% {
        color: #8b8b8b;
        text-shadow: #8b8b8b 0px 0px 10px, #8b8b8b 0px 0px 50px,
            #8b8b8b 0px 0px 100px;
    }

    10%,
    90% {
        text-shadow: none;
    }
}

.text-container>span:nth-child(2) {
    animation-delay: 0.25s;
}

.text-container>span:nth-child(3) {
    animation-delay: 0.5s;
}

.text-container>span.thirditem {
    margin-right: 0px !important;
}

.text-container>span:nth-child(4) {
    animation-delay: 0.75s;
}

.text-container>span:nth-child(4) .text-container>span:nth-child(5) {
    animation-delay: 1s;
}

.text-container>span:nth-child(6) {
    animation-delay: 1.25s;
}

.text-container>span:nth-child(7) {
    animation-delay: 1.5s;
}

.text-container>span:nth-child(8) {
    animation-delay: 1.75s;
}

.text-container>span:nth-child(9) {
    animation-delay: 2s;
}

.text-container>span:nth-child(10) {
    animation-delay: 2.25s;
}

.text-container>span:nth-child(10),
.text-container>span:nth-child(11),
.text-container>span:nth-child(12),
.text-container>span:nth-child(13),
.text-container>span:nth-child(14),
.text-container>span:nth-child(15) {
    color: rgb(202, 20, 19);
}

.text-container>span:nth-child(11) {
    animation-delay: 2.5s;
}

.text-container>span:nth-child(12) {
    animation-delay: 2.75s;
}

.text-container>span:nth-child(13) {
    animation-delay: 3s;
}

.text-container>span:nth-child(14) {
    animation-delay: 3.25s;
}

.text-container>span:nth-child(15) {
    animation-delay: 3.5s;
}

.text-container span {
    font-family: DEFUSED;
}

.slider-buttons {
    position: relative;
    top: 30%;
}

.slider-buttons .btn-floating-left {
    position: absolute;
    left: -13% !important;
}

.slider-buttons .btn-floating-right {
    position: absolute;
    right: -12% !important;
}

@media (max-width: 1450px) {
    .slider-buttons .btn-floating-left {
        left: -10% !important;
    }

    .slider-buttons .btn-floating-right {
        right: -10% !important;
    }
}

@media (max-width: 1350px) {
    .slider-buttons .btn-floating-left {
        left: -7% !important;
    }

    .slider-buttons .btn-floating-right {
        right: -7% !important;
    }
}

.comment-container {
    display: flex;
    overflow: hidden;
    position: relative;
}

.mainComment {
    display: none;
    transform: translateY(-100%);
}

.mainComment.active {
    display: block;
    transform: translateY(0);
}

.commentText {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commentImage {
    float: right;
    width: 50%;
    transition: transform 0.5s ease-in-out;
}

.commentImage img {
    transition: transform 0.5s ease-in-out;
}

.slider-dots {
    position: relative;
    top: 35%;
    right: 30px;
    /* Adjust the position as needed */
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.slider-dot {
    width: 10px;
    /* Adjust the dot size as needed */
    height: 10px;
    background-color: #000;
    /* Dot color */
    border-radius: 50%;
    margin: 5px 0;
    cursor: pointer;
    opacity: 0.5;
    /* Initial opacity */
    transition: opacity 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.slider-dot.active {
    background-color: #000;
    /* Active dot color */
    opacity: 1;
    /* Active dot opacity */
}

.carousel {
    box-sizing: border-box;
    opacity: 1 !important;
    width: 100%;
    height: auto !important;
}

.start {
    -webkit-animation-name: start;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-play-state: running;
    -webkit-animation-direction: reverse;
}

@keyframes start {
    from {
        transform: scale(0);
    }

    30% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    70% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    90% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.slider-number {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 10px !important;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    position: relative;
    left: -30px;
}

.slider-number.active {
    background-color: #DC3727;
    color: white;
}

.mainComment h1 {
    background-color: #fff !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.48);
    padding: 50px;
    font-size: 2rem;
    border-radius: 20px;
}

.mainComment img {
    margin-top: -100px;
}

/* slider css End*/


/*  .secOne start */

section {
    /* margin-top: 100px; */
}

.secOne {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    border-bottom: 1px solid #DC3727;
    padding: 80px;
}

.secOneimg {
    overflow: hidden;
}

.secOneimg img {
    animation: con2Img 4s infinite;
    width: 100%;
}

.secOne .leftOne {
    display: flex;
    justify-content: center !important;
    align-items: center;
    flex-direction: column;
    height: 28vw;
}

.secOne .leftOne h1 {
    color: #DC3727;
    text-align: center;
    font-size: 5.5rem;
    font-family: Darumadrop One !important;
}

.secOne .leftOne p {
    color: #000;
    text-align: center;
    font-size: 2.5rem;
    padding: 20px 0px;
}

.secOne .leftOne a {
    color: #DC3727;
    text-align: center;
    font-size: 2.5rem;
    padding: 10px 40px;
    border: 1px solid #DC3727;
    background-color: #fff;
    transition: all 1s;
    text-decoration: none;
}

.secOne .leftOne a:hover {
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    padding: 10px 20px;
    border: 1px solid #DC3727;
    background-color: #DC3727;
}

.secOne .rightOne {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secOne .rightOne h1 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    padding: 20px 0px;
    background: #DC3727;
    position: relative;
    z-index: 111;
    margin: 0 !important;
    font-family: Cooper-Black !important;
}

.secOne .btmSEC .secOneimg .overlay {
    bottom: 0 !important;
    width: 91.5%;
    height: 0%;
    background: #DC3727;
    position: absolute;
    transition: all 0.5s;
    box-sizing: border-box;
}

.secOne .topSEC .secOneimg .overlay {
    width: 92%;
    height: 0%;
    background: #DC3727;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    box-sizing: border-box;
}

.secOne .secOneimg:hover .overlay {
    height: 100%;
    background: #DC3727;

}

.secOne .secOneimg .overlay a {
    color: #DC3727;
    position: relative;
    top: 50%;
    left: 19%;
    font-size: 3rem;
    background: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    opacity: 0;
    transition: all 1s;
    text-decoration: none;
}

.secOne .secOneimg:hover .overlay a {
    display: inline;
    opacity: 1;
}

.secOne .secOneimg:hover .overlay a:hover {
    background: #000;
    color: #fff;
}

/*  .secOne end */


/* .secTwo start */

@media only screen and (max-width: 1460px) {
    .burgerOffer {
        transform: scale(2.2);
        /* margin: -83px; */
        width: 80%;
        left: 7%;
    }

    .secTwo {
        margin-top: 50px;
    }


}

.secTwo .d-flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 50px !important;
}

.secTwo h1.aos-animate {
    text-align: center !important;
}


@media only screen and (max-width: 1300px) {
    .burgerOffer {
        transform: scale(2.2);
        /* margin: -83px; */
        width: 80%;
        left: 7%;
    }

    .customSize {
        font-size: 55px;
        text-align: left;
        line-break: 1;
        margin: 64px 31px 0px 0px;
    }

    .secTwo .BtnFull {
        font-size: 1.5rem;
        letter-spacing: 0px;
        margin: 0px 0px 0px 191px;
    }

    .secTwo h2 {
        font-size: 2.8rem;
    }

    .secTwo {
        padding: 50px 0px;
    }

    .secTwo br {
        display: none;
    }

}

@media only screen and (max-width: 990px) {
    .burgerOffer {
        position: absolute;
    }

    .burgerOffer {
        position: absolute;
        width: 100%;
    }

    .secTwo {
        margin-top: 50px;
    }

    .vert-move {
        right: 0px;
    }

    .mobile {
        position: relative;
        left: -150px;
    }
}

.secTwo {
    text-align: center;
}

.secTwo h1 {
    color: #DC3727;
    font-size: 9rem !important;
    line-height: 60px;
    transform: rotate(-15deg) !important;
    position: relative;
    top: -85px;
    font-family: ChristmasWish !important;
    z-index: -1 !important;
}

.secTwo h1.span {
    color: #000 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 60px !important;
    position: relative;
    top: -15px;
    z-index: 0;
    transform: none !important;

}

.secTwo h3 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 600;
    font-family: bahnschrift !important;
}

.secTwo button {
    background-color: #DC3727;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 16px;
    margin: 0px 10px;
    color: #fff;

}

.secTwo button:hover {
    background-color: #000;
    transition: all 1s;


}

.secTwo button h3 {
    font-size: 20px;
}

@media (max-width:1450px) {
    .secTwo button h3 {
        font-size: 18px;
    }
}

.secTwo .row {
    display: flex;
    align-items: center;
}

.secTwo button {
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-right: 10px;
    border: 0px;
}

h1.aos-animate {
    font-family: bahnschrift;
    font-size: 60px;
    z-index: 49;
    position: relative;
    text-align: left !important;
}

/* .secTwo end */


/* secThree start */

.secThree .shadow img:nth-child(1) {
    top: -5px;
    left: 2px;
    /*! animation: 2s linear 0s infinite normal none running img; */
}


.secThree h3 {
    font-size: 2.5rem;
    text-align: right !important;
    padding-right: 4rem;
    color: #DC3727;
    font-family: Visage-Bold-Demolished !important;
    font-weight: normal;
}

.secThree .shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 14rem;
}


#mainContentBox .secThree .bg-body p.text-center {
    padding: 0px 62px;
    font-size: 26px;
}

#mainContentBox .secThree .bg-body .text-center {
    padding-top: 3rem;
}

.secThree .shadow img.pulsAnim {
    top: -3rem;
    left: 2px;
    width: 40%;
}

/* @media (max-width:1700px) {
    .secThree .shadow img.pulsAnim {
      top: -0px;
    }
  }
  
  @media (max-width:1600px) {
    .secThree .shadow img.pulsAnim {
      width:35%;
    } 
  } */
/* secThree end */


/* secFour start */

.secFour {
    text-align: center;

}

.secFour h2 span {
    color: #DC3727;
    font-size: 2.5rem;
}

.secFour h2 {
    text-align: left !important;
}

.secFour h3 {
    font-size: 28px;
    font-weight: 600;
    font-family: bahnschrift !important;
    text-align: left;
    padding-right: 60px;
}

.secFour .row {
    display: flex;
    align-items: center;
}

/* secFour end */


/* resturantBg start */

img.video-overlay {
    position: absolute;
    max-width: 71.5rem;
    min-width: 71.5rem;
    z-index: 1;
}

img.video-overlay:hover {
    opacity: 0;
    transition: all 1s;

}

.resturantBg video {
    border-radius: 50px !important;

}

.resturantBg {
    background-image: url(../img/sec5-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px 200px 0px;
}

/* resturantBg end */


/* .secFive start */

.secFive {
    color: #fff;
}

.secFive h1 {
    text-align: center !important;
    font-family: FRADM;
    font-weight: bold;

}

.secFive span {
    color: #DC3727;
    font-family: Blackout;
    font-weight: normal;
}

.secFive .areatxt {
    height: 300px;
    border-radius: 30px;
    margin-top: 6rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.secFive input {
    height: 50px;
}

.secFive .form-control {
    color: #fff !important;
}

.secFive input,
.secFive .areatxt {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: 1px solid #fff !important;
    border: 0px;
    margin: 10px 0px;
}

.secFive .form-control:hover,
.secFive .form-control:focus {
    outline: 0 !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.secFive .form-control {
    color: #fff !important;
}

.secFive .form-control::placeholder {
    color: #dbdbdb !important;
}

.secFive .Envoyer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secFive .Envoyer a {
    color: #000;
    background-color: #DC3727;
    text-align: center;
    padding: 10px 30px;
    font-size: 2rem;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: bold;
}

.secFive .Envoyer a:hover {
    color: #fff;
    background-color: #000;
    transition: all 1s;
}


.restaurentOpacity {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.mainComment.active div.col-lg-6.commentText.aos-init.aos-animate {
    padding: 45px 0;
}

.comment {
    background: url(../img/comment-bg.png) center center no-repeat;
    background-size: 100%;
}

.designBtn {
    display: flex;
    flex-direction: column;
}

.designBtn a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
}

.designBtn a:hover {
    color: #DC3727;
    transition: 0.3s all ease-in-out;
}

/* .secFive end */


/* .secSeven start */
.secSeven {
    background: url(../img/subscribtion-bg.png) center bottom no-repeat;
    background-size: cover;
    padding: 14rem 0px;
    margin: 0 auto;
}

.secSeven .col-lg-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: btn-right 2s infinite;
}

.secSeven .col-lg-12 img {
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

.secSeven h1 {
    color: #fff;
    text-align: center;
    font-family: Montserrat !important;
    font-size: 5rem;
    text-align: center !important;
}

.secSeven h1 span {
    color: #DC3727;
}

.secSeven .form-control {
    background: #fff !important;
    height: 50px;
}

.secSeven button {
    background: #DC3727 !important;
    color: #fff;
}

.secSeven button:hover {
    background: #fff !important;
    letter-spacing: 0.5px;
    color: #000;
    transition: all 1s;
}

.secSeven p {
    color: #fff;
    font-size: 3rem;
    text-align: center;
    padding: 30px 0px;
}

.secSeven form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.secSeven form input {
    border-radius: 10px !important;
    height: 56px !important;
}

/* .secSeven end */


/* .secEight start*/
.secEight .row {
    display: flex;
    align-items: center;
}

.secEight h1 {
    font-family: impact !important;
    font-size: 3rem;
}

.secEight span img {
    margin: 0px 20px;
    animation: 2s linear 0s infinite normal none running secimg;
}

@keyframes secimg {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

section.secEight {
    margin-top: 0px;
}

.secEight .managetxt {
    padding: 0px 80px;
}


/* .secEight end */


/* .footer start */


/* footer code start */

/* footer code start */

footer.footer {
    display: block;
    width: 100%;
    /*! font-family: "Bebas Neue", sans-serif !important; */
    /*! font-size: 18px; */
}

.footerDetailArea {
    background: #777575;
    padding: 2rem 0;
    color: #fff;
}

.footerDetailArea .ftTxtContainer {
    display: "flex";
    flex-direction: "column";
    justify-content: center;
    align-items: center;
}

.storeIcons {
    display: flex;
    align-items: center;
    left: -0.6vw;
    position: relative;
}

.storeIcons a {
    margin: 0 0.25rem;
}

.storeIcons a img {
    max-width: 100%;
    width: 1.1vw;
}

.ftTxtContainer h2 {
    font-size: 1.8rem;
    color: #fff;
    font-family: Asmipro !important;
    letter-spacing: 1.5px;
    font-weight: 900;
}

.ftTxtContainer p {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif !important;
}

.ftBotttomRow {
    background: #DC3727;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 1.5rem 0;
}

.bottomRowItemsList {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bottomRowItemsList span {
    font-size: 1.2rem;
    color: #000;
}

.bottomRowItemsList span a {
    color: #000;
}

.bottomRowItemsList span a:hover {
    color: #000;
    opacity: 0.5;
}

ul.ft-socials {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: center;
}

ul.ft-socials img {
    width: 50px;
}

ul.ft-socials a {
    transition: all linear 0.3s;
    margin: 0 0.5rem;
    position: relative;
    top: 0;
}

ul.ft-socials a:hover {
    top: -5px;
}

.leftBtmRowItm {
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

.centerBtmRowItem {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rightBtmRowItm {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}


.secOne .h-75 {
    height: auto !important;
}

/* footer code end  */

/* .footer end */


.sec2img {
    position: absolute;
    left: 32%;
    top: -11%;
    width: 68%;
    animation: 35000ms linear 0s infinite normal none running spin;
}

@media(max-width:1850px) {
    .sec2img {
        left: 33%;
        top: -8%;

    }

    .sec2img {
        width: 70%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w3-pink,
.w3-hover-pink:hover {
    color: #000 !important;
    background-color: #DC3727 !important
}

.dashed-border {
    position: absolute;
    padding-right: 40px;
    width: 100%;
}

@media (max-width:1800px) {
    .dashed-border {
        padding-top: 50px;
    }
}

@media (max-width:1550px) {
    .dashed-border {
        padding-top: 100px;
    }
}

@media (max-width:1400px) {
    .dashed-border {
        padding-top: 130px;
        right: 30px;
    }

    .secFour h1.aos-animate {
        font-size: 52px;
    }

    .secFour a img {
        width: 80%;
        position: relative;
        right: 50px;
    }
}

.quantSelContainer .plus svg path[style="fill: rgb(250, 0, 67);"],
.quantSelContainer .minus svg path[style="fill: rgb(250, 0, 67);"] {
    fill: #DC3727 !important;
}

.popupDetails h2,
.popupDetails h3 {
    color: #DC3727;
}

.popupDetails .customRadio {
    font-size: 19px;
}

.formShadowContainer hr {
    color: #000 !important;
}

div.tab-content.CustomTabClass {
    margin-top: 2rem;
}

input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 21px;
    margin-right: 20px;
}

.datePickerWrapper .form-check-input {
    position: relative !important;
}

#menu6 .formShadowContainer a {
    color: #DC3727
}

#menu6 .formShadowContainer a:hover {
    color: #DC3727;
    text-decoration: underline !important;
}

.timeHighLight {
    color: #DC3727 !important;
}

.timeHighLight h4,
.timeHighLight p {
    color: #DC3727 !important;
}

.footertinyLinks a {
    color: #000;
}

.footertinyLinks a:hover {
    color: #000;
    text-decoration: underline !important;
}

.cartDrawerContainer a h3 {
    color: #DC3727;
}

.cartDrawerContainer a:hover h3 {
    color: #000;
}

.prodImagWithIngContainer #ingsupp ul {
    padding-right: 100px !important;
}

@media(max-width:1200px) {
    .prodImagWithIngContainer #ingsupp ul {
        padding-right: 175px !important;
    }
}

.CustomCartTextt table td[align="right"] strong.glow {
    text-wrap: nowrap;
}

#menu6 .formShadowContainer h5 {
    color: var(--lightgreen);
}

#menu1>div>div>div:nth-child(1)>div>div>form>div.row>div:nth-child(6)>div>div>div.select-items {

    height: 60vh;
    overflow: overlay;
    box-shadow: 0px 10px 15px #40030340;
}

.ShadowContainerBox .container[style] {
    width: 100% !important;
}


/* new added */


.carousalParentDiv {
    position: relative;
    margin-top: -9vh;
    /* padding-top: 100px; */
    width: 100%;
    background: url("../img/slider-main-bg.jpg") center top / 100% no-repeat;
    background-size: cover;
}

.carousalParentDiv .carousel {
    box-sizing: border-box;
    opacity: 1 !important;
    height: auto !important;
}

.carousalParentDiv .carousel-indicators {
    position: absolute;
    bottom: 5vh;
}

.carousel-indicators .active,
.carousel-indicators li {
    cursor: pointer;
    height: 6px !important;
}

.carousel-indicators li {
    opacity: 0.7;
}

.carousel-indicators .active {
    opacity: 1;
}

.animText {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8% 0px 19%;
}

.animText.slide1 {
    /* background: url(../img/slide1-img.jpg) center center no-repeat; */
    background-size: cover;
}

.animText.slide2 {
    /* background: url(../img/slide2-img.jpg) center center no-repeat; */
    background-size: cover;
}

.animText.slide3 {
    /* background: url(../img/slide3-img.jpg) center center no-repeat; */
    background-size: cover;
}


.slider-wht-txt {
    color: #fff !important;
    font-family: Lateef-Bold;
    font-size: 4rem !important;
    position: relative;
    top: -4rem;
    animation: slidertxt 6s alternate 0s infinite !important;
    line-height: 5rem;
    text-align: center;
    font-weight: 300 !important;
    height: 160px;


}

@keyframes slidertxt {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    30% {
        transform: scale(5);
        opacity: 0;
    }

    40%,
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes slidertxt2 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    20% {
        transform: scale(5);
        opacity: 0;
    }

    30%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

}

@keyframes slidertxt3 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    10% {
        transform: scale(5);
        opacity: 0;
    }

    20%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

}

.slider-wht-txt span {
    color: #fff !important;
    font-family: ALLISONDREAMREGULAR !important;
    font-size: 8rem;
    position: relative;
}

.slider-wht-txt span.txt-pro {
    color: #fff !important;
    font-family: ALLISONDREAMREGULAR !important;
    font-size: 2rem;
    position: relative;
    font-weight: 900 !important;
}

.animText h2 {
    font-size: 6rem;
    color: #fff;
    font-family: Visage-Bold-Demolished !important;
    font-weight: 300 !important;
    animation: slidertxt2 6s alternate 0s infinite;
    margin: 15px 0;
    width: 700px;
    text-wrap: wrap;
    line-height: 8rem;
    height: 200px;
}

.animText h2 span {
    color: #DC3727;
    text-shadow: 3px 2px #fff;
}

a.animLink {
    color: rgb(255, 255, 255);
    padding: 20px 70px;
    border-radius: 50px;
    font-size: 1.5rem;
    background: #DC3727;
    font-weight: bold;
    text-transform: uppercase;
}

a.animLink:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
    transition: all 0.1s ease 0s;
}


@-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);
    }
}

@keyframes shaky {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.slider-main a.btn-floating-left {
    position: absolute;
    left: 4rem !important;
    top: 55% !important;
    animation: btn-left 2s infinite;
}

.slider-main .btn-floating-right {
    position: absolute;
    right: 4rem !important;
    top: 55% !important;
    animation: btn-right 2s infinite;
}

@keyframes btn-left {

    0%,
    100% {
        margin-left: 0;

    }

    50% {
        margin-left: -20px;
    }
}

@keyframes btn-right {

    0%,
    100% {
        margin-right: 0;

    }

    50% {
        margin-right: -20px;
    }
}


#street {
    position: relative;
    width: 46vw;
    opacity: 1;
    left: -3rem;
    animation: 5s ease-in-out 0s infinite normal none running bounces;
}

.carousel-indicators li {
    background-color: #fff !important;
    border-radius: 10px;
    width: 20px !important;
    height: 8px !important;
}

.carousel-indicators li.active {
    width: 50px !important;
    height: 8px !important;
}

.animText h3 {
    font-weight: normal;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 5rem;
    font-family: Cooper-Black;
    top: 0vh;
    animation: slidertxt3 6s alternate 0s infinite;
}


.btn-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 20px;
    font-size: 3rem;
    border: 1px solid #fff;
    transition: all 1s;
    border-radius: 10px;
    position: relative;
    z-index: 111;
    top: -4%;
    text-decoration: none;
}

.btn-container a img {
    width: 50%;
    filter: invert(100);
    position: relative;
    left: 20px;
    transition: all 1s;

}

.btn-container a:hover img {
    filter: invert(0);
    left: 50px;
}

.btn-container a:hover {
    background: rgba(255, 255, 255, 1);
    color: #000;
}


.mainCategoriess {
    padding: 20px 0;
    z-index: 500;
    /* position: relative; */
    text-align: center;
}

h2.secSubTitlte {
    margin-bottom: 2rem;
    font-size: 6.5rem;
    font-weight: 300;
    color: #DC3727;
    font-family: Darumadrop One !important;
    text-transform: uppercase;
}

h2.secSubTitlte span {
    color: #DC3727;
}

.secSubTitlte-nav {
    justify-content: space-evenly;
    display: flex;
    padding-bottom: 2rem;
    border-bottom: 1px solid #DC3727;
}

.categoryBox button {
    background: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    border: 1px solid #DC3727;
    color: #000;
}

.categoryBox button:hover {

    background: #DC3727 !important;
    transition: all 0.5s;


}


.categoryBox li.btn {
    color: #000;
    font-size: 24px;
}

.categoryBox button:hover li.btn {
    color: #fff;
    font-size: 24px;
}

.secSubTitlte-nav-main {
    width: 50%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.relative-thridSubTitlte {
    width: 40%;
    position: relative;
    z-index: 10;
    left: 20vh;
}

.relative-thridSubTitlte-2 {
    width: 35%;
    border: 2px solid #DC3727;
    border-radius: 20px;
    height: 45vh;
    left: -20vh;
    position: relative;
}

.secSubTitlte-nav-item {
    color: #000000;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;

    border: 0px;
    background: none;
}

.secSubTitlte-nav-item P {
    margin-bottom: 0px !important;
}

.secSubTitlte-nav-item.active {
    background-color: #DC3727;
    padding: 5px 30px;
    border-radius: 50px;
    color: #fff;
}

.secSubTitlte-bar img {
    padding: 10px;
}

.secSubTitlte-bar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.secSubTitlte-bar .secSubTitlte-bar-hr {
    width: 15vw;
    height: 8px;
    background-color: #000 !important;
    border-radius: 23px;
    align-items: center;
    display: flex;
    justify-content: center;
}

h1.secTitlte {
    font-size: 2.2rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #DC3727;
}

.categoryBox {
    width: 100%;
    background: #fff;
    transform: scale(0.9);
    top: 0;
    position: relative;
    transition: all linear 0.3s;
    display: block;
}

.categoryBox-offer {
    scale: 1.2;
    display: flex;
    align-items: center;
}

.catProdImg {
    width: 95%;
    margin: 1rem auto;
    transform: rotate(0deg);
    transition: all linear 0.3s;
}

.mainCategoriess .carousel-item.active {
    display: flex !important;
    justify-content: center;
    padding-bottom: 0px;
    clear: both;
    float: none;
}

.catTitle2 {
    color: #DC3727;
}

.categorySlider {
    margin-top: 20px;
}

.vertical-tab-buttons {
    overflow: hidden;
    position: relative;
}

.vertical-tab-buttons .VertTabLinks {
    background: none;
    padding: 10px 20px;
    /* border-radius: 50px; */
    font-size: 3.5rem;
    margin: 10px;
    font-family: Darumadrop One !important;
    color: #979292;
    border: none;
}

.vertical-tab-buttons .VertTabLinks.active {
    border-bottom: 5px solid #DC3727;

    color: #000;
}

.categorySlider .catProdImg img {
    width: 100% !important;
}

.categorySlider .categoryBox {

    padding: 0rem 0px;
}

.categorySlider .categoryBox:hover .catProdImg {
    transform: rotate(0);
}

.categorySlider .catProdImg {
    width: 100%;
    margin: 0rem auto;
    transform: rotate(0deg);
    transition: all linear 0.3s;
    overflow: hidden;
}

.categorySlider .categoryBox {
    width: 100%;
    background: #DC3727;
    transform: scale(0.9);
    top: 0;
    position: relative;
    transition: all linear 0.3s;
    display: block;
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    /* flex-direction: column; */
}

.categorySlider h3.catTitle {
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    font-family: Radio Canada !important;
}

.categorySlider .categoryBox button {
    background: #fff;
    padding: 5px 35px;
    border-radius: 5px;
    border: 1px solid #DC3727;
    color: #000;
    position: relative;
    top: 20px;
}

.categorySlider .categoryBox button:hover {

    background: #000 !important;
    color: #fff;
    transition: all 0.5s;
    border: 1px solid #000;


}

.categorySlider .catProdImg img {
    position: relative;
    animation: con2Img 4s infinite;
}

.categorySlider .carousel {
    width: 100%;
}

.categorySlider .carousel-indicators {
    bottom: 0px !important;
}

.categorySlider .carousel-indicators li {
    background: #fff;
    border: 1px solid #DC3727;
    width: 30px !important;
    height: 10px !important;
    border-radius: 0px;
}

.categorySlider .carousel-indicators li:hover,
.categorySlider .carousel-indicators li.active {
    background: #DC3727 !important;
    border: 1px solid #DC3727;
    width: 30px;
    height: 10px;
    border-radius: 0px;
}

@keyframes con2Img {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        rotate: -5deg;
    }
}

.VertTabContent {
    margin: 0px 210px;
}

.offertxt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.categoryBox {
    width: 100%;
    background: #fff;
    transform: scale(0.9);
    top: 0;
    position: relative;
    transition: all linear 0.3s;
    display: block;
}

.categoryBox-offer {
    scale: 1.2;
    display: flex;
    align-items: center;
}

.catProdImg {
    width: 95%;
    margin: 1rem auto;
    transform: rotate(0deg);
    transition: all linear 0.3s;
}

.catProdImg img {
    width: 92%;
}

.mainCategoriess .carousel-item.active {
    display: flex !important;
    justify-content: center;
    padding-bottom: 0px;
    clear: both;
    float: none;
}

.catTitle2 {
    color: #DC3727;
    margin: 20px 0px
}

.categoryBox {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 3px 4px rgb(155 155 155 / 16%);
    margin: 1rem 0;
    transform: scale(0.9);
    top: 0;
    position: relative;
    transition: all linear 0.3s;
    padding: 2rem 0px;
}

.categoryBox a {
    /* display: block;
    padding: 2rem;*/
}

.catProdImg {
    width: 95%;
    margin: 1rem auto;
    transform: rotate(0deg);
    transition: all linear 0.3s;
}

.categoryBox:hover .catProdImg {
    transform: rotate(20deg);
}

h3.catTitle {
    font-size: 2.6rem;
    font-weight: 600;
    color: #000;
    margin-top: 3rem;
    font-family: Radio Canada !important;
}

.categoryBox:hover {
    top: -20px;
    transform: scale(1);
    box-shadow: 0px 0px 3px 4px rgb(155 155 155 / 20%);
}


.categorySlider .categoryBox:hover {
    top: 0 !important;
    transform: scale(0.9);
    box-shadow: 0px 0px 3px 4px rgb(155 155 155 / 20%);
}

.centerBtmRowItem {
    display: flex;
    flex: 1;
    justify-content: center;
}

.centerBtmRowItem h2 {
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
}

.Appliction .container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-end {
    padding-bottom: 20px;
}

.footer-end p {
    color: #fff;
}

.footer-end p a {
    color: #fff;
}

.footer-end p a:hover {
    text-decoration: underline;
    color: #fff;
}

.ft-socials li {
    list-style: none;
}

.logoMobile {
    display: none !important;
}

.cartBtn {
    position: relative;
    left: -50px;
}

/*link page modications */
.text-muted {
    color: #000 !important;
}

@media (max-width:1500px) {
    .nav>li>a {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .nav>li>a.menu-btn {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.tabPage .wizard div:nth-child(8) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabPage .wizard div:nth-child(8) input {
    margin-left: 20px;
}

.tabPage .wizard div:nth-child(8) div {
    text-align: left !important;
    padding-top: 10px;
}

.checkOutPTable div.col-lg-2 {
    text-wrap: nowrap !important;
}

#Cartch>div:nth-child(2) div {
    text-wrap: wrap !important;
}


.carousalParentDiv {
    position: relative;
}

.videoContainer {
    position: absolute;
}

.carousalParentDiv .blackBg {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
}

.rightOne img {
    width: 80%;
}

.sec-2-text {
    color: #DC3727;
    text-align: center;
    font-size: 5.5rem;
    font-family: Cooper-Black;
}

.sec2-row {
    display: flex;
    align-items: center;
    margin-top: 5%;
}
.app-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 2vw;
}
.app-icons a img{
    position: relative;
    width: 100%;
    padding: 0px 5px;
    transition: all 0.5s;
}
.app-icons a:hover img{
    transform: scale(1.1);
}

img[src="img/ft-footer.png"]{
    position: relative;
    left: 1vw;
    width: 20vw;
}