/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top
40. Print Css



==============================================  */
/* Default  */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

:root {
  --color-primary: #629D23;
  --color-secondary: #1F1F25;
  --color-body: #6E777D;
  --color-heading-1: #2C3C28;
  --color-white: #fff;
  --color-success: #3EB75E;
  --color-danger: #DC2626;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Barlow", sans-serif;
  --font-secondary: "Barlow", sans-serif;
  --font-three: "FontAwesome";
  --font-size-b1: 16px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --line-height-b1: 1.3;
  --line-height-b2: 1.3;
  --line-height-b3: 1.3;
  --h1: 60px;
  --h2: 30px;
  --h3: 26px;
  --h4: 18px;
  --h5: 16px;
  --h6: 15px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Barlow", sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Barlow", sans-serif;
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.1;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.23;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 54px;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.25;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.24;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}

.bg-color-tertiary p {
  color: #6c7279;
}

.bg-color-tertiary a {
  color: #6c7279;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }

  h5,
  .h5 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.h5 {
  font-weight: var(--s-bold);
}

h6,
.h6 {
  font-weight: var(--s-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-very-light-gray-color {
  color: var(--color-white);
}

p.has-background {
  padding: 20px 30px;
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

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

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Exo", sans-serif;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}

ul.liststyle.bullet li+li {
  margin-top: 8px;
}

ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
}

ul li a {
  text-decoration: none;
  color: var(--color-gray);
}

ul li a:hover {
  color: var(--color-primary);
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px;
}

ol li a {
  color: var(--color-heading);
  text-decoration: none;
}

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

.typo-title-area .title {
  margin-top: 0;
}

.paragraph-area p.disc {
  margin-bottom: 20px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}

/*=========================
    Section Separation 
==========================*/
.rts-section-gap {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.rts-section-gapTop {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapTop {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gapTop {
    padding-top: 60px;
  }
}

.rts-section-gap2 {
  padding: 100px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2 {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2 {
    padding: 100px 0;
  }
}

.rts-section-gap2Bottom {
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2Bottom {
    padding-bottom: 100px;
  }
}

.rts-section-gap2Top {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap2Top {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap2Top {
    padding-top: 100px;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

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

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0;
  }

  .plr_lp--5 {
    padding: 0 5px;
  }

  .pt_lp--5 {
    padding-top: 5px;
  }

  .pb_lp--5 {
    padding-bottom: 5px;
  }

  .pl_lp--5 {
    padding-left: 5px;
  }

  .pr_lp--5 {
    padding-right: 5px;
  }

  .mt_lp--5 {
    margin-top: 5px;
  }

  .mb_lp--5 {
    margin-bottom: 5px;
  }

  .ptb_lp--10 {
    padding: 10px 0;
  }

  .plr_lp--10 {
    padding: 0 10px;
  }

  .pt_lp--10 {
    padding-top: 10px;
  }

  .pb_lp--10 {
    padding-bottom: 10px;
  }

  .pl_lp--10 {
    padding-left: 10px;
  }

  .pr_lp--10 {
    padding-right: 10px;
  }

  .mt_lp--10 {
    margin-top: 10px;
  }

  .mb_lp--10 {
    margin-bottom: 10px;
  }

  .ptb_lp--15 {
    padding: 15px 0;
  }

  .plr_lp--15 {
    padding: 0 15px;
  }

  .pt_lp--15 {
    padding-top: 15px;
  }

  .pb_lp--15 {
    padding-bottom: 15px;
  }

  .pl_lp--15 {
    padding-left: 15px;
  }

  .pr_lp--15 {
    padding-right: 15px;
  }

  .mt_lp--15 {
    margin-top: 15px;
  }

  .mb_lp--15 {
    margin-bottom: 15px;
  }

  .ptb_lp--20 {
    padding: 20px 0;
  }

  .plr_lp--20 {
    padding: 0 20px;
  }

  .pt_lp--20 {
    padding-top: 20px;
  }

  .pb_lp--20 {
    padding-bottom: 20px;
  }

  .pl_lp--20 {
    padding-left: 20px;
  }

  .pr_lp--20 {
    padding-right: 20px;
  }

  .mt_lp--20 {
    margin-top: 20px;
  }

  .mb_lp--20 {
    margin-bottom: 20px;
  }

  .ptb_lp--25 {
    padding: 25px 0;
  }

  .plr_lp--25 {
    padding: 0 25px;
  }

  .pt_lp--25 {
    padding-top: 25px;
  }

  .pb_lp--25 {
    padding-bottom: 25px;
  }

  .pl_lp--25 {
    padding-left: 25px;
  }

  .pr_lp--25 {
    padding-right: 25px;
  }

  .mt_lp--25 {
    margin-top: 25px;
  }

  .mb_lp--25 {
    margin-bottom: 25px;
  }

  .ptb_lp--30 {
    padding: 30px 0;
  }

  .plr_lp--30 {
    padding: 0 30px;
  }

  .pt_lp--30 {
    padding-top: 30px;
  }

  .pb_lp--30 {
    padding-bottom: 30px;
  }

  .pl_lp--30 {
    padding-left: 30px;
  }

  .pr_lp--30 {
    padding-right: 30px;
  }

  .mt_lp--30 {
    margin-top: 30px;
  }

  .mb_lp--30 {
    margin-bottom: 30px;
  }

  .ptb_lp--35 {
    padding: 35px 0;
  }

  .plr_lp--35 {
    padding: 0 35px;
  }

  .pt_lp--35 {
    padding-top: 35px;
  }

  .pb_lp--35 {
    padding-bottom: 35px;
  }

  .pl_lp--35 {
    padding-left: 35px;
  }

  .pr_lp--35 {
    padding-right: 35px;
  }

  .mt_lp--35 {
    margin-top: 35px;
  }

  .mb_lp--35 {
    margin-bottom: 35px;
  }

  .ptb_lp--40 {
    padding: 40px 0;
  }

  .plr_lp--40 {
    padding: 0 40px;
  }

  .pt_lp--40 {
    padding-top: 40px;
  }

  .pb_lp--40 {
    padding-bottom: 40px;
  }

  .pl_lp--40 {
    padding-left: 40px;
  }

  .pr_lp--40 {
    padding-right: 40px;
  }

  .mt_lp--40 {
    margin-top: 40px;
  }

  .mb_lp--40 {
    margin-bottom: 40px;
  }

  .ptb_lp--45 {
    padding: 45px 0;
  }

  .plr_lp--45 {
    padding: 0 45px;
  }

  .pt_lp--45 {
    padding-top: 45px;
  }

  .pb_lp--45 {
    padding-bottom: 45px;
  }

  .pl_lp--45 {
    padding-left: 45px;
  }

  .pr_lp--45 {
    padding-right: 45px;
  }

  .mt_lp--45 {
    margin-top: 45px;
  }

  .mb_lp--45 {
    margin-bottom: 45px;
  }

  .ptb_lp--50 {
    padding: 50px 0;
  }

  .plr_lp--50 {
    padding: 0 50px;
  }

  .pt_lp--50 {
    padding-top: 50px;
  }

  .pb_lp--50 {
    padding-bottom: 50px;
  }

  .pl_lp--50 {
    padding-left: 50px;
  }

  .pr_lp--50 {
    padding-right: 50px;
  }

  .mt_lp--50 {
    margin-top: 50px;
  }

  .mb_lp--50 {
    margin-bottom: 50px;
  }

  .ptb_lp--55 {
    padding: 55px 0;
  }

  .plr_lp--55 {
    padding: 0 55px;
  }

  .pt_lp--55 {
    padding-top: 55px;
  }

  .pb_lp--55 {
    padding-bottom: 55px;
  }

  .pl_lp--55 {
    padding-left: 55px;
  }

  .pr_lp--55 {
    padding-right: 55px;
  }

  .mt_lp--55 {
    margin-top: 55px;
  }

  .mb_lp--55 {
    margin-bottom: 55px;
  }

  .ptb_lp--60 {
    padding: 60px 0;
  }

  .plr_lp--60 {
    padding: 0 60px;
  }

  .pt_lp--60 {
    padding-top: 60px;
  }

  .pb_lp--60 {
    padding-bottom: 60px;
  }

  .pl_lp--60 {
    padding-left: 60px;
  }

  .pr_lp--60 {
    padding-right: 60px;
  }

  .mt_lp--60 {
    margin-top: 60px;
  }

  .mb_lp--60 {
    margin-bottom: 60px;
  }

  .ptb_lp--65 {
    padding: 65px 0;
  }

  .plr_lp--65 {
    padding: 0 65px;
  }

  .pt_lp--65 {
    padding-top: 65px;
  }

  .pb_lp--65 {
    padding-bottom: 65px;
  }

  .pl_lp--65 {
    padding-left: 65px;
  }

  .pr_lp--65 {
    padding-right: 65px;
  }

  .mt_lp--65 {
    margin-top: 65px;
  }

  .mb_lp--65 {
    margin-bottom: 65px;
  }

  .ptb_lp--70 {
    padding: 70px 0;
  }

  .plr_lp--70 {
    padding: 0 70px;
  }

  .pt_lp--70 {
    padding-top: 70px;
  }

  .pb_lp--70 {
    padding-bottom: 70px;
  }

  .pl_lp--70 {
    padding-left: 70px;
  }

  .pr_lp--70 {
    padding-right: 70px;
  }

  .mt_lp--70 {
    margin-top: 70px;
  }

  .mb_lp--70 {
    margin-bottom: 70px;
  }

  .ptb_lp--75 {
    padding: 75px 0;
  }

  .plr_lp--75 {
    padding: 0 75px;
  }

  .pt_lp--75 {
    padding-top: 75px;
  }

  .pb_lp--75 {
    padding-bottom: 75px;
  }

  .pl_lp--75 {
    padding-left: 75px;
  }

  .pr_lp--75 {
    padding-right: 75px;
  }

  .mt_lp--75 {
    margin-top: 75px;
  }

  .mb_lp--75 {
    margin-bottom: 75px;
  }

  .ptb_lp--80 {
    padding: 80px 0;
  }

  .plr_lp--80 {
    padding: 0 80px;
  }

  .pt_lp--80 {
    padding-top: 80px;
  }

  .pb_lp--80 {
    padding-bottom: 80px;
  }

  .pl_lp--80 {
    padding-left: 80px;
  }

  .pr_lp--80 {
    padding-right: 80px;
  }

  .mt_lp--80 {
    margin-top: 80px;
  }

  .mb_lp--80 {
    margin-bottom: 80px;
  }

  .ptb_lp--85 {
    padding: 85px 0;
  }

  .plr_lp--85 {
    padding: 0 85px;
  }

  .pt_lp--85 {
    padding-top: 85px;
  }

  .pb_lp--85 {
    padding-bottom: 85px;
  }

  .pl_lp--85 {
    padding-left: 85px;
  }

  .pr_lp--85 {
    padding-right: 85px;
  }

  .mt_lp--85 {
    margin-top: 85px;
  }

  .mb_lp--85 {
    margin-bottom: 85px;
  }

  .ptb_lp--90 {
    padding: 90px 0;
  }

  .plr_lp--90 {
    padding: 0 90px;
  }

  .pt_lp--90 {
    padding-top: 90px;
  }

  .pb_lp--90 {
    padding-bottom: 90px;
  }

  .pl_lp--90 {
    padding-left: 90px;
  }

  .pr_lp--90 {
    padding-right: 90px;
  }

  .mt_lp--90 {
    margin-top: 90px;
  }

  .mb_lp--90 {
    margin-bottom: 90px;
  }

  .ptb_lp--95 {
    padding: 95px 0;
  }

  .plr_lp--95 {
    padding: 0 95px;
  }

  .pt_lp--95 {
    padding-top: 95px;
  }

  .pb_lp--95 {
    padding-bottom: 95px;
  }

  .pl_lp--95 {
    padding-left: 95px;
  }

  .pr_lp--95 {
    padding-right: 95px;
  }

  .mt_lp--95 {
    margin-top: 95px;
  }

  .mb_lp--95 {
    margin-bottom: 95px;
  }

  .ptb_lp--100 {
    padding: 100px 0;
  }

  .plr_lp--100 {
    padding: 0 100px;
  }

  .pt_lp--100 {
    padding-top: 100px;
  }

  .pb_lp--100 {
    padding-bottom: 100px;
  }

  .pl_lp--100 {
    padding-left: 100px;
  }

  .pr_lp--100 {
    padding-right: 100px;
  }

  .mt_lp--100 {
    margin-top: 100px;
  }

  .mb_lp--100 {
    margin-bottom: 100px;
  }

  .ptb_lp--105 {
    padding: 105px 0;
  }

  .plr_lp--105 {
    padding: 0 105px;
  }

  .pt_lp--105 {
    padding-top: 105px;
  }

  .pb_lp--105 {
    padding-bottom: 105px;
  }

  .pl_lp--105 {
    padding-left: 105px;
  }

  .pr_lp--105 {
    padding-right: 105px;
  }

  .mt_lp--105 {
    margin-top: 105px;
  }

  .mb_lp--105 {
    margin-bottom: 105px;
  }

  .ptb_lp--110 {
    padding: 110px 0;
  }

  .plr_lp--110 {
    padding: 0 110px;
  }

  .pt_lp--110 {
    padding-top: 110px;
  }

  .pb_lp--110 {
    padding-bottom: 110px;
  }

  .pl_lp--110 {
    padding-left: 110px;
  }

  .pr_lp--110 {
    padding-right: 110px;
  }

  .mt_lp--110 {
    margin-top: 110px;
  }

  .mb_lp--110 {
    margin-bottom: 110px;
  }

  .ptb_lp--115 {
    padding: 115px 0;
  }

  .plr_lp--115 {
    padding: 0 115px;
  }

  .pt_lp--115 {
    padding-top: 115px;
  }

  .pb_lp--115 {
    padding-bottom: 115px;
  }

  .pl_lp--115 {
    padding-left: 115px;
  }

  .pr_lp--115 {
    padding-right: 115px;
  }

  .mt_lp--115 {
    margin-top: 115px;
  }

  .mb_lp--115 {
    margin-bottom: 115px;
  }

  .ptb_lp--120 {
    padding: 120px 0;
  }

  .plr_lp--120 {
    padding: 0 120px;
  }

  .pt_lp--120 {
    padding-top: 120px;
  }

  .pb_lp--120 {
    padding-bottom: 120px;
  }

  .pl_lp--120 {
    padding-left: 120px;
  }

  .pr_lp--120 {
    padding-right: 120px;
  }

  .mt_lp--120 {
    margin-top: 120px;
  }

  .mb_lp--120 {
    margin-bottom: 120px;
  }

  .ptb_lp--125 {
    padding: 125px 0;
  }

  .plr_lp--125 {
    padding: 0 125px;
  }

  .pt_lp--125 {
    padding-top: 125px;
  }

  .pb_lp--125 {
    padding-bottom: 125px;
  }

  .pl_lp--125 {
    padding-left: 125px;
  }

  .pr_lp--125 {
    padding-right: 125px;
  }

  .mt_lp--125 {
    margin-top: 125px;
  }

  .mb_lp--125 {
    margin-bottom: 125px;
  }

  .ptb_lp--130 {
    padding: 130px 0;
  }

  .plr_lp--130 {
    padding: 0 130px;
  }

  .pt_lp--130 {
    padding-top: 130px;
  }

  .pb_lp--130 {
    padding-bottom: 130px;
  }

  .pl_lp--130 {
    padding-left: 130px;
  }

  .pr_lp--130 {
    padding-right: 130px;
  }

  .mt_lp--130 {
    margin-top: 130px;
  }

  .mb_lp--130 {
    margin-bottom: 130px;
  }

  .ptb_lp--135 {
    padding: 135px 0;
  }

  .plr_lp--135 {
    padding: 0 135px;
  }

  .pt_lp--135 {
    padding-top: 135px;
  }

  .pb_lp--135 {
    padding-bottom: 135px;
  }

  .pl_lp--135 {
    padding-left: 135px;
  }

  .pr_lp--135 {
    padding-right: 135px;
  }

  .mt_lp--135 {
    margin-top: 135px;
  }

  .mb_lp--135 {
    margin-bottom: 135px;
  }

  .ptb_lp--140 {
    padding: 140px 0;
  }

  .plr_lp--140 {
    padding: 0 140px;
  }

  .pt_lp--140 {
    padding-top: 140px;
  }

  .pb_lp--140 {
    padding-bottom: 140px;
  }

  .pl_lp--140 {
    padding-left: 140px;
  }

  .pr_lp--140 {
    padding-right: 140px;
  }

  .mt_lp--140 {
    margin-top: 140px;
  }

  .mb_lp--140 {
    margin-bottom: 140px;
  }

  .ptb_lp--145 {
    padding: 145px 0;
  }

  .plr_lp--145 {
    padding: 0 145px;
  }

  .pt_lp--145 {
    padding-top: 145px;
  }

  .pb_lp--145 {
    padding-bottom: 145px;
  }

  .pl_lp--145 {
    padding-left: 145px;
  }

  .pr_lp--145 {
    padding-right: 145px;
  }

  .mt_lp--145 {
    margin-top: 145px;
  }

  .mb_lp--145 {
    margin-bottom: 145px;
  }

  .ptb_lp--150 {
    padding: 150px 0;
  }

  .plr_lp--150 {
    padding: 0 150px;
  }

  .pt_lp--150 {
    padding-top: 150px;
  }

  .pb_lp--150 {
    padding-bottom: 150px;
  }

  .pl_lp--150 {
    padding-left: 150px;
  }

  .pr_lp--150 {
    padding-right: 150px;
  }

  .mt_lp--150 {
    margin-top: 150px;
  }

  .mb_lp--150 {
    margin-bottom: 150px;
  }

  .ptb_lp--155 {
    padding: 155px 0;
  }

  .plr_lp--155 {
    padding: 0 155px;
  }

  .pt_lp--155 {
    padding-top: 155px;
  }

  .pb_lp--155 {
    padding-bottom: 155px;
  }

  .pl_lp--155 {
    padding-left: 155px;
  }

  .pr_lp--155 {
    padding-right: 155px;
  }

  .mt_lp--155 {
    margin-top: 155px;
  }

  .mb_lp--155 {
    margin-bottom: 155px;
  }

  .ptb_lp--160 {
    padding: 160px 0;
  }

  .plr_lp--160 {
    padding: 0 160px;
  }

  .pt_lp--160 {
    padding-top: 160px;
  }

  .pb_lp--160 {
    padding-bottom: 160px;
  }

  .pl_lp--160 {
    padding-left: 160px;
  }

  .pr_lp--160 {
    padding-right: 160px;
  }

  .mt_lp--160 {
    margin-top: 160px;
  }

  .mb_lp--160 {
    margin-bottom: 160px;
  }

  .ptb_lp--165 {
    padding: 165px 0;
  }

  .plr_lp--165 {
    padding: 0 165px;
  }

  .pt_lp--165 {
    padding-top: 165px;
  }

  .pb_lp--165 {
    padding-bottom: 165px;
  }

  .pl_lp--165 {
    padding-left: 165px;
  }

  .pr_lp--165 {
    padding-right: 165px;
  }

  .mt_lp--165 {
    margin-top: 165px;
  }

  .mb_lp--165 {
    margin-bottom: 165px;
  }

  .ptb_lp--170 {
    padding: 170px 0;
  }

  .plr_lp--170 {
    padding: 0 170px;
  }

  .pt_lp--170 {
    padding-top: 170px;
  }

  .pb_lp--170 {
    padding-bottom: 170px;
  }

  .pl_lp--170 {
    padding-left: 170px;
  }

  .pr_lp--170 {
    padding-right: 170px;
  }

  .mt_lp--170 {
    margin-top: 170px;
  }

  .mb_lp--170 {
    margin-bottom: 170px;
  }

  .ptb_lp--175 {
    padding: 175px 0;
  }

  .plr_lp--175 {
    padding: 0 175px;
  }

  .pt_lp--175 {
    padding-top: 175px;
  }

  .pb_lp--175 {
    padding-bottom: 175px;
  }

  .pl_lp--175 {
    padding-left: 175px;
  }

  .pr_lp--175 {
    padding-right: 175px;
  }

  .mt_lp--175 {
    margin-top: 175px;
  }

  .mb_lp--175 {
    margin-bottom: 175px;
  }

  .ptb_lp--180 {
    padding: 180px 0;
  }

  .plr_lp--180 {
    padding: 0 180px;
  }

  .pt_lp--180 {
    padding-top: 180px;
  }

  .pb_lp--180 {
    padding-bottom: 180px;
  }

  .pl_lp--180 {
    padding-left: 180px;
  }

  .pr_lp--180 {
    padding-right: 180px;
  }

  .mt_lp--180 {
    margin-top: 180px;
  }

  .mb_lp--180 {
    margin-bottom: 180px;
  }

  .ptb_lp--185 {
    padding: 185px 0;
  }

  .plr_lp--185 {
    padding: 0 185px;
  }

  .pt_lp--185 {
    padding-top: 185px;
  }

  .pb_lp--185 {
    padding-bottom: 185px;
  }

  .pl_lp--185 {
    padding-left: 185px;
  }

  .pr_lp--185 {
    padding-right: 185px;
  }

  .mt_lp--185 {
    margin-top: 185px;
  }

  .mb_lp--185 {
    margin-bottom: 185px;
  }

  .ptb_lp--190 {
    padding: 190px 0;
  }

  .plr_lp--190 {
    padding: 0 190px;
  }

  .pt_lp--190 {
    padding-top: 190px;
  }

  .pb_lp--190 {
    padding-bottom: 190px;
  }

  .pl_lp--190 {
    padding-left: 190px;
  }

  .pr_lp--190 {
    padding-right: 190px;
  }

  .mt_lp--190 {
    margin-top: 190px;
  }

  .mb_lp--190 {
    margin-bottom: 190px;
  }

  .ptb_lp--195 {
    padding: 195px 0;
  }

  .plr_lp--195 {
    padding: 0 195px;
  }

  .pt_lp--195 {
    padding-top: 195px;
  }

  .pb_lp--195 {
    padding-bottom: 195px;
  }

  .pl_lp--195 {
    padding-left: 195px;
  }

  .pr_lp--195 {
    padding-right: 195px;
  }

  .mt_lp--195 {
    margin-top: 195px;
  }

  .mb_lp--195 {
    margin-bottom: 195px;
  }

  .ptb_lp--200 {
    padding: 200px 0;
  }

  .plr_lp--200 {
    padding: 0 200px;
  }

  .pt_lp--200 {
    padding-top: 200px;
  }

  .pb_lp--200 {
    padding-bottom: 200px;
  }

  .pl_lp--200 {
    padding-left: 200px;
  }

  .pr_lp--200 {
    padding-right: 200px;
  }

  .mt_lp--200 {
    margin-top: 200px;
  }

  .mb_lp--200 {
    margin-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

  .pb_lg--50 {
    padding-bottom: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

  .pb_lg--70 {
    padding-bottom: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }

  .ptb_lg--105 {
    padding: 105px 0 !important;
  }

  .plr_lg--105 {
    padding: 0 105px !important;
  }

  .pt_lg--105 {
    padding-top: 105px !important;
  }

  .pb_lg--105 {
    padding-bottom: 105px !important;
  }

  .pl_lg--105 {
    padding-left: 105px !important;
  }

  .pr_lg--105 {
    padding-right: 105px !important;
  }

  .mt_lg--105 {
    margin-top: 105px !important;
  }

  .mb_lg--105 {
    margin-bottom: 105px !important;
  }

  .ml_lg--105 {
    margin-left: 105px !important;
  }

  .ptb_lg--110 {
    padding: 110px 0 !important;
  }

  .plr_lg--110 {
    padding: 0 110px !important;
  }

  .pt_lg--110 {
    padding-top: 110px !important;
  }

  .pb_lg--110 {
    padding-bottom: 110px !important;
  }

  .pl_lg--110 {
    padding-left: 110px !important;
  }

  .pr_lg--110 {
    padding-right: 110px !important;
  }

  .mt_lg--110 {
    margin-top: 110px !important;
  }

  .mb_lg--110 {
    margin-bottom: 110px !important;
  }

  .ml_lg--110 {
    margin-left: 110px !important;
  }

  .ptb_lg--115 {
    padding: 115px 0 !important;
  }

  .plr_lg--115 {
    padding: 0 115px !important;
  }

  .pt_lg--115 {
    padding-top: 115px !important;
  }

  .pb_lg--115 {
    padding-bottom: 115px !important;
  }

  .pl_lg--115 {
    padding-left: 115px !important;
  }

  .pr_lg--115 {
    padding-right: 115px !important;
  }

  .mt_lg--115 {
    margin-top: 115px !important;
  }

  .mb_lg--115 {
    margin-bottom: 115px !important;
  }

  .ml_lg--115 {
    margin-left: 115px !important;
  }

  .ptb_lg--120 {
    padding: 120px 0 !important;
  }

  .plr_lg--120 {
    padding: 0 120px !important;
  }

  .pt_lg--120 {
    padding-top: 120px !important;
  }

  .pb_lg--120 {
    padding-bottom: 120px !important;
  }

  .pl_lg--120 {
    padding-left: 120px !important;
  }

  .pr_lg--120 {
    padding-right: 120px !important;
  }

  .mt_lg--120 {
    margin-top: 120px !important;
  }

  .mb_lg--120 {
    margin-bottom: 120px !important;
  }

  .ml_lg--120 {
    margin-left: 120px !important;
  }

  .ptb_lg--125 {
    padding: 125px 0 !important;
  }

  .plr_lg--125 {
    padding: 0 125px !important;
  }

  .pt_lg--125 {
    padding-top: 125px !important;
  }

  .pb_lg--125 {
    padding-bottom: 125px !important;
  }

  .pl_lg--125 {
    padding-left: 125px !important;
  }

  .pr_lg--125 {
    padding-right: 125px !important;
  }

  .mt_lg--125 {
    margin-top: 125px !important;
  }

  .mb_lg--125 {
    margin-bottom: 125px !important;
  }

  .ml_lg--125 {
    margin-left: 125px !important;
  }

  .ptb_lg--130 {
    padding: 130px 0 !important;
  }

  .plr_lg--130 {
    padding: 0 130px !important;
  }

  .pt_lg--130 {
    padding-top: 130px !important;
  }

  .pb_lg--130 {
    padding-bottom: 130px !important;
  }

  .pl_lg--130 {
    padding-left: 130px !important;
  }

  .pr_lg--130 {
    padding-right: 130px !important;
  }

  .mt_lg--130 {
    margin-top: 130px !important;
  }

  .mb_lg--130 {
    margin-bottom: 130px !important;
  }

  .ml_lg--130 {
    margin-left: 130px !important;
  }

  .ptb_lg--135 {
    padding: 135px 0 !important;
  }

  .plr_lg--135 {
    padding: 0 135px !important;
  }

  .pt_lg--135 {
    padding-top: 135px !important;
  }

  .pb_lg--135 {
    padding-bottom: 135px !important;
  }

  .pl_lg--135 {
    padding-left: 135px !important;
  }

  .pr_lg--135 {
    padding-right: 135px !important;
  }

  .mt_lg--135 {
    margin-top: 135px !important;
  }

  .mb_lg--135 {
    margin-bottom: 135px !important;
  }

  .ml_lg--135 {
    margin-left: 135px !important;
  }

  .ptb_lg--140 {
    padding: 140px 0 !important;
  }

  .plr_lg--140 {
    padding: 0 140px !important;
  }

  .pt_lg--140 {
    padding-top: 140px !important;
  }

  .pb_lg--140 {
    padding-bottom: 140px !important;
  }

  .pl_lg--140 {
    padding-left: 140px !important;
  }

  .pr_lg--140 {
    padding-right: 140px !important;
  }

  .mt_lg--140 {
    margin-top: 140px !important;
  }

  .mb_lg--140 {
    margin-bottom: 140px !important;
  }

  .ml_lg--140 {
    margin-left: 140px !important;
  }

  .ptb_lg--145 {
    padding: 145px 0 !important;
  }

  .plr_lg--145 {
    padding: 0 145px !important;
  }

  .pt_lg--145 {
    padding-top: 145px !important;
  }

  .pb_lg--145 {
    padding-bottom: 145px !important;
  }

  .pl_lg--145 {
    padding-left: 145px !important;
  }

  .pr_lg--145 {
    padding-right: 145px !important;
  }

  .mt_lg--145 {
    margin-top: 145px !important;
  }

  .mb_lg--145 {
    margin-bottom: 145px !important;
  }

  .ml_lg--145 {
    margin-left: 145px !important;
  }

  .ptb_lg--150 {
    padding: 150px 0 !important;
  }

  .plr_lg--150 {
    padding: 0 150px !important;
  }

  .pt_lg--150 {
    padding-top: 150px !important;
  }

  .pb_lg--150 {
    padding-bottom: 150px !important;
  }

  .pl_lg--150 {
    padding-left: 150px !important;
  }

  .pr_lg--150 {
    padding-right: 150px !important;
  }

  .mt_lg--150 {
    margin-top: 150px !important;
  }

  .mb_lg--150 {
    margin-bottom: 150px !important;
  }

  .ml_lg--150 {
    margin-left: 150px !important;
  }

  .ptb_lg--155 {
    padding: 155px 0 !important;
  }

  .plr_lg--155 {
    padding: 0 155px !important;
  }

  .pt_lg--155 {
    padding-top: 155px !important;
  }

  .pb_lg--155 {
    padding-bottom: 155px !important;
  }

  .pl_lg--155 {
    padding-left: 155px !important;
  }

  .pr_lg--155 {
    padding-right: 155px !important;
  }

  .mt_lg--155 {
    margin-top: 155px !important;
  }

  .mb_lg--155 {
    margin-bottom: 155px !important;
  }

  .ml_lg--155 {
    margin-left: 155px !important;
  }

  .ptb_lg--160 {
    padding: 160px 0 !important;
  }

  .plr_lg--160 {
    padding: 0 160px !important;
  }

  .pt_lg--160 {
    padding-top: 160px !important;
  }

  .pb_lg--160 {
    padding-bottom: 160px !important;
  }

  .pl_lg--160 {
    padding-left: 160px !important;
  }

  .pr_lg--160 {
    padding-right: 160px !important;
  }

  .mt_lg--160 {
    margin-top: 160px !important;
  }

  .mb_lg--160 {
    margin-bottom: 160px !important;
  }

  .ml_lg--160 {
    margin-left: 160px !important;
  }

  .ptb_lg--165 {
    padding: 165px 0 !important;
  }

  .plr_lg--165 {
    padding: 0 165px !important;
  }

  .pt_lg--165 {
    padding-top: 165px !important;
  }

  .pb_lg--165 {
    padding-bottom: 165px !important;
  }

  .pl_lg--165 {
    padding-left: 165px !important;
  }

  .pr_lg--165 {
    padding-right: 165px !important;
  }

  .mt_lg--165 {
    margin-top: 165px !important;
  }

  .mb_lg--165 {
    margin-bottom: 165px !important;
  }

  .ml_lg--165 {
    margin-left: 165px !important;
  }

  .ptb_lg--170 {
    padding: 170px 0 !important;
  }

  .plr_lg--170 {
    padding: 0 170px !important;
  }

  .pt_lg--170 {
    padding-top: 170px !important;
  }

  .pb_lg--170 {
    padding-bottom: 170px !important;
  }

  .pl_lg--170 {
    padding-left: 170px !important;
  }

  .pr_lg--170 {
    padding-right: 170px !important;
  }

  .mt_lg--170 {
    margin-top: 170px !important;
  }

  .mb_lg--170 {
    margin-bottom: 170px !important;
  }

  .ml_lg--170 {
    margin-left: 170px !important;
  }

  .ptb_lg--175 {
    padding: 175px 0 !important;
  }

  .plr_lg--175 {
    padding: 0 175px !important;
  }

  .pt_lg--175 {
    padding-top: 175px !important;
  }

  .pb_lg--175 {
    padding-bottom: 175px !important;
  }

  .pl_lg--175 {
    padding-left: 175px !important;
  }

  .pr_lg--175 {
    padding-right: 175px !important;
  }

  .mt_lg--175 {
    margin-top: 175px !important;
  }

  .mb_lg--175 {
    margin-bottom: 175px !important;
  }

  .ml_lg--175 {
    margin-left: 175px !important;
  }

  .ptb_lg--180 {
    padding: 180px 0 !important;
  }

  .plr_lg--180 {
    padding: 0 180px !important;
  }

  .pt_lg--180 {
    padding-top: 180px !important;
  }

  .pb_lg--180 {
    padding-bottom: 180px !important;
  }

  .pl_lg--180 {
    padding-left: 180px !important;
  }

  .pr_lg--180 {
    padding-right: 180px !important;
  }

  .mt_lg--180 {
    margin-top: 180px !important;
  }

  .mb_lg--180 {
    margin-bottom: 180px !important;
  }

  .ml_lg--180 {
    margin-left: 180px !important;
  }

  .ptb_lg--185 {
    padding: 185px 0 !important;
  }

  .plr_lg--185 {
    padding: 0 185px !important;
  }

  .pt_lg--185 {
    padding-top: 185px !important;
  }

  .pb_lg--185 {
    padding-bottom: 185px !important;
  }

  .pl_lg--185 {
    padding-left: 185px !important;
  }

  .pr_lg--185 {
    padding-right: 185px !important;
  }

  .mt_lg--185 {
    margin-top: 185px !important;
  }

  .mb_lg--185 {
    margin-bottom: 185px !important;
  }

  .ml_lg--185 {
    margin-left: 185px !important;
  }

  .ptb_lg--190 {
    padding: 190px 0 !important;
  }

  .plr_lg--190 {
    padding: 0 190px !important;
  }

  .pt_lg--190 {
    padding-top: 190px !important;
  }

  .pb_lg--190 {
    padding-bottom: 190px !important;
  }

  .pl_lg--190 {
    padding-left: 190px !important;
  }

  .pr_lg--190 {
    padding-right: 190px !important;
  }

  .mt_lg--190 {
    margin-top: 190px !important;
  }

  .mb_lg--190 {
    margin-bottom: 190px !important;
  }

  .ml_lg--190 {
    margin-left: 190px !important;
  }

  .ptb_lg--195 {
    padding: 195px 0 !important;
  }

  .plr_lg--195 {
    padding: 0 195px !important;
  }

  .pt_lg--195 {
    padding-top: 195px !important;
  }

  .pb_lg--195 {
    padding-bottom: 195px !important;
  }

  .pl_lg--195 {
    padding-left: 195px !important;
  }

  .pr_lg--195 {
    padding-right: 195px !important;
  }

  .mt_lg--195 {
    margin-top: 195px !important;
  }

  .mb_lg--195 {
    margin-bottom: 195px !important;
  }

  .ml_lg--195 {
    margin-left: 195px !important;
  }

  .ptb_lg--200 {
    padding: 200px 0 !important;
  }

  .plr_lg--200 {
    padding: 0 200px !important;
  }

  .pt_lg--200 {
    padding-top: 200px !important;
  }

  .pb_lg--200 {
    padding-bottom: 200px !important;
  }

  .pl_lg--200 {
    padding-left: 200px !important;
  }

  .pr_lg--200 {
    padding-right: 200px !important;
  }

  .mt_lg--200 {
    margin-top: 200px !important;
  }

  .mb_lg--200 {
    margin-bottom: 200px !important;
  }

  .ml_lg--200 {
    margin-left: 200px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }

  .ptb_md--105 {
    padding: 105px 0 !important;
  }

  .plr_md--105 {
    padding: 0 105px !important;
  }

  .pt_md--105 {
    padding-top: 105px !important;
  }

  .pb_md--105 {
    padding-bottom: 105px !important;
  }

  .pl_md--105 {
    padding-left: 105px !important;
  }

  .pr_md--105 {
    padding-right: 105px !important;
  }

  .mt_md--105 {
    margin-top: 105px !important;
  }

  .mb_md--105 {
    margin-bottom: 105px !important;
  }

  .ptb_md--110 {
    padding: 110px 0 !important;
  }

  .plr_md--110 {
    padding: 0 110px !important;
  }

  .pt_md--110 {
    padding-top: 110px !important;
  }

  .pb_md--110 {
    padding-bottom: 110px !important;
  }

  .pl_md--110 {
    padding-left: 110px !important;
  }

  .pr_md--110 {
    padding-right: 110px !important;
  }

  .mt_md--110 {
    margin-top: 110px !important;
  }

  .mb_md--110 {
    margin-bottom: 110px !important;
  }

  .ptb_md--115 {
    padding: 115px 0 !important;
  }

  .plr_md--115 {
    padding: 0 115px !important;
  }

  .pt_md--115 {
    padding-top: 115px !important;
  }

  .pb_md--115 {
    padding-bottom: 115px !important;
  }

  .pl_md--115 {
    padding-left: 115px !important;
  }

  .pr_md--115 {
    padding-right: 115px !important;
  }

  .mt_md--115 {
    margin-top: 115px !important;
  }

  .mb_md--115 {
    margin-bottom: 115px !important;
  }

  .ptb_md--120 {
    padding: 120px 0 !important;
  }

  .plr_md--120 {
    padding: 0 120px !important;
  }

  .pt_md--120 {
    padding-top: 120px !important;
  }

  .pb_md--120 {
    padding-bottom: 120px !important;
  }

  .pl_md--120 {
    padding-left: 120px !important;
  }

  .pr_md--120 {
    padding-right: 120px !important;
  }

  .mt_md--120 {
    margin-top: 120px !important;
  }

  .mb_md--120 {
    margin-bottom: 120px !important;
  }

  .ptb_md--125 {
    padding: 125px 0 !important;
  }

  .plr_md--125 {
    padding: 0 125px !important;
  }

  .pt_md--125 {
    padding-top: 125px !important;
  }

  .pb_md--125 {
    padding-bottom: 125px !important;
  }

  .pl_md--125 {
    padding-left: 125px !important;
  }

  .pr_md--125 {
    padding-right: 125px !important;
  }

  .mt_md--125 {
    margin-top: 125px !important;
  }

  .mb_md--125 {
    margin-bottom: 125px !important;
  }

  .ptb_md--130 {
    padding: 130px 0 !important;
  }

  .plr_md--130 {
    padding: 0 130px !important;
  }

  .pt_md--130 {
    padding-top: 130px !important;
  }

  .pb_md--130 {
    padding-bottom: 130px !important;
  }

  .pl_md--130 {
    padding-left: 130px !important;
  }

  .pr_md--130 {
    padding-right: 130px !important;
  }

  .mt_md--130 {
    margin-top: 130px !important;
  }

  .mb_md--130 {
    margin-bottom: 130px !important;
  }

  .ptb_md--135 {
    padding: 135px 0 !important;
  }

  .plr_md--135 {
    padding: 0 135px !important;
  }

  .pt_md--135 {
    padding-top: 135px !important;
  }

  .pb_md--135 {
    padding-bottom: 135px !important;
  }

  .pl_md--135 {
    padding-left: 135px !important;
  }

  .pr_md--135 {
    padding-right: 135px !important;
  }

  .mt_md--135 {
    margin-top: 135px !important;
  }

  .mb_md--135 {
    margin-bottom: 135px !important;
  }

  .ptb_md--140 {
    padding: 140px 0 !important;
  }

  .plr_md--140 {
    padding: 0 140px !important;
  }

  .pt_md--140 {
    padding-top: 140px !important;
  }

  .pb_md--140 {
    padding-bottom: 140px !important;
  }

  .pl_md--140 {
    padding-left: 140px !important;
  }

  .pr_md--140 {
    padding-right: 140px !important;
  }

  .mt_md--140 {
    margin-top: 140px !important;
  }

  .mb_md--140 {
    margin-bottom: 140px !important;
  }

  .ptb_md--145 {
    padding: 145px 0 !important;
  }

  .plr_md--145 {
    padding: 0 145px !important;
  }

  .pt_md--145 {
    padding-top: 145px !important;
  }

  .pb_md--145 {
    padding-bottom: 145px !important;
  }

  .pl_md--145 {
    padding-left: 145px !important;
  }

  .pr_md--145 {
    padding-right: 145px !important;
  }

  .mt_md--145 {
    margin-top: 145px !important;
  }

  .mb_md--145 {
    margin-bottom: 145px !important;
  }

  .ptb_md--150 {
    padding: 150px 0 !important;
  }

  .plr_md--150 {
    padding: 0 150px !important;
  }

  .pt_md--150 {
    padding-top: 150px !important;
  }

  .pb_md--150 {
    padding-bottom: 150px !important;
  }

  .pl_md--150 {
    padding-left: 150px !important;
  }

  .pr_md--150 {
    padding-right: 150px !important;
  }

  .mt_md--150 {
    margin-top: 150px !important;
  }

  .mb_md--150 {
    margin-bottom: 150px !important;
  }

  .ptb_md--155 {
    padding: 155px 0 !important;
  }

  .plr_md--155 {
    padding: 0 155px !important;
  }

  .pt_md--155 {
    padding-top: 155px !important;
  }

  .pb_md--155 {
    padding-bottom: 155px !important;
  }

  .pl_md--155 {
    padding-left: 155px !important;
  }

  .pr_md--155 {
    padding-right: 155px !important;
  }

  .mt_md--155 {
    margin-top: 155px !important;
  }

  .mb_md--155 {
    margin-bottom: 155px !important;
  }

  .ptb_md--160 {
    padding: 160px 0 !important;
  }

  .plr_md--160 {
    padding: 0 160px !important;
  }

  .pt_md--160 {
    padding-top: 160px !important;
  }

  .pb_md--160 {
    padding-bottom: 160px !important;
  }

  .pl_md--160 {
    padding-left: 160px !important;
  }

  .pr_md--160 {
    padding-right: 160px !important;
  }

  .mt_md--160 {
    margin-top: 160px !important;
  }

  .mb_md--160 {
    margin-bottom: 160px !important;
  }

  .ptb_md--165 {
    padding: 165px 0 !important;
  }

  .plr_md--165 {
    padding: 0 165px !important;
  }

  .pt_md--165 {
    padding-top: 165px !important;
  }

  .pb_md--165 {
    padding-bottom: 165px !important;
  }

  .pl_md--165 {
    padding-left: 165px !important;
  }

  .pr_md--165 {
    padding-right: 165px !important;
  }

  .mt_md--165 {
    margin-top: 165px !important;
  }

  .mb_md--165 {
    margin-bottom: 165px !important;
  }

  .ptb_md--170 {
    padding: 170px 0 !important;
  }

  .plr_md--170 {
    padding: 0 170px !important;
  }

  .pt_md--170 {
    padding-top: 170px !important;
  }

  .pb_md--170 {
    padding-bottom: 170px !important;
  }

  .pl_md--170 {
    padding-left: 170px !important;
  }

  .pr_md--170 {
    padding-right: 170px !important;
  }

  .mt_md--170 {
    margin-top: 170px !important;
  }

  .mb_md--170 {
    margin-bottom: 170px !important;
  }

  .ptb_md--175 {
    padding: 175px 0 !important;
  }

  .plr_md--175 {
    padding: 0 175px !important;
  }

  .pt_md--175 {
    padding-top: 175px !important;
  }

  .pb_md--175 {
    padding-bottom: 175px !important;
  }

  .pl_md--175 {
    padding-left: 175px !important;
  }

  .pr_md--175 {
    padding-right: 175px !important;
  }

  .mt_md--175 {
    margin-top: 175px !important;
  }

  .mb_md--175 {
    margin-bottom: 175px !important;
  }

  .ptb_md--180 {
    padding: 180px 0 !important;
  }

  .plr_md--180 {
    padding: 0 180px !important;
  }

  .pt_md--180 {
    padding-top: 180px !important;
  }

  .pb_md--180 {
    padding-bottom: 180px !important;
  }

  .pl_md--180 {
    padding-left: 180px !important;
  }

  .pr_md--180 {
    padding-right: 180px !important;
  }

  .mt_md--180 {
    margin-top: 180px !important;
  }

  .mb_md--180 {
    margin-bottom: 180px !important;
  }

  .ptb_md--185 {
    padding: 185px 0 !important;
  }

  .plr_md--185 {
    padding: 0 185px !important;
  }

  .pt_md--185 {
    padding-top: 185px !important;
  }

  .pb_md--185 {
    padding-bottom: 185px !important;
  }

  .pl_md--185 {
    padding-left: 185px !important;
  }

  .pr_md--185 {
    padding-right: 185px !important;
  }

  .mt_md--185 {
    margin-top: 185px !important;
  }

  .mb_md--185 {
    margin-bottom: 185px !important;
  }

  .ptb_md--190 {
    padding: 190px 0 !important;
  }

  .plr_md--190 {
    padding: 0 190px !important;
  }

  .pt_md--190 {
    padding-top: 190px !important;
  }

  .pb_md--190 {
    padding-bottom: 190px !important;
  }

  .pl_md--190 {
    padding-left: 190px !important;
  }

  .pr_md--190 {
    padding-right: 190px !important;
  }

  .mt_md--190 {
    margin-top: 190px !important;
  }

  .mb_md--190 {
    margin-bottom: 190px !important;
  }

  .ptb_md--195 {
    padding: 195px 0 !important;
  }

  .plr_md--195 {
    padding: 0 195px !important;
  }

  .pt_md--195 {
    padding-top: 195px !important;
  }

  .pb_md--195 {
    padding-bottom: 195px !important;
  }

  .pl_md--195 {
    padding-left: 195px !important;
  }

  .pr_md--195 {
    padding-right: 195px !important;
  }

  .mt_md--195 {
    margin-top: 195px !important;
  }

  .mb_md--195 {
    margin-bottom: 195px !important;
  }

  .ptb_md--200 {
    padding: 200px 0 !important;
  }

  .plr_md--200 {
    padding: 0 200px !important;
  }

  .pt_md--200 {
    padding-top: 200px !important;
  }

  .pb_md--200 {
    padding-bottom: 200px !important;
  }

  .pl_md--200 {
    padding-left: 200px !important;
  }

  .pr_md--200 {
    padding-right: 200px !important;
  }

  .mt_md--200 {
    margin-top: 200px !important;
  }

  .mb_md--200 {
    margin-bottom: 200px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

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

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .ptb_sm--105 {
    padding: 105px 0 !important;
  }

  .plr_sm--105 {
    padding: 0 105px !important;
  }

  .pt_sm--105 {
    padding-top: 105px !important;
  }

  .pb_sm--105 {
    padding-bottom: 105px !important;
  }

  .pl_sm--105 {
    padding-left: 105px !important;
  }

  .pr_sm--105 {
    padding-right: 105px !important;
  }

  .mt_sm--105 {
    margin-top: 105px !important;
  }

  .ml_sm--105 {
    margin-left: 105px !important;
  }

  .mr_sm--105 {
    margin-right: 105px !important;
  }

  .mb_sm--105 {
    margin-bottom: 105px !important;
  }

  .ptb_sm--110 {
    padding: 110px 0 !important;
  }

  .plr_sm--110 {
    padding: 0 110px !important;
  }

  .pt_sm--110 {
    padding-top: 110px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .pl_sm--110 {
    padding-left: 110px !important;
  }

  .pr_sm--110 {
    padding-right: 110px !important;
  }

  .mt_sm--110 {
    margin-top: 110px !important;
  }

  .ml_sm--110 {
    margin-left: 110px !important;
  }

  .mr_sm--110 {
    margin-right: 110px !important;
  }

  .mb_sm--110 {
    margin-bottom: 110px !important;
  }

  .ptb_sm--115 {
    padding: 115px 0 !important;
  }

  .plr_sm--115 {
    padding: 0 115px !important;
  }

  .pt_sm--115 {
    padding-top: 115px !important;
  }

  .pb_sm--115 {
    padding-bottom: 115px !important;
  }

  .pl_sm--115 {
    padding-left: 115px !important;
  }

  .pr_sm--115 {
    padding-right: 115px !important;
  }

  .mt_sm--115 {
    margin-top: 115px !important;
  }

  .ml_sm--115 {
    margin-left: 115px !important;
  }

  .mr_sm--115 {
    margin-right: 115px !important;
  }

  .mb_sm--115 {
    margin-bottom: 115px !important;
  }

  .ptb_sm--120 {
    padding: 120px 0 !important;
  }

  .plr_sm--120 {
    padding: 0 120px !important;
  }

  .pt_sm--120 {
    padding-top: 120px !important;
  }

  .pb_sm--120 {
    padding-bottom: 120px !important;
  }

  .pl_sm--120 {
    padding-left: 120px !important;
  }

  .pr_sm--120 {
    padding-right: 120px !important;
  }

  .mt_sm--120 {
    margin-top: 120px !important;
  }

  .ml_sm--120 {
    margin-left: 120px !important;
  }

  .mr_sm--120 {
    margin-right: 120px !important;
  }

  .mb_sm--120 {
    margin-bottom: 120px !important;
  }

  .ptb_sm--125 {
    padding: 125px 0 !important;
  }

  .plr_sm--125 {
    padding: 0 125px !important;
  }

  .pt_sm--125 {
    padding-top: 125px !important;
  }

  .pb_sm--125 {
    padding-bottom: 125px !important;
  }

  .pl_sm--125 {
    padding-left: 125px !important;
  }

  .pr_sm--125 {
    padding-right: 125px !important;
  }

  .mt_sm--125 {
    margin-top: 125px !important;
  }

  .ml_sm--125 {
    margin-left: 125px !important;
  }

  .mr_sm--125 {
    margin-right: 125px !important;
  }

  .mb_sm--125 {
    margin-bottom: 125px !important;
  }

  .ptb_sm--130 {
    padding: 130px 0 !important;
  }

  .plr_sm--130 {
    padding: 0 130px !important;
  }

  .pt_sm--130 {
    padding-top: 130px !important;
  }

  .pb_sm--130 {
    padding-bottom: 130px !important;
  }

  .pl_sm--130 {
    padding-left: 130px !important;
  }

  .pr_sm--130 {
    padding-right: 130px !important;
  }

  .mt_sm--130 {
    margin-top: 130px !important;
  }

  .ml_sm--130 {
    margin-left: 130px !important;
  }

  .mr_sm--130 {
    margin-right: 130px !important;
  }

  .mb_sm--130 {
    margin-bottom: 130px !important;
  }

  .ptb_sm--135 {
    padding: 135px 0 !important;
  }

  .plr_sm--135 {
    padding: 0 135px !important;
  }

  .pt_sm--135 {
    padding-top: 135px !important;
  }

  .pb_sm--135 {
    padding-bottom: 135px !important;
  }

  .pl_sm--135 {
    padding-left: 135px !important;
  }

  .pr_sm--135 {
    padding-right: 135px !important;
  }

  .mt_sm--135 {
    margin-top: 135px !important;
  }

  .ml_sm--135 {
    margin-left: 135px !important;
  }

  .mr_sm--135 {
    margin-right: 135px !important;
  }

  .mb_sm--135 {
    margin-bottom: 135px !important;
  }

  .ptb_sm--140 {
    padding: 140px 0 !important;
  }

  .plr_sm--140 {
    padding: 0 140px !important;
  }

  .pt_sm--140 {
    padding-top: 140px !important;
  }

  .pb_sm--140 {
    padding-bottom: 140px !important;
  }

  .pl_sm--140 {
    padding-left: 140px !important;
  }

  .pr_sm--140 {
    padding-right: 140px !important;
  }

  .mt_sm--140 {
    margin-top: 140px !important;
  }

  .ml_sm--140 {
    margin-left: 140px !important;
  }

  .mr_sm--140 {
    margin-right: 140px !important;
  }

  .mb_sm--140 {
    margin-bottom: 140px !important;
  }

  .ptb_sm--145 {
    padding: 145px 0 !important;
  }

  .plr_sm--145 {
    padding: 0 145px !important;
  }

  .pt_sm--145 {
    padding-top: 145px !important;
  }

  .pb_sm--145 {
    padding-bottom: 145px !important;
  }

  .pl_sm--145 {
    padding-left: 145px !important;
  }

  .pr_sm--145 {
    padding-right: 145px !important;
  }

  .mt_sm--145 {
    margin-top: 145px !important;
  }

  .ml_sm--145 {
    margin-left: 145px !important;
  }

  .mr_sm--145 {
    margin-right: 145px !important;
  }

  .mb_sm--145 {
    margin-bottom: 145px !important;
  }

  .ptb_sm--150 {
    padding: 150px 0 !important;
  }

  .plr_sm--150 {
    padding: 0 150px !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--150 {
    padding-bottom: 150px !important;
  }

  .pl_sm--150 {
    padding-left: 150px !important;
  }

  .pr_sm--150 {
    padding-right: 150px !important;
  }

  .mt_sm--150 {
    margin-top: 150px !important;
  }

  .ml_sm--150 {
    margin-left: 150px !important;
  }

  .mr_sm--150 {
    margin-right: 150px !important;
  }

  .mb_sm--150 {
    margin-bottom: 150px !important;
  }

  .ptb_sm--155 {
    padding: 155px 0 !important;
  }

  .plr_sm--155 {
    padding: 0 155px !important;
  }

  .pt_sm--155 {
    padding-top: 155px !important;
  }

  .pb_sm--155 {
    padding-bottom: 155px !important;
  }

  .pl_sm--155 {
    padding-left: 155px !important;
  }

  .pr_sm--155 {
    padding-right: 155px !important;
  }

  .mt_sm--155 {
    margin-top: 155px !important;
  }

  .ml_sm--155 {
    margin-left: 155px !important;
  }

  .mr_sm--155 {
    margin-right: 155px !important;
  }

  .mb_sm--155 {
    margin-bottom: 155px !important;
  }

  .ptb_sm--160 {
    padding: 160px 0 !important;
  }

  .plr_sm--160 {
    padding: 0 160px !important;
  }

  .pt_sm--160 {
    padding-top: 160px !important;
  }

  .pb_sm--160 {
    padding-bottom: 160px !important;
  }

  .pl_sm--160 {
    padding-left: 160px !important;
  }

  .pr_sm--160 {
    padding-right: 160px !important;
  }

  .mt_sm--160 {
    margin-top: 160px !important;
  }

  .ml_sm--160 {
    margin-left: 160px !important;
  }

  .mr_sm--160 {
    margin-right: 160px !important;
  }

  .mb_sm--160 {
    margin-bottom: 160px !important;
  }

  .ptb_sm--165 {
    padding: 165px 0 !important;
  }

  .plr_sm--165 {
    padding: 0 165px !important;
  }

  .pt_sm--165 {
    padding-top: 165px !important;
  }

  .pb_sm--165 {
    padding-bottom: 165px !important;
  }

  .pl_sm--165 {
    padding-left: 165px !important;
  }

  .pr_sm--165 {
    padding-right: 165px !important;
  }

  .mt_sm--165 {
    margin-top: 165px !important;
  }

  .ml_sm--165 {
    margin-left: 165px !important;
  }

  .mr_sm--165 {
    margin-right: 165px !important;
  }

  .mb_sm--165 {
    margin-bottom: 165px !important;
  }

  .ptb_sm--170 {
    padding: 170px 0 !important;
  }

  .plr_sm--170 {
    padding: 0 170px !important;
  }

  .pt_sm--170 {
    padding-top: 170px !important;
  }

  .pb_sm--170 {
    padding-bottom: 170px !important;
  }

  .pl_sm--170 {
    padding-left: 170px !important;
  }

  .pr_sm--170 {
    padding-right: 170px !important;
  }

  .mt_sm--170 {
    margin-top: 170px !important;
  }

  .ml_sm--170 {
    margin-left: 170px !important;
  }

  .mr_sm--170 {
    margin-right: 170px !important;
  }

  .mb_sm--170 {
    margin-bottom: 170px !important;
  }

  .ptb_sm--175 {
    padding: 175px 0 !important;
  }

  .plr_sm--175 {
    padding: 0 175px !important;
  }

  .pt_sm--175 {
    padding-top: 175px !important;
  }

  .pb_sm--175 {
    padding-bottom: 175px !important;
  }

  .pl_sm--175 {
    padding-left: 175px !important;
  }

  .pr_sm--175 {
    padding-right: 175px !important;
  }

  .mt_sm--175 {
    margin-top: 175px !important;
  }

  .ml_sm--175 {
    margin-left: 175px !important;
  }

  .mr_sm--175 {
    margin-right: 175px !important;
  }

  .mb_sm--175 {
    margin-bottom: 175px !important;
  }

  .ptb_sm--180 {
    padding: 180px 0 !important;
  }

  .plr_sm--180 {
    padding: 0 180px !important;
  }

  .pt_sm--180 {
    padding-top: 180px !important;
  }

  .pb_sm--180 {
    padding-bottom: 180px !important;
  }

  .pl_sm--180 {
    padding-left: 180px !important;
  }

  .pr_sm--180 {
    padding-right: 180px !important;
  }

  .mt_sm--180 {
    margin-top: 180px !important;
  }

  .ml_sm--180 {
    margin-left: 180px !important;
  }

  .mr_sm--180 {
    margin-right: 180px !important;
  }

  .mb_sm--180 {
    margin-bottom: 180px !important;
  }

  .ptb_sm--185 {
    padding: 185px 0 !important;
  }

  .plr_sm--185 {
    padding: 0 185px !important;
  }

  .pt_sm--185 {
    padding-top: 185px !important;
  }

  .pb_sm--185 {
    padding-bottom: 185px !important;
  }

  .pl_sm--185 {
    padding-left: 185px !important;
  }

  .pr_sm--185 {
    padding-right: 185px !important;
  }

  .mt_sm--185 {
    margin-top: 185px !important;
  }

  .ml_sm--185 {
    margin-left: 185px !important;
  }

  .mr_sm--185 {
    margin-right: 185px !important;
  }

  .mb_sm--185 {
    margin-bottom: 185px !important;
  }

  .ptb_sm--190 {
    padding: 190px 0 !important;
  }

  .plr_sm--190 {
    padding: 0 190px !important;
  }

  .pt_sm--190 {
    padding-top: 190px !important;
  }

  .pb_sm--190 {
    padding-bottom: 190px !important;
  }

  .pl_sm--190 {
    padding-left: 190px !important;
  }

  .pr_sm--190 {
    padding-right: 190px !important;
  }

  .mt_sm--190 {
    margin-top: 190px !important;
  }

  .ml_sm--190 {
    margin-left: 190px !important;
  }

  .mr_sm--190 {
    margin-right: 190px !important;
  }

  .mb_sm--190 {
    margin-bottom: 190px !important;
  }

  .ptb_sm--195 {
    padding: 195px 0 !important;
  }

  .plr_sm--195 {
    padding: 0 195px !important;
  }

  .pt_sm--195 {
    padding-top: 195px !important;
  }

  .pb_sm--195 {
    padding-bottom: 195px !important;
  }

  .pl_sm--195 {
    padding-left: 195px !important;
  }

  .pr_sm--195 {
    padding-right: 195px !important;
  }

  .mt_sm--195 {
    margin-top: 195px !important;
  }

  .ml_sm--195 {
    margin-left: 195px !important;
  }

  .mr_sm--195 {
    margin-right: 195px !important;
  }

  .mb_sm--195 {
    margin-bottom: 195px !important;
  }

  .ptb_sm--200 {
    padding: 200px 0 !important;
  }

  .plr_sm--200 {
    padding: 0 200px !important;
  }

  .pt_sm--200 {
    padding-top: 200px !important;
  }

  .pb_sm--200 {
    padding-bottom: 200px !important;
  }

  .pl_sm--200 {
    padding-left: 200px !important;
  }

  .pr_sm--200 {
    padding-right: 200px !important;
  }

  .mt_sm--200 {
    margin-top: 200px !important;
  }

  .ml_sm--200 {
    margin-left: 200px !important;
  }

  .mr_sm--200 {
    margin-right: 200px !important;
  }

  .mb_sm--200 {
    margin-bottom: 200px !important;
  }

  .pl_sm--0 {
    padding-left: 0;
  }

  .pr_sm--0 {
    padding-right: 0;
  }

  .pt_sm--0 {
    padding-top: 0;
  }

  .pb_sm--0 {
    padding-bottom: 0;
  }

  .mr_sm--0 {
    margin-right: 0;
  }

  .ml_sm--0 {
    margin-left: 0;
  }

  .mt_sm--0 {
    margin-top: 0;
  }

  .mb_sm--0 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

.slick-gutter-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-gutter-5 .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-gutter-10 .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.slick-gutter-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-gutter-15 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-20 {
  margin-left: -20px;
  margin-right: -20px;
}

.slick-gutter-20 .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

.slick-gutter-25 {
  margin-left: -25px;
  margin-right: -25px;
}

.slick-gutter-25 .slick-slide {
  padding-left: 25px;
  padding-right: 25px;
}

.slick-gutter-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.slick-gutter-30 .slick-slide {
  padding-left: 30px;
  padding-right: 30px;
}

.slick-gutter-35 {
  margin-left: -35px;
  margin-right: -35px;
}

.slick-gutter-35 .slick-slide {
  padding-left: 35px;
  padding-right: 35px;
}

.slick-gutter-40 {
  margin-left: -40px;
  margin-right: -40px;
}

.slick-gutter-40 .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}

.slick-gutter-45 {
  margin-left: -45px;
  margin-right: -45px;
}

.slick-gutter-45 .slick-slide {
  padding-left: 45px;
  padding-right: 45px;
}

.slick-gutter-50 {
  margin-left: -50px;
  margin-right: -50px;
}

.slick-gutter-50 .slick-slide {
  padding-left: 50px;
  padding-right: 50px;
}

.slick-gutter-55 {
  margin-left: -55px;
  margin-right: -55px;
}

.slick-gutter-55 .slick-slide {
  padding-left: 55px;
  padding-right: 55px;
}

.slick-gutter-60 {
  margin-left: -60px;
  margin-right: -60px;
}

.slick-gutter-60 .slick-slide {
  padding-left: 60px;
  padding-right: 60px;
}

.slick-gutter-65 {
  margin-left: -65px;
  margin-right: -65px;
}

.slick-gutter-65 .slick-slide {
  padding-left: 65px;
  padding-right: 65px;
}

.slick-gutter-70 {
  margin-left: -70px;
  margin-right: -70px;
}

.slick-gutter-70 .slick-slide {
  padding-left: 70px;
  padding-right: 70px;
}

.slick-gutter-75 {
  margin-left: -75px;
  margin-right: -75px;
}

.slick-gutter-75 .slick-slide {
  padding-left: 75px;
  padding-right: 75px;
}

.slick-gutter-80 {
  margin-left: -80px;
  margin-right: -80px;
}

.slick-gutter-80 .slick-slide {
  padding-left: 80px;
  padding-right: 80px;
}

.slick-gutter-85 {
  margin-left: -85px;
  margin-right: -85px;
}

.slick-gutter-85 .slick-slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slick-gutter-90 {
  margin-left: -90px;
  margin-right: -90px;
}

.slick-gutter-90 .slick-slide {
  padding-left: 90px;
  padding-right: 90px;
}

.slick-gutter-95 {
  margin-left: -95px;
  margin-right: -95px;
}

.slick-gutter-95 .slick-slide {
  padding-left: 95px;
  padding-right: 95px;
}

.slick-gutter-100 {
  margin-left: -100px;
  margin-right: -100px;
}

.slick-gutter-100 .slick-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.mt-dec-30 {
  margin-top: -30px !important;
}

.mt_dec--30 {
  margin-top: -30px !important;
}

.mt-dec-100 {
  margin-top: -100px !important;
}

@media only screen and (max-width: 479px) {
  .small-margin-pricing {
    margin-bottom: 25px !important;
  }
}

@media only screen and (max-width: 479px) {
  .contact-input {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mb_dec--35 {
    margin-bottom: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .mb_dec--35 {
    margin-bottom: -75px;
  }
}

@media only screen and (max-width: 575px) {
  .mb_dec--35 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .mt-contact-sm {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-pb {
    padding-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-input {
    padding-bottom: 30px;
  }
}

.pb_xl--130 {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1199px) {
  .pb_xl--130 {
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 1199px) {
  .mt_experience {
    margin-top: -10px;
  }
}

.mt_dec--120 {
  margin-top: -60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plr_md--0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.padding-contorler-am-slide {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide {
    padding-left: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .padding-contorler-am-slide {
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide {
    padding-left: 15px;
  }
}

.padding-contorler-am-slide-11 {
  padding-left: 246px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-11 {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-11 {
    padding-left: 0;
  }
}

.padding-contorler-am-slide-right {
  padding-right: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .padding-contorler-am-slide-right {
    padding-right: 30px;
    padding-top: 50px;
  }
}

.g-24 {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 24px;
}

.g-40 {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 40px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre {
  font-family: "Raleway", sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter);
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

caption,
th,
td {
  font-weight: normal;
}

th {
  font-weight: 500;
  text-transform: uppercase;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(255, 47, 47, 0.4);
  text-decoration: none;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type=text].p-holder__active,
.input-active input[type=text],
input[type=text].input-active,
input[type=password].p-holder__active,
.input-active input[type=password],
input[type=password].input-active,
input[type=email].p-holder__active,
.input-active input[type=email],
input[type=email].input-active,
input[type=number].p-holder__active,
.input-active input[type=number],
input[type=number].input-active,
input[type=tel].p-holder__active,
.input-active input[type=tel],
input[type=tel].input-active,
textarea.p-holder__active,
textarea.input-active {
  border-color: var(--color-primary);
  /* -- Placeholder -- */
}

input[type=text].p-holder__active::placeholder,
.input-active input[type=text]::placeholder,
input[type=text].input-active::placeholder,
input[type=password].p-holder__active::placeholder,
.input-active input[type=password]::placeholder,
input[type=password].input-active::placeholder,
input[type=email].p-holder__active::placeholder,
.input-active input[type=email]::placeholder,
input[type=email].input-active::placeholder,
input[type=number].p-holder__active::placeholder,
.input-active input[type=number]::placeholder,
input[type=number].input-active::placeholder,
input[type=tel].p-holder__active::placeholder,
.input-active input[type=tel]::placeholder,
input[type=tel].input-active::placeholder,
textarea.p-holder__active::placeholder,
textarea.input-active::placeholder {
  color: var(--color-primary);
  /* Firefox */
  opacity: 1;
}

input[type=text].p-holder__active:-ms-input-placeholder,
.input-active input[type=text]:-ms-input-placeholder,
input[type=text].input-active:-ms-input-placeholder,
input[type=password].p-holder__active:-ms-input-placeholder,
.input-active input[type=password]:-ms-input-placeholder,
input[type=password].input-active:-ms-input-placeholder,
input[type=email].p-holder__active:-ms-input-placeholder,
.input-active input[type=email]:-ms-input-placeholder,
input[type=email].input-active:-ms-input-placeholder,
input[type=number].p-holder__active:-ms-input-placeholder,
.input-active input[type=number]:-ms-input-placeholder,
input[type=number].input-active:-ms-input-placeholder,
input[type=tel].p-holder__active:-ms-input-placeholder,
.input-active input[type=tel]:-ms-input-placeholder,
input[type=tel].input-active:-ms-input-placeholder,
textarea.p-holder__active:-ms-input-placeholder,
textarea.input-active:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--color-primary);
}

input[type=text].p-holder__active::-ms-input-placeholder,
.input-active input[type=text]::-ms-input-placeholder,
input[type=text].input-active::-ms-input-placeholder,
input[type=password].p-holder__active::-ms-input-placeholder,
.input-active input[type=password]::-ms-input-placeholder,
input[type=password].input-active::-ms-input-placeholder,
input[type=email].p-holder__active::-ms-input-placeholder,
.input-active input[type=email]::-ms-input-placeholder,
input[type=email].input-active::-ms-input-placeholder,
input[type=number].p-holder__active::-ms-input-placeholder,
.input-active input[type=number]::-ms-input-placeholder,
input[type=number].input-active::-ms-input-placeholder,
input[type=tel].p-holder__active::-ms-input-placeholder,
.input-active input[type=tel]::-ms-input-placeholder,
input[type=tel].input-active::-ms-input-placeholder,
textarea.p-holder__active::-ms-input-placeholder,
textarea.input-active::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--color-primary);
}

input[type=text].p-holder__error,
.input-error input[type=text],
input[type=text].input-error,
input[type=password].p-holder__error,
.input-error input[type=password],
input[type=password].input-error,
input[type=email].p-holder__error,
.input-error input[type=email],
input[type=email].input-error,
input[type=number].p-holder__error,
.input-error input[type=number],
input[type=number].input-error,
input[type=tel].p-holder__error,
.input-error input[type=tel],
input[type=tel].input-error,
textarea.p-holder__error,
textarea.input-error {
  border-color: #f4282d;
  /* -- Placeholder -- */
}

input[type=text].p-holder__error::placeholder,
.input-error input[type=text]::placeholder,
input[type=text].input-error::placeholder,
input[type=password].p-holder__error::placeholder,
.input-error input[type=password]::placeholder,
input[type=password].input-error::placeholder,
input[type=email].p-holder__error::placeholder,
.input-error input[type=email]::placeholder,
input[type=email].input-error::placeholder,
input[type=number].p-holder__error::placeholder,
.input-error input[type=number]::placeholder,
input[type=number].input-error::placeholder,
input[type=tel].p-holder__error::placeholder,
.input-error input[type=tel]::placeholder,
input[type=tel].input-error::placeholder,
textarea.p-holder__error::placeholder,
textarea.input-error::placeholder {
  color: #f4282d;
  /* Firefox */
  opacity: 1;
}

input[type=text].p-holder__error:-ms-input-placeholder,
.input-error input[type=text]:-ms-input-placeholder,
input[type=text].input-error:-ms-input-placeholder,
input[type=password].p-holder__error:-ms-input-placeholder,
.input-error input[type=password]:-ms-input-placeholder,
input[type=password].input-error:-ms-input-placeholder,
input[type=email].p-holder__error:-ms-input-placeholder,
.input-error input[type=email]:-ms-input-placeholder,
input[type=email].input-error:-ms-input-placeholder,
input[type=number].p-holder__error:-ms-input-placeholder,
.input-error input[type=number]:-ms-input-placeholder,
input[type=number].input-error:-ms-input-placeholder,
input[type=tel].p-holder__error:-ms-input-placeholder,
.input-error input[type=tel]:-ms-input-placeholder,
input[type=tel].input-error:-ms-input-placeholder,
textarea.p-holder__error:-ms-input-placeholder,
textarea.input-error:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f4282d;
}

input[type=text].p-holder__error::-ms-input-placeholder,
.input-error input[type=text]::-ms-input-placeholder,
input[type=text].input-error::-ms-input-placeholder,
input[type=password].p-holder__error::-ms-input-placeholder,
.input-error input[type=password]::-ms-input-placeholder,
input[type=password].input-error::-ms-input-placeholder,
input[type=email].p-holder__error::-ms-input-placeholder,
.input-error input[type=email]::-ms-input-placeholder,
input[type=email].input-error::-ms-input-placeholder,
input[type=number].p-holder__error::-ms-input-placeholder,
.input-error input[type=number]::-ms-input-placeholder,
input[type=number].input-error::-ms-input-placeholder,
input[type=tel].p-holder__error::-ms-input-placeholder,
.input-error input[type=tel]::-ms-input-placeholder,
input[type=tel].input-error::-ms-input-placeholder,
textarea.p-holder__error::-ms-input-placeholder,
textarea.input-error::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f4282d;
}

input[type=text].p-holder__error:focus,
.input-error input[type=text]:focus,
input[type=text].input-error:focus,
input[type=password].p-holder__error:focus,
.input-error input[type=password]:focus,
input[type=password].input-error:focus,
input[type=email].p-holder__error:focus,
.input-error input[type=email]:focus,
input[type=email].input-error:focus,
input[type=number].p-holder__error:focus,
.input-error input[type=number]:focus,
input[type=number].input-error:focus,
input[type=tel].p-holder__error:focus,
.input-error input[type=tel]:focus,
input[type=tel].input-error:focus,
textarea.p-holder__error:focus,
textarea.input-error:focus {
  border-color: #f4282d;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox],
input[type=radio] {
  opacity: 1;
  position: relative;
  height: auto !important;
  max-width: 18px;
  width: max-content;
}

input[type=checkbox]~label,
input[type=radio]~label {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #2C3C28;
  font-weight: 500;
  padding-left: 25px;
  cursor: pointer;
}

input[type=checkbox]~label::before,
input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

input[type=checkbox]~label::after,
input[type=radio]~label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #b8b8b8;
  border-left: 2px solid #b8b8b8;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked~label::after,
input[type=radio]:checked~label::after {
  opacity: 1;
}

input:checked~.rn-check-box-label::before {
  background: var(--color-primary) !important;
}

input[type=radio]~label::before {
  border-radius: 50%;
}

input[type=radio]~label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}

.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}

input[type=submit]:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: -10px;
}

.slick-gutter-15 {
  margin: -30px -15px;
}

.slick-gutter-15 .slick-slide {
  padding: 30px 15px;
}

iframe {
  width: 100%;
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background: var(--color-primary);
}

.bg-color-secondary {
  background: var(--color-secondary);
}

.bg-color-tertiary {
  background: var(--color-tertiary);
}

.bg-color-gray {
  background: var(--color-gray);
}

.bg-color-white {
  background: #FFFFFF;
}

.bg-color-black {
  background: #1A1A1A;
}

.bg-color-extra03 {
  background: var(--color-extra03);
}

/*===========================
Background Image 
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg_image--1 {
  background-image: url(../images/bg/bg-image-1.html);
}

.bg_image--2 {
  background-image: url(../images/bg/bg-image-2.html);
}

.bg_image--3 {
  background-image: url(../images/bg/bg-image-3.html);
}

.bg_image--4 {
  background-image: url(../images/bg/bg-image-4.html);
}

.bg_image--5 {
  background-image: url(../images/bg/bg-image-5.html);
}

.bg_image--6 {
  background-image: url(../images/bg/bg-image-6.html);
}

.bg_image--7 {
  background-image: url(../images/bg/bg-image-7.html);
}

.bg_image--8 {
  background-image: url(../images/bg/bg-image-8.html);
}

.bg_image--9 {
  background-image: url(../images/bg/bg-image-9.html);
}

.bg_image--10 {
  background-image: url(../images/bg/bg-image-10.html);
}

.bg_image--11 {
  background-image: url(../images/bg/bg-image-11.html);
}

.bg_image--12 {
  background-image: url(../images/bg/bg-image-12.html);
}

.bg_image--13 {
  background-image: url(../images/bg/bg-image-13.html);
}

.bg_image--14 {
  background-image: url(../images/bg/bg-image-14.html);
}

.bg_image--15 {
  background-image: url(../images/bg/bg-image-15.html);
}

.bg_image--16 {
  background-image: url(../images/bg/bg-image-16.html);
}

.bg_image--17 {
  background-image: url(../images/bg/bg-image-17.html);
}

.bg_image--18 {
  background-image: url(../images/bg/bg-image-18.html);
}

.bg_image--19 {
  background-image: url(../images/bg/bg-image-19.html);
}

.bg_image--20 {
  background-image: url(../images/bg/bg-image-20.html);
}

.bg_image--21 {
  background-image: url(../images/bg/bg-image-21.html);
}

.bg_image--22 {
  background-image: url(../images/bg/bg-image-22.html);
}

.bg_image--23 {
  background-image: url(../images/bg/bg-image-23.html);
}

.bg_image--24 {
  background-image: url(../images/bg/bg-image-24.html);
}

.bg_image--25 {
  background-image: url(../images/bg/bg-image-25.html);
}

.bg_image--26 {
  background-image: url(../images/bg/bg-image-26.html);
}

.bg_image--27 {
  background-image: url(../images/bg/bg-image-27.html);
}

.bg_image--28 {
  background-image: url(../images/bg/bg-image-28.html);
}

.bg_image--29 {
  background-image: url(../images/bg/bg-image-29.html);
}

.bg_image--30 {
  background-image: url(../images/bg/bg-image-30.html);
}

.bg_image--31 {
  background-image: url(../images/bg/bg-image-31.html);
}

.bg_image--32 {
  background-image: url(../images/bg/bg-image-32.html);
}

.bg_image--33 {
  background-image: url(../images/bg/bg-image-33.html);
}

.bg_image--34 {
  background-image: url(../images/bg/bg-image-34.html);
}

.bg_image--35 {
  background-image: url(../images/bg/bg-image-35.html);
}

.bg_image--36 {
  background-image: url(../images/bg/bg-image-36.html);
}

.bg_image--37 {
  background-image: url(../images/bg/bg-image-37.html);
}

.bg_image--38 {
  background-image: url(../images/bg/bg-image-38.html);
}

.bg_image--39 {
  background-image: url(../images/bg/bg-image-39.html);
}

.bg_image--40 {
  background-image: url(../images/bg/bg-image-40.html);
}

/* Height and width */
.fullscreen {
  min-height: 980px;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row--0>[class*=col] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row--5>[class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row--10>[class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--20>[class*=col],
.row--20>[class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--20>[class*=col],
  .row--20>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--25>[class*=col],
.row--25>[class*=col-] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--25>[class*=col],
  .row--25>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--30>[class*=col],
.row--30>[class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--30>[class*=col],
  .row--30>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--45>[class*=col],
.row--45>[class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--45>[class*=col],
  .row--45>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--40>[class*=col],
.row--40>[class*=col-] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--40>[class*=col],
  .row--40>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--60>[class*=col],
.row--60>[class*=col-] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--60>[class*=col],
  .row--60>[class*=col-] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
  z-index: 2;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

[data-overlay]:before {
  background: var(--color-primary);
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*jump animation */
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

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

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {

  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

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

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

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

@-webkit-keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

@keyframes bounceInLeft {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

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

@-webkit-keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

@keyframes bounceInRight {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

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

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

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

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

[data-aos=slideInUp2] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos=slideInUp2].aos-animate {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  [data-aos=slideInUp2] {
    transform: translateY(30px);
  }

  [data-aos=slideInUp2].aos-animate {
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }

  100% {
    right: -23%;
    top: 0;
  }
}

@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }

  50% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(40%);
  }
}

@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(40%);
  }

  100% {
    transform: translateX(-40%);
  }
}

@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-20%);
  }
}

.floting-line {
  animation: animate-floting 15s linear infinite;
}

.floting-line:hover {
  animation-play-state: paused;
}

.floting-line-2 {
  animation: animate-floting-2 15s linear infinite;
}

.floting-line-2:hover {
  animation-play-state: paused;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }

  50% {
    border-radius: var(--morp-md-value);
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0;
  }
}

@keyframes liveAuction {
  0% {
    background: var(--color-white);
  }

  100% {
    background: var(--color-danger);
  }
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 48px;
  }
}

@media only screen and (max-width: 768px) {
  .cd-headline {
    font-size: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .cd-headline {
    font-size: 26px;
  }
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

xclip 

-------------------------------- */
.cd-headline.clip span {
  display: inline-block;
  padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-top: -20px;
}

.cd-headline.clip .cd-words-wrapper b {
  font-weight: 700;
}

.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: var(--color-primary-3);
  transform: translateY(-50%);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, 0.2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=slide-up] {
  transform: translateY(20%);
}

[data-sal=slide-down] {
  transform: translateY(-20%);
}

[data-sal=slide-left] {
  transform: translateX(20%);
}

[data-sal=slide-right] {
  transform: translateX(-20%);
}

[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal=zoom-in] {
  transform: scale(0.5);
}

[data-sal=zoom-out] {
  transform: scale(1.1);
}

[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none;
}

[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-sal=flip-left] {
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none;
}

/* elements */
.about-banner-area-bg {
    background-image: url('../dream/dream_about.png');
    /*background-image: url(../images/about/01.jpg);*/
    height: 582px;
    display: flex;
    align-items: center;
}
.mission-banner-area-bg {
    background-image: url('../dream/screenshot_248.png');
    height: 582px;
    display: flex;
    align-items: center;
}

.inner-content-about-area {
  max-width: 60%;
  margin: auto;
  text-align: center;
  margin-top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-content-about-area {
    max-width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .inner-content-about-area {
    max-width: 100%;
  }
}

.inner-content-about-area .title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .inner-content-about-area .title {
    line-height: 1.3;
    font-size: 36px;
  }
}

.inner-content-about-area p.disc {
  font-size: 16px;
  color: #fff;
  max-width: 85%;
  margin: auto;
}

.inner-content-about-area .rts-btn {
  margin-top: 40px !important;
  margin: auto;
}

.container-3 {
  max-width: 1320px;
  margin: auto;
  padding: 0 15px;
}

.about-content-area-1 .title {
  font-size: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .about-content-area-1 .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content-area-1 .title {
    font-size: 26px;
  }

  .about-content-area-1 .title br {
    display: none;
  }
}

.about-content-area-1 p.disc {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about-content-area-1 .check-main-wrapper .single-check-area {
  padding: 7px 0;
  padding-left: 25px;
  position: relative;
}

.about-content-area-1 .check-main-wrapper .single-check-area::after {
  position: absolute;
  content: "";
  left: 0;
  height: 4px;
  width: 4px;
  background: #2C3C28;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.section-seperator {
  margin: 0;
}

.title-center-area-main {
  text-align: center;
  max-width: 50%;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-center-area-main {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .title-center-area-main {
    max-width: 100%;
  }
}

.title-center-area-main .title {
  font-size: 40px;
}

.title-area-left .title-left {
  font-size: 40px;
}

@media only screen and (max-width: 575px) {
  .title-area-left .title-left {
    font-size: 26px;
  }
}

.header-top-area {
  background: var(--color-primary);
  padding: 10px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-area {
    display: none;
  }
}

.header-top-area p.disc {
  margin: 0;
  font-size: 16px;
  font-weight: 600px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .header-top-area p.disc {
    font-size: 13px;
  }
}

.header-top-area .bwtween-area-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-area .bwtween-area-header-top p {
  margin: 0;
  font-size: 16px;
  font-weight: 600px;
  color: #fff;
}

@media only screen and (max-width: 1199px) {
  .header-top-area .bwtween-area-header-top p {
    font-size: 13px;
  }
}

.header-top-area .bwtween-area-header-top p a {
  color: #fff;
}

.header-top-area .bwtween-area-header-top .discount-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-mid-one-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-mid-one-wrapper {
    display: none;
  }
}

#countdown-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

#countdown-1 .single {
  display: flex;
  align-items: center;
  gap: 7px;
}

#countdown-1 .single .timer {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 600;
}

#countdown-1 .single .count {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.header-mid-wrapper-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mid-wrapper-between .nav-sm-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top {
  position: relative;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top::after {
  position: absolute;
  right: -20px;
  height: 100%;
  width: 1px;
  content: "";
  background: #E2E2E2;
  top: 0;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top.language {
  display: flex;
  gap: 40px;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top.language::after {
  display: none;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top.language li a {
  position: relative;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top.language li a::after {
  position: absolute;
  right: -20px;
  height: 100%;
  width: 1px;
  content: "";
  background: #E2E2E2;
  top: 0;
}

.header-mid-wrapper-between .nav-sm-left .nav-h_top.language li:last-child a::after {
  display: none;
}

.header-mid-wrapper-between .nav-sm-left ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  list-style: none;
}

.header-mid-wrapper-between .nav-sm-left ul li {
  margin: 0;
  padding: 0;
}

.header-mid-wrapper-between .nav-sm-left ul li a {
  padding: 15px 0;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #74787C;
}

@media (min-width: 1200px) {
  .col-xl-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.single-feature-area {
  display: flex;
  align-items: flex-start;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 14px 21px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 30px;
  gap: 20px;
  height: 100%;
}

.single-feature-area .title {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-feature-area .title {
    font-size: 14px;
  }
}

.single-feature-area span {
  font-size: 14px;
}

.search-header-area-main {
  padding: 31px 0;
  border-top: 1px solid #E2E2E2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-header-area-main {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .search-header-area-main {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-header-nav-area-one {
    background: #ffffff !important;
    border-bottom: 1px solid #E2E2E2;
  }
}

@media only screen and (max-width: 767px) {
  .rts-header-nav-area-one {
    background: #ffffff !important;
    border-bottom: 1px solid #E2E2E2;
  }
}

.after-md-device-header {
  display: none !important;
  background: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .after-md-device-header {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  .after-md-device-header {
    display: flex !important;
  }
}

.logo-search-category-wrapper {
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .logo-search-category-wrapper {
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-search-category-wrapper {
    gap: 20px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .logo-search-category-wrapper {
    gap: 20px;
    padding: 12px 0;
  }
}

@media only screen and (max-width: 575px) {
  .logo-search-category-wrapper {
    gap: 10px;
  }
}

.logo-search-category-wrapper .actions-area {
  display: flex;
  align-items: center;
  gap: 15px;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-search-category-wrapper .actions-area {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .logo-search-category-wrapper .actions-area {
    display: flex;
  }
}

.logo-search-category-wrapper .actions-area>div {
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  gap: 10px;
  font-weight: 500;
  color: #2C3C28;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .logo-search-category-wrapper .actions-area>div {
    height: 40px;
    padding: 0;
    width: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-search-category-wrapper .actions-area>div {
    border: none;
  }
}

.logo-search-category-wrapper .category-search-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-search-category-wrapper .category-search-wrapper .location-area {
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid #E2E2E2;
  padding: 16px 16px 16px 0;
  margin-right: 20px;
  border-radius: 5px;
  margin-top: 0;
}

@media screen and (max-width: 1270px) {
  .logo-search-category-wrapper .category-search-wrapper .location-area {
    display: none;
  }
}

.logo-search-category-wrapper .category-search-wrapper .location-area .icon {
  padding: 16px;
  border-right: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.logo-search-category-wrapper .category-search-wrapper .location-area .information span {
  font-size: 12px;
  color: #74787C;
}

.logo-search-category-wrapper .category-search-wrapper .location-area .information p {
  color: #2C3C28;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-search-category-wrapper .category-search-wrapper .location-area .information p {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-search-category-wrapper .category-search-wrapper .location-area .information p {
    font-size: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-search-category-wrapper .category-search-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .logo-search-category-wrapper .category-search-wrapper {
    display: none;
  }
}

.logo-search-category-wrapper .category-search-wrapper .category-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 50px;
  border-radius: 5px;
  background: #F3F4F6;
  padding: 15px 16px;
  cursor: pointer;
  font-weight: 600;
  color: #2C3C28;
  position: relative;
}

.logo-search-category-wrapper .category-search-wrapper .search-header {
  flex-basis: 70%;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header {
    display: none;
  }
}

.logo-search-category-wrapper .category-search-wrapper .search-header input {
  width: 802px;
  height: 50px;
  background: #F3F4F6;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-right: 150px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header input {
    width: 600px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header input {
    width: 400px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header input {
    width: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo-search-category-wrapper .category-search-wrapper .search-header input {
    width: 350px;
  }
}

.logo-search-category-wrapper .category-search-wrapper .search-header input:focus {
  border: 1px solid var(--color-primary);
}

.logo-search-category-wrapper .category-search-wrapper .search-header a.rts-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}

.logo-search-category-wrapper .category-search-wrapper .search-header button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
}

.accont-wishlist-cart-area-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1199px) {
  .accont-wishlist-cart-area-header .btn-border-only span.text {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .accont-wishlist-cart-area-header .btn-border-only .text {
    display: none !important;
  }
}

.accont-wishlist-cart-area-header .wishlist {
  position: relative;
}

.accont-wishlist-cart-area-header .wishlist i {
  position: relative;
}

.accont-wishlist-cart-area-header .wishlist span.number {
  position: absolute;
  left: 33px;
  top: 2px;
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
}

.accont-wishlist-cart-area-header .cart {
  position: relative;
}

.accont-wishlist-cart-area-header .cart i {
  position: relative;
}

.accont-wishlist-cart-area-header .cart span.number {
  position: absolute;
  left: 33px;
  top: 2px;
  height: 20px;
  width: 20px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
}

a.over_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 575px) {
  .category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .title {
    font-size: 14px;
  }
}

.category-hover-header {
  position: relative;
  list-style: none;
  transition: 0.3s !important;
  cursor: pointer;
}

.category-hover-header img {
  transition: 0.3s;
}

.category-hover-header.cart:hover .category-sub-menu i {
  color: #000 !important;
}

.category-hover-header.cart:hover .category-sub-menu span {
  color: #000;
}

.category-hover-header.cart:hover .category-sub-menu .number {
  color: #000000;
}

.category-hover-header .category-sub-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: var(--color-white);
  transform: translateZ(0) translateY(30px);
  border-radius: 4px;
  transition: all 0.2s;
  box-shadow: 0px 7px 18px #1810100d;
  display: flex;
  flex-direction: column;
  min-width: 250px;
  padding: 10px 0;
  z-index: 10;
  list-style: none;
  transition: 0.2s !important;
}

.category-hover-header .category-sub-menu.card-number-show {
  right: 0 !important;
  left: auto;
  padding: 56px;
  min-width: 522px;
}

@media only screen and (max-width: 767px) {
  .category-hover-header .category-sub-menu.card-number-show {
    right: -100px !important;
  }
}

@media only screen and (max-width: 575px) {
  .category-hover-header .category-sub-menu.card-number-show {
    padding: 15px;
    min-width: 292px;
    right: -100px !important;
  }
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1.border-top {
  border-top: 1px solid #E2E2E2;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 i::after {
  display: none;
  color: #000;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name {
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .thumbanil {
  max-width: 75px;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .details .title {
  margin-bottom: 7px;
  font-weight: 600;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .details .number {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  gap: 5px;
  align-items: center;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .details .number i {
  font-size: 12px;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .img-name .details .number span {
  color: red;
  font-weight: 500;
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .close-c1 {
  height: 20px;
  width: 20px;
  border: 1px solid #E2E2E2;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  right: 0;
  position: absolute;
}

@media only screen and (max-width: 575px) {
  .category-hover-header .category-sub-menu.card-number-show .cart-item-1 .close-c1 {
    top: -1px;
  }
}

.category-hover-header .category-sub-menu.card-number-show .cart-item-1 .close-c1 i {
  font-size: 12px;
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .top {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .single-progress-area-incard {
  margin-bottom: 15px;
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .progress-bar {
  background: var(--color-primary);
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .button-wrapper {
  margin-top: 30px;
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 575px) {
  .category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .button-wrapper {
    gap: 10px;
  }
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .button-wrapper a {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  transition: 0.3s;
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .button-wrapper a.border-only {
  border: 1px solid var(--color-primary);
  background: transparent;
  text-align: center;
  color: #000;
}

.category-hover-header .category-sub-menu.card-number-show .sub-total-cart-balance .button-wrapper a.border-only:hover {
  background: var(--color-primary);
  color: #fff;
}

.category-hover-header .category-sub-menu li {
  margin: 0;
}

.category-hover-header .category-sub-menu li a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.category-hover-header .category-sub-menu li a span {
  color: #2C3C28;
  font-weight: 600;
  transition: 0.3s;
}

.category-hover-header .category-sub-menu li a img {
  margin-right: 16px;
  transition: 0.3s;
}

.category-hover-header .category-sub-menu li a i {
  margin-left: auto;
  margin-right: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: rgba(98, 157, 35, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C3C28;
  font-size: 10px;
  transition: 0.3s;
}

.category-hover-header .category-sub-menu li a:hover {
  background: var(--color-primary);
}

.category-hover-header .category-sub-menu li a:hover span {
  color: #fefffd;
  font-weight: 600;
}

.category-hover-header .category-sub-menu li a:hover i {
  background: #fff;
  color: #2C3C28;
}

.category-hover-header .category-sub-menu li a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(46deg) brightness(111%) contrast(101%);
}

.category-hover-header:hover {
  background: var(--color-primary) !important;
  color: #fff !important;
}

.category-hover-header:hover img.parent {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(0%) hue-rotate(46deg) brightness(111%) contrast(101%);
}

.category-hover-header:hover .category-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
}

.rts-header-nav-area-one {
  background: #F3F4F6;
  border-bottom: 1px solid #E2E2E2;
}

.rts-header-nav-area-one .nav-area ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.rts-header-nav-area-one .nav-area ul li {
  margin: 0;
  padding: 0;
}

.rts-header-nav-area-one .nav-area ul li a {
  padding: 22px 20px;
  display: block;
  font-weight: 600;
  color: #2C3C28;
  transition: 0.3s;
}

.rts-header-nav-area-one .nav-area ul li a:hover {
  color: var(--color-primary) !important;
}

.rts-header-nav-area-one .nav-area ul li.parent:first-child a {
  padding-left: 0;
}

.nav-and-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-and-btn-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nav-and-btn-wrapper {
    display: none;
  }
}

.nav-and-btn-wrapper .right-btn-area {
  display: flex;
  align-items: center;
  gap: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .nav-and-btn-wrapper .right-btn-area {
    gap: 2px;
  }
}

.nav-and-btn-wrapper .right-btn-area .btn-narrow {
  font-weight: 600;
  transition: 0.3s !important;
  color: #2C3C28;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-and-btn-wrapper .right-btn-area .btn-narrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .nav-and-btn-wrapper .right-btn-area .btn-narrow {
    display: none;
  }
}

.nav-and-btn-wrapper .right-btn-area .btn-narrow:hover {
  color: var(--color-primary);
}

.nav-and-btn-wrapper .btn-primary {
  padding: 23px 28px;
  border-radius: 0 !important;
  position: relative;
}

.nav-and-btn-wrapper .btn-primary::after {
  content: "";
  position: absolute;
  left: -27px;
  top: -7px;
  border-left: 21px solid var(--color-primary);
  border-top: 0px solid transparent;
  border-bottom: 34px solid transparent;
  transform: rotate(90deg);
}

@media only screen and (max-width: 1199px) {
  .nav-and-btn-wrapper .btn-primary::after {
    display: none;
  }
}

.nav-and-btn-wrapper .btn-primary span {
  padding: 2px 10px;
  background: #fff;
  color: var(--color-primary);
  border-radius: 33px;
  margin-left: 7px;
  margin-top: -7px;
}

.header--sticky {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  z-index: 8;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: none;
  top: 0;
  transform: translateY(0);
}

.header--sticky.sticky {
  position: fixed !important;
  top: 0;
  animation: stickyanimations 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  display: block;
  width: 100%;
  box-shadow: 0px 7px 18px #1810100d;
  background: #fff;
  z-index: 999;
  border: none !important;
  max-width: 100%;
}

.main-wrapper-action-2 {
  gap: 10px;
}

.bg_white {
  background: #fff !important;
}

.header-style-two .header-top-area-two {
  background: var(--color-heading-1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two .header-top-area-two {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-style-two .header-top-area-two {
    display: none;
  }
}

.header-style-two .header-top-area-two .hader-top-between-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.header-style-two .header-top-area-two .hader-top-between-two p {
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.header-style-two .header-top-area-two .hader-top-between-two .nav-header-top {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-style-two .header-top-area-two .hader-top-between-two .nav-header-top li {
  margin: 0;
}

.header-style-two .header-top-area-two .hader-top-between-two .nav-header-top li a {
  font-weight: 600;
  color: #fff;
}

.header-style-two.bg-primary-header .header-top-area {
  padding: 10px 0;
}

.header-style-two.bg-primary-header .search-header-area-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.11) !important;
}

.header-style-two.bg-primary-header .search-header-area-main .rts-header-nav-area-one.header--sticky {
  border-bottom: none;
}

.header-style-two.bg-primary-header .search-header-area-main {
  background: var(--color-heading-1);
  border: none;
}

.header-style-two.bg-primary-header .search-header-area-main .accont-wishlist-cart-area-header .btn-border-only {
  background: #fff;
  color: var(--color-heading-1);
}

.header-style-two.bg-primary-header .search-header-area-main .accont-wishlist-cart-area-header .btn-border-only:hover {
  background: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}

.header-style-two.bg-primary-header .search-header-area-main .accont-wishlist-cart-area-header .btn-border-only:hover.wishlist i::after {
  background: #fff;
  color: var(--color-heading-1);
}

.header-style-two.bg-primary-header .search-header-area-main .accont-wishlist-cart-area-header .btn-border-only:hover.cart i::after {
  background: #fff;
  color: var(--color-heading-1);
}

.header-style-two.bg-primary-header .logo-search-category-wrapper .category-search-wrapper .search-header input {
  width: 475px;
  height: 50px;
}

@media only screen and (max-width: 1300px) {
  .header-style-two.bg-primary-header .logo-search-category-wrapper .category-search-wrapper .search-header input {
    width: 300px;
  }
}

.header-style-two.bg-primary-header .logo-search-category-wrapper .category-search-wrapper {
  gap: 0;
}

.header-style-two.bg-primary-header .logo-search-category-wrapper .category-search-wrapper .search-header input {
  border-radius: 0 5px 5px 0;
}

.header-style-two.bg-primary-header .logo-search-category-wrapper .category-search-wrapper .category-btn {
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #D9D9D9;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one {
  background: var(--color-primary);
}

.header-style-two.bg-primary-header .rts-header-nav-area-one nav ul li a {
  color: #fff;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one .right-location-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media only screen and (max-width: 1199px) {
  .header-style-two.bg-primary-header .rts-header-nav-area-one .right-location-area {
    display: none;
  }
}

.header-style-two.bg-primary-header .rts-header-nav-area-one .right-location-area p {
  color: #fff;
  font-weight: 500;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one .right-location-area p a {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one .right-location-area i {
  color: #fff;
}

.header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
  width: 802px;
  border-radius: 4px;
  border: 1px solid transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
    width: 550px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
    width: 400px;
  }
}

.header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input:focus {
  border: 1px solid var(--color-primary);
}

.right-location-area.fourt p {
  margin: 0;
}

.right-location-area.fourt p span {
  display: inline-block;
  padding: 2px 15px;
  background: var(--color-primary);
  border-radius: 33px;
  text-transform: uppercase;
  margin-left: 16px;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four {
  border-bottom: none !important;
  background: #22351E !important;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area .category-btn.category-hover-header {
  display: flex;
  align-items: center;
  gap: 50px;
  height: 65px;
  border-radius: 0;
  background: var(--color-primary);
  padding: 15px 42px;
  cursor: pointer;
  font-weight: 600;
  color: #ffffff;
  position: relative;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area .category-btn.category-hover-header .parent {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(25deg) brightness(111%) contrast(101%);
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area .category-btn.category-hover-header .category-sub-menu li {
  display: block;
  width: 100%;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area .category-btn.category-hover-header .category-sub-menu li:first-child a {
  padding: 15px 20px;
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four .nav-and-btn-wrapper .nav-area .category-btn.category-hover-header .category-sub-menu li a {
  display: flex;
  width: 100%;
  padding: 15px 20px;
}

.header-style-two .rts-header-nav-area-one .nav-area ul li a:hover {
  color: var(--color-heading-1) !important;
}

.header-style-two.bg-primary-header.header--fft .rts-header-nav-area-one .nav-area ul li a:hover {
  color: var(--color-primary) !important;
}

.rts-header-nav-area-one.header-two .logo-search-category-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-header-nav-area-one.header-two .logo-search-category-wrapper {
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .rts-header-nav-area-one.header-two .logo-search-category-wrapper {
    display: flex;
  }
}

.header-style-two.bg-primary-header .rts-header-nav-area-one.header--sticky .logo-search-category-wrapper {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-style-two.bg-primary-header .rts-header-nav-area-one.header--sticky .logo-search-category-wrapper {
    display: flex !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-style-two.bg-primary-header .rts-header-nav-area-one.header--sticky .logo-search-category-wrapper {
    display: flex !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-primary-sticky.header-style-two.bg-primary-header {
    background: #fff;
  }

  .header-primary-sticky.header-style-two.bg-primary-header .logo-search-category-wrapper {
    background: #fff;
  }

  .header-primary-sticky.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four {
    background: #fff !important;
  }
}

@media only screen and (max-width: 767px) {
  .header-primary-sticky.header-style-two.bg-primary-header {
    background: #fff;
  }

  .header-primary-sticky.header-style-two.bg-primary-header .logo-search-category-wrapper {
    background: #fff;
  }

  .header-primary-sticky.header-style-two.bg-primary-header .rts-header-nav-area-one.header-four {
    background: #fff !important;
  }
}

.nav-area li a.active.sub-b {
  color: var(--color-primary) !important;
}

.nav-area li a.active {
  color: var(--color-primary) !important;
}

.nav-area-bottom-left-header-four {
  display: flex;
  align-items: center;
  gap: 70px;
}

@media only screen and (max-width: 1199px) {
  .nav-area-bottom-left-header-four {
    gap: 20px;
  }
}

.nav-area-bottom-left-header-four:hover .category-hover-header {
  background: var(--color-primary) !important;
}

.nav-area-bottom-left-header-four .category-hover-header {
  padding: 22px 25px;
  background: var(--color-primary);
  width: 280px;
  position: relative;
}

.nav-area-bottom-left-header-four .category-hover-header::after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  content: "\f078";
  font-family: var(--font-three);
  color: #fff;
}

.nav-area-bottom-left-header-four .category-hover-header span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.nav-area-bottom-left-header-four .category-sub-menu {
  min-width: 280px;
  border-radius: 0 0 6px 6px;
  border: 2px solid var(--color-primary);
  border-top: none;
}

.header-four.header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
  width: 673px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .header-four.header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
    width: 394px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-four.header-style-two.bg-primary-header .search-header-area-main.without-category .category-search-wrapper .search-header input {
    width: 370px;
  }
}

.bwtween-area-header-top.header-top-style-four {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bwtween-area-header-top.header-top-style-four .hader-top-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}

.bwtween-area-header-top.header-top-style-four .hader-top-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.bwtween-area-header-top.header-top-style-four p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.bwtween-area-header-top.header-top-style-four .follow-us-social {
  display: flex;
  align-items: center;
}

.bwtween-area-header-top.header-top-style-four .follow-us-social span {
  margin-right: 10px;
  color: #fff;
}

.bwtween-area-header-top.header-top-style-four .follow-us-social .social {
  gap: 16px;
  display: flex;
  align-items: center;
}

.bwtween-area-header-top.header-top-style-four .follow-us-social .social a i {
  color: #fff;
}

#category-active-four .submenu {
  list-style: none;
  padding-left: 0;
}

#category-active-four .submenu li a {
  padding-left: 70px;
  color: var(--color-heading-1);
  font-weight: 500 !important;
  position: relative;
}

#category-active-four .submenu li a::after {
  content: "\f054";
  font-family: var(--font-three);
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  right: auto;
  position: absolute;
  font-size: 16px;
}

#category-active-four .submenu li a.mobile-menu-link {
  padding: 7px 10px 7px 70px;
}

#category-active-four .submenu li a:hover {
  color: #fff !important;
}

#category-active-menu .submenu {
  list-style: none;
  padding-left: 0;
}

#category-active-menu .submenu li a {
  padding-left: 70px;
  color: var(--color-heading-1);
  font-weight: 500 !important;
  position: relative;
}

#category-active-menu .submenu li a::after {
  content: "\f054";
  font-family: var(--font-three);
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  right: auto;
  position: absolute;
  font-size: 16px;
}

#category-active-menu .submenu li a.mobile-menu-link {
  padding: 7px 10px 7px 70px;
}

#category-active-menu .submenu li a:hover {
  color: #fff !important;
}

li.has-dropdown {
  margin-right: 16px;
  position: relative;
}

li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  border-radius: 6px;
  background-color: #fff;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  display: inline-block;
  border: 1px solid #e2e2e2;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
  transform: translateZ(0);
  transition: 0.5s;
  width: 100%;
  right: 0;
  width: 100%;
  margin: 0 auto;
  transform: translateY(30px);
}

li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 0 15px;
}

li.has-dropdown .submenu li>a {
  position: relative;
  padding: 10px 0;
  color: var(--color-heading-1) !important;
}

li.has-dropdown .submenu li>a:hover::after {
  right: 10px;
  opacity: 1;
}

li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: translateY(0);
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: clip 1.8s linear, opacity 0.2s linear;
}

li.category-hover-header.language-hover a {
  position: relative !important;
  padding-right: 13px !important;
}

li.category-hover-header.language-hover::after {
  content: "\f078";
  position: absolute;
  right: -8px;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  font-family: var(--font-three);
}

li.category-hover-header.language-hover:hover::after {
  color: var(--color-primary);
}

.container-2 .megamenu-item-wrapper .single-megamenu-wrapper::after {
  right: 30px;
}

li.with-megamenu {
  position: static;
}

li.with-megamenu .rts-megamenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: 0.3s;
  transform: translateY(-20px);
  border-radius: 6px;
  background-color: #fff;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  display: inline-block;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.08);
  width: 100%;
  padding: 30px 60px;
  border: 1px solid #e2e2e2;
  transition: opacity 0.1s linear, clip 1.8s linear, visibility 0s 0.2s;
  transform: translateY(30px);
  transition: 0.5s;
  width: 100%;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  li.with-megamenu .rts-megamenu {
    padding: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  li.with-megamenu .rts-megamenu {
    padding: 30px;
  }
}

li.with-megamenu:hover .rts-megamenu {
  opacity: 1;
  top: 100%;
  visibility: visible;
  transform: translateY(0px);
  opacity: 1;
  transition: clip 1.8s linear, opacity 0.2s linear;
}

.megamenu-item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.megamenu-item-wrapper p.title {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}

.megamenu-item-wrapper ul {
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start;
}

.megamenu-item-wrapper ul li {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.megamenu-item-wrapper ul li a {
  padding: 10px 0 !important;
  color: var(--color-heading-1) !important;
}

.megamenu-item-wrapper .single-megamenu-wrapper {
  flex-basis: 25%;
  position: relative;
}

.megamenu-item-wrapper .single-megamenu-wrapper::after {
  position: absolute;
  content: "";
  right: 60px;
  top: 0;
  width: 1px;
  background: #e2e2e2;
  height: 100%;
}

.megamenu-item-wrapper .single-megamenu-wrapper:last-child::after {
  display: none;
}

.feature-add-megamenu-area {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

.index-bg-gray {
  background: #F3F4F6;
}

.index-bg-gray .cover-card-main-over {
  background: #fff;
  border-radius: 6px;
}

.index-bg-gray .cover-card-main-over .single-shopping-card-one {
  border: 1px solid #E2E2E2;
}

.index-bg-gray .cover-card-main-over .single-shopping-card-one .thumbnail-preview {
  border: none;
}

.index-bg-gray .cover-card-main-over .single-category-one {
  position: relative;
  z-index: 1;
  text-align: center;
}

.index-bg-gray .cover-card-main-over .single-category-one::after {
  position: absolute;
  content: "";
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  width: 93%;
  height: 140px;
  background: linear-gradient(180deg, #F3F4F6 0%, #FFFFFF 100%);
  border-radius: 6px;
  z-index: -1;
}

@media only screen and (max-width: 479px) {
  .index-bg-gray .cover-card-main-over .single-category-one::after {
    width: 97%;
  }
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1696px;
  margin: auto;
  padding: 0 15px;
}

.container-2 {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1350px;
  margin: auto;
}

.countdown .countDown {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 479px) {
  .countdown .countDown {
    flex-wrap: wrap;
  }
}

.countdown .countDown .container {
  position: relative;
  padding: 3px 43px 3px 7px;
}

.countdown .countDown .container::after {
  color: rgba(255, 255, 255, 0.897);
}

.countdown .countDown .container:first-child::after {
  position: absolute;
  content: "Days";
  right: 5px;
  top: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .countDown .container:nth-child(2)::after {
  position: absolute;
  content: "Hour";
  right: 5px;
  top: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .countDown .container:nth-child(3)::after {
  position: absolute;
  content: "Min";
  right: 5px;
  top: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .countDown .container:nth-child(4)::after {
  position: absolute;
  content: "Sec";
  right: 5px;
  top: -1px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .countDown .a {
  font-weight: 500;
  color: #fff;
}

.bg_light-1 {
  background: #F3F4F6 !important;
}

.titlw-area-between-best-seller-anim {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titlw-area-between-best-seller-anim .title {
  padding-left: 55px;
  position: relative;
}

.titlw-area-between-best-seller-anim .title::after {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #EABC5E;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.next-prev-swiper-wrapper.d-sm-none {
  display: block !important;
}

@media only screen and (max-width: 575px) {
  .next-prev-swiper-wrapper.d-sm-none {
    display: none;
  }
}

.bg_primary {
  background: var(--color-primary) !important;
}

@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
}

.rts-product-details-section2 {
  padding-bottom: 0;
}

.rts-product-details-section2 .product-thumb-area {
  display: flex;
  flex-direction: column;
}

.rts-product-details-section2 .product-thumb-area .product-thumb {
  margin-bottom: 30px;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
  flex-direction: row;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
  margin-bottom: 0;
  margin-right: 20px;
}

.rts-product-details-section2 .contents table {
  width: 100%;
}

@media (max-width: 1200px) {
  .rts-product-details-section2 .details-product-area {
    flex-direction: column;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .thumb-wrapper {
    width: 100%;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb {
    margin-bottom: 20px;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group {
    margin-left: 0;
    flex-direction: row;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-right: 20px;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  box-shadow: #629d2310 0px 0px 6px 7px;
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-three);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--color-primary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
  font-weight: 300;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
  border: 0px solid var(--color-primary);
  font-weight: 300;
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-three);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 300;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 2px;
}

.home-blue .progress-wrap svg.progress-circle path {
  stroke: var(--color-primary-2);
}

.home-blue .progress-wrap::after {
  border-color: var(--color-primary-2);
  box-shadow: 0px 3px 20px 6px #0742e952;
  color: var(--color-primary-2);
}

.bg_one-banner {
    background-image: url('../images/d(1).jpg');
   /* background-image: url(../images/banner/01.png);*/
}

.bg_one-banner {
    background-image: url('../images/d(1).jpg');
    /* background-image: url(../images/banner/01.png);*/
}

    .bg_one-banner.two {
        background-image: url('../images/d(2).jpg');
       /* background-image: url(../images/banner/08.png);*/
    }
    .bg_one-banner.three {
        background-image: url('../dream/screenshot _241.png');
    }
    .bg_one-banner.four {
        background-image: url('../dream/screenshot_244.png');
    }

.category-area-main-wrapper-one {
  border-radius: 6px;
  overflow: hidden;
}

.banner-one-inner-content {
  text-align: center;
}

.banner-one-inner-content .rts-btn {
  margin: auto;
}

.banner-one-inner-content .pre {
  color: #FFE884;
  font-size: 16px;
}

.banner-one-inner-content .title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 42px;
  font-weight: 600;
  margin-top: 12px;
}

.rts-banner-area-one .banner-bg-image {
  border-radius: 6px;
}

.bg_banner-2 {
  background-image: url(../images/banner/02.jpg);
  height: 520px;
  border-radius: 6px;
}

.banner-area-two-start .content {
  padding: 116px 120px;
}

@media only screen and (max-width: 767px) {
  .banner-area-two-start .content {
    padding: 45px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-two-start .content {
    padding: 45px 20px;
  }
}

.banner-area-two-start .content span.pre-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

.banner-area-two-start .content .title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  .banner-area-two-start .content .title {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-two-start .content .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-two-start .content .title br {
    display: none;
  }
}

.banner-area-two-start .content p.disc {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .banner-area-two-start .content p.disc br {
    display: none;
  }
}

.banner-area-two-start .content .rts-btn-banner-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  .banner-area-two-start .content .rts-btn-banner-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.banner-area-two-start .content .rts-btn-banner-area .price-area {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.banner-area-two-start .content .rts-btn-banner-area .price-area span {
  color: #1A1A1A;
  font-weight: 400;
}

.banner-area-two-start .content .rts-btn-banner-area .price-area .title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: -10px;
}

.banner-bg-full_1 {
  background-image: url(../images/banner/03.png);
  height: 600px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-bg-full_1.img-two {
  background-image: url(../images/banner/09.png);
}

.banner-inner-content-three .pre {
  color: #EABC5E;
  font-weight: 600;
}

.banner-inner-content-three .title {
  margin-top: 20px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .banner-inner-content-three .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner-content-three .title {
    font-size: 44px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-inner-content-three .title {
    font-size: 30px;
  }
}

.banner-inner-content-three .dsicription {
  font-weight: 500;
  font-size: 16px;
  color: #C1C8D0;
  max-width: 40%;
  margin-bottom: 40px;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .banner-inner-content-three .dsicription {
    max-width: 100%;
  }
}

.banner-inner-content-three a.rts-btn {
  border-radius: 33px;
}

.bg-primary-header.header-style-two .search-header-area-main .accont-wishlist-cart-area-header .btn-border-only:hover {
  background: var(--color-heading-1);
  color: #fff;
  border-color: var(--color-primary);
}

.bg-primary-header.header-style-two .category-hover-header:hover {
  background: var(--color-heading-1) !important;
  color: #fff !important;
}

.banner-bg_4 {
  background-image: url(../images/banner/04.jpg);
  height: 650px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-bg_4 {
    height: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-bg_4 {
    height: 550px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-bg_4 {
    height: 410px;
  }
}

.banner-bg_4 .transparent-person {
  position: absolute;
  right: 280px;
  bottom: 0;
  max-width: max-content;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-bg_4 .transparent-person {
    right: 0;
    max-width: 43%;
  }
}

@media only screen and (max-width: 1199px) {
  .banner-bg_4 .transparent-person {
    right: 0;
    max-width: 43%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner-bg_4 .transparent-person img {
    width: 85%;
  }
}

.banner-area-start-4 .pre {
  color: #22351E;
  font-weight: 500;
  font-size: 16px;
}

.banner-area-start-4 .title {
  font-size: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-start-4 .title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-start-4 .title {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  .banner-area-start-4 .title {
    font-size: 26px;
  }
}

.banner-area-start-4 p {
  color: #22351E;
  font-weight: 500;
  font-size: 16px;
}

.banner-area-start-4 .rts-btn-banner-area {
  display: flex;
  align-items: center;
  gap: 28px;
}

@media only screen and (max-width: 479px) {
  .banner-area-start-4 .rts-btn-banner-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.banner-area-start-4 .rts-btn-banner-area .price-area {
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.banner-area-start-4 .rts-btn-banner-area .price-area .title {
  font-size: 48px;
}

@media only screen and (max-width: 575px) {
  .banner-area-start-4 .rts-btn-banner-area .price-area .title {
    font-size: 26px;
  }
}

.banner-area-start-4 .rts-btn-banner-area .price-area span {
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 13px;
}

.modal {
  scrollbar-width: none;
}

.banner-left-five-area-start {
  background-image: url(../images/banner/05.jpg);
  height: 550px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

@media only screen and (max-width: 575px) {
  .banner-left-five-area-start {
    height: 450px;
  }
}

.banner-left-five-area-start .inner-content-banner-five {
  margin-left: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-left-five-area-start .inner-content-banner-five {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-left-five-area-start .inner-content-banner-five {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-left-five-area-start .inner-content-banner-five {
    margin-left: 30px;
  }
}

.banner-left-five-area-start .inner-content-banner-five span {
  color: #629D23;
  font-size: 16px;
  font-weight: 600;
}

.banner-left-five-area-start .inner-content-banner-five .title {
  font-size: 48px;
  font-weight: 700;
  margin-top: 15px;
}

@media only screen and (max-width: 575px) {
  .banner-left-five-area-start .inner-content-banner-five .title {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 479px) {
  .banner-left-five-area-start .inner-content-banner-five .title {
    font-size: 24px;
  }
}

.banner-left-five-area-start .inner-content-banner-five p {
  max-width: 80%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #2F422B;
}

.banner-five-right-content {
  background-image: url(../images/banner/06.jpg);
  height: 550px;
  border-radius: 4px;
  position: relative;
}

.banner-five-right-content .content-area {
  position: absolute;
  left: 40px;
  top: 40px;
}

@media only screen and (max-width: 1199px) {
  .banner-five-right-content .content-area {
    left: 25px;
    top: 25px;
  }
}

.banner-five-right-content .content-area .title {
  font-size: 26px;
  line-height: 38px;
  margin-top: 15px;
}

.bg_heading {
  background: #25332C;
}

.bg_store-banner {
  background-image: url(../images/banner/07.jpg);
}

.banner-content-store {
  padding: 120px 0;
}

.banner-content-store .title {
  color: #fff;
  font-weight: 600;
}

.banner-content-store p.disc {
  color: #fff;
  max-width: 36%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-content-store p.disc {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-content-store p.disc {
    max-width: 95%;
  }
}

@media only screen and (max-width: 575px) {
  .banner-content-store p.disc {
    max-width: 100%;
  }
}

.mySwiper-category-1 {
  position: relative;
  z-index: 1;
}

.rts-banner-area-one {
  position: relative;
}

.rts-banner-area-one .swiper-button-next,
.rts-banner-area-one .swiper-button-prev {
  background-image: none;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(25px);
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.11);
  z-index: 50;
  opacity: 0;
}

.rts-banner-area-one .swiper-button-next i,
.rts-banner-area-one .swiper-button-prev i {
  color: #fff;
}

.rts-banner-area-one .swiper-button-next:hover,
.rts-banner-area-one .swiper-button-prev:hover {
  background: #fff;
}

.rts-banner-area-one .swiper-button-next:hover i,
.rts-banner-area-one .swiper-button-prev:hover i {
  color: var(--color-primary);
}

.rts-banner-area-one .swiper-button-next {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  right: 80px;
}

.rts-banner-area-one .swiper-button-prev {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  left: 80px;
  right: auto;
}

.rts-banner-area-one:hover .swiper-button-next,
.rts-banner-area-one:hover .swiper-button-prev {
  opacity: 1;
}

.banner-three-swiper-main-wrapper .swiper-button-next,
.banner-three-swiper-main-wrapper .swiper-button-prev {
  opacity: 0;
}

.banner-three-swiper-main-wrapper:hover .swiper-button-next,
.banner-three-swiper-main-wrapper:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-button-between {
  position: relative;
  z-index: 20;
}

.swiper-button-between .swiper-button-next,
.swiper-button-between .swiper-button-prev {
  background-image: none;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(25px);
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.11);
  z-index: 50;
}

.swiper-button-between .swiper-button-next i,
.swiper-button-between .swiper-button-prev i {
  color: #fff;
}

.swiper-button-between .swiper-button-next:hover,
.swiper-button-between .swiper-button-prev:hover {
  background: #fff;
}

.swiper-button-between .swiper-button-next:hover i,
.swiper-button-between .swiper-button-prev:hover i {
  color: var(--color-primary);
}

.swiper-button-between .swiper-button-next {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  right: 80px;
}

.swiper-button-between .swiper-button-prev {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  left: 80px;
  right: auto;
}

.category-btn.category-hover-header.five-style {
  padding: 10px 25px;
  border-radius: 5px;
  background: var(--color-primary);
  width: 260px;
  position: relative;
}

.category-btn.category-hover-header.five-style .category-sub-menu {
  width: 220px;
  min-width: 260px;
}

.category-btn.category-hover-header.five-style span.ml--10 {
  font-weight: 500;
  margin-bottom: 0;
}

.category-btn.category-hover-header.five-style .category-sub-menu {
  border: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
  border-radius: 5px;
}

.logo-search-category-wrapper.style-five-call-us .search-header input {
  width: 450px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-search-category-wrapper.style-five-call-us .search-header input {
    width: 360px;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-search-category-wrapper.style-five-call-us .search-header input {
    width: 300px;
  }
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper .location-area {
  border: none;
  min-width: max-content;
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper .location-area .icon {
  height: 45px;
  width: 45px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper .location-area .icon i {
  color: var(--color-primary);
  transform: rotate(-30deg);
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper .location-area .information span {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-heading-1);
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper .location-area .information a p {
  font-size: 22px;
  line-height: 1.3;
}

.logo-search-category-wrapper.style-five-call-us .category-search-wrapper input {
  background: #fff;
  border: 1px solid #E6E6E6;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .right-btn-area.header-five .btn-narrow {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .right-btn-area.header-five {
    display: none;
  }
}

.logo-search-category-wrapper .category-search-wrapper.style-five {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: -190px;
}

@media only screen and (min-width: 1600px) and (max-width: 1919px) {
  .logo-search-category-wrapper .category-search-wrapper.style-five {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .logo-search-category-wrapper .category-search-wrapper.style-five {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .logo-search-category-wrapper .category-search-wrapper.style-five {
    margin-left: 0;
  }
}

.logo-search-category-wrapper .category-search-wrapper.style-five.style-five-call-us {
  margin-left: -190px;
}

.logo-search-category-wrapper .category-search-wrapper.style-five .location-area .information a p {
  color: var(--color-primary);
}

.swiper-data {
  overflow: hidden;
}

.single-category-one {
  padding: 25px 20px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  height: 161px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.single-category-one.height-180 {
  height: 180px;
}

.single-category-one.height-230 {
  height: 230px;
  padding: 10px;
  background: #F3F4F6;
}

.single-category-one.height-230 .thumbnail {
  height: 140px;
  width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.single-category-one.height-230 .thumbnail img {
  transform: scale(1.2);
  margin-bottom: 30px;
  transition: 0.3s;
}

.single-category-one.height-230 .thumbnail:hover img {
  transform: scale(1.3);
}

.single-category-one.height-230 .inner-content-category {
  text-align: center;
  margin-top: 15px;
}

.single-category-one img {
  max-width: 70px;
  max-height: 94px;
  margin: auto;
  margin-bottom: 18px;
  min-height: 60px;
  text-align: center;
  display: flex;
}

.single-category-one p {
  font-weight: 700;
  color: #2C3C28;
  font-size: 14px;
  margin-bottom: 8px;
  text-align: center;
}

.single-category-one span {
  color: var(--color-primary);
  text-transform: uppercase;
}

.single-category-one:hover {
  border: 1px solid #629D23;
}

.cover-card-main-over {
  padding: 30px;
  border-radius: 6px;
  background: #F5F6F7;
}

.cover-card-main-over-white {
  background: #fff;
  padding-bottom: 60px;
  padding: 30px 0;
  padding-top: 20px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

.cover-card-main-over-white .title-area-between {
  padding: 0 30px;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 20px;
  padding-top: 0;
}

@media only screen and (max-width: 479px) {
  .cover-card-main-over-white .title-area-between {
    padding: 0 10px;
    padding-bottom: 20px;
  }
}

.cover-card-main-over-white .rts-caregory-area-one {
  padding: 0 30px;
}

.single-feature-card {
    background-image:url('../images/d(5).jpg');
    /* background-image: url(../images/category/01.jpg);*/
    height: 400px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-feature-card {
    padding: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-feature-card {
    padding: 20px;
    height: 300px;
  }
}

.single-feature-card.style-three {
    height: 350px;
    background-image: url('../images/d(4).jpg');
    /* background-image: url(../images/category/06.jpg);*/
}

    .single-feature-card.style-three.two {
        background-image:url('../images/d(16).jpg');
        /* background-image: url(../images/category/06.jpg);*/
    }

.single-feature-card.style-three.three {
 /* background-image: url(../images/category/07.jpg);*/
   background-image:url('../images/d(5).jpg');
}

.single-feature-card.two {
    /*background-image: url(../images/category/02.jpg);*/
    background-image: url('../images/d(19).jpg');
}

.single-feature-card.three {
    /*background-image: url(../images/category/03.jpg);*/
    background-image: url('../images/d(15).jpg');
}

.single-feature-card.four {
    /*background-image: url(../images/category/04.jpg);*/
    background-image: url('../images/d(12).jpg');
}

.single-feature-card .rts-btn {
  margin-bottom: 15px;
  padding: 7px 26px;
}

.single-feature-card .rts-btn:focus {
  box-shadow: none;
  border: none;
}

.single-feature-card .title {
  line-height: 1.2;
  font-size: 26px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .single-feature-card .title {
    font-size: 18px;
  }
}

.single-feature-card .title span {
  font-weight: 400;
  color: var(--color-primary);
}

.category-area-main-wrapper-two .mySwiper-category-1 {
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  border-right: 0.5px solid #e2e2e2;
}

.category-area-main-wrapper-two .single-category-one {
  border-radius: 0;
  text-align: center;
  padding: 25px 9px;
  border: none;
  border-right: 1px solid #e2e2e2;
  position: relative;
}

.category-area-main-wrapper-two .single-category-one p {
  margin-bottom: 4px;
}

.category-area-main-wrapper-two .single-category-one span {
  font-weight: 500;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
}

.category-area-main-wrapper-two .single-category-one::after {
  bottom: 0;
  position: absolute;
  left: 0;
  height: 4px;
  width: 0%;
  background: var(--color-primary);
  content: "";
  transition: 0.3s;
}

.category-area-main-wrapper-two .single-category-one:hover::after {
  width: 100%;
}

.rts-btn {
  max-width: max-content;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.rts-btn:focus {
  box-shadow: none !important;
  border: none !important;
}

.rts-btn.btn-primary {
  background: #629D23;
  border-radius: 6px;
  display: block;
  max-width: max-content;
}

.rts-btn.radious-sm {
  border-radius: 6px;
}

.rts-btn.with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}

.rts-btn.with-icon .arrow-icon {
  display: inline-block;
  transition: opacity 0.4s 0.25s, transform 0.6s 0.25s;
  transition-timing-function: cubic-bezier(0.1, 0.75, 0.25, 1);
}

.rts-btn.with-icon .arrow-icon+.arrow-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: inline-block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0s;
  order: -2;
  display: none;
}

.rts-btn.with-icon .btn-text {
  display: inline-block;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.rts-btn.with-icon:hover {
  background: #2c3c28;
}

.rts-btn.with-icon:hover .btn-text {
  transition-delay: 0.1s;
  transform: translateX(0);
}

.rts-btn.with-icon:hover .arrow-icon+.arrow-icon {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.225s;
}

.rts-btn.with-icon:hover .arrow-icon {
  opacity: 1;
  transition-delay: 0s;
  transform: translateX(0);
}

.shop-now-goshop-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shop-now-goshop-btn .plus-icon {
  height: 30px;
  width: 30px;
  background: var(--color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-now-goshop-btn .plus-icon i {
  color: #fff;
}

.shop-now-goshop-btn span {
  font-weight: 700;
  color: #232722;
}

.shop-now-goshop-btn {
  max-width: max-content;
  transition: 0.3s;
}

.shop-now-goshop-btn .plus-icon {
  opacity: 0;
  display: flex;
  transition: 0.3s;
}

.shop-now-goshop-btn .plus-icon+.plus-icon {
  margin-inline-end: 0;
  margin-inline-start: 8px;
  display: flex;
  margin-inline-start: 0;
  margin-inline-end: 0;
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0s;
  order: -2;
  transition: 0.3s;
}

.shop-now-goshop-btn .text {
  display: flex;
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
  margin-inline-start: -1px;
  transition: 0.3s;
}

.shop-now-goshop-btn:hover .text {
  transition-delay: 0s;
}

.shop-now-goshop-btn:hover .plus-icon+.plus-icon {
  opacity: 1;
  transition-delay: 0s;
  background: var(--color-heading-1);
}

.shop-now-goshop-btn:hover .plus-icon {
  opacity: 0;
  transition-delay: 0s;
}

.btn-border-only {
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  gap: 10px;
  font-weight: 500;
  color: #2C3C28;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 767px) {
  .btn-border-only {
    height: 40px;
    padding: 0;
    width: 40px;
  }
}

@media only screen and (max-width: 575px) {
  .btn-border-only {
    border: none;
  }
}

.btn-border-only:hover {
  background: var(--color-primary);
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-border-only.wishlist {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .btn-border-only.account {
    display: none;
  }
}

.single-shopping-card-one {
  padding: 15px;
  background: #F5F6F7;
  border-radius: 6px;
}

.single-shopping-card-one .image-and-action-area-wrapper {
  position: relative;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border-radius: 10px 10px 0 0;
  background: var(--color-primary);
  padding: 10px 29px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.2px dashed rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transition: all 0.3s;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action:hover {
  background: #fff;
}

.single-shopping-card-one .image-and-action-area-wrapper .action-share-option .single-action:hover i {
  color: var(--color-primary);
  animation: 0.5s mymove;
}

.single-shopping-card-one .thumbnail-preview {
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
}

.single-shopping-card-one .thumbnail-preview .badge {
  position: absolute;
  left: 30px;
  top: -10px;
  z-index: 5;
}

.single-shopping-card-one .thumbnail-preview .badge i {
  color: #EABC5E;
  font-size: 50px;
}

.single-shopping-card-one .thumbnail-preview .badge span {
  position: absolute;
  top: 17px;
  left: 17px;
  font-size: 11px;
  line-height: 1.1;
  color: #2C3C28;
  text-align: left;
  font-weight: 700;
}

.single-shopping-card-one .thumbnail-preview img {
  width: 100%;
  transition: 0.3s;
  transform: scale(1.01);
}

.single-shopping-card-one .thumbnail-preview .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border-radius: 10px 10px 0 0;
  background: var(--color-primary);
  padding: 10px 29px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.2px dashed rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transition: all 0.3s;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action:hover {
  background: #fff;
}

.single-shopping-card-one .thumbnail-preview .action-share-option .single-action:hover i {
  color: var(--color-primary);
  animation: 0.5s mymove;
}

.single-shopping-card-one .body-content {
  padding-top: 15px;
}

.single-shopping-card-one .body-content .time-tag {
  padding: 3px 8px;
  background: #FFFFFF;
  border: 1px solid rgba(43, 66, 38, 0.12);
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  max-width: max-content;
  font-size: 10px;
  color: #2C3C28;
  font-weight: 600;
  margin-bottom: 15px;
}

.single-shopping-card-one .body-content .time-tag i {
  color: #2C3C28;
  font-weight: 500;
}

.single-shopping-card-one .body-content a .title {
  transition: 0.3s;
  font-size: 16px;
  margin-bottom: 10px;
}

.single-shopping-card-one .body-content a:hover .title {
  color: var(--color-primary);
}

.single-shopping-card-one .body-content .availability {
  font-size: 14px;
  font-weight: 400;
}

.single-shopping-card-one .body-content .price-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.single-shopping-card-one .body-content .price-area .current {
  font-weight: 700;
  color: var(--color-danger);
  font-size: 20px;
  margin-bottom: 0;
}

.single-shopping-card-one .body-content .price-area .previous {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #74787C;
  position: relative;
}

.single-shopping-card-one .body-content .price-area .previous::after {
  position: absolute;
  overflow: auto;
  left: -5%;
  top: 50%;
  content: "";
  height: 1px;
  width: 110%;
  background: #74787C;
}

.single-shopping-card-one .cart-counter-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.single-shopping-card-one .cart-counter-action .quantity-edit {
  width: 92px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 4px;
  padding: 3px 10px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
}

.single-shopping-card-one .cart-counter-action .quantity-edit .button-wrapper-action {
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 2px;
  background: #fff;
  display: flex;
}

.single-shopping-card-one .cart-counter-action .quantity-edit input {
  padding: 0;
  max-width: 10px;
  font-weight: 600;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button {
  padding: 0;
  max-width: max-content;
  font-size: 0;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button i {
  font-size: 10px;
  padding: 4px 6px;
  transition: 0.3s;
}

.single-shopping-card-one .cart-counter-action .quantity-edit button:first-child i {
  border-right: 1px solid rgba(43, 66, 38, 0.12);
}

.single-shopping-card-one .cart-counter-action .quantity-edit button:hover i {
  background: var(--color-primary);
  color: #fff;
}

.single-shopping-card-one .cart-counter-action .rts-btn {
  font-size: 14px;
  padding: 8px 16px !important;
  background: transparent;
  color: #629D23;
  border: 1px solid #629D23;
}

.single-shopping-card-one .cart-counter-action .rts-btn i {
  transition: transform 0.6s 0.125s cubic-bezier(0.1, 0.75, 0.25, 1);
}

.single-shopping-card-one .cart-counter-action .rts-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.single-shopping-card-one:hover .thumbnail-preview img {
  transform: scale(1.1);
}

.single-shopping-card-one:hover .action-share-option {
  bottom: 0;
  transform: translateX(-50%) rotateX(0deg);
}

.single-shopping-card-one.deals-of-day {
  background: #fff;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  position: relative;
}

.single-shopping-card-one.deals-of-day .onsale-offer span {
  display: block;
  position: absolute;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: var(--color-primary);
  border-radius: 6px 0 6px 0;
  z-index: 10;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.single-shopping-card-one.deals-of-day:hover .thumbnail-preview img {
  transform: scale(1.2);
}

.single-shopping-card-one.deals-of-day .start-area-rating {
  margin-bottom: 10px;
}

.single-shopping-card-one.deals-of-day .start-area-rating i {
  color: #FF9A00;
}

.single-shopping-card-one.deals-of-day .thumbnail-preview {
  border: none !important;
}

.single-shopping-card-one.deals-of-day .thumbnail-preview img {
  width: 100%;
  transform: scale(1.01);
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn {
  background: #629d23;
  color: #629D23;
  border: 1px solid #629D23;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn:hover {
  background: var(--color-heading-1);
  color: #629D23;
  border: 1px solid #2c3c28;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .btn-text {
  color: #fff;
}

.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .arrow-icon i {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .d-sm-none {
    display: none;
  }
}

.title-area-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .title-area-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next {
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

@media only screen and (max-width: 479px) {

  .title-area-between .next-prev-swiper-wrapper .swiper-button-prev,
  .title-area-between .next-prev-swiper-wrapper .swiper-button-next {
    display: none;
  }
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next i {
  color: #2C3C28;
  font-weight: 500;
  transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev:hover,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next:hover {
  background: var(--color-primary);
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev:hover i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-next:hover i {
  color: #fff;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts {
  height: 33px;
  width: 33px;
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts i {
  color: #2C3C28;
  font-weight: 500;
  transition: 0.3s;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs:hover,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts:hover {
  background: var(--color-primary);
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs:hover i,
.title-area-between .next-prev-swiper-wrapper .swiper-button-nexts:hover i {
  color: #fff;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prev {
  right: 50px;
  left: auto;
}

.title-area-between .next-prev-swiper-wrapper .swiper-button-prevs {
  right: 50px;
  position: absolute;
  left: auto;
}

.product-with-discount {
  background: rgba(229, 62, 62, 0.05);
  padding: 30px;
  border: 1px solid #E53E3E;
  border-radius: 6px;
}

@media only screen and (max-width: 479px) {
  .product-with-discount {
    padding: 15px;
  }
}

.single-discount-with-bg {
    background-image: url('../images/d(13).jpg');
    /*background-image: url(../images/discount-product/01.jpg);*/
    padding: 40px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
    display: block;
}

@media only screen and (max-width: 479px) {
  .single-discount-with-bg {
    padding: 20px;
  }
}

.single-discount-with-bg:last-child {
  margin-bottom: 0;
}

.single-discount-with-bg.bg-2 {
    background-image: url('../images/d(14).jpg');
   /* background-image: url(../images/discount-product/02.jpg);*/
}

.single-discount-with-bg .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}

@media only screen and (max-width: 479px) {
  .single-discount-with-bg .title {
    font-size: 20px;
  }
}

.single-discount-with-bg .price-area span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.single-discount-with-bg .price-area .title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 0;
}

.single-shopping-card-one.discount-offer {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #FFFFFF;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .single-shopping-card-one.discount-offer {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.discount-offer {
    flex-direction: column;
    align-items: flex-start !important;
    padding: 15px;
  }
}

.single-shopping-card-one.discount-offer:last-child {
  margin-bottom: 0;
}

.single-shopping-card-one.discount-offer .thumbnail-preview {
  border: 1px solid #EAEAEA;
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.discount-offer .thumbnail-preview {
    width: 100%;
  }
}

.single-shopping-card-one.discount-offer .thumbnail-preview img {
  height: 186px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .single-shopping-card-one.discount-offer .thumbnail-preview img {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.discount-offer .thumbnail-preview img {
    height: auto;
  }
}

.single-shopping-card-one.discount-offer .body-content {
  padding-top: 0;
}

.single-shopping-card-one.discount-offer .time-tag {
  margin-bottom: 9px;
}

.single-shopping-card-one.discount-offer .price-area {
  margin-top: 8px;
}

.single-shopping-card-one.discount-offer .body-content a .title {
  margin-bottom: 5px;
}

.single-shopping-card-one.discount-offer .cart-counter-action {
  margin-top: 10px;
}

.cover-card-main-over {
  padding: 30px;
  border-radius: 6px;
  background: #F5F6F7;
}

@media only screen and (max-width: 575px) {
  .cover-card-main-over {
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .cover-card-main-over {
    padding: 15px 0;
  }
}

.single-shopping-card-one.tranding-product {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #FFFFFF;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .single-shopping-card-one.tranding-product {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.tranding-product {
    flex-direction: column;
  }
}

.single-shopping-card-one.tranding-product:last-child {
  margin-bottom: 0;
}

.single-shopping-card-one.tranding-product .thumbnail-preview {
  border: 1px solid #EAEAEA;
  height: 130px;
  min-width: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview {
    height: auto;
    width: 100%;
    max-width: 114px;
    min-width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview {
    width: 100%;
    height: auto;
  }
}

.single-shopping-card-one.tranding-product .thumbnail-preview img {
  height: 130px;
  width: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview img {
    height: auto;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .single-shopping-card-one.tranding-product .thumbnail-preview img {
    width: 100%;
    height: auto;
  }
}

.single-shopping-card-one.tranding-product .thumbnail-preview .badge {
  left: 7px;
}

.single-shopping-card-one.tranding-product .thumbnail-preview .badge i {
  font-size: 48px;
}

.single-shopping-card-one.tranding-product .body-content {
  padding-top: 0;
}

.single-shopping-card-one.tranding-product .time-tag {
  margin-bottom: 9px;
}

.single-shopping-card-one.tranding-product .price-area {
  margin-top: 8px;
}

.single-shopping-card-one.tranding-product .body-content a .title {
  margin-bottom: 5px;
}

.single-shopping-card-one.tranding-product .cart-counter-action {
  margin-top: 10px;
}

.best-selling-grocery {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: none;
  justify-content: flex-end;
}

@media only screen and (max-width: 479px) {
  .best-selling-grocery {
    gap: 5px;
  }
}

.best-selling-grocery li {
  margin: 0;
}

.best-selling-grocery li button {
  border-radius: 100px !important;
  padding: 8px 27px;
  background: #FFFFFF !important;
  color: #2C3C28;
  font-weight: 600;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .best-selling-grocery li button {
    padding: 8px 15px;
  }
}

.best-selling-grocery li button:hover {
  border: none;
  background: var(--color-primary) !important;
  color: #fff !important;
}

.best-selling-grocery li button[aria-selected=true] {
  border: none;
  background: var(--color-primary) !important;
  color: #fff !important;
}

.bg_light-1 .single-shopping-card-one {
  background: #fff;
}

.bg_light-1 .single-shopping-card-one .thumbnail-preview {
  border: 1px solid #EAEAEA;
}

.weekly-best-seller-item-single {
  padding: 10px;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.weekly-best-seller-item-single .thumbanil {
  display: block;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

.weekly-best-seller-item-single .thumbanil img {
  width: 100%;
}

.weekly-best-seller-item-single .inner {
  text-align: center;
  padding: 20px;
}

.weekly-best-seller-item-single .inner a .title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.weekly-best-seller-item-single .inner .price {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary);
  margin-bottom: 0;
  line-height: 0;
}

.single-new-offer-area-border-weekly-selstyle {
  background: #fff;
  padding: 30px 40px 40px 40px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
  .single-new-offer-area-border-weekly-selstyle {
    padding: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .single-new-offer-area-border-weekly-selstyle {
    padding: 15px;
  }
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select {
  background: #afe971;
  border-color: #afe971;
  transition: 0.3s;
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select .btn-text {
  color: #2C3C28;
  transition: 0.3s;
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select:hover {
  background: var(--color-primary);
}

.single-new-offer-area-border-weekly-selstyle .single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn.disable-select:hover .btn-text {
  color: #fff;
}

.popular-product-weekly-seller-item ul.nav-tabs {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  border: none !important;
  box-shadow: none;
}

.popular-product-weekly-seller-item ul.nav-tabs li {
  margin: 0;
  padding: 0;
}

.popular-product-weekly-seller-item ul.nav-tabs li button {
  color: #2C3C28;
  font-weight: 600;
  box-shadow: none;
  border: none;
  color: var(--color-heading-1);
}

.popular-product-weekly-seller-item ul.nav-tabs li button:hover {
  box-shadow: none;
  border: none;
}

.popular-product-weekly-seller-item ul.nav-tabs li button[aria-selected=true] {
  color: var(--color-primary);
  background: transparent;
}

@media (min-width: 1500px) {
  .col-lg-07 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 14.2599%;
  }
}

.title-area-between .countdown .container {
  color: var(--color-primary);
  background: var(--color-primary);
}

@media only screen and (max-width: 767px) {
  .title-area-between .countdown .container {
    max-width: max-content;
  }
}

.variable-product-type {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 10px;
}

.variable-product-type .nice-select {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--color-primary);
  margin-right: 20px;
}

.variable-product-type .nice-select::after {
  color: var(--color-primary) !important;
}

.variable-product-type .single-select {
  display: flex;
  align-items: center;
  gap: 12px;
}

.number-counter-product-detrails-group .cart-edits {
  margin-bottom: 10px;
}

.number-counter-product-detrails-group .cart-edits:last-child {
  margin-bottom: 0;
}

.number-counter-product-detrails-group .cart-edits {
  display: flex;
  gap: 30px;
}

.number-counter-product-detrails-group .cart-edits .title {
  margin-bottom: 0;
  font-weight: 500;
}

.number-counter-product-detrails-group .cart-edits .title-price {
  font-weight: 500;
  margin-bottom: 0;
}

.container-privacy-policy {
  max-width: 880px;
  margin: auto;
}

.container-privacy-policy {
  text-align: left;
}

.container-privacy-policy .title {
  text-align: left;
  margin-bottom: 30px;
}

.container-privacy-policy p.disc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
}

.container-privacy-policy p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
}

.index-five .single-shopping-card-one.deals-of-day {
  background: #F3F4F6;
  border: 1px solid #E2E2E2;
  overflow: hidden;
  position: relative;
}

.single-blog-area-start .thumbnail {
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 8px 8px 0 0;
}

.single-blog-area-start .thumbnail img {
  width: 100%;
  transition: all 0.3s;
  border-radius: 8px 8px 0 0;
  transform: scale(1.01);
}

.single-blog-area-start.style-two {
  padding: 10px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

.single-blog-area-start.style-two .blog-body {
  padding: 20px;
  border: none;
}

.single-blog-area-start:hover .thumbnail img {
  transform: scale(1.1);
}

.single-blog-area-start .blog-body {
  padding: 30px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 0 0 6px 6px;
  border-top: none;
  padding: 30px 10px;
}

.single-blog-area-start .blog-body .top-area {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 575px) {
  .single-blog-area-start .blog-body .top-area {
    gap: 15px;
  }
}

.single-blog-area-start .blog-body .top-area .single-meta {
  display: flex;
  align-items: center;
  gap: 5px;
}

.single-blog-area-start .blog-body .top-area .single-meta span {
  font-size: 14px;
}

.single-blog-area-start .blog-body a .title {
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s;
}

.single-blog-area-start .blog-body a:hover .title {
  color: var(--color-primary);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn {
  font-weight: 600;
}

.single-blog-area-start .blog-body .shop-now-goshop-btn span {
  font-weight: 600;
}

.single-blog-area-start .blog-body .shop-now-goshop-btn .plus-icon {
  background: rgba(98, 157, 35, 0.15);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn .plus-icon i {
  color: var(--color-primary);
}

.single-blog-area-start .blog-body .shop-now-goshop-btn:hover .text {
  transition-delay: 0s;
}

.single-blog-style-card-border {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
}

.single-blog-style-card-border:hover .thumbnail img {
  transform: scale(1.2);
}

.single-blog-style-card-border .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 6px;
}

.single-blog-style-card-border .thumbnail img {
  width: 100%;
  transition: 0.6s;
}

.single-blog-style-card-border .inner-content-body {
  margin-top: 30px;
}

.single-blog-style-card-border .inner-content-body .tag-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .single-blog-style-card-border .inner-content-body .tag-area {
    gap: 8px;
  }
}

.single-blog-style-card-border .inner-content-body .tag-area .single {
  display: flex;
  align-items: center;
  gap: 10px;
}

.single-blog-style-card-border .inner-content-body a.title-main {
  display: block;
  margin-top: 15px;
}

.single-blog-style-card-border .inner-content-body a.title-main .title {
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s;
}

.single-blog-style-card-border .inner-content-body a.title-main:hover .title {
  color: var(--color-primary);
}

.single-blog-style-card-border .inner-content-body .button-area {
  margin-top: 30px;
}

.blog-sidebar-single-wized {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-single-wized {
    padding: 10px;
  }
}

.blog-sidebar-single-wized form {
  width: 100%;
  position: relative;
}

.blog-sidebar-single-wized form input {
  height: 55px;
  border-radius: 6px;
  background: #F3F4F6;
  font-weight: 500;
  padding-right: 66px;
}

.blog-sidebar-single-wized form button {
  position: absolute;
  right: 0;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  height: 55px;
  background: var(--color-primary);
  width: 55px;
  color: #fff;
  margin: 0;
  padding: 0;
  border-radius: 6px;
}

.blog-sidebar-single-wized.with-title {
  padding: 0;
}

.blog-sidebar-single-wized.with-title .title {
  padding: 24px 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper {
  padding: 30px;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area {
  height: 45px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 5px;
  transition: 0.3s;
  background: #F3F4F6;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area p {
  font-weight: 500;
  font-size: 16px;
  color: var(--color-heading-1);
  transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area:hover {
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  transform: scale(1.02) translateY(-2px);
}

.blog-sidebar-single-wized.with-title .category-main-wrapper .single-category-area:hover p {
  color: #fff;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper {
  padding: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper {
    padding: 10px;
  }
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area {
    flex-direction: row;
    align-items: flex-start;
  }
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area:last-child {
  margin-bottom: 0;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail {
  min-width: max-content;
  overflow: hidden;
  border-radius: 6px;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail:hover img {
  transform: scale(1.1);
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .thumbnail img {
  min-width: max-content;
  transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .icon-top-area {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .icon-top-area span {
  color: #74787C;
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .title-sm-blog {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition: 0.3s;
  margin-bottom: 0;
  margin-top: 10px;
  font-family: var(--font-secondary);
}

.blog-sidebar-single-wized.with-title .latest-post-small-area-wrapper .single-latest-post-area .title-sm-blog:hover {
  color: var(--color-primary);
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px;
  gap: 10px;
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-single-wized.with-title .tags-area-blog-short-main {
    padding: 10px;
  }
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main .single-category {
  max-width: max-content;
  padding: 10px 16px;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  font-weight: 700;
  color: #2C3C28;
  transition: 0.3s;
}

.blog-sidebar-single-wized.with-title .tags-area-blog-short-main .single-category:hover {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.02) translateY(-3px);
}

.blog-sidebar-single-wized.with-add {
  position: relative;
  background-image: url(../images/blog/thumb/12.jpg);
  padding: 80px 40px;
}

@media only screen and (max-width: 575px) {
  .blog-sidebar-single-wized.with-add {
    padding: 10px;
  }
}

.blog-sidebar-single-wized.with-add .add-are-content span.pre {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.blog-sidebar-single-wized.with-add .add-are-content .title {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 23px;
  color: #fff;
  margin-bottom: 30px;
}

.blog-sidebar-single-wized.with-add .add-are-content .title span {
  font-weight: 400;
  color: #fff;
}

.blog-sidebar-single-wized.with-add .shop-now-goshop-btn .plus-icon {
  background: rgba(98, 157, 35, 0.15);
}

.blog-sidebar-single-wized.with-add .shop-now-goshop-btn .text {
  color: #fff;
  font-weight: 600;
}

.blog-sidebar-single-wized .instagram-post-main-wrapper {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 30px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-sidebar-single-wized .instagram-post-main-wrapper {
    padding: 10px;
  }
}

.blog-sidebar-single-wized .instagram-post-main-wrapper a {
  flex-basis: 22.5%;
}

.blog-sidebar-single-wized .instagram-post-main-wrapper a img {
  min-width: max-content;
}

.single-blog-main-wrapper-top {
  margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-main-wrapper-top {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .single-blog-main-wrapper-top {
    margin-right: 0;
  }
}

.single-blog-main-wrapper-top .title-main .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.single-blog-main-wrapper-top .single-blog-style-card-border:hover img {
  transform: scale(1.05);
}

.blog-details-area-1 {
  margin-right: -30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area-1 {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-area-1 {
    margin-right: 0;
  }
}

.blog-details-area-1 .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 6px;
}

.blog-details-area-1 .thumbnail:hover img {
  transform: scale(1.05);
}

.blog-details-area-1 .thumbnail img {
  transition: 0.5s;
}

.blog-details-area-1 {
  background-color: #F3F4F6;
  border-radius: 6px;
}

.blog-details-area-1 .thumbnail {
  overflow: hidden;
}

.blog-details-area-1 .body-content-blog-details {
  padding: 30px;
  background-color: #F3F4F6;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .blog-details-area-1 .body-content-blog-details {
    padding: 10px;
  }
}

.blog-details-area-1 .body-content-blog-details .top-tag-time {
  display: flex;
  align-items: center;
  gap: 17px;
}

.blog-details-area-1 .body-content-blog-details .top-tag-time .single {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog-details-area-1 .body-content-blog-details h1.title {
  font-size: 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 575px) {
  .blog-details-area-1 .body-content-blog-details h1.title {
    font-size: 22px;
  }
}

.blog-details-area-1 .body-content-blog-details p.disc {
  margin-bottom: 25px !important;
  font-size: 16px;
}

.blog-details-area-1 .body-content-blog-details p.quote {
  font-size: 22px;
  color: var(--color-heading-1);
  line-height: 1.3;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .blog-details-area-1 .body-content-blog-details p.quote {
    font-size: 20px;
  }
}

.blog-details-area-1 .thumbnail-row-iamge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-area-1 .thumbnail-row-iamge {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-area-1 .thumbnail-row-iamge {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .popular-product-col-7-area.rts-section-gapBottom {
    padding: 0 15px;
    padding-bottom: 60px;
  }
}

.tag-social-share-wrapper-area-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .tag-social-share-wrapper-area-wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.tag-social-share-wrapper-area-wrapper .tags-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 479px) {
  .tag-social-share-wrapper-area-wrapper .tags-area {
    flex-wrap: wrap;
  }
}

.tag-social-share-wrapper-area-wrapper .tags-area span {
  display: block;
  font-weight: 600;
  color: #2C3C28;
}

.tag-social-share-wrapper-area-wrapper .tags-area button {
  height: 35px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  background: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #2C3C28;
}

.tag-social-share-wrapper-area-wrapper .tags-area button:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  transform: scale(1.02) translateY(-3px);
  color: #fff;
}

.tag-social-share-wrapper-area-wrapper .social-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tag-social-share-wrapper-area-wrapper .social-icons span {
  font-weight: 600;
  color: #2C3C28;
  text-transform: uppercase;
}

.tag-social-share-wrapper-area-wrapper .social-icons ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
}

.tag-social-share-wrapper-area-wrapper .social-icons ul li a i {
  color: #2C3C28;
  text-transform: uppercase;
}

.blog-details-author {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E2E2E2;
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .blog-details-author {
    flex-direction: column;
    align-items: flex-start;
  }
}

.blog-details-author .thumbnail {
  min-width: max-content;
}

.blog-details-author .thumbnail img {
  min-width: max-content;
}

.blog-details-author p {
  margin-bottom: 20px;
}

.blog-details-author .social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  list-style: none;
}

.blog-details-author .social ul li {
  margin: 0;
  padding: 0;
}

.blog-details-author .social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #F3F4F6;
  transition: 0.3s;
}

.blog-details-author .social ul li a i {
  color: #2C3C28;
}

.blog-details-author .social ul li a:hover {
  background: var(--color-primary);
  transform: scale(1.1) translateY(-2px);
}

.blog-details-author .social ul li a:hover i {
  color: #fff;
}

.comment-replay-area-start {
  margin-top: 39px;
}

.comment-replay-area-start .title {
  font-size: 30px;
}

.comment-replay-area-start .single-comment-area {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media only screen and (max-width: 575px) {
  .comment-replay-area-start .single-comment-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.comment-replay-area-start .single-comment-area.bottom {
  border-top: 1px solid #E2E2E2;
}

.comment-replay-area-start .single-comment-area .thumbanil {
  min-width: max-content;
}

.comment-replay-area-start .single-comment-area .thumbanil img {
  min-width: max-content;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .left span {
  color: #74787C;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .left .title {
  font-size: 20px;
  margin-bottom: 0;
}

.comment-replay-area-start .single-comment-area .comment-information .top-area .replay {
  color: #629D23;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.comment-replay-area-start .single-comment-area .comment-information p.disc {
  margin: 0;
  margin-bottom: 0 !important;
}

.footer-main-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 110px;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .footer-main-content-wrapper {
    gap: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .footer-main-content-wrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-main-content-wrapper {
    pad: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-main-content-wrapper {
    gap: 10px;
  }
}

.single-footer-wized .footer-title {
  font-size: 20px;
}

.single-footer-wized .call-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.single-footer-wized .call-area .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-footer-wized .call-area .icon i {
  color: var(--color-primary);
  font-size: 18px;
}

.single-footer-wized .call-area .info span {
  display: block;
  color: #74787C;
}

.single-footer-wized .call-area .info .number {
  color: #629D23;
  font-size: 24px;
  font-weight: 600;
}

.single-footer-wized .opening-hour .single {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.single-footer-wized .opening-hour .single p {
  color: #74787C;
  font-size: 16px;
}

.single-footer-wized .opening-hour .single p span {
  color: #2C3B28;
  font-weight: 500;
}

.single-footer-wized .footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-footer-wized .footer-nav ul li a {
  font-size: 16px;
  color: #74787C;
  transition: 0.3s;
}

.single-footer-wized .footer-nav ul li a:hover {
  color: var(--color-primary);
}

.single-footer-wized p.disc-news-letter {
  margin-bottom: 20px;
}

.single-footer-wized p.dsic {
  margin-top: 20px;
}

.single-footer-wized .footersubscribe-form {
  position: relative;
}

.single-footer-wized .footersubscribe-form input {
  height: 50px;
  width: 100%;
  border: 1px solid #E4E5EE;
  border-radius: 4px;
}

.single-footer-wized .footersubscribe-form input:focus {
  border: 1px solid var(--color-primary);
}

.single-footer-wized .footersubscribe-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rts-footer-area-two {
  background: #1A1A1A;
  padding: 100px 0 78px 0;
}

.footer-two-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-main-wrapper {
    gap: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-two-main-wrapper {
    gap: 25px;
  }
}

.footer-two-main-wrapper .contact-information {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-two-main-wrapper .start {
  flex-basis: 24%;
}

.footer-two-main-wrapper .start p.disc {
  color: #a1a1a1;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-two-main-wrapper.single-footer-wized {
  flex-basis: 20%;
}

.footer-two-main-wrapper form {
  position: relative;
}

.footer-two-main-wrapper form input {
  height: 50px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  color: #74787C;
}

.footer-two-main-wrapper form button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.footer-two-main-wrapper form button i {
  line-height: 0;
}

.footer-two-main-wrapper .single-footer-wized .footer-title {
  color: #fff;
}

.footer-two-main-wrapper .single-footer-wized ul li a {
  color: #a1a1a1;
}

.single-contact-information-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.single-contact-information-area p.disc {
  font-size: 16px;
  color: #fff;
}

.single-contact-information-area p.disc a {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: 600;
}

.rts-copyright-area-two {
  background: #1A1A1A;
  border-top: 1px solid #353535;
}

.rts-copyright-area-two .copyright-arae-two-wrapper {
  display: flex;
  padding: 28px 0;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .rts-copyright-area-two .copyright-arae-two-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}

.rts-copyright-area-two .copyright-arae-two-wrapper p {
  color: #fff;
  margin: 0;
}

.rts-copyright-area-two .copyright-arae-two-wrapper span {
  color: #fff;
  font-weight: 600;
}

.rts-copyright-area-two .copyright-arae-two-wrapper .payment-processw-area {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 479px) {
  .rts-copyright-area-two .copyright-arae-two-wrapper .payment-processw-area span {
    display: none;
  }
}

.bg_blue-footer {
  background: #25332C;
}

.bg_blue-footer .single-footer-wized .footer-title {
  color: #fff;
}

.bg_blue-footer .single-footer-wized .call-area .info span {
  color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized .call-area .icon {
  background: #fff;
}

.bg_blue-footer .single-footer-wized .opening-hour .single p span {
  color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized .footer-nav ul li a {
  color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized p.disc-news-letter {
  color: #C5CBC8;
}

.bg_blue-footer .single-footer-wized p.dsic {
  color: #C5CBC8;
}

.bg_blue-footer .social-and-payment-area-wrapper {
  border-top: 1px solid #3A443F;
}

.bg_blue-footer .social-one-wrapper span {
  color: #fff;
}

.bg_blue-footer .single-footer-wized .opening-hour .single p {
  color: #74787C !important;
}

.bg_blue-footer .social-and-payment-area-wrapper .payment-access span {
  color: #fff;
}

.bg_blue-footer .single-footer-wized .footersubscribe-form input {
  color: #fff;
}

.rts-copyright-area.five-h {
  background: #1C2923;
}

.rts-copyright-area.five-h .copyright-between-1 p {
  color: #fff;
}

.rts-copyright-area.five-h .copyright-between-1 p a {
  color: var(--color-primary);
}

.rts-copyright-area.five-h .copyright-between-1 .playstore-app-area span {
  color: #fff;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  right: 21px;
  position: relative;
}

.outline-light-bg-wrapper {
  background-color: #F5F6F7;
  padding: 30px;
  border-radius: 6px;
}

.bg_gradient-tranding-items {
  background: linear-gradient(180deg, #F3F4F6 0%, rgba(255, 255, 255, 0) 76.69%);
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs {
  padding: 0px 30px 30px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .tranding-items-wrapper-padding-bg-wrapper-list-tabs {
    padding: 0 15px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .tranding-items-wrapper-padding-bg-wrapper-list-tabs {
    padding: 15px 0;
  }
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button {
  padding: 12px 20px;
  width: 100%;
  display: block;
  text-align: left;
  color: #74787C;
  border-bottom: 1px solid #E2E2E2 !important;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button:hover {
  background-color: transparent !important;
  border-bottom: 1px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs button.active {
  background-color: transparent !important;
  border-bottom: 1px solid var(--color-primary) !important;
  color: var(--color-primary) !important;
}

.tranding-items-wrapper-padding-bg-wrapper-list-tabs .main-nav {
  width: 100%;
}

.add-in-tranding-items-area {
  position: relative;
}

.add-in-tranding-items-area .content-area {
  position: absolute;
  left: 40px;
  top: 40px;
}

.add-in-tranding-items-area .content-area .title {
  line-height: 1.3;
  font-weight: 600;
}

.add-in-tranding-items-area img {
  width: auto;
  max-height: 421px;
}

@media only screen and (max-width: 1199px) {
  .add-in-tranding-items-area img {
    width: 100%;
    object-fit: cover;
  }
}

.margin-decrease-y {
  margin: 0;
}

.margin-decrease-y {
  margin: 0;
}

.feature-product-area-single {
  background-image: url(../images/feature/01.jpg);
  height: 255px;
  padding: 50px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
  .feature-product-area-single {
    padding: 30px;
  }
}

.feature-product-area-single .inner-image {
  position: absolute;
  right: 50px;
  bottom: 20px;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .feature-product-area-single .inner-image {
    right: -69px;
  }
}

@media only screen and (max-width: 575px) {
  .feature-product-area-single .inner-image img {
    max-width: 60%;
  }
}

.feature-product-area-single.two .inner-image {
  position: absolute;
  right: 0px;
  bottom: -20px;
  z-index: -1;
}

@media only screen and (max-width: 575px) {
  .feature-product-area-single.two .inner-image {
    right: -177px;
    max-width: max-content;
    left: auto;
  }
}

@media only screen and (max-width: 575px) {
  .feature-product-area-single.two .inner-image img {
    max-width: 60%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-product-area-single .inner-content .title {
    font-size: 36px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .feature-product-area-single .inner-content .title {
    font-size: 32px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 575px) {
  .feature-product-area-single .inner-content .title {
    font-size: 26px;
    line-height: 1.2;
  }
}

.feature-product-area-single .inner-content .title span {
  font-weight: 400;
}

.feature-product-area-single .inner-content .price-area span {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  line-height: 0;
}

.feature-product-area-single .inner-content .price-area .price {
  font-size: 30px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 6px;
  line-height: 1;
}

.feature-product-list-wrapper {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #E2E2E2;
}

.feature-product-list-wrapper .title-area {
  padding: 20px 30px;
}

.feature-product-list-wrapper .title-area .title {
  font-size: 24px;
  font-weight: 600;
  color: #2C3C28;
}

.feature-product-list-wrapper .single-product-list {
  display: flex;
  align-items: center;
  gap: 0px;
  border-top: 1px solid #E2E2E2;
  padding-top: 14px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .feature-product-list-wrapper .single-product-list {
    flex-direction: column;
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-product-list-wrapper .single-product-list {
    flex-direction: row;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .feature-product-list-wrapper .single-product-list {
    flex-direction: row;
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .feature-product-list-wrapper .single-product-list {
    flex-direction: column;
    align-items: center;
  }
}

.feature-product-list-wrapper .single-product-list .thumbnail {
  min-width: 140px;
  max-width: 140px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-product-list-wrapper .single-product-list .body-content {
  padding-right: 20px;
}

@media only screen and (max-width: 575px) {
  .feature-product-list-wrapper .single-product-list .body-content {
    padding: 25px;
  }
}

.feature-product-list-wrapper .single-product-list .body-content .top {
  padding-bottom: 7px;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area {
  margin-bottom: 10px;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area i {
  margin-right: 1px;
  color: #FF9A00;
}

.feature-product-list-wrapper .single-product-list .body-content .top .stars-area span {
  margin-left: 5px;
}

.feature-product-list-wrapper .single-product-list .body-content .top a .title {
  transition: 0.3s;
  margin-bottom: 0;
  font-size: 16px;
}

.feature-product-list-wrapper .single-product-list .body-content .top a .title:hover {
  color: var(--color-primary);
}

.feature-product-list-wrapper .single-product-list .body-content .time-tag {
  margin-bottom: 9px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area {
  margin-top: 8px;
}

.feature-product-list-wrapper .single-product-list .body-content .body-content a .title {
  margin-bottom: 5px;
}

.feature-product-list-wrapper .single-product-list .body-content .cart-counter-action {
  margin-top: 10px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .current {
  font-weight: 700;
  color: var(--color-danger);
  font-size: 20px;
  margin-bottom: 0;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .previous {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #74787C;
  position: relative;
}

.feature-product-list-wrapper .single-product-list .body-content .price-area .previous::after {
  position: absolute;
  overflow: auto;
  left: -5%;
  top: 50%;
  content: "";
  height: 1px;
  width: 110%;
  background: #74787C;
}

.add-area-start-feature .thumbnail img {
  border-radius: 6px;
  width: 100%;
}

.add-area-start-feature {
  position: relative;
}

.add-area-start-feature .inner-add-content {
  position: absolute;
  top: 40px;
  left: 40px;
}

@media only screen and (max-width: 575px) {
  .add-area-start-feature .inner-add-content {
    top: 25px;
    left: 25px;
  }
}

.add-area-start-feature .inner-add-content .tag {
  background: #8346E8;
  max-width: max-content;
  padding: 7px 15px;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 12px;
}

.add-area-start-feature .inner-add-content .title {
  font-weight: 700;
}

@media only screen and (max-width: 1199px) {
  .add-area-start-feature .inner-add-content .title {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .add-area-start-feature .inner-add-content .title {
    font-size: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .add-area-start-feature .inner-add-content .title {
    font-size: 21px;
  }
}

.add-area-start-feature .inner-add-content .title span {
  color: #8346E8;
  font-weight: 400;
}

.add-area-start-feature .inner-add-content .plus-icon {
  background: #8346E8;
}

.feature-product-area-large-2 {
  background-image: url(../images/feature/02.jpg);
  height: 305px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

.feature-product-area-large-2.bg_2 {
  background-image: url(../images/feature/03.jpg);
}

.feature-product-area-large-2 .inner-feature-product-content {
  padding-left: 60px;
}

@media only screen and (max-width: 575px) {
  .feature-product-area-large-2 .inner-feature-product-content {
    padding-left: 15px;
  }
}

.feature-product-area-large-2 .inner-feature-product-content span {
  clip-path: polygon(0% 17.391%, 0% 17.391%, 0.037% 14.57%, 0.146% 11.894%, 0.319% 9.399%, 0.551% 7.12%, 0.837% 5.094%, 1.17% 3.356%, 1.544% 1.941%, 1.954% 0.887%, 2.394% 0.228%, 2.857% 0%, 90.884% 0%, 90.884% 0%, 91.089% 0.045%, 91.292% 0.179%, 91.493% 0.4%, 91.689% 0.706%, 91.882% 1.097%, 92.07% 1.569%, 92.251% 2.122%, 92.427% 2.754%, 92.595% 3.463%, 92.755% 4.248%, 98.937% 36.857%, 98.937% 36.857%, 99.292% 39.091%, 99.568% 41.588%, 99.765% 44.282%, 99.883% 47.108%, 99.923% 50%, 99.883% 52.892%, 99.765% 55.718%, 99.568% 58.412%, 99.292% 60.909%, 98.937% 63.143%, 92.755% 95.752%, 92.755% 95.752%, 92.595% 96.537%, 92.427% 97.246%, 92.251% 97.878%, 92.07% 98.431%, 91.882% 98.903%, 91.689% 99.294%, 91.493% 99.6%, 91.292% 99.821%, 91.089% 99.955%, 90.884% 100%, 2.857% 100%, 2.857% 100%, 2.394% 99.772%, 1.954% 99.113%, 1.544% 98.059%, 1.17% 96.644%, 0.837% 94.906%, 0.551% 92.88%, 0.319% 90.601%, 0.146% 88.106%, 0.037% 85.43%, 0% 82.609%, 0% 17.391%);
  background: var(--color-primary);
  display: block;
  font-size: 14px;
  max-width: max-content;
  padding: 4px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

.feature-product-area-large-2 .inner-feature-product-content .title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.feature-product-area-large-2 .inner-feature-product-content p {
  margin-bottom: 20px;
}

.single-feature-card.ssthree .btn-primary {
  background-color: rgba(98, 157, 35, 0.1);
  color: var(--color-primary);
}

.index-bg-gray .cover-card-main-over .title-area-between {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 25px;
}

.single-short-service-area-start {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .single-short-service-area-start {
    flex-direction: column;
  }
}

.single-short-service-area-start .icon-area {
  min-width: max-content;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.single-short-service-area-start .information .title {
  color: #FFFFFF;
  margin-bottom: 7px;
  font-size: 20px;
}

.single-short-service-area-start .information p.disc {
  color: white;
}

.single-service-area-style-one {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  padding: 50px;
  padding-top: 90px;
}

.single-service-area-style-one .icon-area {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  z-index: 1;
  margin: auto;
}

.single-service-area-style-one .icon-area::after {
  position: absolute;
  content: "";
  left: -29px;
  background: linear-gradient(180deg, #ffffff0d 0%, #FFFFFF 100%);
  width: 100%;
  height: 101px;
  z-index: -1;
  top: -29px;
}

.single-service-area-style-one .icon-area .bg-text {
  position: absolute;
  color: #EBEDF1;
  font-size: 120px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  z-index: -1;
}

.single-service-area-style-one .bottom-content {
  margin-top: 20px;
}

.single-service-area-style-one .bottom-content .title {
  margin-bottom: 8px;
}

.openuptip {
  /* FLOW: DOWN */
  /* FLOW: LEFT */
  /* FLOW: RIGHT */
}

.openuptip[title] {
  position: relative;
  /* opinion 1 */
  cursor: pointer;
}

.openuptip[title]::before,
.openuptip[title]::after {
  text-transform: none;
  /* opinion 2 */
  font-size: 0.9em;
  /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

.openuptip[title]::before {
  content: "";
  border: 5px solid transparent;
  /* opinion 4 */
  z-index: 1001;
  /* absurdity 1 */
}

.openuptip[title]::after {
  content: attr(title);
  /* magic! */
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  /* 
  Let the content set the size of the titles 
  but this will also keep them from being obnoxious
  */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(255, 255, 255, 0.35);
  background: var(--color-primary);
  color: #fff;
  z-index: 1000;
  /* absurdity 2 */
}

.openuptip[title]:hover::before,
.openuptip[title]:hover::after {
  display: block;
}

.openuptip[title=""]::before,
.openuptip[title=""]::after {
  display: none !important;
}

.openuptip[title]:not([flow])::before,
.openuptip[title][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--color-primary);
}

.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::after {
  bottom: calc(100% + 5px);
}

.openuptip[title]:not([flow])::before,
.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::before,
.openuptip[title][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

@keyframes titles-vert {
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes titles-horz {
  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.openuptip[title]:not([flow]):hover::before,
.openuptip[title]:not([flow]):hover::after,
.openuptip[title][flow^=up]:hover::before,
.openuptip[title][flow^=up]:hover::after,
.openuptip[title][flow^=down]:hover::before,
.openuptip[title][flow^=down]:hover::after {
  animation: titles-vert 300ms ease-out forwards;
}

.openuptip[title][flow^=left]:hover::before,
.openuptip[title][flow^=left]:hover::after,
.openuptip[title][flow^=right]:hover::before,
.openuptip[title][flow^=right]:hover::after {
  animation: titles-horz 300ms ease-out forwards;
}

.openuptip[title]:not([flow])::before,
.openuptip[title][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: var(--color-primary);
}

.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::after {
  bottom: calc(100% + 5px);
}

.openuptip[title]:not([flow])::before,
.openuptip[title]:not([flow])::after,
.openuptip[title][flow^=up]::before,
.openuptip[title][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

.openuptip[title][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: var(--color-primary);
}

.openuptip[title][flow^=down]::after {
  top: calc(100% + 5px);
}

.openuptip[title][flow^=down]::before,
.openuptip[title][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

.openuptip[title][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: var(--color-primary);
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

.openuptip[title][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

.openuptip[title][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: var(--color-primary);
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

.openuptip[title][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

body.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.offer-area-main-wrapper {
  padding: 35px 40px;
  background: #2B4226;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.offer-area-main-wrapper .offer-iamge {
  position: absolute;
  bottom: 0;
  right: 17%;
  height: auto;
  height: 100%;
}

.offer-area-main-wrapper .offer-iamge img {
  min-width: max-content;
  height: 100%;
}

.offer-area-main-wrapper span {
  color: #EABC5E;
  font-size: 14px;
  font-weight: 600;
}

.offer-area-main-wrapper .title {
  color: #fff;
  margin-bottom: 15px;
  line-height: 18px;
  margin-top: 8px;
  font-size: 24px;
}

.offer-area-main-wrapper p.disc {
  margin-bottom: 0;
  color: #8ba385;
}

.single-new-offer-area {
  background: #fff;
  padding: 30px 40px 40px 40px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .single-new-offer-area {
    padding: 20px;
  }
}

.single-new-offer-area .new-offer-wized-title-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 19px;
  border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
  .single-new-offer-area .new-offer-wized-title-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.single-new-offer-area .new-offer-wized-title-between .rts-btn {
  padding: 12px 25px;
}

.single-new-offer-area .new-offer-wized-title-between .rts-btn:hover {
  background: var(--color-heading-1);
  color: #629D23;
  border: 1px solid #2c3c28;
}

.single-new-offer-area .new-offer-wized-title-between .title {
  margin: 0;
  font-size: 30px;
}

.single-shopping-card-one.new-deal-offer-border-right {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.single-shopping-card-one.new-deal-offer-border-right::after {
  position: absolute;
  right: 0;
  content: "";
  top: -41px;
  bottom: 0;
  left: calc(100% + 20px);
  width: 1px;
  height: 110%;
  background: #e2e2e2;
  z-index: -1;
}

.social-and-payment-area-wrapper {
  padding: 25px 0;
  border-top: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-and-payment-area-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .social-and-payment-area-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.social-and-payment-area-wrapper .payment-access {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .social-and-payment-area-wrapper .payment-access {
    flex-direction: column;
    align-items: center;
  }

  .social-and-payment-area-wrapper .payment-access p {
    margin: 0;
  }
}

.social-one-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-one-wrapper span {
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 575px) {
  .social-one-wrapper span {
    display: none;
  }
}

.social-one-wrapper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}

.social-one-wrapper ul li {
  margin: 0;
  padding: 0;
}

.social-one-wrapper ul li a {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #E2E3E4;
}

.social-one-wrapper ul li a i {
  color: #2C3C28;
}

.social-one-wrapper ul li a:hover {
  background: var(--color-primary);
  transform: translateY(-3px);
}

.social-one-wrapper ul li a:hover i {
  color: #fff;
  animation: 0.5s mymove;
}

@keyframes mymove {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.rts-copyright-area {
  padding: 22px 0;
}

.copyright-between-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .copyright-between-1 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}

.copyright-between-1 p {
  margin: 0;
}

@media only screen and (max-width: 575px) {
  .copyright-between-1 p {
    text-align: center;
  }
}

.copyright-between-1 p a {
  color: #2C3C28;
  font-weight: 600;
  transition: 0.3s;
}

.copyright-between-1 p a:hover {
  color: var(--color-primary);
}

.copyright-between-1 .playstore-app-area {
  display: flex;
  align-items: center;
  gap: 5px;
}

.copyright-between-1 .playstore-app-area span {
  right: 15px;
  color: #2C3C28;
  display: block;
  margin-right: 15px;
}

@media only screen and (max-width: 575px) {
  .copyright-between-1 .playstore-app-area span {
    display: none;
  }
}

.social-style-dash {
  padding-top: 30px;
}

.social-style-dash ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 59px;
  margin: 0;
  padding: 0;
}

.social-style-dash ul li {
  position: relative;
}

.social-style-dash ul li a i {
  color: #A1A1A1;
  transition: 0.3s;
}

.social-style-dash ul li a:hover i {
  color: var(--color-primary) !important;
  transform: scale(1.5);
}

.social-style-dash ul li::after {
  position: absolute;
  width: 30px;
  right: -44px;
  height: 1px;
  background: #353535;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

.social-style-dash ul li:last-child::after {
  display: none;
}

.easyway-buying-area-wrapper {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .easyway-buying-area-wrapper {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .easyway-buying-area-wrapper {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .easyway-buying-area-wrapper {
    justify-content: flex-start;
    gap: 15px;
  }
}

.easyway-buying-area-wrapper .single-easy-way-buying-area {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .icon {
  height: 45px;
  width: 45px;
  border: 1px solid var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .inforemation .title {
  margin-bottom: 5px;
  font-size: 18px;
}

.easyway-buying-area-wrapper .single-easy-way-buying-area .inforemation p {
  color: #74787C;
  margin: 0;
}

.modal-compare-area-start .modal-dialog {
  max-width: 1800px;
  border: none;
}

.modal-compare-area-start .modal-dialog .modal-title {
  margin-left: 25px;
  font-size: 36px !important;
  font-weight: 500;
}

.modal-compare-area-start .modal-dialogs {
  max-width: 1800px;
  border: none;
  width: 100vw;
  overflow-x: auto;
  overflow-x: auto;
  --webkit-overflow-scrolling: touch;
  --webkit-overflow-scrolling: touch;
}

.modal-compare-area-start .modal-dialogs .modal-content {
  border: 1px solid #f1f1f1;
  width: 1600px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  --webkit-overflow-scrolling: touch;
}

.modal-compare-area-start .modal-dialogs .modal-title {
  margin-left: 25px;
  font-size: 36px !important;
  font-weight: 500;
}

.modal-compare-area-start .modal-body {
  padding: 30px;
}

.compare-main-wrapper-body {
  padding: 0 50px;
  border: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.compare-main-wrapper-body>div {
  flex-basis: 25%;
}

.compare-main-wrapper-body .single-compare-elements {
  display: block;
  height: 100%;
  position: relative;
  height: 250px;
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
}

.compare-main-wrapper-body .single-compare-elements .instocks span {
  display: block;
  padding: 4px 10px;
  border-radius: 2px;
  border: 2px solid 2px;
  background: #DEF9EC;
  color: #3BB77E;
}

.compare-main-wrapper-body .single-compare-elements .outstocks span {
  display: block;
  padding: 4px 10px;
  border-radius: 2px;
  border: 2px solid 2px;
  background: #DEF9EC;
  color: #3BB77E;
}

.compare-main-wrapper-body .single-compare-elements .outstocks span.out-stock {
  color: #fff;
  background: var(--color-danger);
}

.compare-main-wrapper-body .single-compare-elements .rating {
  display: flex;
  gap: 5px;
  align-items: center;
}

.compare-main-wrapper-body .single-compare-elements .rating i {
  color: #FF9A00;
}

.compare-main-wrapper-body .single-compare-elements .rating span {
  color: #000;
  margin-left: 7px;
  font-size: 18px;
}

.compare-main-wrapper-body .single-compare-elements.price p {
  font-size: 32px !important;
  font-weight: 600;
  color: var(--color-primary);
  margin: 0;
}

.compare-main-wrapper-body .single-compare-elements.name::after {
  right: 0;
}

.compare-main-wrapper-body .single-compare-elements::after {
  position: absolute;
  content: "";
  height: 250px;
  width: 1px;
  background: #f1f1f1;
  top: 0;
  right: 0;
}

.compare-main-wrapper-body .single-compare-elements:last-child::after {
  display: none;
}

.compare-main-wrapper-body .single-compare-elements.discription {
  text-align: center;
  padding: 0 15px;
}

.compare-main-wrapper-body.productname>div {
  flex-basis: 25%;
  height: 100px;
}

.compare-main-wrapper-body.productname>div::after {
  position: absolute;
  content: "";
  height: 100px;
  width: 1px;
  background: #f1f1f1;
  top: 0;
  right: 0;
}

.compare-main-wrapper-body.productname.spacifiq .single-compare-elements p {
  font-size: 20px;
  font-weight: 500;
}

.color-white {
  color: #fff;
}

.weekly-best-deals-top-primary-wrapper {
  border-radius: 6px;
}

.weekly-best-deals-top-primary-wrapper .title-area-between {
  padding: 20px 30px;
  background: var(--color-primary);
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding {
  padding: 30px;
  background: #fff;
}

@media only screen and (max-width: 575px) {
  .weekly-best-deals-top-primary-wrapper .body-best-deals-padding {
    padding: 15px;
  }
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one {
  border: 1px solid #E2E2E2 !important;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .thumbnail-preview {
  height: 220px;
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .thumbnail-preview {
    width: 100%;
  }
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area {
  margin-bottom: 10px;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area i {
  margin-right: 1px;
  color: #FF9A00;
}

.weekly-best-deals-top-primary-wrapper .body-best-deals-padding .single-shopping-card-one .body-content .top .stars-area span {
  margin-left: 5px;
}

.title-area-between.with-progress .title-left {
  font-size: 24px;
  font-weight: 600;
}

.title-area-between.with-progress .countdown {
  margin-right: 30px;
}

.single-shopping-card-one.tranding-product.with-progress {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .single-shopping-card-one.tranding-product.with-progress {
    flex-direction: column;
  }
}

.bottom-content-deals span {
  font-size: 16px;
  color: #141414;
  font-weight: 600;
}

.bottom-content-deals .single-progress-area-incard {
  margin-top: 10px;
}

.bottom-content-deals .single-progress-area-incard .progress {
  height: 5px;
  border-radius: 5px;
}

.bottom-content-deals .single-progress-area-incard .progress .progress-bar {
  background: #DC2626;
}

.counter-area-main-wrapper {
  padding: 60px 100px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  margin-top: -80px;
  background: #fff;
  box-shadow: 0px 20px 39px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .counter-area-main-wrapper {
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .counter-area-main-wrapper {
    padding: 25px;
  }
}

.single-counter-area {
  display: flex;
  align-items: center;
  gap: 13px;
  position: relative;
}

.single-counter-area::after {
  content: "";
  position: absolute;
  right: -71px;
  height: 40px;
  width: 1px;
  background: #E2E2E2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-counter-area::after {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .single-counter-area::after {
    display: none;
  }
}

.single-counter-area:last-child::after {
  display: none;
}

.single-counter-area .title {
  margin-bottom: 0;
  font-size: 48px;
}

.single-counter-area p {
  margin-bottom: 0;
  font-weight: 500;
  color: #2C3C28;
}

.single-team-style-one:hover .thumbnail img {
  transform: scale(1.2);
}

.single-team-style-one a.thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}

.single-team-style-one a.thumbnail img {
  width: 100%;
  transition: 0.5s;
}

.single-team-style-one .bottom-content-area {
  text-align: center;
  margin-top: 7px;
}

.single-team-style-one .bottom-content-area .top {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}

.single-team-style-one .bottom-content-area .top .title {
  margin-bottom: 4px;
  line-height: 36px;
  margin-top: 15px;
}

.single-team-style-one .bottom-content-area .top .designation {
  font-size: 14px;
  color: #74787C;
}

.single-team-style-one .bottom-content-area .bottom {
  text-align: center;
}

.single-team-style-one .bottom-content-area .bottom .number {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-primary);
}

@media only screen and (max-width: 1199px) {
  .pr_lg--10 {
    padding-right: 10px;
  }
}

.single-customers-feedback-area {
  padding: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .single-customers-feedback-area {
    padding: 20px;
  }
}

.single-customers-feedback-area .top-thumbnail-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {
  .single-customers-feedback-area .top-thumbnail-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
}

.single-customers-feedback-area .top-thumbnail-area .left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.single-customers-feedback-area .top-thumbnail-area .left .title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}

.single-customers-feedback-area .top-thumbnail-area .left span {
  font-size: 14px;
  color: var(--color-primary);
}

.single-customers-feedback-area p.disc {
  font-size: 18px;
  line-height: 30px;
}

.single-store-area-start {
  display: flex;
  align-items: center;
  gap: 80px;
  background: #F3F4F6;
  border: 1px solid #E2E2E2;
  margin-bottom: 40px;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-store-area-start {
    align-items: flex-start;
    gap: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .single-store-area-start {
    align-items: flex-start;
    gap: 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-store-area-start {
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .single-store-area-start {
    flex-direction: column;
  }
}

.single-store-area-start:last-child {
  margin-bottom: 0;
}

.single-store-area-start .thumbnail {
  display: block;
  overflow: hidden;
  max-width: max-content;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-store-area-start .thumbnail {
    max-width: 100%;
    width: 100%;
    width: 40%;
  }
}

@media only screen and (max-width: 1199px) {
  .single-store-area-start .thumbnail {
    max-width: 100%;
    width: 100%;
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-store-area-start .thumbnail {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-store-area-start .thumbnail {
    width: 100%;
  }
}

.single-store-area-start .thumbnail img {
  max-width: max-content;
  transition: 0.5s;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-store-area-start .thumbnail img {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 425px;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1199px) {
  .single-store-area-start .thumbnail img {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    width: 100%;
    height: 425px;
    object-fit: cover;
  }
}

.single-store-area-start .thumbnail:hover img {
  transform: scale(1.1);
}

.single-store-area-start .right-content {
  display: flex;
  align-items: center;
  gap: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-store-area-start .right-content {
    padding: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-store-area-start .right-content {
    padding: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single-store-area-start .right-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.single-store-area-start .right-content .location-area {
  border-right: 1px solid #E2E2E2;
  padding: 100px 60px 100px 0;
}

@media only screen and (max-width: 1199px) {
  .single-store-area-start .right-content .location-area {
    padding: 100px 60px 100px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .single-store-area-start .right-content .location-area {
    padding: 30px 0;
    border: none;
  }
}

.single-store-area-start .right-content .location-area .icon {
  background: #629D23;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}

.single-store-area-start .right-content .location-area .icon i {
  color: #fff;
  z-index: 5;
  position: relative;
}

.single-store-area-start .right-content .location-area .icon::before {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #629D23;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.single-store-area-start .right-content .location-area .icon::after {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.single-store-area-start .right-content .location-area .icon i {
  color: #F3F4F6;
}

.single-store-area-start .right-content .location-area .title {
  margin-bottom: 7px;
}

.single-store-area-start .right-content .location-area p.disc {
  margin-bottom: 20px;
}

.single-store-area-start .right-content .opening-hour .title {
  font-size: 20px;
  margin-bottom: 18px;
}

.single-store-area-start .right-content .opening-hour .single {
  font-size: 14px;
  margin: 7px 0;
}

.navigator-breadcrumb-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0;
}

.navigator-breadcrumb-wrapper .current {
  color: #2C3C28;
  font-weight: 500;
}

.pagination-area-main-wrappper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-area-main-wrappper ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.pagination-area-main-wrappper ul li {
  margin: 0;
  padding: 0;
}

.pagination-area-main-wrappper ul li button {
  height: 45px;
  width: 45px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  font-weight: 700;
  color: #2C3C28;
}

.pagination-area-main-wrappper ul li button.active {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.pagination-area-main-wrappper ul li button:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}

.single-filter-box {
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
}

.single-filter-box:last-child {
  margin-bottom: 0;
}

.single-filter-box .title {
  font-size: 20px;
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0;
}

.single-filter-box .filterbox-body {
  padding: 30px;
}

@media only screen and (max-width: 575px) {
  .single-filter-box .filterbox-body {
    padding: 15px;
  }
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper .single label {
  margin-bottom: 7px;
}

.single-filter-box .filterbox-body .price-input-area .half-input-wrapper .single input {
  border: 1px solid #E2E2E2;
  height: 35px;
  border-radius: 4px;
  color: var(--color-heading-1);
  font-weight: 500;
}

.single-filter-box .filterbox-body .price-input-area .range {
  padding: 0;
  border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-runnable-track {
  background-color: var(--color-primary);
  height: 6px;
  border-radius: 3px;
  border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-ms-track {
  color: transparent;
  border: none;
  background: none;
  height: 6px;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  background-color: white;
  height: 10px;
  width: 10px;
  margin-top: -7px;
  border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range::-webkit-slider-thumb {
  background-color: #aaa;
  box-shadow: 0 0 5px rgba(7, 156, 32, 0.5);
  height: 10px;
  width: 10px;
  border: 1px solid transparent;
}

.single-filter-box .filterbox-body .price-input-area .range:active::-webkit-slider-thumb {
  outline: none;
}

.single-filter-box .filterbox-body .price-input-area .filter-value-min-max {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-filter-box .filterbox-body .category-wrapper .single-category {
  margin-bottom: 14px;
}

.single-filter-box .filterbox-body .category-wrapper .single-category.with-more {
  position: relative;
}

.single-filter-box .filterbox-body .category-wrapper .single-category.with-more::after {
  position: absolute;
  content: "+";
  font-family: var(--font-three);
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-heading-1);
  pointer-events: none;
}

.single-filter-box .filterbox-body .category-wrapper .single-category:last-child {
  margin-bottom: 0;
}

.single-filter-box .filterbox-body .category-wrapper .single-category input {
  display: none;
}

.single-filter-box .filterbox-body .category-wrapper .single-category label {
  display: block;
  width: 100%;
}

.single-filter-box .filterbox-body .category-wrapper .single-category label::before {
  background: transparent;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 1.5px 6px rgba(37, 64, 32, 0.05);
  border-radius: 2px;
}

.shop-grid-top .filter-select-area {
  background: #F3F4F6;
  border-radius: 6px;
  margin-left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .shop-grid-top .filter-select-area {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .shop-grid-top .filter-select-area {
    margin-left: 0;
  }
}

.shop-grid-top .product-area-wrapper-shopgrid-list {
  margin-left: 0;
}

.shop-liust-top .filter-select-area {
  margin-left: 0;
}

.shop-liust-top .product-area-wrapper-shopgrid-list {
  margin-left: 0;
}

.filter-select-area {
  background: #F3F4F6;
  border-radius: 6px;
  margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .filter-select-area {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .filter-select-area {
    margin-left: 0;
  }
}

.filter-select-area .top-filter {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .filter-select-area .top-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.filter-select-area .top-filter .right-end {
  display: flex;
  align-items: center;
  gap: 20px;
}

.filter-select-area .top-filter .right-end .button-tab-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-select-area .top-filter .right-end .button-tab-area ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: none;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button {
  height: 30px;
  width: 30px;
  border-radius: 4px;
  border: 1px solid #2C3C28;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 !important;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button.active {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button.active svg rect {
  stroke: #fff;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button svg rect {
  transition: 0.3s;
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.filter-select-area .top-filter .right-end .button-tab-area .single-button:hover rect {
  stroke: #fff;
}

.nice-select-area-wrapper-and-button {
  display: flex;
  background: #F3F4F6;
  align-items: center;
  padding: 16px 15px;
  border-radius: 0 0 6px 6px;
  gap: 10px;
  justify-content: space-between;
  border-top: 1px solid #D7DDE8;
}

@media only screen and (max-width: 575px) {
  .nice-select-area-wrapper-and-button {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 1199px) {
  .nice-select-area-wrapper-and-button .nice-select-wrapper-1 {
    flex-wrap: wrap;
  }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select {
  width: 230px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select {
    width: 160px;
  }
}

.nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select .nice-select {
  width: 230px;
  height: 35px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #2C3C28;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nice-select-area-wrapper-and-button .nice-select-wrapper-1 .single-select .nice-select {
    width: 160px;
  }
}

.nice-select-area-wrapper-and-button .button-area {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 35px;
}

.nice-select-area-wrapper-and-button .button-area button {
  height: 35px;
  border: 1px solid rgba(43, 66, 38, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #ffff;
  border-radius: 4px;
  color: #2C3C28;
  min-width: max-content;
}

@media only screen and (max-width: 767px) {
  .nice-select-area-wrapper-and-button .button-area button {
    min-width: max-content;
  }
}

.nice-select-area-wrapper-and-button .button-area button:hover {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary);
  color: #fff;
}

.product-area-wrapper-shopgrid-list {
  margin-left: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-area-wrapper-shopgrid-list {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .product-area-wrapper-shopgrid-list {
    margin-left: 0;
  }
}

.product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
  font-size: 14px;
  padding: 6px 4px !important;
  background: transparent;
  color: #629D23;
  border: 1px solid #629D23;
}

.category-active-menu-sidebar {
  padding-left: 0;
  list-style: none;
}

.category-active-menu-sidebar ul {
  list-style: none;
}

.category-active-menu-sidebar ul li {
  margin: 0;
  padding-top: 10px;
}

.category-active-menu-sidebar ul li ul li {
  padding: 10px 0;
}

.menu-item[aria-expanded=true] i::before {
  content: "\f068" !important;
}

[aria-expanded=true] .single-category.with-more::after {
  content: "\f068" !important;
}

.product-area-wrapper-shopgrid-list.with-list .single-shopping-card-one.discount-offer {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #FFFFFF;
  margin-bottom: 15px;
  border: 1px solid #f1f1f1;
  background: #F3F4F6;
}

.product-area-wrapper-shopgrid-list.with-list .single-shopping-card-one.discount-offer {
  align-items: center;
}

.product-area-wrapper-shopgrid-list.with-list .body-content {
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .product-area-wrapper-shopgrid-list.with-list .body-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 575px) {
  .product-area-wrapper-shopgrid-list.with-list .body-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.product-area-wrapper-shopgrid-list.with-list .body-content .title-area-left {
  flex-basis: 53%;
}

.product-area-wrapper-shopgrid-list.with-list .body-content .natural-value .title {
  color: #74787C;
  margin-bottom: 0;
}

.product-area-wrapper-shopgrid-list.with-list .body-content .natural-value .single {
  margin: 7px 0;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .shop-grid-sidebar-area .sidebar-filter-main {
    padding-right: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div {
    flex-basis: 48%;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop-grid-sidebar-area .sidebar-filter-main {
    padding-right: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div {
    flex-basis: 48%;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .shop-grid-sidebar-area .sidebar-filter-main {
    padding-right: 0;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div {
    flex-basis: 100%;
  }

  .shop-grid-sidebar-area .sidebar-filter-main>div:last-child {
    margin-bottom: 20px;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 69;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.rts-contact-main-wrapper-banner {
    background-image: url('../dream/dream_3.jpg');
   /* background-image: url(../images/contact/01.jpg);*/
}

.contact-banner-content {
  max-width: 40%;
  margin: auto;
  text-align: center;
  padding: 140px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-banner-content {
    max-width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-banner-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .contact-banner-content {
    padding: 70px 0;
  }
}

.contact-banner-content .title {
  color: #fff;
}

.contact-banner-content p.disc {
  color: #fff;
}

.contact-left-area-main-wrapper .title {
  font-size: 30px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
  .contact-left-area-main-wrapper .title {
    font-size: 26px;
  }
}

.contact-left-area-main-wrapper p.disc {
  max-width: 90%;
}

.contact-left-area-main-wrapper .location-single-card {
  background: #F3F4F6;
  border-radius: 6px;
  gap: 30px;
  display: flex;
  align-items: flex-start;
  padding: 40px;
  margin-bottom: 15px;
}

.contact-left-area-main-wrapper .location-single-card .icon {
  position: relative;
  z-index: 1;
}

.contact-left-area-main-wrapper .location-single-card .icon i {
  color: var(--color-primary);
  font-size: 24px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F3F4F6;
}

.contact-left-area-main-wrapper .location-single-card .icon::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

.contact-left-area-main-wrapper .location-single-card .information .title {
  margin-bottom: 5px;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}

.contact-left-area-main-wrapper .location-single-card .information p {
  margin-bottom: 20px;
}

.contact-left-area-main-wrapper .location-single-card .information a {
  display: block;
}

.contact-left-area-main-wrapper .location-single-card .information a.number {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-heading-1);
  margin-bottom: 6px;
}

.contact-left-area-main-wrapper .location-single-card .information a.email {
  color: var(--color-primary);
  text-decoration: underline;
}

.contact-form-wrapper-bg {
  padding: 80px;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .contact-form-wrapper-bg {
    padding: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .contact-form-wrapper-bg {
    padding: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .contact-form-wrapper-bg {
    padding: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .single-instagram-post {
    min-width: max-content;
  }
}

@media only screen and (max-width: 1199px) {
  .single-instagram-post {
    min-width: max-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-instagram-post {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-instagram-post {
    min-width: max-content;
  }
}

.contact-form-wrapper-1 .title {
  line-height: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-wrapper-1 .title {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form-wrapper-1 .title {
    line-height: 1.3;
  }
}

.contact-form-1 input {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  background: #fff;
  padding: 15px;
}

.contact-form-1 .contact-form-wrapper--half-area {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .contact-form-1 .contact-form-wrapper--half-area {
    flex-direction: column;
  }
}

.contact-form-1 .contact-form-wrapper--half-area .single {
  width: 100%;
}

.contact-form-1 .nice-select {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}

.contact-form-1 textarea {
  border: 1px solid #E2E2E2;
  height: 150px;
  border-radius: 6px;
  margin-top: 20px;
  background: #fff;
  padding: 15px;
}

.error-main-wrapper {
  text-align: center;
}

.error-main-wrapper .content-main {
  margin: auto;
  max-width: 60%;
  margin-top: 60px;
}

@media only screen and (max-width: 575px) {
  .error-main-wrapper .content-main {
    max-width: 90%;
  }
}

.error-main-wrapper .content-main .rts-btn {
  margin: auto;
}

.error-main-wrapper .content-main p {
  margin-bottom: 30px;
}

.cart-top-area-note {
  padding: 40px;
  background: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cart-top-area-note p {
  margin-bottom: 15px;
  color: #2C3C28;
  font-weight: 500;
}

.cart-top-area-note p span {
  color: var(--color-primary);
}

.cart-top-area-note .bottom-content-deals .single-progress-area-incard .progress .progress-bar {
  background: var(--color-primary);
}

.rts-cart-list-area {
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  background: #fff;
}

.single-cart-area-list.head {
  display: flex;
  align-items: center;
  padding: 22px 40px;
  border-bottom: 1px solid #E2E2E2;
}

.single-cart-area-list.head p {
  margin: 0;
  color: var(--color-heading-1);
  font-weight: 600;
}

.single-cart-area-list.head .product-main {
  flex-basis: 64%;
  text-align: center;
}

.single-cart-area-list.head .price {
  flex-basis: 12%;
}

.single-cart-area-list.head .quantity {
  flex-basis: 12%;
}

.single-cart-area-list.head .subtotal {
  flex-basis: 12%;
}

.single-cart-area-list.main {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  padding: 30px 40px;
}

@media only screen and (max-width: 767px) {
  .single-cart-area-list.main {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.single-cart-area-list.main .button-area a.rts-btn {
  min-width: max-content;
}

.single-cart-area-list.main:last-child {
  border-bottom: none;
}

.single-cart-area-list.main p {
  margin: 0;
  color: var(--color-heading-1);
  font-weight: 600;
  font-size: 16px;
}

.single-cart-area-list.main .product-main-cart {
  flex-basis: 64%;
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-cart-area-list.main .product-main-cart {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.single-cart-area-list.main .product-main-cart .thumbnail {
  max-width: 65px;
}

.single-cart-area-list.main .product-main-cart .information .title {
  margin-bottom: 7px;
}

.single-cart-area-list.main .product-main-cart .close {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .single-cart-area-list.main .product-main-cart .close {
    cursor: pointer;
    position: absolute;
    right: -13px;
    top: -14px;
  }
}

.single-cart-area-list.main .product-main-cart .close i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #FF0000;
  justify-content: center;
  color: #fff;
}

.single-cart-area-list.main .price {
  flex-basis: 12%;
}

.single-cart-area-list.main .quantity {
  flex-basis: 12%;
}

.single-cart-area-list.main .subtotal {
  flex-basis: 12%;
}

.single-cart-area-list.main .quantity-edit {
  width: 92px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 4px;
  padding: 2px 10px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
}

.single-cart-area-list.main .quantity-edit .button-wrapper-action {
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 2px;
  background: #fff;
  display: flex;
}

.single-cart-area-list.main .quantity-edit input {
  padding: 0;
  max-width: 10px;
  font-weight: 600;
}

.single-cart-area-list.main .quantity-edit button {
  padding: 0;
  max-width: max-content;
  font-size: 0;
}

.single-cart-area-list.main .quantity-edit button i {
  font-size: 10px;
  padding: 4px 6px;
  transition: 0.3s;
}

.single-cart-area-list.main .quantity-edit button:first-child i {
  border-right: 1px solid rgba(43, 66, 38, 0.12);
}

.single-cart-area-list.main .quantity-edit button:hover i {
  background: var(--color-primary);
  color: #fff;
}

.deactive {
  display: none !important;
}

.bottom-cupon-code-cart-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bottom-cupon-code-cart-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bottom-cupon-code-cart-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .bottom-cupon-code-cart-area {
    padding: 18px;
  }
}

.bottom-cupon-code-cart-area form {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 767px) {
  .bottom-cupon-code-cart-area form {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.bottom-cupon-code-cart-area form input {
  height: 50px;
  border-radius: 6px;
  background: #F3F4F6;
  width: 296px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.cart-total-area-start-right {
  border: 2px solid #629D23;
  border-radius: 6px;
}

.cart-total-area-start-right .title {
  padding: 21px 28px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0;
}

.cart-total-area-start-right .subtotal {
  display: flex;
  align-items: center;
  gap: 94px;
  padding: 26px 28px;
  border-bottom: 1px solid #E2E2E2;
}

.cart-total-area-start-right .subtotal span {
  font-weight: 500;
  font-size: 14px;
}

.cart-total-area-start-right .subtotal .price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.cart-total-area-start-right .shipping {
  display: flex;
  align-items: flex-start;
  gap: 94px;
  padding: 26px 28px;
  border-bottom: 1px solid #E2E2E2;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .cart-total-area-start-right .shipping {
    flex-direction: column;
    gap: 29px;
  }
}

.cart-total-area-start-right .shipping span {
  font-weight: 500;
  font-size: 14px;
}

.cart-total-area-start-right .shipping ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cart-total-area-start-right .shipping ul p {
  font-size: 14px;
  color: #74787C;
  margin-top: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.cart-total-area-start-right .shipping ul p.bold {
  font-weight: 600;
  color: #2C3C28;
}

.cart-total-area-start-right .shipping ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.cart-total-area-start-right .shipping ul li input {
  display: none;
}

.cart-total-area-start-right .shipping ul li label {
  font-size: 14px;
  color: #2C3C28;
  font-weight: 500;
}

.cart-total-area-start-right .shipping ul li input[type=checkbox]~label::before,
.cart-total-area-start-right .shipping ul li input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #2C3C28;
  border-radius: 50%;
  transition: all 0.3s;
  border-radius: 50%;
}

.cart-total-area-start-right .shipping ul li input[type=radio]~label::after {
  width: 8px;
  height: 8px;
  left: 3.2px;
  background: #2C3C28;
  border-radius: 50%;
  border: none;
  top: 22%;
}

.cart-total-area-start-right .bottom .wrapper {
  display: flex;
  align-items: flex-start;
  gap: 94px;
  padding: 26px 28px 15px 28px;
}

.cart-total-area-start-right .bottom .button-area {
  padding: 0 20px 20px 20px;
}

.cart-total-area-start-right .bottom .rts-btn {
  width: 100%;
  max-width: 100%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.head .product-main {
  flex-basis: 56%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.head .price,
.rts-cart-list-area.wishlist .single-cart-area-list.head .quantity,
.rts-cart-list-area.wishlist .single-cart-area-list.head .subtotal,
.rts-cart-list-area.wishlist .single-cart-area-list.head .button-area {
  flex-basis: 11%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .product-main-cart {
  flex-basis: 56%;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .product-main-cart .thumbnail {
  max-width: 65px;
}

.rts-cart-list-area.wishlist .single-cart-area-list.main .price,
.rts-cart-list-area.wishlist .single-cart-area-list.main .quantity,
.rts-cart-list-area.wishlist .single-cart-area-list.main .subtotal,
.rts-cart-list-area.wishlist .single-cart-area-list.main .button-area {
  flex-basis: 11%;
}

.single-compare-elements .thumbnail-preview {
  max-width: 260px;
}

.vendor-search-area-wrapper {
  padding: 100px 0;
  position: relative;
  max-width: 615px;
  margin: auto;
  text-align: center;
}

.vendor-search-area-wrapper .title {
  font-size: 48px;
  margin-bottom: 25px;
}

.vendor-search-area-wrapper .search-vendor-form {
  position: relative;
}

.vendor-search-area-wrapper .search-vendor-form input {
  height: 50px;
  background: #F3F4F6;
  border-radius: 5px;
  border: 1px solid transparent;
}

.vendor-search-area-wrapper .search-vendor-form input:focus {
  border: 1px solid var(--color-primary);
}

.vendor-search-area-wrapper .search-vendor-form a {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
}

.registration-wrapper-1 {
  max-width: 800px;
  border-radius: 20px;
  background: #FFFFFF;
  margin: auto;
  text-align: center;
  padding: 100px 150px;
}

@media only screen and (max-width: 767px) {
  .registration-wrapper-1 {
    padding: 80px 50px;
  }
}

@media only screen and (max-width: 575px) {
  .registration-wrapper-1 {
    padding: 40px 15px;
  }
}

.registration-wrapper-1 .logo-area img {
  max-width: 57px;
  margin: auto;
  margin-bottom: 30px;
}

.registration-form {
  text-align: left;
}

.registration-form .input-wrapper {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}

.registration-form .input-wrapper:last-child {
  margin-bottom: 0;
}

.registration-form .input-wrapper label {
  margin-bottom: 12px;
  font-weight: 500;
  color: #2C3C28;
}

.registration-form .input-wrapper input {
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  height: 50px;
}

.registration-form .input-wrapper input:focus {
  border: 1px solid var(--color-primary);
}

.registration-form button.rts-btn {
  max-width: 100%;
  width: 100%;
}

.registration-form .another-way-to-registration .registradion-top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

.registration-form .another-way-to-registration .registradion-top-text span {
  font-weight: 500;
  color: #2C3C28;
}

.registration-form .another-way-to-registration .registradion-top-text::after {
  position: absolute;
  content: "";
  left: 0;
  width: 35%;
  height: 1px;
  background: #E7E7E7;
}

@media only screen and (max-width: 767px) {
  .registration-form .another-way-to-registration .registradion-top-text::after {
    display: none;
  }
}

.registration-form .another-way-to-registration .registradion-top-text::before {
  position: absolute;
  content: "";
  right: 0%;
  width: 35%;
  height: 1px;
  background: #E7E7E7;
}

@media only screen and (max-width: 767px) {
  .registration-form .another-way-to-registration .registradion-top-text::before {
    display: none;
  }
}

.registration-form .another-way-to-registration .login-with-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.registration-form .another-way-to-registration .login-with-brand>a {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
}

.registration-form .another-way-to-registration p {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-size: 16px;
}

.registration-form .another-way-to-registration p a {
  color: #2C3C28;
  font-weight: 600;
  margin-left: 10px;
}

.faq-content-left-main-wrapper p.disc {
  max-width: 95%;
}

.faq-content-left-main-wrapper form {
  background-color: #F3F4F6;
  padding: 40px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .faq-content-left-main-wrapper form {
    padding: 20px;
  }
}

.faq-content-left-main-wrapper form input {
  margin-bottom: 20px;
}

.faq-content-left-main-wrapper form textarea {
  margin-top: 0;
}

.faq-content-left-main-wrapper form button {
  max-width: 100% !important;
}

.accordion-main-area-wrapper-style-1 {
  background: #F3F4F6;
  border: 1px solid #E2E2E2;
  padding: 60px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .accordion-main-area-wrapper-style-1 {
    padding: 20px;
  }
}

.accordion-main-area-wrapper-style-1 .accordion-item {
  box-shadow: none;
  background: transparent;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E2E2E2;
}

.accordion-main-area-wrapper-style-1 .accordion-item:last-child {
  border-bottom: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item:last-child button {
  border-bottom: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item .accordion-header {
  background-color: transparent;
  background: transparent;
}

.accordion-main-area-wrapper-style-1 .accordion-item button {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  padding: 21px 0;
  background: transparent !important;
  box-shadow: none;
}

.accordion-main-area-wrapper-style-1 .accordion-item button[aria-expanded=true] {
  color: var(--color-primary);
}

.accordion-main-area-wrapper-style-1 .accordion-body {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.shopdetails-style-1-wrapper {
  margin: auto;
  padding: 60px;
  background: #fff;
  border-radius: 6px;
}

@media only screen and (max-width: 767px) {
  .shopdetails-style-1-wrapper {
    padding: 15px;
  }
}

.product-details-review-product-style {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-details-review-product-style {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .product-details-review-product-style {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-details-review-product-style .average-stars-area-left {
  flex-basis: 40%;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 1199px) {
  .product-details-review-product-style .average-stars-area-left .top-stars-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .review {
  font-size: 68px;
  margin-bottom: 0;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc span {
  color: #2C3C28;
  margin-bottom: 7px;
  display: block;
  font-weight: 500;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars i {
  color: #f93;
}

.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars span {
  margin: 0;
  margin-left: 10px;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area .average {
  margin-bottom: 0;
  font-size: 36px;
}

.product-details-review-product-style .average-stars-area-left .average-stars-area span {
  font-weight: 500;
  margin: 0;
  color: var(--color-heading-1);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details {
  margin-top: 30px;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-details-review-product-style .average-stars-area-left .review-charts-details .single-review {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:last-child {
  margin-bottom: 0;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(2) .progress {
  height: 5px;
  width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(2) .progress-bar {
  width: 180px !important;
  height: 5px !important;
  background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress {
  height: 5px;
  width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress-bar {
  width: 120px !important;
  height: 5px !important;
  background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress {
  height: 5px;
  width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress-bar {
  width: 80px !important;
  height: 5px !important;
  background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress {
  height: 5px;
  width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress-bar {
  width: 30px !important;
  height: 5px !important;
  background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .stars i {
  font-size: 14px;
  color: #f93;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .progress {
  height: 5px;
  width: 200px !important;
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .progress-bar {
  width: 200px !important;
  height: 5px !important;
  background: var(--color-primary);
}

.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review span.pac {
  color: #2C3C28;
  font-weight: 500;
}

.submit-review-area {
  flex-basis: 60%;
}

@media only screen and (max-width: 767px) {
  .submit-review-area {
    width: 100%;
  }
}

.submit-review-area form .title {
  font-size: 26px;
  margin-bottom: 20px;
}

.submit-review-area form .your-rating {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media only screen and (max-width: 575px) {
  .submit-review-area form .your-rating {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}

.submit-review-area form .your-rating .stars i {
  font-size: 26px;
  color: #dadada;
  cursor: pointer;
  transition: 0.3s;
}

.submit-review-area form .your-rating .stars i:hover {
  color: #f93;
}

.submit-review-area form .half-input-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  flex-basis: 100%;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .submit-review-area form .half-input-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.submit-review-area form .half-input-wrapper .half-input {
  flex-basis: 100%;
}

@media only screen and (max-width: 767px) {
  .submit-review-area form .half-input-wrapper .half-input {
    width: 100%;
  }
}

.submit-review-area form .half-input-wrapper input {
  height: 55px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  width: 100%;
}

.submit-review-area form .half-input-wrapper input:focus {
  border: 1px solid var(--color-primary);
}

.submit-review-area form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin: 20px 0;
  border-radius: 5px;
  padding: 15px;
}

.submit-review-area form textarea:focus {
  border: 1px solid var(--color-primary);
}

.submit-review-area form button {
  color: #fff;
}

.table-shop-details-pd table tr {
  border: 1px solid #e9ecef;
}

.table-shop-details-pd table thead {
  border-style: unset !important;
  border: 1px solid #e9ecef !important;
}

.table-shop-details-pd table thead tr th {
  padding: 15px;
  border: none;
  width: 50%;
}

.table-shop-details-pd table tbody tr td {
  padding: 15px;
}

.single-tab-content-shop-details p {
  margin-bottom: 20px;
}

.single-tab-content-shop-details p:last-child {
  margin-bottom: 0;
}

.single-tab-content-shop-details p span {
  font-weight: 600;
}

.single-tab-content-shop-details p.note {
  color: var(--color-danger);
}

.rts-product-details-section .product-thumb-filter-group.left {
  margin-left: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1666px) and (min-width: 1199px) {

  .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    width: 100%;
    max-width: 100%;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    width: max-content;
    max-width: max-content;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {

  .shop-grid-sidebar .single-shopping-card-one .cart-counter-action .quantity-edit,
  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    width: max-content;
    max-width: max-content;
  }

  .shop-grid-sidebar .product-area-wrapper-shopgrid-list .single-shopping-card-one .cart-counter-action .rts-btn {
    justify-content: center;
  }
}

.rts-billing-details-area .title {
  font-size: 30px;
  color: #2C3C28;
}

.rts-billing-details-area form .single-input {
  margin-bottom: 35px;
}

.rts-billing-details-area form .single-input input {
  height: 50px;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-top: 10px;
}

.rts-billing-details-area form .single-input input:focus {
  border: 1px solid var(--color-primary);
}

.rts-billing-details-area form .single-input textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px;
}

.rts-billing-details-area form .single-input textarea:focus {
  border: 1px solid var(--color-primary);
}

.rts-billing-details-area form .half-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 35px;
}

.rts-billing-details-area form .half-input-wrapper .single-input {
  flex-basis: 50%;
  margin-bottom: 0;
}

.right-card-sidebar-checkout .cottom-cart-right-area {
  padding: 25px 30px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul p {
  font-size: 14px;
  color: #74787C;
  margin-top: 15px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul p.bold {
  font-weight: 600;
  color: #2C3C28;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input {
  display: none;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li label {
  font-size: 14px;
  color: #2C3C28;
  font-weight: 500;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=checkbox]~label::before,
.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=radio]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #2C3C28;
  border-radius: 50%;
  transition: all 0.3s;
  border-radius: 50%;
}

.right-card-sidebar-checkout .cottom-cart-right-area ul li input[type=radio]~label::after {
  width: 8px;
  height: 8px;
  left: 3.2px;
  background: #2C3C28;
  border-radius: 50%;
  border: none;
  top: 22%;
}

.right-card-sidebar-checkout .rts-btn.btn-primary {
  max-width: 100%;
  text-align: center;
}

.right-card-sidebar-checkout .single-category {
  margin-bottom: 14px;
}

.right-card-sidebar-checkout .single-category.with-more {
  position: relative;
}

.right-card-sidebar-checkout .single-category.with-more::after {
  position: absolute;
  content: "+";
  font-family: var(--font-three);
  font-size: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-heading-1);
  pointer-events: none;
}

.right-card-sidebar-checkout .single-category:last-child {
  margin-bottom: 0;
}

.right-card-sidebar-checkout .single-category input {
  display: none;
  padding: 12px;
}

.right-card-sidebar-checkout .single-category label {
  display: block;
  width: 100%;
}

.right-card-sidebar-checkout .single-category label::before {
  background: transparent;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 1.5px 6px rgba(37, 64, 32, 0.05);
  border-radius: 2px;
}

.title-checkout {
  font-size: 30px;
  line-height: 1.3;
}

.right-card-sidebar-checkout {
  border: 2px solid var(--color-primary);
  border-radius: 6px;
}

.right-card-sidebar-checkout .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 0 26px 0;
  margin: 0 36px;
  border-bottom: 1px solid #E2E2E2;
}

.right-card-sidebar-checkout .single-shop-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
  margin: 0 36px;
  border-bottom: 1px solid #E2E2E2;
  gap: 20px;
}

@media only screen and (max-width: 575px) {
  .right-card-sidebar-checkout .single-shop-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.right-card-sidebar-checkout .single-shop-list .left-area {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-card-sidebar-checkout .single-shop-list .price {
  color: var(--color-heading-1);
  font-weight: 500;
}

.right-card-sidebar-checkout .single-shop-list .thumbnail {
  display: block;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-card-sidebar-checkout .single-shop-list .title {
  font-size: 16px;
  font-weight: 600;
  max-width: 60%;
  color: var(--color-heading-1);
}

.coupon-input-area-1 .inner {
  padding: 20px;
}

.coupon-input-area-1.login-form .coupon-input-area {
  flex-direction: column;
}

.coupon-input-area-1.login-form .coupon-input-area p {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
  color: var(--color-heading-1);
}

.coupon-input-area-1.login-form .coupon-input-area form {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}

@media only screen and (max-width: 575px) {
  .coupon-input-area-1.login-form .coupon-input-area form {
    flex-direction: column;
    align-items: flex-start;
  }
}

.coupon-input-area-1.login-form .coupon-input-area form input {
  flex-basis: 40%;
}

.coupon-input-area-1.login-form .coupon-input-area form input:focus {
  border: 1px solid var(--color-primary);
}

.coupon-input-area-1.login-form .coupon-input-area form button {
  display: block;
  flex-basis: 20%;
}

.coupon-input-area-1 .coupon-area {
  margin-bottom: 20px;
}

.coupon-input-area-1 .coupon-ask {
  padding: 20px 30px;
  background: var(--color-primary);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 25px;
  border-radius: 6px;
}

@media only screen and (max-width: 575px) {
  .coupon-input-area-1 .coupon-ask {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 {
  background: transparent;
  border: 1px solid #E9E9E9;
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 span {
  font-size: 16px;
  color: var(--color-heading-1);
  font-weight: 400;
  min-width: max-content;
}

.coupon-input-area-1 .coupon-ask.cupon-wrapper-1 button {
  color: var(--color-heading-1);
  font-weight: 600;
  max-width: max-content;
}

.coupon-input-area-1 .coupon-ask span {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 400;
  min-width: max-content;
}

.coupon-input-area-1 .coupon-ask button {
  color: #ffffff;
  font-weight: 600;
  max-width: max-content;
}

.coupon-input-area-1 .coupon-input-area {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner {
  width: 100%;
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner p {
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 500;
  color: var(--color-heading-1);
}

.coupon-input-area-1 .coupon-input-area.cupon1 .inner .form-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 575px) {
  .coupon-input-area-1 .coupon-input-area.cupon1 .inner .form-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.coupon-input-area-1 .coupon-input-area .inner {
  padding: 20px;
}

.coupon-input-area-1 .coupon-input-area input {
  width: 80%;
  padding: 0 30px;
  height: 50px;
  border-radius: 6px;
  border: 1px solid var(--color-primary);
  outline: none;
  transition: box-shadow 300ms;
  font-size: 16px;
  color: #5c5c5c;
}

@media only screen and (max-width: 575px) {
  .coupon-input-area-1 .coupon-input-area input {
    min-height: 50px;
    width: 100%;
  }
}

.coupon-input-area-1 .coupon-input-area input:focus {
  border: 1px solid var(--color-primary);
}

.coupon-input-area-1 .coupon-input-area .apply-btn {
  width: 18%;
  height: 50px;
  background: #f1f1f1;
  color: #e3e3e3;
  border-radius: 6px;
}

.coupon-input-area-1 .coupon-input-area .apply-btn:hover {
  background: var(--color-primary);
}

.coupon-input-area-1 .coupon-input-area.show {
  background: #f1f1f159;
  max-height: 150px;
  border-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .coupon-input-area-1 .coupon-input-area.show {
    max-height: max-content;
  }
}

.vendor-search-area .filter-select-area {
  margin: 0 !important;
  background: transparent;
  padding: 0;
  margin-bottom: 15px;
}

.vendor-search-area .filter-select-area .top-filter {
  padding: 0;
}

.vendor-search-area .filter-select-area .top-filter span {
  font-weight: 500;
  color: #1D271B;
}

.with-list .single-vendor-area {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media only screen and (max-width: 575px) {
  .with-list .single-vendor-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.with-list .single-vendor-area .location p {
  max-width: 100%;
}

.with-list .single-vendor-area .logo-vendor img {
  max-width: 100px;
  height: auto;
}

.single-vendor-area {
  padding: 40px;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  height: 100%;
}

@media only screen and (max-width: 575px) {
  .single-vendor-area {
    padding: 25px;
  }
}

.single-vendor-area .logo-vendor {
  max-width: max-content;
  height: auto;
  margin-bottom: 20px;
}

.single-vendor-area .logo-vendor img {
  max-width: max-content;
  height: auto;
}

.single-vendor-area .title {
  font-size: 24px;
  margin-bottom: 0;
}

.single-vendor-area .title span {
  padding: 4px 12px;
  background: var(--color-primary);
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: 400;
}

.single-vendor-area .title span.closed {
  background: #DC2626;
}

.single-vendor-area .stars-area {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 30px;
}

.single-vendor-area .stars-area i {
  color: #FF9A00;
}

.single-vendor-area .stars-area span {
  margin-left: 8px;
  color: #74787C;
  font-weight: 500;
}

.single-vendor-area .location {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

.single-vendor-area .location:last-child {
  margin-bottom: 0;
}

.single-vendor-area .location i {
  font-size: 20px;
}

.single-vendor-area .location p {
  max-width: 70%;
}

.single-vendor-area a.rts-btn {
  margin-top: 30px;
}

.accout-dashborard-nav .nav-link {
  text-align: left;
  padding: 14px 25px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  color: var(--color-heading-1);
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 4px;
  font-weight: 500;
}

.accout-dashborard-nav .nav-link:last-child {
  margin-bottom: 0;
}

.accout-dashborard-nav .nav-link.active {
  background: var(--color-primary);
}

.accout-dashborard-nav .nav-link a {
  display: flex;
  align-items: center;
  gap: 15px;
}

.order-table-account table tr {
  border: 1px solid #e9ecef;
}

.order-table-account table thead {
  border-style: unset !important;
  border: 1px solid #e9ecef !important;
}

.order-table-account table thead tr th {
  padding: 15px;
  border: none;
  min-width: max-content;
  white-space: nowrap;
}

.order-table-account table tbody tr td {
  padding: 15px;
  min-width: max-content;
  white-space: nowrap;
}

.dashboard-account-area a {
  color: var(--color-primary);
}

.tracing-order-account .order-tracking .single-input {
  margin-bottom: 25px;
}

.tracing-order-account .order-tracking .single-input label {
  margin-bottom: 10px;
  font-weight: 500;
}

.tracing-order-account .order-tracking .single-input input {
  height: 60px;
  border-radius: 4px;
  border: 1px solid #ececec;
}

.tracing-order-account .order-tracking .single-input input:focus {
  border-color: var(--color-primary);
}

.shipping-address-billing-address-account {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 479px) {
  .shipping-address-billing-address-account {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}

.shipping-address-billing-address-account .half {
  max-width: 350px;
}

.shipping-address-billing-address-account .half p {
  line-height: 1.7;
}

.shipping-address-billing-address-account .half a {
  color: var(--color-primary);
}

.account-details-area input {
  height: 55px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  margin-bottom: 15px;
}

.account-details-area .input-half-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.account-details-area .input-half-area .single-input {
  width: 100%;
}

.account-details-area button {
  margin-top: 30px;
}

.vendor-name-area-details {
  padding: 75px 0 40px 0;
}

@media only screen and (max-width: 575px) {
  .vendor-name-area-details {
    padding: 50px 0 0px 0;
  }
}

.vendor-name-area-details .title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .vendor-name-area-details .title {
    font-size: 32px;
  }
}

.vendor-time-opening .single-opening-hour {
  display: flex;
  margin-bottom: 14px;
  font-size: 16px;
}

.vendor-time-opening .single-opening-hour .day {
  color: inherit;
  flex-basis: 20%;
  margin-right: 30px;
}

.vendor-time-opening .single-opening-hour span {
  color: red;
  font-weight: 600;
}

.vendor-contact-info-wrapper form input {
  height: 44px;
  border-radius: 5px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  font-size: 14px;
}

.vendor-contact-info-wrapper form button {
  max-width: 100% !important;
  width: 100%;
  display: block;
}

.vendor-details-banner--area {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  margin-left: -30px;
}

@media only screen and (max-width: 1199px) {
  .vendor-details-banner--area {
    margin-left: 0;
    padding: 15px;
  }
}

.banner-vendor-details {
  background-image: url(../images/vendor/01.jpg);
  height: 400px;
  border-radius: 6px;
  position: relative;
  padding: 40px;
}

.vendor-banner-left {
  background: #2C3C28;
  border-radius: 6px;
  height: 100%;
  text-align: center;
  padding: 40px 25px;
}

.vendor-banner-left .stars-area {
  display: flex;
  align-items: center;
  color: #fff;
}

.vendor-banner-left .stars-area i {
  color: #FF9A00;
}

.vendor-banner-left .stars-area span {
  margin-left: 10px;
  color: #fff;
}

.vendor-banner-left .location {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 25px;
}

.vendor-banner-left .location i {
  color: #fff;
}

.vendor-banner-left .location p {
  color: #fff;
  text-align: left;
}

.product-area-add-wrapper {
  padding: 30px 0;
  position: relative;
  border-radius: 6px;
  margin-top: 30px;
  margin-left: -30px;
  background-image: url(../images/vendor/02.jpg);
}

@media only screen and (max-width: 1199px) {
  .product-area-add-wrapper {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-area-add-wrapper {
    margin-left: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .product-area-add-wrapper {
    margin-left: 0;
    overflow: hidden;
  }
}

.product-area-add-wrapper .one {
  position: absolute;
  right: 50px;
  bottom: 0;
  height: 100%;
}

.product-area-add-wrapper .two {
  position: absolute;
  left: 10%;
  bottom: 0;
}

.product-area-add-wrapper .title {
  margin-left: -50px;
  color: #fff;
  text-align: center;
  font-size: 48px;
}

.product-filter-area-vendors-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-filter-area-vendors-details {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.product-filter-area-vendors-details form {
  position: relative;
}

.product-filter-area-vendors-details form input {
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  width: 470px;
}

@media only screen and (max-width: 767px) {
  .product-filter-area-vendors-details form input {
    width: 320px;
  }
}

@media only screen and (max-width: 575px) {
  .product-filter-area-vendors-details form input {
    width: 290px;
  }
}

.product-filter-area-vendors-details form a {
  position: absolute;
  right: 5px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.ml-v-dec-m {
  margin-left: -30px;
}

@media only screen and (max-width: 1199px) {
  .ml-v-dec-m {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ml-v-dec-m {
    margin-left: 0;
  }
}

.vendor-details .single-shopping-card-one {
  border: 1px solid #E2E2E2;
}

.compare-title-area {
  margin-bottom: 35px;
}

.compare-title-area .title {
  font-size: 48px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .compare-title-area .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .compare-title-area .title {
    font-size: 26px;
  }
}

.compare-title-area span {
  display: 16px;
}

.compare-title-area span span {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary);
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 465px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}

.side-bar .inner-main-wrapper-desk .thumbnail {
  display: flex;
  justify-content: center;
}

.side-bar .inner-main-wrapper-desk .thumbnail img {
  width: 85%;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content {
  text-align: center;
  margin-top: 30px;
}

.side-bar .inner-main-wrapper-desk .inner-content p {
  max-width: 95%;
  text-align: center;
  margin: auto;
}

.side-bar .inner-main-wrapper-desk .inner-content .title {
  font-weight: 600;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer {
  padding-top: 50px;
  margin-top: 80px;
  border-top: 1px solid #c2c2c2;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer .title {
  font-weight: 500;
}

.side-bar .inner-main-wrapper-desk .inner-content .footer a.rts-btn {
  margin: auto;
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button.close-icon-menu {
  max-width: max-content;
  margin-right: auto;
  margin-left: -53px;
  margin-top: 0;
  position: absolute;
}

.side-bar button.close-icon-menu i {
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
  margin-top: -53px;
  font-size: 27px;
  background: var(--color-primary);
}

.search-input-area-menu {
  position: relative;
}

.search-input-area-menu input {
  height: 50px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 15px;
}

.search-input-area-menu button {
  position: absolute;
  right: 10px;
  top: 50%;
  max-width: max-content;
  transform: translateY(-50%);
}

.tab-nav-btn nav .nav-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  border-bottom: none;
}

.tab-nav-btn nav .nav-tabs button {
  border: 1px solid #E2E2E2 !important;
  height: 45px;
  border-radius: 3px;
  font-weight: 600;
  color: #2C3C28;
}

.tab-nav-btn nav .nav-tabs button[aria-selected=true] {
  background: var(--color-primary);
  color: #fff;
}

.category-btn.category-hover-header.menu-category .category-sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateZ(0) translateY(0);
  width: 100%;
  box-shadow: none;
  margin-top: 30px;
  position: relative;
}

#side-bar .mobile-menu-main .metismenu.mainmenu {
  padding: 0 0 !important;
}

.button-area-main-wrapper-menuy-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  flex-direction: column;
}

.button-area-main-wrapper-menuy-sidebar .rts-btn {
  border-radius: 4px;
}

.button-area-main-wrapper-menuy-sidebar .buton-area-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div i {
  font-size: 24px;
  color: var(--color-primary);
}

.button-area-main-wrapper-menuy-sidebar .contact-area>div a {
  font-size: 22px;
  color: var(--color-heading-1);
}

.invoice-main-wrapper-1 {
  margin-top: 120px;
  padding: 50px;
  border-radius: 6px;
  background: #f1f1f1;
  margin-bottom: 30px;
}

.invoice-main-wrapper-1 .logo-top-area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.invoice-main-wrapper-1 .invoice-location {
  text-align: right;
}

.invoice-main-wrapper-1 .invoice-location .title {
  font-weight: 500;
  line-height: 1;
  font-size: 48px;
}

.invoice-main-wrapper-1 .invoice-location span {
  display: block;
  font-size: 18px;
  margin: 5px 0;
}

.invoice-banner {
  background-image: url(../images/invoice/01.jpg);
  height: 177px;
  margin-top: 30px;
  border-radius: 5px;
}

.invoice-3 .invoice-table thead {
  color: #fff !important;
  background-color: #f1f1f1;
}

.invoice-4 .invoice-info {
  border-radius: 5px;
}

.invoice-4 .invoice-header {
  border-bottom: 1px solid #f1f1f1;
  padding: 50px 150px 30px 150px;
  margin-bottom: 50px;
}

.invoice-4 .invoice-bottom .hr {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}

.invoice-5 .invoice-info {
  border-radius: 0;
}

.invoice-5 .invoice-header {
  padding: 50px 150px;
}

.invoice-5 .invoice-banner {
  padding: 0 150px 50px 150px;
}

.invoice-5 .invoice-bottom .hr {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}

.invoice-center-rts {
  margin-top: 30px;
}

.invoice-center-rts thead tr th {
  color: #4d4d4d;
  padding: 15px 20px;
  border-color: #f1f1f1;
  border-width: 0;
  font-weight: 600;
}

.invoice-center-rts .item-desc-1 {
  padding: 12px 20px;
}

.invoice-center-rts td {
  padding: 15px 20px;
}

.invoice-area-bottom {
  text-align: center;
  margin-top: 40px;
}

.invoice-area-bottom .powerby {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.invoice-area-bottom .powerby p {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  color: var(--color-heading-1);
}

.invoice-area-bottom .powerby img {
  max-width: 50px;
}

.invoice-area-bottom p {
  margin: 0;
  margin-top: 20px;
  font-weight: 400;
  color: var(--color-heading-1);
}

.text-end.f-w-600 {
  font-weight: 600;
}

.buttons-area-invoice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#side-bar .inner-main-wrapper-desk {
  display: block;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #side-bar .inner-main-wrapper-desk {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #side-bar .inner-main-wrapper-desk {
    display: none;
  }
}

#side-bar .mobile-menu-main {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #side-bar .mobile-menu-main {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav.main-nav-one {
    display: none;
  }
}

.mobile-menu-main nav ul {
  padding: 0 20px;
  display: block;
}

.mobile-menu-main nav ul li {
  margin: 0;
  padding: 0;
}

.mobile-menu-main nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown {
  position: relative;
}

.mobile-menu-main nav ul li.has-droupdown ul {
  padding: 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a {
  padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  border-bottom: 2px solid var(--color-primary);
  padding: 10px 0;
}

.mobile-menu-main nav ul li.has-droupdown ul li {
  margin: 7px 0 !important;
  border-bottom: 1px solid #f3f3f3;
}

.mobile-menu-main nav ul li.has-droupdown::after {
  position: absolute;
  content: "\f078";
  font-family: "Font Awesome 6 pro" !important;
  font-size: 16px;
  right: 0;
  font-weight: 400;
  top: 5px;
  padding: 8px 13px;
  color: #fff;
  background: var(--color-primary) !important;
  pointer-events: none;
  cursor: pointer;
}

.mobile-menu-main nav ul li.has-droupdown.mm-active::after {
  content: "\f077";
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl::after {
  font-size: 10px;
  padding: 3px 10px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul {
  padding: 0 20px;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li {
  margin: 10px 0 !important;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li:hover {
  color: var(--color-primary);
}

.mobile-menu-main nav ul li.has-droupdown.third-lvl ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.mobile-menu-main nav ul li a {
  display: block;
}

.mobile-menu-main .social-wrapper-one {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {

  .side-bar.header-two .inner-main-wrapper-desk,
  .side-bar.header-three .inner-main-wrapper-desk {
    display: none;
  }
}

@media screen and (min-width: 1024px) {

  .side-bar.header-two .mobile-menu,
  .side-bar.header-three .mobile-menu {
    display: none !important;
  }
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-one .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page {
  padding: 15px 0;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown {
  position: relative;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown:hover::after {
  color: var(--color-primary);
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page .sub-dropdown .third-lvl {
  margin-left: -4px;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li {
  margin: 0;
  width: 100%;
}

.header-three .main-nav-desk nav ul li.has-droupdown .submenu.inner-page li a {
  display: block;
  width: 100%;
  padding: 0 15px;
}

.sub-dropdown {
  position: relative !important;
  display: block !important;
}

.sub-dropdown .submenu.third-lvl {
  opacity: 0 !important;
  min-width: 185px !important;
  left: 100% !important;
  top: -13% !important;
  margin: 0;
  border-radius: 0 !important;
}

.sub-dropdown .submenu.third-lvl.base {
  display: block !important;
}

.sub-dropdown:hover .sub-menu-link {
  color: var(--color-primary);
}

.sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block !important;
}

.sub-dropdown:hover .submenu.third-lvl.base li {
  display: block;
}

.sub-dropdown:hover .submenu.third-lvl.base li a {
  display: block !important;
}

.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: -14px !important;
}

.header-two .header-main-wrapper .sub-dropdown:hover .submenu.third-lvl.base {
  margin-left: 90px !important;
}

header.heder-two .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}

header.heder-two .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 20px;
  top: 8px;
  color: #fff;
}

header.heder-two .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}

header.heder-two .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

header.header-three .sub-dropdown:hover .submenu.third-lvl.base {
  opacity: 1 !important;
  min-width: 185px !important;
  top: 0 !important;
  right: 3px;
  display: block;
  margin-left: 0 !important;
}

header.header-three .sub-dropdown::after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro" !important;
  font-size: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

header.header-three .sub-dropdown:hover a.sub-menu-link {
  color: var(--color-primary) !important;
}

header.header-three .sub-dropdown:hover::after {
  color: var(--color-primary) !important;
}

header.header-three .sub-dropdown .submenu.third-lvl.base {
  display: block;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 55px;
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 19px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: #fff8f3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

.quickview-modal .modal-dialog {
  max-width: 1080px;
  margin: auto;
}

.quickview-modal .modal-dialog .modal-header {
  border: none;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental {
  margin-bottom: 40px;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental .swiper {
  overflow: hidden;
}

.product-single-main-wrapper-single-left-checkout-slide .banner-horizental .swiper .slider-inner img {
  width: 100%;
}

.rts-product-details-section {
  padding-top: 100px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .rts-product-details-section .product-thumb-area {
    margin-right: 30px;
  }

  .rts-product-details-section .contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 900px) {
  .rts-product-details-section .details-product-area {
    flex-direction: column;
  }

  .rts-product-details-section .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .rts-product-details-section .details-product-area .product-thumb-area .thumb-wrapper {
    width: 100%;
  }

  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb {
    margin-bottom: 20px;
  }

  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group {
    margin-left: 0;
    flex-direction: row;
  }

  .rts-product-details-section .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section {
    padding-top: 50px;
  }
}

.rts-product-details-section .product-thumb-area {
  display: flex;
  align-items: center;
  margin-right: 70px;
}

.rts-product-details-section .product-thumb-filter-group {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.rts-product-details-section .product-thumb-filter-group:last-child .thumb-filter {
  margin-right: 0;
}

.rts-product-details-section .product-thumb-filter-group .thumb-filter {
  max-width: 85px;
  opacity: 40%;
  margin-bottom: 20px;
  cursor: pointer;
  transition: opacity 0.5;
}

.rts-product-details-section .product-thumb-filter-group .thumb-filter.active {
  opacity: 1;
}

.rts-product-details-section .product-row {
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: 1px solid #f0f0f0;
}

.rts-product-details-section .col-lg-25 {
  width: 20%;
}

@media (max-width: 1200px) {
  .rts-product-details-section .col-lg-25 {
    display: none;
  }
}

.rts-product-details-section .side-products .product-item .product-image {
  max-width: 225px !important;
}

.rts-product-details-section .details-product-area {
  display: flex;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .rts-product-details-section .details-product-area {
    flex-wrap: wrap;
  }
}

@media (max-width: 576px) {
  .rts-product-details-section .details-product-area {
    margin-bottom: 30px;
  }
}

.rts-product-details-section .details-product-area table {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .rts-product-details-section .details-product-area table {
    margin-bottom: 0;
  }
}

.rts-product-details-section .details-product-area table tr {
  border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr {
    border: none;
    margin-bottom: 40px;
  }
}

.rts-product-details-section .details-product-area table tr .first-child {
  display: flex;
  align-items: center;
  width: 100%;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child {
    display: block;
    text-align: center;
  }
}

.rts-product-details-section .details-product-area table tr .first-child .image-section {
  width: 20%;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .image-section {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .image-section img {
    width: 50%;
  }
}

.rts-product-details-section .details-product-area table tr .first-child .text {
  display: grid;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text {
    margin: 10px 0 0 0;
  }
}

.rts-product-details-section .details-product-area table tr .first-child .text a {
  font-size: 14px;
  color: #333333;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text a {
    font-size: 16px;
  }
}

.rts-product-details-section .details-product-area table tr .first-child .text .color {
  color: #222222;
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text .color {
    font-size: 14px;
  }
}

.rts-product-details-section .details-product-area table tr .first-child .text .price {
  color: #000;
  font-size: 13px;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .first-child .text .price {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .cart-edit {
    margin: 10px 0 0 0;
  }
}

.rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
  width: 110px;
  height: 50px;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area table tr .cart-edit .quantity-edit {
    width: 50%;
    margin: 0 auto;
  }
}

.rts-product-details-section .details-product-area .product-status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.rts-product-details-section .details-product-area .product-catagory {
  background: var(--color-primary);
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}

.rts-product-details-section .details-product-area .rating-stars-group .rating-star i {
  color: #ffcd00;
  font-size: 15px;
}

.rts-product-details-section .details-product-area .rating-stars-group span {
  font-size: 14px;
  font-weight: 400;
  color: #61b163;
}

.rts-product-details-section .details-product-area .product-title {
  font-size: 26px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .rts-product-details-section .details-product-area .product-title {
    font-size: 20px;
  }
}

.rts-product-details-section .details-product-area .stock {
  font-size: 12px;
  font-weight: 600;
  color: #98bd25;
  padding: 2px 7px;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-left: 5px;
  transform: translateY(-3px);
}

.rts-product-details-section .details-product-area .stock1 {
  font-size: 12px;
  font-weight: 600;
  color: #ff0000;
  padding: 3px 7px;
  border: 1px solid #ededed;
  border-radius: 4px;
  margin-left: 5px;
  transform: translateY(-3px);
}

.rts-product-details-section .details-product-area .product-price {
  margin-bottom: 30px;
  font-size: 36px;
  color: var(--color-primary);
}

.rts-product-details-section .details-product-area .product-price .old-price {
  font-size: 20px;
  font-weight: 600;
  color: #cfcfcf;
  text-decoration: line-through;
}

.rts-product-details-section .details-product-area p {
  color: var(--color-body);
  max-width: 540px;
  margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .action-item2 {
  padding: 10px 0;
  border-radius: 6px;
  margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .action-top {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-product-details-section .details-product-area .action-item2 .action-top .action-title {
  font-size: 16px;
}

.rts-product-details-section .details-product-area .action-item2 .action-top .down-icon i {
  font-size: 17px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-title-area {
  display: flex;
  align-items: center;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .category-title {
  font-size: 14px;
  color: #61b163;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .category-item i {
  font-size: 14px;
  color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a {
  font-size: 14px;
  color: #61b163;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .category-item .sub-categorys a:hover {
  color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .category-item.show .sub-categorys {
  max-height: 500px;
}

.rts-product-details-section .details-product-area .action-item2 .category-item.show .category-item-inner .down-icon i {
  transform: rotate(180deg);
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2:hover .color-arrow {
  color: #000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2:last-child {
  margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2.selected .color i {
  display: block;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i {
  display: none;
  color: white;
  font-size: 8px;
  transform: translateX(3px) translateY(2px);
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color i::before {
  content: "\f00c";
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.black {
  background: #000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.blue {
  background: #0084ff;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.gray {
  background: #d4d4d4;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.green {
  background: #61b163;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.red {
  background: #ff6262;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color.yellow {
  background: #ffc000;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-name {
  font-size: 14px;
  color: #61b163;
}

.rts-product-details-section .details-product-area .action-item2 .color-item2 .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 0;
  border: none;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands a {
  font-size: 14px;
  color: #61b163;
  margin-bottom: 10px;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item2 .product-brands a:hover {
  color: #000;
}

.rts-product-details-section .details-product-area .action-item3 {
  padding: 10px 0;
  border-radius: 6px;
  margin-bottom: 30px;
}

.rts-product-details-section .details-product-area .action-item3 .action-top {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rts-product-details-section .details-product-area .action-item3 .action-top .action-title {
  font-size: 16px;
}

.rts-product-details-section .details-product-area .action-item3 .action-top .down-icon i {
  font-size: 17px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item:last-child .category-item-inner {
  margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-item-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 10px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-title-area {
  display: flex;
  align-items: center;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .point {
  background: #e3e3e3;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .category-title {
  font-size: 14px;
  color: #61b163;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .category-item i {
  font-size: 14px;
  color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys {
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys .sub-categorys-inner {
  padding-bottom: 15px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a {
  font-size: 14px;
  color: #61b163;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .category-item .sub-categorys a:hover {
  color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .category-item.show .sub-categorys {
  max-height: 500px;
}

.rts-product-details-section .details-product-area .action-item3 .category-item.show .category-item-inner .down-icon i {
  transform: rotate(180deg);
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2:hover .color-arrow {
  color: #000;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2:last-child {
  margin-bottom: 0;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2.selected .color i {
  display: block;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .size {
  padding: 2px 10px;
  background-color: #f5f5f5;
  margin-right: 10px;
  border: 1px solid #f4f4f4;
  transition: all 0.3s ease;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .size:hover {
  border: 1px solid #000;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-name {
  font-size: 14px;
  color: #61b163;
}

.rts-product-details-section .details-product-area .action-item3 .color-item2 .color-arrow {
  margin-left: auto;
  color: #b9b9b9;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner {
  max-height: 400px;
  overflow-y: scroll;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar {
  width: 3px;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands .brands-inner::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 0;
  border: none;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands a {
  font-size: 14px;
  color: #61b163;
  margin-bottom: 10px;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .action-item3 .product-brands a:hover {
  color: #000;
}

.rts-product-details-section .details-product-area .product-bottom-action {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

@media (max-width: 500px) {
  .rts-product-details-section .details-product-area .product-bottom-action .action-item {
    margin-bottom: 20px;
    padding: 0 17px;
    height: 50px;
  }

  .rts-product-details-section .details-product-area .product-bottom-action .wishlist {
    margin-bottom: 0;
  }
}

.rts-product-details-section .details-product-area .product-bottom-action2 {
  margin: 30px 0 30px 0;
}

.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn {
  background: #f1f1f1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 21px 40px;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action2 .form-btn:hover {
  background-color: #000;
  color: #fff;
}

.rts-product-details-section .details-product-area .product-bottom-action3 {
  margin: 30px 0 30px 0;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit {
  width: 110px;
  height: 45px;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button {
  background: none;
  font-size: 0;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 .quantity-edit button i:hover {
  color: #ff0000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .cart-edit2 span i {
  color: #ff0000;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn {
  background: #f1f1f1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  pointer-events: none;
  width: 100%;
  padding: 18px 40px;
  border: 0;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn:hover i {
  transform: translateX(10px);
}

.rts-product-details-section .details-product-area .product-bottom-action3 .form-btn i {
  margin-left: 10px;
  padding-top: 5px;
}

.rts-product-details-section .details-product-area .product-bottom-action4 {
  margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button {
  display: flex;
  align-items: center;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 {
  background: #f1f1f1;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 18px 40px;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1:hover {
  background: none;
  color: #f1f1f1;
}

.rts-product-details-section .details-product-area .product-bottom-action4 .button .form-btn1 i {
  margin-right: 10px;
  transition: all 50ms;
}

.rts-product-details-section .details-product-area .action-item {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 6px;
  height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rts-product-details-section .details-product-area .cart-edit,
.rts-product-details-section .details-product-area .cart-edits {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit {
  width: 123px;
  display: flex;
  padding: 3px 10px;
  border-radius: 5px;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit input,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit input {
  text-align: center;
  max-width: 55px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit button,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit button {
  background: none;
  font-size: 0;
}

.rts-product-details-section .details-product-area .cart-edit .quantity-edit button i,
.rts-product-details-section .details-product-area .cart-edits .quantity-edit button i {
  font-size: 16px;
  color: #d3d3d3;
}

.rts-product-details-section .details-product-area .cart-edit span,
.rts-product-details-section .details-product-area .cart-edits span {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 500;
}

.rts-product-details-section .details-product-area .cart-edit span i,
.rts-product-details-section .details-product-area .cart-edits span i {
  color: #ff0000;
}

.rts-product-details-section .details-product-area .addto-cart-btn {
  margin-right: 20px;
  padding: 0 30px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 700;
  border: none;
}

.rts-product-details-section .details-product-area .addto-cart-btn:hover {
  background: var(--color-heading-1);
  color: #f1f1f1;
}

.rts-product-details-section .details-product-area .addto-cart-btn i {
  margin-right: 4px;
}

@media (max-width: 768px) {
  .rts-product-details-section .details-product-area .addto-cart-btn {
    font-size: 14px;
  }
}

.rts-product-details-section .details-product-area .wishlist-btn {
  padding: 0 20px;
}

.rts-product-details-section .details-product-area .wishlist-btn:hover {
  border: 1px solid #000;
}

.rts-product-details-section .details-product-area .wishlist-btn:hover i {
  color: #000;
}

.rts-product-details-section .details-product-area .wishlist-btn i {
  color: #e2e2e2;
}

.rts-product-details-section .details-product-area .product-uniques {
  margin-bottom: 20px;
}

.rts-product-details-section .details-product-area .product-unipue {
  font-size: 16px;
  color: var(--color-body);
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.rts-product-details-section .details-product-area .product-unipue span {
  display: inline-block;
  font-weight: 700;
}

.rts-product-details-section .details-product-area .share-social span {
  margin-right: 3px;
}

.rts-product-details-section .details-product-area .share-social .platform {
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}

.rts-product-details-section .details-product-area .share-social .platform:hover {
  color: var(--color-primary);
}

.rts-product-details-section .product-full-details-area .details-filter-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
  font-size: 16px;
  margin-right: 50px;
  font-weight: 700;
  color: #000;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter.active {
  color: #f1f1f1;
}

.rts-product-details-section .product-full-details-area .details-filter-bar .details-filter:last-child {
  margin-right: 0;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 {
  display: block;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
  font-size: 16px;
  margin-right: 50px;
  font-weight: 700;
  color: #000;
}

@media (max-width: 768px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter {
    margin-right: 20px;
  }
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter.active {
  color: #f1f1f1;
}

.rts-product-details-section .product-full-details-area .details-filter-bar2 .details-filter:last-child {
  margin-right: 0;
}

.rts-product-details-section .product-full-details-area .full-details-inner {
  margin-bottom: -20px;
}

.rts-product-details-section .product-full-details-area .full-details-inner p {
  transition: height 500ms;
  max-width: unset;
  line-height: 26px;
}

@media (max-width: 1200px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
    font-size: 14px;
    margin-right: 30px;
  }
}

@media (max-width: 507px) {
  .rts-product-details-section .product-full-details-area .details-filter-bar .details-filter {
    font-size: 14px;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items {
  width: 100%;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner p {
  font-size: 18px;
  color: #777777;
  margin: 0 0 15px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title {
  color: #000;
  margin-bottom: 20px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a {
  color: #000;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .section-title a:hover {
  color: #000;
  text-decoration: underline;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form .sect-title {
  font-weight: 400;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
  font-size: 26px;
  margin-bottom: 35px;
  padding-top: 30px;
}

@media (max-width: 450px) {
  .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .post-title {
    font-size: 20px;
  }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form {
  padding: 30px 40px 35px 0;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box {
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.text-input::before {
  content: "\f303";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.mail-input::before {
  content: "\f0e0";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box.sub-input::before {
  content: "\f0ac";
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box::before {
  content: "\f007";
  left: auto;
  right: 30px;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #f1f1f1;
  top: 17px;
  z-index: 2;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  width: 100%;
  height: 281px;
  border-radius: 7px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}

@media (max-width: 450px) {
  .rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box textarea {
    height: 150px;
  }
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .input-box input {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
  border-radius: 7px;
  color: #000;
  font-size: 14px;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating {
  margin: 25px 0;
  display: flex;
  align-items: center;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating p {
  margin: 0;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon {
  margin-left: 30px;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a {
  position: relative;
  transition: all 500ms;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a::after {
  display: none;
  content: "\f005";
  left: auto;
  right: 0;
  font-size: 14px;
  font-family: "Font awesome 5 Pro";
  position: absolute;
  font-size: 16px;
  color: #ff0000;
  top: 0;
  z-index: 2;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .contact-form .rating .rating-icon a:hover::after {
  display: block;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn {
  background: #f1f1f1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 21px 40px;
  border: 0;
  border-radius: 7px;
  transition: all 0.3s ease 0s;
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn:hover i {
  transform: translateX(10px);
}

.rts-product-details-section .product-full-details-area .full-details.dls-three.filterd-items .full-details-inner .reveiw-form-main .form-btn i {
  margin-left: 10px;
}

.rating-stars-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1024px) {
  .product-area {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-area .product-thumb-area {
    margin: 0 auto;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .product-area .product-thumb-area .product-thumb {
    margin-bottom: 30px;
  }

  .product-area .product-thumb-filter-group {
    flex-direction: row;
  }

  .product-area .product-thumb-filter-group .details-filter {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .product-area .product-bottom-action .action-item {
    height: 50px;
    padding: 15px;
  }
}

.rts-product-details-section2 {
  padding-bottom: 0;
}

.rts-product-details-section2 .product-thumb-area {
  display: flex;
  flex-direction: column;
}

.rts-product-details-section2 .product-thumb-area .product-thumb {
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group {
  flex-direction: row;
}

.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter {
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.rts-product-details-section2 .contents table {
  width: 100%;
}

@media (max-width: 1200px) {
  .rts-product-details-section2 .details-product-area {
    flex-direction: column;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .thumb-wrapper {
    width: 100%;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb {
    margin-bottom: 20px;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group {
    margin-left: 0;
    flex-direction: row;
  }

  .rts-product-details-section2 .details-product-area .product-thumb-area .product-thumb-filter-group .thumb-filter {
    margin-right: 20px;
  }
}

.product-full-details-area2 {
  display: flex;
}

.product-full-details-area2 .details-filter-bar {
  margin-right: 30px;
  border: none;
}

.product-full-details-area2 .details-filter-bar .details-filter {
  width: 220px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
}

.product-full-details-area2 .details-filter-bar .details-filter.active {
  background: #f1f1f1;
  color: #fff !important;
  border: 1px solid transparent;
}

@media (max-width: 1200px) {
  .product-full-details-area2 {
    flex-direction: column;
  }

  .product-full-details-area2 .details-filter-bar {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media (max-width: 950px) {
  .product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .product-full-details-area2 .details-filter-bar {
    margin-right: 0 !important;
  }

  .product-full-details-area2 .details-filter-bar .details-filter {
    margin-bottom: 10px;
    width: 170px;
    height: 70px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .product-full-details-area2 .details-filter-bar .details-filter {
    width: 100%;
    margin-right: 0;
  }
}

.rts-featured-product-section-inner {
  padding: 80px 0;
}

.rts-featured-product-section-inner .go-btn {
  color: #000;
}

.product-details-popup-wrapper {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  pointer-events: none;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}

.product-details-popup-wrapper.popup {
  visibility: visible;
  opacity: 1;
}

.product-details-popup-wrapper.popup .product-details-popup {
  pointer-events: all !important;
}

.rts-product-details-section.product-details-popup-section {
  position: relative;
  border: none;
}

@media (max-width: 1200px) {
  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 0;
  }
}

@media (max-width: 900px) {
  .rts-product-details-section.product-details-popup-section .details-product-area {
    flex-direction: column;
  }

  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    max-height: 450px;
    overflow-y: scroll;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section.product-details-popup-section .product-details-popup {
    margin-top: 100px;
    padding: 20px;
    width: 92%;
    height: 90vh;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 768px) and (max-width: 575px) {
  .rts-product-details-section.product-details-popup-section .product-details-popup {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) and (max-width: 479px) {
  .rts-product-details-section.product-details-popup-section .product-details-popup {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .rts-product-details-section.product-details-popup-section .details-product-area {
    flex-direction: column;
  }

  .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }

  .rts-product-details-section.product-details-popup-section .details-product-area .product-thumb-area .product-thumb {
    width: 100%;
  }

  .rts-product-details-section.product-details-popup-section .details-product-area .contents {
    max-height: unset;
    overflow: visible;
  }
}

.product-details-popup {
  pointer-events: none;
  margin: 0 auto;
  height: 520px;
  border-radius: 7px;
  background: #fff;
  padding: 30px !important;
  position: relative;
  z-index: 999;
}

.product-details-popup .product-thumb-area {
  margin-right: 40px !important;
}

.product-details-popup .product-thumb {
  width: 303px;
}

.product-details-popup .product-details-close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  top: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.product-details-popup .product-details-close-btn:hover i {
  color: red;
}

.product-details-popup .product-details-close-btn i {
  font-size: 20px;
  color: #000;
}

@media (max-width: 1200px) {
  .product-details-popup .product-details-close-btn {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .product-details-popup {
    width: 90%;
  }
}

.filterd-items {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: all 1.2s;
  height: auto;
}

.filterd-items img {
  transition: all 1.2s;
}

.filterd-items.hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(0);
  height: 0;
  overflow: hidden;
  transition: all 1.2s;
}

.filterd-items.hide img {
  transition: all 1.2s;
}

.filterd-items2.hide {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: none;
  height: 0;
  overflow: hidden;
}

.zoom img:hover {
  opacity: 0;
}

.zoom img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

.product-details-popup {
  pointer-events: none;
  margin: 0 auto;
  height: 520px;
  border-radius: 7px;
  background: #fff;
  padding: 30px !important;
  position: relative;
  z-index: 999;
}

.product-details-popup .product-thumb-area {
  margin-right: 40px !important;
  cursor: url(../images/banner/shape/zoom.png), auto;
}

.product-details-popup .product-thumb {
  width: 303px;
}

.product-details-popup .product-details-close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -50px;
  top: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
}

.product-details-popup .product-details-close-btn:hover i {
  color: red;
}

.product-details-popup .product-details-close-btn i {
  font-size: 20px;
  color: var(--color-heading-1);
}

@media (max-width: 1200px) {
  .product-details-popup .product-details-close-btn {
    right: 0;
  }
}

@media (max-width: 1200px) {
  .product-details-popup {
    width: 90%;
  }
}

.successfully-addedin-wishlist {
  position: fixed;
  visibility: visible;
  opacity: 1;
  width: max-content;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  transition: 0.3s;
  height: auto;
  z-index: 1000;
  padding: 15px 30px;
  background: #fff;
  gap: 20px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

.successfully-addedin-wishlist i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid var(--color-success);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-weight: 600;
  background: var(--color-primary);
}

.successfully-addedin-wishlist p {
  color: var(--color-success);
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
}

.product-details-popup-wrapper.in-shopdetails {
  width: 100%;
  position: static;
  top: 0%;
  left: 0%;
  transform: none;
  z-index: 99;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s;
  height: auto;
  width: 100%;
  z-index: 1000;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  padding-top: 0 !important;
}

.product-details-popup-wrapper.in-shopdetails>div {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup-section {
  padding-top: 0;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup {
  pointer-events: auto;
  padding: 0 !important;
  height: auto;
  z-index: 5;
}

.product-details-popup-wrapper.in-shopdetails .product-details-popup .product-thumb {
  width: 450px;
}

.share-option-shop-details {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}

@media only screen and (max-width: 575px) {
  .share-option-shop-details {
    flex-wrap: wrap;
  }
}

.share-option-shop-details .single-share-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.share-option-shop-details .single-share-option span {
  color: #2C3C28;
  transition: 0.3s;
}

.share-option-shop-details .single-share-option .icon {
  height: 35px;
  width: 35px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.share-option-shop-details .single-share-option .icon i {
  color: #2C3C28;
  transition: 0.3s;
}

.share-option-shop-details .single-share-option span {
  color: #2C3C28;
  font-weight: 500;
  transition: 0.3s;
}

.share-option-shop-details .single-share-option:hover .icon {
  background: var(--color-primary);
}

.share-option-shop-details .single-share-option:hover .icon i {
  color: #fff;
}

.share-option-shop-details .single-share-option:hover span {
  color: var(--color-primary);
}

.shop-sight-sticky-sidevbar,
.our-payment-method {
  padding: 30px;
  border-radius: 6px;
  background: #F3F4F6;
}

.shop-sight-sticky-sidevbar .single-offer-area,
.our-payment-method .single-offer-area {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}

@media only screen and (max-width: 575px) {

  .shop-sight-sticky-sidevbar .single-offer-area,
  .our-payment-method .single-offer-area {
    flex-direction: column;
    align-items: flex-start;
  }
}

.shop-sight-sticky-sidevbar .single-offer-area:last-child,
.our-payment-method .single-offer-area:last-child {
  border: none;
  margin: 0;
}

.shop-sight-sticky-sidevbar .single-offer-area .icon,
.our-payment-method .single-offer-area .icon {
  min-width: max-content;
}

.shop-sight-sticky-sidevbar .single-offer-area .icon img,
.our-payment-method .single-offer-area .icon img {
  min-width: max-content;
}

.shop-sight-sticky-sidevbar .single-offer-area .details p,
.our-payment-method .single-offer-area .details p {
  margin-bottom: 0;
  font-size: 14px;
  color: #2C3C28;
}

.our-payment-method .title {
  color: var(--color-primary);
  font-size: 16px;
  font-weight: 600;
}

.our-payment-method img {
  cursor: pointer;
}

.single-tab-content-shop-details {
  margin-top: 30px;
}

.single-tab-content-shop-details p.disc {
  margin-bottom: 25px;
}

.single-tab-content-shop-details .details-row-2 {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

@media only screen and (max-width: 1199px) {
  .single-tab-content-shop-details .details-row-2 {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}

.single-tab-content-shop-details .details-row-2 .left-area {
  display: block;
  min-width: max-content;
}

@media only screen and (max-width: 575px) {
  .single-tab-content-shop-details .details-row-2 .left-area {
    min-width: 100%;
  }
}

.single-tab-content-shop-details .details-row-2 .left-area img {
  min-width: max-content;
}

@media only screen and (max-width: 575px) {
  .single-tab-content-shop-details .details-row-2 .left-area img {
    min-width: 100%;
  }
}

.product-discription-tab-shop {
  margin-top: 30px;
}

.product-discription-tab-shop ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 575px) {
  .product-discription-tab-shop ul {
    gap: 0;
  }
}

.product-discription-tab-shop ul.bottom-ul {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0;
}

.product-discription-tab-shop ul.bottom-ul li {
  margin: 5px 0;
}

.product-discription-tab-shop button {
  border: 1px solid rgba(43, 66, 38, 0.12) !important;
  padding: 13px 20px;
  font-weight: 700;
  color: #2C3C28;
  border-radius: 6px !important;
}

.product-discription-tab-shop button.active {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff !important;
}

.product-discription-tab-shop button:hover {
  background: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: #fff !important;
}

@media only screen and (max-width: 1199px) {
  .mt-lg--30 {
    margin-top: 30px;
  }
}

.shop-single-area-filter .single-filter-box {
  background: #fff;
}

.category-hover-header.language-hover:hover {
  background: transparent !important;
}

.category-hover-header.language-hover:hover a {
  color: var(--color-primary);
  background: transparent;
}

.category-hover-header.language-hover .category-sub-menu {
  min-width: max-content;
  right: -20px;
  left: auto;
  gap: 0;
}

.category-hover-header.language-hover .category-sub-menu li {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
}

.category-hover-header.language-hover .category-sub-menu li a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.show-product-area-details {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .show-product-area-details {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width: 575px) {
  .show-product-area-details .product-thumb-filter-group.left {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
}

.product-thumb-filter-group.left {
  min-width: 150px;
  margin-right: 0 !important;
}

.weekly-best-seller-item-single .thumbanil {
  position: relative;
}

.weekly-best-seller-item-single .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  border-radius: 10px 10px 0 0;
  background: var(--color-primary);
  padding: 10px 29px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}

.weekly-best-seller-item-single .action-share-option .single-action {
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.2px dashed rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  transition: all 0.3s;
}

.weekly-best-seller-item-single .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}

.weekly-best-seller-item-single .action-share-option .single-action:hover {
  background: #fff;
}

.weekly-best-seller-item-single .action-share-option .single-action:hover i {
  color: var(--color-primary);
  animation: 0.5s mymove;
}

.weekly-best-seller-item-single:hover .action-share-option {
  bottom: 0;
  transform: translateX(-50%) rotateX(0deg);
}

/**------------------------------------------------------------------
 * Preloader Start Here
 */
#rts__preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

@keyframes preloader {
  0% {
    transform: scale(60%) rotate(0deg);
  }

  50% {
    transform: scale(60%) rotate(90deg);
  }

  100% {
    transform: scale(60%) rotate(360deg);
  }
}

@keyframes preloaderbg {
  0% {
    background: #fff;
    backdrop-filter: blur(9px);
  }

  100% {
    background: rgba(255, 255, 255, 0);
  }
}

.preloader {
  background: #fff;
  color: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-mask {
  overflow: hidden;
  padding-right: 2px;
}

.preloader-text {
  margin: 0;
  font-size: 40px;
  transform: translateY(135%);
  transition: transform 0.3s cubic-bezier(0.4, -0.19, 0.42, 1.3);
}

.preloader .animate {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, -0.19, 0.42, 1.3);
}

.preloader .animate.slide-up {
  animation-name: slideUp;
}

.preloader .animate.delay-1 {
  animation-delay: 0.2s;
}

.preloader .animate.delay-2 {
  animation-delay: 0.4s;
}

.preloader.loaded .animate {
  animation-name: slideDown;
  animation-delay: 0.6s;
}

.preloader.loaded .animate.delay-1 {
  animation-delay: 0.4s;
}

.preloader.loaded .animate.delay-2 {
  animation-delay: 0.2s;
}

@keyframes slideUp {
  0% {
    transform: translateY(135%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-135%);
  }
}

#weiboo-load {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.preloader-new {
  text-align: center;
  max-width: 20em;
  width: 100%;
}

.cart_preloader {
  display: block;
  margin: 0 auto 1.5em auto;
  width: 8em;
  height: 8em;
}

.cart__lines,
.cart__top,
.cart__wheel1,
.cart__wheel2,
.cart__wheel-stroke {
  animation: cartLines 2s ease-in-out infinite;
}

.cart__lines {
  stroke: var(--color-primary);
}

.cart__top {
  animation-name: cartTop;
}

.cart__wheel1 {
  animation-name: cartWheel1;
  transform: rotate(-0.25turn);
  transform-origin: 43px 111px;
}

.cart__wheel2 {
  animation-name: cartWheel2;
  transform: rotate(0.25turn);
  transform-origin: 102px 111px;
}

.cart__wheel-stroke {
  animation-name: cartWheelStroke;
}

.cart__track {
  stroke: hsla(var(--hue), 10%, 10%, 0.1);
  transition: stroke 0.4s;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #000;
    --fg: #fff;
  }

  .cart__track {
    stroke: #000;
  }
}

/* Animations */
@keyframes msg {
  from {
    opacity: 1;
    visibility: visible;
  }

  99.9% {
    opacity: 0;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes cartLines {

  from,
  to {
    opacity: 0;
  }

  8%,
  92% {
    opacity: 1;
  }
}

@keyframes cartTop {
  from {
    stroke-dashoffset: -338;
  }

  50% {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: 338;
  }
}

@keyframes cartWheel1 {
  from {
    transform: rotate(-0.25turn);
  }

  to {
    transform: rotate(2.75turn);
  }
}

@keyframes cartWheel2 {
  from {
    transform: rotate(0.25turn);
  }

  to {
    transform: rotate(3.25turn);
  }
}

@keyframes cartWheelStroke {

  from,
  to {
    stroke-dashoffset: 81.68;
  }

  50% {
    stroke-dashoffset: 40.84;
  }
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-subtitle {
  webkit-animation: fadeInDown 1.7s ease-in-out;
  animation: fadeInDown 1.7s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-title {
  -webkit-animation: fadeInUp 1.2s ease-in-out;
  animation: fadeInUp 1.2s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-description {
  -webkit-animation: fadeInUp 1.6s ease-in-out;
  animation: fadeInUp 1.6s ease-in-out;
}

.banner.banner-1 .bannerSlide2 .single-inner .content-box .slider-btn2 {
  -webkit-animation: fadeInUp 1.8s ease-in-out;
  animation: fadeInUp 1.8s ease-in-out;
}

#myModal-1 {
  top: 50%;
  padding-right: 0 !important;
  transform: translateY(-30%);
}

#myModal-1 .modal-dialog {
  max-width: 1064px !important;
  height: 530px !important;
  background-image: url(../images/popover/01.png);
  border-radius: 10px;
}

#myModal-1 .modal-content {
  height: 100%;
  background: transparent;
  border-radius: 10px;
}

#myModal-1 .modal-content .modal-header {
  max-width: max-content;
  color: #fff;
  margin-left: auto;
  color: #fff;
  border: none;
  background: transparent;
}

#myModal-1 .modal-content .modal-header button {
  border: none;
  height: 38px;
  width: 38px;
  background: var(--color-primary);
  right: 14px;
  position: absolute;
  top: 12px;
  z-index: 10;
  border-radius: 5px;
}

#myModal-1 .modal-content .modal-header button:hover {
  background: var(--color-heading-1);
}

#myModal-1 .modal-content .modal-header i {
  font-size: 18px;
  color: #fff;
}

#myModal-1 .modal-body .inner-content {
  max-width: 100%;
  text-align: left;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
}

#myModal-1 .modal-body .inner-content .title-area .pre {
  font-size: 14px;
  color: #FFFFFF;
}

#myModal-1 .modal-body .inner-content .title-area .title {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

#myModal-1 .modal-body .inner-content form input {
  height: 56px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
}

#myModal-1 .modal-body .inner-content form input:focus {
  border-color: #FFD335;
}

#myModal-1 .modal-body .inner-content form button {
  background: #FFD335;
  color: #110C2D;
  display: block;
  padding: 12px 25px;
  height: 56px;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid transparent;
  transition: 0.3s;
  font-weight: 600;
}

#myModal-1 .modal-body .inner-content form button:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #FFD335;
}

#myModal-1 .modal-body .inner-content form span {
  color: #fff;
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

#myModal-1 .modal-body .inner-content .content {
  padding: 80px 70px 120px 70px;
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content .content {
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  #myModal-1 .modal-body .inner-content .content {
    padding: 0;
  }
}

#myModal-1 .modal-body .inner-content .content span.pre-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-primary);
}

#myModal-1 .modal-body .inner-content .content .title {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 48px;
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content .content .title {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  #myModal-1 .modal-body .inner-content .content .title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content .content .title br {
    display: none;
  }
}

#myModal-1 .modal-body .inner-content .content p.disc {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #myModal-1 .modal-body .inner-content .content p.disc br {
    display: none;
  }
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 575px) {
  #myModal-1 .modal-body .inner-content .content .rts-btn-banner-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area {
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area span {
  color: #1A1A1A;
  font-weight: 400;
}

#myModal-1 .modal-body .inner-content .content .rts-btn-banner-area .price-area .title {
  margin: 0;
  padding: 0;
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: -10px;
}

@media print {
  @page {
    size: A4;
    margin: 20mm;
  }

  body {
    -webkit-print-color-adjust: exact;
    font-family: Arial, sans-serif;
  }

  .invoice-main-wrapper-1 {
    width: 100%;
    max-width: 210mm;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    background: white;
  }

  .logo-top-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .logo img {
    max-width: 150px;
  }

  .invoice-location {
    text-align: right;
  }

  .invoice-location .title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .invoice-location .number,
  .invoice-location .email,
  .invoice-location .website {
    display: block;
    font-size: 14px;
  }

  .invoice-banner {
    display: none;
  }

  .invoice-center-rts {
    margin-top: 20px;
  }

  .table-responsive {
    width: 100%;
    overflow-x: auto;
  }

  .invoice-table {
    width: 100%;
    border-collapse: collapse;
  }

  .invoice-table th,
  .invoice-table td {
    border: 1px solid #000;
    padding: 8px;
  }

  .invoice-table thead th {
    background-color: #f2f2f2;
  }

  .invoice-table .text-center {
    text-align: center;
  }

  .invoice-table .text-right {
    text-align: right;
  }

  .invoice-table .text-end {
    text-align: right;
  }

  .f-w-600 {
    font-weight: 600;
  }

  .invoice-area-bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
  }

  .invoice-area-bottom .powerby {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .invoice-area-bottom .powerby img {
    max-width: 50px;
    margin-left: 5px;
  }

  .invoice-area-bottom p {
    margin: 5px 0;
  }

  .no-print {
    display: none !important;
  }
}

.rts-ltr-rtl-setting-button-area {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transition: 0.3s;
  right: -90px;
}

.rts-ltr-rtl-setting-button-area i {
  padding: 15px;
  cursor: pointer;
  color: var(--color-primary);
}

.rts-ltr-rtl-setting-button-area .ltr-rtl-area {
  display: flex;
  align-items: center;
}

.rts-ltr-rtl-setting-button-area.active {
  right: 0;
}

[dir=rtl] .rts-ltr-rtl-setting-button-area {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 10;
  transition: 0.3s;
  right: -90px;
  flex-direction: row-reverse;
}

[dir=rtl] .rts-ltr-rtl-setting-button-area.active {
  right: 0;
}

/*# sourceMappingURL=../maps/style.css.map */