@charset "utf-8";

/*-----FONTS-----*/
@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Light.eot');
  src: url('../fonts/Archivo-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-Light.woff2') format('woff2'),
    url('../fonts/Archivo-Light.woff') format('woff'),
    url('../fonts/Archivo-Light.ttf') format('truetype'),
    url('../fonts/Archivo-Light.svg#Archivo-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Regular.eot');
  src: url('../fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-Regular.woff2') format('woff2'),
    url('../fonts/Archivo-Regular.woff') format('woff'),
    url('../fonts/Archivo-Regular.ttf') format('truetype'),
    url('../fonts/Archivo-Regular.svg#Archivo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Medium.eot');
  src: url('../fonts/Archivo-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-Medium.woff2') format('woff2'),
    url('../fonts/Archivo-Medium.woff') format('woff'),
    url('../fonts/Archivo-Medium.ttf') format('truetype'),
    url('../fonts/Archivo-Medium.svg#Archivo-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-SemiBold.eot');
  src: url('../fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-SemiBold.woff2') format('woff2'),
    url('../fonts/Archivo-SemiBold.woff') format('woff'),
    url('../fonts/Archivo-SemiBold.ttf') format('truetype'),
    url('../fonts/Archivo-SemiBold.svg#Archivo-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-Bold.eot');
  src: url('../fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-Bold.woff2') format('woff2'),
    url('../fonts/Archivo-Bold.woff') format('woff'),
    url('../fonts/Archivo-Bold.ttf') format('truetype'),
    url('../fonts/Archivo-Bold.svg#Archivo-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Archivoexbold';
  src: url('../fonts/Archivo-ExtraBold.eot');
  src: url('../fonts/Archivo-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Archivo-ExtraBold.woff2') format('woff2'),
    url('../fonts/Archivo-ExtraBold.woff') format('woff'),
    url('../fonts/Archivo-ExtraBold.ttf') format('truetype'),
    url('../fonts/Archivo-ExtraBold.svg#Archivo-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/*
 */
body,
html {
  font-family: var(--sitefonts);
  color: var(--black);
  line-height: 24px;
  font-size: 16px;
}

p a,
p span a,
ul li a,
ol li a {
  color: var(--themecolor);
  text-decoration: underline;
  display: inline-block;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  color: var(--site-font-family);
  color: #000000;
}


/* common ul li */
ul {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

ul.twocollist {
  column-count: 2;
}

main ul>li,
main ul.wp-block-list>li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0px;
  color: var(--site-font-family);
  list-style: none;
}

main ul>li>strong,
main ul>li>span,
main ul.wp-block-list>li>strong,
main ul.wp-block-list>li>span {
  font-weight: 600;
  display: inline-block;
  width: 100%;
}

main ul>li a {
  text-decoration: none;
  color: var(--sitetext);
}

main ul>li a:hover {
  text-decoration: underline;
  color: var(--themecolor);
}

main ul>li:after {
  content: "";
  background: transparent url(../images/icon/check.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 16px;
  height: 16px;
  z-index: 1;
}

p span {
  color: initial;
}

.row-reverse {
  flex-direction: row-reverse;
}

/*  select option */
::-ms-expand {
  display: none;
}

::-moz-selection {
  color: #fff;
  background: #515151;
}

::selection {
  color: #fff;
  background: #515151;
}

.field.field:after,
.field:hover.field:after {
  display: none;
}

/*-----FORM CONTROL-----*/
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--sitetext);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--sitetext);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

:-ms-input-placeholder,
textarea::placeholder {
  color: var(--sitetext);
  text-transform: capitalize;
  font-size: 16px;
  font-family: var(--site-font-family);
}

/*-----FORM CONTROL FULL WIDTH-----*/
.formright.fullform ::-webkit-input-placeholder,
.formright.fullform textarea::-webkit-input-placeholder {
  color: #45484E;
  font-size: 16px;
  font-family: var(--site-font-family);
}

.formright.fullform ::-moz-placeholder,
.formright.fullform textarea::-moz-placeholder {
  color: #45484E;
  font-size: 16px;
  font-family: var(--site-font-family);
}

.formright.fullform :-ms-input-placeholder,
.formright.fullform textarea::placeholder {
  color: #45484E;
  font-size: 16px;
  font-family: var(--site-font-family);
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

textarea {
  resize: none;
  min-height: 100px;
  overflow-y: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
}

.form-control,
input[type="text"],
input[type="email"],
select,
textarea,
input[type="number"],
input[type="tel"],
input[type="file"] {
  width: 100%;
  padding: 14px 20px;
  background: #fff;
  border: 1px solid #D2D2D2;
  color: #6D6D6D;
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--site-font-family);
  transition: all 0.5sease -in-out;
  -webkit-transition: all 0.5sease -in-out;
  min-height: 60px;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="file"]:focus {
  background: var(--white);
  color: var(--black);
  border-color: var(--themecolor);
}


.popupformdiv .form-control,
.popupformdiv input[type="text"],
.popupformdiv input[type="email"],
.popupformdiv select,
.popupformdiv textarea,
.popupformdiv input[type="number"],
.popupformdiv input[type="tel"],
.popupformdiv input[type="file"] {
  padding: 12px 20px;
  min-height: inherit;
}

.popupformdiv .form-box form p {
  margin: 0;
  color: var(--darkgrey);
}

.pop-up-right.popupformdiv .contact-form-box {
  padding: 0;
}

.popupformdiv .contact-form-box {
  padding: 0;
}

/* select {
    background: url('../assets/images/select-arrow.svg') no-repeat 0 0;
} */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/select-arrow.svg) no-repeat right 10px center / 1em;
  border-radius: 0;
  padding-right: 2em;
}

textarea.form-control {
  height: auto;
  min-height: 129px;
}

.form-wrapper .form-control:focus {}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

input[type="submit"] {
  border: 0;
  background: transparent;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--site-font-family);
  font-weight: bold;
  padding: 17px 20px;
  z-index: 1;
  cursor: pointer;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-group {
  padding: 0 10px;
}

.form-group p {
  margin-bottom: 0;
}

.form-group.form-group50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.form-group.form-group33 {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.form-group.form-group100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

form .form-group label {
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  display: block;
  margin-bottom: 10px;
  line-height: 100%;
  letter-spacing: 0.16px;
}

.checkbxdiv {
  display: flex;
  margin-top: 15px;
  line-height: 1.2;
  align-items: center;
}

.checkbxdiv input[type="checkbox"] {
  margin: 0 15px 0 0;
}

form .form-group .checkbxdiv label {
  margin-bottom: 0;
}


/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--theme);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}


/*-----BUTTONS-----*/
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}

/* normal button style start */
/* normal button style start */
button,
.button,
button[type="submit"],
input[type="submit"] {
  font-size: 16px !important;
  padding: 9px 24px 9px !important;
  position: relative !important;
  font-family: var(--sitefonts);
  font-weight: 500 !important;
  letter-spacing: 0;
  background: var(--themered) !important;
  color: var(--white) !important;
  overflow: hidden !important;
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  z-index: 1;
  line-height: 1 !important;
  text-decoration: none !important;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent !important;
  --border-offset: none;
  text-transform: capitalize;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
  min-height: 40px;
  gap: 10px;
  border-radius: 2px !important;
}

button:hover,
.button:hover,
input[type="submit"]:hover,
.btn-theme:hover,
.submit-button input[type="submit"]:hover {
  background: var(--white) !important;
  color: var(--black) !important;
  /* border-radius: 25px !important; */
  --border-offset: 0;
  --border-opacity: none;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.btn-theme:hover>img {
  filter: brightness(0) invert(0);
}

.btn-white {
  background: #fff !important;
  color: #000 !important;
}

.btn-white>img {
  filter: brightness(1) invert(1) !important;
}

.btn-white:hover {
  background-color: var(--themecolor) !important;
  color: #fff !important;

  &>img {
    filter: brightness(0) invert(1) !important;
  }
}

.btn-border-red {
  border-color: var(--themecolor) !important;
  background: transparent !important;
  color: var(--themecolor) !important;
}

.btn-dark {
  background: #000 !important;
  align-items: center;
}

.button.btn-dark:hover>img {
  filter: brightness(0) invert(0) !important;
}

.button.btn-border-dark {
  background: transparent !important;
  border-color: #707070 !important;
  color: #000 !important;
}

.button.btn-border-dark>img {
  filter: brightness(0) invert(0) !important;
}

.button.btn-border-dark:hover {
  background: #000 !important;
  color: #fff !important;
  border-color: #000000 !important;
}

.button.btn-border-dark:hover>img {
  filter: brightness(0) invert(1) !important;
}

.sm-title {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--themecolor);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}

.btnlist {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.read_more {
  font-size: 16px;
  color: var(--themecolor);
  letter-spacing: 0;
  font-weight: 500;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  border-bottom: 0;
  text-transform: capitalize;
  line-height: 1.2;
  width: fit-content;
  text-decoration: none;
}

.read_more>i {
  filter: invert(32%) sepia(83%) saturate(1266%) hue-rotate(333deg) brightness(84%) contrast(88%);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
}

.read_more:hover {
  gap: 15px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.read_more:hover>span>i,
.read_more:hover {
  color: var(--themecolor);
}

/* normal button style end */


a {
  text-decoration: none;
}

header nav ul {
  margin-left: 0;
  list-style-type: none;
}

header nav ul li a {
  text-decoration: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  color: var(--black);
}


@media (hover: hover) {}

.relative {
  position: relative;
  z-index: 0;
}


.whitetxt {
  color: var(--white) !important;
}

.redtxt {
  color: var(--themered) !important;
}

[class*="heading-"],
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.2;
  margin-bottom: 18px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0;
  position: relative;
}

.heading-46 {
  font-size: clamp(1.5625rem, 1.3rem + 1.3125vw, 2.875rem);
}

.heading-36 {
  font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem);
}

.heading-50 {
  font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}

.heading-26 {
  font-size: 26px;
}

.heading-40 {
  font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem);
}

.heading-30 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem) !important;
}

.heading-20 {
  font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
}

.heading-18 {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}

.semititle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--siteblue);
  letter-spacing: 2.4px;
}

.uppercase {
  text-transform: uppercase;
}

/* form message style  */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #f5c812;
  background: url(../images/icon-validation.svg) no-repeat 15px center #fff9df;
  font-size: 14px;
  padding-left: 45px;
  line-height: 1.2;
}

.wpcf7 form.failed .wpcf7-response-output {
  border: 1px solid #fe0000 !important;
  background: url(../images/validation-cross.svg) no-repeat 15px center #ffdfdf;
  font-size: 14px;
  padding-left: 45px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: url(../images/validation-tick.svg) no-repeat 15px center #e1ffd9;
  border-color: #498e36;
  font-size: 14px;
  padding-left: 45px;
}

.wpcf7-not-valid {
  background-color: #ffdfdf !important;
  border: 1px solid #fe0000 !important;
}

.wpcf7-not-valid-tip {
  font-weight: 400;
  background: #fe0000;
  display: inline-block;
  position: relative;
  top: -20px;
  left: 0;
  padding: 5px;
  color: #fff;
  font-size: 12px;
}

.wpcf7-not-valid-tip:before {
  top: -5px;
  margin: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fe0000;
}

form.wpcf7-form .btnbox.width100 .btn_theme:disabled,
form.wpcf7-form .btnbox.width100 .btn_theme:disabled:hover {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  background: #f8a73f;
  color: #000;
  border: 1px solid #f8a73f;
}

.wpcf7 form .wpcf7-response-output {
  padding: 10px 1em;
  margin: 2em 0 1em;
  ;
}

/*-----SCROLL TOP-----*/
.scrollTop {
  position: fixed !important;
  right: 15px;
  bottom: 80px;
  opacity: 0;
  height: 40px;
  width: 40px;
  z-index: 10;
  text-align: center;
  font-size: 26px !important;
  color: var(--white) !important;
  background: var(--themered) !important;
  /* border: 2px solid var(--siteblue); */
  border-radius: 50%;
  padding: 6px 0 0 0 !important;
}

.scrollTop:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.scrolldown {
  cursor: pointer;
}

.container {
  max-width: 1750px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  display: none;
}

/*  select option  */

input:invalid {
  box-shadow: none;
}

input[type="text"],
input[type="tel"],
input[type="number"] input[type="submit"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--site-font-family);
}

textarea {
  resize: none;
  min-height: 100px;
  overflow-y: auto;
  margin: 0;
  vertical-align: bottom;
  font-size: 18px;
}

textarea.form-control {
  height: auto;
  min-height: 118px;
}

.form-wrapper .form-group.width50 .form-control {
  min-width: auto;
}

.wpcf7-spinner {
  position: absolute;
  margin: 0;
  right: 0;
}

/*  slick common style for control */
.slick-dots li {
  height: auto;
  width: auto;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
  background-color: var(--black);
  padding: 0;
  margin: 0;
  border-radius: 4px;
  opacity: 1;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li.slick-active button {
  width: 20px;
  opacity: 1;
}

.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background-color: var(--white);
}

.slick-next:focus i,
.slick-next:hover i,
.slick-prev:focus i,
.slick-prev:hover i {
  color: #ffffff;
}

.slick-next:focus img,
.slick-next:hover img,
.slick-prev:focus img,
.slick-prev:hover img,
.btn_theme:hover img.small-black {
  filter: none;
}

/* slick slider arrows styles  */
.slick-prev,
.slick-next {
  right: 15px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  position: absolute !important;
  top: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-height: auto !important;
  padding: 0 !important;
  border: 1px solid #707070 !important;
  border-radius: 100% !important;
  cursor: pointer;
  outline: none;
  clip-path: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff !important;
  min-width: auto !important;
}

.slick-prev {
  left: 15px !important;
  right: 0 !important;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icon/arrow-right.svg) no-repeat center center;
  /* filter: invert(43%) sepia(62%) saturate(1448%) hue-rotate(201deg) brightness(103%) contrast(101%); */
  /* top: -2px;
  left: -2px; */
  transform: rotate(180deg);
  min-width: auto !important;
}

.slick-next:before {
  transform: rotate(0deg);
  background-position: center left 55%;
}

.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #000 !important;
  background: #000 !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  filter: brightness(0) invert(1) !important;
}

a {
  text-decoration: none;
}

p a:hover,
ul li a:hover,
ol li a:hover {
  color: var(--sitetext);
}

@media (hover: hover) {}

.relative {
  position: relative;
  z-index: 0;
}



section.onlybreadcrumb {
  border-bottom: 1px solid #E5E5E5;

  ul.woo_breadcums {
    padding: 15px 0;

    & li {
      color: var(--sitetext);

      & a {
        color: var(--sitetext);

        & :hover {
          color: var(--siteblue) !important;
          text-decoration: underline !important;
        }
      }
    }

    .breadcrumb_last {
      color: var(--sitetext);
    }
  }
}


/* --------half-section -------------- */
.half-section {
  display: flex;
  justify-content: space-between;
}

.half-section .left-side,
.half-section .right-side {
  width: 50%;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.row-reverse {
  flex-direction: row-reverse;
}

.bg-dark {
  background-color: #131313;
}

.img-wrap {
  position: relative;
  display: inline-block;
}

.img-wrap img {
  object-fit: cover;
}

/* --------half-section -------------- */


.inner-banner {
  position: relative;
  z-index: 1;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 134px;
}

.inner-banner .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: wrap;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.inner-banner:after {
  background: transparent linear-gradient(179deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  opacity: 0.85;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.inner-banner .banner-text-stroke {
  top: 200px;
}

.inner-banner .heading-90 {
  margin-bottom: 0;
  line-height: 1;
}

.banner-text-stroke {
  background: transparent;
  /* font-size: 160px; */
  font-size: clamp(50px,
      160px + (50 - 160) * ((100vw - 1920px) / (320 - 1920)),
      160px);
  line-height: 1;
  font-weight: bold;
  color: transparent;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.37);
  letter-spacing: 0.5px;
  position: absolute;
  top: 227px;
  left: 85px;
}

.woo_breadcums {
  padding: 0;
}

.woo_breadcums li {
  font-size: 14px;
  font-weight: normal;
  list-style-type: none;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #FFFFFF;

}

ul.woo_breadcums li a:after {
  position: absolute;
  z-index: 0;
  content: "";
  font-size: 16px;
  top: 3px;
  right: -23px;
  bottom: 0;
  height: 10px;
  width: 10px;
  background: transparent url(../images/icon/arrow-right.svg) no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}

.woo_breadcums li span a {
  margin-right: 33px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: var(--white);
}

.woo_breadcums li span a:hover {
  color: var(--themered) !important;
  text-decoration: underline;
}

.inner-banner .heading-46 {
  margin-bottom: 8px;
  color: #fff;
}

.headign-theme {
  font-size: 18px;
  color: var(--themecolor);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 600;
}

/*------------------------ areas form style ------------------------*/

.search_bar {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.search_bar .suburb-search-form {
  max-width: 486px;
  height: 54px;
  width: 100%;
  position: relative;
}

.search_bar .suburb-search-form input {
  position: relative;
  height: 54px;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 18px 105px 18px 20px;
  line-height: 17px;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  color: #4B4B4B;
  text-transform: none;
  letter-spacing: 0px;
}

.search_bar .suburb-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--themered);
  border: 0;
  color: #fff;
  height: 54px;
  width: unset;
  min-width: 88px;
  box-shadow: none;
  font-weight: bold;
  padding: 10px 10px 10px 25px;
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: capitalize;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  border-radius: 0;
}

.aws-container .aws-show-clear .aws-search-field {
  padding-right: 40px;
  padding-left: 10px;
  border: 0px solid transparent !important;
}

.aws-search-result .aws_result_title {
  display: block;
  font-weight: 400;
  margin-bottom: 3px;
  color: var(--themered);
  font-size: 14px;
  font-weight: 600;
}

.aws-search-result .aws_result_excerpt {
  display: block;
  color: var(--darkgrey);
  font-size: 14px;
}

.aws-search-result .aws_search_more a {
  color: var(--themered);
}

.aws-container .aws-search-form {
  height: 40px !important;
}

.aws-container .aws-search-form {
  border-radius: 3px;
  overflow: hidden;
}

.aws-container .aws-show-clear .aws-search-field::placeholder {
  font-size: 14px;
}

.aws-container .aws-search-form .aws-form-btn {
  background: #fff !important;
  border: 0px solid #d8d8d8 !important;
}


/* ********************COMMON SECTION START****************  */

.mrgb100 {
  margin-bottom: 100px;
}

.paddtp100 {
  padding-top: 100px;
}

.paddtpbt100 {
  padding: 100px 0;
}


.hm-item {
  width: 780px;
  position: sticky !important;
  align-content: flex-start;
  top: 140px;
  justify-content: flex-end;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
}

.texturedbx {
  background: url('../images/textured-bg.jpg')repeat 0 0;
}

.hm-item img:first-child {
  overflow: hidden;
}

.video-list .hm-content {
  height: 450px;
}

.hm-content {
  width: calc(100% - 780px);
  padding-right: 200px;
}

.hm-content .button-group {
  justify-content: flex-start;
}

.hm-content p:last-child {
  margin-bottom: 0;
}

.row-reverse .hm-content {
  padding-left: 90px;
  padding-right: 0;
}

.hm-content>p+a.button {
  margin-top: 18px !important;
}

.hm-content .heading-48 {
  position: relative;
  width: auto;
  display: inline-block;
}

.aligncenter {
  text-align: center;
}

.videos-wrap {
  display: inline-block;
  width: 100%;
  min-height: 560px;
  height: auto;
}

.theme-img {
  position: relative;
  padding-bottom: 70px;
}

.theme-img::after {
  content: '';
  position: absolute;
  height: 200px;
  width: 172px;
  left: 20px;
  bottom: -31px;
  background: transparent url(../images/theme-icon.png) no-repeat center;
  background-size: auto;
}

/* product listing and product boxes styles  */
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 -15px 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  width: calc(100% + 30px);
}

.woocommerce ul.products .slick-slide {
  padding: 0 15px;
}

.woocommerce ul.products li.product {
  border: 1px solid #E2E2E2;
  margin: 0;
  padding: 30px;
  text-align: center;
}

.woocommerce ul.products li.product .button {
  border: 2px solid #6D6D6D !important;
  color: #6D6D6D !important;
  background: transparent !important;
  gap: 0;
}

.woocommerce ul.products li.product .button:hover {
  background: var(--themered) !important;
  border: 2px solid var(--themered) !important;
  color: var(--white) !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0;
  margin: 0 0 20px 0;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  height: 44px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.woocommerce ul.products li.product .prodsemititle {
  padding: 0;
  margin: 0 0 5px 0;
  color: var(--themered);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: 24px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}



/* ********************COMMON SECTION END****************  */
main {
  margin: 0;
  position: relative;
  z-index: 1;
}


/* FOOTER STYLE */
footer {
  position: relative;
  background: #131313;
  z-index: 1;
}

.ftmain {
  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 15px;

    .ftleft {
      width: 600px;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;

      .ftlogodiv {
        min-width: 190px;
        border-right: 1px solid rgba(255, 255, 255, 0.05);

        .sociallinks {
          margin: 20px 0 0 -4px;
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;

          & a {
            display: inline;
            margin-right: 7px;

            & img {
              filter: brightness(0) invert(1);
            }

            &:hover img {
              filter: invert(26%) sepia(40%) saturate(3154%) hue-rotate(338deg) brightness(101%) contrast(84%);
            }
          }
        }
      }

      .ft_getintouch {
        padding-left: 95px;

        & dl {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          justify-content: flex-start;
          margin: 0 0 20px 0;

          & dt {
            width: 22px;
            margin-right: 10px;

            & img {
              filter: brightness(0) invert(1);
            }
          }

          & dd {
            color: #DCDCDC;
            font-size: 16px;
            font-weight: 400;
            margin-inline-start: 0;

            & a {
              color: #DCDCDC;

              &:hover {
                color: var(--themered);
                text-decoration: underline;
              }
            }
          }
        }
      }
    }

    .ftlinks {
      width: calc(100% - 600px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;

      .wid25 {
        padding-left: 50px;
        border-left: 1px solid rgba(255, 255, 255, 0.05);

        &:first-child {
          border: 0px solid transparent;
        }

        & ul {
          margin: 0;
          padding: 0;
          display: inline-block;
        }

        & ul li {
          margin-bottom: 15px;
          font-size: 16px;
          list-style-type: none;

          & a {
            color: #DCDCDC;
            text-decoration: none;

            &:hover {
              text-decoration: underline;
              color: var(--themered);
            }
          }
        }

        .active a {
          text-decoration: underline;
          color: var(--themered);
        }
      }
    }
  }
}


.fttitle {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 25px;
  position: relative;
}

.copyright {
  background: #171717;

  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 54px;
    position: relative;
    color: var(-white);

    & p {
      margin: 0;
      text-align: center;
      color: var(--white);
      line-height: 1;
      font-size: 14px;
      font-weight: 500;
    }

    & a {
      font-size: 14px;
      font-weight: 500;
      color: var(--white);
      text-decoration: none;

      &:hover {
        color: var(--themered);
        text-decoration: underline;
      }
    }

    & span {
      color: var(--white);
      font-size: 14px;
      margin-left: 3px;
    }
  }
}

.fttitle {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: var(--white);
  margin-bottom: 25px;
  position: relative;
}

.copyright .container div {
  color: var(--white);
}

img.footertxtimg {
  /* position: absolute;
  opacity: 0.02;
  filter: brightness(0) invert(1);
  top: -71px;
  left: 50%;
  margin: 0 0 0 -835px; */
  position: absolute;
  opacity: 0.02;
  filter: brightness(0) invert(1);
  top: -71px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}


/* footer styles finish */

table tr td:not(:last-child),
table tr th:not(:last-child) {
  border-right: 1px solid hsl(0deg 0% 44% / 20%);
}

.table-wrapper table {
  width: 100%;
}

.privacy-page .table-wrapper table tr th:first-child {
  width: 282px;
}

.inner-wrapper {
  max-width: 1120px;
  margin: 0 auto;
}

/* ********| thank you 0r error | ******** */
.thank_you_content {
  margin: 40px auto;
  align-items: center;
}

.thank_you_content p {
  margin-bottom: 20px;
}

.thank_you_content p a {
  font-weight: bold;
}

main .thank_you_content ul {
  margin-top: 30px;
  margin-bottom: 0;
}

main .thank_you_content ul li:not(:last-child) {
  margin-bottom: 15px;
}

.error-left {
  width: 60%;
  padding-right: 100px;
}

.error-right {
  width: 40%;
}

main .thank_you_content ul li a {
  text-decoration: underline;
}

main .thank_you_content ul li a:hover {
  color: var(--sitetext);
}

.content-item {
  width: 670px;
}

.content-block {
  width: calc(100% - 670px);
  padding-right: 150px;
}

main .content-list {
  margin-left: 0px;
}

main .content-list li {
  position: relative;
  padding-left: 15px;
}

.content-list li strong::before {
  position: absolute;
  content: "";
  background-color: var(--black);
  width: 2px;
  height: 100%;
  left: -15px;
  top: 0;
}

.content-list li strong {
  display: block;
  position: relative;
  line-height: 1;
  /* font-size: 20px; */
  font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  margin-bottom: 5px;
  font-weight: 600;
}

.inline {
  column-count: 2;
  column-gap: 40px;
}

.divider {
  border-bottom: 1px solid #e3e3e3;
}

.rightcontent_sec {
  width: calc(100% - 360px);
  padding-left: 100px;
}


/* -----------------------form-section----------------------- */
.row>.form-group>label {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter";
  display: block;
  margin-bottom: 10px;
}

.contact-sec .white-form .row>.form-group>label {
  color: #0F2E1F;
}

.row {
  width: calc(100% + 20px);
  margin: 0 0 0 -10px;
  float: left;
}

.width100 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}

.width50 {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  float: left;
}

.wid33 {
  width: 33.33%;
  position: relative;
  margin: 0;
}

form.form-box {
  display: inline-block;
  width: 100%;
  line-height: 0.8;
  position: relative;
}

.form-box .row:last-child {
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}

.form-group.width100.submit {
  margin-top: 32px;
  text-align: right;
}

.form-group.width100.submit>input[type="submit"] {
  min-width: 120px;
  padding: 10px 30px 10px 10px;
  background: #c83f3d url(../images/icon/btn-icon.svg) no-repeat center right 14px;
  background-size: auto;
}

form.form-box>p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 0;
  margin-top: -78px;
  position: absolute;
  z-index: 1;
  display: inline-block;
  /* flex-wrap: wrap; */
  bottom: 0px;
  width: 100%;
  left: 0;
}

.slide-box {
  display: inline-block;
}

/* -----------------------contact-section----------------------- */


/* --------------------------------accomplishment-slider-sec--------------------------- */
.accomplishment-slider-sec {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 100px 0;
  background: rgba(200, 63, 61, 0) url(../images/theme-texture.png) repeat-y center;
  background-position: top right;
}

.accomplishment-slider-sec .heading-36 {
  margin-bottom: 35px;
}

.accomplishment-slider {
  width: calc(100% + 26px);
  margin: 0 -13px;
}

.accomplishment-slider .slide-box {
  padding: 0 13px;
}

.accomplishment-slider:not(.slick-initialized) {
  display: flex;
}

.accomplishment-slider:not(.slick-initialized)>.slide-box {}

.accomplishment-slider:not(.slick-initialized)>.slide-box:not(:nth-child(-n+7)) {
  display: none;
}

/* --------------------------------accomplishment-slider-sec--------------------------- */

/* cooking acadamy - cta styles  */

.cookingacadamy_cta {
  position: relative;
  background: var(--black);
  min-height: 360px;
  display: flex;

  & img.bgimg {
    opacity: 0.35;
    z-index: 0;
    min-height: 360px;
  }

  .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 230px;

    & .cooking_ctasmalltxt {
      width: 320px;
      color: var(--white);
      text-transform: uppercase;
      font-size: 40px;
      font-weight: 600;
      line-height: 1.1;
      padding: 0 60px;
      position: relative;

      &:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, 0.1);
        right: 32px;
        top: 0;
      }

      & span {
        display: block;
        font-size: 24px;
        letter-spacing: 3.6px;
      }
    }

    .cooking_ctasmaintxt {
      width: auto;
      color: var(--white);
      text-transform: uppercase;
      font-size: 90px;
      font-weight: 600;
      line-height: 0.9;
      margin: 0 60px 0 0;

      & span {
        display: block;
        font-size: 46px;
      }
    }
  }
}

.fancybox-content {
  width: 70% !important;
  height: 80% !important;
}


.blob {
  transform: scale(1);
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

/* cooking acadamy - cta styles  */

/* four feature section styles */
.fourfeaturesction {
  position: relative;
}

.fourfeature_container {
  display: flex;
  flex-wrap: wrap;
  column-count: 2;
  height: 570px;

  .fourfeaturebx {
    display: flex;
    align-content: center;
    color: var(--white);
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    outline: 1px solid rgba(255, 255, 255, 0.1);

    .countdiv {
      width: 100%;
      font-size: 60px;
      font-weight: 900;
      text-align: center;
      margin: 0 0 20px 0;
      display: inline-block;

      & span {}
    }

    & p {
      width: 100%;
      color: var(--white);
      text-align: center;
      margin: 0;
    }
  }
}



.tabs .tab-nav li {}

.tabs .tab-nav li:hover,
.tabs .gallerytab-nav li:hover {
  border: 1px solid var(--themered) !important;
}

.tabs .tab-nav li:hover span,
.tabs .gallerytab-nav li:hover span {
  background: var(--themered);
  color: var(--white) !important;
}

.tabs .tab-nav li.active,
.tabs .gallerytab-nav li.galleryactive {
  position: relative
}

.tabs .tab-nav li.active:hover,
.tabs .gallerytab-nav li.galleryactive:hover {
  border: 1px solid var(--themered);
}

.tabs .tab-nav li.active:before,
.tabs .gallerytab-nav li.galleryactive:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--themered);
  transform: rotate(45deg);
  left: 50%;
  bottom: -7px;
  z-index: -1;
  margin: 0 0 0 -7px;
}



/* --------------------------------history-content-section--------------------------- */
.history-content-section {
  display: inline-block;
  width: 100%;
  /* max-width: 100%;
  overflow: hidden; */
}

.history-content-section .flex-container {
  justify-content: space-between;
}

.history-content-left {
  width: calc(50% - 20px);
  max-width: 776px;
}

.history-content-left>p:last-child {
  margin-bottom: 0;
}

.history-content-right {
  width: calc(50% - 20px);
  max-width: 780px;
}

.history-counts-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

.history-counts-box:after {
  content: '';
  position: absolute;
  top: 175px;
  height: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.count-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 175px;
}

.count-box:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.count {
  font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
  letter-spacing: 0;
  font-weight: 800;
  color: var(--themecolor);
  font-family: 'Archivo';
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.count>p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
}

.old-ovens-history .flex-container {
  justify-content: space-between;
}

.content {
  display: inline-block;

  &>p:last-child {
    margin-bottom: 0;
  }
}

.old-ovens-box {
  display: inline-flex;
  padding: 55px;
  gap: 55px;
  background: #F3F3F3;
  width: calc(50% - 40px);
  max-width: 780px;
}

.old-ovens-box>.img-wrap {
  min-width: 244px;
}

a.show-hide {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

a.show-hide::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: #1A1A1A url(../images/icon/plus.svg) no-repeat center;
  background-position: center;
  background-size: auto;
  color: #fff;
  border-radius: 100%;
}

a.show-hide:hover::after {
  background-color: var(--themecolor);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

/* --------------------------------history-content-section--------------------------- */

/* --------------------------------.gallery-list-------------------------- */
.gallery-listing-sec {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.gallery-list {
  display: inline-flex;
  align-items: center;
  width: calc(100% + 40px);
  margin: 0 -20px;
  flex-wrap: wrap;
  row-gap: 40px;
}

.gallery-list>.slide-box {
  width: calc(25%);
  padding: 0 20px;
  display: inline-block;
}

.gallery-list>.slide-box>.fancybox::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgb(200 63 61 / 22%) url(../images/zoom.png) no-repeat center;
  background-size: auto;
  opacity: 0;
  visibility: hidden;
}

.gallery-list>.slide-box>.fancybox:hover::after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.gallery-list>.slide-box>.fancybox {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: inline-block;
}

/* --------------------------------.gallery-list-------------------------- */

/* -------------------------------free-quote-cta--------------------- */
.free-quote-cta {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.free-quote-cta .flex-container>*:not(.bgimg) {
  z-index: 1;
}

.free-quote-cta .flex-container {
  min-height: 220px;
  padding: 20px 80px;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;

  & .btnlist {
    min-width: 366px;
  }
}

.free-quote-cta .flex-container::after {
  content: '';
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.content-side {
  display: flex;
  column-gap: 110px;
  align-items: center;
}

.content-side>.img-wrap::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  right: -60px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.free-quote-info .heading-36 {
  text-transform: none;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px !important;
}

.free-quote-info p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
}

.commercial-ovens-gallery-page .free-quote-cta+.common-content-sec.texturedbx,
.professional-oven-page .free-quote-cta+.common-content-sec.texturedbx {
  padding-top: calc(100px + 120px);
  margin-top: -120px;
  position: relative;
  z-index: 0;
}

.hm-content>ul+.btnlist {
  margin-top: 20px;
}

/* -------------------------------free-quote-cta--------------------- */

/* -----------------------ft-cta-sec----------------------- */
.ft-cta-sec {
  width: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background-color: rgba(200, 63, 61, 0.72);
}

.ft-cta-sec .flex-container {
  min-height: 180px;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap
}

.ft-cta-sec .flex-container .heading-46 {
  color: #fff;
  margin-bottom: 0;
  text-transform: none;
}

/* -----------------------ft-cta-sec----------------------- */

/* -----------------------both-content----------------------- */
.both-content .hm-item {
  width: 766px;
  justify-content: flex-start;
}

/* -----------------------both-content----------------------- */

/* video section content styles start */
.free-quote-cta.video-content {
  margin: 100px 0;
}

.free-quote-cta.video-content .container {
  position: relative;
  max-width: 1720px;
  padding: 0;
}

.free-quote-cta.video-content .container .flex-container.wrap {
  padding: 80px 55px;
}

.free-quote-cta.video-content [class*="heading-"],
.free-quote-cta.video-content h1,
.free-quote-cta.video-content h2,
.free-quote-cta.video-content h3,
.free-quote-cta.video-content h4,
.free-quote-cta.video-content h5,
.free-quote-cta.video-content h6,
.free-quote-cta.video-content p {
  color: var(--white);
}

.free-quote-cta.video-content .row-reverse .hm-item.sticky {
  height: 400px;
}

/* video section content styles start */

main.oven-shop .shopbycollection_sec .shopbyleft p:before {
  display: none;
}

/* woocom pagiation style start */
nav.woocommerce-pagination {
  background: #F5F5F5;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}

nav.woocommerce-pagination ul.page-numbers {
  border: 0px solid transparent !important;
}

nav.woocommerce-pagination ul.page-numbers li {
  margin: 0 5px;
  padding: 0;
  border: 0px solid transparent !important
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers,
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  font-size: 14px;
  font-weight: 600;
  min-width: 32px;
  background: var(--themered);
  display: inline-block;
  padding: 11px 12px !important;
  margin: 0;
  color: var(--white);
  border: 0px solid transparent !important
}

nav.woocommerce-pagination ul.page-numbers li a.page-numbers:hover {
  background: #7e7e7e;
}

nav.woocommerce-pagination ul.page-numbers li:after {
  display: none
}

nav.woocommerce-pagination ul.page-numbers li .page-numbers.current,
nav.woocommerce-pagination ul.page-numbers li .page-numbers.current:hover {
  background: var(--black);
}


a.emailbtn {
  text-transform: lowercase;
}

a.emailbtn:hover {
  background: var(--black) !important;
  color: var(--white) !important;
  border-color: var(--black) !important;
}

a.emailbtn img {
  filter: brightness(0) invert(37%) sepia(72%) saturate(1004%) hue-rotate(333deg) brightness(87%) contrast(80%);
}

a.emailbtn:hover img {
  filter: brightness(0) invert(1) !important;
}


.thank-error-page .hm-item.sticky {
  justify-content: flex-start !important;
}



.sticky {
  top: 170px !important;
}

.flex-container.wrap.list ul {
  margin: 30px 0 0 0;
}

.flex-container.wrap.list ul li {
  margin: 0 0 20px 0;
}

.flex-container.wrap.list ul li h3 {
  margin: 0 0 5px 0;
}

.flex-container.wrap.list ul li br {
  display: none;
}


.flex-container.wrap.list ul li ul.level2ul {
  margin: 20px 0 10px;
}

.flex-container.wrap.list ul li ul.level2ul li {
  margin: 0 0 6px 0;
  padding-left: 20px;
}

.flex-container.wrap.list ul li ul.level2ul li:after {
  background: var(--black);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 7px;
}





.flex-container.list a.button.btn-theme:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.flex-container.list a.button.btn-theme:hover img {
  filter: none
}



.flex-container.video-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(80% + 30px);
  margin: 60px auto 60px;
}

.flex-container.video-list a {
  display: block;
  width: calc(25% - 30px);
  margin: 0 15px;
  max-width: 300px;
  overflow: hidden;
}

.flex-container.video-list a .old-ovens-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  justify-content: center;
  text-align: center;
  gap: 0;
}

.flex-container.video-list a .old-ovens-box .content {
  order: 2;
  padding: 20px;
  position: relative;
}

.flex-container.video-list a .old-ovens-box .content:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--themered);
  left: 0;
  bottom: 0;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.flex-container.video-list a:hover .old-ovens-box .content:before {
  height: 4px;
  transition: all ease-out 0.3s !important;
  -webkit-transition: all ease-out 0.3s !important;
  -moz-transition: all ease-out 0.3s !important;
  -ms-transition: all ease-out 0.3s !important;
}

.flex-container.video-list a .old-ovens-box .content .proddtl_content {
  height: 48px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 600;
}

.flex-container.video-list a .old-ovens-box .img-wrap {
  order: 1;
}


.fancybox-container .fancy-test-popup {
  padding: 0;
  max-width: 700px;
}

.fancybox-container .fancy-test-popup .fancybox-close-small {
  position: absolute !important;
  font-size: 32px !important;
  background: var(--themered) !important;
  min-width: auto !important;
  color: var(--white) !important;
}


.page-template-page-testimonials .free-quote-cta.video-content {
  margin-top: 0;
}

.sitecontentsec.headingcontent .flex-container.wrap h2 {
  font-size: clamp(1.375rem, 1.15rem + 1.125vw, 2.5rem) !important;
}

.sitecontentsec.headingcontent .flex-container.wrap h3 {
  font-size: clamp(1.625rem, 1.5rem + 0.625vw, 2.25rem) !important;
}

.sitecontentsec.headingcontent .flex-container.wrap h4 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem) !important;
}

.sitecontentsec .flex-container a.button.btn-theme {
  margin-bottom: 30px !important;
}

.sitecontentsec.texturedbx .flex-container a.button.btn-theme {
  margin-bottom: 0 !important;
}

.sitecontentsec .flex-container a.button.btn-theme:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

.sitecontentsec .flex-container a.button.btn-theme:hover img {
  filter: none !important;
}

form.wpcf7-form .cptcha-text {
  margin: 0 0 20px 0;
  display: block;
  clear: both;
  position: relative;
  top: 20px;
}

form.wpcf7-form .form-group.submit p input[type="submit"]:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

form.wpcf7-form .form-group.submit p .wpcf7-spinner {
  margin: 0 120px 0 0;
}

.videos-wrap.theme-img a img.blob {
  width: 150px;
  height: 150px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px
}

.woocommerce ul.products li.product a img {
  min-height: 258px;
}

body.page-template-page-history .free-quote-cta.video-content {
  margin: 0 0 100px 0;
}

body.page-template-page-faqs .faq-tab ul.resp-tabs-list li.resp-tab-item {
  cursor: pointer;
}

main.professional-oven-page .sitecontentsec .flex-container.wrap h2 {
  font-size: clamp(1.375rem, 1.275rem + 0.5vw, 1.875rem) !important;
}

main.professional-oven-page .sitecontentsec .flex-container.wrap h3 {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem) !important;
}

.product-listing-content .headingcontent .info-side h3 {
  font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem) !important;
}

body.page-template-page-perfectpizza main.events-page .sitecontentsec.event-details .container {
  max-width: 1400px;
}

body.page-template-page-perfectpizza main.events-page .sitecontentsec.event-details {
  margin-bottom: 20px;
}

body.page-template-page-cooking-pages .headingcontent .hm-content ul.wp-block-list>li>h3 {
  font-size: 26px !important;
  text-transform: none;
  line-height: 1;
}

body.page-template-page-cooking-pages .headingcontent .hm-content ul.wp-block-list>li:after {
  top: 5px;
}

/* .product-listing-content .compate-gr-series-video-sec {
  max-width: 100%;
  width: 500px;
  height: 350px
} */
.product-listing-content .compate-gr-series-video-sec {
  max-width: 100%;
  width: 48%;
  height: 450px;
}

.sitecontentsec.headingcontent .hm-item .btnlist a {
  display: flex;
}

.img-content-sec.headingcontent .info-side .btnlist a {
  display: inline-flex;
}

.sitecontentsec.headingcontent .hm-item .btnlist a.button.btn-theme {
  margin-bottom: 0 !important;
}

.free-quote-cta .btnlist a,
.ft-cta-sec .btnlist a {
  display: inline-flex;
}

.btnlist.content-button {
  margin-bottom: 20px;
}

.btnlist.content-button a {
  display: flex;
}

body.wp-theme-woodfireovens .free-quote-cta.video-content {
  margin-top: 0;
}

/* .inner-banner.mb-100 {margin-bottom: 0!important;} */
body.woocommerce-shop .featureslider {
  margin-bottom: 100px;
  border-bottom: 1px solid #ccc;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .sticky {
    position: sticky !important;
    top: 100px;
    align-self: flex-start;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Super large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1750px;
  }
}

/* Duper large devices (large desktops, 1600px and up) */
@media (min-width: 1921px) {

  .homebannerslider {
    /* max-width: 2500px; */
    margin: auto !important;
    display: inline-block;
    float: none !important;
    text-align: left;
  }

  section#banner {
    display: inline-block;
    line-height: 0.8;
    background: #efefef;
    text-align: center;
  }

  .cookingacadamy_cta {
    max-width: 1920px;
    margin: auto;
  }

  .inner-banner {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }

  .faqs-tab-sec {
    background-position-x: center !important;
  }
}

@media (max-width: 1800px) {
  .cookingacadamy_cta .container {
    padding: 0 20px;
  }

  .both-content>.container>.flex-container {
    justify-content: space-between;
  }

  .both-content .hm-item {
    width: calc(50% - 30px);
    justify-content: flex-start;
  }

  .both-content .hm-content {
    width: calc(50% - 30px);
    padding: 0;
  }

  .both-content .row-reverse .hm-content {
    padding: 0;
  }
}

@media (max-width: 1600px) {

  .row-reverse .content-block {
    padding-left: 100px;
  }

  .row-reverse .hm-content {
    padding-left: 100px;
  }

  .content-block {
    padding-right: 100px;
  }

  .hm-content {
    padding-right: 80px;
    width: calc(100% - 650px);
  }

  .hm-item {
    width: 650px;
  }

  .old-ovens-box {
    gap: 20px;
    width: calc(50% - 20px);
  }


  .ftmain {
    & .container {
      .ftleft {
        width: 320px;

        .ftlogodiv {
          min-width: 170px;
        }

        .ft_getintouch {
          /* padding-left: 20px; */
        }
      }

      .ftlinks {
        width: calc(100% - 320px);
      }
    }
  }

  .ftmain .ftleft .ft_getintouch {
    padding-left: 0 !important;
    margin: 30px 0 0;
  }

  /* .ftmain .ftlinks .wid25 {
    padding-left: 0;
    flex: 1;
    border-left: 0px solid transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
  } */

  .woocommerce ul.products li.product a img {
    min-height: 188px;
  }




}

@media (max-width: 1440px) {

  /* common-css */
  .mrgb100 {
    margin-bottom: 80px;
  }

  .paddtpbt100 {
    padding: 80px 0;
  }

  /* common-css */

  .row-reverse .content-block {
    padding-left: 70px;
  }

  .row-reverse .hm-content {
    padding-left: 70px;
  }

  .content-block {
    padding-right: 70px;
  }

  .content-block,
  .content-item,
  .hm-content,
  .hm-item {
    width: 50%;
  }

  .hm-content {
    padding-right: 40px;
  }

  form.form-box>p {
    margin-top: 15px;
    position: relative;
  }

  .form-control,
  input[type="text"],
  input[type="email"],
  select,
  textarea,
  input[type="number"],
  input[type="tel"],
  input[type="file"] {
    min-height: 50px;
    margin-bottom: 15px;
  }

  .form-group.width100.submit {
    margin-top: 14px;
  }

  .ft-cta-sec .flex-container {
    flex-wrap: nowrap;
  }

  .ft-cta-sec .flex-container .btnlist {
    flex-wrap: nowrap;
    min-width: 366px;
  }

  .accomplishment-slider-sec {
    padding: 60px 0;
  }

  .old-ovens-box {
    gap: 20px;
    width: calc(50% - 10px);
    padding: 15px;
  }

  .gallery-list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    row-gap: 20px;
  }

  .gallery-list>.slide-box {
    padding: 0 10px;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt {
    margin: 0 20px 0 0;
  }

  .cookingacadamy_cta .container .cooking_ctasmalltxt {
    width: 290px;
    padding: 0 30px;
  }

  .cookingacadamy_cta .container>img {
    width: 170px;
  }

  .free-quote-cta .flex-container {
    padding: 20px 30px;
  }

  .content-side {
    column-gap: 60px;
  }

  .content-side>.img-wrap::after {
    right: -30px;
  }

  .free-quote-info p {
    font-size: 16px;
  }

  .content-side>.img-wrap {
    flex-grow: 1;
  }

  .ftmain {
    & .container {
      & .ftlinks {
        row-gap: 20px;

        .wid25 {
          width: 50%;

          & ul li {
            margin-bottom: 10px;
          }
        }
      }
    }
  }

  .fttitle {
    margin-bottom: 15px;
  }

  img.footertxtimg {
    top: -44px;
  }

  .woocommerce ul.products li.product a img {
    min-height: 200px;
  }

  .flex-container.video-list {
    width: calc(100% + 30px);
    margin: 60px -15px 60px;
  }

  .aws-container .aws-show-clear .aws-search-field {
    padding-right: 2px;
  }

  .searchfielddiv {
    width: 168px;
  }

  a.head_logo {
    left: 10px;
  }

}

@media (max-width: 1200px) {

  /* common-css */
  .mrgb100 {
    margin-bottom: 60px;
  }

  .paddtpbt100 {
    padding: 60px 0;
  }

  /* common-css */

  .row-reverse .content-block {
    padding-left: 50px;
  }

  .content-block {
    padding-right: 50px;
  }

  .row-reverse .hm-content {
    padding-left: 50px;
  }

  .hm-content {
    padding-right: 30px;
  }

  /* .old-ovens-box {
    gap: 20px;
    width: calc(50% - 10px);
    padding: 15px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  } */

  .cookingacadamy_cta .container {
    padding: 0 10px;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt {
    font-size: 60px;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt>span {
    font-size: 30px;
  }

  .cookingacadamy_cta,
  .cookingacadamy_cta img.bgimg {
    min-height: 300px;
    max-width: 100%;
  }

  .commercial-ovens-gallery-page .free-quote-cta+.common-content-sec.texturedbx,
  .professional-oven-page .free-quote-cta+.common-content-sec.texturedbx {
    padding-top: calc(100px + 50px);
  }

  .content-side {
    width: 100%;
  }

  .free-quote-cta .flex-container {
    flex-wrap: wrap;
  }

  .both-content .hm-item {
    width: calc(50% - 10px);
    justify-content: flex-start;
  }

  .both-content .hm-content {
    width: calc(50% - 10px);
    padding: 0;
  }


  .ftmain {
    & .container {
      & .ftlinks {
        .wid25 {
          padding-left: 34px;

        }
      }
    }
  }

  .flex-container.video-list a .old-ovens-box .content {
    order: 1;
  }

  .woocommerce ul.products li.product a img {
    min-height: 170px;
  }

  .videos-wrap {
    min-height: auto;
    height: auto;
  }

  .theme-img::after {
    width: 100px;
    left: 20px;
    background-size: 100%;
  }


}

@media (max-width: 992px) {

  /* common-css */
  .mrgb100 {
    margin-bottom: 40px;
  }

  .paddtpbt100 {
    padding: 40px 0;
  }

  /* common-css */

  .content-block {
    padding-right: 0px;
  }

  .row-reverse .content-block {
    padding-left: 0px;
  }

  .content-block,
  .content-item,
  .hm-content,
  .hm-item {
    width: 100%;
  }

  .hm-item {
    justify-content: flex-start;
  }

  .row-reverse .hm-content {
    padding-left: 0;
    /* padding-top: 20px; */
  }

  .texturedbx .row-reverse .hm-content {
    padding-top: 0px;
  }

  .hm-content {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .hm-content .heading-60 {
    margin-bottom: 8px;
  }

  .ft-cta-sec .flex-container {
    justify-content: center;
    min-height: auto;
    padding: 30px 0;
    flex-wrap: wrap;
    text-align: center;
  }

  .history-content-section .flex-container {
    flex-wrap: wrap;
  }

  .history-content-left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .history-content-right {
    width: 100%;
    max-width: 100%;

  }

  .old-ovens-history .flex-container {
    flex-wrap: wrap;
    gap: 25px;
  }

  .old-ovens-box {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }

  .cookingacadamy_cta .container {
    justify-content: center;
  }

  .cookingacadamy_cta .container .cooking_ctasmalltxt::before {
    display: none;
  }

  .both-content .hm-item {
    width: calc(100%);
    justify-content: flex-start;
  }

  .both-content .hm-content {
    width: calc(100%);
    padding: 0;
    margin-bottom: 25px;
  }

  .ftmain {
    & .container {
      row-gap: 20px;

      & .ftleft {
        .ftlogodiv {
          /* min-width: 220px; */
        }
      }
    }
  }

  .ftmain {
    & .container {
      & .ftleft {
        width: 100%;
        border: 0;

        & .ftlogodiv {
          /* min-width: 220px; */
        }

        .ft_getintouch {
          padding-left: 40px;
        }
      }

      & .ftlinks {
        width: 100%;

        & .wid25 {
          padding-left: 20px;
          flex: 1;
        }
      }
    }
  }

  .fttitle {
    line-height: 1.2;
    font: 16px;
  }

  .cookingacadamy_cta .container {
    max-width: 96%;
  }

  .cookingacadamy_cta img {
    max-width: 100px;
  }

  .cookingacadamy_cta .container>img {
    width: 150px;
    max-width: 100%;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt {
    font-size: 50px;
  }

  .woocommerce ul.products li.product {
    margin: 0 !important;
    padding: 20px 10px;
  }

  .woocommerce ul.products .slick-slide {
    padding: 0 5px;
  }

  .woocommerce ul.products li.product .button {
    padding: 0 10px !important;
    display: inline-flex;
  }

  .free-quote-cta.video-content {
    margin: 60px 0;
  }

  .ftmain {
    & .container {
      & .ftlinks {
        .wid25 {
          width: calc(50% - 50px);
          padding: 0 !important;
          margin-right: 20px;
          border-left: 0px solid rgba(255, 255, 255, 0.05);
          border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
        }
      }
    }
  }

  .ftmain .ftleft .ft_getintouch {
    padding-left: 40px !important;
  }

  .copyright .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .aws-search-result .aws_result_excerpt {
    display: none;
  }


  .flex-container.video-list a {
    width: calc(33.33% - 30px);
    margin: 0 5px;
    overflow: hidden;
  }

  .flex-container.video-list a .old-ovens-box .content {
    order: 2;
  }

  .bannersociallinks:before {
    display: none;
  }

  .woocommerce ul.products li.product a img {
    min-height: 208px;
  }

  .ftmain .container .ftlinks .wid25:last-child {
    border-right: 0px solid transparent !important;
  }
}

@media (max-width: 768px) {
  .accomplishment-slider-sec {
    padding: 40px 0;
  }

  /* commom-css */
  .hm-content>ul+.btnlist {
    margin-top: 0px;
  }

  /* commom-css */
  .old-ovens-box {
    width: 100%;
    /* flex-wrap: wrap;
    flex-direction: column-reverse; */
  }

  .gallery-list>.slide-box {
    width: calc(33.33%);
  }

  .cookingacadamy_cta {
    padding: 30px 0;
  }

  .content-side {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .free-quote-cta .flex-container {
    justify-content: center;
    padding: 20px 20px;

    & .btnlist {
      min-width: auto;
    }
  }

  .content-side>.img-wrap {
    max-width: 200px;
  }

  .content-side>.img-wrap::after {
    display: none;
  }

  .commercial-ovens-gallery-page .free-quote-cta+.common-content-sec.texturedbx,
  .professional-oven-page .free-quote-cta+.common-content-sec.texturedbx {
    padding-top: calc(100px + 25px);
  }

  .free-quote-info .heading-36 {
    margin-bottom: 0 !important;
  }

  .ftmain {
    & .container {
      & .ftlinks {
        & .wid25 {
          padding-left: 20px;
          flex: auto;

          &:nth-child(3) {
            border: 0px solid transparent;
          }
        }
      }
    }
  }

  .woocommerce ul.products li.product a img {
    min-height: 208px;
  }


  .flex-container.video-list a {
    width: calc(47% - 10px);
    margin: 0 5px;
    overflow: hidden;
  }

  .flex-container.video-list a .old-ovens-box .content {
    order: 1;
  }

  .flex-container.video-list a .old-ovens-box .content .proddtl_content {
    height: 34px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.2;
  }

  .flex-container.video-list a .old-ovens-box .content {
    padding: 5px 10px;
  }

  /* .old-ovens-box>.img-wrap {
    min-width: 100%;
  } */

  .videos-wrap.theme-img a img.blob {
    width: 90px;
    height: 90px;
    margin: -90px 0 0 -45px;
  }

}

@media (max-width: 576px) {

  /* commom-css */
  [class*="heading-"],
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.15;
  }

  .container {
    width: 92%;
    /* padding: 0; */
  }


  button,
  .button,
  button[type="submit"],
  input[type="submit"] {
    padding: 9px 23px 9px !important;
    gap: 6px;
  }

  .btnlist {
    gap: 6px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .mrgb100 {
    margin-bottom: 30px;
  }

  .hm-content>p+a.button {
    margin-top: 0 !important;
  }

  .paddtpbt100 {
    padding: 30px 0;
  }

  /* commom-css */

  .ft-cta-sec .flex-container .btnlist {
    min-width: auto;
    flex-wrap: wrap;
  }

  .ft-cta-sec .flex-container {
    gap: 10px;
    padding: 22px 0;
  }

  .ft-cta-sec .flex-container .heading-46 {
    text-transform: uppercase;
  }

  .videos-wrap {
    display: inline-block;
    width: 100%;
    /* min-height: 375px; */
    min-height: auto;
    height: auto;
  }

  .count-box:nth-child(even) {
    border-left: 0px solid rgba(0, 0, 0, 0.10);
  }

  .history-counts-box {
    gap: 40px;
  }

  .history-counts-box:after {
    display: none;
  }

  .count-box {
    width: 100%;
    min-height: auto;
    position: relative;
  }

  .count-box:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  }

  /* .count-box:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  } */
  .count>p {
    margin-top: 10px;
    font-size: 16px;
  }

  .gallery-list {
    width: calc(100% + 10px);
    margin: 0 -5px;
    row-gap: 10px;
  }

  .gallery-list>.slide-box {
    padding: 0 5px;
    width: 50%;
  }

  .accomplishment-slider-sec {
    padding: 30px 0;
  }

  .accomplishment-slider-sec .heading-36 {
    margin-bottom: 18px;
  }

  .cookingacadamy_cta .container .cooking_ctasmalltxt {
    font-size: 30px;
    text-align: center;
  }

  .cookingacadamy_cta .container .cooking_ctasmalltxt>span {
    font-size: 18px;
    text-align: center;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt {
    font-size: 60px;
    text-align: center;
    margin: 0;
  }

  .cookingacadamy_cta .container .cooking_ctasmaintxt>span {
    font-size: 26px;
    text-align: center;
  }

  .cookingacadamy_cta .container {
    flex-direction: column;
    gap: 20px;
  }

  .cookingacadamy_cta {
    padding: 50px 0 30px;
  }

  .fourfeature_container {
    column-count: 1;
    height: auto;
    padding: 15px 0;
  }

  .fourfeature_container .fourfeaturebx {
    padding: 15px 0 20px;
    line-height: 1;
    width: 100%;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .fourfeature_container .fourfeaturebx .countdiv {
    font-size: 40px;
    margin-bottom: 10px;

  }

  .fourfeature_container .fourfeaturebx:last-child {
    border-width: 0px;
  }

  .old-ovens-box {
    align-items: center;
  }

  .copyright {
    background: #171717;
    border-top: 1px solid rgb(255 255 255 / 20%);

    & .container {
      padding: 20px 0;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;

      &>div {
        display: inline-block;
        line-height: 1;
        color: #fff;
      }
    }
  }

  .ftmain {
    & .container {
      & .ftleft {
        & .ftlogodiv {
          min-width: auto;
          width: 100%;
          border: 0;
          text-align: center;

          &>a {
            display: inline-block;
          }

          & .sociallinks {
            justify-content: center;
            margin: 0 0 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid rgb(255 255 255 / 20%);
          }
        }

        & .ft_getintouch {
          padding-left: 0px;
          width: 100%;
          border-bottom: 1px solid rgb(255 255 255 / 20%);

          & dl {
            margin: 0 0 15px 0;
          }
        }
      }
    }
  }

  .ftmain {
    & .container {
      padding: 20px 0px 70px;
      row-gap: 15px;

      & .ftlinks {
        row-gap: 00px;

        & .wid25 {
          width: 100%;
          padding: 0;
          border: 0;
          border-color: #131313 !important;

          & .fttitle {
            margin-bottom: 13px;
          }

          & ul {
            display: none;
          }
        }
      }
    }
  }

  .fttitle {
    line-height: 1;
    font-size: 18px;
  }

  img.footertxtimg {
    top: -37px;
    opacity: 0.5;
  }

  .wid25 .fttitle {
    position: relative;
  }

  .wid25 .fttitle::after {
    content: "";
    position: absolute;
    background: url(../images/icon/plus.svg) no-repeat 0 0;
    left: inherit;
    right: 0;
    width: 15px;
    height: 15px;
    bottom: inherit;
    top: 0px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    background-position: center !important;
    filter: brightness(0) invert(1);
  }

  .wid25 .fttitle.showhide::after {
    background: url(../images/icon/minus.svg) no-repeat 0 0;
    transform: rotate(360deg);
    transform-origin: center;
  }

  .fttitle+ul>li {
    padding-left: 15px;
  }

  .fttitle.showhide+ul {
    display: inline-block !important;
    margin-bottom: 15px !important;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
  }

  .woocommerce ul.products li.product .button {
    padding: 0 10px !important;
    font-size: 14px !important;
  }

  .old-ovens-history .flex-container {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 60px 0 30px 0;
  }

  .flex-container.video-list a {
    width: calc(50% - 20px);
    margin: 0 5px;
    overflow: hidden;
  }

  .free-quote-cta.video-content .container .flex-container.wrap {
    padding: 30px 30px;
  }

  .free-quote-cta.video-content .row-reverse .hm-item.sticky {
    height: 250px;
  }

  .aws-container .aws-show-clear .aws-search-field {
    padding-right: 22px;
  }

  .copyright .container p {
    line-height: 2;
  }

  .ftmain .ftleft .ft_getintouch {
    padding-left: 0 !important;
  }

  .woocommerce ul.products li.product a img {
    min-height: 100px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    line-height: 1.2;
    height: 44px;
  }

  body.overlayshow .searchfielddiv,
  body.overlayshow a.head_logo {
    display: none;
  }

  body.overlayshow {
    overflow: hidden;
  }

  .scrollTop {
    display: none;
  }

  .fancybox-button--close {
    min-width: auto !important;
  }

  .woocommerce ul.products li.product a img {
    min-height: 208px !important;
    width: 180px;
    margin: 0 auto;
  }

  .flex-container.video-list a {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .flex-container.video-list a .old-ovens-box .content {
    width: 100%;
  }

  .flex-container.video-list a .old-ovens-box .content .proddtl_content {
    display: inline-flex;
    align-items: center;
  }

  .old-ovens-history.mb-100 .container {
    width: 100% !important;
  }

}


@media (max-width: 480px) {
  .woocommerce ul.products li.product a img {
    min-height: 180px !important;
  }


  .old-ovens-box>.img-wrap {
    min-width: 100%;
  }

  .old-ovens-box {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .old-ovens-box a.show-hide {
    order: 1;
  }

  .old-ovens-box .img-wrap img {
    width: 100%;
  }

  .old-ovens-box .content.home_cnt {
    order: 2;
  }
}