/*********************************
All Font Family 
*********************************
********************************/

@font-face {
  font-family: "SangBleu-Kingdom";
  src: url("../fonts/SangBleu-Kingdom/SangBleuKingdom-Light-WebM.woff") format("woff"),
       url("../fonts/SangBleu-Kingdom/SangBleuKingdom-Light-WebM.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktpro";
  src: url("../fonts/FaktPro/FaktPro-Light.woff2") format("woff2"),
       url("../fonts/FaktPro/FaktPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faktpro";
  src: url("../fonts/FaktPro/FaktPro-Normal.woff2") format("woff2"),
       url("../fonts/FaktPro/FaktPro-Normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

span.gf_repeater_add {
    text-align: center;
}

@font-face {
    font-family: "ilve";
    src: url("../fonts/ilve.eot");
    src: url("../fonts/ilve.eot?#iefix") format("embedded-opentype"), url("../fonts/ilve.svg#ilve") format("svg"),
        url("../fonts/ilve.ttf") format("truetype"), url("../fonts/ilve.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "ilve";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
    content: "\e600";
}
.icon-twitter:before {
    content: "\e601";
}
.icon-pintrest:before {
    content: "\e602";
}
.icon-search:before {
    content: "\e603";
}
.icon-youtube:before {
    content: "\e604";
}
.icon-blog:before {
    content: "\e605";
}
.icon-angle-right:before {
    content: "\e606";
}
.icon-angle-left:before {
    content: "\e607";
}
.icon-menu:before {
    content: "\e608";
}
.icon-file-pdf:before {
    content: "\e609";
}
.icon-download:before {
    content: "\e60a";
}
.icon-pdf:before {
    content: "\e60b";
}
.icon-cad:before {
    content: "\e60c";
}
.icon-cross:before {
    content: "\e60d";
}
.icon-alert:before {
    content: "\e60e";
}
.icon-email:before {
    content: "\e900";
}
.icon-book:before {
    content: "\e901";
}
.icon-location-house:before {
    content: "\e902";
}
.icon-location-target:before {
    content: "\e903";
}
.icon-edit:before {
    content: "\e904";
}
.icon-gear:before {
    content: "\e905";
}
.icon-wrench:before {
    content: "\e906";
}

/********************************
*********************************
Default CSS 
*********************************
********************************/
:root {
  --main-font: "Faktpro", sans-serif;
  --title-font: "SangBleu-Kingdom", serif;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
button,
input,
textarea,
img {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body {
    margin: 0;
}
a:focus {
    outline: none;
}
a,
a:active,
a:hover {
    outline: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    text-decoration: none;
}
body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
/******************************************
*************All Heading Tags**************
*******************************************/
h1 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 52px;
}
h2 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 45px;
}
h3 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 40px;
}
h4 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 30px;
}
h5 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 25px;
}
h6 {
    margin: 0 0 20px 0;
    line-height: 40px;
    font-size: 20px;
}
h1 {
  font-family: var(--title-font);
}
.section-block.bg-parallax-img h2 {
  font-family: var(--title-font);
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    display: inline-block;
    vertical-align: middle;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
p,
pre {
    margin: 0 0 16px 0;
    font-size: 15px;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: var(--main-font);
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
q:before,
q:after {
    content: "";
    content: none;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
dl,
menu,
ol,
ul {
    margin: 0;
}
dd {
    margin: 0 0 0 40px;
}
menu,
ol,
ul {
    padding: 0;
}
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}
img {
    border: 0;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
    line-height: 0;
}
/******************************************
*************Form Deafult**************
*******************************************/
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    background: none;
}
button[disabled],
input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

/******************************************
*************Table Deafult**************
*******************************************/
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 16px;
}
td,
th {
    padding: 5px;
    border: solid 1px #ccc;
}

/************************************************************************************************************************************************************************
Deault End
************************************************************************************************************************************************************************/

/***********************************************
*****fancyBox START ****************************
************************************************
***********************************************/
div#wpcf7-f1013-p260-o1 > form.wpcf7-form > div.wpcf7-response-output {
    color: #000000;
}

div#wpcf7-f11695-p11689-o1 > form.wpcf7-form > div.wpcf7-response-output {
    color: #000000;
}
div#wpcf7-f223-p117-o1 > form.wpcf7-form > div.wpcf7-response-output {
    color: #000000;
}
div#wpcf7-f11693-p11687-o1 > form.wpcf7-form > div.wpcf7-response-output {
    color: #000000;
}

.wpcf7 form .wpcf7-response-output {
    color: #ffffff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    text-align: center;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    padding: 0 !important;
    border: 1px solid #191919;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url("fancybox_sprite.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 70px;
    height: 44px;
    background: url("../images/loader.svg") center center no-repeat;
    background-size: 100%;
}
.fancybox-close {
    position: fixed;
    top: 15px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: none;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-close:before {
    content: "x";
    position: absolute;
    top: 10px;
    left: 18px;
    font-size: 30px;
    color: #fff;
    text-transform: lowercase;
}
.fancybox-nav {
    position: fixed;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #191919;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 10px;
}
.fancybox-prev:hover,
.fancybox-next:hover,
.fancybox-close:hover {
    background: #666;
}
.fancybox-next {
    right: 30px;
}
.fancybox-nav span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 9px;
    left: 20px;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("fancybox_overlay.png");
    background: #000000; /* The Fallback */
    background: rgba(0, 0, 0, 0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

@media (max-height: 1050px) {
    .fancybox-close {
        top: 0px;
    }
}

@media (max-width: 880px) {
    .fancybox-prev {
        left: 0px;
    }
    .fancybox-next {
        right: 0px;
    }
}
/************************************************************************************************************************************************************************
FancyBox End
************************************************************************************************************************************************************************/

/**********************************************************************************************************************************************************
Date Picker Main Css Start*******************************************************************************************************************************
**********************************************************************************************************************************************************/

/*Zebra_DatePicker: a lightweight jQuery date picker plugin Default theme copyright (c) 2011 - 2013 Stefan Gabos http://stefangabos.ro/jquery/zebra-datepicker/*/
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
.Zebra_DatePicker {
    background: #191919;
    border: 3px solid #191919;
    display: none;
    z-index: 100;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.Zebra_DatePicker * {
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    border: none;
}
/* = GLOBALS ---------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.Zebra_DatePicker td,
.Zebra_DatePicker th {
    text-align: center;
    padding: 5px 0;
}
.Zebra_DatePicker td {
    cursor: pointer;
}
.Zebra_DatePicker .dp_daypicker,
.Zebra_DatePicker .dp_monthpicker,
.Zebra_DatePicker .dp_yearpicker {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_daypicker td,
.Zebra_DatePicker .dp_daypicker th,
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td {
    background: #262626;
    width: 30px;
    border: 2px solid #191919;
}
.Zebra_DatePicker,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker .dp_header td {
    color: #ffffff;
}
.Zebra_DatePicker .dp_header .dp_previous,
.Zebra_DatePicker .dp_header .dp_next {
    width: 30px;
}
.Zebra_DatePicker .dp_header .dp_caption {
    font-family: var(--main-font);
}
.Zebra_DatePicker .dp_header .dp_hover {
    background: #222;
    color: #ffffff;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #888;
    cursor: default;
}
/* = DATEPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_daypicker th {
    background: #ffcc33;
}
.Zebra_DatePicker td.dp_not_in_month {
    background: #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_not_in_month_selectable {
    background: #f3f3f3;
    color: #cdcdcd;
    cursor: pointer;
}
.Zebra_DatePicker td.dp_weekend {
    background: #d8d8d8;
}
.Zebra_DatePicker td.dp_weekend_disabled {
    color: #ccc;
    cursor: default;
}
.Zebra_DatePicker td.dp_selected {
    background: #bab959;
    color: #ffffff !important;
}
.Zebra_DatePicker td.dp_week_number {
    background: #ffcc33;
    color: #555;
    cursor: text;
    font-style: italic;
}
/* = MONTHPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_monthpicker td {
    width: 33%;
    vertical-align: middle;
}
/* = YEARPICKER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_yearpicker td {
    width: 33%;
    vertical-align: middle;
}
/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_footer {
    margin-top: 3px;
}
.Zebra_DatePicker .dp_footer .dp_hover {
    background: #222;
    color: #ffffff;
}
/* = SELECT CURRENT DAY
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_today {
    color: #fff;
    padding: 3px;
}
/* = CLEAR DATE
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker .dp_clear {
    color: #fff;
    padding: 3px;
}
/* = SOME MORE GLOBALS (MUST BE LAST IN ORDER TO OVERWRITE PREVIOUS PROPERTIES)
----------------------------------------------------------------------------------------------------------------------*/
.Zebra_DatePicker td.dp_current {
    color: #bab959;
}
.Zebra_DatePicker td.dp_disabled_current {
    color: #e38585;
}
.Zebra_DatePicker td.dp_disabled {
    background: #f3f3f3;
    color: #cdcdcd;
    cursor: default;
}
.Zebra_DatePicker td.dp_hover {
    background: #000;
    color: #bab959;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
/* = ICON
----------------------------------------------------------------------------------------------------------------------*/
button.Zebra_DatePicker_Icon {
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url("calendar.png") no-repeat left top;
    text-indent: -9000px;
    border: none;
    cursor: pointer;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}
button.Zebra_DatePicker_Icon_Disabled {
    background-image: url("calendar-disabled.png");
}
/* don't set vertical margins! */
button.Zebra_DatePicker_Icon {
    margin: 0 0 0 3px;
}
button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0;
}

/*****UI DatePicker******/
.ui-datepicker .ui-datepicker-title {
    font-size: 13px;
    font-family: var(--main-font);
    font-weight: normal;
    letter-spacing: 1px;
}
.ui-widget-content {
    background: #000 !important;
    border-radius: 0 !important;
}
.ui-widget-header {
    background: #333 !important;
    color: #fff;
    border-radius: 0 !important;
    border-color: #222;
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 0;
    color: #fff;
}
.ui-datepicker th {
    border-bottom: solid 1px #222;
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: none;
    text-align: center;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 0;
    background: #fff;
    color: #000;
    font-family: var(--main-font);
    font-size: 15px;
    border-radius: 100%;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0;
    text-align: right;
    text-decoration: none;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: auto !important;
    font-weight: normal !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: #222;
    border-radius: 100%;
}

.ui-datepicker-prev::after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 20px;
}
.ui-datepicker-next::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
}
.ui-datepicker-prev .ui-icon,
.ui-datepicker-next .ui-icon {
    display: none !important;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 26px;
    height: 26px;
    text-align: center;
    bottom: 0;
    line-height: 26px;
    border: 0 !important;
    margin: auto;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next {
    right: 5px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: #000 !important;
    border-radius: 0 !important;
}

/**********************************************************************************************************************************************************
Date Picker Main Css END*******************************************************************************************************************************
**********************************************************************************************************************************************************/

.collectionContainer .filters .product-filter {
    position: relative;
}
.collectionContainer .filters .product-filter:hover .product-filter-current {
    background-color: #fff;
    color: #191919;
}

.collectionContainer .filters .product-filter .product-filter-current {
    line-height: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
}

.collectionContainer .filters .product-filter .product-filter-current:hover {
    background-color: #fff;
    color: #191919;
}

.collectionContainer .filters .product-filter .product-filter-current .arrow {
    position: absolute;
    top: 0;
    right: 10px;
    width: 23px;
    height: 100%;
    background: url(../images/filter-arrow.png) 50% center no-repeat;
}

.collectionContainer .filters .product-filter .product-filter-drop-down {
    background-color: #191919;
    border: none;
    width: 100%;
    margin-left: -1px;
    position: absolute;
    top: 43px;
    left: 0;
    z-index: 10;
}

.collectionContainer .filters .product-filter .product-filter-drop-down .product-filter-option {
    float: none;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    height: auto;
    line-height: 150%;
    background-color: #191919;
    cursor: pointer;
}

.collectionContainer .filters .product-filter .product-filter-drop-down .product-filter-option:hover {
    background-color: #191919;
    color: #000;
}

.collectionContainer .filters .product-filter .product-filter-drop-down .product-filter-option:first-child {
    border-top: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url("fancybox_sprite@2x.png");
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url("fancybox_loading@2x.gif");
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* ==========================================================================
Helper classes
========================================================================== */
.hidden,
.hide {
    display: none;
    visibility: hidden;
}

.inner-wrapper {
    max-width: 1224px;
    margin: 0 auto;
    position: relative;
}

select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
}

.button {
    background: none;
    border: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 50px;
    font-size: 14px;
    color: #2e2e2e;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-transform: uppercase;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.button:hover,
.content-button:hover {
    background-color: #191919;
    color: #fff;
}

.content-button {
    display: block !important;
    position: relative;
    text-decoration: none;
    width: 200px;
    padding: 0;
    text-align: center;
    color: #2e2e2e !important;
}

.content-button:hover {
    background-color: #191919;
    color: #fff !important;
    text-decoration: none !important;
}

.center {
    margin: 0 auto;
    display: table;
}

.bold {
    font-weight: bold;
}

.no-margin {
    margin: 0;
}

.mobileNavHeading,
.mobileNavButton,
.showMobile,
.home .breadcrumb,
.page-template-history .breadcrumb {
    display: none;
}

ul.item {
    margin-bottom: 30px;
}

ul.item li {
    float: none;
}

ul.item .location {
    text-transform: uppercase;
}

ul.item .email-link,
ul.item [href^="mailto:"] {
    color: #b1b1b1;
}

.page-content {
    font-size: 15px;
    margin-bottom: 35px;
}

.page-content p {
    margin: 0 0 16px 0;
}

/* Global Layout */
.layout .col {
    float: left;
}

.layout-2cols .col-1-lvl1 {
    width: 35%;
}

.layout-2cols .col-2-lvl1 {
    width: 60%;
    float: right;
    margin-left: 5%;
}

/*html,
body {
overflow-x: hidden;
}*/

body {
    font-size: 14px;
    line-height: 150%;
    color: #000;
    padding: 0;
    font-family: var(--main-font);
    position: relative;
}
.own-mn-connect-blk {
    overflow: hidden;
}
.wrapper {
    position: relative;
}
.wrapper::after {
    clear: both;
    display: block;
    content: "";
}

.main {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 75px;
}
a:active,
input:active,
textarea:active,
button:active,
a:hover,
input:hover,
textarea:hover,
button:hover,
a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: transparent none 0;
}

.header-image-container {
    padding-top: 80px;
}

.page-recipes .header-image img {
    width: auto;
}

.header-image {
    vertical-align: bottom;
    margin: 0 auto;
}

/*************************************/
/*********** MAIN START**********************************/

.main.own-main {
    max-width: 1900px;
    height: 100%;
    padding-top: 0;
}
.main.own-main .mainScrollSection > .scroll-section {
    max-height: 980px;
}
.main.own-main .top-mn-banner-blk,
.main.own-main .top-mn-banner-blk .row {
    height: 100%;
    margin: 0;
}

.main.own-main .top-mn-banner-blk .own-bnner-blk {
    height: 100%;
    float: none;
    display: block;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 978px;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3000;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-cntnt-bdy-blk {
    position: relative;
    height: 100%;
    width: 100%;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
    text-align: center;
}

.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
    padding-top: 200px;
}

.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next a {
    color: #ffffff;
    font-size: 16px;
    min-width: 200px;
    max-width: 100%;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk figure {
    height: 100%;
    background-size: cover !important;
    position: relative;
    z-index: -1px;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .looping_video {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    display: block;
    border: none;
}
.main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .looping_video > video {
    height: 100%;
    width: 100%;
    display: block;
}

/* video section fixed */
.full-fixed-video .hide-desktop,
.full-fixed-video .own-banner-back-blk figure {
    display: none !important;
}
.full-fixed-video .own-mn-grid-blk {
    background: transparent;
}
.fixed-video {
    position: fixed;
    width: 100%;
    z-index: 0; /*min-height: 1080px; height: 100vh;*/
}
.fixed-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+34,000000+100&0+0,0+25,0.46+91 */
    background: -moz-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0.06) 34%,
        rgba(0, 0, 0, 0.46) 85%,
        rgba(0, 0, 0, 086) 1080%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        top,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0.06) 34%,
        rgba(0, 0, 0, 0.46) 85%,
        rgba(0, 0, 0, 0.8) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 25%,
        rgba(0, 0, 0, 0.06) 34%,
        rgba(0, 0, 0, 0.46) 85%,
        rgba(0, 0, 0, 0.8) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#75000000',GradientType=0 ); /* IE6-9 */
    display: block;
    z-index: 3;
}
.fixed-video .looping_video {
    padding-bottom: 56.25%;
}

.full-fixed-video .own-mn-grid-blk {
    padding-top: 0;
}
.full-fixed-video .full-height {
    padding-bottom: 56.25%;
    position: relative;
}
.full-fixed-video .full-height .top-mn-banner-blk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main.own-main .full-fixed-video .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk {
    background: transparent;
}

@media (max-width: 1600px) {
    .fixed-video .looping_video .looping_video-videos {
        width: auto;
        height: 100%;
    }
}
@media (max-width: 1280px) {
    .full-fixed-video .hide-desktop,
    .full-fixed-video .own-banner-back-blk figure {
        display: block !important;
    }
    /*.fixed-video{display: none !important;}*/

    .full-fixed-video .full-height {
        /*padding-bottom: calc(100vh - 80px);*/
        padding-bottom: calc(61vh - 80px);
    }
    .full-fixed-video .own-mn-grid-blk {
        padding-top: 35px;
    }
    /*.fixed-video .looping_video{    padding-bottom: 61%;  }*/
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content {
        bottom: 5px;
    }
}
@media (max-width: 1000px) {
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content img {
        max-width: 85%;
    }
}
@media (max-width: 575px) {
    body,
    html {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }
}
@media (max-width: 450px) {
    .own-mn-grid-blk .own-item-blk .own-over-blk h3 {
        font-size: 20px !important;
    }
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 120px;
    }
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content img {
        max-width: 85%;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        padding: 20px 4px 0 4px !important;
    }
    .own-detail-bnnr-blk .own-bnnrimgdetail-blk .own-disc-blk {
        padding-right: 0 !important;
    }
    .page-new-home .fixed-video {
        top: 80px;
    }
}
@media (max-width: 320px) {
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 100px;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        padding: 22px 26px 0 10px;
    }
}
/********* GRID START*********************/

/*********************************************/
/**** GRID SIZING AND ALIMENT START ******/

.wt55 {
    width: 55% !important;
}
.ht367 {
    height: 367px;
}
.ht294 {
    height: 294px;
}
.ht614 {
    height: 614px;
}
.ht410 {
    height: 410px;
}
.ht550 {
    height: 550px;
}

/** MOBY HEIGHT START **/
@media (max-width: 450px) {
    .mbyht320 {
        height: 320px;
    }
    .mbyht172 {
        height: 172px;
    }
    .mbyht468 {
        height: 468px;
    }
}

/** MOBY HEIGHT END **/

/************/
/***VL BOTTOM START *****/
.vl-bottom {
    vertical-align: bottom !important;
}
.vl-bottom div {
    display: table;
    width: 100%;
    vertical-align: bottom;
}
.vl-bottom div span {
    vertical-align: bottom;
    display: table-cell;
}
.vl-bottom div span p {
    margin-bottom: 0 !important;
}
.vl-bottom span:nth-child(1) {
    width: 70%;
    text-align: left;
}
.vl-bottom span:nth-child(2) {
    text-align: right;
}

@media (max-width: 650px) {
    .own-mn-grid-blk .own-item-blk .own-over-blk p {
        margin: 0 !important;
    }
    .vl-bottom div {
        display: block;
    }
    .vl-bottom div span,
    .vl-bottom div span.wt55 {
        vertical-align: bottom;
        display: block;
        width: 100% !important;
        text-align: left !important;
    }
    .grid-btn {
        margin-top: 15px;
    }
    .own-full .vl-bottom div span {
        text-align: right !important;
    }

    /**** SOCIAL BLOCK ******/
    .own-mn-connect-blk {
        text-align: center;
    }
    .own-mn-grid-blk .own-mn-connect-blk .own-left {
        padding-right: 0;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul {
        text-align: center !important;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        float: none !important;
        display: inline-block;
        padding: 20px 7px 0 7px !important;
    }
}

/***VL BOTTOM END *****/
/************/

/**********/
/***VL TOP-BOTTOM START *****/
.vl-top-bottom {
    vertical-align: baseline;
}
.vl-top-bottom div {
    display: table;
    width: 100%;
    height: 100%;
}
.vl-top-bottom div span p {
    margin: 0;
}
.vl-top-bottom span:nth-child(1) {
    width: 100%;
    text-align: left;
    display: table-row;
    vertical-align: top;
}
.vl-top-bottom span:nth-child(2) {
    width: 100%;
    text-align: left;
    display: table-cell;
    vertical-align: bottom;
}
/***VL TOP-BOTTOM END *****/
/************/

/**********/
/***VL TOP START *****/
.vl-top {
    vertical-align: top !important;
}
.vl-top div {
    display: table;
    width: 100%;
}
.vl-top span {
    text-align: left;
    display: table-row;
}
.vl-top div span h3,
.vl-top div span p {
    margin: 0;
}

/***VL TOP END *****/
/************/

/******/
/**** GRID SIZING AND ALIMENT END ******/
/*********************************************/

.own-mn-grid-blk {
    padding-top: 105px;
    padding-bottom: 80px;
    background-color: #101010;
}
.page-new-home .own-mn-grid-blk {
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.own-mn-grid-blk .own-left {
    padding-right: 14px;
}
.own-mn-grid-blk .own-right {
    padding-left: 14px;
}
.own-mn-grid-blk .own-item-blk {
    position: relative;
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
}

.own-mn-grid-blk .own-item-blk figure {
    height: 100%;
    width: 100%;
    background-size: cover !important;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.own-mn-grid-blk .own-item-blk:hover figure {
    transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
}

.own-mn-grid-blk .own-item-blk .own-over-blk {
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
}

.own-mobivdo-blk {
    display: none;
}
.looping_video {
    position: absolute;
    height: 0;
    background-attachment: fixed;
    padding-bottom: 56.25%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 0;
    width: 100%;
}

.looping_video-videos {
    position: absolute;
    z-index: 1;
    left: -3px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 101%;
    height: 101%;
}

@media (max-width: 800px) {
    .own-vdo-blk {
        display: block;
        padding-bottom: 56.25%;
    }
    .own-mobivdo-blk {
        display: none;
    }
    .own-vdo-blk .looping_video-videos {
        width: 164%;
        left: -30%;
        display: block;
    }
}

@media (min-width: 800px) {
    .own-full .own-vdo-blk {
        display: block;
        padding-bottom: 34.25%;
    }

    .ht614 .own-vdo-blk {
        padding-bottom: 0;
    }
}

@media (max-width: 1366px) {
    .own-vdo-blk {
        display: block;
        padding-bottom: 35.25%;
    }

    .ht614 .own-vdo-blk {
        padding-bottom: 0;
    }
    .own-vdo-blk .looping_video-videos {
        width: 104%;
        left: -3%;
        display: block;
    }
}

@media (max-width: 800px) {
    .own-full .own-vdo-blk {
        display: block;
        padding-bottom: 56.25%;
    }
    .own-mobivdo-blk {
        display: none;
    }
    .own-vdo-blk .looping_video-videos {
        width: 164%;
        left: -30%;
        display: block;
    }
    .ht614 .own-vdo-blk .looping_video-videos {
        width: 140%;
    }
}

@media (max-width: 650px) {
    .own-vdo-blk {
        display: none;
    }
    .own-mobivdo-blk {
        display: block;
        padding-bottom: 105.25% !important;
    }
    .own-mobivdo-blk .looping_video-videos {
        width: 200%;
        left: -50%;
        display: block;
    }
}

.own-mn-grid-blk .own-item-blk .own-over-blk .tbl-cell {
    padding: 25px 20px;
}
.own-mn-grid-blk .own-item-blk .own-over-blk h3 {
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.own-mn-grid-blk .own-item-blk .own-over-blk p {
    margin-bottom: 17px;
    font-size: 16px;
    text-transform: none;
    margin-top: 0;
}
.own-mn-grid-blk .own-item-blk .own-over-blk .grid-btn {
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    line-height: normal;
    padding: 5px 8px;
    text-transform: uppercase;
    transition: all 333ms;
    font-size: 12.34px;
    cursor: inherit;
}
.own-mn-grid-blk .own-item-blk .own-over-blk .grid-btn:hover {
    background: #fff;
    color: #000;
}

/***********/
/***** CONNECT WIDTH US START ************/

.own-mn-connect-blk .own-ttl-blk .own-left h3 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0px;
}
.own-mn-connect-blk .own-ttl-blk .own-left p {
    font-size: 16px;
    margin: 16px 0;
}

.own-mn-connect-blk .own-left .nwsltrbtn {
    margin-bottom: 20px;
}

.own-mn-connect-blk .own-ttl-blk .own-right ul.own-soci-blk {
    height: 100%;
    vertical-align: bottom;
    text-align: right;
    float: right;
}

.own-mn-connect-blk .own-ttl-blk .own-right ul li {
    padding: 70px 10px 0 10px;
    position: relative;
    display: inline-block;
}

@media (min-width: 1025px) {
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        padding: 70px 3px 0 10px;
    }
}

.own-mn-connect-blk .own-ttl-blk .own-right ul li a {
    display: inline-block;
    background-size: contain !important;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li a figure {
    background-size: cover;
    width: 33px;
    height: 33px;
    box-sizing: border-box;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li:last-child {
    padding-bottom: 0px;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li img {
    vertical-align: baseline;
    overflow: hidden !important;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li.own-blog {
    width: 60px;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 333ms;
}
.own-mn-connect-blk .own-ttl-blk .own-right ul li:hover:after {
    bottom: -10px;
    opacity: 1;
}
/*****/

.home .own-mn-connect-blk .own-bdy-blk {
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 25px;
    clear: both;
}

.own-mn-connect-blk .own-bdy-blk .own-left,
.own-mn-connect-blk .own-bdy-blk .own-right {
    padding: 0;
}
.own-mn-connect-blk .own-bdy-blk .item-blk {
    padding: 0 12px;
    margin-bottom: 25px;
    position: relative;
}
.own-mn-connect-blk .own-bdy-blk .item-blk .over-blk {
    padding: 20px;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    text-align: right;
    z-index: 10;
}

/*ANIMATION ICON START*/
.own-mn-connect-blk .own-bdy-blk .item-blk .over-blk img {
    transition: all 333ms;
}
.own-mn-connect-blk .own-bdy-blk .item-blk:hover img {
    margin-right: 8px;
}
/*ANIMATION ICON END*/

.own-mn-connect-blk .own-bdy-blk .item-blk figure {
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover !important;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .home .own-mn-connect-blk {
        padding-top: 15px;
        text-align: center;
    }
    .home .own-mn-connect-blk .own-bdy-blk {
        border: 0;
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul.own-soci-blk {
        float: none;
        text-align: center;
    }
}
@media (max-width: 450px) {
    .own-mn-connect-blk .own-left .tbl {
        display: block !important;
    }
    .own-mn-connect-blk .own-left .tbl .tbl-cell {
        display: block !important;
    }
    .own-mn-connect-blk .own-left .nwsltrbtn {
        margin: 20px 0;
        width: auto !important;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right {
        padding-top: 0;
    }
    .moby-hddn {
        display: none;
    }
    .own-mn-connect-blk .own-ttl-blk .own-left h3 {
        margin-bottom: 10px;
    }
    /*.own-mn-connect-blk .own-ttl-blk .own-right ul.own-soci-blk{border-top:1px solid #fff; }*/
    .own-mn-connect-blk .own-bdy-blk {
        border-top: none;
        padding-top: 0px;
    }
    .own-mn-connect-blk .own-bdy-blk .own-subscribnote-blk {
        margin-bottom: 20px;
    }
}

/** SMALL GRID START */
.ht340 {
    height: 340px;
}
.ht152 {
    height: 152px;
}
.ht161 {
    height: 161px;
}
.ht134 {
    height: 134px;
}
.ht180 {
    height: 180px;
}
.atfirst {
    padding: 0 12px 0 0 !important;
}
.own-mn-connect-blk .own-bdy-blk .item-blk.atfirst .over-blk {
    left: 0;
}
.atlast {
    padding: 0 0 0 12px !important;
}
.own-mn-connect-blk .own-bdy-blk .item-blk.atlast .over-blk {
    right: 0;
}
/***** CONNECT WIDTH US END ************/
/***********/

.own-mn-connect-blk .own-subscribnote-blk {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
}
.own-mn-connect-blk .own-subscribnote-blk h3 {
    margin: 16px 0;
    line-height: 22px;
}
.own-mn-connect-blk .own-subscribnote-blk h3,
.own-mn-connect-blk .own-subscribnote-blk h3 a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}

/*************************************/
/*********** MAIN END**********************************/

body.single .houzzzy > iframe {
    position: absolute;
    height: 28px;
    left: 0;
    opacity: 0;
    width: 16px;
    top: 0;
}

/*DETAILE BANNER START*/

.own-detail-bnnr-blk {
    height: 100%;
    padding-bottom: 65px;
    overflow: hidden;
    position: relative;
    /* margin-top: 80px; */
    padding-top: 50px;
}
.own-detail-bnnr-blk figure.own-backbg-blk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    z-index: 0;
}
.own-detail-bnnr-blk figure.own-backbg-blk + .row {
    position: relative;
    z-index: 1;
}
.own-detail-bnnr-blk figure.own-backbg-blk {
    background-size: inherit !important;
    height: 100%;
    width: 100%;
}
.own-detail-bnnr-blk .own-bnnrimg-blk {
    float: right;
    box-sizing: border-box;
    text-align: center;
}
.own-detail-bnnr-blk .marina-detail h2 {
    font-size: 26px;
    line-height: 1.2;
}
.own-detail-bnnr-blk .marina-point {
    padding-top: 0;
}
.own-detail-bnnr-blk .commercial-heading-title .section-title {
    font-size: 49px;
}
.own-detail-bnnr-blk .commercial-heading-title .section-title + p {
    text-transform: uppercase;
}
.own-detail-bnnr-blk .marina-img {
    align-self: center;
}
.own-detail-bnnr-blk .own-disc-blk {
    padding-right: 100px;
}
/** BANNER VIDEO START **/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** BANNER VIDEO END **/

.own-detail-bnnr-blk .own-bnnrimg-blk figure img {
    max-width: 100%;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk {
    float: left;
    box-sizing: border-box;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk h1 {
    font-size: 49px;
    text-transform: uppercase;
    line-height: 52px;
    margin-bottom: 10px;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk p.subttl {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk .own-disc-blk {
    padding-right: 100px;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk .own-disc-blk p {
    margin-bottom: 15px;
}
.own-detail-bnnr-blk .own-bnnrimgdetail-blk .own-disc-blk p:last-child {
    margin-bottom: 0;
}
/*DETAILE BANNER END*/

@media (max-width: 980px) {
    .own-detail-bnnr-blk .col-sm-7.marina-img,
    .own-detail-bnnr-blk .col-sm-5.marina-detail {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .own-detail-bnnr-blk .col-sm-7.marina-img {
        text-align: center;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .own-detail-bnnr-blk .col-sm-5.marina-detail {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-right: 15px;
    }
    .own-detail-bnnr-blk .own-disc-blk {
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .marina-point .row {
        -webkit-flex-direction: inherit !important;
        flex-direction: inherit !important;
    }
}
@media (max-width: 450px) {
    .own-detail-bnnr-blk figure.own-backbg-blk {
        background-size: 100% !important;
    }
    .own-detail-bnnr-blk .own-bnnrimg-blk figure img {
        width: 80%;
    }
    .own-detail-bnnr-blk .own-bnnrimgdetail-blk {
        padding: 20px 0;
    }
    .own-detail-bnnr-blk .own-bnnrimgdetail-blk h1 {
        font-size: 42px;
    }
    .own-detail-bnnr-blk {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .own-detail-bnnr-blk .commercial-heading-title .section-title {
        font-size: 30px;
    }
}

@media (max-width: 400px) {
    .own-detail-bnnr-blk .own-bnnrimgdetail-blk h1 {
        font-size: 30px;
        line-height: 35px;
    }
}
.own-footer .social-links a.icon-facebook {
    border-left: 1px solid #000;
}
.own-footer .social-links a.icon-youtube,
.own-footer .social-links a.icon-blog {
    width: 20% !important;
}

@media (min-width: 769px) and (max-width: 1025px) {
    .own-footer .newsletter-subscribe-container {
        width: 50% !important;
    }
    .own-footer .social-links {
        width: 50% !important;
    }
}

/***************** MEDIA START ******************************************/
@media (max-width: 991px) {
    .own-mn-grid-blk .own-left,
    .own-mn-grid-blk .own-right {
        padding: 0;
    }
    .atfirst,
    .atlast {
        padding: 0 12px !important;
    }
    .own-wrap {
        padding: 0 15px !important;
    }
    .own-wrap .row {
        margin: 0;
        display: block;
    }
}

@media (min-width: 0px) {
    .own-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*************************************************************************************/
/*************************************************************************************/
/************HOME PAGE   EDITEBLE ****************************************************/
.breadcrumb {
    margin-bottom: 0;
}
.breadcrumb a {
    display: inline;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.breadcrumb .seperator {
    color: #fff;
}
.page-content {
    margin: 0px auto;
}
.page-class-bookings .main,
.page-newsletter-signup .main {
    position: relative;
    z-index: 2;
}
.table {
    display: table;
    width: 100%;
}
.table-cell {
    display: table-cell;
}
.table--half .table-cell {
    width: 50%;
}

.mobile-menu-main {
    padding: 0;
}
.main_menu > .menu-item-has-children > a {
    display: block;
}
.main_menu > .menu-item-has-children:hover > a,
.main_menu > li > a:hover,
.product_categories_menu .menu-item-has-children:hover > a {
    color: #000;
}
.main_menu_wrapper ul li {
    float: none;
    position: static;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
}
.main_menu_wrapper ul li.current-menu-parent > a,
.main_menu_wrapper ul li.current-menu-item > a {
    color: #111;
}
.main_menu_wrapper ul li a {
    padding: 0 30px;
    color: white;
    font-size: 14px;
}
.main_menu > li.menu-item-has-children > a,
.product_categories_menu .menu-item-has-children > a {
    /*cursor: default;*/
}
.main_menu_wrapper ul li ul {
    position: absolute;
    transition: 0.2s;
    padding: 18px 15px 40px;
    background-color: #fff;
    width: 100%;
    left: 0;
    z-index: 6;
    margin-left: 0px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.main_menu_wrapper ul li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}
.main_menu_wrapper ul li ul li.current-menu-item a:before {
    opacity: 1;
    left: 0;
}
.main_menu_wrapper ul li ul li a {
    line-height: 1;
    position: relative;
    text-transform: none;
    color: #000;
    font-size: 15px;
    padding: 8px 20px;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    text-align: left;
}
.main_menu_wrapper ul li ul li a:hover {
    color: #000;
}
.main_menu_wrapper ul li ul li.no-link-menu a {
    font-size: 22px;
    margin-bottom: 9px;
}
.main_menu_wrapper ul li ul li.no-link-menu a:before {
    display: none;
}
.main_menu_wrapper ul li ul li a:before {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #bcbec0;
    left: 6px;
    top: 50%;
    z-index: 10;
    opacity: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.main_menu_wrapper ul li ul li:hover a:before {
    opacity: 1;
    left: 0;
}
.main_menu_wrapper ul li:hover > ul,
.main_menu_wrapper ul li:focus > ul {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.mainNav .menu-topnav-container {
    display: none;
}
.main_menu_wrapper {
    display: inline-block;
    vertical-align: top;
}
.main_menu_wrapper ul li.mobile-nav-menu-search {
    display: none;
}
.mobile-menu-main {
    position: static;
}
.own-header a {
    color: #000;
}
.own-header a:hover,
.own-header a:focus {
    color: #bcbec0;
}

/*NEW HEADER START*/
.main_menu_wrapper ul li a,
.product_categories_menu .menu-item-has-children > a {
    color: #bcbec0;
    padding: 29px 10px 30px;
    display: block;
    font-size: 15px;
    text-transform: none;
}
/* .own-header > .nav-bottom .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
} */
.product_categories_menu .sub-menu-wrapper .sub-menu li {
    width: 23%;
    padding: 15px 15px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.own-header .product_categories_menu .sub-menu {
    padding: 0px 10px;
    height: 100%;
    text-align: center;
    max-width: 1400px;
    margin: auto;
    pointer-events: auto;
}
.product_categories_menu_wrapper {
    display: inline-block;
    text-transform: uppercase;
}
.own-mn-search-blk .own-search-blk .form-group .form-fill:focus {
    border-bottom: 1px solid #000;
}
.own-mn-search-blk .own-search-blk .form-group .form-fill {
    border-bottom: 1px solid transparent;
}
.own-mn-search-blk {
    margin-right: 35px;
}
.own-wrap {
    max-width: 1900px;
}
.own-header {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    color: #000;
    background: #fff;
    width: 100%;
    height: 80px;
    padding: 0 15px;
}
.fixed-header {
    box-shadow: 0px 1px 12px #27272736;
    -webkit-box-shadow: 0px 1px 12px #27272736;
    -moz-box-shadow: 0px 1px 12px #27272736;
}
.own-mn-search-blk .own-search-blk .form-group .form-fill {
    border-bottom: 1px solid transparent;
    padding: 5px 10px;
    font-size: 15px;
}
.own-mn-search-blk .own-search-blk .own-btn {
    background: url("../images/search-icon.svg") no-repeat center center;
    border: none;
    width: 30px;
    text-indent: -100px;
    overflow: hidden;
}
.nav-bottom .col {
    position: static;
}
/* .own-header > .nav-bottom .logo:before {
    display: none;
} */
/* .own-header > .nav-bottom .logo img {
    width: 100px;
    height: auto;
} */
/* .own-header > .nav-bottom .own-brnd-lbl {
    border-left: 2px solid #000;
    font-size: 18px;
    padding: 10px 10px;
    text-transform: uppercase;
} */
.sub-menu-wrapper .sub-menu li {
    margin-bottom: 50px;
}
.sub-menu-wrapper .sub-menu li img {
    max-width: auto;
    max-height: 150px;
    margin: auto;
    display: block;
    height: 150px;
    margin-bottom: 15px;
}
.sub-menu-wrapper .sub-menu li a:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #bcbec0;
    left: 50%;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.sub-menu-wrapper .sub-menu li a:hover:after,
.sub-menu-wrapper .sub-menu li.current-menu-item a::after {
    bottom: -20px;
    opacity: 1;
}
.product_categories_menu .sub-menu .menu-item a {
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-size: 14px;
}
.product_categories_menu .sub-menu-wrapper {
    max-height: inherit;
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 79px;
    background-color: #fff;
    height: 100%;
    pointer-events: none;
    padding-bottom: 100px;
}
.product_categories_menu .current-menu-parent > a {
    color: #111;
}
.my-projects-main > div {
    width: 100%;
    text-align: right;
}
.product_categories_menu .sub-menu-wrapper .sub-menu li a:hover {
    color: #000;
}
.my-projects {
    display: inline-block;
    margin-right: 35px;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.3px;
    flex-shrink: 0;
}
.ilve-agency {
    font-size: 15px;
    display: inline-flex;
}
.my-projects i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 18px;
    margin: -3px 5px 0 0;
}
.own-mn-search-blk {
    display: inline-block;
}
/*new home page style start here*/
.video-home .looping_video {
    padding-bottom: 0px;
    height: 100%;
}
.home-banner {
    padding-top: 80px;
}

.video-home {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    height: 645px;
    overflow: hidden;
    position: relative;
}
.video-home h1,
.home-slider h1,
.home-slider h2 {
    position: relative;
    text-align: center;
    font-size: 86px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.video-home .btn-home {
    position: relative;
    text-align: center;
    font-size: 36px;
    text-transform: none;
    line-height: 1.1;
    color: #fff !important;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.video-home .btn-home:hover {
    color: #000000 !important;
}
.home-slider {
    height: 645px;
    position: relative;
    overflow: hidden;
}
.video-home,
.bg-parallax-img,
.home-slider {
    min-height: calc(100vh - 80px);
}
.looping_video.desktop video {
    position: fixed;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #000;
}
.looping_video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}
.looping_video.desktop iframe {
    position: fixed;
}
.home-slider div {
    height: 100%;
}
.home-slider .slider-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    background-position: center;
}
.bg-parallax-img {
    height: 645px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    color: #fff;
}
.bg-parallax-img p {
    color: #fff;
}
.section-block .container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 100%;
}
.section-block-center .container {
    align-items: center;
}

.section-block-center .primary-content-block h2 {
    font-size: 42px;
    margin-bottom: 20px;
}
.section-block-center .primary-content-block p {
    font-size: 22px;
    margin-bottom: 44px;
    color: #fff;
}

.section-block .primary-content-block {
    margin-bottom: 66px;
    font-size: 19px;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
    width: 100%;
}
.section-block-center .primary-content-block {
    margin-bottom: 0px;
    text-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}
.primary-content-block.align-center {
    text-align: center;
}
.primary-content-block.align-right {
    text-align: right;
}
.primary-content-block h2 {
    font-size: 33px;
    margin-bottom: 14px;
    color: #fff;
}
.primary-content-block p {
    font-size: 19px;
    margin-bottom: 44px;
    color: #fff;
}
.btn-grid {
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    line-height: normal;
    padding: 8px 14px;
    text-transform: uppercase;
    transition: all 333ms;
    font-size: 14px;
    cursor: inherit;
    border-radius: 0px;
}
.btn-grid:hover,
.btn-grid:focus {
    background: #fff;
    color: #000;
}

.main-footer {
    background-color: #fff;
    color: #000;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}
.main-footer a {
    color: #000;
}
.main-footer a:hover,
.main-footer a:focus {
    color: #bcbec0;
}

.main-footer .own-subscribnote-blk h3,
.main-footer .own-subscribnote-blk h3 a {
    font-size: 19px;
    display: block;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.3;
}
.main-footer .own-subscribnote-blk {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    padding: 15px 0;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.main-footer .social ul {
    margin: 0 0 0 0;
    padding-right: 0;
}
.main-footer .footer-main .title {
    font-size: 19px;
    text-transform: none;
}
.main_menu_wrapper ul li ul li {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.home .menu_out #menu-mainnav > li > a,
.home .menu_out #menu-product-categories-menu > li > a,
.page-terms-conditions .menu_out #menu-mainnav > li > a,
.page-terms-conditions .menu_out #menu-product-categories-menu > li > a,
.page-template-my-project .menu_out #menu-mainnav > li > a,
.page-template-my-project .menu_out #menu-product-categories-menu > li > a,
.page-template-generic-page .menu_out #menu-mainnav > li > a,
.page-template-generic-page .menu_out #menu-product-categories-menu > li > a {
    color: #000;
}
.main_menu_wrapper .sub {
    width: 60%;
    font-size: 26px;
}
.main_menu_wrapper .sub {
    width: 60%;
    font-size: 26px;
    position: absolute;
    opacity: 0;
    top: 35px;
    margin: 0 auto;
    left: 43%;
    max-width: 453px;
    text-transform: none;
    line-height: 1.2;
}
.main_menu_wrapper ul li ul li:hover .sub {
    opacity: 1;
}
.main_menu_wrapper ul li ul li:first-of-type .sub {
    opacity: 1;
}

.own-head-logo .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}


@media only screen and (min-width: 1025px) and (max-width: 1120px) {
    .own-header .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: initial;
        flex: inherit;
        max-width: 245px;
    }
    .own-header .my-projects-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 335px;
    }
    .own-header .mobile-menu-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: calc(100% - 580px);
    }
    .my-projects .project-text {
        display: none;
    }
    .ilve-agency {
        font-size: 12px;
    }
    .own-mn-search-blk {
        margin-right: 25px;
    }
    .my-projects {
        margin-right: 25px;
    }
    .own-mn-search-blk .own-search-blk .form-group .form-fill {
        width: 130px !important;
    }
    .product_categories_menu .menu-item-has-children > a {
        font-size: 12px !important;
    }
    .main_menu_wrapper ul li a {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1120px) and (max-width: 1370px) {
    img.wow.fadeIn {
        max-height: 450px;
    }
    .own-mn-search-blk {
        margin-right: 20px;
    }
    .my-projects {
        font-size: 12px;
        margin-right: 20px;
    }
    .ilve-agency {
        font-size: 12px;
    }
    .own-header .my-projects-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 440px;
    }
    .own-header .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: initial;
        flex: inherit;
        max-width: 260px;
    }
    .own-header .mobile-menu-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: calc(100% - 700px);
    }
    /* .own-header > .nav-bottom .own-brnd-lbl {
        font-size: 14px;
    } */
}
@media (min-width: 1370px) {
    .own-header .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: initial;
        flex: inherit;
        max-width: 300px;
    }
    .own-header .my-projects-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 520px;
    }
    .own-header .mobile-menu-main {
        -webkit-box-flex: 0;
        -ms-flex: inherit;
        flex: inherit;
        max-width: calc(100% - 820px);
    }
}

@media (max-width: 1677px) {
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        padding: 29px 13px 30px;
    }
}

@media (min-width: 1025px) {
    .product_categories_menu li:hover .sub-menu-wrapper {
        opacity: 1;
        visibility: visible;
    }
    .product_categories_menu .sub-menu-wrapper {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
    }
}

@media (max-width: 1550px) {
    /* .own-header > .nav-bottom .logo img {
        width: 83px;
    } */
    /*.own-header > .nav-bottom .own-brnd-lbl{font-size:14px}*/
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        padding:/*29px 10px 30px*/ 29px 8px 30px;
    }
    /*.own-header .product_categories_menu .sub-menu .menu-item a{font-size:12px}*/
    .sub-menu-wrapper .sub-menu li {
        margin-bottom: 20px;
    }

    header .nav-bottom .col-lg-3:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    header .mobile-menu-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%;
        padding: 0;
    }
    header .my-projects-main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 21%;
        flex: 0 0 21%;
        max-width: 21%;
    }
    .video-home h1,
    .home-slider h1,
    .home-slider h2 {
        font-size: 70px;
    }
}
@media (max-width: 1220px) {
    .own-header > .nav-bottom .own-head-logo {
        min-width: 220px;
    }
    /* .own-header > .nav-bottom .own-brnd-lbl {
        font-size: 14px;
    } */
    .product_categories_menu .menu-item-has-children > a {
        font-size: 12px !important;
    }
    .main_menu_wrapper ul li a {
        font-size: 12px;
    }
}
@media (max-width: 1300px) {
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        font-size: 14px;
    }
    .video-home h1,
    .home-slider h1,
    .home-slider h2 {
        font-size: 60px;
    }
    .video-home,
    .bg-parallax-img,
    .home-slider {
        height: 570px;
    }
    .promotion-box .promotion-content .sub-title br {
        display: none;
    }
}
@media (max-width: 1200px) {
    .own-header > .nav-bottom .logo {
        margin-right: 5px;
    }
    /* .own-header > .nav-bottom .own-brnd-lbl {
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    } */
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        padding: 29px 7px 30px;
    }
    .own-head-menu {
        margin: 0 -15px;
    }
    .main_menu_wrapper ul li ul li a {
        line-height: 16px;
        font-size: 12px;
    }
    .sub-menu-wrapper .sub-menu li {
        margin-bottom: 0;
    }
    .sub-menu-wrapper .sub-menu li a:hover:after {
        bottom: -10px;
    }
    .own-mn-search-blk .own-search-blk .form-group .form-fill {
        width: 100px;
    }
    .main_menu_wrapper ul li a {
        font-size: 14px;
    }
    header .nav-bottom .col-lg-3:first-child {
        padding-right: 0;
    }
    .product_categories_menu .menu-item-has-children > a {
        font-size: 12px !important;
    }
    .main_menu_wrapper ul li a {
        font-size: 12px;
    }
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        font-size: 12px;
    }
    .promotion-box .promotion-content .sub-title br {
        display: none;
    }
}

@media (max-height: 800px) {
    .looping_video.desktop video {
        width: auto;
    }
}
@media (max-width: 1024px) {
    .product_categories_menu .sub-menu-wrapper .sub-menu li a:after {
        opacity: 0;
    }
    .mobile-menu-main {
        position: absolute;
        right: 0;
        height: 100%;
    }
    .my-projects-main {
        position: absolute;
        right: 50px;
        width: auto;
        top: 25px;
    }
    .own-mn-search-blk {
        display: none;
    }
    .menu-topnav-container {
        display: none;
    }
    .mobileNavButton {
        position: fixed;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        padding: 30px 14px;
    }
    .mobileNavButton span {
        width: 30px;
        height: 4px;
        background-color: #4d4d4d;
        margin-bottom: 5px;
        margin-left: 1px;
        display: block;
    }
    .mobileNavButton.open span {
        opacity: 0;
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
    }
    .mobileNavButton.open::after {
        content: "\e60d";
        font-family: "ilve" !important;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 30px;
        width: 30px;
        left: 0;
        right: 0;
        font-size: 20px;
        text-align: center;
        line-height: 30px;
        color: #4d4d4d;
    }
    .mobileNavButton.open::after {
        opacity: 1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    .own-header .product_categories_menu .sub-menu .menu-item a,
    .product_categories_menu .menu-item-has-children > a {
        font-size: 12px;
        text-transform: uppercase;
    }
    header .nav-bottom .col-lg-3:first-child {
        flex: inherit;
    }
    .looping_video.desktop video {
        width: auto;
    }
    .my-projects-main .justify-content-end.align-self-center {
        margin-top: 6px;
    }

    .my-projects .project-text {
        display: none;
    }
    nav.mainNav {
        margin-left: 0px;
    }
    .showMobile {
        display: block;
    }
    .menu-productnav-container {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    #menu-productnav .rsArrow {
        display: none !important;
    }
    #menu-productnav li ul li a .product-nav-image {
        display: none;
    }
    nav.mainNav ul li {
        z-index: 100;
        display: block;
        float: none;
        border-bottom: 1px solid #cecece;
        padding: 0;
    }
    .product_categories_menu_wrapper li.menu-item--active a:after {
        content: "\f068";
    }
    .main_menu_wrapper ul li a,
    .product_categories_menu .menu-item-has-children > a {
        font-size: 16px;
        text-transform: uppercase;
        padding: 15px;
        display: block;
        text-align: left;
        position: relative;
        color: #000 !important;
    }
    .product_categories_menu_wrapper {
        display: block;
    }
    nav.mainNav ul li ul li {
        width: 100%;
        margin: 0;
        border: none;
        height: auto;
        padding: 1px 0;
        line-height: 120%;
    }
    nav.mainNav ul li ul li a:before {
        content: "";
        position: absolute;
        left: 0;
        background-color: #fff;
        height: 1px;
        width: 0;
        padding: 0;
        bottom: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainNav ul li ul li a:hover:before,
    nav.mainNav ul li ul li a:focus:before {
        width: 100%;
    }
    nav.mainNav ul li ul li a {
        padding: 10px 15px;
    }
    nav.mainNav ul li ul li.current-menu-item a {
        background: #d7d7d7;
    }
    .product_categories_menu .sub-menu-wrapper .sub-menu li a:hover {
        color: #000;
        background-color: #d7d7d7 !important;
    }
    .main_menu_wrapper {
        display: block;
        width: 100%;
    }
    .own-header .main_menu_wrapper ul.main_menu > li > a {
        font-size: 12px;
        position: relative;
    }
    .current-menu-parent > a:after,
    .menu-item-has-children > a:after {
        content: "\f067";
        position: absolute;
        color: #000;
        right: 15px;
        top: 0;
        font-size: 20px;
        bottom: 0;
        height: 15px;
        width: 15px;
        text-align: center;
        line-height: 16px;
        margin: auto;
        font-family: fontawesome;
    }
    .main_menu_wrapper .sub-menu {
        max-height: 0px;
        padding: 0;
        position: relative;
        right: auto;
        width: 100%;
        background-color: #ebebeb;
    }
    .main_menu_wrapper .menu-item--active.menu-item-has-children > a:after {
        content: "\f068";
    }
    .main_menu_wrapper .menu-item--active .sub-menu {
        max-height: 1024px;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .main_menu_wrapper ul li ul li a:hover {
        background-color: #d7d7d7 !important;
        color: inherit;
    }
    .main_menu_wrapper ul li ul li a:hover:before {
        display: none;
    }
    .menu-productnav-container {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        width: 50%;
    }
    #menu-productnav .sub-menu {
        right: -100%;
        top: -1px;
        height: auto;
        width: 100%;
        background-color: #191919;
        padding: 10px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menu-productnav li {
        border-top: 1px solid #191919;
        margin-top: 20px;
        width: auto;
    }
    #menu-productnav li ul {
        z-index: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        height: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #menu-productnav li ul li {
        width: 100%;
        margin: 0;
        border: none;
        height: auto;
        line-height: 120%;
    }
    #menu-productnav li ul li a {
        display: block;
        height: 100%;
        width: 100%;
        padding: 10px 0;
        background-color: transparent;
    }
    #menu-productnav li ul li a .product-nav-image {
        display: none;
    }
    #menu-productnav li ul li a .product-nav-name {
        display: block;
        position: static;
        width: 100%;
        text-align: left;
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    #menu-productnav li ul li a .product-nav-name:before {
        background-color: #fff;
        height: 1px;
        padding: 0;
        bottom: 5px;
    }
    #menu-productnav li ul li:hover .product-nav-name:before {
        width: 100%;
    }
    #menu-productnav li:hover > .sub-menu,
    #menu-productnav li:focus > .sub-menu {
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .mainNavContainer {
        position: fixed;
        display: block;
        overflow: hidden;
        opacity: 0;
        height: 0;
        right: 0;
        top: 0;
        background-color: #fff;
        z-index: 90;
        width: 320px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    .mainNavContainer.mobileNav {
        overflow-y: scroll;
        opacity: 1;
        top: 80px;
        height: 100%;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        padding-bottom: 75px;
    }
    nav.mainNav ul li ul li a:hover:before,
    nav.mainNav ul li ul li a:focus:before,
    .sub-menu-wrapper .sub-menu li a:hover:after {
        display: none;
    }
    .own-header .product_categories_menu .sub-menu {
        background: #ebebeb;
    }
    .mainNav ul li ul li.no-link-menu {
        display: none;
    }
    .main_menu_wrapper ul li ul li a {
        width: 100%;
        text-transform: uppercase;
    }
    .main_menu_wrapper .sub {
        display: none;
    }
    .product_categories_menu .sub-menu-wrapper {
        position: relative;
        top: 0;
        padding-bottom: 0;
    }
    .sub-menu-wrapper .sub-menu li img {
        display: none;
    }
    .product_categories_menu .sub-menu-wrapper .sub-menu {
        padding: 0;
    }
    .product_categories_menu .sub-menu-wrapper .sub-menu li {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .product_categories_menu .sub-menu li {
        padding: 1px 0;
    }
    .product_categories_menu .sub-menu .menu-item a {
        display: block;
        padding: 10px 15px;
        color: #000;
    }
    .main_menu_wrapper ul li.mobile-nav-menu-search {
        display: block;
        padding: 15px 45px 15px 15px;
        position: relative;
    }
    .mobile-nav-menu-search input {
        height: 30px;
        background: #fff;
        padding: 5px 25px;
        width: 100%;
        color: #000;
    }
    .mobile-nav-menu-search .icon-search {
        color: #000;
        position: absolute;
        left: 15px;
        top: 0;
        font-size: 16px;
        bottom: 0;
        height: 16px;
        width: 18px;
        margin: auto;
    }
    nav.mainNav ul li.menu-item--active .sub-menu-wrapper {
        display: block;
    }
    .video-home,
    .bg-parallax-img,
    .home-slider {
        height: 500px;
    }
    .video-home h1,
    .home-slider h1,
    .home-slider h2 {
        font-size: 42px;
    }
}

@media (min-width: 650px) {
    .own-header .nav-bottom-container .mainNav .product_categories_menu .sub-menu-wrapper .sub-menu li a:hover {
        background-color: transparent;
    }
}

@media (max-width: 1024px) {
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        padding-top: 30px;
        width: 25px;
        padding: 30px 0 0 0;
        margin-left: 10px;
    }
    .my-projects {
        margin-right: 20px;
    }
    .bg-parallax-img,
    .looping_video {
        background-attachment: inherit;
    }
}

@media (max-width: 991px) {
    .video-home,
    .bg-parallax-img,
    .home-slider {
        height: 420px;
    }
    /* .video-home,
    .bg-parallax-img,
    .home-slider {
        min-height: inherit;
    } */
}

@media (max-width: 955px) {
    .own-footer-bottom {
        margin-bottom: 0 !important;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right {
        padding-top: 5px;
    }
    .own-mn-connect-blk .own-ttl-blk .own-left h3 {
        font-size: 35px !important;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul li {
        padding: 0 !important;
        width: 23px;
        margin-left: 10px;
    }
    .own-mn-connect-blk .own-ttl-blk .own-right ul li:first-child {
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk figure {
        background-position: center 60px !important;
    }
    .own-header .nav-bottom {
        display: block;
    }
    .own-header > .nav-bottom .own-head-logo {
        width: 100%;
    }
    .own-mn-grid-blk {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
    .own-mn-grid-blk .own-item-blk {
        margin-bottom: 15px !important;
    }
    .ilve-agency {
        display: none;
    }
    .my-projects {
        margin-right: 0px;
    }
    .video-home,
    .bg-parallax-img,
    .home-slider {
        height: 365px;
    }
    .video-home h1,
    .home-slider h1,
    .home-slider h2 {
        font-size: 34px;
    }
    .primary-content-block h2,
    .section-block-center .primary-content-block h2 {
        font-size: 32px;
        line-height: 1.1;
    }
    .primary-content-block p,
    .section-block-center .primary-content-block p {
        font-size: 18px;
        margin-bottom: 32px;
    }
}
@media (max-width: 480px) {
    .mainNavContainer {
        width: 100%;
    }
    /* .own-header > .nav-bottom .logo {
        line-height: 0;
    } */
    /* .own-header > .nav-bottom .logo img {
        width: 40px;
    } */
    /* .own-header > .nav-bottom .own-brnd-lbl {
        padding: 5px;
        font-size: 8px;
    } */
    .my-projects i {
        font-size: 16px;
        margin: -3px 2px 0 0;
    }
    .own-mn-connect-blk .own-ttl-blk .own-left h3 {
        font-size: 25px !important;
        letter-spacing: 1px;
    }
}

/************ HEADER MEDIA END **********/

footer {
    -webkit-transform: translateY(0);
    position: relative;
}
footer .footer-bottom {
    background-color: #191919;
    padding-top: 80px;
}
footer .footer-bottom .inner-wrapper {
    max-width: 1032px;
}
footer .footer-bottom a {
    color: #8c8c8c;
    font-size: 14px;
}
footer .footer-bottom a:hover {
    color: #fff;
}
footer .footer-bottom .random-links {
    height: 100px;
    padding: 40px 0;
    border-bottom: 1px solid #2e2e2e;
}
footer .footer-bottom .random-links .copyright {
    color: #8c8c8c;
    float: left;
    padding-right: 30px;
}
footer .footer-bottom .random-links li a {
    padding: 0 30px;
}
footer .footer-bottom .main-footer-links {
    padding: 40px 0;
}
footer .footer-bottom .main-footer-links .menu > li.menu-item-has-children > a {
    pointer-events: none;
    cursor: default;
}
footer .footer-bottom .main-footer-links .menu li {
    float: left;
    width: 15%;
}
footer .footer-bottom .main-footer-links .menu li a {
    color: #fff;
}
footer .footer-bottom .main-footer-links .menu li ul {
    margin-top: 35px;
    padding-right: 10px;
}
footer .footer-bottom .main-footer-links .menu li ul li {
    float: none;
    width: 100%;
    margin-bottom: 2px;
}
footer .footer-bottom .main-footer-links .menu li ul li a {
    color: #8c8c8c;
}
footer .footer-bottom .main-footer-links .menu li ul li a:hover {
    color: #fff;
}
footer .footer-bottom #menu-item-8699 {
    width: 40%;
}
footer .footer-bottom #menu-item-8699 li {
    display: inline-block;
    width: 50%;
    margin-right: -4px;
}
.footer-top {
    background-color: #2c2c2d;
    border-top: 1px solid #000;
    border-top-width: 1px !important;
    bottom: 0px !important;
    height: 80px;
    width: 100%;
}
.footer-top.in-footer {
    position: absolute;
}
.footer-top .inner-wrapper {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    height: 100%;
}
.footer-top .newsletter-subscribe-container {
    width: 66.666%;
    position: relative;
}
.footer-top .newsletter-subscribe-container .newsletter-subscribe {
    position: absolute;
    left: 20px;
    right: 100px;
    margin: 21px 0 0 0;
}
.footer-top .newsletter-subscribe-container .newsletter-subscribe label {
    font-size: 15px;
    text-transform: uppercase;
}
.footer-top .newsletter-subscribe-container .newsletter-subscribe input[type="text"] {
    border: 1px solid #fff;
    background-color: transparent;
    height: 40px;
    width: 250px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0 20px;
    color: #fff;
}
.footer-top .newsletter-subscribe-container .icon-facebook {
    float: right;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 80px;
    height: 80px;
    margin-right: -1px;
    color: #dcddde;
    text-align: center;
    font-size: 25px;
}
.footer-top .newsletter-subscribe-container .icon-facebook:before {
    line-height: 80px;
}
.footer-top .newsletter-subscribe-container .icon-facebook:hover {
    background-color: #dcddde;
    color: #2c2c2d;
}
.footer-top .social-links {
    width: 33.333%;
}
.footer-top .social-links a {
    float: left;
    border-right: 1px solid #000;
    width: 20%;
    height: 80px;
    color: #dcddde;
    text-align: center;
    font-size: 25px;
}
.footer-top .social-links a:before {
    line-height: 80px;
}
.footer-top .social-links a:last-child {
    border-right: none;
}
.footer-top .social-links a.icon-youtube,
.footer-top .social-links a.icon-blog {
    width: 30%;
    font-size: 60px;
}
.footer-top .social-links a:hover {
    background-color: #dcddde;
    color: #2c2c2d;
}
.footer-top .button-subscribe {
    float: right;
}
#menu-footernavtop li {
    float: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.overlay {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.74);
    visibility: hidden;
    opacity: 0;
}
.overlay.show {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}
.no-rgba .overlay {
    background-color: transparent;
    background: url("../images/rgba-000-74.png");
}

/* Claim Form CSS Start */
.cl-redemption-claim .page-content {
    background: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
.cl-redemption-claim .step-progress {
    width: 100%;
    background: #363636;
    z-index: -1;
}
.menu_title {
    background: #555555;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
}
.sub-Condition {
    width: 100%;
    float: left;
    background: #363636;
    display: none;
    padding: 40px 0;
}
.sub-Condition li {
    font-size: 14px;
}
.term-condition ul.sub-Condition li {
    padding-left: 35px;
    display: inline;
    width: auto;
    padding-right: 20px;
}
.menu_title:after {
    position: absolute;
    content: "";
    background: url(../../images/cross-icon.svg);
    width: 12px;
    height: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30%;
}
.menu_active:after {
    background: url(../../images/minus-icon.svg);
    width: 12px;
    height: 2px;
}
/* Claim Form CSS End */

/* Proof Form CSS Start */
.proofform-main {
    margin: 40px auto;
    max-width: 614px;
}
.proofform-main .form-container li .checkbx {
    width: 50% !important;
    float: left;
    margin-bottom: 20px !important;
}
.proofform-main ul .liAppType label {
    margin-bottom: 30px !important;
    display: inherit;
}
.proof-check,
.proof-checkone {
    width: 100%;
    float: left;
    display: none;
    font-size: 15px;
    line-height: 18px;
}
.upload-proof {
    background: #999898;
    min-width: 500px;
    display: inline-block;
    padding: 15px 0;
    margin-bottom: 18px;
    text-align: center;
    color: #231f20;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.show {
    display: block;
}
.proof-main > .note p {
    margin: 0 0 5px 0;
}
.proof-main p:last-child {
    margin-bottom: 0;
}
.proof-main {
    padding-bottom: 40px;
}
.proofform-main .form-container li br,
.methodform-main .form-container li br {
    display: block;
}
/* Proof Form CSS End */

/* Method Form CSS Start */
.methodform-main,
.thankU-main {
    margin: 40px auto;
    max-width: 614px;
}
.methodform-main .form-container li .checkbx {
    width: 100%;
}
.payCard {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    cursor: pointer;
}
.open-Paywithcard {
    display: block;
    width: 100%;
    float: left;
}
.paypal-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.paypal-icon img {
    max-width: 120px;
}
/* Method Form CSS End */

/* Thank You CSS Start */
.thankU-main {
    text-align: center;
}
.thanku-title {
    font-size: 32px;
    line-height: 38px;
}
.thankU-main p {
    font-size: 15px;
    line-height: 32px;
}

.product_specifications-list_title {
    margin: 0;
}
.product_specifications-list_toggle {
    display: block;
    width: 100%;
    padding: 25px;
    background-color: #2c2c2c;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.product_specifications-list_content {
    height: 0;
    overflow: hidden;
}
.product_specifications-list_content_inner {
    padding: 35px;
}
.product_specifications-list_group {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0px 35px;
    box-sizing: border-box;
}
.product_specifications-list_group:first-child {
    padding-left: 0px;
}
.product_specifications-list_group:last-child {
    padding-right: 0px;
}
.product_specifications-list_item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.product_specifications-list_item-title {
    text-transform: uppercase;
}
.product_specifications-list_item-content {
    line-height: 1.5;
}
.product_specifications-list_item-content ul {
    margin-left: 25px;
    list-style: disc;
}
.product_specifications-list_item-content ul li {
    float: none;
}
.product_specifications_images {
    background-color: #3f3f3f;
    margin-top: 35px;
    text-align: center;
    padding: 30px 0px;
}
.product_specifications_image {
    vertical-align: middle;
}
.icon-more {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.icon-more .bar {
    position: absolute;
    display: block;
    background-color: #fff;
}
.icon-more .bar--vert {
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.icon-more .bar--horz {
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.product_specifications-list_toggle.active .icon-more .bar--vert {
    display: none;
}
.front_page_heading {
    padding: 5% 20px;
    background-color: #fff;
    font-size: 55px;
    color: #2c2c2d;
    line-height: 1.5;
    text-align: center;
}
.front_page_heading small {
    display: block;
    font-size: 30px;
    color: #9e9e9e;
}
.refine-filter {
    display: none;
}
.back-filter {
    display: none;
}
.image-page .left,
.image-page .right {
    width: 47.5%;
}
.image-page .left {
    margin-right: 5%;
}
.image-page .left img {
    width: 100%;
}

.image-page a {
    color: #505050;
    font-size: 14px;
    text-decoration: none;
}

.image-page a:hover {
    color: #fff;
}

.video-page .left {
    width: 27.5%;
}

.video-page .left {
    margin-right: 5%;
}

.video-page .right {
    width: 67.5%;
}

.customer-care-page h2 {
    margin: 40px 0 30px 0;
    font-size: 22px;
    font-weight: normal;
}

.customer-care-page a {
    color: #888;
    text-decoration: none;
    font-weight: bold;
}

.customer-care-page a:hover {
    color: #fff;
}

.search-page h1 span {
    font-weight: bold;
}

.search-page a {
    text-decoration: none;
}

.search-page .the-results {
    margin-top: 20px;
}

.search-page .the-results .h1 {
    display: inline-block;
    margin-bottom: 20px;
}

.search-page .the-results .h1 span {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.search-page .the-results li {
    clear: both;
    float: none;
    margin-bottom: 20px;
    padding: 20px 40px 20px;
    border-bottom: 1px solid #151515;
}

.search-page p {
    max-width: 650px;
    line-height: 22px;
}

.search-page .item {
    margin: 20px 0;
}

.search-page .item:nth-of-type(2),
.search-page .item:nth-of-type(3),
.search-page .item:nth-of-type(4),
.search-page .item:nth-of-type(5) {
    display: none;
}

.search-page .retailer-item li {
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
    border: 0;
}

.search-page .retailer-item li a {
    color: #fff;
}

.search-page .retailer-item li a:hover {
    border-bottom: 1px solid #fff;
}
.map-spinner {
    margin-left: 10px;
}

/* Retail Page Specific Style */

/* * Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p*/
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
#product-gallery .item {
    display: none;
    width: 100%;
}
#product-gallery .item:first-child {
    display: block;
}
#product-gallery .cycle-slide {
    display: block;
}
#product-gallery .cycle-slide.hidden {
    display: none;
}
#product-gallery img {
    display: block;
    margin: 0 auto;
}
#prod-details #prod-col-left,
#prod-details #prod-col-right {
    width: 50%;
    float: left;
}
#prod-details #prod-col-left {
    position: relative;
    height: 480px;
    background-color: #3e3f3f;
    text-align: center;
    text-transform: uppercase;
}
#prod-details #prod-col-left .inner {
    margin: 85px 70px;
}
#prod-details #prod-col-left .houzzzy {
    top: 65% !important;
}
#prod-details #prod-col-left #pinit,
#prod-details #prod-col-left .houzzzy {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 50%;
    width: 68px;
    height: 68px;
    margin-top: -34px;
    background-color: #2c2c2d;
    font-size: 24px;
    line-height: 68px;
    color: #d5d6d3;
}
#prod-details #prod-col-left .houzzzy {
    background-attachment: scroll;
    background: #2c2c2d url("../images/huzzzy_new_2.png") no-repeat center;
    background-size: auto;
    overflow: hidden !important;
}
#prod-details #prod-col-left #pinit:hover {
    color: #fff;
}
#prod-details #prod-col-left .pager {
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 40px;
    width: 100%;
    margin-left: -18px;
    text-align: center;
}
#prod-details #prod-col-left .pager span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 24px;
    height: 24px;
    margin-left: 18px;
    background-color: #2c2c2d;
    color: #2c2c2d;
    cursor: pointer;
}
#prod-details #prod-col-left .pager .cycle-pager-active {
    background-color: #bab959;
    color: #bab959;
}
#prod-details #prod-col-right {
    font-size: 14px;
    line-height: 2;
}
#prod-details #prod-col-right .inner {
    height: auto;
    padding: 25px 35px 20px 35px;
}
#prod-details .product_speicifications {
    margin-top: 35px;
}
#prod-details .product_speicifications .product_specifications-list {
    border-bottom: 1px solid #262626;
}
#prod-details #prod-content ul {
    list-style-type: disc;
    margin: 0 0 20px 0;
}
#prod-details #prod-content ul li {
    list-style-type: disc;
    margin-left: 18px;
    padding-left: 10px;
    float: none;
    display: list-item;
    line-height: 24px;
}
#prod-details #prod-content.prod-content--tab ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
}
#prod-breadcrumb {
    font-size: 14px;
}
#prod-title {
    display: block;
    margin: 35px 0;
    font-size: 34px;
}

/*************************************************************/
/****************** 27_MARCH UPDATE STRAT **********/
/******************************************************/

.own-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.own-wrap .row {
    margin: 0;
}
@media (min-width: 768px) {
    .own-wrap {
        width: 730px;
    }
}

@media (min-width: 992px) {
    .own-wrap {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .own-wrap {
        width: 1070px;
    }
}

.cf:before,
.cf:after,
.own-wrap:before,
.own-wrap:after,
.own-wrap-fluid:before,
.own-wrap-fluid:after {
    content: " ";
    display: table;
}
.cf:after,
.own-wrap:after,
.own-wrap-fluid:after {
    clear: both;
}
.col {
    box-sizing: border-box;
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}
.xsml-1 {
    width: 8.33333%;
}
.xsml-offset-1 {
    margin-left: 8.33333%;
}
.xsml-push-1 {
    left: 8.33333%;
    right: auto;
}
.xsml-pull-1 {
    right: 8.33333%;
    left: auto;
}
.xsml-2 {
    width: 16.66667%;
}
.xsml-offset-2 {
    margin-left: 16.66667%;
}
.xsml-push-2 {
    left: 16.66667%;
    right: auto;
}
.xsml-pull-2 {
    right: 16.66667%;
    left: auto;
}
.xsml-3 {
    width: 25%;
}
.xsml-offset-3 {
    margin-left: 25%;
}
.xsml-push-3 {
    left: 25%;
    right: auto;
}
.xsml-pull-3 {
    right: 25%;
    left: auto;
}
.xsml-4 {
    width: 33.33333%;
}
.xsml-offset-4 {
    margin-left: 33.33333%;
}
.xsml-push-4 {
    left: 33.33333%;
    right: auto;
}
.xsml-pull-4 {
    right: 33.33333%;
    left: auto;
}
.xsml-5 {
    width: 41.66667%;
}
.xsml-offset-5 {
    margin-left: 41.66667%;
}
.xsml-push-5 {
    left: 41.66667%;
    right: auto;
}
.xsml-pull-5 {
    right: 41.66667%;
    left: auto;
}
.xsml-6 {
    width: 50%;
}
.xsml-offset-6 {
    margin-left: 50%;
}
.xsml-push-6 {
    left: 50%;
    right: auto;
}
.xsml-pull-6 {
    right: 50%;
    left: auto;
}
.xsml-7 {
    width: 58.33333%;
}
.xsml-offset-7 {
    margin-left: 58.33333%;
}
.xsml-push-7 {
    left: 58.33333%;
    right: auto;
}
.xsml-pull-7 {
    right: 58.33333%;
    left: auto;
}
.xsml-8 {
    width: 66.66667%;
}
.xsml-offset-8 {
    margin-left: 66.66667%;
}
.xsml-push-8 {
    left: 66.66667%;
    right: auto;
}
.xsml-pull-8 {
    right: 66.66667%;
    left: auto;
}
.xsml-9 {
    width: 75%;
}
.xsml-offset-9 {
    margin-left: 75%;
}
.xsml-push-9 {
    left: 75%;
    right: auto;
}
.xsml-pull-9 {
    right: 75%;
    left: auto;
}
.xsml-10 {
    width: 83.33333%;
}
.xsml-offset-10 {
    margin-left: 83.33333%;
}
.xsml-push-10 {
    left: 83.33333%;
    right: auto;
}
.xsml-pull-10 {
    right: 83.33333%;
    left: auto;
}
.xsml-11 {
    width: 91.66667%;
}
.xsml-offset-11 {
    margin-left: 91.66667%;
}
.xsml-push-11 {
    left: 91.66667%;
    right: auto;
}
.xsml-pull-11 {
    right: 91.66667%;
    left: auto;
}
.xsml-12 {
    width: 100%;
}
.xsml-offset-12 {
    margin-left: 100%;
}
.xsml-push-12 {
    left: 100%;
    right: auto;
}
.xsml-pull-12 {
    right: 100%;
    left: auto;
}

@media (min-width: 768px) {
    .sml-1 {
        width: 8.33333%;
    }
    .sml-offset-1 {
        margin-left: 8.33333%;
    }
    .sml-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .sml-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .sml-2 {
        width: 16.66667%;
    }
    .sml-offset-2 {
        margin-left: 16.66667%;
    }
    .sml-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .sml-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .sml-3 {
        width: 25%;
    }
    .sml-offset-3 {
        margin-left: 25%;
    }
    .sml-push-3 {
        left: 25%;
        right: auto;
    }
    .sml-pull-3 {
        right: 25%;
        left: auto;
    }
    .sml-4 {
        width: 33.33333%;
    }
    .sml-offset-4 {
        margin-left: 33.33333%;
    }
    .sml-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .sml-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .sml-5 {
        width: 41.66667%;
    }
    .sml-offset-5 {
        margin-left: 41.66667%;
    }
    .sml-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .sml-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .sml-6 {
        width: 50%;
    }
    .sml-offset-6 {
        margin-left: 50%;
    }
    .sml-push-6 {
        left: 50%;
        right: auto;
    }
    .sml-pull-6 {
        right: 50%;
        left: auto;
    }
    .sml-7 {
        width: 58.33333%;
    }
    .sml-offset-7 {
        margin-left: 58.33333%;
    }
    .sml-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .sml-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .sml-8 {
        width: 66.66667%;
    }
    .sml-offset-8 {
        margin-left: 66.66667%;
    }
    .sml-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .sml-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .sml-9 {
        width: 75%;
    }
    .sml-offset-9 {
        margin-left: 75%;
    }
    .sml-push-9 {
        left: 75%;
        right: auto;
    }
    .sml-pull-9 {
        right: 75%;
        left: auto;
    }
    .sml-10 {
        width: 83.33333%;
    }
    .sml-offset-10 {
        margin-left: 83.33333%;
    }
    .sml-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .sml-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .sml-11 {
        width: 91.66667%;
    }
    .sml-offset-11 {
        margin-left: 91.66667%;
    }
    .sml-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .sml-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .sml-12 {
        width: 100%;
    }
    .sml-offset-12 {
        margin-left: 100%;
    }
    .sml-push-12 {
        left: 100%;
        right: auto;
    }
    .sml-pull-12 {
        right: 100%;
        left: auto;
    }
}

@media (min-width: 992px) {
    .mid-1 {
        width: 8.33333%;
    }
    .mid-offset-1 {
        margin-left: 8.33333%;
    }
    .mid-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .mid-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .mid-2 {
        width: 16.66667%;
    }
    .mid-offset-2 {
        margin-left: 16.66667%;
    }
    .mid-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .mid-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .mid-3 {
        width: 25%;
    }
    .mid-offset-3 {
        margin-left: 25%;
    }
    .mid-push-3 {
        left: 25%;
        right: auto;
    }
    .mid-pull-3 {
        right: 25%;
        left: auto;
    }
    .mid-4 {
        width: 33.33333%;
    }
    .mid-offset-4 {
        margin-left: 33.33333%;
    }
    .mid-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .mid-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .mid-5 {
        width: 41.66667%;
    }
    .mid-offset-5 {
        margin-left: 41.66667%;
    }
    .mid-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .mid-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .mid-6 {
        width: 50%;
    }
    .mid-offset-6 {
        margin-left: 50%;
    }
    .mid-push-6 {
        left: 50%;
        right: auto;
    }
    .mid-pull-6 {
        right: 50%;
        left: auto;
    }
    .mid-7 {
        width: 58.33333%;
    }
    .mid-offset-7 {
        margin-left: 58.33333%;
    }
    .mid-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .mid-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .mid-8 {
        width: 66.66667%;
    }
    .mid-offset-8 {
        margin-left: 66.66667%;
    }
    .mid-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .mid-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .mid-9 {
        width: 75%;
    }
    .mid-offset-9 {
        margin-left: 75%;
    }
    .mid-push-9 {
        left: 75%;
        right: auto;
    }
    .mid-pull-9 {
        right: 75%;
        left: auto;
    }
    .mid-10 {
        width: 83.33333%;
    }
    .mid-offset-10 {
        margin-left: 83.33333%;
    }
    .mid-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .mid-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .mid-11 {
        width: 91.66667%;
    }
    .mid-offset-11 {
        margin-left: 91.66667%;
    }
    .mid-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .mid-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .mid-12 {
        width: 100%;
    }
    .mid-offset-12 {
        margin-left: 100%;
    }
    .mid-push-12 {
        left: 100%;
        right: auto;
    }
    .mid-pull-12 {
        right: 100%;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .lrg-1 {
        width: 8.33333%;
    }
    .lrg-offset-1 {
        margin-left: 8.33333%;
    }
    .lrg-push-1 {
        left: 8.33333%;
        right: auto;
    }
    .lrg-pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .lrg-2 {
        width: 16.66667%;
    }
    .lrg-offset-2 {
        margin-left: 16.66667%;
    }
    .lrg-push-2 {
        left: 16.66667%;
        right: auto;
    }
    .lrg-pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .lrg-3 {
        width: 25%;
    }
    .lrg-offset-3 {
        margin-left: 25%;
    }
    .lrg-push-3 {
        left: 25%;
        right: auto;
    }
    .lrg-pull-3 {
        right: 25%;
        left: auto;
    }
    .lrg-4 {
        width: 33.33333%;
    }
    .lrg-offset-4 {
        margin-left: 33.33333%;
    }
    .lrg-push-4 {
        left: 33.33333%;
        right: auto;
    }
    .lrg-pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .lrg-5 {
        width: 41.66667%;
    }
    .lrg-offset-5 {
        margin-left: 41.66667%;
    }
    .lrg-push-5 {
        left: 41.66667%;
        right: auto;
    }
    .lrg-pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .lrg-6 {
        width: 50%;
    }
    .lrg-offset-6 {
        margin-left: 50%;
    }
    .lrg-push-6 {
        left: 50%;
        right: auto;
    }
    .lrg-pull-6 {
        right: 50%;
        left: auto;
    }
    .lrg-7 {
        width: 58.33333%;
    }
    .lrg-offset-7 {
        margin-left: 58.33333%;
    }
    .lrg-push-7 {
        left: 58.33333%;
        right: auto;
    }
    .lrg-pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .lrg-8 {
        width: 66.66667%;
    }
    .lrg-offset-8 {
        margin-left: 66.66667%;
    }
    .lrg-push-8 {
        left: 66.66667%;
        right: auto;
    }
    .lrg-pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .lrg-9 {
        width: 75%;
    }
    .lrg-offset-9 {
        margin-left: 75%;
    }
    .lrg-push-9 {
        left: 75%;
        right: auto;
    }
    .lrg-pull-9 {
        right: 75%;
        left: auto;
    }
    .lrg-10 {
        width: 83.33333%;
    }
    .lrg-offset-10 {
        margin-left: 83.33333%;
    }
    .lrg-push-10 {
        left: 83.33333%;
        right: auto;
    }
    .lrg-pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .lrg-11 {
        width: 91.66667%;
    }
    .lrg-offset-11 {
        margin-left: 91.66667%;
    }
    .lrg-push-11 {
        left: 91.66667%;
        right: auto;
    }
    .lrg-pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .lrg-12 {
        width: 100%;
    }
    .lrg-offset-12 {
        margin-left: 100%;
    }
    .lrg-push-12 {
        left: 100%;
        right: auto;
    }
    .lrg-pull-12 {
        right: 100%;
        left: auto;
    }
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.tbl {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
.tbl-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

/*******************************************/
/*BASIC CSS END*/
/*******************************************/

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none;
    -moz-border-radius: 0;
    -ms-appearance: none;
    -ms-border-radius: 0;
    -o-appearance: none;
    -o-border-radius: 0;
    appearance: none;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
}

/*******/

/*html,body{height: 100%; overflow: auto;}*/
.new-home-blk .wrapper {
    height: 100% !important;
    overflow: hidden !important;
}
/********/

@media (max-width: 650px) {
    .page-gallery .gallery li {
        width: 50%;
        padding-bottom: 50%;
    }
    .page-gallery .gallery li:nth-of-type(2n + 2) {
        border-right: none;
    }
}

@media (max-width: 980px) {
    #product-gallery .item {
        width: 100%;
    }
    #product-gallery img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    #prod-details #prod-col-left {
        position: relative;
        height: auto;
        background-color: #3e3f3f;
        text-align: center;
        text-transform: uppercase;
    }
    #prod-details #prod-col-left .inner {
        margin: 80px 70px 35% 70px;
    }
    #prod-related-list .prod-item .inner {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    #product-gallery .cycle-sentinel,
    #prod-related .cycle-sentinel {
        display: block !important;
    }
    #prod-details #prod-col-left .inner {
        margin: 50px 70px 45% 70px;
    }
}

/* INNER PAGE || BECOME AN ILVE COOK 
-------------------------------------*/
.ilve-booking-form .require-note,
.page-template-page-narrow-wrapper .require-note {
    text-align: right;
    margin-bottom: 0;
    font-size: 14px;
}

.page-template-page-class-bookings-php .fancy-select .trigger.open {
    color: #b3b3b3;
}

.page-template-page-narrow-wrapper .fancy-select .trigger.open {
    color: #000;
}

.ilve-booking-form .fancy-select .trigger.open:after {
    display: none;
}

li.liAppType {
    margin-bottom: 0;
}

.liAppType label {
    margin-bottom: 3px;
    display: table;
}

.liAppType .wpcf7-list-item {
    width: 40%;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 15px;
    vertical-align: top;
}

.liAppType .wpcf7-list-item:nth-child(3n) {
    width: 28%;
}

.liAppType .wpcf7-list-item:nth-child(3n-1) {
    width: 31%;
}

.liAppType > label {
    margin-bottom: 5px;
    display: inline-block;
}

.liAppType .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 14px;
    display: table-cell;
    padding-left: 8px;
    vertical-align: top;
}

.ilve-booking-form .form-container li > label,
.page-template-page-narrow-wrapper .form-container li > label {
    font-size: 14px;
}
.page-template-page-class-bookings-php .ilve-booking-form .fancy-select .trigger:before {
    border-top: 3px solid transparent;
}

/* Checkbox Design
--------------------------*/
.liAppType > label {
    display: block;
}
.liAppType label {
    margin-bottom: 3px;
    display: table;
}
.wpcf7-form.sent .wpcf7-mail-sent-ok {
    background-color: #ffffff;
    border: 1px solid #a7a7a7 !important;
    margin: 50px 0px 10px;
    padding: 10px;
    color: #333;
    border-radius: 3px;
}

@media (max-width: 980px) {
}

@media (max-width: 768px) {
    .product_image_utilities,
    .included-features {
        float: none;
        width: 100%;
        padding: 20px 0 0 0;
    }
    .css-booking .checkbx {
        width: 48.5%;
    }
    .new-home-blk .header-image {
        left: 0;
        margin-left: 0;
        min-width: 450px;
    }
}

@media (max-width: 500px) {
    #product-list .product-item {
        width: 100%;
    }
    #product-list .button-details {
        width: auto;
    }
    #prod-details #prod-col-left #pinit,
    #prod-details #prod-col-left .houzzzy {
        width: 44px;
        height: 48px;
    }
}

/*#product-fil*/
.new-home-blk #product-filter .filters-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    position: static;
}
.new-home-blk #product-filter.active {
    max-height: 2000px;
}
.ff-stream {
    background: #fff !important;
}
.ff-layout-grid .ff-has-overlay,
.picture-item__inner {
    background: #000 !important;
}

.ff-has-overlay:hover .ff-item-bar,
.ff-has-overlay:hover .ff-content,
.ff-has-overlay:hover .ff-overlay-wrapper {
    display: none !important;
}
.ff-layout-grid .ff-has-overlay .ff-initial-image {
    object-fit: cover;
}
.ff-layout-grid .ff-has-overlay:hover .ff-initial-image {
    -webkit-transform: perspective(500px) rotateZ(0deg) translate(-50%, -50%) !important;
    transform: perspective(500px) rotateZ(0deg) translate(-50%, -50%) !important;
}
.ff-item:hover .picture-item__inner:after {
    right: 22px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.ff-item.ff-instagram .picture-item__inner:after {
    background: url(../images/instagram-logo1.svg);
}
.ff-item.ff-twitter .picture-item__inner:after {
    background: url(../images/twitter-logo.svg);
}
.ff-item.ff-youtube .picture-item__inner:after {
    background: url(../images/youtube-logo.svg);
}
.ff-item .picture-item__inner:after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    display: block;
    z-index: 12;
    visibility: visible;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
/* update 03-11-2017 start */
/*for equal height of homepage social media post*/

@media screen and (min-width: 1025px) {
    .ff-layout-grid article.ff-item .picture-item__inner {
        height: 200px !important;
        overflow: hidden;
    }
    .home .ff-stream {
        padding-bottom: 25px;
        padding-top: 25px;
        overflow: hidden;
    }
    #ff-stream-1 .ff-item .ff-img-holder,
    #ff-stream-1 .ff-item-cont {
        height: 200px !important;
    }
    .ff-no-image .ff-item-cont .ff-content {
        height: 100% !important;
    }
}
@media screen and (min-width: 1200px) {
    .ff-layout-grid article.ff-item .picture-item__inner {
        height: 164px !important;
        overflow: hidden;
    }
    .home .ff-stream {
        padding-bottom: 25px;
        padding-top: 25px;
        overflow: hidden;
    }
    #ff-stream-1 .ff-item .ff-img-holder,
    #ff-stream-1 .ff-item-cont {
        height: 164px !important;
    }
    .ff-no-image .ff-item-cont .ff-content {
        height: 100% !important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #ff-stream-1 .ff-item .ff-img-holder,
    #ff-stream-1 .ff-item-cont {
        height: 200px !important;
    }
    .ff-no-image .ff-item-cont .ff-content {
        height: 100% !important;
    }
    .ff-layout-grid article.ff-item .picture-item__inner {
        height: 200px !important;
        overflow: hidden;
    }
}
@media screen and (max-width: 767px) and (min-width: 390px) {
    #ff-stream-1 .ff-item .ff-img-holder,
    #ff-stream-1 .ff-item-cont {
        height: 164px !important;
    }
    #ff-stream-1 .ff-item .ff-img-holder {
        height: 100% !important;
    }
    .ff-no-image .ff-item-cont .ff-content {
        height: 100% !important;
    }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
    .ff-layout-grid article.ff-item .picture-item__inner {
        height: 230px !important;
        overflow: hidden;
    }
    .ff-no-image .ff-item-cont .ff-content {
        height: 100% !important;
    }
}
@media screen and (max-width: 389px) and (orientation: portrait) {
    .ff-layout-grid article.ff-item .picture-item__inner {
        margin-bottom: 8px;
    }
    #ff-stream-1 .ff-item .ff-img-holder {
        height: 100% !important;
    }
}
/* update 03-11-2017 end */

/*change 07-12-2017 start*/
@media (max-width: 1366px) {
    /*banner*/
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 10%;
    }
    /*banner end*/
    .cl-has-video .own-vdo-blk .looping_video-videos {
        width: 150%;
        left: -25%;
        display: block;
    }
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .looping_video {
        padding-bottom: 0;
        height: 100%;
    }
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .looping_video > video {
        height: 130%;
        top: -15%;
        width: 130%;
        left: -15%;
        display: block;
    }
}
@media (min-width: 800px) {
    .cl-has-video .own-vdo-blk {
        display: block;
        padding-bottom: 0;
        height: 100%;
        background-position-y: 3px !important;
        background-position-x: -5px !important;
    }
}
@media (max-width: 800px) {
    /*banner*/
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 25%;
    }
    /*banner end*/
    .cl-has-video .own-vdo-blk .looping_video-videos {
        width: 155%;
        height: 155%;
        left: -24%;
        top: -24%;
    }
    .cl-has-video .own-vdo-blk {
        display: block;
        padding-bottom: 0;
        height: 100%;
        background-position-y: 3px !important;
        background-position-x: -5px !important;
    }
}
@media (max-width: 767px) {
    /*banner*/
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 10%;
    }
    /*banner end*/
}
@media (max-width: 560px) {
    .main.own-main .top-mn-banner-blk .own-bnner-blk .own-banner-back-blk .own-over-blk .over-content .to-next {
        padding-top: 42%;
    }
}

/*change 07-12-2017 end*/

/*****************************************************/
/*****************************************************/
/**************NEW CSS INNER PAGE ONLY****************/
/*****************************************************/
/*****************************************************/

p:last-child {
    margin-bottom: 0;
}

.page-template-compare-products .cta-button {
    min-width: 100px;
}
/*header start*/
/*header end*/

/*Inner banner Start*/
.innerbanner {
    background-size: cover;
    height: 333px;
    background-position: center center;
}
/*Inner banner End*/

/*inner Page All Main Title start*/
.title-container {
    text-align: center;
    padding: 48px 0;
    margin-top: 80px;
}
.title-container h1 {
    margin: 0 0 7px 0;
    line-height: 55px;
    font-size: 52px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.title-container .feature strong {
    margin-right: 10px;
}

/* inner video banner */
.inner-banner-video {
    height: 333px;
    width: 100%;
    position: relative;
}
.inner-banner-video iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    min-height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header-image-container {
    position: relative;
}
.page-template-home .header-image-container {
    display: none;
}
.header-image-container h1 {
    position: absolute;
    top: calc(50% + 40px);
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 9;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.2;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 72px;
    text-transform: uppercase;
    text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.4);
}
/*responsive start*/
@media (max-width: 991px) {
    .title-container h1 {
        line-height: 45px;
        font-size: 40px;
    }
    .my-kitchen-wrap .product-item-title {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .title-container {
        padding: 35px 0;
    }
    .title-container h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .single-event .title-container {
        padding: 35px 15px;
    }
}
@media (max-width: 320px) {
    .title-container .feature strong {
        display: block;
    }
}
/*responsive end*/
/*inner Page All Main Title End*/

/*Inner footer Start*/
.footer-main {
    padding: 12px 0;
    border-bottom: solid 1px #000;
    line-height: 100%;
    margin: 38px 0 0;
    text-align: center;
}
.footer-main .title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
}
.footer-main .line-logo {
    display: inline-block;
    vertical-align: middle;
    width: 142px;
}
.newsletter-btn {
    display: inline-block;
    vertical-align: middle;
}
.social {
    display: inline-block;
    vertical-align: middle;
}
.social ul {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    margin: 0 20px;
    padding-right: 22px;
}
.social ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 22px;
    font-size: 32px;
}
.main-footer .social ul li a {
    position: relative;
    color: #000;
}
.social ul li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #000;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin: auto;
}
.social li a:hover:after {
    bottom: -4px;
    opacity: 1;
}
.social li .blog-text {
    text-transform: uppercase;
    font-size: 25px;
}
.copyright {
    text-align: center;
    padding: 40px 0;
}
.copyright a {
    text-transform: uppercase;
}
.copyright a:hover {
    color: #999;
}
.mob-blog-link {
    display: none;
}

/*responsive Start*/
@media (max-width: 1199px) {
    .social ul {
        margin: 0 15px;
        padding-right: 20px;
    }
    .social ul li {
        padding-left: 15px;
        font-size: 25px;
    }
    .footer-main .title {
        font-size: 16px;
    }
    .footer-main .line-logo {
        width: 130px;
    }
}
@media (max-width: 991px) {
    .footer-main .line-logo {
        width: 130px;
    }
    footer .footer-main .title {
        margin-bottom: 20px;
    }
    footer .footer-main .line-logo {
        margin-bottom: 20px;
    }
    .social {
        margin-bottom: 20px;
    }
    .social ul {
        border-left: 0;
        border-right: 0;
    }
}
@media (max-width: 767px) {
    .footer-main .title {
        line-height: 25px;
        margin-bottom: 0;
        font-size: 14px;
        margin-right: 5px;
    }
    .footer-main .line-logo {
        margin-bottom: 0;
        width: 100px;
    }
    footer .footer-main {
        margin: 15px 0 0;
        border: 0;
        padding: 15px 0 0;
        justify-content: center;
    }
    footer .footer-main .title,
    footer .footer-main .line-logo {
        margin-bottom: 0;
    }
    .social {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }
    .social ul {
        border-right: 0;
        border-top: solid 1px #fff;
        border-bottom: solid 1px #000;
        margin: 20px 0;
        padding: 20px 0;
    }
    .social ul li {
        padding: 0 7px;
    }
    .copyright {
        padding: 30px 0;
    }
    .social ul li.blog {
        display: none;
    }
    .mob-blog-link {
        display: inline-block;
        font-size: 25px;
        text-transform: uppercase;
        margin-left: 15px;
        vertical-align: middle;
    }
}
@media (max-width: 480px) {
}
/*responsive End*/

/*Inner footer end*/

/*******************************************************************************************************************************
support All Pages Start*********************************************************************************************************
********************************************************************************************************************************/
.support-layout .page-content {
    border-top: solid 1px #fff;
}

/*history Page start*/
.page-history .main-content {
    margin: 55px auto;
    padding-bottom: 0;
    line-height: 22px;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}
.page-history .history-container {
    margin-top: 30px;
    background: #111;
    margin-right: -15px;
    margin-left: -15px;
}
.page-history .history-container::after {
    clear: both;
    content: "";
    display: block;
}
.page-history .history-container .history_el {
    clear: both;
    overflow: hidden;
}
.page-history .history-container .history-inner {
    display: none;
    background: #404040;
}
.page-history .history-container .left-container img,
.page-history .history-container .right-container img {
    width: 100%;
    float: left;
}
.page-history .history-container .left-container {
    width: 53%;
    float: left;
}
.page-history .history-container .right-container {
    width: 47%;
    float: right;
}
.history_detail {
    padding: 12px 140px 20px 45px;
    background: #111;
    float: left;
    width: 100%;
}
.history_detail .date {
    font-size: 26px;
    line-height: 50px;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
}
.history_detail h4::after {
    width: 300px;
    height: 1px;
    background: #fff;
    content: "";
    left: 0;
    bottom: 3px;
    display: block;
    position: relative;
}
.history_detail p {
    font-size: 13px;
    line-height: 23px;
}
.page-history .history-container .left-container .history_detail {
    padding: 20px 45px 30px 140px;
}
.history-container .looping_video {
    padding-bottom: 0;
    height: auto;
}
.history-container .looping_video-videos {
    height: auto;
    width: 100%;
    left: 0;
    position: relative;
    line-height: 100%;
    float: left;
}
.page-history .title-container {
    padding-bottom: 0;
}
/*responsive start*/
@media (max-width: 1279px) {
    .page-history .history-container .left-container {
        width: 50%;
    }
    .page-history .history-container .right-container {
        width: 50%;
    }
    .page-content p br {
        display: none;
    }
    .page-terms-conditions .page-content p br {
        display: block;
    }
}
@media (max-width: 991px) {
    .history_detail {
        padding: 20px;
    }
    .page-history .history-container .left-container .history_detail {
        padding: 20px;
    }
}
@media (max-width: 767px) {
    .page-history .history-container .history-inner {
        display: block;
    }
    .page-history .history-dtop {
        display: none;
    }
    .page-history .history-container .history-inner img {
        width: 100%;
        vertical-align: top;
    }
    .page-history .history-container {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 400px) {
    .history_detail h4::after {
        width: 100%;
    }
}
/*history Page End*/

/* Support Map CSS Start*/
#geoaccess {
    display: inline-block;
    vertical-align: middle;
}
.map-filter {
    margin-bottom: 20px;
}
.map-filter label {
    display: block;
    margin-bottom: 30px;
}
.map-filter input[type="tel"] {
    width: 135px;
    height: 29px;
    padding: 5px 15px;
    border: 0;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.map-filter button {
    height: 29px;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.map-filter > button:hover {
    background: #666;
    color: #fff !important;
}
.map-filter .or {
    margin: 20px;
}
#map-canvas,
#map-canvas2,
#map-canvas3,
.support-map {
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    background: url("../images/loader.svg") no-repeat center center;
    background-size: 50px;
}
#map-canvas2 {
    margin-top: 30px;
    padding-bottom: 44%;
}
.map-overlay {
    width: 310px;
    padding: 15px;
    background-color: #2c2c2c;
    text-align: center;
    line-height: 22px;
}
.map-overlay a {
    display: inline;
    color: #b1b1b2;
    font-size: 14px;
    text-transform: none;
}
.map-overlay .shop-details li {
    float: none;
    font-size: 14px;
    list-style-type: none;
    text-align: left;
    width: 100%;
}
.map-overlay .shop-details .title {
    font-weight: bold; /*color: #bab959;*/
    text-transform: uppercase;
}
.cluster {
    width: 50px;
    height: 50px;
}
.cluster .text {
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}
.cluster-10 {
    width: 100px;
    height: 100px;
}
.cluster-10 .text {
    font-size: 28px;
    line-height: 100px;
}
.cluster-100 {
    width: 180px;
    height: 180px;
}
.cluster-100 .text {
    font-size: 38px;
    line-height: 180px;
}
.cluster-1000 {
    width: 280px;
    height: 280px;
}
.cluster-1000 .text {
    font-size: 48px;
    line-height: 280px;
}
.get-location {
    cursor: pointer;
}
#store-list {
    margin-top: 30px;
}

#store-list ul {
    margin-bottom: 30px;
    padding-left: 0;
}
#store-list ul li {
    float: none;
    list-style-type: none;
    font-size: 16px;
    line-height: 23px;
}
#store-list ul .active {
    color: #bab959;
}
#store-list ul .location {
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}
#store-list ul .email-link,
#store-list ul [href^="mailto:"] {
    display: inline;
    color: #fff;
    text-transform: none;
    font-size: 15px;
}
#validation-msg {
    margin-top: 10px;
    display: block;
}
.or {
    margin: 10px 0;
    font-size: 12px;
}

/*responsive start*/
@media (max-width: 767px) {
    .map-filter .or {
        margin: 10px;
    }
}
@media (max-width: 520px) {
    .map-filter {
        position: relative;
    }
    .map-filter .or {
        display: block;
    }
    .map-filter button {
        padding: 0 20px;
    }
    .map-overlay {
        width: 100% !important;
        margin: auto !important;
        position: relative;
        top: 30px;
        padding: 10px;
        transform: translate(25%, 0);
        -webkit-transform: translate(25%, 0);
    }
    .map-overlay .shop-details li,
    .map-overlay .shop-details li a {
        font-size: 10px;
        line-height: 14px;
    }
}
/*responsive start*/
/* Support Map CSS END*/

/*left panel start*/
.support-left-part {
    padding: 0;
    border-right: solid 1px #fff;
    margin: 0 -15px 0 0;
}
.form_links-list_item {
    float: none;
    list-style-type: none;
}
.form_link-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;
}
.form_link {
    display: flex;
    padding: 9px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.form_link:hover {
    color: #999;
}
.form_link--active:hover {
    color: #fff;
}
.left-links-group {
    padding-bottom: 24px;
    border-bottom: solid 1px #fff;
    padding-left: 43px;
    padding-top: 44px;
}
.left-links-group:last-child {
    border-bottom: 0;
}
.left-links-group .links-title {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 18px;
    letter-spacing: 0.4px;
}

/*responsive start*/
@media (max-width: 991px) {
    .left-links-group {
        padding-left: 0;
        padding-top: 30px;
    }
    .form_link {
        padding: 5px 0 10px;
    }
}
@media (max-width: 767px) {
    .support-left-part {
        border: none;
        margin: 0;
    }
}
/*responsive End*/
/*left panel end*/

/*right panel start*/
.support-right-part {
    margin-top: 30px;
    height: calc(100% - 15px);
}
.support-right-part p {
    font-size: 15px;
}
.support-right-part h3.main-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.support-right-part a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.support-right-part a:hover {
    text-decoration: underline;
}
.support-right-part a.cta-button {
    font-size: 12px;
    text-decoration: none;
}

/*responsive start*/
@media (max-width: 991px) {
    .support-right-part {
        padding: 15px;
    }
    .support-right-part h3.main-title {
        letter-spacing: 0;
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .support-right-part {
        margin-top: 0;
        height: 100%;
    }
}
/*right panel end*/

/*contact Us start*/
select,
input,
textarea {
    outline: none;
}
::-webkit-input-placeholder {
    color: #6d6e71;
    opacity: 1;
}
:-moz-placeholder {
    color: #6d6e71;
    opacity: 1;
}
::-moz-placeholder {
    color: #6d6e71;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #6d6e71;
    opacity: 1;
}
.page-template-showrooms .support-right-part {
    max-width: 100%;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 25px;
}
.support-right-part {
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
}
.contact-form {
    margin-top: 45px;
    display: none;
}
.cta-button-sec {
    margin-top: 30px;
}
.cta-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.cta-btn-wrap p {
    margin-bottom: 25px;
}
.cta-btn-wrap a.btn-block,
.cta-btn-wrap .btn-block {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
    color: #fff;
}
.cta-btn-wrap a.btn-block.contact-form-btn {
    margin-right: 0px;
}
.support-right-part .list p {
    font-size: 18px;
}
a.btn-block,
.btn-block {
    background-color: #959595;
    color: #fff;
    padding: 9px 20px 7px;
}
a.btn-block.contact-form-btn {
    background-color: #e1e1e1;
    color: #000;
}
a.btn-block:hover,
a.btn-block:focus,
.btn-block:hover,
.btn-block:focus,
a.btn-block.current_tab,
.btn-block.current_tab {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.cta-btn-wrap a.btn-block:nth-of-type(2n + 2) {
    margin-right: 0;
}
.form-container {
    padding: 0 9px;
    list-style: none;
}

.form-container ul::after {
    clear: both;
    content: "";
    display: block;
}
.form-container .input01 {
    margin-bottom: 12px;
    float: none;
    padding: 0 6px;
}
.form-container .require-note {
    width: 100%;
}
.form-container .input01 input[type="text"],
.form-container li input[type="text"],
.form-container .input01 input[type="number"],
.form-container .input01 input[type="email"] {
    width: 100%;
    border: 1px solid #cecece;
    height: 42px;
    padding: 0 13px;
    color: #6d6e71;
}
.where-to-buy-commercial-form-open .form-container .input01 textarea {
    padding: 13px;
}
.form-container .input01 textarea {
    min-height: 200px;
    color: #6d6e71;
    border: 1px solid #cecece;
    resize: none;
    width: 100%;
    padding: 15px;
}
.form-container .input01 select {
    border: 1px solid #cecece;
    color: #6d6e71;
    background: url(../images/select-arrow.svg) no-repeat 96% center #fff;
    height: 44px;
    width: 100%;
    padding: 0 15px;
    background-size: 15px;
}
.form-container .input01 select option {
    height: 44px;
}
.checkbox-title {
    text-transform: uppercase;
    margin: 15px 0 0px;
}
.form-container .custom-checkbox {
    line-height: 16px;
    display: inline-block;
}
.form-container .checkbx {
    margin-bottom: 20px;
}
.form-container .custom-checkbox span,
.form-container .custom-radio span {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    width: 18px;
    text-align: center;
}
.form-container .custom-checkbox input[type="checkbox"]:checked + span.checkbox::before,
.form-container .custom-radio input[type="radio"]:checked + span.radio::before {
    margin: 0;
    height: 10px;
    width: 10px;
}
.subscribe {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
}
.subscribe span.wpcf7-list-item-label {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    cursor: pointer;
}
.subscribe span.wpcf7-list-item-label::before {
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    background: #252525;
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 2px;
    top: -1px;
}
.wpcf7-form-control-wrap.email {
    width: 100%;
}
.wpcf7-form-control-wrap.telephone {
    width: 100%;
}
.wpcf7-not-valid-tip {
    text-align: left;
    padding-top: 5px;
}
/* fancy-select start */
.fancy-select {
    position: relative;
}
.where-to-buy-commercial-form-open .fancy-select div.trigger {
    padding: 0 13px;
}
.fancy-select div.trigger {
    color: #6d6e71;
    line-height: 40px;
    border: 1px solid #cecece;
    background-color: #fff;
    width: 100%;
    height: 44px;
    padding: 0 13px;
    display: block;
    position: relative;
    cursor: pointer;
}
.fancy-select div.trigger:before {
    content: "\f107";
    color: #cecece;
    font-family: FontAwesome;
    position: absolute;
    top: 3px;
    right: 10px;
    width: 23px;
    height: 100%;
    text-align: center;
    font-size: 25px;
}
.fancy-select ul.options {
    background-color: black;
    border: none;
    top: 40px;
    position: absolute;
    z-index: 20;
    width: 100%;
    border-top: none;
    display: none;
    z-index: 100;
}
.fancy-select ul.options.open {
    visibility: visible;
    top: 40px;
    opacity: 1;
    display: block;
}
.fancy-select ul.options.overflowing {
    top: 40px;
    position: absolute;
    z-index: 20;
    width: 100%;
    border-top: none;
    display: none;
}
.fancy-select ul.options.overflowing.open {
    top: 40px;
    position: absolute;
    z-index: 20;
    width: 100%;
    border-top: none;
    display: block;
}
.fancy-select ul.options li {
    float: none;
    width: 100%;
    margin: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    height: auto;
    background-color: #191919;
    cursor: pointer;
    list-style-type: none;
}
.fancy-select ul.options li.hover {
    color: #191919;
    background-color: #fff;
}
/* fancy-select End */

.form-container input[type="submit"] {
    min-width: 100%;
    width: 240px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background: none;
    float: right;
}
.form-container input[type="submit"]:hover {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.form-container .form-btn {
    clear: both;
    text-align: right;
}
.google-captcha {
    float: right;
    margin-bottom: 13px;
    margin-top: 0;
}
.submit-part {
    padding-right: 4px;
}

/*responsive start*/
@media (max-width: 480px) {
    .form-container .checkbx {
        flex: auto;
        max-width: 100%;
    }
    .form-container .checkbx label br {
        display: none;
    }
    .google-captcha iframe {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        margin: 0 0 0 32px;
    }
    .submit-part {
        padding-right: 6px;
    }
}
/*responsive End*/

/*contact Us end*/

/*Exploer The world Start*/
.exploer-main {
    overflow: hidden;
}
.exploer-main .container {
    padding: 0;
    max-width: 100%;
}
.exploer-main .row {
    margin: 0 -10px;
}
.exploer-main .row .col-sm-6 {
    padding: 0 10px;
}
.exploer-main-head {
    padding: 20px 0;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    line-height: 100%;
    margin: 30px 0 0;
    text-align: center;
}
.exploer-main-head .title {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px;
}
.exploer-main-head .line-logo {
    display: inline-block;
    vertical-align: middle;
}
.exploer-box {
    position: relative;
    height: 323px;
    background-size: 100% !important;
    background-position: center center !important;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    overflow: hidden;
    padding: 66px 0;
}
.exploer-box .exploer-img {
    padding-bottom: 56%;
    min-height: 293px;
}
.exploer-main .item {
    overflow: hidden;
    margin-top: 30px;
}
.exploer-box .exploer-img img {
    position: absolute;
    top: 0;
    left: 0;
}
.exploer-box::before {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.ex-box-detail {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    padding: 0 15px;
}
.ex-box-detail .title {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.exploer-box .item a {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}
/*responsive start*/
@media (min-width: 1025px) {
    .exploer-box:hover {
        transition: 0.2s all;
        -webkit-transition: 0.2s all;
        background-size: 110% !important;
    }
}
@media (max-width: 1400px) {
    .exploer-box {
        height: 270px;
        padding: 20px 0;
    }
}
@media (max-width: 1200px) {
    .exploer-box {
        height: 240px;
        padding: 20px 0;
    }
}
@media (max-width: 1024px) {
    .exploer-box {
        position: relative;
        height: 240px;
        padding: 35px 0;
    }
    .class-state.fancy-select,
    .class-state.fancy-select {
        position: relative;
        border: 1px solid #cecece;
        color: #6d6e71;
        background: url(../images/select-arrow.svg) no-repeat 96% center #fff;
        height: 44px;
        width: 100%;
        padding: 0 15px;
        background-size: 15px;
    }
    .ex-box-detail.primary-content-block h2 {
        font-size: 26px;
    }
    .ex-box-detail.primary-content-block p {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .ex-box-detail .title {
        font-size: 20px;
        line-height: 1.3;
    }
    .exploer-box {
        background-size: cover !important;
    }
    .exploer-main .container {
        padding: 0 15px;
    }
    .ex-box-detail.primary-content-block h2 {
        font-size: 26px;
    }
    .ex-box-detail.primary-content-block p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .ex-box-detail .title {
        font-size: 20px;
        line-height: 25px;
    }
    .exploer-main .item {
        margin-top: 15px;
    }
}
@media (max-width: 640px) {
    .cta-btn-wrap a.btn-block,
    .cta-btn-wrap .btn-block {
        width: 100%;
        margin: 0 0 10px;
    }
    .contact-form {
        margin-top: 30px;
    }
}
/*responsive end*/
/*Exploer The world End*/

/*showroom Page Start*/
#showroom-lists {
    margin-bottom: 30px;
    text-align: center;
}
#showroom-lists li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
}
#showroom-lists li a {
    color: #000;
    padding: 7px 40px 5px;
    border: solid 2px #e1e1e1;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    background-color: #e1e1e1;
    min-width: 219px;
}
#showroom-lists li a:hover,
#showroom-lists li a.active {
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-color: #000;
}
#showroom-details > li {
    list-style-type: none;
    height: 0;
    visibility: hidden;
}
#showroom-details > li.active {
    height: auto;
    visibility: visible;
}
#showroom-details li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#showroom-details li span {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
#showroom-details li .address span {
    margin-top: 0;
}
ul#showroom-details ul {
    list-style-type: disc;
    margin-left: 19px;
}
.support-right-part p span {
    font-size: 18px;
    margin-top: 35px;
    position: relative;
    display: block;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/*responsive start*/

@media (max-width: 1500px) {
    .header-image-container h1 {
        font-size: 58px;
    }
}
@media (max-width: 1200px) {
    #showroom-lists li {
        margin-bottom: 10px;
    }
    #showroom-lists li a {
        min-width: 100px;
    }
    #map-canvas2 {
        padding-bottom: 50%;
    }
    .header-image-container h1 {
        font-size: 48px;
    }
}
@media (max-width: 767px) {
    .innerbanner,
    .inner-banner-video {
        height: 285px;
    }
    .header-image-container h1 {
        font-size: 32px;
    }
    #showroom-lists li {
        margin-bottom: 10px;
        width: 50%;
        margin: 0 0 10px;
        padding: 0 5px;
    }
    #showroom-lists li a {
        width: 100%;
        padding: 7px 10px 5px;
    }
    .support-right-part {
        margin: 30px auto;
    }
    .cta-btn-wrap {
        width: 100%;
    }
}
@media (max-width: 480px) {
    #map-canvas2 {
        padding-bottom: 100%;
    }
    .exploer-main .container {
        padding: 0;
    }
    .form-container .input01 textarea {
        height: 200px;
    }
    .product-detail-main .container {
        overflow-x: inherit;
    }
}
/*responsive End*/
/*showroom Page End*/

/*services page content Start*/
.tab_content-item {
    height: 0;
    overflow: hidden;
}
.tab_content-item--default,
.tab_content-item--active {
    height: auto;
    overflow: visible;
}
.service-tabs button.tab_toggle {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background: none;
    margin-right: 30px;
}
.service-tabs button.tab_toggle:hover,
.service-tabs button.tab_toggle--active {
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none;
}
.service-tabs {
    margin-top: 40px;
}
#product_type_dropdown {
    min-height: 40px;
}
#agents-filter {
    margin-top: 8px;
    height: 0;
    overflow: hidden;
}
#agents-filter.visible {
    visibility: visible;
    height: auto;
}
.service-tabs button:last-child {
    margin-right: 0;
}
.service-tabs button.tab_toggle--active {
    background: #fff;
    color: #000;
}

/*responsive start*/
@media (max-width: 991px) {
    .service-tabs {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .service-tabs button {
        font-size: 11px;
        min-width: inherit;
    }
}
/*responsive end*/
/*services page content Start*/

/*download page Docs start*/
.page-downloads .cad_files {
    display: none;
}
.page-downloads .download-text {
    width: 50%;
}
.page-downloads .download-text .fixed {
    background: red;
    position: fixed;
}
.page-downloads .download-list a .icon-pdf,
.page-downloads .download-list a .icon-cad {
    vertical-align: middle;
    font-size: 32px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.page-downloads .download-list a .file-name {
    font-size: 15px;
    text-transform: uppercase;
}
.page-downloads .download-list a.active {
    border-bottom: 1px solid #fff;
}
.page-downloads .page-content button {
    float: right;
    margin-top: 20px;
}
.page-downloads .list {
    display: none;
    margin-top: 35px;
}
.page-downloads .list.active {
    display: block;
}
.page-downloads .left_menu li ul {
    display: none;
}
.page-downloads .left_menu > li.active ul {
    display: block;
    padding-left: 30px;
}
.download_menu.dynamic_form_tabs.cta-btn-wrap {
    margin-top: 35px;
}
.page-downloads .support-right-part {
    margin-bottom: 5px;
}
.cta-btn-wrap .btn-block:nth-of-type(2n + 2) {
    margin-right: 0;
}
.cta-btn-wrap .btn-block {
    text-transform: uppercase;
    cursor: pointer;
}
.cta-btn-wrap .btn-block a {
    color: #fff;
}
.cta-btn-wrap .btn-block a:hover {
    text-decoration: none;
}
.page-downloads .download-list .brochures.list > ul,
.page-downloads .download-list .cad_files > ul {
    display: none;
}
.page-downloads .download-list .brochures.list > ul.sub-active,
.page-downloads .download-list .cad_files > ul.sub-active {
    display: block;
}
.download-form-page {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.download-form-page:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}
.download-form-page .download-form-container {
    position: relative;
    max-width: 920px;
    padding: 88px;
    background-color: #111;
    margin: 0 auto;
    clear: both;
    top: 130px;
    color: #ffffff;
}
.download-form-page .download-form-container > ul {
    color: #ffffff;
}
.download-form-page .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    cursor: pointer;
    background: url(../../images/close-popup.svg);
    width: 16px;
    height: 16px;
    opacity: 1;
}
.where-to-buy-commercial-form-open {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.where-to-buy-commercial-form-open:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
}
.where-to-buy-commercial-form-open .download-form-container {
    position: relative;
    max-width: 920px;
    padding: 88px;
    background-color: #111;
    margin: 0 auto;
    clear: both;
    top: 130px;
}
.where-to-buy-commercial-form-open .close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    cursor: pointer;
    background: url(../../images/close-popup.svg);
    width: 16px;
    height: 16px;
    opacity: 1;
}
.download-list .doc-item {
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.download-list .doc-item:last-child {
    border-bottom: 0;
}
.download-list .doc-item a {
    display: block;
    position: relative;
    padding: 10px 10px 10px 40px;
    text-align: left;
}
.download-form-container h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 20px;
}
.download-form-container .form-container {
    margin-top: 0;
}
.doc-listing .doc-item {
    display: block;
}
.page-downloads .list > ul {
    margin-top: 25px;
    column-count: 2;
}
.page-downloads .fancy-select {
    width: 387px;
    margin: 0 auto;
    max-width: 100%;
}
.page-downloads .get_label,
.page-downloads .get_sub_label {
    display: none;
}
/*responsive start*/
@media (max-width: 991px) {
    .download-list .doc-item {
        font-size: 12px;
    }
    .page-downloads .download-list a .file-name {
        font-size: 12px;
        margin-bottom: 0px;
    }
    .page-downloads .download-list a .icon-pdf,
    .page-downloads .download-list a .icon-cad {
        font-size: 28px;
        margin-right: 5px;
    }
    .download-form-page .download-form-container {
        padding: 60px 30px;
    }
}
@media (max-width: 767px) {
    .page-downloads .list > ul {
        column-count: 1;
    }
}
@media (max-width: 480px) {
    .download-form-container h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
/*responsive End*/

/*******************************************************************************************************************************
support All Pages End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
product Pagaes Start*********************************************************************************************************
********************************************************************************************************************************/

/*Alert Box Start*/
.alert-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 550px;
    padding: 50px 25px;
    height: 300px;
    background-color: #111;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.alert-box p {
    max-width: 340px;
    margin: 20px auto;
    line-height: 25px;
}
.alert-box .button-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #fff;
}
.alert-box .icon-alert {
    font-size: 50px;
    color: #fff;
}
@media (max-width: 600px) {
    .alert-box {
        width: 90%;
    }
}
/*Alert Box End*/

/*Simple Tab Start*/
.tab-content {
    display: none;
}
.tab-title::after {
    content: "+";
    font-size: 18px;
    position: absolute;
    right: 15px;
}
.tab-title.open::after {
    content: "-";
}
.tab-content.open {
    display: block;
}
/*Simple Tab End*/

/*pagination Tab Start*/
.pagination-ajax {
    clear: both;
}
.pagination {
    padding: 25px 0 25px;
    border-top: solid 1px #fff;
    margin-top: 30px;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    position: relative;
}
.pagination ul {
    text-align: center;
    width: 100%;
}
.pagination ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 15px;
    font-size: 12px;
}
.pagination ul li i {
    font-size: 18px;
}
.pagination ul li a.next {
    position: absolute;
    right: 20%;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
}
.pagination ul li a.prev {
    position: absolute;
    left: 20%;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
}
/*responsive start*/
@media (max-width: 767px) {
    .pagination ul li {
        padding: 0 10px;
    }
    .pagination ul li a.next {
        right: 10px;
    }
    .pagination ul li a.prev {
        left: 10px;
    }
}
/*responsive start*/
/*pagination Tab End*/

/*Product Listing Start*/

/*product Banner start*/
.product-bannermain {
    padding-top: 150px;
    padding-bottom: 50px;
}
.product-banner-title .name {
    font-size: 59px;
    line-height: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-banner-title .made-by {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.product-banner-detail .short-desc h4 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 2px;
}
.product-banner-detail .short-desc {
    margin-bottom: 20px;
}
.product-img {
    width: 100%;
    text-align: right;
}
.product-img img {
    margin: auto;
}
/*product Banner End*/

/*Product Listing End*/
.refine-left-menu {
    width: 210px;
    position: absolute;
    transition: transform 0.5s;
    transform: translateX(-210px);
    opacity: 0;
    height: 100%;
}
.refine-left-menu .clear {
    margin: 25px 0 13px;
    text-align: center;
}
.refine-left-menu .clear .cta-button {
    min-width: 100px;
}
.refine-left-menu.open {
    width: 210px;
    border-right: 1px solid #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    top: 0;
    bottom: 0;
    overflow: auto;
}
.refine-left-menu.open.fixed {
    position: fixed;
    top: 80px;
    max-height: calc(100vh - 80px);
}
.filter-main {
    position: relative;
}
.filter-main dl {
    padding: 10px 0;
    border-bottom: solid 1px #fff;
}
.filter-main dl:last-of-type {
    border-right: 0;
    border-bottom: none;
}
.filter-main dt {
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-main dd {
    margin-left: 0;
    margin-top: 15px;
    padding-right: 45px;
}
.filter-main dd input[type="checkbox"] {
    display: none;
}
.filter-main dd label .checkbox {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background-color: #252525;
    cursor: pointer;
    margin: 3px 0 0 0;
    position: relative;
}
.filter-main dd label .label-text {
    margin-left: 25px;
    font-size: 12px;
    color: #d9d9d9;
    cursor: pointer;
    display: block;
}
.filter-main dd input[type="checkbox"] + label .checkbox::before {
    background: #fff;
    height: 7px;
    width: 7px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0;
    top: 3px;
    position: absolute;
    left: 3px;
    opacity: 0;
}

.filter-main dd input[type="checkbox"]:checked + label .checkbox::before {
    opacity: 1;
}
.filter-main dd label .label-text {
    color: #fff;
    text-transform: uppercase;
}
.filter-main dd button {
    display: none;
}
.product-loader {
    display: none;
    background: rgba(255, 255, 255, 0.7) url("../images/loader.svg") no-repeat center 120px;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    background-size: 60px;
    z-index: 999;
}
.product-box {
    position: relative;
    padding: 50px 15px 0;
}
.product-item-inner {
    background-color: #f6f6f6;
    height: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.product-checkbox {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.product-checkbox label {
    cursor: pointer;
}
.product-item .checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -3px 5px 0 0;
    border: solid 3px #000;
    vertical-align: middle;
    border-radius: 100%;
    position: relative;
}
.compare-select.checked .checkbox::before,
.save-select.checked .checkbox::before {
    height: 14px;
    width: 14px;
    background: #000;
    content: " ";
    display: block;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    border-radius: 100%;
}
.product-checkbox input[type="checkbox"] {
    visibility: hidden;
}
.compare-select {
    display: inline-block;
    margin-right: 10px;
}
.save-select {
    display: inline-block;
}
.compare-all {
    display: none;
    margin: 15px 0;
}
.product-item.active {
    z-index: 2;
}
.product-item.show-compare .compare-all {
    display: block;
}
#product-wrapper {
    position: relative;
}
#product-wrapper .row {
    margin: 0;
    position: relative;
}
#product-filter .filters-container {
    padding: 10px 0 15px;
}
#product-wrapper .product-item .button-details {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    background-color: #bab959;
    color: #2e2e2e;
}
#product-wrapper .product-item .button-details:hover {
    background-color: #fff;
}
#product-list {
    margin: 0 -10px;
    z-index: 99;
}
#product-list + div {
    position: relative;
    z-index: 80px;
}
.product-item {
    width: 33%;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 10px;
    float: left;
}
.hover-active.product-item:hover .product-item-overlay {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}
.product-item:hover .product-item-thumbnail img {
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    backface-visibility: hidden;
}
.product-item:hover .product-item-inner {
    background: #eee;
}
.product-item .button-compare {
    margin-left: 10px;
    font-weight: bold;
    color: #bab959;
}
.product-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(247 247 247 / 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-item-excerpt {
    padding: 15px;
}
.product-item-excerpt p {
    margin-bottom: 15px;
}
.product-item-list {
    min-height: 60px;
    max-height: 75px;
    margin: 10px 10px 10px 35px;
    font-size: 12px;
    line-height: 150%;
    list-style-type: disc;
    text-align: left;
}
.product-item-list li {
    float: none;
}
.product-item-thumbnail {
    display: block;
    height: 200px;
    margin-bottom: 25px;
}
.product-item-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
/*.product-item-title {font-size:22px;margin-bottom:0;font-family: 'FuturaBQ-Bold';line-height:20px;padding-bottom:15px;min-height:95px;text-transform:uppercase}
.product-item-title span{font-size:14px;font-family: 'futura-normal';display:block;}*/
.product-item-title {
    font-size: 22px;
    color: #000;
    margin-bottom: 0;
    line-height: 26px;
    padding-bottom: 15px;
    min-height: 95px;
    text-transform: uppercase;
}
.product-item-title span {
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.product-item-utilities {
    padding: 10px;
    margin: 0 20px 30px;
}

.compare-2 table tr td {
    width: 50%;
}
.compare-3 table tr td {
    width: 33.33%;
}
.compare-4 table tr td {
    width: 25%;
}
.other-recipe.recipe-listing {
    margin-top: 0;
    padding-top: 0;
    border: none;
}
.other-recipe .title {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    margin: 50px -7px 0 -7px;
    padding: 15px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
/*responsive Start*/

@media (max-width: 1279px) {
    .product-banner-title .name {
        font-size: 50px;
        line-height: 50px;
    }
    .product-banner-title .made-by {
        font-size: 22px;
        margin-bottom: 50px;
    }
}
@media (max-width: 991px) {
    .product-item {
        width: 50%;
    }
    .product-banner-title .name {
        font-size: 40px;
        line-height: 40px;
    }
    .product-banner-title .made-by {
        font-size: 18px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .product-banner-detail {
        width: 100%;
        text-align: center;
    }
    .product-bannermain .row {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: column-reverse;
    }
    .product-banner-title .name {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .product-banner-detail .short-desc h4 {
        font-size: 16px;
    }
    .mobile-check {
        display: block;
    }
    .product-bannermain {
        padding-top: 100px;
        padding-bottom: 30px;
    }
    .product-banner-title .made-by {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 18px;
    }
    .product-banner-detail .short-desc {
        margin: 30px 0 0 0;
    }
    .product-banner-detail .cta-button {
        margin-top: 20px;
    }
    .product-item-title {
        font-size: 19px;
    }
}
@media (max-width: 480px) {
    .product-item {
        width: 100%;
    }
}
/*responsive End*/

.compare-list {
    display: flex;
    margin: 0 -5px 25px -5px;
}
.compare-list .product-item {
    float: none;
    width: 100%;
    padding: 50px 15px;
    margin: 5px;
    background: #111;
    list-style-type: none;
}
.compare-list .product-item-thumbnail:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
}
.compare-list .product-item-thumbnail img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.compare-list .product-item-title {
    margin-bottom: 0;
}
.compare-list-wrapper {
    display: none;
    margin: 0 auto 25px;
    text-align: center;
}
.compare-list-wrapper.show {
    display: block;
    border-bottom: solid 1px #fff;
    padding-bottom: 30px;
}
.compare-list-wrapper .compare-list-buttons {
    display: inline-block;
    vertical-align: middle;
}
.compare-list-wrapper .compare-list-buttons .cta-button {
    margin-right: 20px;
}
.compare-list-wrapper .compare-list-buttons .cta-button:last-child {
    margin-right: 0;
}
.compare-list-wrapper .button-compare {
    width: 168px;
    height: 40px;
    margin: 20px 50px;
    background-color: #bab959;
    line-height: 40px;
    color: #000;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 0;
}
.compare-list-wrapper .button-compare:hover {
    background-color: #fff;
}
.remove i {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    font-size: 10px;
}
.remove i.fa-times::before {
    content: "\e60d";
    font-family: "ilve" !important;
}

.filter-panel-main {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 25px 0;
}
.filter-panel-main .refine {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 15px;
    font-size: 12px;
}
.filter-panel-main .refine i {
    font-size: 17px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}
.filter-panel-main .sortby {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.filter-panel-main .sortby select {
    visibility: hidden;
}
.filter-panel-main .sortby .fancy-select {
    display: inline-block;
}
.filter-panel-main .sortby .fancy-select div.trigger {
    background: none;
    height: 25px;
    line-height: 25px;
    color: #fff;
    min-width: 73px;
    padding: 0 2px;
}
.filter-panel-main .sortby .fancy-select div.trigger:before {
    top: 0;
    font-size: 22px;
}

.filter-panel-main .sortby.per-page .fancy-select div.trigger {
    padding-right: 40px;
    min-width: inherit;
}
.filter-panel-main .sortby.per-page .fancy-select ul.options li {
    width: 100px;
}

.filter-panel-main .sortby .fancy-select ul.options.open {
    top: 25px;
}
.filter-panel-main .fancy-select ul.options li {
    padding: 3px 8px;
}
.filter-panel-main .results {
    font-size: 12px;
    letter-spacing: 0.5px;
    display: inline-block;
}

.filter-panel-main .clear.show {
    display: inline-block !important;
    margin-left: 10px;
}
.filter-panel-main .clear.show .cta-button {
    min-width: 80px;
    margin-right: 10px;
}

.filter-panel-main .pagination-ajax {
    display: inline-block;
    float: right;
}
.filter-panel-main .pagination {
    margin: 0;
    padding: 0;
    border: 0;
}
.filter-panel-main .pagination ul li {
    padding: 0 10px;
}
.filter-panel-main .pagination ul li a.prev {
    left: 0;
    position: relative;
}
.filter-panel-main .pagination ul li a.next {
    right: 0;
    position: relative;
}
.filter-panel-main .pagination ul li:last-child {
    padding-right: 0;
}

.results.mobile-result {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 25px;
    text-align: center;
    display: none;
}

.products-listing-main::after {
    content: "";
    display: block;
    clear: both;
}
.products-listing-main.open {
    /*overflow: hidden;*/
    width: 100%;
    padding-left: 230px;
    transition: all 0.5s;
}
.products-listing-main {
    padding-left: 0;
    width: 100%;
    transition: all 0.5s;
    padding-top: 25px;
}
.products-listing-main .pagination {
    border-bottom: 0;
}
.key-features {
    position: relative;
    z-index: 9999;
}
.key-features .features-btn {
    padding: 15px;
    background: #eee;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #000;
}
.key-features:hover .features-btn,
.key-features:hover .features-list {
    background: #f7f7f7;
    transition: 0.5s background;
    -webkit-transition: 0.5s background;
}
.features-list {
    padding: 10px 25px 25px;
    display: none;
    position: relative;
    z-index: 9999;
    box-shadow: 0px 35px 40px rgba(0, 0, 0, 0.7);
    transition: 0.5s background;
    -webkit-transition: 0.5s background;
}
.features-list ul {
    list-style: inside;
}
.features-list ul li {
    font-size: 12px;
    text-transform: capitalize;
}
.key-features.disabled .features-btn {
    background: #666;
    opacity: 0.3;
}
.key-features.disabled {
    position: relative;
}
.key-features.disabled::before {
    cursor: not-allowed;
    background: transparent;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.norecord-product {
    width: 100%;
    min-height: 400px;
    text-align: center;
    position: relative !important;
}
.norecord-product i {
    font-size: 200px;
    color: #222;
}
.norecord-product h3 {
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}
.norecord-product p {
    font-size: 16px;
}
.norecord {
    text-align: center;
    padding: 80px 15px;
}
.norecord .title {
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 30px;
    margin-bottom: 10px;
}
/*My Project & Save Listing Start*/
.save-content {
    padding: 30px 0;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    text-align: center;
    margin-bottom: 30px;
}
.save-content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
}
.save-content p {
    font-size: 15px;
    line-height: 20px;
}
.save-item {
    text-align: center;
    background: #111;
    padding: 30px 15px;
    height: 100%;
}
.save-thumb {
    display: block;
    height: 200px;
    margin-bottom: 25px;
}
.save-thumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.save-title {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    padding-bottom: 15px;
    min-height: 55px;
}
.save-item button.cta-button {
    margin-bottom: 10px;
}
.save-buttons {
    text-align: center;
}
.save-buttons .cta-button {
    margin-right: 10px;
}
.email-form {
    padding: 30px 0 0;
    margin-top: 30px;
    position: relative;
}
.email-form .title {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
.email-form .form-container {
    max-width: 745px;
    margin: auto;
}
.email-form .form-container .form-btn {
    margin: 0;
}
.save-listing .product-item {
    padding: 0 15px;
    margin-bottom: 30px;
}

.email-form .wpcf7-radio {
    margin: 5px -10px;
    display: block;
    position: relative;
}
.email-form .wpcf7-radio::after {
    clear: both;
    content: "";
    display: block;
}
.email-form .wpcf7-radio .wpcf7-list-item {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.email-form .wpcf7-radio label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.email-form .wpcf7-radio .wpcf7-list-item-label {
    padding: 9px 20px 7px;
    padding: 9px 20px 7px;
    background: #e1e1e1;
    width: 100%;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
}
.email-form .wpcf7-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.email-form .wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    background: #000;
    color: #fff;
}
.email-form .my-retailer-list {
    background: #1d1d1d;
    padding: 30px;
    display: none;
}
.email-form .retailer-list {
    margin-bottom: 20px;
}
/*.email-form .my-retailer-store{display:none;}*/
.email-form .my-retailer-list .retailer-desc strong {
    position: relative;
    float: left;
    margin: 3px 5px 0 0;
}
.email-form .my-retailer-list .retailer-desc strong::after {
    content: ":";
}
.email-form .my-retailer-list .retailer-message {
    margin-bottom: 20px;
}
.email-form .my-retailer-list .retailer-desc .email {
    word-break: break-all;
}
.email-form .my-retailer-list .retailer-desc .email a {
    overflow: hidden;
    display: block;
}
.email-form .my-retailer-store {
    margin-bottom: 0px !important;
}
.email-form .my-retailer-store .wpcf7-form-control-wrap {
    display: block;
}
.email-form .wpcf7-form-control-wrap.message {
    margin-bottom: 5px;
    display: block;
}
.email-form .my-retailer-list {
    margin-top: 18px;
    margin-bottom: 18px;
}
.email-form span.wpcf7-list-item {
    margin: 0px;
}
/*responsive start*/
@media (max-width: 1024px) {
    .filter-panel-main .sortby select {
        visibility: visible;
        background: url(../images/select-arrow-white.svg) no-repeat 98% 4px;
        padding: 0 18px 0 5px !important;
        border: none !important;
        margin: 0 !important;
        background-size: 11px;
        text-transform: uppercase;
        color: #fff;
    }
    .filter-panel-main .sortby select option {
        background: #111;
    }
    .filter-panel-main .sortby select option:hover {
        background: #000;
    }
}

@media (max-width: 991px) {
    .compare-list {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .compare-list::after {
        clear: both;
        display: block;
        content: "";
    }
    .compare-list .product-item {
        -webkit-box-flex: 0;
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px);
        max-width: calc(50% - 10px);
        justify-content: center;
        flex-direction: column;
    }
    .filter-panel-main .results {
        float: right;
    }
    .filter-panel-main.top-side .pagination-ajax {
        width: 260px;
        margin: auto;
        float: none;
        display: block;
    }
    .filter-panel-main .pagination {
        margin: 25px auto 0;
    }
    .history-content .img-sec {
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .filter-panel-main .results {
        display: none;
    }
    /*.filter-panel-main .sortby{float:right}*/
    .filter-panel-main .sortby .fancy-select div.trigger {
        min-width: 60px;
    }
    .filter-panel-main .sortby .fancy-select div.trigger:before {
        right: 0;
    }
    .refine-left-menu {
        position: relative;
        height: 0;
        transform: translateY(50px);
        -webkit-transform: translateY(50px);
        width: 100% !important;
    }
    .refine-left-menu.open {
        height: auto;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        border: none;
    }
    .products-listing-main.open {
        padding: 0;
    }
    .results.mobile-result {
        display: block;
        margin-top: 15px;
        margin: 20px auto;
    }
    .filter-panel-main .sortby.per-page .fancy-select div.trigger {
        padding-right: 25px;
    }
    .filter-panel-main .per-page.sortby {
        margin-right: 15px;
    }
    .filter-panel-main.top-side .pagination-ajax {
        width: inherit;
        margin: inherit;
        float: right;
        display: inline-block;
    }
    .filter-panel-main .pagination {
        margin: inherit;
    }
    .filter-panel-main .pagination ul li {
        padding: 0 5px;
    }
    .pagination ul li a.prev,
    .pagination ul li a.next {
        top: 2px;
    }
    .email-form .wpcf7-radio label {
        text-align: left;
    }
    .email-form .wpcf7-radio .wpcf7-list-item-label {
        padding: 15px;
    }
    .history-content {
        text-align: center;
    }
    .history-content .img-sec img {
        width: 100%;
    }
    .email-form .wpcf7-radio .wpcf7-list-item {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .save-buttons .cta-button {
        margin-right: 0;
    }
    .save-buttons .cta-button:first-child {
        margin-bottom: 10px;
    }
    .save-listing .product-item {
        margin-bottom: 15px;
    }
    .compare-list .product-item {
        -webkit-box-flex: 0;
        -ms-flex: calc(100% - 10px);
        flex: calc(100% - 10px);
        max-width: calc(100% - 10px);
        justify-content: center;
        flex-direction: column;
    }
    .filter-panel-main .sortby {
        clear: both;
    }
    .filter-panel-main .per-page.sortby {
        margin-right: 0;
    }
    .filter-panel-main .clear.show .cta-button {
        min-width: 65px;
    }
    /*.filter-panel-main .clear.show{margin-left:82px;margin-top:5px}*/
    .filter-panel-main .clear.show {
        margin: 5px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .filter-panel-main .pagination-ajax {
        width: 260px;
        margin: auto;
        float: none;
        display: block;
    }
    .filter-panel-main.bottom-side {
        text-align: center;
    }
    .filter-panel-main.top-side .pagination-ajax {
        width: 260px;
        margin: auto;
        float: none;
        display: block;
    }
    .filter-panel-main .pagination {
        margin: 25px auto 0;
    }
    .email-form .wpcf7-radio .wpcf7-list-item-label {
        padding: 10px;
    }
}
@media (max-width: 320px) {
    .filter-panel-main .sortby {
        font-size: 11px;
    }
}
/*responsive End*/
/*My Project & Save Listing End*/

/*product Detail Page Start*/
.product-title-panel {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 25px 0;
}
.product-title-panel .title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 22px;
}
.mobile-check {
    display: none;
}
.product-detail-main .product-check {
    text-align: right;
}
.product-detail-main .product-check .custom-checkbox {
    display: inline-block;
    margin-left: 25px;
    letter-spacing: 0.4px;
}
.product-detail-main .product-check .custom-checkbox:first-child {
    margin-left: 0;
}
.product-detail-main .product-check .custom-checkbox span,
.product-detail-main .product-check .custom-radio span {
    height: 16px;
    width: 16px;
    border: solid 3px #fff;
    border-radius: 100%;
    top: 2px;
}
.product-detail-main .product-check .custom-checkbox input[type="checkbox"]:checked + span.checkbox::before,
.product-detail-main .product-check .custom-radio input[type="radio"]:checked + span.radio::before {
    background: #fff;
    height: 12px;
    width: 12px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: -15px 0 0 -1px;
    border-radius: 100%;
}

.product-desc {
    background: #111;
    padding: 50px 75px;
    height: 100%;
}
.product-desc .title {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-desc .title span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
}
.product-desc p {
    font-size: 16px;
    line-height: 22px;
}
.product-desc .icon {
    display: inline-block;
    margin: 0 12px 0 0;
    vertical-align: middle;
}

.color-features {
    text-align: center;
    background: #111;
    padding: 35px;
}
.color-features .title {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 3px;
}
.color-features .desc {
    font-size: 12px;
    line-height: 16px;
}
.color-features ul li {
    display: inline-block;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    background-size: 100%;
}

.product-img-box {
    text-align: center;
    margin: -175px auto 0 auto;
    width: 450px !important;
}
.product-img-box.owl-carousel .owl-item {
    float: none;
    display: inline-block;
}
.home-slider .owl-nav {
    display: none;
}
.owl-nav .owl-next {
    font-size: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    right: -35px;
}
.owl-nav .owl-prev {
    font-size: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 50px;
    margin: auto;
    left: -35px;
}

.product-detail-main .general-info .product-desc {
    padding: 50px;
}
.product-detail-main .general-info .product-desc .title {
    letter-spacing: 1px;
    margin: 0 0 27px 0;
}
.product-detail-main .general-info .product-desc .title span {
    letter-spacing: 0;
}
.product-detail-main .general-info.tab-content .product-desc p {
    font-size: 15px;
    line-height: 23px;
}

.features-main {
    border-bottom: solid 1px #fff;
    padding: 28px 0;
    margin-bottom: 30px;
}
.features-main::after {
    clear: both;
    display: block;
    content: "";
}
.features-main .owl-carousel {
    min-height: 120px;
}
.features-main .owl-carousel .owl-stage {
    min-height: 120px;
    padding-top: 8px;
}
.features-main .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.features-main .icon {
    height: 50px;
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start;
}
.features-main .name h3 {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 12px;
    margin-bottom: 0;
}
.features-main .name h3 span {
    display: block;
}
.features-main .item {
    text-align: center;
}

.features-main .owl-item {
    float: none;
    display: inline-block;
}
.features-main .owl-carousel .owl-stage {
    margin: auto;
}
.features-main .owl-nav .owl-next,
.features-main .owl-nav .owl-prev {
    font-size: 0;
    height: 25px;
    width: 25px;
    border-left: solid 4px #fff;
    border-bottom: solid 4px #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.features-main .owl-nav .owl-next:hover,
.features-main .owl-nav .owl-prev:hover {
    opacity: 0.5;
}
.features-main .owl-nav .owl-next:before,
.features-main .owl-nav .owl-prev:before {
    display: none;
}
.features-main .owl-nav .owl-next {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    right: 5px;
    top: -9px;
}
.features-main .owl-nav .owl-prev {
    left: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.features-left {
    display: inline-block;
    float: left;
    padding-right: 15px;
    border-right: solid 1px #fff;
}
.features-left .item {
    position: relative;
    cursor: pointer;
}
.features-left .item::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin: auto;
}
.features-left .item:hover::after,
.features-left .item.active::after {
    bottom: -15px;
    opacity: 1;
}

.features-right .item {
    position: relative;
}
.features-right .item::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin: auto;
}
.features-right .item:hover::after,
.features-right .item.active::after {
    bottom: -15px;
    opacity: 1;
}

.one-items {
    width: 10% !important;
}
.two-items {
    width: 20% !important;
}
.three-items {
    width: 30% !important;
}
.four-items {
    width: 40% !important;
}
.five-items {
    width: 50% !important;
}
.six-items {
    width: 60% !important;
}
.seven-items {
    width: 70% !important;
}
.eight-items {
    width: 80% !important;
}
.nine-items {
    width: 90% !important;
}

.features-right {
    display: inline-block;
    float: left;
    padding: 0 40px 0 50px;
}

.warranty li {
    padding: 0 0 15px 0;
    border-bottom: solid 1px #343434;
}
.warranty li h4 span {
    float: right;
    text-transform: capitalize;
}
.made-italy {
    margin-bottom: 20px;
}
.made-italy li {
    padding: 15px 0;
    border-bottom: solid 1px #343434;
}
.made-italy li h4 span {
    float: right;
    text-transform: capitalize;
}

.product-tab-container .tab-content {
    display: none;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.product-tab-container .tab-content.open {
    display: block;
    animation-name: fadeInUp;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*specific-content start*/
.specific-content {
    background: #111;
    padding: 40px;
}
.specific-list-box {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.specific-list-box .title {
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 20px;
}
.specific-list-box ul li {
    display: block;
    list-style-type: none;
    font-size: 15px;
    line-height: 25px;
}
.specific-list-box ul li .sub-title {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 25px;
}
.specific-list-box ul ul {
    border-bottom: solid 1px #343434;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.specific-list-box ul ul li {
    position: relative;
    padding-left: 20px;
    min-height: 25px;
}
.specific-list-box ul ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0px;
}
.specific-list-box ul ul li span {
    float: right;
}
.specific-list-box .product_specifications_image {
    margin: auto auto 0;
}

.specific-list-box .showMobile {
    display: none;
}
.specific-list-box .ShowDesktop {
    vertical-align: middle;
    margin: auto auto 0;
    width: 100%;
}

/*specific-content End*/

/*cooktop listing start*/
.cooktop-info {
    background: #111;
    padding: 40px;
}
.cooktop-box .item-detail {
    font-size: 12px;
    padding: 10px 0 0;
}
.cooktop-box .name {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}
.cooktop-info .title {
    text-transform: uppercase;
    font-size: 20px;
}
.cooktop-box {
    margin-bottom: 15px;
}
/*cooktop listing End*/

/*Custom Fittings start */
.custom-fit-desc {
    background: #111;
    padding: 50px;
}
.custom-fit-desc .category-list {
    margin-bottom: 25px;
}
.custom-fit-desc .category-list:last-child {
    margin-bottom: 0;
}
.custom-fit-desc .category-list .title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}
/*Custom Fittings End */

/*all right features detail start */
.right-features-detail {
}
.right-features-detail .feature-imgbox {
    padding-bottom: 66%;
    background-size: cover !important;
    height: 100%;
    position: relative;
}
.right-features-detail .feature-imgbox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}
/*all right features detail end */

/*share-panel start*/
.share-panel {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 10px 0;
    margin: 30px 0; /*text-align:right*/
    text-align: center;
}
.share-panel .share-left {
    display: inline-block;
}
.share-panel .share-right {
    display: inline-block;
}
.share-panel .share-right .share-btns {
    display: inline-block;
    margin: 0 2px;
}
.share-panel .title {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
}
.share-panel ul {
    text-align: right;
}
.share-panel ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.share-panel ul li a {
    display: inline-block;
    vertical-align: middle;
}
.share-panel .icon {
    text-align: center;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.share-panel .icon:hover i {
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.share-panel .icon i {
    font-size: 27px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.share-panel .icon.print-icon {
    margin-right: 0;
    margin-left: 3px;
}
/*share-panel End*/

/*related-product start*/
.related-product .main-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    margin: 50px 0 20px;
}
.related-product .products-listing-main {
    padding-top: 30px;
}
.related-product .product-item {
    width: 100%;
}
.owl-carousel .owl-item img {
    width: auto !important;
    margin: auto;
}
/*related-product End*/

.product-detail-main .product-img-box.owl-carousel .owl-item img {
    max-height: 450px;
}
.product-detail-main .title-container {
    padding-top: 30px;
    padding-bottom: 43px;
}
.product-detail-main .title-container h1 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 5px;
}
.product-detail-main .title-container .sub-title {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

/*responsive start*/
@media (max-width: 1200px) {
    .product-detail-main .title-container h1 {
        font-size: 35px;
        margin-bottom: 5px;
        line-height: 30px;
    }
    .product-detail-main .title-container .sub-title {
        font-size: 25px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .product-desc {
        padding: 30px;
    }
    .product-desc .title {
        font-size: 22px;
        line-height: 25px;
    }
    .color-features {
        padding: 30px;
    }
}
@media (max-width: 991px) {
    .features-main {
        padding: 0;
    }
    .features-main .owl-nav .owl-prev {
        left: 15px;
    }
    .features-main .owl-nav .owl-next {
        right: 15px;
    }
    .features-main .owl-nav .owl-prev,
    .features-main .owl-nav .owl-next {
        font-size: 30px;
        height: 25px;
        line-height: 25px;
    }
    .features-left {
        padding: 30px 20px;
    }
    .features-right {
        padding: 30px 40px;
    }
    .product-detail-main .title-container {
        padding: 30px 0;
    }
    .specific-content {
        padding: 15px;
    }
    .specific-list-box ul li {
        font-size: 12px;
        line-height: 20px;
    }
    .specific-list-box ul li .sub-title {
        font-size: 13px;
    }
    .specific-list-box ul ul li {
        padding-left: 15px;
        min-height: 20px;
    }
    .product-desc {
        padding: 15px;
    }
    .color-features {
        padding: 15px;
    }
    .owl-nav .owl-prev {
        font-size: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 30px;
        margin: auto;
        left: 10px;
        line-height: 30px;
    }
    .owl-nav .owl-next {
        font-size: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 30px;
        margin: auto;
        right: 10px;
        line-height: 30px;
    }
    .features-main .name h3 span {
        font-size: 9px;
    }
    .features-main .features-left .owl-nav .owl-prev {
        left: 5px;
    }
    .features-main .features-left .owl-nav .owl-next {
        right: 5px;
    }
}
@media (max-width: 767px) {
    .features-left {
        width: 100% !important;
        padding-bottom: 30px;
        border-bottom: solid 1px #fff;
        border-right: 0;
    }
    .features-right {
        width: 100% !important;
    }
    .product-detail-main .title-container h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .product-detail-main .title-container .sub-title {
        font-size: 20px;
        line-height: 30px;
    }
    .product-img-box {
        width: 100% !important;
        text-align: center;
    }
    /*.product-detail-main .product-check{display:none}*/
    .product-detail-main .product-check.mobile-check .custom-checkbox {
        margin: 0 12px;
    }
    .product-detail-main .mobile-check {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .features-main {
        border-bottom: 0;
    }
    .features-main .features-right {
        border-bottom: solid 1px #fff;
    }
    /*.share-panel .print-icon{display:none;}*/
    .share-panel .share-left {
        margin-bottom: 10px;
    }
    .share-panel .share-right .share-btns {
        margin-bottom: 10px;
    }
    .color-features {
        margin-top: 15px;
    }
    .specific-list-box .showMobile {
        display: block;
        text-align: center;
        margin-bottom: 25px;
    }
    .specific-list-box .ShowDesktop {
        display: none;
    }
}
@media (max-width: 480px) {
    .product-detail-main .title-container h1 {
        font-size: 18px;
        line-height: 25px;
    }
    .product-detail-main .title-container .sub-title {
        font-size: 16px;
        line-height: 20px;
    }
    .product-title-panel .title {
        font-size: 15px;
    }
    .features-left {
        padding: 0 20px 20px;
        margin-bottom: 30px;
    }
    .features-main .owl-nav .owl-prev {
        left: 0;
    }
    .features-main .owl-nav .owl-next {
        right: 0;
    }
    .features-right {
        padding: 0 20px;
    }
}
/*responsive End*/

/*product Detail Page End*/

/*promotion section Start*/
.promotion-main {
    margin: 30px 0 0;
}
.promotion-main .promotion-img {
    min-height: 280px;
    text-align: center;
    position: relative;
    background-size: cover !important;
}
.promotion-main .promotion-img::before {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.promotion-main .title {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 36px;
}
.promotion-main .desc {
    font-size: 18px;
    margin-bottom: 22px;
}
.promotion-main .cta-button {
    font-size: 15px;
    padding: 5px 10px 2px;
    line-height: 28px;
}
/*responsive start*/
@media (max-width: 767px) {
    .promotion-main .title {
        font-size: 20px;
        line-height: 25px;
    }
    .promotion-main .desc {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .promotion-main .cta-button {
        font-size: 12px;
        padding: 0 10px;
    }
    .promotion-main .promotion-img {
        min-height: 200px;
    }
}
/*responsive start*/
/*promotion section End*/

/*******************************************************************************************************************************
product Pagaes End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
Photo Gallery Start*********************************************************************************************************
********************************************************************************************************************************/
.page-gallery .page-content {
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.page-gallery .gallery {
}
.page-gallery .gallery li {
    width: 33.333%;
    overflow: hidden;
    height: 0;
    padding-bottom: 33.333%;
    position: relative;
    float: left;
}
.page-gallery .gallery li:nth-of-type(3n + 3) {
    border-right: none;
}
.page-gallery .gallery li img {
    vertical-align: bottom;
    width: 100%;
}
.page-gallery .gallery-description {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-transform: none;
    text-align: center;
    display: block;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
}
.page-gallery .gallery-description .inner {
    position: relative;
    display: table;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}
.page-gallery .gallery-description p {
    position: relative;
    width: 80%;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
.page-gallery .gallery-description p::before {
    content: "\f00e";
    font-family: FontAwesome;
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.gallery::after {
    clear: both;
    content: "";
    display: block;
}

/*responsive start*/
@media (min-width: 1025px) {
    .page-gallery .gallery li:hover .gallery-description {
        opacity: 1;
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
}
/*responsive End*/

/*******************************************************************************************************************************
Photo Gallery End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
Cooking Start*********************************************************************************************************
********************************************************************************************************************************/

/*Booking Steps Start*/
.cta-btn-wrap .btn-block .radio {
    display: none;
}
.cooking-left {
    border-right: solid 1px #fff;
    padding-right: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
}
.cooking-left .cta-button {
    width: 100%;
    max-width: 240px;
}
.cooking-right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-top: 8px;
}
.custom-checkbox,
.custom-radio {
    position: relative;
}
.custom-checkbox input[type="checkbox"],
.custom-radio input[type="radio"] {
    display: none;
}
.custom-checkbox,
.custom-radio {
    padding-left: 25px;
    font-size: 12px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
}
.custom-checkbox span,
.custom-radio span {
    display: block;
    width: 13px;
    height: 13px;
    background-color: #252525;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 4px;
}
.custom-checkbox input[type="checkbox"]:checked + span.checkbox::before,
.custom-radio input[type="radio"]:checked + span.radio::before {
    background: #fff;
    height: 7px;
    width: 7px;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: -11px 0 0 3px;
}
.class-category {
    margin-bottom: 35px;
    margin-top: 35px;
    width: 100%;
}
.class-category.cta-btn-wrap .btn-block:last-of-type {
    margin-right: 0px;
}
.class-category.cta-btn-wrap .btn-block {
    width: calc(50% - 6px);
    margin: 0 12px 20px 0;
    background-color: #e1e1e1;
    color: #000;
}
.class-category.cta-btn-wrap .btn-block.current_tab {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.support-right-part .fancy-select div.trigger {
    text-transform: capitalize;
}
.class-state,
.class-date {
    padding: 0 6px;
}
.class-category + .row {
    margin: 0 -6px;
}
.page-content a {
    color: #000000;
}
li.doc-item > a {
    color: #000;
}
.class-category label {
    text-transform: inherit;
    margin-bottom: 10px;
    font-size: 15px;
}
.youtube-video {
    margin-bottom: 20px;
}
.class-state {
    margin-bottom: 50px;
}
.cooking-left .title {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}
.class-state label {
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
}
.class-date {
    margin-bottom: 35px;
}
.class-date label {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.class-date .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.class-date input {
    display: none;
}
.datepicker-content {
    display: inline-block;
}
#class-list-date {
    padding: 20px;
    background: #171717;
    text-transform: uppercase;
    font-size: 23px;
}
.class-listing-main {
    margin-top: 0px;
    width: 100%;
    position: relative;
}
.class-listing-main .big-date {
    font-size: 37px;
    float: left;
    padding: 0 15px;
    line-height: 40px;
}
.class-listing-main .middle-details {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
}
#class-list-items {
    border: 1px solid #bcbec0;
    column-count: 2;
    padding: 25px 20px;
}
.ilve-booking-form h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.ilve-booking-form .gform_body .trigger {
    display: none;
}
.class-listing-main ul li {
    margin-bottom: 15px;
    list-style-type: none;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    text-align: left;
}
.support-right-part .class-listing-main ul li a {
    text-transform: none;
    font-size: 15px;
    color: #bcbec0;
}
/*.class-listing-main ul li a::after{content: "\f067"; font-family: FontAwesome; position: absolute; right: 20px; top: 0; bottom: 0; margin: auto; width: 18px; font-size: 20px; height: 18px;}*/
.class-listing-main ul li:hover .class-list-item-body {
    color: #000;
    transition: 0.7s all;
    -webkit-transition: 0.7s all;
    position: relative;
    z-index: 1;
}
.class-listing-main ul li:hover a {
    color: #000;
    text-decoration: none;
}
.class-listing-main .events-table {
    display: none;
}
.booking-main {
    background: #fff;
    padding: 20px;
}
.booking-left {
    border-right: solid 1px #000;
    padding-right: 15px;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 20px;
}
.booking-left ul li {
    list-style-type: none;
    padding-left: 55px;
    position: relative;
    margin-bottom: 50px;
    font-size: 15px;
}
.booking-left ul li .title {
    font-size: 15px;
    text-transform: uppercase;
}
.booking-left ul li i {
    font-size: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.booking-right {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-top: 8px;
}
.booking-right .em-location-map-container {
    display: none;
}
.em-booking-form-title {
    font-size: 15px;
    text-transform: uppercase;
    text-transform: uppercase;
    line-height: 18px;
    margin-bottom: 10px;
}
.em-booking .require-note {
    margin: 20px 0 30px 0;
}
.em-booking-form-details {
    width: 100%;
    padding: 0;
}
.em-booking-form-details .require-note {
    display: none;
}
.em-booking-form input[type="text"],
.em-booking-form input[type="email"],
.em-booking-form input[type="text"],
.em-booking-form select {
    width: 100%;
    height: 44px;
    padding: 0 40px 0 13px;
    border: 0;
    background: #fff;
    border: 1px solid #cecece;
}
input[type="checkbox"] {
    visibility: hidden;
}
.em-booking-form textarea {
    min-height: 160px;
    padding: 10px;
    width: 100%;
}
.em-booking-form .input-dbem_city {
    width: 50%;
    float: left;
    clear: inherit;
}
.em-booking-form .input-field-dbem_state {
    width: 50%;
    float: left;
    clear: inherit;
    padding-right: 12px;
}
/*.em-booking-form .input-field-dbem_state select{margin-right:12px}*/
.em-booking-form .input-dbem_zip {
    width: 50%;
    float: left;
    clear: inherit;
    padding-right: 12px;
}
.em-booking-form .input-dbem_phone {
    width: 50%;
    float: left;
    clear: inherit;
}
.em-booking-form .input-field-subscribe_newsletter {
    width: 50%;
    float: left;
    clear: inherit;
    margin-top: 5px;
}
.em-booking-form .em-booking-buttons {
    width: 50%;
    float: left;
    clear: inherit;
    text-align: right;
}
.em-booking-form .em-booking-buttons .cta-button {
    width: 240px;
    max-width: 100%;
}
.em-booking-form .fancy-select {
    width: 100%;
}
.em-booking-form .fancy-select div.trigger:before {
    content: "";
}
#single-class-details-list .em-location-map-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-top: 20px;
}
#single-class-details-list .em-location-map-container .em-location-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.em-booking p label {
    display: none;
}
.em-booking .em-booking-form .checkbx label {
    font-size: 12px;
    display: block;
    width: auto;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
}
.em-booking .em-booking-form .checkbx label::before {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #252525;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.em-booking .em-booking-form .checkbx input[type="checkbox"]:checked + label::after {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    left: 4px;
    top: 4px;
}
.em-booking-form-details .checkbx {
    width: 50%;
    float: left;
}
.em-booking .input-checkboxes label {
    width: auto;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
    cursor: pointer;
}
.em-booking .input-checkbox label {
    display: block;
    width: 100%;
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
}
.em-booking .input-checkbox label::before {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #fff;
    border: 1px solid #cecece;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 1px;
}
.em-booking .input-checkbox label.checked::after {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 4px;
    top: 5px;
    background: #000;
}
.booking-main p.em-tickets-spaces::after {
    content: "\f107";
    display: block;
    font-size: 25px;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #333;
    font-family: fontawesome;
}
.booking-main .input-select::after {
    content: "\f107";
    display: block;
    font-size: 25px;
    position: absolute;
    right: 24px;
    top: 12px;
    color: #333;
    font-family: fontawesome;
}
.cooking-w-ilve {
    position: relative;
    margin-top: 30px;
    padding: 75px 0;
}
.cooking-w-ilve::before {
    height: 1px;
    background: #fff;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
.cooking-w-ilve .youtube iframe {
    width: 100%;
    min-height: 291px;
    margin-bottom: 20px;
}
.cooking-w-ilve .right-part {
    padding-left: 55px;
}
.additional-cooking-text .cta-button {
    margin-bottom: 34px;
    min-width: 120px !important;
}
.additional-cooking-text h2 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.additional-cooking-text h3 {
    font-size: 19px;
    line-height: 1;
}
.additional-text {
    font-size: 15px;
}
.additional-text label {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.additional-image {
    margin: 0 auto 25px;
    text-align: center;
}
.no-event {
    margin-top: 50px;
}
.cooking-left .gform_wrapper {
    margin: 0px;
}
/*class list pagination*/
.em-pagination {
    margin: 30px 0 15px;
    text-align: center;
    display: block;
}
.em-pagination a,
.em-pagination span {
    padding: 0 15px;
    font-size: 12px;
    display: inline-block;
}
.em-pagination a.next {
    font-size: 0;
    position: absolute;
    right: 0;
    font-family: FontAwesome;
}
.em-pagination a.prev {
    font-size: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
}
.em-pagination a.next::after {
    content: "\f105";
    font-size: 20px;
}
.em-pagination a.prev::after {
    content: "\f104";
    font-size: 20px;
}
/*responsive Start*/

@media (max-width: 991px) {
    .cooking-main {
        padding: 15px;
    }
    .class-listing-main {
        width: 100%;
    }
    .booking-left ul li i {
        font-size: 20px;
    }
    .booking-left ul li {
        padding-left: 30px;
        font-size: 13px;
        margin-bottom: 20px;
    }
    .booking-left ul li .title {
        font-size: 13px;
    }
    .booking-right {
        font-size: 14px;
    }
    .em-booking-form-details .checkbx {
        width: 50%;
    }
    .em-booking-form .input-field-subscribe_newsletter {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cooking-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 0;
        margin-bottom: 50px;
    }
    .class-date label {
        display: block;
    }
    .class-category,
    .class-state {
        margin-bottom: 15px;
    }
    .class-date {
        margin-bottom: 20px;
    }
    .cooking-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .booking-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border: 0;
        margin-bottom: 50px;
    }
    .booking-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .em-booking-form .input-dbem_zip,
    .em-booking-form .input-field-dbem_state {
        padding-right: 0px;
    }
    .em-booking-form .input-dbem_city,
    .em-booking-form .input-dbem_phone {
        width: 100%;
    }
    .cooking-w-ilve .right-part {
        padding-left: 15px;
        margin-top: 24px;
    }

    .class-category.cta-btn-wrap .btn-block {
        width: 100%;
        margin: 0 0px 10px 0;
    }
    .additional-cooking-text h2 {
        font-size: 22px;
    }
    .cooking-w-ilve {
        padding: 30px 0;
    }
    #class-list-items {
        column-count: 1;
    }
}

@media (max-width: 480px) {
    .class-listing-main .big-date {
        padding: 0 10px;
        font-size: 25px;
    }
    .class-listing-main .middle-details .datetime {
        margin-bottom: 5px;
        line-height: 16px;
    }
    .class-listing-main ul li a::before {
        width: 8px;
    }
    .class-listing-main .middle-details {
        font-size: 12px;
        line-height: 16px;
    }
    .class-listing-main ul li a::after {
        font-size: 15px;
        right: 0;
    }
}

/*responsive End*/
/*Booking Steps End*/

/*recipe Listing Start*/
.recipe-desc p {
    text-align: center;
    margin-bottom: 35px;
}
.recipe-desc p a {
    text-transform: uppercase;
    display: inline-block;
}
.recipe-desc p a:hover {
    text-decoration: underline;
}
.recipe-listing {
    border-top: solid 1px #fff;
    padding: 14px 8px 0 8px;
}
.recipe-box .img-box {
    position: relative;
    padding-bottom: 88%;
    overflow: hidden;
}
.recipe-box .img-box::after {
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    position: absolute;
    top: 0;
    left: 0;
}
.recipe-box .img-box img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.recipe-box {
    padding: 0 8px;
    margin-top: 16px;
}
.recipe-box .recipe-name {
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 15px;
    background: #111;
    text-align: center;
    height: 85px;
}
.recipe-box .recipe-name span {
    width: 100%;
}

.page-template-recipes .title-container {
    padding-bottom: 20px;
}

/*responsive start*/
@media (max-width: 767px) {
    .recipe-box {
        max-width: 50%;
        flex: auto;
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .recipe-box {
        max-width: 100%;
        flex: auto;
    }
}
/*responsive End*/
/*recipe Listing End*/

/*recipe Detail Start*/
.recipe-detail .time-box {
    margin-bottom: 15px;
}
.recipe-detail .time-detail label {
    font-size: 15px;
}
.recipe-detail .time-detail .cta-button {
    margin-top: 15px;
}
.recipe-detail .method-desc {
    margin-top: 40px;
}
.recipe-detail .method-desc ol {
    padding-left: 0;
}
.recipe-detail .method-desc ol li {
    margin-bottom: 10px;
    line-height: 18px;
    list-style: inside;
    list-style-type: decimal;
}
.recipe-detail .ingredients ul li {
    list-style-type: none;
}
.recipe-detail .title {
    font-size: 15px;
}
.recipe-detail .detail-img-box {
    padding-top: 55px;
}
.recipe-detail .title-container h1 {
    text-align: left;
}
.recipe-detail .title-container .breadcrumb {
    text-align: left;
}

/*Responsive Start*/
@media (max-width: 991px) {
}
@media (max-width: 767px) {
    .time-detail {
        margin-bottom: 40px;
    }
    .detail-img-box img {
        width: 100%;
    }
}

/*Responsive End*/

/*recipe Detail End*/

.about-class {
    background: #111;
    padding: 40px 160px;
}
/*responsive Start*/
@media (max-width: 991px) {
    .about-class {
        padding: 20px;
    }
}

/*responsive Start*/
@media (min-width: 1025px) {
    .recipe-box:hover .img-box img {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    /*.recipe-box:hover .img-box::after{opacity:1;transition:0.5s all;-webkit-transition:0.5s all;transform:scale(1);-webkit-transform:scale(1)}*/
}
/*responsive End*/

/*******************************************************************************************************************************
Cooking End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
Promotions Start*********************************************************************************************************
********************************************************************************************************************************/
.promotion-listing {
    border-top: solid 1px #fff;
    padding-top: 30px;
}
.promotion-box {
    background: #111;
    padding: 25px 25px 0;
}
.promotion-content {
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
}
.promotion-box:last-child .promotion-content {
    border-bottom: 0;
}
.promotion-content .title {
    font-size: 26px;
    margin-bottom: 45px;
    line-height: 30px;
}
.promotion-content .sub-title {
    font-size: 15px;
    margin-bottom: 35px;
}
.promotion-content .terms-desc {
    font-size: 12px;
    margin-bottom: 40px;
}
.promotion-content a.cta-button {
    margin-right: 10px;
}
.steps-all-forms {
    background: #111;
    padding: 50px 15px;
}
/*Gravity Form Css Start*/
.tick-check .icheckbox_square,
.iradio_square {
    margin: 4px 5px 0 0;
}
.gform_wrapper span.ginput_product_price {
    color: #6d6e71 !important;
}
.gfield_radio li {
    width: 49%;
    float: left;
    clear: none;
}
#field_1_4 label.gfield_label,
#field_2_4 label.gfield_label {
    display: none;
}
#field_1_4 span#extensions_message,
#field_2_4 span#extensions_message {
    display: none;
}
#field_1_4 .gfield_description.validation_message,
#field_2_4 .gfield_description.validation_message {
    display: none;
}
#field_1_4 input[type="file"],
#field_2_4 input[type="file"] {
    width: 100%;
    margin-left: -100px;
}
.step-progress .stepwizard {
    max-width: 726px;
    margin: 0 auto;
}
.steps-all-forms .gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    color: #6d6e71;
    font-size: inherit;
    width: 100%;
    border: 1px solid #cecece;
    letter-spacing: normal;
    height: 44px;
    padding: 0 13px !important;
}
.promotion-form-main {
    margin: auto;
    max-width: 745px;
}
.ginput_container_select .rev-select .select-styled {
    text-transform: none;
    border: 1px solid #cecece;
}
.steps-all-forms .gform_wrapper .top_label .gfield_label span {
    display: none !important;
}

.ginput_container_select .rev-select .select-styled.active {
    background-color: #ebebeb;
    border-bottom: none;
}
.logo-bg {
    text-align: center;
    background: #000;
    margin-bottom: 25px;
}
.logo-bg img {
    display: block;
}
.gform_wrapper select {
    background: url(../images/select-arrow.svg) no-repeat 98% center #fff;
    width: 100%;
    height: 44px;
    padding: 0 40px 0 13px !important;
    border: none !important;
    margin: 0 !important;
    background-size: 15px;
}
.ginput_container_select {
    position: relative;
}
.ginput_container_select::after {
    content: "\f107";
    display: block;
    font-size: 25px;
    position: absolute;
    right: 12px;
    top: 12px;
    color: #333;
    font-family: fontawesome;
}
.gform_wrapper ul.gform_fields li.gfield {
    padding: 0 !important;
    margin-top: 12px !important;
    clear: both;
}
body .gform_wrapper .top_label div.ginput_container::after {
    content: "";
    clear: both;
    display: block;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    padding: 0 6px !important;
}
.two-column,
.gform_wrapper .top_label .two-column.gfield_error {
    width: 50%;
    display: inline-block;
    clear: inherit !important;
    vertical-align: top;
}
.ginput_container_fileupload .screen-reader-text {
    display: none;
}
.gfield_repeater_item .rev-select .select-styled {
    text-transform: none;
}
.gform_wrapper .field_description_below .ginput_container_fileupload + .gfield_description {
    color: #fff !important;
}
.step-progress {
}
.stepbtn {
    width: 38px;
    height: 38px;
    text-align: center;
    background: #262626;
    border-radius: 50%;
    border: 3px solid #fff;
    margin: 0 auto;
    display: block;
}
.stepwizard:before {
    width: 74%;
    top: 53px;
    bottom: 0;
    position: absolute;
    content: " ";
    left: 13%;
    height: 3px;
    background: #fff;
    z-index: -1;
}
.stepwizard li span {
    font-size: 15px;
    display: block;
    line-height: 20px;
    margin-top: 25px;
    text-transform: uppercase;
}
.stepbtn.active {
    background: #fff;
}
.form-title {
    display: inline-block;
    text-transform: uppercase;
}
.confirmationBox .form-title {
    display: none;
    text-align: center;
    margin-bottom: 25px;
}
.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}
.stepwizard {
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 9;
    padding: 35px 0;
}
.stepwizard li {
    display: inline-block;
    float: none;
    width: 24%;
}
.stepwizard li p {
    font-size: 18px;
    line-height: 18px;
    margin: 26px 0 0 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.form-content p {
    font-size: 14px;
}
.form-content p span {
    font-size: 15px;
    text-transform: uppercase;
}
.gform_body .button {
    text-align: center;
    min-width: 120px;
    border: solid 2px #000;
    font-size: 14px !important;
    text-transform: uppercase;
    display: inline-block !important;
    color: #000;
    padding: 8px 25px;
    line-height: normal;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: auto;
    width: auto;
    border-radius: 0px;
}
.gform_body .button:hover {
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    color: #000;
}
.gform_wrapper .gform_page_footer {
    border-top: none !important;
    text-align: center;
}
.icheckbox_square,
.iradio_square {
    width: 13px;
    height: 13px;
    background: #252525;
    margin-top: 6px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
.icheckbox_square.checked,
.iradio_square.checked {
    background: #252525;
}
.icheckbox_square.checked::after {
    content: "\f00c";
    display: inline-block;
    color: #fff;
    font-family: FontAwesome;
    font-size: 11px;
    margin: -6px 0 0 1px;
    vertical-align: middle;
}
.tc-section li label {
    margin-top: 3px !important;
}
body li.mandatoryTxt {
    margin: 0 5px 10px 0 !important;
    text-align: right;
    width: auto;
}
.gform_wrapper.gform_validation_error div.validation_error {
    display: none;
}
.gform_wrapper .field_description_below .gfield_description {
    padding: 0px 5px !important;
    font-weight: normal;
    color: #f00 !important;
    font-size: 13px;
    margin-bottom: 4px !important;
    margin-top: 4px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
    padding: 0px 5px !important;
}
.gfield_error {
    background: none !important;
    border: none !important;
}
body
    .gform_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.gfield_error ul.gfield_checkbox li label {
    color: #6d6e71;
}
.custom-file-upload {
    text-align: center;
    min-width: 120px;
    border: solid 2px #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    display: inline-block !important;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: auto;
}
.select-method-main {
    text-transform: uppercase;
}
.select-method-main .icheckbox_square,
.select-method-main .iradio_square {
    height: 18px;
    width: 18px;
    vertical-align: top;
    margin-top: 4px;
}
.screen-reader-text {
    display: block;
}
.select-method-main .icheckbox_square.checked::after,
.select-method-main .iradio_square.checked::after {
    content: "";
    display: inline-block;
    margin: -2px 0 0 4px;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    background: #fff;
}
.bank-infotxt {
    padding: 0 100px;
    margin-bottom: 50px;
}
.bank-infotxt .title {
    text-transform: uppercase;
}
#gform_confirmation_wrapper_2 h1 {
    margin-bottom: 30px;
}
div#gform_confirmation_wrapper_2 {
    padding: 20px 0 30px;
}
.gform_wrapper
    li.gfield_error
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea,
.gform_wrapper li.gfield_error select {
    border: solid 1px #cecece !important;
    background-color: #f4dddd;
}
.file-upload-wrapper input {
    background: none;
    color: #fff;
    width: auto !important;
    font-size: 12px !important;
    text-transform: none;
}
.file-upload-wrapper input::-webkit-input-placeholder {
    color: #6d6e71;
}
.file-upload-wrapper input:-moz-placeholder {
    color: #6d6e71;
    opacity: 1;
}
.file-upload-wrapper input::-moz-placeholder {
    color: #6d6e71;
    opacity: 1;
}
.file-upload-wrapper input:-ms-input-placeholder {
    color: #6d6e71;
}
.file-upload-wrapper button {
    text-align: center;
    min-width: 120px;
    border: solid 2px #fff;
    font-size: 14px !important;
    text-transform: uppercase;
    display: inline-block !important;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: auto;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
    margin-right: 5px;
    margin-left: 5px;
}
body .gform_wrapper li.gfield_error input.file-upload-input {
    background: none !important;
    border: none !important;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
    color: #f00 !important;
}

body .gform_wrapper li.gfield.gfield_creditcard_warning {
    background: #111 !important;
    border: 0 !important;
    padding: 15px;
    width: 100% !important;
}
body .gform_wrapper .ginput_container_creditcard .ginput_full {
    margin-bottom: 12px !important;
    display: block;
    position: relative;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message {
    color: #fff !important;
    margin: 0 6px;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span {
    background: none !important;
    font-weight: normal !important;
    color: #fff !important;
    border-color: #fff !important;
    position: relative;
}
.gform_wrapper li.gfield.gfield_creditcard_warning div.gfield_creditcard_warning_message span::before {
    content: "\f023";
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    left: 3px;
    position: absolute;
    top: -3px;
}
.gform_wrapper .ginput_complex.ginput_container_creditcard label {
    display: none !important;
}
.gform_wrapper .gfield_error .ginput_complex .ginput_left,
.gform_wrapper .gfield_error .ginput_complex .ginput_right,
.gform_wrapper .ginput_complex .ginput_cardinfo_left {
    width: 75% !important;
}
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month:first-child,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year:first-child {
    margin-right: 10px !important;
    float: left;
}
.gform_wrapper select option {
    background-color: #707070;
}
.gform_wrapper select option {
    font-size: 15px;
    line-height: 1.2;
    padding: 13px 15px;
    font-weight: normal;
    cursor: pointer;
    border: 0;
    background-color: #ebebeb;
    color: #6d6e71;
    text-transform: capitalize;
}
.gform_wrapper .ginput_complex span.ginput_cardextras .rev-select {
    width: 48%;
    float: left;
    margin: 0 2% 0 0%;
}
.gform_wrapper .ginput_complex span.ginput_cardextras {
    overflow: visible !important;
}
body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
.gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
    width: 50% !important;
    background-position: 96% center;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
    position: absolute;
    left: auto;
    right: 15px;
    right: 10px;
    top: 13px;
}
.ginput_cardinfo_right {
    float: right !important;
    width: 25%;
}
body .gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
    max-width: 100% !important;
}
.gfield_captcha_container {
    margin: 0 6px;
}
.gform_wrapper .gfield_captcha_input_container {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
}
body .gform_wrapper .gfield_captcha_container img.gfield_captcha {
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px !important;
}
.gform_wrapper .ginput_container_creditcard select {
    background: url(../images/select-arrow.svg) no-repeat 96% center #fff;
    background-size: 15px !important;
}
.gform_wrapper .gform_card_icon_container {
    position: absolute;
    right: 5px;
    top: 3px;
}
/*Gravity Form Css End*/

/*responsive start*/
@media (max-width: 1200px) {
    .promotion-content .title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .promotion-content .sub-title {
        margin-bottom: 15px;
    }
    .promotion-content .terms-desc {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .promotion-content {
        padding-bottom: 5px;
    }
    .promotion-content .row {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        display: flex;
        flex-direction: column-reverse;
    }
    .promotion-content figure {
        margin-bottom: 20px;
    }
    .promotion-box {
        padding: 15px 15px 0;
    }
    .promotion-content a.cta-button {
        margin-bottom: 10px;
    }
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type="submit"],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type="submit"] {
        width: auto !important;
    }
    .two-column,
    .gform_wrapper .top_label .two-column.gfield_error {
        width: 100%;
    }
    .gform_wrapper select {
        background-position: 96% center;
    }
    .stepwizard li span {
        font-size: 12px;
        line-height: 18px;
    }
    .gfield_radio li {
        width: 100%;
    }
    .select-method-main .icheckbox_square,
    .select-method-main .iradio_square {
        margin-top: 2px;
    }
    .bank-infotxt {
        padding: 0;
    }
    body .gform_wrapper .top_label div.ginput_container {
        padding: 0 !important;
    }
    .gform_wrapper .file-upload-wrapper input {
        width: 100% !important;
        padding: 0 !important;
        min-width: inherit;
    }
    .gform_wrapper .gfield_error .ginput_complex .ginput_left,
    .gform_wrapper .gfield_error .ginput_complex .ginput_right,
    .gform_wrapper .ginput_complex .ginput_cardinfo_left {
        width: 100% !important;
    }
    .ginput_cardinfo_right {
        width: 100%;
        position: relative;
    }
    body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
    body .gform_wrapper .ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    /*body .gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon{top:0}*/
    body .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin-bottom: 0;
    }
    body .gform_wrapper .ginput_product_price_label,
    body .gform_wrapper .ginput_product_price {
        display: inline-block !important;
    }
    .gform_wrapper .ginput_complex span.ginput_cardextras .rev-select {
        width: 100%;
        float: left;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .gfield_captcha_container {
        margin: 0;
    }
    .gform_wrapper .gfield_captcha_input_container {
        margin-top: 10px;
    }
}
@media (max-width: 480px) {
    .step-progress .stepwizard {
        padding: 0;
        text-align: left;
        margin-bottom: 30px;
    }
    .stepwizard li {
        width: 100%;
        margin-bottom: 15px;
    }
    .stepwizard:before {
        width: 3px;
        height: 90%;
        top: 2px;
        left: 18px;
    }
    .stepbtn {
        display: inline-block;
        vertical-align: middle;
        margin: 0 15px 0 0;
    }
    .stepwizard li span {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: 15px;
    }
    .stepwizard li span br {
        display: none;
    }
    .steps-all-forms {
        padding: 50px 15px 5px;
        font-size: 12px;
    }
    .form-content p {
        font-size: 12px;
    }
    .select-method-main .icheckbox_square.checked::after,
    .select-method-main .iradio_square.checked::after {
        margin-top: 2px;
    }
    #gform_confirmation_wrapper_2 h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/*responsive End*/

/*******************************************************************************************************************************
Promotions End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
404 Start*********************************************************************************************************
********************************************************************************************************************************/
.error-content {
    position: relative;
}
.error-content::before {
    width: 100%;
    height: 14px;
    left: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute;
    top: 132px;
}
article.error404 {
    text-align: center;
    padding: 100px 25px;
    border-bottom: 1px solid;
    color: #000;
    position: relative;
}
.error404 h1 {
    margin-bottom: 0;
    text-transform: uppercase;
}
.error404 .error-txt {
    font-size: 135px;
    line-height: 150px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.error404 .not-found {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 35px;
}
.error404 p {
    margin-bottom: 30px;
    color: #000;
}
.left-img {
    width: 200px;
    display: none;
}
.right-img {
    width: 126px;
    margin-right: 0;
    display: none;
}

.error404 .exploer-main {
    display: none;
}
.text-404 {
    display: inline-block;
    padding-right: 70px;
    margin: 30px 100px;
}
@keyframes text-404 {
    0% {
        margin: 30px 0;
    }
    25% {
        margin: 30px 60px;
    }
    50% {
        margin: 30px 50px;
    }
    75% {
        margin: 30px 60px;
    }
    100% {
        margin: 30px 0;
    }
}

/*responsive start*/
@media (max-width: 991px) {
    .error404 h1 {
        font-size: 28px;
    }
    .text-404 {
        margin: 8px 50px;
        font-size: 90px;
        padding-right: 0;
        line-height: 1.3;
    }
    .error-content::before {
        height: 10px;
        top: 135px;
    }
}

@media (max-width: 767px) {
}

/*responsive End*/

/*******************************************************************************************************************************
404 End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
Search Listing start*********************************************************************************************************
********************************************************************************************************************************/
.search-list {
    background: #111;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}
.search-list .search-item {
    padding: 20px;
    border-bottom: solid 1px #fff;
}
.search-item .title {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    line-height: 25px;
}
.search-item .desc {
    margin-top: 15px;
}
.search-list .pagination {
    margin-top: 0;
    border-top: none;
}
.search-list::before {
    height: 1px;
    background: #fff;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
}
/*responsive*/
@media (max-width: 480px) {
    .search-list {
        padding: 15px;
    }
    .search-list .search-item {
        padding: 15px 10px;
    }
    .search-item .title {
        font-size: 15px;
        line-height: 20px;
    }
    .search-item .desc {
        margin-top: 10px;
    }
}
/*******************************************************************************************************************************
Search Listing End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
commercial Start*********************************************************************************************************
********************************************************************************************************************************/
/* 06052020 start */
.language-main {
    display: none;
}
/* 06052020 end */
.language-main {
    margin: -30px 0 30px 0;
    text-align: right;
}
.language-main ul li {
    display: inline-block;
    list-style-type: none;
}
.language-main ul li::before {
    content: "/";
    display: inline-block;
    margin-right: 5px;
}
.language-main ul li:first-child::before {
    display: none;
}
.single-owners-support .language-main {
    margin: 0 0 10px 0;
    text-align: left;
}
.single-owners-support .language-main li {
    color: #b7b7b7;
}
.single-owners-support .language-main li a {
    color: #b7b7b7;
    font-size: 14px;
}
.single-owners-support .language-main li a:hover {
    color: #fff;
}
.commercial-project-sec {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
}
.commercial-project-sec .item {
    overflow: hidden;
    margin-top: 30px;
}
.commercial-project-sec .exploer-box::before {
    background: rgba(0, 0, 0, 0.3);
}
.commercial-heading-title {
    padding: 48px 0;
}
.commercial-heading-title .section-title {
    font-size: 52px;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 50px;
}
.commercial-project-gallery.page-gallery .gallery li {
    padding-bottom: 20%;
}
/*--responsive start--*/

@media (max-width: 991px) {
    .commercial-heading-title p br {
        display: none;
    }
}
@media (max-width: 767px) {
    .commercial-heading-title .section-title {
        line-height: 40px;
        font-size: 40px;
    }
    .commercial-heading-title p br {
        display: none;
    }
    .commercial-project-sec .item {
        margin-top: 15px;
    }
}
@media (max-width: 480px) {
    .commercial-heading-title .section-title {
        font-size: 40px;
        line-height: 40px;
    }
}
/*-- responsive end --*/

/*-- owner support start --*/
.owner-support {
    float: left;
    width: 100%;
}
.owner-support .owners-address {
    padding: 30px 0 0 0;
    border-top: 1px solid #fff;
}
.owners-address .inner-owner-address {
    background: #111111;
    padding: 50px 40px 0 40px;
}
.owners-address .inner-owner-address .address h4 {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    line-height: normal;
}
.owners-address .inner-owner-address .address .address-links {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 0 30px 55px 0;
}
.owners-address .inner-owner-address .address .address-links a {
    display: inline-block;
    width: 100%;
}
.owners-address .inner-owner-address .address .address-links a:hover {
    color: #999;
}

/*-- responsive Start--*/
@media (max-width: 991px) {
    .owners-address .inner-owner-address {
        padding: 15px 15px 0 15px;
    }
    .owners-address .inner-owner-address .address h4 {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .owners-address .inner-owner-address .address .address-links {
        font-size: 12px;
        line-height: 20px;
        padding: 0 30px 20px 0;
    }
}
@media (max-width: 767px) {
    .owners-address .inner-owner-address .address .address-links br {
        display: none;
    }
    .owners-address .inner-owner-address .address .address-links {
        padding-right: 0 !important;
    }
}
/*-- responsive end--*/
/*-- owner support End --*/

/*-- marina-point start --*/
.marina-point {
    padding: 66px 0 0 0;
}
.marina-detail .commercial-heading-title {
    padding-top: 0;
    padding-bottom: 15px;
}
.marina-detail .title-head {
    line-height: 50px;
}
.marina-detail p {
    text-transform: uppercase;
}
.marina-detail .marina-desc {
    max-width: 350px;
    padding-bottom: 70px;
}
.marina-detail .marina-desc p {
    text-transform: initial;
}
.page-template-generic-page .marina-detail p {
    text-transform: none;
}
.marina-img {
    text-align: left;
}
@media (max-width: 767px) {
    .marina-img {
        margin-bottom: 30px;
    }
    .commercial-heading-title {
        padding-bottom: 30px;
    }
    .marina-detail .title-head {
        font-size: 46px;
    }
    .marina-point .row {
        display: -webkit-flex;
        -webkit-flex-direction: row-reverse;
        display: flex;
        flex-direction: column-reverse;
    }
    .marina-detail .marina-desc {
        max-width: 100%;
        padding-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .marina-detail .title-head {
        font-size: 28px;
        line-height: 32px;
    }
}

/*about start*/
.about-head {
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}
.marina-about-img figure {
    background-size: cover !important;
    background-position: center center !important;
    padding-bottom: 68%;
}
.marina-about-desc .inner-about-desc {
    background: #111;
    padding: 50px 80px 50px 85px;
}
.marina-about .marina-content {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
.marina-about-head {
    margin-bottom: 15px;
}
.marina-about-head .ab-logo {
    display: inline-block;
    padding-right: 15px;
    border-right: 2px solid #fff;
    vertical-align: middle;
    line-height: 0;
}
.marina-about-head h4 {
    display: inline-block;
    padding-left: 15px;
    font-size: 25px;
    vertical-align: middle;
    margin-bottom: 0;
}
/*responsive start*/
@media (max-width: 991px) {
    .brochures .brochures-link {
        padding: 15px 15px 0 15px;
    }
    .marina-about-desc .inner-about-desc {
        padding: 30px 15px;
    }
}
/*responsive end*/
/*about End*/

/*-- marina-point end --*/
.marina-product-list {
    padding: 20px;
    background: #111;
    margin: 30px 0;
    min-height: 150px;
}
.marina-product-list:last-child {
    margin-bottom: 0;
}
.marina-product-list .product-info-btn {
    text-align: right;
}
.marina-product-list .product-info-btn a {
    margin-right: 13px;
}
.marina-project .commercial-project-sec {
    border-bottom: none;
    padding-bottom: 0;
}
.marina-product-list .product-info-btn .products-btn {
    width: 100%;
    text-align: right;
}
.marina-product-desc .name {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.product-imgbox img {
    max-height: 161px;
}
/*responsive start*/
@media (max-width: 991px) {
    .marina-product-list .product-info-btn a {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .marina-product-desc {
        margin-bottom: 15px;
    }
    .marina-product-list {
        text-align: center;
        margin: 15px 0;
    }
    .marina-product-list .product-info-btn .products-btn {
        text-align: center;
    }
    .marina-product-list .product-imgbox {
        padding: 0 50px;
        margin-bottom: 15px;
    }
    .marina-about .marina-content {
        padding-bottom: 15px;
    }
    .marina-point {
        padding-top: 30px;
    }
}

@media (max-width: 400px) {
    .marina-product-list .product-info-btn a {
        margin-right: 0;
    }
}
/*responsive End*/
.barbeque-links a {
    color: #000;
}
.brochures .brochures-link {
    padding: 45px 40px 0 40px;
    margin-top: 30px;
    position: relative;
}
.brochures .brochures-link::before {
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: -30px;
    opacity: 0;
}
.barbeques .barbeque-heading {
    padding-bottom: 12px;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 0;
}
.barbeques .barbeque-links {
    padding: 15px 0 25px 0;
    text-transform: uppercase;
}
.barbeques .barbeque-links a:hover {
    color: #999;
}
.barbeque-links a::after {
    content: ",";
    display: inline-block;
}
.barbeque-links a:last-child::after {
    display: none;
}
.commercial-retailer {
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.commercial-retailer .retailar-map {
    padding: 30px;
    background: #111;
}
.retailar-map .map-area span {
    font-size: 15px;
    text-transform: uppercase;
}
.retailar-map .main-title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.retailar-map .support-map {
    padding-bottom: 40%;
}

.find-area .form-control {
    float: left;
    max-width: 152px;
    color: #000;
    border: none;
    height: 29px;
}
.find-area .cta-button {
    min-width: 70px;
    height: 29px;
    font-size: 12px;
    float: left;
}
.find-area .find-option {
    position: relative;
    float: left;
}
.find-area .find-option .cta-button {
    margin-left: 30px;
}
.find-option .or {
    padding-bottom: 0 !important;
    padding-left: 30px;
    float: left;
    margin: 0;
    line-height: 29px;
}
.address-logo {
    padding-top: 30px;
}
.address-logo .retailer-list {
    padding-bottom: 40px;
}
.address-logo .retailer-list:last-child {
    padding-bottom: 0px;
}
.address-logo .retailer-desc {
    max-width: 430px;
    display: inline-block;
    line-height: 25px;
}
.retailer-desc .retailer-title {
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase;
}
.address-logo .retailer-title.active,
.address-logo .retailer-list.active .retailer-title {
    color: #bab959;
}
.retailer-list .retailer-logo {
    text-align: right;
}
.telephone {
    display: inline-block;
    margin-right: 25px;
}
.telephone strong {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 16px;
    margin: -3px 5px 0 0;
}
.email {
    display: inline-block;
}
.email strong {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 16px;
    margin: -3px 5px 0 0;
}
.mobile {
    display: inline-block;
    margin-right: 25px;
}
.mobile strong {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    line-height: 16px;
    margin: -3px 5px 0 0;
}

#map-canvas3 .telephone,
#map-canvas3 .email {
    display: block;
    margin: 0;
}
.support-right-part .telephone a,
.support-right-part .email a {
    text-transform: none;
}

.row.own-bdy-blk::after {
    content: "";
    display: block;
    clear: both;
}

/*responsive Start*/
@media (max-width: 991px) {
    .retailar-map .main-title {
        line-height: 25px;
    }
}
@media (max-width: 767px) {
    .retailar-map .support-map {
        padding-bottom: 70%;
    }
    .retailer-list .row {
        -webkit-flex-direction: row-reverse;
        flex-direction: column-reverse;
    }
    .retailer-list .retailer-logo {
        text-align: left;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .map-overlay .email strong {
        font-size: 10px;
        margin: 1px 3px 0 0;
        line-height: 14px;
    }
    .map-overlay .telephone strong {
        font-size: 10px;
        margin: 2px 3px 0 0;
        line-height: 14px;
    }
}

/*responsive end*/

/*******************************************************************************************************************************
commercial End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
sign up start*********************************************************************************************************
********************************************************************************************************************************/

.signup-main {
    padding: 30px 100px;
    position: relative;
    margin-top: 30px;
}
.signup-main::before {
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    top: -30px;
}

/*responsive start*/
@media (max-width: 767px) {
    .signup-main {
        padding: 15px;
    }
}
/*responsive start*/
/*******************************************************************************************************************************
sign up End*********************************************************************************************************
********************************************************************************************************************************/

/*******************************************************************************************************************************
Compare Product*********************************************************************************************************
********************************************************************************************************************************/
.compare-main {
    background: #111;
    padding: 30px;
    margin-top: 50px;
    position: relative;
}
.compare-main::before {
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    width: 100%;
    left: 0;
}

table {
    border: 0;
    width: 100%;
}
tr,
td {
    border: 0;
    padding: 12px;
}
.cmp-list-row {
    margin: 0;
}
.cmp-box {
    padding: 0 0 50px 0;
    text-align: center;
}
.cmp-img-box {
    border-top: solid 1px #fff;
    padding: 15px 50px;
}
.cmp-title h3 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    padding: 0 15px;
    text-align: left;
}
.cmp-description.mobile-desc {
    display: none;
}
.high-diff {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 15px 0;
    margin-bottom: 30px;
}
.high-diff label {
    line-height: 34px;
    text-align: center;
}
.high-diff .custom-checkbox span,
.high-diff .custom-radio span {
    height: 34px;
    width: 34px;
    display: inline-block;
    vertical-align: middle;
    position: inherit;
    margin-right: 10px;
    top: 0;
}
.high-diff .custom-checkbox input[type="checkbox"]:checked + span.checkbox::before,
.high-diff .custom-radio input[type="radio"]:checked + span.radio::before {
    height: 18px;
    width: 18px;
    margin: -5px 0 0 0px;
}
.cmp-description ul li {
    list-style-type: none;
    position: relative;
}
.cmp-description ul li a {
    display: block;
    border-bottom: solid 1px #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 0;
}
.cmp-description ul li a.open {
    margin-bottom: 10px;
}
.cmp-description ul li .tab-title::after {
    content: "\f067";
    font-family: fontawesome;
    right: 0;
}
.cmp-description ul li .tab-title.open::after {
    content: "\f068";
    font-family: fontawesome;
}
.cmp-product-detail {
    margin: 0 -12px;
    padding-bottom: 15px;
}
.mobile-diff {
    display: none;
}

.compare-4 .cmp-title h3 {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
}
.compare-4 .cmp-img-box img {
    max-height: 160px;
}

.compare-3 .cmp-title h3 {
    font-size: 16px;
    line-height: 25px;
    min-height: 75px;
}
.compare-3 .cmp-img-box img {
    max-height: 160px;
}
.cliamform-main .gform_wrapper .description_below .gfield.cashback_radio_btn {
    margin-top: 25px !important;
}
/*responsive start*/
@media (max-width: 1200px) {
    .compare-4 .cmp-title h3 {
        font-size: 12px;
    }
    .compare-4 .cmp-img-box img {
        max-height: 110px;
    }
}
@media (max-width: 991px) {
    .cmp-description {
        display: none;
    } /*desktop only*/
    .cmp-description.mobile-desc {
        display: block;
        border-top: solid 1px #fff;
        margin-top: 30px;
        text-align: left;
    }
    .high-diff {
        display: none;
    } /*desktop only*/
    .high-diff.mobile-diff {
        display: block;
    }

    .compare-4 .cmp-title h3 {
        font-size: 18px;
        min-height: inherit;
        margin-bottom: 30px;
    }
    .compare-4 .cmp-img-box img {
        max-height: 100%;
    }
    .compare-4 .cmp-box {
        padding-bottom: 30px;
    }

    .compare-3 .cmp-title h3 {
        font-size: 18px;
        min-height: inherit;
        margin-bottom: 30px;
    }
    .compare-3 .cmp-img-box img {
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .cmp-description ul li a {
        font-size: 16px;
    }
    .tab-title::after {
        font-size: 14px;
    }
    .cmp-title h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .compare-main {
        padding: 15px;
    }
    .cmp-description ul li a {
        font-size: 14px;
    }
}
/*******************************************************************************************************************************
Compare Product*********************************************************************************************************
********************************************************************************************************************************/

.product-print {
    display: none;
}
/*print page css*/
@media print {
    header,
    footer,
    .product-detail-main > .container,
    .header-image-container,
    #header,
    #footer,
    .promotion-main,
    .overlay {
        display: none !important;
    }
    body,
    .wrapper {
        background: #fff;
    }

    thead {
        display: table-header-group;
    }
    tfoot {
        display: table-row-group;
    }
    tr {
        page-break-inside: all;
    }

    .product-box {
        padding-top: 30px;
    }
    .color-list ul li {
        list-style-type: none;
        display: inline-block;
        width: 40px;
    }
    .product-print {
        background: #fff;
        color: #000;
        font-size: 12px;
        display: block;
    }
    .header-print {
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        padding: 15px 0;
    }
    .product-print .header-left .logo-img {
        display: inline-block;
        vertical-align: middle;
        border-right: solid 2px #000;
        width: 110px;
        padding-right: 12px;
        margin-right: 10px;
    }
    .product-print .header-left .logo-txt {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        text-transform: uppercase;
    }
    .product-print .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .product-print p {
        color: #000;
        font-size: 12px;
        line-height: 18px;
    }
    .product-box {
        text-align: center;
    }
    .pro-title h2 {
        text-transform: uppercase;
        margin: 30px 0 15px;
        font-size: 35px;
    }
    .pro-title .sub-title {
        font-size: 30px;
        text-transform: uppercase;
    }
    .feature {
        margin: 10px 0;
    }
    .overview-head {
        border-bottom: solid 2px #000;
        border-top: solid 2px #000;
        padding: 15px 0;
        margin: 50px 0 10px 0;
    }
    .overview-head .title {
        font-size: 16px;
    }
    .overview-head .title strong {
        font-size: 20px;
        display: inline-block;
        vertical-align: middle;
    }
    .product-print .features-main .icon {
        text-align: center;
        display: inline-block;
        height: auto;
        padding: 10px 28px;
    }
    .product-print .product-desc {
        background: none;
        padding: 0;
        border-top: solid 2px #000;
        border-bottom: solid 2px #000;
        padding: 30px 0;
    }
    .specification-print ul {
        border-bottom: solid 2px #000;
        padding: 10px 0 !important;
        margin-bottom: 0 !important;
    }
    .specification-print ul ul {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .product-desc::after {
        clear: both;
        content: "";
        display: block;
    }
    .product-desc-left {
        width: 50%;
        float: left;
    }
    .product-desc-right {
        width: 50%;
        padding-left: 50px;
        float: left;
    }
    .specification-print {
        padding: 30px 0;
    }
    .specification-print .title {
        font-size: 18px;
        margin-bottom: 0;
    }
    .specification-print::after {
        clear: both;
        content: "";
        display: block;
    }
    .specification-print .specific-title {
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 16px;
    }
    .specification-print .specific-list-box {
        margin-bottom: 20px;
    }
    .spec-left {
        width: 50%;
        padding-right: 50px;
        float: left;
    }
    .spec-right {
        width: 50%;
        float: left;
    }
    .cooktop-info-print {
        padding-bottom: 30px;
    }
    .cooktop-info-print .row {
        margin: 0 -15px;
    }
    .cooktop-info-print h2 {
        font-size: 18px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
    .cooktop-box img {
        max-height: 70px;
    }
    .cooktop-info-print .col-sm-2 {
        float: left;
        width: auto;
    }
    .custom-fit-desc {
        background: #fff;
        padding: 30px;
    }

    .warranty li,
    .made-italy li {
        padding: 0;
    }
    /*.features-main{page-break-after:auto;}*/

    .product_specifications_image {
        margin-bottom: 25px;
    }

    .custom-fitting-main .col-sm-6 {
        float: left;
        width: auto;
        width: 50%;
    }
    .custom-fitting-main {
        border-top: solid 2px #000;
        margin-bottom: 30px;
    }
    .custom-fitting-main .product-desc {
        border: none;
    }
    .join-user {
        border-top: solid 2px #000;
        padding-top: 30px;
    }
    .join-world .social {
        display: block;
    }
    .join-world .social i {
        color: #000;
        font-size: 28px;
    }
    .join-world .social ul {
        margin: 0;
        padding: 0;
    }
    .join-world .social ul li {
        padding: 0 13px 0 0;
    }
    .join-world img {
        width: 230px;
    }
    .join-world .title {
        text-transform: uppercase;
        font-size: 18px;
        margin-bottom: 0;
        line-height: 25px;
    }
    .product-print .cta-button {
        border-color: #000;
        color: #000;
    }
    .user {
        width: 50%;
        float: left;
        padding-right: 50px;
    }
    .user span {
        margin-right: 10px;
    }
    .join-world {
        float: right;
    }
    .disclaimer {
        border-top: solid 2px #000;
        padding: 30px 0;
        text-align: center;
        margin-top: 20px;
    }
    .disclaimer .title {
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: 18px;
    }
    .footer-address {
        font-size: 13px;
        text-align: center;
        border-top: solid 2px #000;
        padding: 30px 0;
    }
    .footer-address strong {
    }
    .row {
        margin: 0;
    }

    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }
    @page {
        margin: 15px 5px 50px 5px;
    }
    /*@page {margin:15px 5px}*/
}
/* Developer Edit CSS Start */

/* 06-02-2018 */
/* Disabale Google Logo from left bottom corner From googel map */
a[href^="http://maps.google.com/maps"]
{
    display: none !important;
}
a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}

/* Disable right corner links: Map Data copyright text, Terms of Use and Report a Map Error from google map */
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}
/* Developer Edit CSS End */
ul.ui-autocomplete {
    max-width: 351px;
}
ul.ui-autocomplete.ui-front.ui-menu li {
    color: #fff;
    padding: 5px;
}
ul.ui-autocomplete.ui-front.ui-menu li:hover {
    background: #fff;
    color: #000;
    border: none;
}

body div.em-booking-message-success {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

/******* 19 02 2018 Start ***********/
.form-container .custom-checkbox-style .wpcf7-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form-container .custom-checkbox-style .wpcf7-form-control .wpcf7-list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px 20px 0px;
}
.custom-checkbox-style span.wpcf7-list-item-label {
    position: relative;
    padding-left: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
}
.custom-checkbox-style span.wpcf7-list-item-label::before {
    display: block;
    background-color: #252525;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /*margin: auto;*/
    height: 18px;
    width: 18px;
    text-align: center;
}
.custom-checkbox-style input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    background: #fff;
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: 0;
    height: 10px;
    width: 10px;
    top: 6px;
    left: 4px;
}
/******* 19 02 2018 End ***********/

/* camp dates and location page start */
.innerContentSection {
    padding: 71px 0 65px;
}
.item .listing-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* camp dates and location page end */

.tag-img {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 35px;
    top: 25px;
    z-index: 1;
    border-radius: 100%;
    overflow: hidden;
    background: #000;
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.3);
}
.tag-img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}
.products-listing-main .tag-img img {
    width: 60px !important;
}

@media (max-width: 991px) {
    .tag-img {
        width: 80px;
        height: 80px;
        right: 25px;
        top: 15px;
    }
    .tag-img img {
        width: 50px;
    }
}

/*logos section Start*/
@media (min-width: 1200px) {
    .exclusive-retailers {
        background: #111;
        padding: 45px 60px;
    }
    .exclusive-retailers .main-title {
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        margin: 0 0 50px;
    }
    .eRetailers-logoes.owl-carousel {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        align-items: center;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .eRetailers-logoes .item {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }
    .eRetailers-logoes .item figure {
        width: 50%;
        float: left;
        position: relative;
        padding: 7px;
    }
    .eRetailers-logoes .item figure a {
        display: block;
        width: 100%;
        position: relative;
        height: 105px;
        background: #fff;
    }
    .eRetailers-logoes .item figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: 100%;
    }
}

/*responsive Start*/
@media (max-width: 1199px) {
    .exclusive-retailers {
        background: #111;
        padding: 45px 60px;
    }
    .exclusive-retailers .main-title {
        text-transform: uppercase;
        text-align: center;
        font-size: 30px;
        margin: 0 0 50px;
    }
    .eRetailers-logoes .item figure {
        width: 100%;
        height: 105px;
        background: #fff;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        text-align: center;
    }
    .eRetailers-logoes .item figure a {
        margin: auto;
    }
    .eRetailers-logoes .item figure {
        height: 122px;
    }
    .eRetailers-logoes .owl-nav .owl-next {
        right: -35px;
        font-size: 40px;
    }
    .eRetailers-logoes .owl-nav .owl-prev {
        left: -35px;
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .eRetailers-logoes .item figure {
        height: 138px;
    }
}
@media (max-width: 767px) {
    .eRetailers-logoes .item figure {
        height: 86px;
    }
    .exclusive-retailers {
        padding: 40px 30px;
    }
    .eRetailers-logoes .owl-nav .owl-next {
        right: -23px;
    }
    .eRetailers-logoes .owl-nav .owl-prev {
        left: -23px;
    }
}
@media (max-width: 479px) {
    .eRetailers-logoes .item figure {
        height: 120px;
    }
}
@media (max-width: 360px) {
    .eRetailers-logoes .item figure {
        height: 100px;
    }
}
/*responsive End*/

/*logos section End*/
.feature-videobox {
    padding-bottom: 56.2%;
}
.feature-videobox iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.five-year-main .steps-all-forms {
    padding: 10px 15px 25px;
    background: #090909;
}
.five-year-main .stepwizard:before {
    width: 50%;
    left: 25%;
}
.five-year-main .stepwizard li:last-child {
    position: relative;
    top: -20px;
}
.five-year-main .form-details {
    padding-left: 5px;
    padding-top: 40px;
}
.five-year-main {
    position: relative;
}
.five-year-main::before {
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    display: block;
    margin-bottom: 15px;
}
.five-year-main .gf_page_steps {
    display: none;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .gfield_label {
    display: block !important;
    width: 50%;
    float: left;
    padding: 13px 0 12px 20px;
    font-weight: normal;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .ginput_container {
    width: 50%;
    float: left;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .ginput_container select {
    width: 100%;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .charleft {
    display: none;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .gfield_required {
    color: #fff;
    margin: 0;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box::after {
    clear: both;
    display: block;
    content: "";
}
.five-year-main .gform_wrapper .gform_page_footer {
    text-align: right;
    margin: 0;
    padding: 12px 0 0 0;
}
.five-year-main .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 6px;
}

.cl-button-add-remove .gf_repeater_remove {
    width: 49.2%;
    float: left;
    background: #fff;
    color: #555;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}
.cl-button-add-remove .gf_repeater_add {
    width: 49.1%;
    float: right;
    background: #fff;
    color: #555;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    cursor: pointer;
    outline: none;
    overflow: hidden;
}
.cl-button-add-remove .gf_repeater_remove::before {
    content: "_";
    font-size: 18px;
    color: #555;
    margin-right: 5px;
    position: relative;
    top: -7px;
}
.cl-button-add-remove .gf_repeater_add::before {
    content: "+";
    font-size: 18px;
    color: #555;
    margin-right: 5px;
}

.five-year-main .file-upload-wrapper {
    background: #fff;
    padding: 0 15px;
    margin: -30px 0 30px 0;
}
.five-year-main .file-upload-wrapper button {
    color: #555;
    border-color: #555;
    text-transform: none;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .cl-file-upload-invoice.lbl-w-box .gfield_label {
    padding-bottom: 0;
}
.five-year-main .gform_wrapper .lbl-w-box .gfield_description {
    width: 50%;
    float: left;
    padding: 0 20px;
    color: #777;
    line-height: 14px;
}
.five-year-main .file-upload-wrapper input {
    color: #555;
}
body .five-year-main .gform_wrapper .top_label .ginput_container_checkbox {
    padding: 0 20px !important;
}
.five-year-main .gform_wrapper .gfield_checkbox li label {
    text-transform: uppercase;
    font-size: 12px;
}
.five-year-main .gform_wrapper .gfield_checkbox .icheckbox_square {
    margin-top: 3px;
    margin-right: 3px;
}
body .five-year-main .gform_wrapper ul.gform_fields li.gfield.cl-agree {
    margin-bottom: 30px;
}

.five-year-main .cl-agree .gfield_description .cl-download-pdf {
    float: right;
    width: auto;
    margin: -30px 0 0 0;
    position: relative;
    z-index: 11;
}
.five-year-main .gform_wrapper .cl-agree.gfield_contains_required .gfield_description {
    padding-left: 10px !important;
}

.five-year-main .gform_wrapper .gform_page_footer .button.gform_button,
.five-year-main .gform_wrapper .gform_page_footer .button.gform_next_button {
    margin-right: 5px;
}
.five-year-main .gform_confirmation_message {
    text-align: center;
    line-height: 17px;
    margin-bottom: 10px;
}
.five-year-main .gform_confirmation_message h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 45px;
    margin-bottom: 2px;
}
.five-year-main .gform_confirmation_message ol {
    margin: 15px 0;
}
.five-year-main .gform_confirmation_message ol li {
    list-style-type: none;
    line-height: 20px;
}

.five-year-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.five-year-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    color: #fff;
    margin-top: 0;
}
.five-year-main .gform_wrapper li.gfield.gfield_error.lbl-w-box.gfield_contains_required div.gfield_description {
    margin-left: 50%;
    line-height: 25px;
}
.five-year-main .cl-download-pdf .cta-button {
    min-width: 179px;
}
.five-year-main .cl-repeater-hide {
    display: none;
}
.five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box.cl-serial-no .gfield_label {
    opacity: 0;
}

.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="email"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="number"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="password"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="tel"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="text"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error input[type="url"],
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error select,
.five-year-main .gform_wrapper.gf_browser_chrome .gfield_error textarea,
.five-year-main
    .gform_wrapper.gf_browser_chrome
    li.gfield_error.field_sublabel_above
    .ginput_complex
    input[type="text"] {
    margin-bottom: 0 !important;
}

.page-template-promotions-5-year-warranty .ui-datepicker-calendar .ui-state-default {
    background: #000 !important;
    box-shadow: none;
    text-shadow: none;
    line-height: 32px;
}
.page-template-promotions-5-year-warranty .ui-widget-content {
    width: 218px !important;
    padding: 0;
    border: solid 1px #fff;
}
.page-template-promotions-5-year-warranty .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: #fff !important;
    border-radius: 0 !important;
    height: 31px !important;
}
.page-template-promotions-5-year-warranty .ui-datepicker-prev::after,
.page-template-promotions-5-year-warranty .ui-datepicker-next::after {
    display: none !important;
}
.page-template-promotions-5-year-warranty .ui-datepicker select.ui-datepicker-month,
.page-template-promotions-5-year-warranty .ui-datepicker select.ui-datepicker-year {
    width: 40%;
    margin: 0 3px;
    text-align: center;
    padding: 0 15px;
    border: 0;
}

.page-template-promotions-5-year-warranty .ui-datepicker .ui-datepicker-prev,
.page-template-promotions-5-year-warranty .ui-datepicker .ui-datepicker-next {
    transition: none !important;
    -webkit-transition: none !important;
}
.page-template-promotions-5-year-warranty .ui-datepicker .ui-datepicker-prev:hover,
.page-template-promotions-5-year-warranty .ui-datepicker .ui-datepicker-next:hover {
    background: url(../../images/arrow.png) !important;
    transition: none !important;
    -webkit-transition: none !important;
}
.page-template-promotions-5-year-warranty .ui-datepicker .ui-datepicker-prev:hover {
    background-position: center -30px !important;
}

.five-year-main .cl-terms-popup-main {
    background: #f2f2f2;
    padding: 10px !important;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    z-index: 10;
}
.five-year-main .cl-terms-popup-main.open {
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

@media (max-width: 767px) {
    .five-year-main .gform_wrapper .gform_page_footer .button.gform_button,
    .five-year-main .gform_wrapper .gform_page_footer .button.gform_next_button {
        margin-right: 0;
    }
    .five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .gfield_label {
        padding: 5px 0;
        width: 100%;
    }
    .five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box .ginput_container {
        width: 100%;
    }
    .five-year-main .gform_wrapper .file-upload-wrapper input {
        width: auto !important;
    }
    .five-year-main .file-upload-wrapper {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .five-year-main .gform_wrapper .lbl-w-box .gfield_description {
        padding: 0px 0 20px 0;
        width: 100%;
    }
    body .five-year-main .gform_wrapper .top_label .ginput_container_checkbox {
        padding: 0 !important;
    }
    .five-year-main .cl-agree .gfield_description {
        margin-top: 0;
    }
    .five-year-main .gform_wrapper li.gfield.gfield_error.lbl-w-box.gfield_contains_required div.gfield_description {
        padding-left: 0 !important;
        margin-left: 0;
    }
    .five-year-main .cl-agree .gfield_description .cl-download-pdf {
        float: none;
        margin: 0;
    }
    .five-year-main .gform_wrapper .cl-agree.gfield_contains_required .gfield_description {
        padding-left: 0 !important;
    }
    .five-year-main .gform_wrapper .gform_page_footer {
        text-align: center;
    }
    .five-year-main .steps-all-forms .gform_wrapper .top_label .lbl-w-box.cl-serial-no .gfield_label {
        display: none !important;
    }
    .five-year-main .ginput_container_fileupload .screen-reader-text {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .five-year-main .stepwizard:before {
        width: 3px;
        left: 18px;
        height: 89%;
    }
    .five-year-main .stepwizard li:last-child {
        top: 0;
        margin-bottom: 0;
    }
    .five-year-main .file-upload-wrapper button {
        min-width: inherit;
        line-height: 20px !important;
        padding: 0 5px;
    }
    .five-year-main .gform_wrapper .file-upload-wrapper input {
        width: 60% !important;
        min-height: inherit !important;
        height: auto !important;
    }
    .five-year-main .file-upload-wrapper {
        height: 32px;
        padding: 4px;
    }
    .five-year-main .gform_confirmation_message h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    .five-year-main .gform_wrapper .gform_footer input.button,
    .five-year-main .gform_wrapper .gform_footer input[type="submit"],
    .five-year-main .gform_wrapper .gform_page_footer input.button,
    .five-year-main .gform_wrapper .gform_page_footer input[type="submit"] {
        min-width: 100px;
    }
}

/* change 26072018 start */
/************************************/
ul.gform_fields li.gfield.cl-agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
body .five-year-main .gform_wrapper .top_label .ginput_container_checkbox {
    padding-right: 4px !important;
}
ul.gform_fields li.gfield.cl-agree .gfield_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}
ul.gform_fields li.gfield.cl-agree .gfield_description {
    width: 100%;
    max-width: 68%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    text-transform: uppercase;
}
ul.gform_fields li.gfield.cl-agree .gfield_description .cl-popup {
    text-decoration: underline;
}
.five-year-main .gform_wrapper .cl-agree.gfield_contains_required .gfield_description {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
ul.gform_fields li.gfield.cl-agree .gfield_description .cl-download-pdf {
    float: none;
    width: auto;
    margin: 0;
    margin-left: auto;
}
ul.gform_fields li.gfield.cl-agree .gfield_description .cl-download-pdf a {
    text-align: center;
    min-width: 170px;
    border: solid 2px #fff;
    font-size: 12px !important;
    text-transform: uppercase;
    display: inline-block !important;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    height: auto;
    float: none !important;
}
/* popup start */
.five-year-main .cl-terms-popup-main {
    padding: 30px;
    background-color: #393b39;
    z-index: 11;
    top: -15px;
}
.five-year-main .cl-terms-popup-main .popup-contain {
    border: 1px solid #656565;
    padding: 20px;
    overflow-y: auto;
    max-height: 100%;
}
.five-year-main .cl-terms-popup-main .popup-contain .close-terms-popup {
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -32px;
    color: #999;
    font-weight: 700;
    font-size: 17px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
    padding: 10px !important;
}
@media (max-width: 991px) {
    ul.gform_fields li.gfield.cl-agree .gfield_description {
        max-width: 65%;
    }
}
@media (max-width: 767px) {
    body .five-year-main .gform_wrapper .top_label .ginput_container_checkbox {
        width: 100%;
    }
    .five-year-main .gform_wrapper .cl-agree.gfield_contains_required .gfield_description {
        padding-left: 20px !important;
        max-width: 100%;
        padding-right: 0 !important;
        margin-top: -10px;
    }
}
@media (max-width: 460px) {
    ul.gform_fields li.gfield.cl-agree .gfield_description .cl-download-pdf {
        margin-top: 20px;
    }
    .five-year-main .gform_wrapper .cl-agree.gfield_contains_required .gfield_description {
        margin-top: -17px;
    }
    ul.gform_fields li.gfield.cl-agree .gfield_description {
        display: block;
    }
}

.promotion-box .promotion-content .sub-title {
    letter-spacing: 0.5px;
}
.promotion-box .promotion-content .terms-desc > strong:first-of-type {
    margin-top: -3px;
}
/* change 26072018 end */
/************************************/

/* change 20190312 start */
/************************************/
.all-steps-brd .page-header {
    margin-bottom: 20px;
}
.class-list-msg {
    margin-bottom: 10px;
}
.class-list-msg h5 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2;
}
.em-booking {
    margin-top: 0px;
}
.em-booking .require-note {
    display: none;
}
#detail-gallery img.zoomImg {
    height: 700px !important;
    width: 700px !important;
}
.grecaptcha-badge {
    display: none;
}
.cooking-left .left-title,
.booking-left .left-title {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 25px;
}
.left-small-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.booking-main a:hover {
    text-decoration: underline;
}
.ilve-booking-form .gform_wrapper {
    margin: 0px;
}
.ilve-booking-form .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0px !important;
    margin: 0 0 16px 0 !important;
}
.ilve-booking-form .gform_wrapper .top_label .gfield_label {
    display: none;
}
.ilve-booking-form .gform_wrapper .top_label #field_11_8 .gfield_label {
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    margin-left: 6px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ilve-booking-form .gform_wrapper .top_label #field_11_8 .gfield_label:before {
    content: unset;
}

.ilve-booking-form .gform_wrapper .top_label #field_11_8 .gfield_required {
    display: none;
}
.ilve-booking-form .gform_wrapper .gform_heading {
    display: none;
}
.ilve-booking-form .gform_wrapper ul.gform_fields,
.ilve-booking-form .gform_wrapper .gfield_checkbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ilve-booking-form .gform_wrapper ul.gform_fields {
    margin-left: -6px !important;
    margin-right: -6px !important;
}
.ilve-booking-form .gform_wrapper ul.gform_fields li#field_11_1 {
    margin-top: 0px !important;
}
.ilve-booking-form .gform_fields .gfield.half-blk,
.ilve-booking-form .gform_wrapper .gfield_checkbox li {
    flex: 0 0 50%;
    max-width: 50%;
}
.ilve-booking-form .gform_fields .gfield.half-blk.checkbx-right {
    flex: 0 0 70%;
    max-width: 70%;
}
#field_11_11 .cta-button.gform-submit {
    display: none;
}
.gform_wrapper .top_label .product-interested .gfield_label {
    display: block !important;
    text-align: center;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 18px;
}
.ilve-booking-form .gform_wrapper ul.gfield_checkbox input {
    float: left;
}
.ilve-booking-form .gform_wrapper ul.gfield_checkbox label {
    padding-left: 30px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.6;
}
.ilve-booking-form .checkbx-blk label::before {
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: #252525;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.ilve-booking-form .gform_wrapper .checkbx-blk input[type="checkbox"]:checked + label {
    font-weight: normal;
}
.ilve-booking-form .gform_wrapper .checkbx-blk input[type="checkbox"]:checked + label::after {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    background: #000;
    left: 5px !important;
    top: 4px;
}
.ilve-booking-form .gform_wrapper .checkbx-right li {
    flex: 0 0 100%;
    max-width: 100%;
}
.ilve-booking-form .cta-button {
    max-width: 100%;
    width: 240px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background: none;
    float: right;
}
.ilve-booking-form .cta-button:hover {
    background: #fff;
}
.ilve-booking-form .gform_wrapper .ginput_container_phone .validation_message {
    display: none;
}
.ilve-booking-form .gform_wrapper .gform_footer {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    bottom: 39px;
    right: 0px;
    width: 40%;
}
.ilve-booking-form .gform_wrapper .checkbx-blk input[type="checkbox"] + label {
    padding-bottom: 1px;
}
.ilve-booking-form .gform_wrapper .product-interested ul.gfield_checkbox label {
    width: 100%;
    background-color: transparent;
    color: #000;
    padding: 9px 20px 7px !important;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
}
.ilve-booking-form .gform_wrapper .checkbx-blk.product-interested input[type="checkbox"]:checked + label {
    color: #fff;
}

.ilve-booking-form .gform_wrapper .gform_footer .gform_button {
    display: none;
}
.ilve-booking-form .gform_wrapper .gform_footer img {
    width: 60px;
}
.ilve-booking-form .gform_wrapper ul.gform_fields li.gfield.product-interested .gfield_checkbox li {
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 0 5px !important;
}
.ilve-booking-form .gform_wrapper ul.gform_fields li.gfield.product-interested .gfield_checkbox {
    margin: 0 -5px;
}
.ilve-booking-form .gform_wrapper .product-interested ul.gfield_checkbox label:before,
.ilve-booking-form .gform_wrapper .product-interested ul.gfield_checkbox label:after {
    height: 100% !important;
    width: 100% !important;
    background-color: #e1e1e1 !important;
    z-index: -1;
    border-color: #e1e1e1 !important;
}
.ilve-booking-form .gform_wrapper .product-interested.checkbx-blk input[type="checkbox"]:checked + label::after {
    background-color: #000 !important;
    left: 0 !important;
    top: 0 !important;
}
.em-booking .em-booking-form .checkbx label {
    margin: 0px;
}
.em-booking-form-details .checkbx {
    margin-top: 9px;
    margin-bottom: 12px;
}
.ilve-booking-form .gform_wrapper ul.gform_fields li.gfield.checkbx-right {
    margin-top: 5px !important;
}
.booking-main p.em-tickets-spaces::after,
.ilve-booking-form .fancy-select div.trigger:before,
.booking-main .input-select::after {
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    content: "";
    top: 15px;
    width: 16px;
    height: 16px;
}

.ilve-booking-form .gform_wrapper select {
    background-image: url(../images/down-arrow.svg);
    background-size: 16px;
}
div#em-loading {
    background-image: url(../images/loader-black.svg);
    background-size: 50px;
}
.ilve-booking-form .gform_wrapper .gfield_error .gfield_label {
    color: #fff;
}
.ilve-booking-form .gform_confirmation_wrapper {
    margin: 10px 0;
    padding: 10px 0px;
}
@media (max-width: 768px) {
    .ilve-booking-form .gform_wrapper .gform_footer {
        position: relative;
        bottom: 30px;
    }
    .ilve-booking-form .gform_fields .gfield.half-blk.checkbx-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .class-category {
        margin-top: 0px;
    }
    .cooking-right {
        padding-left: 15px;
    }
    .ilve-booking-form .gform_fields .gfield.half-blk,
    .ilve-booking-form .gform_wrapper .gfield_checkbox li {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .booking-main {
        padding: 15px;
    }
    .ilve-booking-form {
        max-width: 100%;
        padding: 0 0px;
    }
    .ilve-booking-form .gform_wrapper ul.gform_fields {
        margin: 0px !important;
    }
    .em-booking-form .em-booking-buttons {
        width: 100%;
        text-align: left;
    }
    .ilve-booking-form .cta-button {
        width: 240px;
        max-width: 100%;
        min-width: auto;
        float: left;
    }
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
        padding: 0px !important;
        margin-top: 0px !important;
    }
    .em-booking-form-details .checkbx {
        width: 100%;
    }
    .em-booking-form .input-field-dbem_state {
        width: 100%;
    }
    .em-booking-form .input-field-dbem_state select {
        margin-right: 0;
    }
    .em-booking-form .input-dbem_zip {
        width: 100%;
    }
    .booking-main .input-select::after {
        right: 12px;
    }
}

/* change 20190312 end */
/************************************/

/***************page-popup*******************/
.page-popup {
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}
.page-popup.active {
    visibility: visible;
    transition: all 0.5s;
    opacity: 1;
}
.page-popup .inner-page-popup {
    background: #fff;
    position: relative;
    border: 1px solid #fff;
}
.page-popup .inner-page-popup .top-img {
    background: url(../images/popup-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.page-popup .inner-page-popup .top-img .img-logo {
    padding: 54px 0 43px;
    max-width: 520px;
    margin: auto;
    padding-left: 6px;
}
.page-popup .inner-page-popup .top-img .img-logo p {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 12px;
    text-transform: uppercase;
}
.page-popup .bottom-form {
    padding: 36px 162px;
}
.page-popup .bottom-form .subscribe-text {
    line-height: 18px;
}
.page-popup .bottom-form form .mandatory {
    text-transform: capitalize;
    margin-bottom: 24px;
}
.page-popup .bottom-form form .submit-part .google-captcha {
    margin-bottom: 8px;
}
.page-popup .bottom-form form .fancy-select ul.options {
    height: 145px;
    overflow: auto;
}
.page-popup .bottom-form .form-container input[type="submit"] {
    min-width: 120px;
    width: 120px;
}
.close-popup {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    background: url(../images/close-popup.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.page-popup .bottom-form .fancy-select div.trigger,
.page-popup .bottom-form .form-container .input01 select {
    padding: 0 13px;
}

@media screen and (min-width: 0\0) {
    .page-popup .container {
        margin: 0;
    }
}
@media (max-width: 991px) {
    .page-popup .container {
        max-width: 100%;
    }
    .page-popup .bottom-form {
        padding: 35px 60px;
    }
}
@media (max-width: 823px) and (orientation: landscape) {
    .page-popup {
        height: 100%;
        overflow: auto;
        display: block;
    }
}
@media (max-width: 767px) {
    .page-popup {
        height: 100%;
        overflow: auto;
        display: block;
    }
    .page-popup .bottom-form {
        padding: 35px 15px;
    }
    .page-popup .inner-page-popup .top-img .img-logo {
        padding: 54px 15px 43px;
    }
}

.nav-custom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 106px;
    left: 0;
    right: 0;
}
.nav-custom a {
    max-width: 83px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
}
.nav-custom a .fa {
    display: block;
    font-size: 55px;
    margin-bottom: 10px;
}
.nav-custom a.prev {
    left: -10px;
}
.nav-custom a.next {
    right: -10px;
}
@media (max-width: 767px) {
    /*.product-detail-main .title-container {padding-top: 120px}*/
    .nav-custom {
        top: inherit;
        justify-content: center;
        position: inherit;
    }
    .nav-custom a .fa {
        margin-bottom: 0;
    }
}

.product-img-box .owl-dots {
    margin-top: 10px;
}
.product-img-box .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
.product-img-box .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
}
.product-img-box .owl-dots .owl-dot.active span {
    background-color: #fff;
}

.is-grigio .innerbanner {
    text-align: center;
    height: 450px;
    padding-top: 100px;
}
.is-grigio .innerbanner img {
    max-width: 175px;
    width: 100%;
}
.is-grigio .product-img-box {
    margin: -240px auto 0 auto;
}

.product-img-box .zoom {
    cursor: url(../images/zoomin-icon.svg), crosshair;
}
.fancybox-lock .fancybox-overlay {
    cursor: url(../images/close-popup-small.png), crosshair;
}
.fancybox-lock .fancybox-overlay .fancybox-skin {
    cursor: default;
}
.has_mobile_banner.innerbanner {
    height: 400px;
}

/******************29-10-2019**********/
.product-detail-main {
    padding-top: 80px;
}
.top-detail-part {
    padding: 50px 0;
}
.product-img-box {
    margin: 0;
    width: auto !important;
    display: inline-block;
}
.product-left .product-thumbnail {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.product-left .product-thumbnail .item {
    border: 1px solid #464646;
    margin-bottom: 15px;
}
.product-left .product-thumbnail .item.active {
    border-color: #fff;
}
.product-left .product-thumbnail .item > a {
    display: block;
    width: 92px;
    height: 92px;
}
/*.product-left .product-thumbnail .item figure{max-width:58px;}*/
.product-left .product-img-box {
    padding-left: 92px;
    padding-left: 92px;
    width: 100% !important;
}
.product-left .product-img-box figure {
    max-width: 300px;
    max-height: 293px;
    margin: auto;
}
.top-detail-part .title-container {
    padding-top: 83px;
}
.top-detail-part .title-container h1 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 8px;
}
.top-detail-part .row {
    align-items: center;
}
.top-detail-part .title-container .sub-title {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 45px;
}

.top-detail-part .title-container .feature {
    margin-bottom: 16px;
}
.colour-listing {
    padding: 0 0 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.colour-listing .clr-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
}
.colour-listing .clr-name {
    margin-bottom: 11px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 1;
}
.colour-listing strong {
    margin-right: 15px;
    text-transform: uppercase;
}
.clr-box .single-circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 2px;
}
.clr-box .single-circle img {
    max-width: 20;
    max-height: 20px;
}
.clr-box .single-circle span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    box-shadow: inset 0px 3px 2px 0px rgba(0, 0, 0, 0.35);
}
.clr-box .single-circle.active {
    border: 2px solid #889090;
}

.product-detail-main .title-container .product-check {
    text-align: center;
}

.ral-video {
    padding-bottom: 300px;
    position: relative;
    max-width: 350px;
    margin: auto;
}

/*****************Our CSS*************************/
.product-detail-main .nav-custom a {
    background: #101010;
    padding: 15px 15px 20px;
    font-size: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    color: #4d4d4d;
    line-height: 12px;
}
.product-detail-main .nav-custom a .fa {
    font-size: 45px;
    margin-bottom: 8px;
    line-height: 45px;
    font-weight: 600;
    color: #4d4d4d;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .nav-custom a:hover {
    color: #fff;
}
.product-detail-main .nav-custom a:hover .fa {
    color: #fff;
}
.clr-box .single-circle.multicolor {
    position: relative;
}
.multicolor-notes {
    background: #636363;
    color: #fff;
    position: absolute;
    text-align: left;
    top: 100%;
    min-width: 420px;
    right: -80px;
    margin-top: 16px;
    padding: 25px;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
}
.multicolor-notes .title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 10px;
}
.multicolor-notes p {
    letter-spacing: 0.5px;
}
.clr-box .single-circle.multicolor span:hover + .multicolor-notes {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
.product-detail-main .features-main {
    max-width: 720px;
    margin: auto;
    border: 0;
    padding-bottom: 45px;
}
.product-detail-main .features-main .owl-carousel .owl-item img {
    max-width: 40px;
}
.product-detail-main .features-main .features-right {
    float: none;
    padding: 0 35px;
}
.product-detail-main .features-main .owl-nav .owl-prev {
    left: 0;
}
.product-detail-main .features-main .name h3 {
    font-size: 9px;
    letter-spacing: 0.4px;
    word-break: break-word;
    margin: auto;
    line-height: 12px;
}
.product-detail-main .features-main .name h3 span {
    font-size: 9px;
}
.product-detail-main .feature-blocks .features-title {
    display: none;
}
.product-detail-main .feature-blocks .general-info {
    margin-bottom: 24px;
}
.product-detail-main .feature-blocks .general-info .right-features-detail .row .col-sm-6 {
    padding: 0 12px;
}
.product-detail-main .feature-blocks .general-info .right-features-detail .row {
    margin-right: -12px;
    margin-left: -12px;
}
.product-detail-main .feature-blocks .general-info:nth-child(even) .right-features-detail .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.product-detail-main .feature-blocks .general-info .product-desc {
    text-align: center;
}
.product-detail-main .feature-blocks .general-info .product-desc .title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-detail-main .product-desc .title {
    margin: 0 0 25px 0;
}
.product-detail-main .product-desc .title span {
    margin: 0 0 5px 0;
    line-height: 100%;
    font-size: 20px;
}
.product-detail-main .features-left .item:hover::after,
.product-detail-main .features-left .item.active::after {
    display: none;
}
.product-detail-main .features-right .item:hover::after,
.product-detail-main .features-right .item.active::after {
    display: none;
}
.product-detail-main .features-main.product-tabs-list {
    max-width: 100%;
    border-top: solid 1px #2e2e2e;
    padding: 70px 0 0px 0;
}
.product-detail-main .features-main .features-left {
    float: none;
    border: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-detail-main .features-main .features-left .item {
    padding: 0 12px;
    margin-bottom: 24px;
}
.product-detail-main .features-main .features-left .tab-iconbox {
    max-width: 132px;
    min-width: 132px;
    min-height: 132px;
    text-align: center;
    border: solid 1px #232323;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}
.product-detail-main .features-main .features-left .tab-iconbox:before {
    height: 100%;
    width: 100%;
    content: "";
    border: solid 1px #fff;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .features-main .features-left .tab-iconbox .icon {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .features-main .features-left .tab-iconbox .icon img {
    max-width: 65px;
    max-height: 52px;
}
.product-detail-main .features-main .features-left .tab-iconbox .name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .features-main .features-left .tab-iconbox:hover {
    border-color: #fff;
}
.product-detail-main .features-main .features-left .tab-iconbox:hover::before {
    opacity: 1;
}
.product-detail-main .features-main .features-left .tab-iconbox:hover .icon,
.product-detail-main .features-main .features-left .tab-iconbox:hover .name {
    opacity: 1;
}
.product-detail-main .features-main .features-left .item.active .tab-iconbox {
    border-color: #fff;
}
.product-detail-main .features-main .features-left .item.active .tab-iconbox:before {
    border-color: #fff;
}
.product-detail-main .features-main .features-left .item.active .icon,
.product-detail-main .features-main .features-left .item.active .name {
    opacity: 1;
}
.features-load-more,
.features-load-less {
    text-transform: uppercase;
    width: 163px;
    height: 50px;
    line-height: 46px;
    border: solid 2px #fff;
    display: block;
    text-align: center;
    margin: 45px auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.features-load-more:hover,
.features-load-less:hover {
    background: #fff;
    color: #111;
}
.product-detail-main .features-main .tabs-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-detail-main .features-main .tabs-heading .section-title {
    font-size: 18px;
    text-transform: uppercase;
}
.product-detail-main .features-main .features-left.mobile {
    display: none;
}
.product-detail-main .features-main .features-left.mobile .selected-feature {
    display: block;
    border: solid 1px #fff;
    padding: 0 40px 0 15px;
    text-transform: uppercase;
    font-size: 12px;
    height: 40px;
    line-height: 38px;
    letter-spacing: 0.5px;
    width: 100%;
    position: relative;
}
.product-detail-main .features-main .features-left.mobile .selected-feature::after {
    content: "";
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(-45deg);
    right: 15px;
    top: 10px;
}

.product-detail-main .features-main .features-left.mobile .selected-feature.open::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: 15px;
}

.product-detail-main .features-main .tabs-heading .heading-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
}
.product-detail-main .features-main .tabs-heading .heading-right .share-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 45px;
}
.product-detail-main .features-main .tabs-heading .heading-right .share-left .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    margin-right: 20px;
}
.product-detail-main .features-main .tabs-heading .heading-right .share-left .icon {
    margin-right: 15px;
    position: relative;
}
.product-detail-main .features-main .tabs-heading .heading-right .share-left .icon i {
    font-size: 25px;
    color: #808080;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .features-main .tabs-heading .heading-right .share-left .icon:hover i {
    color: #fff;
}
.product-detail-main .features-main .tabs-heading .heading-right .print-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-detail-main .features-main .tabs-heading .heading-right .print-icon .title {
    font-size: 13px;
    text-transform: uppercase;
    color: #808080;
    margin-right: 20px;
}
.product-detail-main .features-main .tabs-heading .heading-right .print-icon i {
    font-size: 25px;
    color: #808080;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.product-detail-main .features-main .tabs-heading .heading-right .print-icon i:hover {
    color: #fff;
}
.modes-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.modes-icons .iconbox {
    position: relative;
    padding: 0 13px;
    margin-bottom: 26px;
}
.modes-icons .iconbox .icon-desc {
    background: #636363;
    position: absolute;
    top: 100%;
    left: 13px;
    min-width: 385px;
    z-index: 1;
    margin-top: 10px;
    text-align: left;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    z-index: 4;
}
.modes-icons .iconbox .icon-desc .icon-title {
    font-size: 14px;
    text-align: left;
    margin-bottom: 10px;
}
.modes-icons .iconbox .icon-desc p {
    font-size: 14px;
    line-height: 20px;
}
.modes-icons .iconbox .icon-desc .icon-close {
    position: absolute;
    right: 7px;
    width: 16px;
    height: 16px;
    top: 7px;
    text-align: center;
    display: none;
}
.modes-icons .iconbox .icon-desc .icon-close:before,
.modes-icons .iconbox .icon-desc .icon-close:after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 2px;
    background-color: #fff;
}
.modes-icons .iconbox .icon-desc .icon-close:before {
    transform: rotate(45deg);
}
.modes-icons .iconbox .icon-desc .icon-close:after {
    transform: rotate(-45deg);
}
.modes-icons .iconbox .iconImg {
    line-height: 0;
}
.modes-icons .iconbox .iconImg img {
    max-width: 45px;
    opacity: 0.5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    backface-visibility: hidden;
}
.modes-icons .iconbox.disable .iconImg img {
    opacity: 0.1;
}

.product-detail-main .feature-blocks .general-info .product-desc.sixteen-icons {
    padding: 50px 25px;
}
.sixteen-icons .modes-icons {
    margin-bottom: 22px;
}
.sixteen-icons .modes-icons .iconbox {
    padding: 0 7px;
    margin-bottom: 14px;
}
.sixteen-icons .modes-icons .iconbox .icon-desc {
    left: 7px;
}
@media (min-width: 768px) {
    .modes-icons .iconbox:hover .iconImg img {
        opacity: 1;
    }
    .modes-icons .iconbox:hover .icon-desc {
        opacity: 1;
        visibility: visible;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        transform: translateY(0);
        -webkit-transform: translateY(0);
    }
}
.specific-list-box .popupboxImage {
    border: solid 2px #363636;
    padding: 40px;
    text-align: center;
    position: relative;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.specific-list-box .popupboxImage img {
    max-width: 200px;
    opacity: 0.3;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    backface-visibility: hidden;
}
.specific-list-box .popupboxImage .zoom-text {
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    max-width: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.specific-list-box .popupboxImage:hover {
    border-color: #fff;
}
.specific-list-box .popupboxImage:hover .zoom-text {
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
}
.specific-list-box .popupboxImage:hover img {
    opacity: 1;
}
.product-detail-main .custom-fitting-main .custom-fit-desc > .title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.product-detail-main .custom-fitting-main .custom-fit-desc .category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail-main .custom-fit-desc {
    padding: 40px 50px 0;
}
.product-detail-main .custom-fit-desc .category-list {
    margin-bottom: 65px;
}
.product-detail-main .custom-fit-desc .category-list .title {
    font-size: 15px;
    text-transform: none;
    min-width: 100px;
    letter-spacing: 1px;
}
.product-detail-main .custom-fit-desc .category-list figure {
    max-width: 320px;
}
.available-accessories {
    background: #111;
    padding: 40px 40px 10px;
}
.available-accessories .acc-item {
    margin-bottom: 40px;
}
.available-accessories > .title {
    font-size: 25px;
    text-transform: uppercase;
}
.available-accessories .accessories-box {
    text-align: center;
}
.available-accessories .accessories-box .imgbox {
    margin-bottom: 30px;
}
.available-accessories .accessories-box .imgbox figure {
    min-height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.available-accessories .accessories-box .imgbox figure img {
    max-width: 180px;
    max-height: 110px;
    margin: auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    backface-visibility: hidden;
}
.available-accessories .accessories-box .item-detail {
    text-transform: uppercase;
}
.available-accessories .accessories-box .item-detail .name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
}
.available-accessories .acc-item .accessories-box:hover .imgbox figure img {
    transform: scale(1.1);
}
.doc-listing {
    background: #111;
    padding: 40px 10px;
}
.doc-listing .doc-box {
    margin-bottom: 55px;
}
.doc-listing .doc-box:last-child,
.doc-listing .doc-box:nth-last-child(2) {
    margin-bottom: 0;
}
.doc-listing .doc-box > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
}
.doc-listing .doc-box .doc-icon img {
    max-width: 48px;
    opacity: 0.2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.doc-listing .doc-box > a:hover .doc-icon img {
    opacity: 1;
}
.doc-listing .doc-box .doc-desc {
    padding-left: 30px;
}
.doc-listing .doc-box .doc-desc .doc-title {
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #fff;
    line-height: 22px;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.product-detail-main .related-product {
    padding-top: 42px;
}
.product-detail-main .related-product .main-title {
    font-size: 28px;
}
.where-to-buy {
    min-width: 103px;
    max-width: 103px;
    background: #262626;
    text-align: center;
    padding: 19px 10px;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.7;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    position: fixed;
    right: 0;
    bottom: 180px;
    z-index: 11;
}
.where-to-buy .location-icon {
    background: url(../images/location-icon.png) no-repeat;
    width: 24px;
    height: 36px;
    background-size: 100%;
    display: block;
    margin: auto auto 14px;
}
.where-to-buy .lbl-text {
    max-width: 50px;
    letter-spacing: 0.5px;
    margin: auto;
    line-height: 12px;
}
.where-to-buy:hover {
    opacity: 1;
}
.product-detail-main .vertical-tab .heading-right.mobile {
    display: none;
}
.product-detail-main .feature-blocks .general-info:last-child {
    margin-bottom: 45px;
}

.where-to-buy.resources-btn {
    bottom: 298px;
}
.where-to-buy.resources-btn .lbl-text {
    max-width: 80px;
}
.where-to-buy.resources-btn .resources-icon {
    background: url(../images/resources-icon.png) no-repeat;
    width: 36px;
    height: 45px;
    background-size: 100%;
    display: block;
    margin: auto auto 14px;
}
.where-to-buy.resources-btn a {
    display: block;
    cursor: pointer;
}

/* Detail page responsive START*/
@media (max-width: 1199px) {
    .sixteen-icons .modes-icons {
        margin-bottom: 12px;
    }
    .product-detail-main .general-info .product-desc .title {
        margin-bottom: 15px;
    }
}
@media (max-width: 1100px) {
    .product-detail-main .nav-custom {
        top: 80px;
    }
    .product-detail-main .features-main.product-tabs-list {
        padding: 30px 0 0 0;
    }
    .top-detail-part {
        padding: 50px;
    }
    .product-left .product-thumbnail .item {
        margin-bottom: 5px;
    }
    .product-left .product-thumbnail .item > a {
        width: 70px;
        height: 70px;
    }
    .specific-list-box .popupboxImage img {
        max-width: 100%;
    }
    .modes-icons .iconbox {
        padding: 0 8px;
        margin-bottom: 16px;
    }
    .product-detail-main .feature-blocks .general-info .product-desc.sixteen-icons {
        padding: 50px 15px;
    }
    .sixteen-icons .modes-icons .iconbox {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .modes-icons .iconbox .iconImg img {
        max-width: 40px;
    }
}
@media (max-width: 991px) {
    .product-detail-main .product-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 500px;
        margin: auto auto 40px;
        min-height: 306px;
    }
    .product-left .product-img-box {
        padding-left: 110px;
        padding-right: 15px;
    }
    .top-detail-part .title-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 650px;
        padding: 0 15px;
        margin: auto;
    }
    .product-detail-main .features-main {
        padding: 28px 0;
        overflow: hidden;
    }
    .product-detail-main .features-main .owl-nav .owl-prev {
        left: 15px;
    }
    .where-to-buy-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .where-to-buy {
        max-width: 100%;
        padding: 15px;
        position: static;
        width: calc(50% - 11px);
        order: 2;
    }
    .where-to-buy.resources-btn {
        order: 1;
    }
    .where-to-buy .location-icon {
        margin: auto auto 20px;
    }
    .right-features-detail .feature-imgbox {
        padding-bottom: 100%;
    }
    .product-detail-main .feature-blocks .general-info .product-desc {
        padding: 30px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
    }

    .product-detail-main .general-info .product-desc {
        padding: 15px;
        height: 100%;
        display: block;
    }
    .cooktop-info {
        padding: 15px;
    }
    .product-detail-main .custom-fit-desc {
        padding: 15px;
    }
    .available-accessories {
        padding: 15px 15px 10px;
    }
    .doc-listing {
        padding: 20px 10px;
    }
    .doc-listing .doc-box > a {
        padding: 0 15px;
    }
    .doc-listing .doc-box {
        margin-bottom: 25px;
    }
    .specific-list-box .popupboxImage {
        padding: 20px;
    }
    .available-accessories .accessories-box .imgbox figure img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .product-detail-main .nav-custom {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-detail-main .nav-custom a {
        line-height: 10px;
        text-align: justify;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 105px;
        padding: 8px 15px;
    }
    .product-detail-main .nav-custom a.next {
        text-align: right;
    }
    .product-detail-main .nav-custom a .fa {
        margin: -7px 7px 0 0;
    }
    .product-detail-main .nav-custom a .fa.fa-angle-right {
        margin: -7px 0 0 7px;
        order: 2;
    }
    .product-detail-main .features-main .owl-nav .owl-next {
        right: 15px;
    }
    .product-detail-main .features-main .owl-nav .owl-prev {
        left: 15px;
    }
    .product-left .product-img-box {
        padding: 0;
    }
    .product-left .product-thumbnail {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .product-left .product-thumbnail .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 25%;
        margin: 0 5px;
    }
    .product-left .product-thumbnail .item > a {
        width: auto;
        height: auto;
    }
    .top-detail-part {
        padding: 30px 0 10px 0;
    }
    .product-left .product-img-box figure {
        max-width: 270px;
        max-height: inherit;
        margin-bottom: 30px;
    }
    .product-left .product-thumbnail .item figure {
        margin: auto;
    }
    .top-detail-part .title-container h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .top-detail-part .title-container .sub-title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .colour-listing {
        padding-bottom: 30px;
    }
    .colour-listing strong {
        display: block;
        margin-right: 0;
    }
    .multicolor-notes {
        min-width: 280px;
        right: -20px;
    }
    .product-detail-main .feature-blocks .features-title {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        text-align: center;
        margin-bottom: 25px;
    }
    .product-detail-main .features-main .features-right {
        border: 0;
    }
    .product-detail-main .features-main .features-left {
        display: none;
    }
    .product-detail-main .features-main .features-left.mobile {
        display: block;
        margin: auto;
    }
    .product-detail-main .features-main .features-left.mobile .feature-options {
        border: solid 2px #808080;
        border-top: 0;
    }
    .product-detail-main .features-main .features-left.mobile .feature-options .item {
        text-align: left;
        text-transform: uppercase;
        font-size: 12px;
        margin-bottom: 0;
        padding: 5px 15px;
    }
    .product-detail-main .features-main .features-left.mobile .feature-options .item.active {
        background: #808080;
    }
    body.tooltip-active {
        overflow: hidden;
    }
    body.tooltip-active .wrapper::before {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        height: 100vh;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .modes-icons .iconbox {
        position: static;
        padding: 0 9px;
    }
    .modes-icons .iconbox .icon-desc .icon-close {
        display: block;
    }
    .modes-icons .iconbox .icon-desc {
        display: none;
        min-width: 90%;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99999;
    }
    .modes-icons .iconbox .icon-desc.open {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    .product-detail-main .features-main .tabs-heading .heading-right {
        display: none;
    }
    .specific-list-box {
        margin-bottom: 30px;
    }
    .product-tab-container .tab-content.cooktop-info {
        padding: 15px;
    }
    .product-detail-main .custom-fit-desc {
        padding: 15px;
    }
    .product-tab-container .tab-content.available-accessories {
        padding: 15px;
    }
    .product-detail-main .custom-fitting-main .custom-fit-desc > .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-detail-main .cooktop-info .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .product-detail-main .custom-fit-desc .category-list {
        margin-bottom: 15px;
    }
    .product-detail-main .available-accessories > .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .product-detail-main .product-tab-container .product-desc .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .product-detail-main .product-tab-container .product-desc .title span {
        font-size: 16px;
    }
    .doc-listing {
        padding: 20px 10px;
    }
    .doc-listing .doc-box > a {
        padding: 0 10px;
    }
    .doc-listing .doc-box .doc-desc {
        padding-left: 20px;
    }
    .doc-listing .doc-box,
    .doc-listing .doc-box:nth-last-child(2) {
        margin-bottom: 40px;
    }
    .product-detail-main .features-main .tabs-heading .section-title {
        flex: 0 0 100%;
        text-align: center;
    }
    .product-detail-main .vertical-tab .heading-right.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 30px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: solid 1px #222;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .share-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 45px;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .share-left .title {
        font-size: 13px;
        text-transform: uppercase;
        color: #808080;
        margin-right: 20px;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .share-left .icon {
        margin-right: 15px;
        position: relative;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .share-left .icon i {
        font-size: 25px;
        color: #808080;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .share-left .icon:hover i {
        color: #fff;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .print-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .print-icon .title {
        font-size: 13px;
        text-transform: uppercase;
        color: #808080;
        margin-right: 20px;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .print-icon i {
        font-size: 25px;
        color: #808080;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
    }
    .product-detail-main .vertical-tab .heading-right.mobile .print-icon i:hover {
        color: #fff;
    }
    .product-detail-main .related-product .main-title {
        font-size: 22px;
        max-width: 250px;
        margin: auto;
        line-height: 28px;
    }
    .product-detail-main .features-main.product-tabs-list {
        padding: 30px 0 20px 0;
    }
    .product-detail-main .features-main {
        overflow: hidden;
    }
    .available-accessories .accessories-box .imgbox figure img {
        max-width: 180px;
    }
}

@media print {
    /*new detail page print*/
    .nav-custom {
        display: none;
    }
    .features-right .item {
        width: 25%;
    }
    .features-main .icon img {
        background: #000;
    }
    .specific-list-box ul ul {
        border: 0;
    }
}

@media (max-width: 1700px) and (min-width: 768px) {
    .product-detail-main .feature-blocks .general-info .product-desc {
        position: absolute;
        left: 50%;
        top: 0;
        width: calc(100% - 24px);
        height: 100%;
        transform: translateX(-50%);
        padding: 50px 25px;
    }
    .modes-icons .iconbox .icon-desc {
        right: 7px;
        left: auto;
    }
    .product-detail-main
        .feature-blocks
        .general-info:nth-child(even)
        .right-features-detail
        .row
        .modes-icons
        .iconbox
        .icon-desc {
        right: auto;
        left: 7px;
    }

    .sixteen-icons .modes-icons .iconbox .icon-desc {
        left: auto;
        right: 5px;
    }
}
@media (max-width: 1700px) {
    .product-detail-main {
        overflow-x: hidden;
    }
}

/* 30-01-2020 Bushfire */
.cliamform-main .gform_wrapper .gfield.cashback_radio_btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0 !important;
}
.cashback_radio_btn li label {
    height: auto !important;
    padding: 5px !important;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li {
    max-width: 14.28%;
    padding: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0;
    overflow: visible;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label {
    justify-content: center;
    padding: 50px 9px 9px 9px !important;
    margin: 0 !important;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    font-size: 17px;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label br {
    display: none;
}
/*
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:before {
    border-radius: 50%;
    top: 7px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:after{
    left: 50%;
    top: 8px;
    margin-left: -7px;
}
*/
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul {
    border: 1px solid #aeaeae;
    width: 100%;
    border-top-left-radius: 25px;
    z-index: 9;
    height: 40px;
    flex-wrap: wrap;
    border-radius: 25px !important;
    background: #f6f6f6;
    margin-top: 18px !important;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li:first-child {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li:last-child {
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}
.cliamform-main .gform_wrapper .gfield.cashback_radio_btn label.gfield_label {
    font-weight: 700 !important;
    margin-bottom: 0;
    font-size: 18px !important;
    display: block !important;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li {
    position: relative;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li:after {
    background-color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    content: "";
    width: 1px;
}
.cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li:last-child:after {
    display: none;
}
.cliamform-main .gform_wrapper .gfield.overlay {
    opacity: 0.05;
}
.cliamform-main .gform_wrapper .cashback_radio_btn .iradio_square {
    margin-top: 18px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #252525;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background: #252525;
}
.cliamform-main .gform_wrapper .cashback_radio_btn .iradio_square.checked:before {
    content: "";
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    height: 7px;
    width: 12px;
    left: 3px;
    margin-top: 4px;
    position: absolute;
}
/*.cliamform-main .gform_wrapper .gform_body ul.gform_fields li.gfield.gfield_html.field_description_below strong{margin-top:-5px;}*/
.cliamform-main .gform_wrapper button.submit-donate {
    text-align: center;
    color: #000;
    display: block;
    margin: 22px auto 0;
    padding: 8px 20px;
    letter-spacing: 0.9px;
    transition: 0.5s all;
    border: 2px solid #000;
}
.cliamform-main .gform_wrapper button.submit-donate:hover {
    background: #000;
    color: #fff;
    transition: 0.5s all;
}
.cliamform-main .gform_wrapper .gfield.cashback_radio_btn label {
    padding-left: 10px;
}
.cliamform-main .gform_wrapper .donate-field h6 {
    margin-bottom: 6px;
}
.donate-field.overlay {
    height: auto;
    width: auto;
    background: #fff;
    z-index: 9;
    visibility: visible;
    left: auto;
    right: auto;
    top: auto;
    position: inherit;
    pointer-events: none;
}
.cliamform-main .gform_wrapper ul.gform_fields li.gfield.caseback-note {
    margin-top: 0 !important;
}
.donate-field.overlay label {
    z-index: -1;
    position: relative;
}
.cliamform-main .gform_wrapper p.donate-text {
    font-size: 16px;
    margin: 15px 0;
    line-height: 26px;
    text-transform: initial;
}
.donate-submit {
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 29%;
    width: 100%;
    padding: 0 50px;
    z-index: 9;
    line-height: normal;
}
.donate-submit .donate-heart {
    margin-bottom: 10px;
}
.donate-submit .donate-heart img {
    width: 70px;
}
.cliamform-main .donate-field.overlay.cashback_radio_btn {
    background-color: #000;
}
.caseback-note.donate-field.overlay {
    background: #000;
}
.donate-field.overlay {
    background: #000;
}

@media (max-width: 1199px) {
    .donate-submit {
        bottom: 28.5%;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label {
        font-size: 15px;
    }
    .caseback-note.donate-field {
        margin-bottom: 25px;
    }
}

@media (max-width: 992px) {
    .donate-submit {
        bottom: 29%;
        font-size: 18px;
    }
    .donate-field h6 {
        padding-top: 20px !important;
    }
    .cliamform-main .gform_wrapper .gfield.cashback_radio_btn label {
        padding-left: 0;
    }
}

@media (max-width: 892px) {
    .donate-submit .donate-heart {
        margin-bottom: 5px;
    }
    .donate-submit .donate-heart img {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:before {
        /*left: 23px;*/
        top: 11px;
        width: 18px;
        height: 18px;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:after {
        height: 6px;
        width: 10px;
        top: 10px;
        margin-left: -5px;
    }
    .donate-submit .donate-heart img {
        width: 40px;
    }
    .cliamform-main .gform_wrapper .gfield.cashback_radio_btn {
        margin-bottom: 15px;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label {
        padding: 49px 0 0 !important;
    }
    .cliamform-main .gform_wrapper .cashback_radio_btn .iradio_square {
        height: 17px;
        width: 17px;
    }
    .cliamform-main .gform_wrapper .cashback_radio_btn .iradio_square.checked:before {
        height: 5px;
        width: 9px;
        left: 3px;
        margin-top: 4px;
    }
    .cliamform-main .gform_wrapper p.donate-text {
        font-size: 16px;
    }
    .cliamform-main .gform_wrapper .gfield.cashback_radio_btn label {
        padding-left: 0;
    }
    .cliamform-main .gform_wrapper .gfield.cashback_radio_btn label.gfield_label {
        font-size: 16px !important;
    }
    .caseback-note.donate-field p {
        font-size: 13px;
    }
    .caseback-note.donate-field {
        margin-bottom: 15px;
    }
    .cliamform-main .gform_wrapper .donate-field h6 {
        margin-bottom: 20px;
        line-height: 1;
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:before {
        top: 10px !important;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label {
        font-size: 11px;
        line-height: 16px;
        padding: 13px 0 0 !important;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label br {
        display: block;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:after {
        top: 15px !important;
    }
}
/* 30-01-2020 Bushfire END */

/* for homepage mobile video banner only
-------------------------------*/
.fixed-video .looping_video.mobile,
.looping_video.mobile {
    display: none;
}
@media (max-width: 991px) {
    .fixed-video .looping_video.desktop,
    .looping_video.desktop {
        display: none;
    }
    .fixed-video .looping_video.mobile,
    .looping_video.mobile {
        display: block;
    }

    .home .full-fixed-video .full-height {
        padding-bottom: 160%;
    }
}

span.gf_repeater_add {
    text-align: center;
    display: block;
    padding: 15px 0;
}
span.gf_repeater_add:focus {
    outline: none;
}
.ginput_container.ginput_container_repeater-end {
    position: relative;
}
span.gf_repeater_add .add_p {
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 30px;
}
span.gf_repeater_add .add_p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
span.gf_repeater_add .add_p:after {
    position: absolute;
    content: "+";
    font-size: 22px;
    line-height: 30px;
    left: 2.4px;
    top: -6px;
    font-weight: 300;
}
span.gf_repeater_remove {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: -72px;
    right: -25px;
    cursor: pointer;
    font-size: 0px;
    outline: none;
}
span.gf_repeater_remove:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px) {
    span.gf_repeater_remove {
        top: -100px;
    }
}

.commercial-search-sec {
    padding: 30px 15px 35px;
}
.commercial-search-wrap {
    text-align: center;
}
.commercial-search-wrap h4 {
    font-size: 23px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 25px 0;
}
.commercial-search-wrap input[type="text"] {
    max-width: 300px;
    width: 100%;
    background-color: #3a3b39;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    padding: 7px 5px;
}
.commercial-search-wrap input[type="submit"] {
    background: url(../images/search-icon.svg) no-repeat center center;
    border: none;
    width: 24px;
    text-indent: -100px;
    overflow: hidden;
    padding: 0;
    height: 34px;
    background-size: 24px;
    margin-left: 8px;
}

.own-search-blk {
    position: relative;
}
.type-word {
    position: absolute;
    top: 3px;
    left: 40px;
}
#typed {
    font-size: 12px;
    text-transform: initial;
}
#typed::after {
    content: "|";
    display: inline;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    position: relative;
    top: -2px;
}
/*Custom cursor animation*/
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.own-mn-search-blk .form-group {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.own-mn-search-blk .own-search-blk .form-group .form-fill {
    width: 200px;
}
.brochures-link.product_loader:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(255 255 255 / 50%);
    background-image: url(../images/loader-black.svg);
    background-position: center 45px;
    background-repeat: no-repeat;
    background-size: 100px;
}

@media (max-width: 1024px) {
    .type-word {
        position: absolute;
        top: 19px;
        left: 40px;
    }
}
@media (max-width: 480px) {
    .commercial-search-wrap input[type="text"] {
        max-width: calc(100% - 40px);
    }
}

/********* Form Css Start ***********/
.gfield_checkbox li label {
    padding-left: 28px !important;
    position: relative;
}
.gfield_checkbox li label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    border: 1px solid #cecece !important;
    top: -1px !important;
    background: transparent !important;
    height: 20px !important;
    width: 20px !important;
}
.gfield_checkbox li label:after {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 2px;
    top: -1px;
    color: #000 !important;
    font-size: 15px !important;
    left: 3px !important;
    opacity: 0;
}
.history .gfield_checkbox li label:before {
    top: 0px !important;
}
.gfield_checkbox li input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.gfield_radio li label {
    padding-left: 20px !important;
    position: relative;
}
.gfield_radio li label:before {
    position: absolute;
    content: "";
    left: 0;
    top: 3px;
    background-color: #252525;
    width: 14px;
    height: 14px;
}
.gfield_radio li label:after {
    position: absolute;
    content: "";
    background-color: #fff;
    left: 3px;
    top: 6px;
    opacity: 0;
    width: 8px;
    height: 8px;
}
.gfield_radio li input[type="radio"]:checked + label:after {
    opacity: 1;
}

.gform_wrapper div.gform_body .cashback_radio_btn ul li label {
    width: 100%;
    max-width: 100%;
}
.gform_wrapper div.gform_body .cashback_radio_btn ul li label:before {
    border-radius: 50%;
    top: 9px;
    background: #252525;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 20px;
    height: 20px;
}
.gform_wrapper div.gform_body .cashback_radio_btn ul li label:after {
    background-color: transparent;
    content: "";
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    height: 7px;
    width: 12px;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 14px;
}
.gform_wrapper div.gform_body .cashback_radio_btn ul li input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    margin: 0;
}
.gform_wrapper div.gform_body .cashback_radio_btn ul li:last-child label {
    padding-top: 50px !important;
}
.donate-submit {
    opacity: 0;
    visibility: hidden;
}
.overlay + .gfield_html .donate-submit {
    opacity: 1;
    visibility: visible;
}
.gform_body .button {
    vertical-align: top !important;
}
.gform_page_footer img {
    max-width: 60px;
    vertical-align: middle;
    display: block;
    margin: 0 auto;
    padding: 20px 0 0 0 !important;
}
.gform_page_footer input.gform_next_button {
    margin: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
    display: none !important;
}
.gform_footer #gform_submit_button_11 {
    display: none;
}
/********* Form Css End ***********/

/******* Form Css 21-08-2020 *********/
.gform_wrapper ul.gform_fields {
    display: flex !important;
    flex-wrap: wrap;
}
.gform_wrapper ul.gform_fields li.gfield {
    width: 100%;
}
.gform_wrapper ul.gform_fields li.gfield.half-field {
    width: 50%;
}
.rev-select {
    position: relative;
}
.rev-select select {
    visibility: hidden;
    position: absolute;
    height: 0;
    width: 0;
}
.rev-select .select-styled {
    border-radius: 0;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    background-color: #ffffff;
    width: 100% !important;
    border-radius: 0;
    border: 1px solid #cecece;
    padding: 13px 30px 13px 15px !important;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}
.rev-select .select-styled:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 10px;
    background-image: url(../images/down-arrow-black.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transition: 0.3s all ease-in-out;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.select-styled.active:after {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
}
body .gform_wrapper ul.select-options {
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 220px;
    background-color: #707070;
}
.rev-select .select-styled.active + ul {
    display: block !important;
    border: 1px solid #cecece;
    border-top: none;
    max-height: 220px;
    overflow-y: auto;
}

.select-options li {
    font-size: 15px;
    line-height: 1.2;
    padding: 13px 15px;
    font-weight: normal;
    cursor: pointer;
    border: 0;
    background-color: #ebebeb;
    color: #6d6e71;
    text-transform: capitalize;
}
.select-options li:hover {
    border: 0;
    background-color: #d7d7d7;
    color: #6d6e71;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}
.gform_body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #707070 !important;
    width: 7px;
    height: 100%;
    margin-right: 0px;
}
.gform_body .mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}
fieldset.gfield_repeater {
    border: 0;
}
.gfield_repeater_item {
    display: flex;
    flex-wrap: wrap;
}
.gfield_repeater_cell {
    width: 100%;
}
.gfield_repeater_item .gfield_repeater_cell:nth-child(2) {
    width: 50%;
    padding-top: 10px !important;
}
.gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
    width: 50%;
    padding-top: 10px !important;
}
.gfield_repeater_cell:first-child {
    padding-top: 5px;
    width: 100%;
}
.gfield_repeater_cell h3 {
    font-size: 15px;
    line-height: 20px;
    padding: 0 6px;
    margin: 10px 0 15px 0;
}
.gfield_repeater_buttons {
    width: 100%;
    text-align: center;
    position: relative;
}
.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text {
    float: none;
    margin: 0;
    border-radius: 0;
    background-color: #e1e1e1;
    border: 0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 13px 0 30px;
    position: relative;
    margin: 8px 0 20px 0;
}
.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text:after {
    position: absolute;
    content: "+";
    font-size: 22px;
    line-height: 26px;
    left: 8px;
    top: 1px;
    font-weight: 300;
}

.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text:hover {
    color: #666666;
}
.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text:hover:before {
    border-color: #666666;
}

.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    top: -42px;
    right: -20px;
    cursor: pointer;
    font-size: 0px;
    outline: none;
    margin: 0;
    background-color: transparent;
    min-width: auto;
}
.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background-color: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.67, 0.17, 0.4, 0.83);
}

.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text:hover {
    border-color: #666666;
}
.gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text:hover:before {
    background-color: #666666;
}

.gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.promotion-form-main .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
    top: -61px;
}

.download-list .gform_footer .button {
    text-align: center;
    min-width: 120px;
    border: solid 2px #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block !important;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.download-list .gform_footer .button:hover {
    background-color: #ffffff;
    color: #000000;
}
.download-list .gform_wrapper ul.gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.4;
    color: #6d6e71;
}
.download-list .gform_footer .gform_ajax_spinner {
    max-width: 70px;
    padding: 0;
    margin: 12px 0 0 0;
    vertical-align: top;
    position: absolute;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
    font-size: 15px;
    padding: 6px 0px !important;
    font-weight: normal;
    line-height: 18px;
    color: #6d6e71;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below p {
    color: #6d6e71;
}
body.support-layout .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below p {
    text-align: center;
    margin-bottom: 20px;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below h3 {
    font-size: 15px;
    line-height: 20px;
    margin: 30px 0 0 0;
}
li#field_1_44,
li#field_1_45,
li#field_1_46 {
    display: none;
}
.gform_footer .gform_button.button {
    text-align: center;
    min-width: 120px;
    border: solid 2px #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block !important;
    color: #fff;
    padding: 0 10px;
    line-height: 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.gform_footer .gform_button.button:hover {
    background-color: #ffffff;
    color: #000000;
}
.gfield_repeater_wrapper input {
    border-radius: 0px !important;
}
.gform_wrapper .gform_footer {
    padding: 16px 6px 10px 6px;
}
.gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text.gfield_icon_disabled {
    display: none !important;
}
.download-list .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
    top: -50px;
}
.cash-back-text {
    padding: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.select-options li.disabled {
    display: none;
}
.doc-listing .doc-box > a.cad-file-prod {
    cursor: pointer;
}
.gfield_repeater_buttons {
    width: 100%;
    text-align: center;
    position: relative;
}

.download-list .gfield_error .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
    top: -70px;
}
.download-list .gform_wrapper ul.gform_fields {
    margin: 0 -6px !important;
}

body .download-list .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
    text-transform: inherit;
    margin-bottom: -15px;
}
body .download-list .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below h3 {
    margin: 5px 0 0 0;
    color: #6d6e71;
}
div .gfield_repeater_cell {
    margin: 0 !important;
}
.gfield_repeater_buttons {
    padding-top: 0 !important;
}
h5.download_thanks {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}

.download-list .gform_wrapper ul.gform_fields li.gfield#field_17_11 {
    width: calc(100% - 157px);
}
.download-list .gform_wrapper .gform_footer {
    width: 157px;
    padding: 0 0 0 0;
    margin: 22px 0 0 0;
}
.download-list .gform_footer .gform_button.button {
    width: 100% !important;
    min-width: 100%;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below.term-condition {
    text-transform: inherit;
    font-weight: normal;
}
/*body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below.gfield_html_formatted {text-transform: inherit;font-weight: 300;}*/

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"] {
    position: absolute;
}
.gform_wrapper .gform_footer img {
    max-width: 80px;
    padding: 0;
}
.download-form-page h5.download_thanks {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.download-form-page .download-form-container {
    padding: 60px 88px 40px;
}

.download-form-page .gform_wrapper ul.gform_fields li.gfield#field_17_11 {
    width: 50%;
}
.download-form-page .gform_wrapper .gform_footer {
    width: 50%;
    padding: 10px 0 10px 0;
}
.download-form-page .gform_footer .gform_button.button {
    width: 100%;
}
.download-form-page {
    z-index: 999;
}
.download-form-page .download-form-container {
    padding: 40px 30px 10px;
}
.gform_wrapper ul.gform_fields li.gfield.two-column {
    width: 50%;
}
span.dynamic_lbl {
    text-transform: uppercase;
}
.gfield_repeater_item .gfield_repeater_cell:nth-child(4) {
    padding-top: 12px !important;
}
.get_label {
    display: block;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button + .gform_button {
    margin: 20px 0 0 0;
}
.gform_wrapper div.gform_body .cashback_radio_btn ul li input {
    border: 0;
    box-shadow: none;
    outline: none;
    opacity: 0;
}
.gform_wrapper ul.gfield_radio li input[type="radio"] {
    border: 0;
    box-shadow: none;
    outline: none;
    opacity: 0;
}
.form_section h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 0 0 0;
}

.gchoice_select_all,
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400 !important;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below.half-heading {
    width: 50%;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below.mandatoryTxt {
    width: 50%;
    margin-right: 0 !important;
    text-transform: initial;
}

.doc-item.no_file_found a {
    padding-left: 5px;
    color: #000;
}
.my-projects-main .justify-content-end.align-self-center {
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    header .mobile-menu-main {
        max-width: 49%;
        flex: 0 0 49%;
    }
    header .my-projects-main {
        max-width: 28%;
        flex: 0 0 28%;
        justify-content: flex-end;
    }
    .own-mn-search-blk .own-search-blk .form-group .form-fill {
        width: 190px;
    }
}
@media (max-width: 991px) {
    .download-list .gform_wrapper ul.gform_fields li.gfield#field_17_11 {
        width: 100%;
    }
    .download-list .gform_wrapper .gform_footer {
        width: 100%;
        padding: 0 0 0 0;
        margin: 22px 0 0 0;
    }
    .download-list .gform_footer .gform_button.button {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .gform_wrapper ul.gform_fields li.gfield.half-field {
        width: 100%;
    }
    .dynamic_product_data .gfield_repeater_cell {
        width: 100%;
    }
    .gfield_repeater_cell {
        width: 100%;
    }
    .promotion-form-main .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
        top: -86px;
        right: -26px;
    }
    body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below {
        padding: 15px 0 0 !important;
    }
    .download-list .gform_wrapper ul.gform_fields {
        margin: 0 !important;
    }
    div .gfield_repeater_cell {
        margin-top: 5px !important;
    }
    .download-form-page .gform_wrapper ul.gform_fields li.gfield#field_17_11 {
        width: 100%;
    }
    .download-form-page .gform_wrapper .gform_footer {
        width: 100%;
        padding: 10px 0 10px 0;
    }
    .rev-select .select-styled {
        font-size: inherit;
    }
    .select-options li {
        font-size: inherit;
    }
    .gfield_repeater_item .gfield_repeater_cell:nth-child(2) {
        width: 100%;
    }
    .gfield_repeater_item .gfield_repeater_cell:nth-child(3) {
        width: 100%;
    }
    .gform_wrapper ul.gform_fields li.gfield.two-column {
        width: 100%;
    }
    .download-list .gfield_repeater_item .gfield_repeater_buttons .remove_repeater_item_text {
        top: -84px;
        right: -25px;
    }
    .gfield_repeater_item .gfield_repeater_buttons .add_repeater_item_text:after {
        left: 4px;
        top: -1px;
    }
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label:after {
        height: 6px;
        width: 10px;
        top: 16px;
        margin-left: auto;
    }
    .ilve-booking-form .checkbx-blk label::before {
        top: 0 !important;
    }
    .ilve-booking-form .gform_wrapper .checkbx-blk input[type="checkbox"]:checked + label::after {
        top: 5px;
    }
}
@media only screen and (max-width: 641px) {
    .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
        line-height: 1.3 !important;
    }
}
@media (max-width: 500px) {
    .cliamform-main .gform_wrapper div.gform_body .cashback_radio_btn ul li label {
        padding: 50px 0 0 !important;
    }
}

.single-recipe .exploer-main {
    display: none;
}

.page-template-promotions .exploer-main {
    display: none;
}
article.promotion-box:last-of-type {
    border-bottom: 1px solid;
}

.class-category select {
    display: none;
}
.my-kitchen-wrap {
    padding: 70px 0;
}
.my-kitchen-wrap p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 45px;
}
.email-form > p {
    width: 600px;
    margin: 0 auto 40px;
    max-width: 100%;
}
.my-kitchen-wrap .cta-button {
    border: none;
    background-color: transparent;
    min-width: auto;
}
.my-kitchen-wrap .cta-button.print-btn {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.my-retailer-store > p {
    margin-bottom: 15px;
}
.my-kitchen-wrap .cta-button:hover,
.my-kitchen-wrap .cta-button:focus {
    background-color: transparent !important;
}
.my-kitchen-wrap .product-item-inner {
    margin-bottom: 0px;
}
.my-kitchen-wrap button.remove.cta-button {
    position: absolute;
    right: 18px;
    top: 18px;
    min-width: auto !important;
    padding: 0;
    z-index: 9;
}
.my-kitchen-wrap .remove i {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 18px;
}
.my-kitchen-wrap .product-item-title {
    padding-bottom: 55px;
}
.btn-sec .cta-button {
    margin-right: 10px;
}

.btn-sec .cta-button:last-of-type {
    margin-right: 0px;
}

@media (max-width: 480px) {
    .btn-sec .cta-button {
        width: 100% !important;
        margin-right: 0px;
    }
    .no-event {
        line-height: 1.2;
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 20px;
    }
}

/*history page css start*/
.page-history .main-content {
    margin: 55px auto;
    padding-bottom: 0;
}
.history-content {
    margin-bottom: 20px;
}
.history-content .row {
    justify-content: center;
    align-items: center;
}
.history-content .img-sec {
    position: relative;
    width: 100%;
    padding-bottom: 92%;
    background-size: cover;
}
.year-history {
    position: absolute;
    top: 35px;
    left: 15px;
    font-size: 53px;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.bg-history-img {
    height: 335px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    margin: 48px auto 66px;
}
.bg-history-img .bg-content {
    width: 100%;
    text-align: center;
}
.bg-history-img h2 {
    font-size: 72px;
    margin-bottom: 0;
}
.history-content .col-lg-7 {
    padding-right: 5px;
}
.history-content .img-sec .history-img {
    width: 100%;
}
.page-history .main-content {
    max-width: 600px;
}
/*history page css end*/

/*Catalouge page css start*/
div#wpcf7-f1013-p260-o1 {
    margin-top: 23px;
}
.page-catalogue .form-container .input01 {
    padding: 0 9px;
    margin-bottom: 18px;
}
.page-catalogue .support-right-part {
    max-width: 790px;
    margin: 50px auto 25px;
    text-align: center;
}
.btn-catalog,
.cta-button,
.form-container input[type="submit"],
.gform_wrapper .gform_footer input[type="submit"],
.gform_body .button {
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    line-height: normal;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 333ms;
    font-size: 14px;
    border-radius: 0px;
    min-width: 160px !important;
    width: auto !important;
    text-align: center;
}
.btn-catalog {
    margin-bottom: 17px;
}
.btn-catalog:hover,
.btn-catalog:focus,
.cta-button:hover,
.cta-button:focus,
.cta-button.active,
.form-container input[type="submit"]:hover,
.form-container input[type="submit"]:focus,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_body .button:hover,
.gform_body .button:focus,
.commercial-search-wrap input[type="submit"]:hover,
.commercial-search-wrap input[type="submit"]:focus {
    background: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.support-right-part .fancy-select div.trigger {
    padding: 0 15px;
    text-align: left;
}
.wpcf7-form-control-wrap.subscribe,
.wpcf7-form-control-wrap.news {
    border: none;
}
.support-right-part .fancy-select ul.options li,
.fancy-select ul.options li {
    background-color: #ebebeb;
    color: #6d6e71;
    text-align: left;
    padding-left: 15px;
}
.fancy-select div.trigger.open:before {
    content: "\f106";
}
.support-right-part .fancy-select ul.options li.hover,
.fancy-select ul.options li.hover {
    color: #6d6e71;
    background-color: #d7d7d7;
}

.support-right-part .fancy-select ul.options,
.fancy-select ul.options {
    border: 1px solid #cecece;
    border-top: none;
    max-height: 305px;
    overflow-y: auto;
    -webkit-overflow-y-scrolling: auto !important;
}
.support-right-part .fancy-select ul.options::-webkit-scrollbar-track,
.fancy-select ul.options::-webkit-scrollbar-track,
.rev-select .select-styled.active + ul::-webkit-scrollbar-track {
    padding: 2px 0px;
    background-color: #ebebeb !important;
    opacity: 0;
}
.support-right-part .fancy-select ul.options::-webkit-scrollbar,
.fancy-select ul.options::-webkit-scrollbar,
.rev-select .select-styled.active + ul::-webkit-scrollbar {
    width: 7px;
    margin-right: 0;
    -webkit-appearance: none;
}
.support-right-part .fancy-select ul.options::-webkit-scrollbar-thumb,
.fancy-select ul.options::-webkit-scrollbar-thumb,
.rev-select .select-styled.active + ul::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.4);
}
div#gform_confirmation_message_1 h1 {
    font-size: 18px;
    line-height: 1.2;
}
.support-right-part .fancy-select div.trigger.open,
.fancy-select div.trigger.open {
    background-color: #ebebeb;
}
.subscribe span.wpcf7-list-item-label::before {
    border: 1px solid #cecece !important;
    top: 0 !important;
    background: transparent !important;
    height: 20px !important;
    width: 20px !important;
}
.subscribe span.wpcf7-list-item-label {
    padding-left: 30px !important;
    text-transform: none;
    color: #6d6e71;
    font-size: 15px;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    color: #000 !important;
    font-size: 15px !important;
    left: 3px !important;
}
span.wpcf7-list-item {
    margin-left: 0;
}
.page-catalogue .form-container .input01 textarea {
    min-height: 262px;
}
/*Catalouge page css end*/
/*Cooking recipes page css start*/
.bg-img-box {
    position: relative;
    background-size: 100% !important;
    background-position: center center !important;
    background-repeat: no-repeat;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    overflow: hidden;
    min-height: 320px;
}
.bg-img-box:hover {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    background-size: 110% !important;
}
.recipe-listing .recipe-box {
    padding: 0 7px;
}
.recipe-listing .recipe-box .img-box {
    padding-bottom: 0;
}
.img-box .primary-content-block h2 {
    max-width: 330px;
    margin: 0 auto 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.recipe-listing {
    overflow: hidden;
    padding-top: 0 !important;
}
.recipe-desc {
    margin: 50px auto;
}
.recipe-desc p {
    margin-bottom: 18px !important;
}
a.page-numbers {
    color: #000;
}
.img-box .btn-grid {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.img-box .btn-grid:hover,
.img-box .btn-grid:focus {
    text-shadow: none;
}
/*Cooking recipes page css end*/

/*Cooking recipes detail page css start*/
.recipe-detail {
    margin-top: 25px;
}
.recipe-detail .detail-img-box img {
    width: 100%;
}
.right-recipe-detail {
    padding-left: 50px;
}
.recipe-detail .title-container {
    text-align: left;
    padding: 48px 0 5px;
    margin-top: 0;
}
.recipe-detail .title-container h2 {
    font-size: 26px;
    line-height: 1.2;
    text-transform: capitalize;
    width: 70%;
}
.recipe-detail .right-recipe-detail .time-box {
    margin-bottom: 0px;
}
.time-detail {
    margin-bottom: 40px;
}
.recipe-detail .title {
    margin-bottom: 15px;
}
.recipe-listing.other-recipe {
    margin-top: 50px !important;
}
/*Cooking recipes detail page css end*/

/*Support Service page css start*/
.tab_toggles.table.table--half {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 20px;
}
#in-warranty p {
    padding-bottom: 20px;
}
.service-tabs button.tab_toggle {
    background-color: #959595 !important;
    color: #fff;
    padding: 8px 20px;
    width: calc(50% - 40px) !important;
    margin: 0 20px 20px 0;
    min-width: auto !important;
    border: 2px solid transparent;
}
.service-tabs button.tab_toggle:hover,
.service-tabs button.tab_toggle:focus,
.service-tabs button.tab_toggle.tab_toggle--active {
    background-color: #000 !important;
    color: #fff;
    text-decoration: none;
}
.terms-text {
    text-align: left;
    padding: 10px 40px 30px;
    color: #6d6e71;
}
#product_type_dropdown .fancy-select,
.post-btn {
    position: relative;
    display: block;
    width: 55%;
    margin: 0 auto;
}
.post-btn {
    border: 1px solid #cecece;
}
.map-filter button {
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    background-color: #959595 !important;
    color: #fff;
    padding: 8px 20px;
    min-width: auto !important;
    border: 2px solid transparent;
    height: auto;
    height: auto !important;
}
.map-filter input[type="tel"],
.commercial-search-wrap input[type="text"] {
    width: calc(100% - 100px) !important;
    height: auto !important;
    padding: 5px 8px !important;
    font-size: 15px !important;
    color: #000 !important;
    background-color: transparent !important;
    max-width: 100% !important;
}
.post-btn {
    margin-bottom: 20px;
    padding: 5px;
}
#retailer-filter p {
    margin: 25px auto 40px;
}
/*Support Service page css end*/

/*Promotions page css start*/
.promotion-listing {
    padding-top: 0 !important;
    margin-bottom: 30px;
}
.promotion-box {
    background: transparent !important;
    padding: 0 !important;
    overflow: hidden;
}
.promotion-box .row {
    margin: 0 -10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.promotion-box .row .col-sm-6 {
    padding: 0 0px;
    order: 1;
}
.promotion-content {
    padding-bottom: 0 !important;
    border-bottom: none !important;
}
.promotion-desc {
    /*max-width: 480px;
    margin: 0 auto;*/
    padding: 0 20px;
}
.promotion-content .title {
    font-size: 33px !important;
    margin-bottom: 25px !important;
    font-family: inherit !important;
    line-height: 30px;
}
.promotion-content .sub-title {
    font-family: inherit !important;
    font-size: 19px !important;
    margin-bottom: 25px !important;
    max-width: 570px;
    margin: 0 auto;
    padding: 0 15px;
    line-height: 1.3;
}
.promotion-box:nth-child(odd) .row:first-child .col-sm-6:first-of-type {
    order: 2;
}
.promotion-box .row .col-sm-6 img {
    width: 100%;
}
.steps-all-forms {
    background: none !important;
}
.stepbtn {
    background: #fff !important;
    border: 3px solid #262626 !important;
}
.stepbtn.active {
    background: #262626 !important;
}
.stepwizard:before {
    background: #000 !important;
}
.rev-select .select-styled {
    color: #6d6e71 !important;
}
.gform_wrapper .gform_page_footer {
    text-align: right !important;
    padding: 0 6px !important;
}
.cliamform-main .ginput_container_checkbox .gfield_checkbox li label:before {
    top: -1px !important;
}
.file-upload-wrapper button {
    border: solid 2px #000 !important;
    color: #000 !important;
    padding: 5px 25px !important;
}
.file-upload-wrapper button:hover,
.file-upload-wrapper button:focus {
    background-color: #000 !important;
    color: #fff !important;
}
.gform_wrapper input.file-upload-input {
    border: none !important;
    height: auto !important;
    padding: 15px 13px !important;
    margin: 15px 5px;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button + .gform_button {
    margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    border: 1px solid #cecece !important;
    color: #6d6e71 !important;
}

.gform_wrapper ul.gfield_checkbox li label,
.gform_wrapper ul.gfield_radio li label {
    color: #6d6e71;
}
.gform_wrapper
    li.gfield_error
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    background-color: #fff !important;
    padding: 0px 13px !important;
}
.gform_wrapper ul li:after,
.gform_wrapper ul li:before,
.gform_wrapper ul.gform_fields {
    position: relative;
}
.donate-submit {
    color: #6d6e71 !important;
    bottom: 35% !important;
}
.gform_wrapper
    input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
    line-height: 1.3 !important;
    min-height: 100% !important;
}
.gform_wrapper .gform_page_footer .button {
    margin: 0 0px 10px 10px !important;
}
/*Promotions page css end*/
/*Commercial rang page css start*/
.commercial-search-wrap input[type="submit"] {
    background-color: #959595 !important;
    color: #fff;
    padding: 8px 18px !important;
    min-width: auto !important;
    border: 2px solid transparent;
    font-size: 14px;
    text-transform: uppercase;
    background: none;
    background-image: none !important;
    margin-left: 0 !important;
    text-indent: 0 !important;
}
.commercial-search-wrap.support-right-part {
    margin: 0 auto;
}
.barbeques .barbeque-heading {
    border-bottom: 2px solid #000 !important;
}
.commercial-search-sec {
    padding: 0px 15px !important;
}
/*Commercial rang page css end*/

/*Search result page css start*/
.search-list {
    background: none !important;
    padding: 0 !important;
    margin-top: 0 !important;
}
.search-list .search-item {
    padding: 15px 0 !important;
}
.search-list a {
    color: #000;
}
.search-section p {
    margin-bottom: 0;
}
.search-section {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: center;
}
.search-main .title-container {
    margin-top: 0px;
    padding-bottom: 20px;
}
.search-item .title {
    font-size: 15px !important;
    text-transform: none !important;
}
/*Search result page css end*/
/*ral colours style start*/
.marina-point .row {
    align-items: center;
}
.marina-detail .commercial-heading-title {
    padding-right: 100px;
}
/*ral colours style end*/
/*Responsive start*/
@media (max-width: 1200px) {
    h1 {
        font-size: 48px !important;
    }
}
@media (max-width: 980px) {
    .marina-detail .commercial-heading-title {
        padding-right: 0;
    }
}
@media (max-width: 991px) {
    .right-recipe-detail {
        padding-left: 15px;
    }
    .time-detail,
    .recipe-detail .method-desc {
        margin-bottom: 30px !important;
    }
    .promotion-content .sub-title {
        padding: 0 20px;
        font-size: 15px !important;
    }
    .promotion-content .title {
        font-size: 25px !important;
        margin-bottom: 20px !important;
    }
    .promotion-content {
        min-height: 250px;
    }
    .promotion-box .row .col-sm-6 img {
        min-height: 250px;
    }
    .promotion-desc {
        padding: 30px 10px;
    }
    .promotion-content a.cta-button + a.cta-button {
        margin-top: 5px;
    }
    .brochures .brochures-link {
        padding: 15px 15px 0 15px !important;
    }
    .search-list .search-item {
        padding: 10px 0 !important;
    }
    .bg-history-img h2 {
        font-size: 50px;
    }
    .year-history {
        font-size: 40px;
        top: 30px;
    }
    .recipe-detail .detail-img-box img {
        max-width: 100%;
        max-height: 450px;
        width: auto;
    }
    .recipe-detail .detail-img-box {
        text-align: center;
    }
    .history-content .col-lg-7 {
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .recipe-box {
        max-width: 100% !important;
    }
    .recipe-listing {
        padding: 14px 15px 0 15px !important;
    }
    .bg-img-box {
        min-height: 300px;
    }
    .recipe-desc {
        margin-bottom: 20px;
    }
    .order-sm-2.order-lg-2.right-recipe-detail {
        order: 2;
    }
    .recipe-detail .detail-img-box {
        padding-top: 40px !important;
    }
    .recipe-listing.other-recipe {
        margin-top: 30px !important;
    }
    .tab_toggles.table.table--half {
        width: 100%;
    }
    #product_type_dropdown .fancy-select,
    .post-btn {
        width: 100%;
    }
    .map-filter button {
        height: 30px !important;
        padding: 5px 20px;
    }

    .promotion-box:nth-child(odd) .row:first-child .col-sm-6:first-of-type {
        order: 1;
    }
    .promotion-content {
        min-height: 100%;
    }
    .promotion-box .row .col-sm-6 img {
        min-height: 100%;
    }
    .promotion-content figure {
        margin-bottom: 0px !important;
    }
    .year-history {
        top: 30px;
        font-size: 35px;
    }
    .bg-history-img h2 {
        font-size: 40px;
        padding: 0 15px;
    }
    .recipe-detail .detail-img-box img {
        max-width: 100%;
        max-height: 450px;
        width: auto;
    }
    h1 {
        font-size: 32px !important;
    }
    .own-detail-bnnr-blk .marina-img {
        margin: 0 auto 30px !important;
        text-align: center;
    }
    .own-detail-bnnr-blk .marina-img img {
        max-height: 400px;
    }
    .recipe-detail .title-container h2 {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .cliamform-main .ginput_container_checkbox .gfield_checkbox li label:before,
    .cliamform-main .ginput_container_checkbox .gfield_checkbox li label:after {
        top: 0px !important;
    }
    .page-template-redemption-update .gform_wrapper .gfield_checkbox li label {
        line-height: 1.4 !important;
    }
}
@media (max-width: 620px) {
    .cta-button {
        margin-top: 15px;
    }
    .commercial-search-wrap input[type="submit"] {
        margin-top: 0;
    }
    .map-filter button {
        margin-top: 0;
    }
    .search-section {
        display: block;
    }
    .service-tabs button.tab_toggle {
        width: 80% !important;
        margin-right: 0px !important;
    }
}
@media (max-width: 480px) {
    .bg-img-box {
        min-height: 250px;
    }
    .recipe-detail .title-container h2 {
        font-size: 20px;
    }

    .commercial-search-wrap input[type="text"] {
        /*width: 100% !important;*/
    }
    .bg-history-img h2 {
        font-size: 30px;
    }
    .gfield_radio li label:before {
        top: -1px !important;
    }
    .gfield_radio li label:after {
        top: 2px !important;
    }
}
.ilve_loadmore {
    border: 2px solid #000;
    display: inline-block;
    color: #000;
    line-height: normal;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 333ms;
    font-size: 14px;
    border-radius: 0px;
    width: 160px;
    text-align: center;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

.ilve_loadmore:hover,
.ilve_loadmore:focus {
    background-color: #000;
    color: #fff;
}
.page-terms-conditions a {
    color: #000;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .bg-parallax-img {
        background-attachment: inherit;
    } /* your css rules for ipad portrait */
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .bg-parallax-img {
        background-attachment: inherit;
    } /* your css rules for ipad landscape */
}

.page-template-redemption-update .gform_wrapper .gf_progressbar_wrapper {
    display: none;
}
.page-template-redemption-update .gform_wrapper .product-interested ul.gfield_radio li label {
    width: 100%;
    background-color: transparent;
    color: #000;
    padding: 9px 20px 7px !important;
    text-align: center;
    font-size: 15px;
    max-width: 100%;
    margin-left: 0;
}
.gform_wrapper .top_label li.product-interested ul.gfield_radio {
    width: calc(100% + 36px);
    margin: 0 -10px;
}
.page-template-redemption-update .product-interested .gfield_radio li label:before,
.page-template-redemption-update .product-interested .gfield_radio li label:after {
    height: 100% !important;
    width: 100% !important;
    background-color: #e1e1e1 !important;
    z-index: -1;
    border-color: #e1e1e1 !important;
    top: 0px;
}
.page-template-redemption-update .product-interested .gfield_radio li input[type="radio"]:checked + label:after {
    background-color: #000 !important;
    left: 0 !important;
    top: 0 !important;
}
.page-template-redemption-update
    .gform_wrapper
    .product-interested
    ul.gfield_radio
    li
    input[type="radio"]:checked
    + label {
    color: #fff;
}
.page-template-redemption-update .gform_wrapper .product-interested ul.gfield_radio li {
    padding: 0 5px !important;
}
#gform_previous_button_1_5,
#gform_previous_button_1,
.gform_previous_button {
    float: left;
    margin-left: 0px !important;
}
.page-template-redemption-update .gform_wrapper .gfield_checkbox li label {
    font-size: 15px;
    line-height: 1.3;
}
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.field_description_below p span {
    color: #000;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
#product-area {
    width: 78%;
    margin: 0 auto;
}
#product-area h3 {
    font-size: 18px;
    line-height: 1.2;
}
#product-area .cta-button {
    margin-top: 15px;
    text-transform: none;
}
.promotion-form-main .gform_wrapper .gform_page_footer {
    margin-top: 50px;
    padding: 0 0px !important;
}
.promotion-form-main .gform_wrapper .gfield_description {
    width: 100%;
    font-size: 15px;
    color: #6d6e71;
    margin-bottom: 20px;
}
.gform_wrapper li.gfield_error .ginput_container_fileupload input[type="text"] {
    border: solid 1px red !important;
}
.promotion-form-main .gform_wrapper .gfield_description strong {
    display: block;
}
@media (max-width: 767px) {
    #product-area {
        width: 100%;
    }
    #gform_previous_button_1_5,
    #gform_previous_button_1,
    .gform_previous_button {
        float: none;
    }
    .gform_wrapper .top_label li.product-interested ul.gfield_radio {
        width: calc(100% + 16px);
    }
    .promotion-form-main .gform_wrapper .gform_page_footer {
        text-align: center !important;
    }
    #gform_submit_button_1,
    #gform_next_button_1_5 {
        float: none;
        margin-left: 0 !important;
    }
}
body .gform_wrapper .top_label div.ginput_container.ginput_container_fileupload {
    padding: 0 !important;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d7d6d6;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #6d6e71;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

.user-dropdown {
    position: relative;
    flex-shrink: 0;
}
.user-dropdown.active .user-dropdown__menu {
    display: block;
}
.user-dropdown.active .user-dropdown__name i {
    display: inline-block;
    color: #2f80ed;
    transform: rotate(180deg);
}
.fas.fa-caret-up:before {
    content: "\25bc";
}
.user-dropdown__name span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    padding: 0 6px;
}
.user-dropdown__name i {
    color: #000000;
    transform: rotate(0deg);
    transition: transform 0.2 ease, color 0.2 ease;
}
.user-dropdown__name:hover {
    cursor: pointer;
}
.user-dropdown__menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 8px;
    width: 182px;
    background: #ffffff;
    border: 1px solid rgba(220, 224, 230, 0.1);
    box-shadow: 0px 10px 16px rgba(128, 152, 213, 0.2);
    border-radius: 3px;
    z-index: 91;
}
.user-dropdown__menu li {
    text-decoration: none;
}
.user-dropdown__menu li a {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    color: #8b90a0;
    padding: 14px 16px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.user-dropdown__menu li a.active {
    color: #3e3e3e;
}
.user-dropdown__menu li a:hover {
    background: linear-gradient(90.48deg, rgba(240, 241, 243, 0.15) 3.64%, #f0f1f3 99.65%);
    color: #3e3e3e;
    cursor: pointer;
}

.own-mn-search-blk .form-group {
    flex-wrap: nowrap !important;
}

.user-dropdown__menu {
    list-style: none;
}

.user-dropdown__menu li a {
    text-align: left;
}

/*09-03-21*/
.compare-list .product-item {
    background-color: #f6f6f6;
}
/*11-03-21*/
.user-dropdown__name span a {
    font-size: 12px;
}
.my-projects-main .own-mn-search-blk .form-group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: inherit;
}
.email-form .my-retailer-list {
    background-color: #f1f1f1;
}
.map-overlay .shop-details li {
    color: #ffffff;
}
.map-overlay .shop-details a {
    color: #b1b1b2;
}
.map-overlay .shop-details a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.address-logo .retailer-desc {
    text-align: left;
    display: block;
    max-width: 100%;
}
.retailer-list .retailer-name {
    margin-top: 0;
    margin-bottom: 0;
}
.srch_title,
.srch_title * {
    font-size: 16px;
    padding-top: 30px;
    text-align: left;
}
.retailers_list_wa_logo .retailer-logo {
    display: none !important;
}
.retailers_list_wa_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0 !important;
}
.retailers_list_wa_logo .col-md-6 {
    width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.retailers_list_wa_logo .retailer-list {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
#agents-filter #store-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
#agents-filter #store-list ul {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.support-right-part #agents-filter #store-list .email a {
    color: #000 !important;
}
.support-right-part #agents-filter #store-list .email a:hover {
    text-decoration: underline;
}
#agents-filter #store-list .title.location:hover {
    color: #bab959;
}
.shop-details * {
    color: #ffffff;
}
.map-overlay .shop-details .email a {
    color: #fff;
}

.user-dropdown__name span a,
.user-dropdown__name span,
.own-header .my-projects a,
.own-header .my-projects span {
    font-size: 15px;
}

@media (max-width: 1400px) {
    .user-dropdown__name span,
    .user-dropdown__name span a,
    .own-header .my-projects a,
    .own-header .my-projects span {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    #agents-filter #store-list ul,
    .retailers_list_wa_logo .retailer-list {
        width: 100%;
    }
}
/* ----- New updated CSS ----- */

/*Products page black theme*/
/* --- Product Detail page --- */
.product-detail-main {
    background-color: #000000;
}
.related-product h2.main-title,
.related-product .product-item-title,
.related-product .producst-item-title *,
.related-product .product-checkbox *,
.related-product .features-list *,
.product-tab-container *,
.feature-blocks .product-desc .align-self-center *,
.feature-blocks .features-title,
.features-main .owl-carousel.features-right .name *,
.product-detail-main .top-detail-part .title-container * {
    color: #ffffff;
}

.related-product {
    padding-bottom: 30px;
}
.related-product .product-item-inner {
    background-color: #090909;
}
.related-product .key-features {
    background-color: #111;
}
.related-product .key-features:hover {
    background-color: #222;
}
.related-product .key-features a {
    color: #ffffff;
    background-color: transparent !important;
}
.related-product .features-list {
    background: none !important;
}
.related-product .product-item:hover .product-item-inner {
    background: #020202;
}
.related-product .product-item .checkbox {
    border-color: #ffffff;
}
.related-product .product-item .checkbox::before {
    background: #ffffff;
}
.related-product .compare-all a {
    border-color: #fff;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    min-width: 120px !important;
    padding: 0 10px;
}
.related-product .compare-all a:hover {
    background: #ffffff;
    color: #000000;
}
.product-tab-container .general-info .product-desc a:hover {
    text-decoration: underline;
}

.single .promotion-main {
    margin-top: 0;
}
.promotion-main a.cta-button {
    border-color: #ffffff;
    color: #fff;
}
.promotion-main a.cta-button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.promotion-main h3,
.promotion-main p {
    color: #ffffff;
}
.alert-box p {
    color: #ffffff !important;
}
.alert-box .cta-button.button-ok {
    border-color: #ffffff;
    color: #ffffff;
}
.alert-box .cta-button.button-ok:hover {
    background: #ffffff;
    color: #000000;
}
.filter-panel-main.bottom-side .sortby.per-page .fancy-select div.trigger,
.filter-panel-main.top-side .sortby.per-page .fancy-select div.trigger {
    color: #000000;
}
.filter-panel-main.bottom-side .fancy-select ul.options,
.filter-panel-main.top-side .fancy-select ul.options {
    width: 102px;
}
.filter-panel-main.bottom-side .fancy-select div.trigger:before,
.filter-panel-main.top-side .fancy-select div.trigger:before {
    right: 0;
}
.refine-left-menu .filter-main dd label .label-text {
    color: #000000;
}
.refine-left-menu .filter-main dd label .label-text:hover {
    color: #6a6a6a;
}
.features-main .features-left .name {
    color: #ffffff;
}
.page-template-cooktop .promotion-main,
.single-cooktop .promotion-main,
.single-wine_cellar .promotion-main,
.page-template-wine_cellar .promotion-main,
.single-coffee_machine .promotion-main,
.page-template-coffee_machine .promotion-main,
.page-template-dishwasher .promotion-main,
.single-dishwasher .promotion-main {
    display: none;
}
.page-template-compare-products .header-image-container h1,
.page-template-wine_cellar .product-bannermain .product-banner-detail.align-self-center .cta-button,
.page-template-coffee_machine .product-bannermain .product-banner-detail.align-self-center .cta-button,
.page-template-dishwasher .product-bannermain .product-banner-detail.align-self-center .cta-button,
.page-template-warmer_drawer .product-bannermain .product-banner-detail.align-self-center .cta-button,
.page-template-microwave .product-bannermain .product-banner-detail.align-self-center .cta-button {
    display: none;
}
#download-contactform .subscribe span.wpcf7-list-item-label {
    color: #ffffff;
}
#download-contactform .subscribe span.wpcf7-list-item-label::before {
    background-color: #ffffff !important;
}
#download-contactform .form-btn .cta-button {
    border-color: #ffffff;
    color: #fff;
}
#download-contactform .form-btn .cta-button:hover {
    background-color: #ffffff;
    color: #000000;
}
#download-contactform h2 {
    color: #ffffff;
}
.where-to-buy-commercial-form-open {
    z-index: 50;
}
.page-template-compare-products .title-container h1,
.page-template-compare-products .breadcrumb,
.features-main.product-tabs-list .tabs-heading h3 {
    color: #fff;
}
.product-detail-main .features-main .features-left.mobile .selected-feature {
    color: #ffffff;
}
@media (max-width: 767px) {
    .product-detail-main .features-main .features-left.mobile .feature-options .item {
        color: #ffffff;
    }
}
/* --- Product Detail page --- */

/* ----- Compare products page ----- */
.page-template-compare-products .wrapper {
    background-color: #000;
    padding-bottom: 60px;
}
.page-template-compare-products .product-item-comp .cmp-title * {
    color: #ffffff;
}
.page-template-compare-products .product-item-comp .cta-button {
    min-width: 100px !important;
    font-size: 12px;
    padding: 0;
    line-height: 24px;
    color: #ffffff;
    border-color: #fff;
}
.page-template-compare-products .product-item-comp .cta-button:hover {
    background: #ffffff !important;
    color: #000 !important;
}
.page-template-compare-products .high-diff .custom-checkbox {
    color: #ffffff;
}
.page-template-compare-products .cmp-description * {
    color: #ffffff;
}
@media (max-width: 767px) {
    .page-template-compare-products .wrapper {
        padding-bottom: 40px;
    }
    .page-template-compare-products .title-container {
        margin-top: 10px;
    }
}
/* ----- Compare products page ----- */
.download-form-container h2,
.download-form-container .gfield_checkbox li label,
.download-form-container .gform_body p {
    color: #fff !important;
}
.download-form-container input[type="submit"].gform_button {
    border-color: #ffffff;
    color: #fff;
}
.download-form-container input[type="submit"].gform_button:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}
.history .download-form-container .gfield_checkbox li label:before {
    background-color: #ffffff !important;
}
/* ----- Home video section ----- */
.looping_video.desktop video {
    width: 100% !important;
    min-height: auto !important;
}
.looping_video.mobile {
    background-color: #000000;
    width: 100%;
}
.looping_video.mobile video {
    width: 100% !important;
    height: 100% !important;
    min-height: auto !important;
}
@media (max-width: 991px) {
    .video-home {
        /*height: auto !important;*/
        /*min-height: auto !important;*/
    }
    .looping_video.mobile video {
        display: block;
    }
}
/* ----- Home video section ----- */

/*.parallax-video-section { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; background-color: #000000; }*/
/*.loopingvideo { text-align: center; height: 100%; width: 100%; }*/
/*.loopingvideo iframe { height: 100%; width: 100%; }*/
/*.parallax-video-section video { height: 100%; width: auto; }*/
/*.section-block { overflow: hidden; position: relative; }*/
/*.section-block .container { position: relative; z-index: 50; }*/
/*.sectionbgimg { position: absolute; width: 100%; height: 100%; z-index: 2; }*/
.button {
    font-size: 15px;
    border: 1.5px solid #000000;
    text-transform: uppercase;
    outline: 0;
    text-align: center;
}
.button:hover {
    cursor: pointer;
}
.button--dark {
    color: #fff;
    background-color: #000;
}
.button--dark:hover {
    opacity: 0.9;
}
.button--light {
    color: #000;
    background-color: #fff;
}
.sidebar-cart__buttons .button {
    display: block;
}
.header__menu-btn {
    border: none;
    position: relative;
    background: transparent;
    padding: 0 8px;
    margin-right: 10px;
}
.header__menu-btn:hover {
    cursor: pointer;
}
.header__menu-btn:nth-of-type(2) {
    margin-right: 16px;
}
.header__menu-btn .icon {
    width: 16px;
    height: 16px;
}
.header__menu-btn .badge {
    font-size: 11px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    position: absolute;
    top: -16px;
    right: -8px;
}
.header__menu-btn--wishlist .icon {
    background: url("../images/heart-icon.svg") no-repeat center / cover;
}
.header__menu-btn--cart .icon {
    background: url("../images/cart-icon.svg") no-repeat center / cover;
}
.header__menu-btn--wishlist .badge {
    background: #dd9f00;
}
.header__menu-btn--cart .badge {
    background: #6a965b;
}
.header__btns {
    display: flex;
    min-width: 60px;
}
.header__btns button {
    overflow: visible;
}
/* Fixed header for mobile */

/* Fixed header for mobile */

.header-mobile {
    display: none;
    width: 100%;
    height: 42px;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: #f8f8f8;
}

.header-mobile ul {
    display: flex;
    height: 28px;
    padding: 7px 0;
}
.header-mobile ul li {
    width: calc(100% / 3);
}
.header-mobile ul li:not(:first-child) a {
    border-left: 1px solid rgba(161, 164, 177, 0.15);
}
.header-mobile__list {
    width: calc(100% - (100% / 4));
}
.header-mobile ul li a {
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 28px;
}

.header-mobile ul li img {
    display: block;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.header-mobile ul li button {
    background: transparent;
    width: 28px;
    height: 28px;
}
.badge--wishlist,
.badge--cart {
    position: absolute;
    top: -6px;
    right: 6px;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.header-mobile__item a {
    position: relative;
}
.header-mobile__item a button {
    border: none;
    background: transparent;
    outline: none;
}
.header-mobile ul {
    list-style-type: none;
}
.badge--cart {
    background: #6a965b;
}
.badge--wishlist {
    background: #dd9f00;
}

/* Sidebar - Cart  */
.sidebar-cart {
    width: 0;
    position: fixed;
    top: 73px;
    right: 0;
    bottom: 0;
    height: calc(100vh - 73px);
    z-index: 10000;
    background: #fff;
    padding: 16px 0 32px 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.4s ease-in-out, width 0ms ease-in-out 0.4s;
}
.sidebar-cart.opened {
    width: 435px;
    opacity: 1;
}
.sidebar-cart__header {
    width: 100%;
    min-height: 56px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(161, 164, 177, 0.15);
    padding: 0 22px 0 30px;
}
.sidebar-cart__header .sidebar-cart__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #000000;
}
.sidebar-cart__header .sidebar-cart__close {
    border: none;
    outline: none;
    width: 12px;
    height: 12px;
    background: transparent url("../images/close.svg") no-repeat center/contain;
    display: block;
    margin-left: auto;
}
.sidebar-cart__header .sidebar-cart__close:hover {
    cursor: pointer;
}
.empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 73px);
}
.empty-state .empty-cart {
    width: 82px;
    height: 76px;
    background: url("../images/shopping-cart.svg") no-repeat center center / cover;
}
.empty-state .empty-text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-top: 26px;
}
.sidebar-cart__content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 73px);
}
.sidebar-cart__list {
    height: calc(100%-305px);
    overflow-x: auto;
}
.sidebar-cart__list-item {
    display: flex;
    align-items: center;
    padding: 16px 22px 16px 30px;
}
.sidebar-cart__product {
    display: flex;
}
.sidebar-cart__product img {
    width: 109px;
    height: 92px;
    object-fit: contain;
}
.sidebar-cart__product .sidebar-cart__product-discript {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}
.sidebar-cart__product-title {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
    color: #000000;
}
.sidebar-cart .price {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin-top: 16px;
}
.sidebar-cart .price .quantity {
    color: #a1a4b1;
}
.remove_from_cart_button {
    margin-right: 8px;
}
.remove_from_cart_button i {
    display: block;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1a4b1;
    transition: color 0.4s ease-in-out;
}
.remove_from_cart_button:hover i {
    color: #c50000;
    cursor: pointer;
}
.sidebar-cart__footer {
    padding: 0 65px;
    margin: auto 16px 0 16px;
    border-top: 1px solid rgba(161, 164, 177, 0.15);
}
.sidebar-cart__footer .sidebar-cart__total-price {
    display: flex;
    align-items: baseline;
}
.sidebar-cart__footer .sidebar-cart__total-price .subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 21px;
    text-transform: uppercase;
    color: #000000;
}
.sidebar-cart__footer .sidebar-cart__total-price .price {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #000000;
    margin-left: auto;
}
.sidebar-cart__buttons {
    margin-top: 32px;
}
.sidebar-cart__buttons .button:not(:first-child) {
    margin-top: 16px;
}
@media (min-width: 0px) and (max-width: 767px) {
    .header-mobile {
        display: block;
    }
    .header__menu-btn {
        display: none;
    }
    .sidebar-cart.opened {
        width: 100%;
    }
}

.looping_video.mobile > video {
    object-fit: cover;
}
.looping_video.mobile > video > source {
    max-width: none;
    object-fit: cover;}