.hvr-float-shadow {
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    vertical-align: middle;
}

.hvr-float-shadow::before {
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    transition-duration: 0.3s;
    transition-property: transform, opacity;
    width: 90%;
    z-index: -1;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    transform: translateY(-5px);
}

.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
    opacity: 1;
    transform: translateY(5px);
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover figcaption>span {
    transform: translate3d(0px, 0px, 0px);
}

figure.effect-zoe:hover h2 {
    transition-delay: 0.05s;
}

figure.effect-zoe:hover figcaption>span:nth-child(4) {
    transition-delay: 0.1s;
}

figure.effect-zoe:hover figcaption>span:nth-child(3) {
    transition-delay: 0.15s;
}

figure.effect-zoe:hover figcaption>span:nth-child(2) {
    transition-delay: 0.2s;
}

figure.effect-chico img {
    transform: scale(1.12);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure.effect-chico:hover img {
    transform: scale(1);
}

.ideas-hover .animated:hover img {
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    border: 2px solid #fff;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
}

.ideas-hover .animated:hover figcaption::before,
.ideas-hover .animated:hover p {
    opacity: 1;
    transform: scale(1);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    transform: scale(1);
}

/*first css*/

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/*second css*/

#rs-demo-id {}

.hermes.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 100;
}

.hermes.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.hermes.tparrows.tp-leftarrow:before {}

.hermes.tparrows.tp-rightarrow:before {}

.hermes.tparrows.tp-rightarrow::before {
    content: url(../images/next.png)
}

.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translatex(-20px);
    -webkit-transform: translatex(-20px);
    opacity: 0;
}

.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translatex(20px);
    -webkit-transform: translatex(20px);
    opacity: 0;
}

.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0px;
    left: 0px;
    visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0px;
    left: auto;
}

.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible;
}

.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 110px;
    transform: translatex(-180px);
    -webkit-transform: translatex(-180px);
    transition: all 0.3s;
    transition-delay: 0.3s;
}

.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(180px);
    -webkit-transform: translatex(180px);
}

.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0px);
    -webkit-transform: translatex(0px);
}

.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0px 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: rgb(255, 255, 255);
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotatex(-90deg);
    transform: rotatex(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box;
}

.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
}

#rev_slider_6_1 .uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    background: transparent;
    width: 10px;
    height: 10px;
}
#rev_slider_6_1 .uranus .tp-bullet.selected,
#rev_slider_6_1 .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);
    border: none;
    border-radius: 50%;
    background: transparent;
}

#rev_slider_6_1 .uranus .tp-bullet-inner {
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

#rev_slider_6_1 .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_6_1 .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    background-color: rgb(255, 255, 255);
}

/*third css*/

.double-line,
.double-line-2 {
    position: relative;
    margin-bottom: 10px;
}
.double-line-2 img {
    max-width: 15px;
    vertical-align: top;
}
img.veg {
    max-width: 15px;
}img.veg-title {
    max-width: 25px;
}
.double-line:after,
.double-line:before,
.double-line-2:after,
.double-line-2:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0%;
    margin-left: 0px;
    background-color: #cccccc;
}

.double-line-2:after,
.double-line-2:before {
    background-color: #dc3522;
}

.double-line:before,
.double-line-2:before {
    margin-left: 10px;
    bottom: -8px;
}

.page-id-2136 .product-category-title,
.page-id-28 .product-category-title,
.page-id-3187 .product-category-title,
.page-id-3222 .product-category-title {
    padding: 10px 40px;
    bottom: -30px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 300px;
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: #5d5d5d;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    z-index: 50;
}

.nz-numbers {
    font-size: 18px;
    line-height: 24px;
    color: #dc3522;
    font-weight: 700;
}

.zigzag-bottom,
.zigzag-top {
    position: relative;
    z-index: 80;
}

.zigzag-bottom {
    top: -8px;
}

.zigzag-top {
    bottom: -8px;
}

.nz-custom-testimonials .nz-testimonials .title {
    color: #fff;
}

.custom-no-gap .nz-row {
    margin-left: 0;
    margin-right: 0;
}

.custom-no-gap .col {
    padding-left: 0;
    padding-right: 0;
}

#wpcf7-f4-p28-o1 p,
#wpcf7-f3260-p3222-o1 p {
    padding-left: 5px;
    padding-right: 5px;
}

#wpcf7-f3260-p3222-o1 p,
#wpcf7-f3319-p2426-o1 p {
    padding-bottom: 5px;
}

.custom-testimonials-back .nz-testimonials .text {
    background-color: #f5f5f5;
}

.custom-testimonials-back .nz-testimonials .test-info:before {
    border-color: #f5f5f5 transparent transparent transparent;
}

.contact-row .nz-row {
    background-color: #f9f8f4;
    padding: 0 50px;
}

@media only screen and (min-width: 1024px) {
    .ninzio-half {
        width: 50%;
        float: left;
    }
}

@media only screen and (min-width: 1100px) {
    #wpcf7-f4-p28-o1 p {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

/*LANDING*/

.demoCol .demo-hover {
    display: inline-block;
}

.demoCol h3.text {
    color: #dc3522 !important;
    text-align: center;
    display: block;
    position: relative;
    font-size: 16px;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.demoCol #demo2+.text {
    color: #e3b675 !important;
}

.demoCol #demo3+.text {
    color: #ec8dad !important;
}

.demoCol .demo-layout {
    overflow: hidden;
    max-width: 100% !important;
    position: relative;
    top: 0px;
    left: 50%;
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.demoCol .demo-layout img {
    -webkit-transition: all 10s ease;
    -moz-transition: all 10s ease;
    -ms-transition: all 10s ease;
    -o-transition: all 10s ease;
    transition: all 10s ease;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media only screen and (min-width: 320px) {
    .demoCol #demo1 {
        max-height: 500px;
        width: auto;
    }
    .demoCol #demo2,
    .demoCol #demo3 {
        max-height: 300px;
        width: auto;
    }
    .demoCol a:hover #demo1 img {
        -webkit-transform: translateY(calc( -100% + 485px));
        -ms-transform: translateY(calc( -100% + 485px));
        -moz-transform: translateY(calc( -100% + 485px));
        -o-transform: translateY(calc( -100% + 485px));
        transform: translateY(calc( -100% + 485px));
    }
    .demoCol a:hover #demo2 img,
    .demoCol a:hover #demo3 img {
        -webkit-transform: translateY(calc( -100% + 285px));
        -ms-transform: translateY(calc( -100% + 285px));
        -moz-transform: translateY(calc( -100% + 285px));
        -o-transform: translateY(calc( -100% + 285px));
        transform: translateY(calc( -100% + 285px));
    }
}

@media only screen and (min-width: 768px) {
    .demoCol #demo1 {
        max-height: 700px;
        width: auto;
    }
    .demoCol a:hover #demo1 img {
        -webkit-transform: translateY(calc( -100% + 685px));
        -ms-transform: translateY(calc( -100% + 685px));
        -moz-transform: translateY(calc( -100% + 685px));
        -o-transform: translateY(calc( -100% + 685px));
        transform: translateY(calc( -100% + 685px));
    }
}

@media only screen and (min-width: 1024px) {
    .demoCol #demo2,
    .demoCol #demo3 {
        max-height: 500px;
        width: auto;
    }
    .demoCol a:hover #demo2 img,
    .demoCol a:hover #demo3 img {
        -webkit-transform: translateY(calc( -100% + 485px));
        -moz-transform: translateY(calc( -100% + 485px));
        -ms-transform: translateY(calc( -100% + 485px));
        -o-transform: translateY(calc( -100% + 485px));
        transform: translateY(calc( -100% + 485px));
    }
}

/*  TYPOGRAPHY
/*-------------------------*/

body,
input,
pre,
code,
kbd,
samp,
dt {
    font-size: 14px;
    line-height: 22px;
    font-family: calibri;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a,
.rich-header .subtitile,
.woo-cart,
.desk-cart-toggle span {
    font-family: calibri !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: calibri;
    text-transform: none;
}

h1 {
    font-size: 38px;
    line-height: 30px;
    color: #777;
    margin-bottom: 30px;
}

h2 {
    font-size: 35px;
    line-height: 30px;
    color: #777;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    line-height: 30px;
    color: #777;
    margin-bottom: 30px;
}

h4 {
    font-size: 24px;
    line-height: 25px;
    color: #777;
    margin-bottom: 25px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    color: #777;
    margin-bottom: 20x;
}

h6 {
    font-size: 16px;
    line-height: 22px;
    color: #777;
    margin-bottom: 15px;
}

.mob-menu li a,
#nz-content .search input[type="text"],
.ls a {
    font-family: calibri;
}

textarea,
select,
button,
.button,
.widget_product_categories ul li a,
.widget_nz_recent_entries .post-date,
input[type="month"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="date"],
input[type="datetime"],
input[type="password"],
input[type="search"],
input[type="datetime-local"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="reset"] {
    font-family: calibri;
    font-size: 14px;
}

.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_categories ul li a,
.rich-header .nz-breadcrumbs,
.nz-timer,
.nz-circle .title,
.count-value,
.event-value,
.event-title,
.nz-testimonials .name,
.nz-persons .person .name,
.nz-pricing-table>.column .title,
.nz-pricing-table .price,
.nz-pricing-table>.column .tariff,
.nz-tagline-2 .container>.tagline-title,
.tabset .tab,
.toggle-title .toggle-title-header,
.ninzio-navigation,
.woocommerce-pagination,
.ninzio-filter .filter,
.single-details .nz-i-list a,
.nz-table th,
.comment-meta .comment-author cite,
.wp-caption .wp-caption-text,
.nz-tagline .tagline-title,
.woocommerce .product .onsale,
.woocommerce .product .added_to_cart,
.woocommerce-tabs .tabs>li,
.woocommerce .single-product-summary .amount,
.reset_variations,
.footer-menu>ul>li>a,
.share-label,
.comment-meta .replay a,
.project-details ul li,
.woocommerce-tabs .commentlist .comment-text .meta,
a.edit,
a.view,
#nz-content .widget_icl_lang_sel_widget,
.nz-progress .progress-percent,
.nz-progress .progress-title,
.nz-content-box-2 .box-title span,
.footer-info,
.nz-breadcrumbs>.container>*,
.product .price,
.related-products-title h3,
.post .post-date-full,
.post .post-date-custom,
.events .post-date-full,
.events .post-date-custom,
.post .post-more,
.ninzio-nav-single>*,
.events .post-more,
.error404-big,
.rtb-booking-form legend {
    font-family: calibri;
}

/*  BACKGROUND
/*-------------------------*/

html,
#gen-wrap {
    background-color: #ffffff;
}

.footer {
    background-color: #444649;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/*.footer {
background-color:#2e3033;4f5154
background-image:url(http://ninzio.com/lacuisine/wp-content/uploads/footer_bg.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-position:center center;
}*/

/*  COLOR
/*-------------------------*/

::-moz-selection {
    background-color: #dc3522;
    color: #ffffff;
}

::selection {
    background-color: #dc3522;
    color: #ffffff;
}

.sidebar a:not(.button):not(.ui-slider-handle) {
    color: #dc3522;
}

.mob-menu li a:hover,
.mob-menu .current-menu-item>a,
.mob-menu .current-menu-parent>a,
.mob-menu .current-menu-ancestor>a,
.mob-menu ul li>a:hover>.di,
.mob-menu .current-menu-item>a>.di,
.mob-menu .current-menu-parent>a>.di,
.mob-menu .current-menu-ancestor>a>.di,
.mob-header .ls li a:hover,
.widget_product_search form:hover:after,
.widget_categories ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_archive ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li:hover>a>span.toggle,
.widget_product_categories ul li:hover>a>span.toggle,
.widget_calendar td a,
.widget_rss a:hover,
.widget_nz_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover,
.widget_twitter ul li a,
.search-r .post-title a,
.project-category a:hover,
.project-details a:hover,
.nz-related-portfolio .project-details a:hover,
.single-details .nz-i-list a:hover,
.blog-post .post .post-title:hover>a,
.nz-recent-posts .post .post-title:hover>a,
.blog-post .post .post-meta a:hover,
.nz-recent-posts .post .post-meta a:hover,
.blog-post .post .post-meta a:hover i,
.nz-recent-posts .post .post-meta a:hover i,
.woocommerce .product .price,
.widget_shopping_cart .cart_list>li>a:hover,
.widget_products .product_list_widget>li>a:hover,
.widget_recently_viewed_products .product_list_widget>li>a:hover,
.widget_recent_reviews .product_list_widget>li>a:hover,
.widget_top_rated_products .product_list_widget>li>a:hover,
.nz-breadcrumbs>*:after,
.single-post-content a:not(.button),
.footer-info .get-location .icon-location3,
.nz-breadcrumbs a:hover,
.nz-breadcrumbs>.container>*:before,
.nz-breadcrumbs>.container>*:after,
.post .post-more:hover,
.post .post-category a:hover,
.events .events-category a:hover,
.events .events-title a:hover,
.error404-big,
.nz-content-box-2 a:hover .box-title h3,
.single .recipes-head .recipes-navigation>a:hover {
    color: #dc3522 !important;
}

#nz-content a:not(.button),
#nz-content a:not(.button):visited,
.post-comments-area a,
.woo-cart .widget_shopping_cart .cart_list>li>a:hover,
.woocommerce .single-product-summary .product_meta a,
.widget_shopping_cart .cart_list>li>a:hover,
.widget_products .product_list_widget>li>a:hover,
.widget_recently_viewed_products .product_list_widget>li>a:hover,
.widget_recent_reviews .product_list_widget>li>a:hover,
.widget_top_rated_products .product_list_widget>li>a:hover,
.reset_variations:hover,
.count-icon,
.event-icon,
.nz-testimonials .name {
    color: #dc3522;
}

#nz-content a:not(.button):hover,
#nz-content a:not(.button):visited:hover,
.post-comments-area a:hover,
.woocommerce .single-product-summary .product_meta a:hover {
    color: rgb(170, 3, -16);
}

.desk-menu>ul>li.current-menu-item>a>.txt:after,
.desk-menu>ul>li.current-menu-parent>a>.txt:after,
.desk-menu>ul>li.current-menu-ancestor>a>.txt:after,
.desk-menu>ul>li:hover>a>.txt:after,
.widget_nav_menu li:after,
.widget_product_categories li:after,
.flex-control-paging li a.flex-active,
.flex-direction-nav a:hover,
.ninzio-slider-bullets span:hover,
.ninzio-slider-bullets span.current-bullet,
.toggle-title.active .arrow,
.ninzio-navigation li a:hover,
.ninzio-navigation li span.current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current,
.widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .product:hover .category-details,
.nz-persons .person .title:after,
.rich-header .text-content:before,
.rich-header .nz-breadcrumbs a:before,
.post .post-date:after,
.project-details ul li:before,
#mc-embedded-subscribe+span,
.footer .widget_tag_cloud .tagcloud a:hover,
.footer .post-tags a:hover,
.footer .widget_product_tag_cloud .tagcloud a:hover,
.tab-img-tabset .tab-img:after,
.toggle-title.active .arrow,
.nz-pricing-table>.column .pricing:before,
.nz-event-container:before,
.widget_title:after,
.widget_title:before,
.nz-overlay-before,
#nz-content .nz-single-image:before,
.post .post-date-full,
.post .post-date-custom,
.events .post-date-full,
.events .post-date-custom,
.post .post-category:after,
.post .post-category:before,
.widget_twitter .follow,
.nz-content-box-2 .box-title h3:after,
.nz-content-box-2 .box-title h3:before,
.nz-persons .person .title:after,
.nz-persons .person .title:before,
.loop .recipe-title,
.nz-related-recipes .recipe-title,
.nz-recent-recipes .recipe-title {
    background-color: #dc3522 !important;
}

.nz-overlay-before:after,
.widget_recent_entries ul li:before,
.widget_meta ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_archive ul li a:before {
    box-shadow: inset 0 0 0 2px rgba(220, 53, 34, 0.8);
}

.owl-controls .owl-page.active {
    box-shadow: inset 0 0 0 2px #dc3522;
}

.woocommerce .product .onsale {
    background-color: rgba(220, 53, 34, 0.8);
}

.shop-loader:before,
.nz-loader {
    border-top: 1px solid rgba(220, 53, 34, 0.1);
    border-right: 1px solid rgba(220, 53, 34, 0.1);
    border-bottom: 1px solid rgba(220, 53, 34, 0.1);
    border-left: 1px solid rgba(220, 53, 34, 0.5);
}

.ninzio-navigation li a:hover,
.ninzio-navigation li span.current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li span.current {
    box-shadow: inset 0 0 0 1px #dc3522;
}

.widget_price_filter .ui-slider .ui-slider-handle,
.nz-persons .person a:hover .person-body,
.nz-persons .person a:hover .img {
    border-color: #dc3522;
}

.single-details .nz-i-list span.icon {
    box-shadow: inset 0 0 0 20px #dc3522;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"],
.single-details .project-link,
.woocommerce .single-product-summary .button,
.widget_price_filter .price_slider_amount .button,
.wc-proceed-to-checkout a,
.woocommerce-message .button.wc-forward,
.single_add_to_cart_button,
.widget_shopping_cart p.buttons>a,
a.edit,
a.view {
    background-color: #dc3522;
}

.woocommerce .product .single-product-summary .button,
.woocommerce .product .single-product-summary .added_to_cart,
.woocommerce .product .single-product-summary .product_type_external {
    background-color: #dc3522 !important;
}

.woocommerce .product .single-product-summary .button:hover,
.woocommerce .product .single-product-summary .added_to_cart:hover,
.woocommerce .product .single-product-summary .product_type_external:hover {
    background-color: rgb(170, 3, -16) !important;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.single-details .project-link:hover,
.woocommerce .single-product-summary .button:hover,
.widget_price_filter .price_slider_amount .button:hover,
.wc-proceed-to-checkout a:hover,
.woocommerce-message .button.wc-forward:hover,
.single_add_to_cart_button:hover,
.widget_shopping_cart p.buttons>a:hover,
a.edit:hover,
a.view:hover {
    background-color: rgb(170, 3, -16);
}

.default.button-normal {
    background-color: #dc3522
}

.default.button-ghost {
    box-shadow: inset 0 0 0 2px #dc3522;
    color: #333;
}

.default.button-3d {
    background-color: #dc3522;
    box-shadow: 0 4px rgb(170, 3, -16);
}

.default.animate-false.button-3d:hover {
    box-shadow: 0 2px rgb(170, 3, -16);
}

.default.animate-false.button-normal.hover-fill:hover {
    background-color: #beb4a1;
    color: #fff;
}

.default.button-ghost.hover-fill:hover,
.default.button-ghost.hover-drop:after,
.default.button-ghost.hover-side:after,
.default.button-ghost.hover-scene:after,
.default.button-ghost.hover-screen:after {
    background-color: #dc3522;
}

#mc-embedded-subscribe:hover+span {
    background-color: rgb(170, 3, -16) !important;
}

.desk {
    background-color: rgba(0, 0, 0, 0.8)
}

.desk.fixed-true.active {
    background-color: rgba(255, 255, 255, 1)
}

.mob-header-top {
    background-color: #232323
}

.desk .ls ul ul {
    width: 150px;
}

.desk-menu .submenu-languages {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
}

.desk-menu>ul>li {
    margin-left: 25px !important;
}

.version-classic.desk .header-menu-1:first-child:not(:only-child) {
    margin-right: 25px !important;
}

.search-toggle {
    margin-right: 25px !important;
}

.search-true .header-menu-1 {
    max-width: calc( 100% - 41px);
}

.desk-cart-wrap,
.version-classic .desk-social-links {
    margin-left: 25px !important;
}

.version-classic.desk .desk-cart-wrap,
.version-classic.desk .search-toggle {
    margin-left: 12.5px !important;
}

.version-classic.desk.search-true .desk-cart-wrap {
    margin-left: 25px !important;
}

.desk-menu>ul>li>a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: calibri;
    color: #ffffff;
}

.desk .logo-title {
    color: #ffffff;
}

.desk-social-links {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2)
}

.desk .ls li a,
.desk-social-links a {
    color: #ffffff;
}

.desk-social-links a {
    color: rgba(255, 255, 255, 0.6);
}

.desk-cart-toggle span {
    color: #ffffff !important;
}

.desk.fixed-true.active .desk-menu>ul>li>a {
    color: #000;
}

.desk.fixed-true.active .desk-social-links {
    box-shadow: inset 0 0 0 1px rgba(119, 119, 119, 0.2)
}

.desk.fixed-true.active .ls li a {
    color: rgba(119, 119, 119, 0.8)
}

.desk.fixed-true.active .desk-social-links a {
    color: rgba(255, 255, 255, 0.5)
}

.desk.fixed-true.active .desk-cart-toggle span {
    color: #777777 !important;
}

.desk-menu>ul>li.menu-item-language>a {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2)
}

.desk .ls>div>ul {
    border-color: rgba(255, 255, 255, 0.2)
}

.desk.fixed-true.active .desk-menu>ul>li.menu-item-language>a {
    box-shadow: inset 0 0 0 1px rgba(119, 119, 119, 0.2)
}

.desk.fixed-true.active .ls>div>ul {
    border-color: rgba(119, 119, 119, 0.2)
}

.desk-menu>ul>li:hover>a {
    color: #ffffff;
}

.desk-menu .sub-menu li>a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    font-family: calibri;
}

.desk-menu [data-mm="true"]>.sub-menu>li>a {
    text-transform: uppercase;
    font-weight: 400
}

.one-page-bullets a[href*="#"]:hover,
.one-page-bullets .one-page-active a[href*="#"] {
    box-shadow: inset 0 0 0 10px #dc3522;
}

.desk-menu>ul>li>a>.txt .label:before {
    border-color: #dc3522 transparent transparent transparent;
}

.woo-account .desk.version-center:not(.active),
.shoping-cart .desk.version-center:not(.active),
.search:not(.woocommerce) .desk.version-center:not(.active),
.error404 .desk.version-center:not(.active),
.woo-account .desk.version-classic:not(.active),
.shoping-cart .desk.version-classic:not(.active),
.search:not(.woocommerce) .desk.version-classic:not(.active),
.error404 .desk.version-classic:not(.active) {
    background-image: url(slider_bg1-1.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

/*dummy*/

.hermes.tparrows.tp-leftarrow::before {
    content: url(../images/prev.png) !important;
    margin-top: 20px;
}

.hermes.tparrows.tp-rightarrow::before {
    content: url(../images/next.png) !important;
    margin-top: 20px;
}

.k2t-element-hover {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s
}

.k2t-element-hover:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.about-p {
    color: #000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 21px;
    text-align: justify;
}

.about-cont-bg {
    background-color: #f4f1ea;
    background-size: cover;
    background-image: url(../images/section_bg1.jpg);
    background-repeat: no-repeat;
    background-position: Center center;
    background-attachment: scroll;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.index-bg-trans {
    background-size: cover;
    background-image: url(../images/section_bg8.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.zigzag_top {
    background-image: url(../images/zigzag_top.png);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
    padding-top: 4px;
    padding-bottom: 4px;
}

.index-papad {
    background-color: #f0f4f5;
    background-size: cover;
    background-image: url(../images/section_bg1.jpg);
    background-repeat: no-repeat;
    background-position: Center center;
    background-attachment: scroll;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.img-right {
    margin-bottom: 20px;
    margin-left: 25px;
    display: block;
    float: right
}

.img-left-l {
    margin-bottom: 20px;
    margin-right: 25px;
    display: block;
    float: left
}

/*reserve only for product detail page start*/

.img-left {
    margin-bottom: 30px;
    margin-right: 25px;
    display: block;
    float: left
}

.product-title {
    color: #323234;
    font-weight: 600
}

.product-title:hover {
    color: #dc3522;
}

.product-title-p {
    color: #777;
    font-size: 13px;
}

/*reserve only for product detail page end*/

.default2 {
    background-color: #333;
    color: #fff;
}

.default2:hover {
    background-color: #beb4a1;
    color: #fff;
}

.order_btn a {
    color: #fff !important;
    display: inline-block;
    background: #ed3237;
    padding: 7px 15px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.order_btn a:hover {
    background-color: #beb4a1;
}

div#nz-testmonial1 .col-inner {
    max-width: 800px;
    margin: 0 auto 20px;
}

div#nz-testmonial1 .owl-buttons {
    display: none;
}

.home_Vdo {
    text-align: center;
}
