<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*=================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;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;amp;display=swap");
@import 'https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&amp;amp;display=swap';
/*font-family: open sans, sans-serif;*/
:root {
 --color-primary:#cacaca;
 --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;*/
}
.text-nowrap {
  white-space: nowrap !important;
}
.dropdown_fd li a {
  display: block !important;
  text-align: left !important;
  color: #101010 !important;
}
.dropdown_fd li a i {
  float: left !important;
background:;
  color: #504f4f;
  background: rgba(98, 157, 35, 0.12);
}
.dropdown_fd li a:hover {
  color: #fff !important;
}
 @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: #2d2e2d;
}
h1, .h1 {
  font-size: var(--h1);
  line-height: 1.1;
  font-weight: 700;
}
h2, .h2 {
  font-size: 20px;
  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: 18px;
  line-height: 26px;
  font-family: open sans, sans-serif;
  color: #3a3a3a;
  margin: 0 0 20px;
}
 @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: #fc7035;
}
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: #3c5f27;
}
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: 15px 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:0px 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: 40px 0;
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
}
 @media only screen and (max-width: 767px) {
}
.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: 95px 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: #ff6e35;
}
a:focus {
  outline: none;
}
address {
  margin: 0 0 24px;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
mark {
  background: #3c5f27;
  color: #ffffff;
}
code, kbd, pre, samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: #3c5f27;
}
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 10px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
li&gt;ul, li&gt;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: #fff !important;
    border: 1px solid #e4e4e4;
    color: #c6c6c6;
    padding: 9px 10px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: none;
    border-radius: 6px;
    align-items: center;
    transition: all 0.4s ease-out 0s;
    color: #333434;
    width: 100%;
}
input:focus, input:active, button:focus, button:active, select:focus, select:active, textarea:focus, textarea:active {
  outline: none;
  border-color: #3c5f27;
}
 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 5px;
  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: #3c5f27;/* -- 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: #3c5f27;
  /* 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: #3c5f27;
}
 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: #3c5f27;
}
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: #a1a1a1;
}
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: 13px;
  line-height: 13px;
  color: #2C3C28;
  font-weight: 500;
  padding-left: 20px;
  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 #ff6e35;
  border-left: 2px solid #ff6e35;
  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: #3c5f27 !important;
}
input[type=radio]~label::before {
  border-radius: 50%;
}
input[type=radio]~label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #ff6e35;
  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: 40px;
  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 select {
  border: 0 none;
  border-radius: 4px;
  height: 40px;
  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: #3c5f27;
  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: #3c5f27;
}
input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: #3c5f27;
  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 #3c5f27;
  transition: var(--transition);
}
input[type=submit]:hover {
  background: transparent;
  color: #3c5f27;
  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: #3c5f27;
}
.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&gt;[class*=col] {
 padding-left: 0px;
 padding-right: 0px;
}
.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}
 .row--5&gt;[class*=col] {
 padding-left: 5px;
 padding-right: 5px;
}
.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
 .row--10&gt;[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&gt;[class*=col], .row--20&gt;[class*=col-] {
 padding-left: 20px;
 padding-right: 20px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--20&gt;[class*=col],  .row--20&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--20&gt;[class*=col],  .row--20&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--20&gt;[class*=col],  .row--20&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--20&gt;[class*=col],  .row--20&gt;[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&gt;[class*=col], .row--25&gt;[class*=col-] {
 padding-left: 25px;
 padding-right: 25px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--25&gt;[class*=col],  .row--25&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--25&gt;[class*=col],  .row--25&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--25&gt;[class*=col],  .row--25&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--25&gt;[class*=col],  .row--25&gt;[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&gt;[class*=col], .row--30&gt;[class*=col-] {
 padding-left: 30px;
 padding-right: 30px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--30&gt;[class*=col],  .row--30&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--30&gt;[class*=col],  .row--30&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--30&gt;[class*=col],  .row--30&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--30&gt;[class*=col],  .row--30&gt;[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&gt;[class*=col], .row--45&gt;[class*=col-] {
 padding-left: 45px;
 padding-right: 45px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--45&gt;[class*=col],  .row--45&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--45&gt;[class*=col],  .row--45&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--45&gt;[class*=col],  .row--45&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--45&gt;[class*=col],  .row--45&gt;[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&gt;[class*=col], .row--40&gt;[class*=col-] {
 padding-left: 40px;
 padding-right: 40px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--40&gt;[class*=col],  .row--40&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--40&gt;[class*=col],  .row--40&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--40&gt;[class*=col],  .row--40&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--40&gt;[class*=col],  .row--40&gt;[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&gt;[class*=col], .row--60&gt;[class*=col-] {
 padding-left: 60px;
 padding-right: 60px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
 .row--60&gt;[class*=col],  .row--60&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
 .row--60&gt;[class*=col],  .row--60&gt;[class*=col-] {
 padding-left: 15px;
 padding-right: 15px;
}
}
 @media only screen and (min-width: 768px) and (max-width: 991px) {
 .row--60&gt;[class*=col],  .row--60&gt;[class*=col-] {
 padding-left: 15px !important;
 padding-right: 15px !important;
}
}
 @media only screen and (max-width: 767px) {
 .row--60&gt;[class*=col],  .row--60&gt;[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]&gt;div, [data-overlay]&gt;*, [data-black-overlay]&gt;div, [data-black-overlay]&gt;*, [data-white-overlay]&gt;div, [data-white-overlay]&gt;* {
 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: #3c5f27;
}
[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(../images/about/01.jpg);
  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: #3c5f27;
  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: #b2df92;
  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: 6px 0;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #2c461c;
}
.header-mid-wrapper-between .nav-sm-left p {
  color: #2c461c;
}
@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: 5px 12px;
  gap: 20px;
  height: 100%;
  text-align: center;
  line-height: 15px;
}
.single-feature-area span {
  font-size: 14px;
  color: #222222;
  line-height: 20px;
}
.single-feature-area .icon i {
  color: #ff6e35;
  font-size: 28px;
  /* border: solid 1px #ccc; */
  padding: 5px 0px 15px 0px;
  border-radius: 100%;
  padding: 0px;
  width: 40px;
  height: 36px;
  text-align: center;
}
.single-feature-area .icon {
  margin-bottom: 10px;
}
.single-feature-area .icon img {
  max-width: 50px;
}
.single-feature-area .title {
  margin-bottom: 5px;
  font-size: 16px;
}
 @media only screen and (min-width: 1200px) and (max-width: 1599px) {
.single-feature-area .title {
  font-size: 14px;
}
}
.search-header-area-main {
  padding: 10px 0;/* border-top: 1px solid #b2df92;*/
}
 @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: #343434 !important;
  border-bottom: 1px solid #E2E2E2;
}
}
.after-md-device-header {
  display: none !important;
  background: #343434 !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: 20px;
  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&gt;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);
  background: #fff;
}
 @media only screen and (max-width: 767px) and (max-width: 767px) {
.logo-search-category-wrapper .actions-area&gt;div {
  height: 30px;
  padding: 0;
  width: 30px;
}
}
 @media only screen and (max-width: 575px) {
.logo-search-category-wrapper .actions-area&gt;div {
/* border: none;*/
}
}
.logo-search-category-wrapper .category-search-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
}
 @media screen and (max-width: 1270px) {
.logo-search-category-wrapper .category-search-wrapper .location-area {
/*display: none;*/
}
}
.location-area .icon {
  padding: 16px;
  /*border-right: 1px solid #E2E2E2;*/
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
.logo-search-category-wrapper .category-search-wrapper .location-area .information span {
  font-size: 12px;
  color: #74787C;
}
.location-area .information p {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}
 @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: 100%;
  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;*/
  width: 100%;
  height: 40px;
  background: #F3F4F6;
  border: 1px solid transparent;
  border-radius: 5px;
  padding-right: 60px;
}
 @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 #3c5f27;
}
.logo-search-category-wrapper .category-search-wrapper .search-header a.rts-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  padding: 12px 17px;
}
.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;
  justify-content: flex-end;
}
 @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: #3c5f27;
  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: 18px;
  top: -6px;
  height: 18px;
  width: 18px;
  background: #ff5f1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  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;
  float: left;
  top: 5px;
  position: relative;
}
.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%;
  /*right: 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: #3c5f27;
}
.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 #3c5f27;
  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: #3c5f27;
  color: #fff;
}
.category-hover-header .category-sub-menu li {
  margin: 0;
}
.category-hover-header .category-sub-menu li a {
  padding: 6px 20px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.category-hover-header .category-sub-menu li a span {
  color: #161616;
  font-weight: 500;
  transition: 0.3s;
  font-size: 14px;
}
.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: 10px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: rgb(255 235 227);
  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: #ff6e35;
}
.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: transparent;
  color: #fff;
}
.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 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:#fbfbfb;*/
/*background:#f8f7f7;*/
  /*border-bottom: 1px solid #2c3c28;*/
}
.rts-header-one-area-one {
  /* background:#343434; */
  background: linear-gradient(90deg, rgb(1 52 87) 4%, rgba(0, 150, 255, 1) 35%, rgb(1 52 87) 100%);
}
.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: 0px 4px 2px 4px;
  padding: 0;
}
.rts-header-nav-area-one .nav-area ul li a {
  padding: 12px 4px;
  /*  display: block;*/
  font-weight: 500;
  color: #fff;
  /*    transition: 0.3s; */
  font-size: 13px;
}
.rts-header-nav-area-one .nav-area .has-dropdown&gt; a {
  position: relative;
  padding-right: 6px;
}
.rts-header-nav-area-one .nav-area .has-dropdown&gt;a::after {
  position: absolute;
  right: -2px;
  top: 52%;
  transform: translateY(-50%);
  content: "\f078";
  font-family: var(--font-three);
  color: #fff;
  font-size: 9px;
}
.rts-header-nav-area-one .nav-area .with-megamenu&gt; a::after {
  position: absolute;
  right: 0px;
  top: 52%;
  transform: translateY(-50%);
  content: "\f078";
  font-family: var(--font-three);
  color: #fff;
  font-size: 9px;
}
.rts-header-nav-area-one .nav-area ul li a:hover {
  color: #ff5f1f;
}
/*.rts-header-nav-area-one .nav-area ul li.parent:first-child a {
  padding-left: 0;
}*/


.rts-header-nav-area-one .nav-area .with-megamenu&gt; a {
  position: relative;
  padding-right: 12px;
}
.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: 20px;
  overflow: hidden;
}
.nav-and-btn-wrapper .right-btn-area2 {
  gap: 10px !important;
}
 @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: #3c5f27;
}
.nav-and-btn-wrapper .btn-primary {
  padding: 15px 28px;
  /*border-radius: 0 !important;*/
  position: relative;
}
.btn-primary2 {
  background: transparent !important;
  /*  background:#ff6e35 !important;*/
   /* border: solid 1px #ff6e35;*/
  padding: 8px 10px !important;
  border-radius: 5px !important;
  border: none !important;
}
.btn-primary2:hover {
  color: #ff6e35 !important;/*  background:#000 !important;*/
}
.btn-primary2 i {
  margin-right: 5px;
}

/*

.nav-and-btn-wrapper .btn-primary::after {
  content: "";
  position: absolute;
  left: -27px;
  top: -7px;
  border-left: 21px solid #000000;
  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: #3c5f27;
  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: linear-gradient(90deg, rgb(1 52 87) 4%, rgba(0, 150, 255, 1) 35%, rgb(1 52 87) 100%);
  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: #3c5f27;
  color: #fff;
  border-color: #3c5f27;
}
.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: #3c5f27;
}
.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 #3c5f27;
}
.right-location-area.fourt p {
  margin: 0;
}
.right-location-area.fourt p span {
  display: inline-block;
  padding: 2px 15px;
  background: #3c5f27;
  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: #3c5f27;
  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: #3c5f27 !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: #3c5f27 !important;
}
.nav-area li a.active {
  color: #3c5f27 !important;
}
.nav-area-bottom-left-header-four {
  display: flex;
  align-items: center;
  gap: 20px;
}
 @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: #3c5f27 !important;
}
*/
.nav-area-bottom-left-header-four .category-hover-header {
  padding: 22px 25px;
  background: #000;
  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: 14px;
  font-weight: 500;
}
.nav-area-bottom-left-header-four .category-hover-header span:hover {
  color: #ff6e35;
}
.nav-area-bottom-left-header-four .category-sub-menu {
  min-width: 280px;
  border-radius: 0 0 6px 6px;
  border: 2px solid #3c5f27;
  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: 28px;
  right: auto;
  position: absolute;
  font-size: 12px;
}
#category-active-four .submenu li a.mobile-menu-link {
  padding: 7px 10px 7px 40px;
}
#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: 30px;
  right: auto;
  position: absolute;
  font-size: 10px;
}
#category-active-menu .submenu li a.mobile-menu-link {
  padding: 7px 10px 7px 40px;
  font-size: 13px;
}
#category-active-menu .submenu li a:hover {
  color: #fff !important;
}
li.has-dropdown {
  margin-right: 16px;
  position: relative;
}
li.has-dropdown .submenu {
  min-width: 180px;
  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: 6px 15px;
}
li.has-dropdown .submenu li&gt;a {
  position: relative;
  padding: 10px 0;
  color: #101010 !important;
  font-size: 15px;
}
li.has-dropdown .submenu li&gt;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: #3c5f27;
}
.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: 20px 20px;
  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;
  overflow-y: scroll;
  height:500px;
}
 @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 {
  font-size: 14px;
  padding: 3px 0;
  margin: 0px;
  font-weight: 600;
  color: #212121;
}
.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: #000000 !important;
  font-size: 12px !important;
  font-weight: 500 !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 10px;
}
.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: #fff !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;
}
.product-thumb-area {
  /* display: flex;*/
  flex-direction: column;
}
.product-thumb-area .product-thumb {
  margin-bottom: 0px;
}
.product-thumb-area .product-thumb-filter-group {
  flex-direction: row;
}
.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: #3c5f2710 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: #3c5f27;
  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 #3c5f27;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
  font-weight: 300;
}
.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
  border: 0px solid #3c5f27;
  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: #3c5f27;
  -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: #3c5f27;
  border-radius: 50%;
  background: #fff;
}
.progress-wrap svg.progress-circle path {
  stroke: #3c5f27;
  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/banner/01.webp);
}
.bg_one-banner {
  background-image: url(../images/banner/01.jpg);
}
.bg_one-banner.two {
  background-image: url(../images/banner/08.jpg);
}
.category-area-main-wrapper-one {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
.banner-one-inner-content {
  text-align: left;
  padding: 0px 50px;
  max-width: 420px;
}
.banner-one-inner-content .rts-btn {
  margin: 0px;
}
.banner-one-inner-content .pre {
  color: #111411;
  font-size: 18px;
  font-weight: 600;
}
.banner-one-inner-content .title {
  color: #111411;
  font-weight: 600;
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 12px;
  font-size: 40px;
}
.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: #3c5f27;
}
.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: #3c5f27;
  margin-bottom: -10px;
}
.banner-bg-full_1 {
  background-image: url(../images/banner/03.webp);
  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.webp);
}
.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: #3c5f27;
}
.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: #3c5f27;
  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: 440px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.banner-six-left-content {
  background-image: url(../images/banner/06-banner.jpg);
  height: 440px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.banner-six-left-content .content-area .title {
  font-size: 26px;
  line-height: 38px;
  margin-top: 15px;
}
/*.banner-five-right-content */.content-area {
  position: absolute;
  left: 40px;
  top: 40px;
  max-width: 200px;
}
.content-area2 {
  bottom: 0px;
}
 @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: #2c3c28;
}
.bg_store-banner {
  background-image: url(../images/banner/07.jpg);
}
.banner-content-store {
  padding: 5px 0;
}
.banner-content-store img {
  width: 100%;
  border-radius: 6px;
}
.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%;
}
.banner-one-inner-content {
  padding: 0px 20px;
}
.banner-one-inner-content .title {
  font-size: 16px;
}
}
.banner-one-inner-content .pre {
  font-size: 12px;
}
.banner-one-inner-content .pre {
  font-size: 12px;
}
.offer-text {
  font-size: 13px !important;
  margin-bottom: 20px;
}
.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: rgb(255 110 53);
  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: #3c5f27;
}
.rts-banner-area-one .swiper-button-next {
  height: 35px;
  width: 35px;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  right: 0px;
}
.rts-banner-area-one .swiper-button-prev {
  height: 35px;
  width: 35px;
  border-radius: 0px 10px 10px 0px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  left: 0px;
  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: #3c5f27;
}
.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: 8px 0px;
  border-radius: 5px;
  background: transparent;
  width: 144px;
  position: relative;
}
.category-btn.category-hover-header.five-style:hover {
  /*  background:#ff6e35; */
  color: #ff6e35;
}
.category-btn.category-hover-header.five-style .category-sub-menu {
  width: 220px;
  min-width: 260px;
}
.category-btn.category-hover-header.five-style .category-sub-menu {
  border: 1px solid #cdcdcd;
  border-top: 1px solid #cdcdcd;
  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;*/
}
}
.location-area {
  border: none;
  min-width: max-content;
}
.location-area .icon {
  height: 35px;
  width: 35px;
  border: 1px solid #0070bd;
  border-radius: 50%;
}
.location-area {
  display: flex;
  align-items: center;
  height: 50px;
  /* border: 1px solid #E2E2E2;*/
  padding: 16px 16px 16px 0;
  margin-left: 0px;
  border-radius: 5px;
  margin-top: 0;
}
.location-area i {
  font-size: 16px;
  width: 30px;
  height: 30px;
}
.location-area .icon i {
  color: #fff;
  padding: 7px;/*transform: rotate(-30deg);*/
}
.location-area .information span {
  font-size: 11px;
  font-weight: 400;
  color: #d1d1d1;
}
.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;*/
  flex-grow: 1;
}
 @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: #000000;
}
.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: 180px;
  padding: 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.single-category-one.height-230 .thumbnail {
  height: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;/* background: #fff;
   border: 1px solid #E2E2E2;
  border-radius: 4px;*/
}
.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: 68%;
  max-height: 74%;
  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: #ff6e35;
  text-transform: uppercase;
}
.single-category-one:hover {
  border: 1px solid #ff6e35;
}
.cover-card-main-over {
  padding: 30px;
  border-radius: 6px;
  background: #F5F6F7;
}
.cover-card-main-over-white {
  background: #fff;
  padding: 30px 0px;
  border-radius: 6px;
}
.cover-card-main-over-white .title-area-between {
  padding: 0 0px;
  /*border-bottom: 1px solid #E2E2E2;*/
  padding-bottom: 0px;
  padding-top: 0;
}
 @media only screen and (max-width: 479px) {
.cover-card-main-over-white .title-area-between {
  padding: 0 10px;
  padding-bottom: 0px;
}
.title-area-between {
  margin-bottom: 0px !important;
}
.cover-card-main-over-white .rts-caregory-area-one {
  padding: 0 12px !important;
}
}
.cover-card-main-over-white .rts-caregory-area-one {
  padding: 0 0px;
}
.single-feature-card {
  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/category/05.jpg);
}
.single-feature-card.style-three.two {
  background-image: url(../images/category/06.jpg);
}
.single-feature-card.style-three.three {
  background-image: url(../images/category/07.jpg);
}
.single-feature-card.two {
  background-image: url(../images/category/02.jpg);
}
.single-feature-card.three {
  background-image: url(../images/category/03.jpg);
}
.single-feature-card.four {
  background-image: url(../images/category/04.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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
  content: "";
  transition: 0.3s;
}
.category-area-main-wrapper-two .single-category-one:hover::after {
  width: 100%;
}
.rts-btn {
  max-width: max-content;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  /*color:#fff;*/
  line-height: 20px;
}
.rts-btn:focus {
  box-shadow: none !important;
  border: none !important;
}
.rts-btn.btn-primary {
  background: #ff6e35 ;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  border: solid 1px #ff6e35;
}
.rts-btn.btn-primary:hover {
  background: #000000 ;
}

.registration-form .rts-btn.btn-primary {
    
  background: #ff6e35 !important;
  border-radius: 6px;
  display: block;
  /*max-width: max-content;*/
  color: #fff;
  border: solid 1px #ff6e35;
}
.registration-form .rts-btn.btn-primary:hover {
  background: #000000 !important;
}


.continue_shoping {
  border: solid 1px #3c3c3c;
  background: #fff;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #000000;
}
.continue_shoping:hover {
  background: #000000;
  color: #fff;
}
.rts-btn.radious-sm {
  border-radius: 6px;
}
.rts-btn.with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;/*background: #d89400;
  padding: 14px 16px;*/
}
/*.rts-btn.with-icon i{color: #fff;}*/






.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:#ff6e35; color: #ffffff; }*/

.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: #464845;
  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: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  gap: 10px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);/*  background: #fff;*/
}
 @media only screen and (max-width: 767px) {
.btn-border-only {
  height: 30px;
  padding: 0;
  width: 30px;
}
.logo-search-category-wrapper .actions-area {
  gap: 10px;
}
.after_login_seller {
  font-size: 12px;
}
}
 @media only screen and (max-width: 575px) {
.btn-border-only {
/*border: none;*/
}
}
.btn-border-only:hover {
  background: transparent !important;
  color: #ff6e35 !important;
}
 @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;*/
}
.logo {
  max-width: 145px !important;
}
.contents {
  margin-left: 0px !important;
  margin: 20px 0px;
}
.best-selling-grocery {
  margin: 0px 0 0 0 !important;
}
}
.image-and-action-area-wrapper {/*height:190px;*/
  height: 150px;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.image-and-action-area-wrapper img {
  max-width: 100%;
  max-height: 145px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
}
.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: 36px;
  border-radius: 4px;
  background: #5a5959a8;
  padding: 6px 12px;
  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: #ff6e35;
  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: #3c5f27;
  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: #3c5f27;
  animation: 0.5s mymove;
}
.single-shopping-card-one .body-content {
  padding-top: 15px; /*font-family:  open sans, sans-serif;*/
}
.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: 14px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #212121;
  font-weight: 500;
  font-family: open sans, sans-serif;
}
.single-shopping-card-one .body-content a:hover .title {
  color: #ff6e35;
}
.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: 10px;
  margin-top: 8px;
  margin-bottom: 5px;/*font-family:  open sans, sans-serif;*/
}
.single-shopping-card-one .body-content .price-area .current {
  font-weight: 600;
  color: #ff6e35;
  font-size: 16px;
  margin-bottom: 0;
}
.single-shopping-card-one .body-content .price-area .previous {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #343434;
  position: relative;
  text-decoration: line-through;
}
/*.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;
  display: none;
}
.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: #fff;
  color: #fff;
}
.single-shopping-card-one .cart-counter-action .rts-btn {
  font-size: 12px;
  padding: 6px 16px !important;
  background: transparent;
  color: #3c5f27;
  border: 1px solid#3c5f27;
}
.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: #3c5f27;
  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 {
  padding: 5px 10px;
  background: #F5F6F7;/*border-radius: 6px;*/
}
.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: #3c5f27;
  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: 5px;
}
.single-shopping-card-one.deals-of-day .start-area-rating i {
  color: #FF9A00;
  font-size: 14px;
}
.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: #ff6e35;
  color: #fff;
  border: 1px solid #ff6e35;
  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: #303030;
  color: #fff;
  border: 1px solid #303030;
}
.single-shopping-card-one.deals-of-day .cart-counter-action .rts-btn .btn-text {
  color: #f7f7f7;
}
.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: 20px;
}
 @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: 30px;
  width: 30px;
  border-radius: 6px;
  border: 1px solid #b4b5b4;
  color: #b4b5b4;
  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;
}
.swiper-button-next i {
  color: #2C3C28;
  font-weight: 500;
  transition: 0.3s;
  font-size: 20px;
}
.swiper-button-prev i {
  color: #2C3C28;
  font-weight: 500;
  transition: 0.3s;
  font-size: 20px;
}
.title-area-between .next-prev-swiper-wrapper .swiper-button-prev:hover, .title-area-between .next-prev-swiper-wrapper .swiper-button-next:hover {
  background: #ff6e35;
}
.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 #3c5f27;
  color: #3c5f27;
  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: #3c5f27;
}
.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: 0px;/*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/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/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: -46px 0 0 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: 5px 18px;
  background: #FFFFFF !important;
  color: #080808;
  font-weight: 600;
  border: none !important;
  line-height: 18px;
}
 @media only screen and (max-width: 767px) {
/*  .best-selling-grocery li button {
    padding: 8px 15px;
  }*/
.best-selling-grocery li button {
  padding: 2px 5px;
  font-size: 11px;
}
}
.best-selling-grocery li button:hover {
  border: none;
  background: #ff6e35 !important;
  color: #fff !important;
}
.best-selling-grocery li button[aria-selected=true] {
  border: none;
  background: #ff6e35 !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: #3c5f27;
  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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
  background: #3c5f27;
}
 @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: #3c5f27;
  margin-right: 20px;
}
.variable-product-type .nice-select::after {
  color: #3c5f27 !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: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 15px;
  height: 280px;
  border-radius: 6px;
}
.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: #3c5f27;
}
.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: #3c5f27;
}
.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;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}
.single-blog-style-card-border .inner-content-body a.title-main:hover .title {
  color: #ff6e35;
}
.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: #3c5f27;
  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 #3c5f27;
  background: #3c5f27;
  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: #3c5f27;
}
.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: #3c5f27;
  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;
}
.single-feature-area {
  margin-bottom: 20px;
}
.better_choices {
  text-align: center;
}
}
.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: #3c5f27;
  border-color: #3c5f27;
  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: #3c5f27;
  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: #3c5f27;
  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 {
  margin: 0px 114px;/* 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;
  margin: 0px 0px;
}
}
 @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: 16px;
  margin: 0px;
  padding: 0px;
}
.single-footer-wized .call-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.bg_blue-footer .single-footer-wized .call-area .icon {
  background: #404040;
}
.single-footer-wized .call-area .icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #404040;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-footer-wized .call-area .icon i {
  color: #ff6e35;
  font-size: 14px;
  line-height: 20px;
}
.single-footer-wized .call-area .info span {
  display: block;
  color: #74787C;
}
.single-footer-wized .call-area .info .number {
  color: #c7c7c7;
  font-size: 18px;
  font-weight: 600;
}
/*.single-footer-wized .opening-hour .single {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
*/
 

.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: 14px;
  color: #74787C;
  transition: 0.3s;
}
.single-footer-wized .footer-nav ul li a:hover {
  color: #3c5f27;
}
.carreer_footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 100%;
}
.carreer_footer-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid #222222;
  margin: 5px 0;
}
.carreer_footer-nav ul li a {
  font-size: 16px;
  color: #C5CBC8;
  transition: 0.3s;
  font-weight: 600;
}
.carreer_footer-nav ul li a:hover {
  color: #ff6e35;
}
.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 #3c5f27;
}
.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: #3c5f27;
  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: #222121;
}
.bg_blue-footer .single-footer-wized .footer-title {
  color: #d2d7d5;
  font-weight: 600;
}
.bg_blue-footer .single-footer-wized .call-area .info span {
  color: #C5CBC8;
  font-size: 14px;
}
.bg_blue-footer .single-footer-wized .opening-hour .single p span {
  color: #C5CBC8;
}
.bg_blue-footer .single-footer-wized .footer-nav ul li {
  margin-top: 0px;
}
.bg_blue-footer .single-footer-wized .footer-nav ul li a {
  color: #C5CBC8;
}
.bg_blue-footer .single-footer-wized .footer-nav ul li a:hover {
  color: #ff6e35;
}
.bg_blue-footer .single-footer-wized p.disc-news-letter {
  color: #C5CBC8;
  font-size: 14px;
}
.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 h2 {
  font-size: 16px;
  font-weight: 500;
  color: #c7c4c4;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.bg_blue-footer .single-footer-wized .opening-hour .single p {
  color: #C5CBC8 !important;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.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: #181616;
}
.rts-copyright-area.five-h .copyright-between-1 p {
  color: #fff;
  font-size: 16px;
}
.rts-copyright-area.five-h .copyright-between-1 p a {
  color: #ff6e35;
}
.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 #3c5f27 !important;
  color: #3c5f27 !important;
}
.tranding-items-wrapper-padding-bg-wrapper-list-tabs button.active {
  background-color: transparent !important;
  border-bottom: 1px solid #3c5f27 !important;
  color: #3c5f27 !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: #3c5f27;
  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: #3c5f27;
  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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
  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: #3c5f27;
  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 100px;
  border-top: 1px solid #464646;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
 @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 {
  padding: 25px 0px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
}
.social-and-payment-area-wrapper .payment-access {
  display: flex;
  align-items: center;
  gap: 20px;
  display: none;
}
 @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: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #404040;
  font-size: 14px;
}
.social-one-wrapper ul li a i {
  color: #ededed;
}
.social-one-wrapper ul li a:hover {
  background: #ff6e35;
  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: 10px 0;
}
.copyright-between-1 {
  text-align: center;/*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: #3c5f27;
}
.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: #3c5f27 !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 #3c5f27;
  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&gt;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: #3c5f27;
  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&gt;div {
  flex-basis: 25%;
  height: 100px;
}
.compare-main-wrapper-body.productname&gt;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: #3c5f27;
  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: #3c5f27;
}
 @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: #3c5f27;
}
.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: #3c5f27;
  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: #3c5f27;
  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:10px;*/
  padding: 10px 0;
}
.navigator-breadcrumb-wrapper .current {
  color: #000000;
  font-weight: 500;
}
.navigator-breadcrumb-wrapper a {
  font-size: 14px;
}
.navigator-breadcrumb-wrapper i {
  font-size: 11px;
  margin-right: 5px;
}
.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: #3c5f27;
  border: 1px solid #3c5f27;
  color: #fff;
}
.pagination-area-main-wrappper ul li button:hover {
  background: #3c5f27;
  border: 1px solid #3c5f27;
  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: 16px;
  padding: 10px 8px 10px 8px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 0;
}
.single-filter-box .filterbox-body {
  padding: 10px 8px;
}
.single-category i {
  color: #ff6e35;
}
 @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: #3c5f27;
 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 #aba7a7;
  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;*/
  margin-bottom: 20px;
}
 @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: 3px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #282828;
}
 @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;
  font-size: 13px;
}
.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: #3c5f27 !important;
  border: 1px solid #3c5f27;
}
.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: #3c5f27;
  border: 1px solid #3c5f27;
}
.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: #3c5f27 !important;
  border: 1px solid #3c5f27;
  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: #3c5f27;
  border: 1px solid#3c5f27;
}
.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&gt;div {
  flex-basis: 48%;
}
.shop-grid-sidebar-area .sidebar-filter-main&gt;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&gt;div {
  flex-basis: 48%;
}
.shop-grid-sidebar-area .sidebar-filter-main&gt;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&gt;div {
  flex-basis: 100%;
}
.shop-grid-sidebar-area .sidebar-filter-main&gt;div:last-child {
  margin-bottom: 20px;
}
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 36px;
  outline: none;
  padding-left: 10px;
  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: 100%;
}
.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 #6e6e6e;
  border-right: 2px solid #6e6e6e;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  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: 10px;
}
.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);
  width: 100% !important;
}
.nice-select.open .nice-select-dropdown {
  width: 100% !important;
}
.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;
  min-width: 184px;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  list-style: none;
  min-height: 20px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0a0b0c;
}
.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(../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: 30px 30px;
  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: #fff;
  font-size: 24px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#f16122;
}
.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:#ffffff;
  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; color: #fff;
}
.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: #fc7035;
  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: 0px 0px 10px 0px;
  background: #fff;/*border-bottom: 1px solid #DDD; */
   
}
.cart-top-area-note p {
  margin-bottom: 7px;
  color: #2d2e2d;
  font-weight: 600;
  font-size: 22px;
}
.cart-top-area-note p span {
  color: #3c5f27;
}
.price_dof {
  float: right;
  text-align: right;
  margin-top: -12px;
  font-weight: 600;
  color: #2d2e2d;
}
.cart-top-area-note .bottom-content-deals .single-progress-area-incard .progress .progress-bar {
  background: #3c5f27;
}
.rts-cart-list-area {
  border-radius: 6px;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
}
.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-top: 1px solid #DDD;
  padding: 20px 0px;
}
 @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 {
  font-family: open sans, sans-serif;
}
.single-cart-area-list.main p {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  font-family: open sans, sans-serif;
}
.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 {
  width: 100% !important;
  text-align: center;
}
}
.single-cart-area-list.main .product-main-cart .thumbnail {
  width: 100%;
  text-align: center;
}
.single-cart-area-list.main .product-main-cart .thumbnail img {
  max-width: 180px;
  max-width: 100%;
  text-align: center;
}
.single-cart-area-list.main .product-main-cart .information .title {
  margin-bottom: 7px;
}
.single-cart-area-list.main .product-main-cart .close {
  cursor: pointer;
  margin-right: 10px;
  float: right;
  margin-top: -30px;
  position: relative;
}
.move-to-cart {
  cursor: pointer;
  margin-top: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 4px;
  padding: 7px 10px;
  height: 35px;
  display: block;
  background: #ff6e35;
  text-align: center;
}
.move {
  display: inline-block;
  border: 1px solid rgba(43, 66, 38, 0.12);
  padding: 6px 10px;
  color: #484a4a;
}
.delete2 {
  margin-left: 10px;
  border: 1px solid rgba(43, 66, 38, 0.12);
  padding: 6px 10px;
}
 @media only screen and (max-width: 575px) {
.single-cart-area-list.main .product-main-cart .close {
  cursor: pointer;/* position: absolute;
    right: -13px;*/
    /*top: -14px;*/
}
}
.price_outer {
  text-align: right;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
}
.single-cart-area-list.main .product-main-cart .close i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  color: #393434;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 0px 10px;
}
.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%;
  margin: 0px 0px 0px 0px;
  font-size: 26px;
  font-weight: 600;
  color: #ff6e35;
}
.single-cart-area-list.main .quantity-edit {
  width: 92px;
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  padding: 0px 4px 0px 10px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.04);
  margin-top: 5px;
}
.single-cart-area-list.main .quantity-edit .button-wrapper-action {
  border: 1px solid rgba(43, 66, 38, 0.12);
  border-radius: 2px;
  background: #d1cdcd;
  display: flex;
}
.color_cart {
  color: #333;
  font-size: 13px;
  margin: 5px 0px;
}
.color_cart span {
  font-weight: 600;
}
.single-cart-area-list.main .quantity-edit input {
  padding: 0;
  max-width: 30px;
  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: #d1cdcd;
  color: #000;
}
.deactive {
  display: none !important;
}
.bottom-cupon-code-cart-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
}
 @media only screen and (max-width: 991px) {
.price_outer {
  text-align: left;
  margin-top: 10px;
  display: block;
}
.single-cart-area-list.main .subtotal {
  margin: 0px 0px 0px 0px;
}
.single-cart-area-list.main .subtotal .dis-amm {
  display: inline-flex;
}
.price_dof {
  display: none;
}
}
 @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 {
  padding: 15px;
  border: 1px solid #dedfde;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.cart-total-area-start-right .title {
  padding: 0px 0px 15px 0px;
  /*border-bottom: 1px solid #E2E2E2;*/
  margin-bottom: 0;
  /*background: #343434;
    color: #fff;*/border-radius: 6px 6px 0px 0px;
  font-size: 15px;
}
.cart-total-area-start-right .subtotal {
  /*display: flex;
  align-items: center;
  gap: 94px;*/
  padding: 10px 0px;
  color: #686767;
  font-weight: 500;
}
.cart-total-area-start-right .subtotal span {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  float: right;
}
.cart-total-area-start-right .subtotal .price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #484848;
}
.cart-total-area-start-right .shipping {
  display: flex;
  align-items: flex-start;
  gap: 94px;
  padding: 26px 28px;
  border-bottom: 1px solid #E2E2E2;
}
.coupon-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.coupon-wrap .coupon-content p {
  color: #444;
  font-size: 15px;
  margin: 0;
}
.input-style.coupon-content-mrg {
  margin: 23px 0 25px;
}
.input-style input {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  height: 40px;
  color: #666;
  padding: 3px 10px;
  border-radius: 0px;
  font-size: 14px;
}
.apply {
  float: left;
  font-weight: 500;
  background: #e5a834;
  color: #fff;
  padding: 8px 10px;
  position: absolute;
}
.input-box2 {
  position: relative;
  height: 40px;
  /*max-width: 900px;
  width: 100%;*/
  background: #fff;
  margin: 0 0px;
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.input-box2 i, .input-box2 .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  float: right;
  max-width: 60px;
}
.input-box2 i {
  left: 20px;
  font-size: 30px;
  color: #707070;
}
.input-box2 input {
  height: 100%;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding: 0 70px 0 10px;
  background-color: transparent;
}
.input-box2 .button {
  right: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #343434;
  cursor: pointer;
  line-height: 22px;
  text-transform: uppercase;
}
.input-box2 .button:active {
  transform: translateY(-50%) scale(0.98);
}

/* Responsive */
@media screen and (max-width: 500px) {
.input-box2 {
  height: 66px;
  margin: 0 8px;
}
.input-box2 i {
  left: 12px;
  font-size: 25px;
}
.input-box2 input {
  padding: 0 112px 0 50px;
}
.input-box2 .button {
  right: 12px;
  font-size: 14px;
  padding: 8px 18px;
}
}
.grand-total-wrap h4 {
  font-weight: 600;
  font-size: 18px;
}
.coupon-wrap {
  background: #f5f5f5;
  padding: 5px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.coupon-wrap h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.coupon-wrap .coupon-content p {
  color: #444;
  font-size: 15px;
  margin: 0;
}
 @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: 12px 0px;
  color: #333;
  font-weight: 600;
  border-top: solid 1px #e7e6e6;
  margin-top: 40px;
}
.cart-total-area-start-right .bottom .wrapper span {
  float: right;
  color: #000;
  font-weight: 700;
}
.cart-total-area-start-right .bottom .button-area {
  padding: 0 0px 20px 0px;
}
.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 #3c5f27;
}
.vendor-search-area-wrapper .search-vendor-form a {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
}
.registration-wrapper-1 {
  /*max-width: 700px;*/
  /*border-radius:6px;*/
  background: #FFFFFF;
  margin: auto;
  text-align: center;
  padding: 0px 50px;
  font-family: open sans, sans-serif;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/ border: solid 1px #ebebeb;
}
 @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: 10px;
}
.registration-form .input-wrapper:last-child {
  margin-bottom: 0;
}
.registration-form .input-wrapper label {
  margin-bottom: 12px;
  font-weight: 500;
  color: #333;
  font-family: open sans, sans-serif;
  font-size: 14px;
}
.registration-form .input-wrapper p {
  font-size: 14px;
  margin: 10px 0px;
  padding: 0px;
  color: #05409d;
  font-family: open sans, sans-serif;
}
.registration-form .input-wrapper input {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  height: 40px;
  font-family: open sans, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #6a6868;
}
.registration-form .input-wrapper textarea {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  height: 60px;
  font-family: open sans, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #6a6868;
}
.registration-form .input-wrapper select {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  height: 40px;
  font-family: open sans, sans-serif;
  font-size: 14px;
}
 .registration-form .input-wrapper input::placeholder {
color:#aeadad;
font-family: open sans, sans-serif;
}
.registration-form .input-wrapper input:focus {
  border: 1px solid #ff6e35;
}
.registration-form button.rts-btn {
  max-width: 100%;
  width: 100%;
}
.registradion-top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.registradion-top-text span {
  font-weight: 500;
  color: #2C3C28;
  background: #fff;
  position: relative;
  z-index: 100000;
  /* border: solid 2px #ccc; */
  padding: 0px 10px;
}
.registradion-top-text::after {
  position: absolute;
  content: "";
  left: 0;
  width: 46%;
  height: 1px;
  background: #cfcfcf;
}
 @media only screen and (max-width: 767px) {
.registradion-top-text::after {
  display: none;
}
}
.registradion-top-text::before {
  position: absolute;
  content: "";
  right: 0%;
  width: 46%;
  height: 1px;
  background: #cfcfcf;
}
 @media only screen and (max-width: 767px) {
.registradion-top-text::before {
  display: none;
}
}
.registration-form .another-way-to-registration .login-with-brand {
  display: flex;
  align-items: center;
  gap: 30px;
}
.registration-form .another-way-to-registration .login-with-brand&gt;a {
  flex-basis: 49%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 6px;
  border: 1px solid #d7d7d7;
}
.faceboomk_button {
  background: #0866ff;
  color: #fff !important;
}
.faceboomk_button i {
  color: #fff !important;
  font-size: 14px;
  margin-right: 10px;
}
.registration-form .another-way-to-registration p {
  margin: 8px 0px 30px 0px;
  display: flex;
  justify-content: center;
  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 #d9d9d9;
}
.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: 24px;
  line-height: 30px;
  font-weight: 500;
  padding: 12px 0;
  /*background: transparent !important;*/
  box-shadow: none;
  display: block;
  font-family: "Barlow", sans-serif;
  /* border-bottom: 1px solid #d9d9d9;*/
  padding: 30px 20px;
}
.accordion-main-area-wrapper-style-1 .accordion-item button[aria-expanded=true] {
  color: #212529;
  background: #fdede7 !important;
  padding: 20px 20px;
}
.accordion-main-area-wrapper-style-1 .accordion-body {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 50px;
  color: #000000;
  font-size: 24px;
}
.accordion-main-area-wrapper-style-1 .accordion-body ul {
  margin: 0px 0px 0px 35px;
  padding: 0px
}
.accordion-main-area-wrapper-style-1 .accordion-body ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
  color: #000000;
  font-size: 22px;
}
 .accordion-main-area-wrapper-style-1 .accordion-body ul li::marker {
border-radius: 100%;
font-size: 20px;
}
.accordion-item .show {
  display: block;
  background: #fdede7;
  padding: 10px 20px 20px 20px;
}
.list_457 {
  list-style: none;
  margin: 0px 0px 0px 35px;
  padding: 0px
}
.list_457 li {
  list-style: decimal;
}
.accordion-main-area-wrapper-style-1 .accordion-body p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: 30px;
  color: #000000;
  font-size: 22px;
}
.shopdetails-style-1-wrapper {
  margin: auto;
  padding: 0px 0px;
  background: #fff;
  border-radius: 6px;
}
 @media only screen and (max-width: 767px) {
/*.shopdetails-style-1-wrapper {
    padding: 15px;
  }*/
 
     
}
.product-status {
  display: block !important;
  align-items: center;
  margin-bottom: 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: #131413;
  margin-bottom: 7px;
  display: block;
  font-weight: 700;
  font-size: 22px;
}
.out {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000;
}
.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.stars {
  color: #000;
  font-size: 13px;
}
.product-details-review-product-style .average-stars-area-left .top-stars-wrapper .rating-disc .stars i {
  /* color: #de7921; */
}
.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: 400;
  margin: 0;
  color: #767676;
}
.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: 18px;
  border-radius: 30px;
  width: 218px !important;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(2) .progress-bar {
  /* width: 30px !important; */
  height: 18px !important;
  background: #ff6e35;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress {
  height: 20px;
  width: 218px !important;
  border-radius: 30px;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(3) .progress-bar {
  /* width: 20px !important; */
  height: 18px !important;
  background: #ff6e35;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress {
  height: 18px;
  width: 218px !important;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(4) .progress-bar {
  /* width: 10px !important;ss */
  height: 20px !important;
  background: #ff6e35;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress {
  height: 18px;
  width: 218px !important;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review:nth-child(5) .progress-bar {
  /* width: 5px !important; */
  height: 18px !important;
  background: #ff6e35;
}
.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: 18px;
  width: 218px !important;
  border-radius: 30px;
}
.product-details-review-product-style .average-stars-area-left .review-charts-details .single-review .progress-bar {
  /* width: 160px !important; */
  height: 18px !important;
  background: #ff6e35;
}
.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 p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.submit-review-area form .half-input-wrapper label {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.submit-review-area form .half-input-wrapper input {
  height: 40px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  width: 100%;
  margin-bottom: 10px;
}
.submit-review-area form .half-input-wrapper input:focus {
  border: 1px solid #ccc;
}
.submit-review-area form textarea {
  height: 150px;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin: 0px 0 20px 0;
  border-radius: 5px;
  padding: 5px 15px;
}
.submit-review-area form textarea:focus {
  border: 1px solid #ccc;
}
.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;
  color:#000000;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
.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 .half-input-wrapper .single-input {
  width: 100%;
  margin-bottom: 0;
}
.rts-billing-details-area .half-input-wrapper {
  display: block !important;
}
}
.rts-billing-details-area .title {
  font-size: 20px;
  color: #343434;
  line-height: 20px;
}
.rts-billing-details-area .single-input {
  margin-bottom: 10px;
}
.rts-billing-details-area .single-input label {
  font-weight: 500;
  color: #333;
  font-family: open sans, sans-serif;
  font-size: 14px;
}
.rts-billing-details-area .single-input input {
  height: 40px;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 10px;
  background: #fff;/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}
.rts-billing-details-area .single-input input:focus {
  border: 1px solid #3c5f27;
}
.rts-billing-details-area .single-input textarea {
  height: 100px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #d1d1d1;/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
}
.rts-billing-details-area .single-input textarea:focus {
  border: 1px solid #3c5f27;
}
.rts-billing-details-area .half-input-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}
.rts-billing-details-area .half-input-wrapper .single-input {
  flex-basis: 50%;
  margin-bottom: 0;
}
.right-card-sidebar-checkout .cottom-cart-right-area {
  padding: 25px 0px;
}
.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;
  background: #fff;
  padding: 10px;
  border: solid 1px #ccc;
}
.right-card-sidebar-checkout .cottom-cart-right-area ul li.current, .right-card-sidebar-checkout .cottom-cart-right-area ul li:hover {
  background: #fff3ef;
  padding: 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: #343434;
  font-weight: 600;
  display: block;
}
.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 {
  padding: 15px;
  border: 1px #ddd solid;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.right-card-sidebar-checkout .top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0px 10px 0px;
  margin: 0 0px;
  border-bottom: 1px solid #E2E2E2;
}
.right-card-sidebar-checkout .single-shop-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin: 0 0px;
  border-bottom: 1px solid #E2E2E2;
  gap: 10px;
}
 @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: 24px;
}
.right-card-sidebar-checkout .single-shop-list .price {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  color: #484848;
}
.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 .thumbnail img {
  max-height: 100%;
}
.right-card-sidebar-checkout .single-shop-list .title {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
  font-family: open sans, sans-serif;
}
.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 #3c5f27;
}
.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: #3c5f27;
  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 #3c5f27;
  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 #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27;
  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 {
  background: #3b4248;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.accout-dashborard-nav ul {
  list-style: none;
  margin: 0px;
  padding: 10px 20px 20px 0px;
}
.accout-dashborard-nav ul li {
  transition: 1s;
  margin-top: 0px;
}
.accout-dashborard-nav ul li:hover {
  background: #3b4248;
  color: #fff;/* border-radius: 0px 20px 20px 0px;*/
}
.accout-dashborard-nav ul li:hover a {
  color: #fff;
}
.accout-dashborard-nav .nav-link.active i {
  background: #3b4248;
  border-left: solid 5px #ff6e35;/*background:#3b4248; color: #fff; border-radius: 0px 20px 20px 0px;*/
}
.accout-dashborard-nav .nav-link.active {
  background: #3b4248;
  color: #fff;
}
.accout-dashborard-nav .nav-link i {
  background: #1e262d;
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 5px #1e262d;
}
.accout-dashborard-nav .nav-link:hover i {
  background: #3b4248;
  border-left: solid 5px #ff6e35;
}
.accout-dashborard-nav .nav-link {
  text-align: left;
  padding: 0px 0px;
  /* border: 1px solid #726d6d;*/
  margin-bottom: 0px;
  color: #e1e1e1;
  display: block;
  align-items: center;
  gap: 7px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.accout-dashborard-nav .nav-link:last-child {
  margin-bottom: 0;
}
.accout-dashborard-nav .nav-link a {
  display: flex;
  align-items: center;
  gap: 7px;
}
.order-table-account table tr {
  border-bottom: solid 1px #e9ecef;/*border: 1px solid #e9ecef;*/
}
.order-table-account table tr:nth-child(odd) {
  background-color: #f2f2f2;
}
.order-table-account table thead {
  border-style: unset !important;
  border: 1px solid #e9ecef !important;
}
.order-table-account table thead tr th {
  padding: 7px 15px;
  border: none;
  min-width: max-content;
  white-space: nowrap;
  background: #343434;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.order-table-account table tbody tr td {
  padding: 10px 0px;
  min-width: max-content;/* white-space: nowrap;*/
}
.dashboard-account-area a {
/* color: #ff6e35;*/
}
.dashboard-account-area h2 a {
  color: #ff6e35;
}
.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: #3c5f27;
}
.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;*/ margin-bottom: 30px;
}
.shipping-address-billing-address-account .half p {
  line-height: 1.7;
}
.shipping-address-billing-address-account .half a {
  color: #ff6e35;
  float: right;
}
.shipping-address-billing-address-account .half a i {
  font-size: 12px;
}
.account-details-area input {
  height: 45px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  margin-bottom: 15px;
  background: #fff;
}
.account-details-area textarea {
  height: 100px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  margin-bottom: 15px;
  background: #fff;
}
.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: #3c5f27;
}
.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: 312px;
}
}
.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: #ff6e35;
}
.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: #ff6e35;
  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&gt;div {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.button-area-main-wrapper-menuy-sidebar .contact-area&gt;div i {
  font-size: 24px;
  color: #3c5f27;
}
.button-area-main-wrapper-menuy-sidebar .contact-area&gt;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: 2px 0 2px 0;
}
.mobile-menu-main nav ul li a.main {
  padding: 10px 0 10px 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: 2px 12px;
  font-size: 14px;
}
.mobile-menu-main nav ul li.has-droupdown ul a.tag {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  border-bottom: 2px solid #3c5f27;
  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: 3px;
  padding: 8px 13px;
  color: #fff;
  background: #ff6e35 !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: #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27;
}
.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: #3c5f27 !important;
}
header.heder-two .sub-dropdown:hover::after {
  color: #3c5f27 !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: #3c5f27 !important;
}
header.header-three .sub-dropdown:hover::after {
  color: #3c5f27 !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: #ff6e35;
  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: #3c5f27;
  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: #3c5f27;
}
.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;
}
}
.product-thumb-filter-group {
  display: flex;
  flex-direction: column;
  margin-left: 0px;
}
.product-thumb-filter-group:last-child .thumb-filter {
  margin-right: 0;
}
.product-thumb-filter-group .thumb-filter {
  max-width: 90px;
  /* opacity: 40%;*/
  margin-bottom: 10px;
  cursor: pointer;
  transition: opacity 0.5;
  position: relative;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 6px;
  text-align: center;
  border: solid 1px #fff;

  max-width: 90px;
  height:100px;
  display: flex;
  align-items: center; 
  justify-content: center;




}
.product-thumb-filter-group .thumb-filter img {
  max-height: 90px;
}
.product-thumb-filter-group i {
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 110 53 / 74%);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}
.product-thumb-filter-group .thumb-filter.active {
  opacity: 1;
  border: solid 1px #ff9f79;
  border-radius: 10px;
}
.rts-product-details-section2 .product-thumb-area .product-thumb-filter-group .thumb-filter .active {
  border: solid 1px #000;
}
.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;
}
}
.product-status {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.rts-product-details-section .details-product-area .product-catagory {
  background: #3c5f27;
  padding: 0px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
.rating-stars-group .rating-star i {
  color: #FF9A00;
  font-size: 15px;
}
.rating-stars-group span {
  font-size: 14px;
  font-weight: 400;
  color: #2a2929;
}
.product-title {
  font-size: 21px;
  margin-bottom: 10px;
}
.contents {
  /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
  padding: 10px 10px;
  border-radius: 6px;
}
 @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: #50bb00;
  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);
}
.product-price {
  margin-bottom: 30px;
  font-size: 30px;
  color: #dc2626;
  font-weight: 500;
}
.product-price .old-price {
  font-size: 20px;
  font-weight: 500;
  color: #a7a1a1;
  text-decoration: line-through;
}
.details-product-area p {
  color: #0a0a0a;
  max-width: 540px;
  margin-bottom: 20px;
  line-height: 24px;
}
.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: #3c5f27;
 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: #3c5f27;
 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;
}
.product-bottom-action {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  flex-wrap: wrap;
  gap: 10px 0px;
}
 @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;
}
.action-item {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  border-radius: 6px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.cart-edit, .cart-edits {
  margin-right: 0px;
  display: flex;
  align-items: center;
}
.quantity-edit {
  width: 100%;
  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;
}
.quantity-edit button, .quantity-edit button {
  background: none;
  font-size: 0;
  width: 25px;
  background: #013c65;
  text-align: center;
  border-radius: 2px;
  padding: 2px 5px;
}
.quantity-edit button i, .quantity-edit button i {
  font-size: 14px;
  color: #fff;
}
.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: #3c5f27;
  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;
}
.product-uniques {
  margin-bottom: 20px;
}
.product-uniques a {
  color: #ff6e35;
}
.product-uniques a:hover {
  color: #007185;
}
.product-uniques ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.product-uniques ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0px;
  padding: 0px 0px 2px 0px;
}
.product-uniques ul li span {
  font-weight: 700;
  width: 80px;
  display: inline-block;
}
.colon {
  display: inline-block;
  width: 20px !important;
  font-weight: 600;
}
.rating_2312 {
  background: #ff9a00;
  width: auto !important;
  border-radius: 30px;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 12px;
}
.brand_list {
  margin-bottom: 20px;
  border: solid 1px #ccc;
  padding: 6px 15px;
  border-radius: 6px; /*display: inline-block; */
}
.brand_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.brand_list ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0px;
  padding: 0px 0px 2px 0px;
}
.brand_list ul li span {
  font-weight: 700;
  width: 100px;
  display: inline-block;
}
.brand_list.colon {
  display: inline-block;
  width: 20px !important;
  font-weight: 600;
}
.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: #3c5f27;
}
.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: 4px;
}
 @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;
}
.product-thumb-area {
  /* display: flex;*/
  flex-direction: column;
  margin-left: 20px;
}
.product-thumb-area .product-thumb {
/*margin-bottom: 30px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;*/
}
/*.product-thumb-filter-group {
  flex-direction: row;
}*/

.product-thumb-area .product-thumb-filter-group .thumb-filter {
  margin-bottom: 0;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}
.contents table {
  width: 100%;
}
.product-thumb video {
  height: 530px;
  width: 100%;
}
.customer_reviews {
  font-size: 14px;
  font-weight: 600;
  float: right;
  text-align: right;
}
.review {
  background: #ff6e35;
  border-radius: 6px;
  /* display: block; */
  max-width: max-content;
  color: #fff;
  padding: 10px 20px;
}
.review:hover {
  background: #000;
  color: #fff;
}
 @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;
}
.product-thumb-area {
  margin-left: 0px;
}
.product-thumb-area {
  margin: 20px 0px;
}
}
 @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%;
}
}
.product-thumb-area {
  align-items: center;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  min-height: 510px;
  justify-content: center;
  display: flex;
}
.filterd-items {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: all 1.2s;
  /* width: 100%;  */
  text-align: center;
}
.filterd-items img {
  transition: all 1.2s;
}
.product-thumb-area img {
  /* max-height:540px; */
  max-width: 100%;
}
.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%;
  text-align: center;
}
.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: #3c5f27;
}
.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&gt;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 .product-thumb {
  /*  width: 450px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.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: #3c5f27;
}
.share-option-shop-details .single-share-option:hover .icon i {
  color: #fff;
}
.share-option-shop-details .single-share-option:hover span {
  color: #3c5f27;
}
.shop-sight-sticky-sidevbar, .our-payment-method {
  margin-top: 10px;
  padding: 10px 0px 0px 0px;
  /*background: #fff;*/
  border-top: solid 1px #d1d1d1;
}
.shop-sight-sticky-sidevbar .single-offer-area, .our-payment-method .single-offer-area {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding-bottom: 0px;
  margin-bottom: 15px;/*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;
}
.product-discription-tab-shop button {
  padding: 8px 7px !important;
}
.single-tab-content-shop-details p.disc {
  text-align: justify;
}
}
.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;/* border: solid 2px #e1e1e1;*/
  /*  border-radius: 4px;
    background: #fff;*/
  top: -3px;
  position: relative;
}
.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:13px;
  color: #000000;
/*  font-weight: 400;*/
  line-height: 20px;
}
.details h2 {
  font-size: 14px;
  margin: 0px 0px 8px 0px;
  padding: 0px;
}
.our-payment-method .title {
  color: #ff6e35;
  font-size: 14px;
  font-weight: 600;
}
.our-payment-method img {
  cursor: pointer;
}
.single-tab-content-shop-details {
  margin-top: 0px;
}
.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;
  color: #161616;
  border-radius: 6px !important;
  font-size: 17px;
  font-weight: 600;
}
.product-discription-tab-shop button.active {
  background: #ffffff !important;
  border: 1px solid #ff6e35 !important;
  color: #040404 !important;
}
.product-discription-tab-shop button:hover {
  background: #ffffff !important;
  border: 1px solid #ff6e35 !important;
  color: #040404 !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 {
  color: #ff5f1f !important;/*  background: transparent !important; background: #ff6e35 !important; border-radius: 6px;*/
}
.category-hover-header.language-hover:hover a {
  color: #fff;
  background: transparent;
}
.category-hover-header.language-hover .category-sub-menu {
  min-width: 150px;
  /*right:0px;*/
  /*left:0;*/
  gap: 0;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.category-hover-header.language-hover .category-sub-menu li {
  margin: 0;
  display: block;
  width: 100%;
  padding: 0;
  font-size: 12px;
}
.category-hover-header.language-hover .category-sub-menu li a {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.menu-item span i {
  display: inline-block;
  margin-right: 10px;
}
.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:105px;
  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: #3c5f27;
  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: #3c5f27;
  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: #3c5f27;
}
.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.webp);
  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: #3c5f27;
  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: #3c5f27;
}
#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: #3c5f27;
  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: #3c5f27;
}
.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;
}
.logo {
  max-width: 160px;
}
.seller-page-logo {
  max-width: 160px;
}
.offer-text {
  font-size: 20px;
  margin-bottom: 37px;
  color: #111;
}
.offer-text span {
  font-size: 30px;
  font-weight: 700;
  color: #ff6e35;
  padding-inline-start: 8px;
}
/*=======================new-product-section-end======================*/

.gw-card-layout {
  background: #fff;
  height: 100%;
  min-height: 400px;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #E2E2E2;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
}
.gw-card-layout h2 {
  font-size: 21px !important;
  line-height: 27.3px !important;
}
.a-cardui-body {
  padding: 0 0px 0px 0px;
  margin-bottom: 0;
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.a-image-container {
  position: relative;
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V {
  /* height: 50%;*/
  position: relative;/* width: 50%;*/
    
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V {
  height: 164px;
  text-align: center;
  margin: 0 auto;
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V img {
  max-height: 164px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V2 {
  height: 116px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
._quad-multi-asin-card-v2_style_quadrant__3xH-V2 img {
  max-height: 116px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}
.clear {
  clear: both;
}
.cloth_name {
  text-align: left;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #000;
  font-weight: 500;
}
.a-cardui-footer {
  padding: 0 0px;/*margin-bottom: 20px;
    position: absolute;*/
     
}
.a-cardui-footer a {
  color: #ff6e35;
  font-weight: 600;
}
.a-cardui-footer a:hover {
  color: #ff9a00;
}
.icon i {
  color: #ff6e35;
  font-size:15px;
  /*border: solid 1px #ccc;*/
  padding: 5px;
  border-radius: 100%;
  width:24px;
  height:24px;
  text-align: center;
}
.img_big {
  width: 100%;
  margin: 0 auto 25px auto;
  position: relative;
  text-align: center;
  height: 304px;
}
.img_big img {
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  height: 304px;
  max-width: 100%;/* height: 100%;
    left: -9999px;
    max-width: none;
    right: -9999px;*/


}
.price-input {
  width: 100%;
  display: flex;
  margin: 16px 0 16px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 30px;
  align-items: center;
}
.price-input .field span {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 14px;
  margin-left: 4px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  color: #000;
  font-weight: 600;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
 -webkit-appearance: none;
}
.price-input .separator {
  width:70px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #ff6e35;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
 height: 17px;
 width: 17px;
 border-radius: 50%;
 background:#ff6e35;
 pointer-events: auto;
 -webkit-appearance: none;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
 height: 17px;
 width: 17px;
 border: none;
 border-radius: 50%;
 background: #17a2b8;
 pointer-events: auto;
 -moz-appearance: none;
 box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/* Support */
 
.wishlist2 {
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  color: #000;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.wishlist2:hover {
  background: #ff6e35;
  color: #fff;
  border: solid 1px #ff6e35;
}
#product-availability, .product-availability {
  display: inline-block;
  font-weight: 400;
  margin-left: 0;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px !important;
}
#product-availability .product-available, .product-availability .product-available {
  color: #05990b;
  padding: 1px 7px 2px;
  border: 1px solid #05990b;
  background: #fff;
  border-radius: 6px;
  font-weight: 600;
}
.offer-avil-list {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.offer-avil-list li {
  font-size: 13px;
  margin: 6px 0;
  color: #3a3a3a;
  display: flex;
}
.offer-avil-list li i {
  color: #ff9a00;
  top: 2px;
  position: relative;
  margin-right: 7px;
}
.check-t-c-pop {
  color: #0590fb;
  display: contents;
}
.pro-details-brand {
  margin-right: 36px;
  position: relative;
  font-size: 16px;
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 6px;
}
.pro-details-brand span a {
  color: #007185;
}
.price-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  /*margin-bottom: 30px;
    border-bottom: solid 1px #dfdede;*/ padding-bottom: 10px;
}
.b2b_heding {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px; /*min-width: 85px;*/
  margin-bottom: 0px;
  display: block;
}
.price-list .price-item {
  padding: 5px 0px;
  margin-right: 8px;
  /* background: #fff;
    border-radius: 6px;
    border: solid 1px #ccc;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;*/
   /* min-height: 60px;*/
  min-width: 120px;
}
.b2b_price_outer {
  border: solid 1px #efefef;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 6px;
}
.piece {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.piece span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #817f7f;
}
.table_2 {
  width:100%;
  border: solid 1px #efefef !important;
  padding: 0px 10px;
  border-radius: 6px !important;
  margin-bottom: 20px !important;

}
.firest {
  border-right: solid 1px #efefef;
  position: relative;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 96px;
}
.table_2 td {
  border: none !important;
}
td.firest {
  border-right: solid 1px #efefef !important;
  position: relative;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 96px;
}
.price-list .price-item .quality {
  display: flex;
  margin-bottom: 4px;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  white-space: nowrap;
}
.price-list .price-item .price {
  display: flex;
  flex-direction: column;
  color: #ff6e35;
  font-weight: 700;
  font-size: 26px;
  line-height: 20px;
}
.price-list .price-item .price i {
  font-size: 26px;
}
.contents {
  margin-left: 0px;
}
.vendor-name {
  text-align: center;
  padding: 4px 0px;
  font-size: 18px;
  font-weight: 600;
  color: #ff6e35;
  background: #ffffff;
  border: solid 1px #efefef;
  margin-top: 0px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.vendor-name span {
  color: #000;
}
.color_outer {
  width: 100%;
  margin-bottom: 6px;
}
.color_outer span {
  color: #666666;
    font-weight: 500;
    /* width: 76px; */
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
.color_outer22 {
  width: auto !important;
  text-align: left;
  margin-left: 5px;
  text-decoration: none;
  color: #000 !important;
}
.color_outer p {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.colo_list_outer22 {
  margin-bottom: 18px;
  width: 100%;
}
.color_outer_list {
  margin-right: 8px;
  background: #fff;
  padding: 7px 8px;
  border: solid 2px #e5e1e1;
  /* min-height: 60px;
  min-width:84px;  */
  float: left;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:10px;
}
.active_color {
  border: solid 2px #ff6600;
}
.color_outer_list.active_color {
  color: #b12704;
  font-weight: 600;
}
.color_outer_list img {
  max-height: 50px;
  margin-right: 6px;
}
.add_to_cart {
  background: #ff6e35;
  padding: 8px 30px;
  color: #fff;
  border: 1px solid #ff6e35;
  transition: 0.3s;
  border-radius: 30px;
  font-size: 14px;/*    font-weight: 600;*/
}
.add_to_cart:hover {
  background: #303030;
  color: #fff;
  border: 1px solid #303030;
}
.buy_now {
  background: #303030;
  padding: 8px 30px;
  color: #fff;
  border: 1px solid #dddddd;
  transition: 0.3s;
  border-radius: 30px;
  font-size: 14px;/*    font-weight: 600;*/

}
.buy_now:hover {
  background: #fff;
  color: #303030;
  border: 1px solid #303030;
}
 @media only screen and (max-width: 767px) {
.ask_a_question {
  margin: 30px 0px 50px 0px !important;
}
.b2b_heding {
  min-width: 100%;
}
.color_outer_list {
  margin-bottom: 6px;
  height: 60px;
  width: 80px;
}
.contents {
  padding: 10px 0px;
}
}
.key_attributes {
  margin: 0px 0px 50px 0px;
}
.key_attributes h6 {
  margin: 0px;
  padding: 0px;
}
.shop-sight-sticky-sidevbar h6 {
  margin: 0px 0px 14px 0px;
  padding: 0px;
  font-size: 16px;
}
.not_2 p {
  font-size: 14px;
  line-height: 20px;
  color: #797979;
}
.shop-sight-sticky-sidevbar h6 i {
  float: right;
}
.additional-information {
  position: relative;
}
.additional-information ul {
  padding: 0 0 0px 0px;
}
.additional-information ul li {
  color: #3e3e3e;
  font-size: 15px;
  display: flex;
  margin: 0 0 0px;
  align-items: center;
  position: relative;
  border: solid 1px #d7d7d7;
  border-bottom: none;
  font-weight: 500;
}
.additional-information ul li:last-child {
  border-bottom: solid 1px #d7d7d7;
}
/*.additional-information ul li:before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #444;
}*/

.additional-information ul li:last-child {
  margin: 0 0 0;
}
.additional-information ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  color: #3e3e3e;
  font-size: 16px;
  display: inline-block;
  background: #f4f4f4;
  margin-right: 10px;
  padding: 8px 10px;
}
 @media only screen and (max-width: 767px) {
.a-size-small {
  margin: 10px 0px !important;
}
.additional-information ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 135px;
  -ms-flex: 0 0 135px;
  flex: 0 0 135px;
}
}
.additional-information {
  /*max-width: 400px; 
  margin-top: 50px; */
  position: relative;
}
.additional-information .text {
  /*   width: 660px;  */
  margin-bottom: 5px;
  padding: 0 0px;
  position: relative;
  font-size: 14px;
  display: block;
}
.additional-information .show-more {
  color: #1a1919;
  position: relative;
  font-size: 15px;
  padding-top: 5px;
  /* height: 25px; */
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
}
.additional-information .show-more:hover {
  color: #ff6e35;
}
.additional-information .show-more-height {
  height: 208px;
  overflow: hidden;
}
/*--------------*/  



.additional-information_right_side ul {
  padding: 0 0 0px 0px;
}
.additional-information_right_side ul li {
  color: #3e3e3e;
  font-size: 15px;
  display: flex;
  margin: 0 0 5px;
  align-items: center;
  position: relative;
  border: solid 1px #d7d7d7;
  font-weight: 500;
}
.additional-information_right_side ul li:last-child {
  border-bottom: solid 1px #d7d7d7;
}
.additional-information_right_siden ul li:last-child {
  margin: 0 0 0;
}
.additional-information_right_side ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 250px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  color: #3e3e3e;
  font-size: 16px;
  display: inline-block;
  background: #f4f4f4;
  margin-right: 10px;
  padding: 4px 10px;
  border-right: solid 1px #d7d7d7;
}
.gray {
  color: #747373;
  font-weight: 500;
}
.quick_delivery_outer_section {
  padding-bottom: 10px;
  border-bottom: solid 1px #edebeb;
}
.quick_delivery {
  height: 135px !important;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.questions_answers {
  padding: 20px 0px;
  border-bottom: solid 1px #edebeb;
}
.questions_answers h6 {
  font-size: 20px;
}
.has-search .form-control {
  border: solid 1px #e9e4e4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
  padding: 10px 0px 10px 50px;
  display: inline-block;
  height: 45px;
}

/* Chrome &lt;=56, Safari &lt; 10 */
.has-search .form-control::-webkit-input-placeholder {
 color: #9f9f9f;
 font-weight:400;
}

/* FF 4-18 */
.has-search .form-control::-moz-placeholder {
 color: #9f9f9f;
 font-weight:400;
}

/* FF 19-51 */
.has-search .form-control::-moz-placeholder {
 color: #9f9f9f;
 font-weight:400;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  /* width: 2.375rem; */
    /* height: 1.375rem; */
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #ff6e35;
  margin-top: 14px;
  padding-left: 28px;
}
.question_ansewer {
  padding-left: 30px;
}
.question_ansewer p {
  margin-bottom: 10px;
  padding: 0px;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.orange {
  color: #ff8d61;
}
.devider {
  width: 63%;
  background: #ccc;
  height: 2px;
  margin-left: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ask_a_question {
  margin: 30px 0px 50px 30px;
  border-radius: 6px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px/* rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 3px*/;
}
.ask {
  background: #ff6e35;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
}



/* Chrome &lt;=56, Safari &lt; 10 */
 .ask_a_question input::-webkit-input-placeholder {
 color: #0a0a0a;
 font-weight:600;
}

/* FF 4-18 */
 .ask_a_question input::-moz-placeholder {
 color: #0a0a0a;
 font-weight:600;
}

/* FF 19-51 */
 .ask_a_question input::-moz-placeholder {
 color: #0a0a0a;
 font-weight:600;
}
.review_section {
  margin: 30px 0px;
}
.panel-heading {
  padding: 0;
  border: 0;
}
.panel-title&gt;a, .panel-title&gt;a:active {
  display: block;
  padding: 15px;
  color: #555;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 3px;
  text-decoration: none;
}
.panel-heading a:before {
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rewi_area {
  width: 100%;
}
.rewi_area h6 {
font-size:;
  margin: 0px;
  padding: 0px;
  color: #2d2e2d;
}
.rewi_area p {
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
}
.write_button {
  border-radius: 30px;
  border: solid 1px #ccc;
  padding: 5px 20px;
  text-align: center;
  display: block;
}
.write_button:hover {
  background: #f8f8f8;
  color: #000;
}
.write_button:hover a {
  display: block;
}
.write_button:hover a:hover {
  color: #000;
}
.suctormers_story {
  margin-left: 50px;
}
.suctormers_story p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.ai_generated {
  color: #626262;
  margin: 10px 0px;
  font-size: 13px;
}
.link_list {
  width: 100%;
  margin: 0px 0px 20px 0px
}
.link_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.link_list ul li {
  display: inline-block;
  font-size: 13px;
  color: #0f1111;
  font-weight: 500;
}
.link_list ul li a {
  text-decoration: underline;
}
.link_list ul li a:hover {
  text-decoration: none;
}
.link_list ul li i {
  color: #067d62;
  margin-right: 5px;
}
.link_list h6 {
  margin-bottom: 10px !important;
  margin: 0!important;
}
.link_list ul li:after {
  content: '|';
  margin-right: 3px;
  margin-left: 3px;
  font-size: 22px;
  top: 3px;
  position: relative;
  font-weight: 300;
  color: #ccc;
}
.link_list ul li:last-child:after {
  display: none;
}
.review_with_img_outer {
  border-bottom: solid 2px #ccc;
  margin-bottom: 10px;
}
.review_with_img_outer h6 span {
  float: right;
  color: #278697;
  font-weight: 400;
  font-size: 14px;
}
.review_with_img_outer h6 span i {
  font-size: 12px;
}
.review_image_outer {
  height: 127px;
  width: 127px;
}
.review_image_outer img {
  border-radius: 6px;
  max-height: 127px;
}
.list_drop .nice-select {
  border-radius: 4px;
  border: solid 1px #dce0e0 !important;
  padding: 5px 10px !important;
  width: 112px;
  background: #f0f2f2 !important;
  line-height: 13px;
  height: 26px;
  font-size: 12px;
}
.rew_display {
  margin: 20px 0px;
}
.viewr {
  display: flex;
  align-items: center;
}
.viewr img {
  max-width: 26px;
  max-height: 26px;
  margin-right: 10px;
}
.viewr {
  font-size: 11px;
  color: #000;
  font-weight: 500;
}
.yellow i {
  /* color: #ff6e35; */
  font-size: 12px;
}
.out_2 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.review_description p {
  opacity: 0.8;
  margin-top: 10px;
}
.single-tab-content-shop-details ul {
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: block;
}
.single-tab-content-shop-details ul li {
  list-style: disc;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 26px;
}
.better_choices {
  width: 100%;
}
.better_choices h1 {
  font-size: 22px;
  color: #000;
}
.cat_heading {
  color: #000;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0 5px;
  padding: 0;
  font-size: 14px;
}
.cat_sub_heading {
  color: #3e3c3c;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0 10px 5px;
  padding: 0;
  font-size: 14px;
}
._p13n-zg-nav-tree-all_style_zg-browse-group__88fbz {
  margin-left: 9px;
}
.list_cat {
  list-style: none;
  margin: -8px 0px 0px 10px;
  padding: 0px;
}
.list_cat li {
  color: #000;
  font-size: 14px;
  margin: 0px;
  padding: 5px 0px 0px 0px;
}
.list_cat li a:hover {
  color: #ff6e35;
}
.a-size-small {
  font-size: 12px !important;
  font-weight: 600;
  line-height: 16px !important;
  display: inline-block;
  color: #007185;
  margin: 0px 0px 10px 0px;
  text-decoration: none;
}
.color_cart {
  margin-right: 10px;
}
.color_cart span {
  color: #000;
  font-weight: 600;
  top: 2px;
}
.list_cart {
  width: 100%;
}
.list_cart ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list_cart ul li {
  display: inline-block;
  margin-right: 20px;
  margin: 0px;
  padding: 0px;
}
.dis-amm {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: 500;
  text-decoration: line-through;
  /*margin-right: 10px; */margin-left: 0px;
}
.off-amm {
  /* color: #1ecb09; */
  font-size: 12px;
  font-weight: 600;
  padding: 2px 6px;
  color: #fffbfa;
  border-radius: 4px;
  background: #4CAF4F;
}
.in_stock {
  color: #08990c;
  font-size: 12px;
  font-weight: 600;
  margin: 0px 0px;
  padding: 0px 0px;
}
.discounts {
  color: #ff6e35 !important;
}
.product {
  color: #000;
  font-weight: 600;
}
.price {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}
.text2 {
  color: #f3601d;
  font-size: 14px;
  font-weight: bold;
}
.total_saving {
  background: transparent;
  padding: 0px 0px;
  display: block;
  margin: 0px 0px 10px 0px;
}
.total_saving h4 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.total_saving h4 span {
  float: right;
  font-size: 15px;
  color: #009933;
  font-weight: 600;
}
/*==============================================tab_new_store_page_css============================================*/

.tabs-container nav {
  margin: 0 auto;
  background: #fff;
}
.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.tabs-container nav ul li {
  /* padding: 1rem;*/
  cursor: pointer;
  /* color: #A7A7A7;*/
  /*border-top: 1px solid #eee;*/
  /*margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;*/

  margin: 0 15px;
  padding: 10px 0px;
  color: #000000;
  text-align: center;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}
.tabs-container nav ul li:first-child {
  margin-left: 0px;
}
.tabs-container nav ul li:hover {
  color: #de3c27;
}
.tabs-container nav ul li.active {
  color: #de3c27;
  border-top: none;
}
/* the nitty gritty */
.tabs-container {
  position: relative;/* height: 4em;*/
}
.tabs-container nav {
  /*position: absolute;*/
  width: 100%;
}
.tabs-container nav ul {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 100;
}
.tabs-container nav ul li {
  order: 1;
}
.tabs-container nav ul li.active {
  order: 0;
}
.tabs-container nav ul li.active:after {
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-top: 5px solid #555;
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.4em;
  z-index: 9999;
}
.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}
.tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
}
.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}
.pp-item-box {
  background: #fff;
  padding: 0;
  text-align: center;
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin: 10px auto;
    border-radius:0px;*/
  border: 1px solid #e7e7e7;
  transition: .8s;
  width: 100%;
  position: relative;/* overflow: hidden;*/
}
.item-name {
  width: 100%;
  padding: 2px 25px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: absolute;
  margin: auto;
  bottom: 50px;
  left: 0px;
  /*right: 0px;
    top: 0px;*/
    
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  width: auto;
  line-height: 50px;
  z-index: 2;
  display: inline-block;
}
.item-name i {
  font-size: 20px;
}
.pp-item-box img {
  border-radius: 0px;
}
.pp-item-box img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}
/*.pp-item-box:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}*/

.img-fluid {
  max-width: 100%;
  height: auto;
}
 @media all and (min-width: 42em) {
nav {
  background: transparent;
}
.tabs-container nav ul li.active {
  box-shadow: inset 0 -3px 0 #de3c27;
}
.tabs-container nav ul {
  display: flex;
  flex-direction: row;
  /* justify-content: center;*/
  white-space: nowrap;
  overflow: hidden;
  border: none;
  padding: 0;
}
.tabs-container nav ul li {
  display: inline-block;
  /*margin: 0 1rem 0 1rem;*/
    /*padding: 0 0 0.2rem 0;*/
  border: none;
text-align:;
}
.tabs-container nav ul li:not(.active) {
  position: relative;
  top: auto;
}
.tabs-container nav ul li.active {
  order: 1;
}
.tabs-container nav ul li.active:after {
  display: none;
}
}
.tab-content_store {
  display: none;
  padding: 0px 0px 40px 0px;
}
.tab-content_store.current {
  display: inherit;
}
.store_poroduct_outer {
  border: 1px solid #E2E2E2;
  padding: 5px 10px;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 15px;
  height: 320px;
}
.store_product_outer_image_area {
  height: 190px;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.store_product_outer_image_area img {
  max-width: 100%;
  max-height: 320px;
  max-height: 100%;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;/* object-fit: cover;*/ 
}
.store_poroduct_outer .body-content {
  padding-top: 15px;
}
.store_poroduct_outer.deals-of-day .start-area-rating {
  margin-bottom: 10px;
}
.store_poroduct_outer.deals-of-day .start-area-rating i {
  color: #FF9A00;
  font-size: 14px;
}
.store_poroduct_outer .body-content a .title {
  transition: 0.3s;
  font-size: 14px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #212121;
  font-weight: 500;
  font-family: open sans, sans-serif;
}
.store_poroduct_outer .body-content .price-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;/* font-family: open sans, sans-serif;*/
}
.store_poroduct_outer .body-content .price-area .current {
  font-weight: 600;
  color: #ff6e35;
  font-size: 18px;
  margin-bottom: 0;
}
.store_poroduct_outer .body-content .price-area .previous {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  color: #74787C;
  position: relative;
}
.store_poroduct_outer .cart-counter-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  margin-top: 10px;
  flex-wrap: wrap;
  display: none;
}
.store_poroduct_outer.deals-of-day .cart-counter-action .rts-btn {
  background: #ff6e35;
  color: #fff;
  border: 1px solid #ff6e35;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.store_poroduct_outer.deals-of-day .cart-counter-action .rts-btn:hover {
  background: #303030;
  color: #fff;
  border: 1px solid #303030;
}
.store_poroduct_outer .store_product_outer_image_area .action-share-option {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%) rotateX(-90deg);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  border-radius: 4px;
  background: #5a5959a8;
  padding: 6px 12px;
  transform-origin: bottom;
  transition: 0.4s cubic-bezier(0.375, 1.185, 0.92, 0.975);
}
.store_poroduct_outer:hover .action-share-option {
  bottom: 0;
  transform: translateX(-50%) rotateX(0deg);
}
.store_poroduct_outer .store_product_outer_image_area .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;
}
.store_poroduct_outer .store_product_outer_image_area .action-share-option .single-action i {
  color: #fff;
  transition: all 0.3s;
}
.store_poroduct_outer .store_product_outer_image_area .action-share-option .single-action:hover i {
  color: #ff6e35;
  animation: 0.5s mymove;
}
.store_logo {
  margin: 10px 0px;
  padding: 20px 0px;
  text-align: center;
}
.store_logo img {
  max-height: 30px;
  max-width: 100%;
}
 @media only screen and (max-width: 767px) {
.tabs-container nav ul li {
  text-align: left;
  margin-left: 0px;
}
.store_logo {
  text-align: center;
}
.profile h3 {
  text-align: left !important;
  margin: 0px 0px 20px 0px;
}
}
.store--sticky {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  box-shadow: none;
  z-index: 1000;
  margin: auto;
  align-items: center;
  left: 0;
  border-radius: 0;
  transition: none;
  top: 0;
  transform: translateY(0);
}
.store--sticky .sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
#sticky {
  background: #fff;
  width: 100%;
  border-top: solid 1px #d7d7d7;
  border-bottom: solid 1px #d7d7d7;
  padding: 20px 0px 18px 0px;
  margin-bottom: 20px;
}
/*==========================user-panel=========================*/
.signup_erea .modal-dialog {
  max-width: 700px;
  border: none;
  width: 93%;
  margin: auto;
}
.signup_erea .modal-body {
  padding: 0px;
}
.close-reg {
  top: -18px;
  right: -17px;
  border-radius: 100%;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background: #ff6e35;
  right: 0pxfl;
  float: right;
  top: -18px;
  position: relative;
}
.col-container {
  display: flex;/* width: 100%; */
}
.mrl_20 {
  padding: 0px 20px;
}
.left_side_panel_login {
  background: linear-gradient(346deg, #9b3912, #ff6e35);
  background-size: 100%;
  border-radius: 6px 0px 0px 6px;
  padding: 42px 20px 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.left_side_panel_login::after {
  height: 15rem;
  width: 16rem;
  background-color: #e3c7bd;
  bottom: -8rem;
  right: -5rem;
  box-shadow: 2rem 6rem 0 -3rem #FFF;
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: 50%;
}
.left_side_panel_login p span {
  font-size: 20px;
}
.left_side_panel_login h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0px;
  color: #fff;
}
.left_side_panel_login p {
  text-align: center;
  color: #fff;
  font-weight: bold;
 letter-spacing:;
  font-size: 14px;
  line-height: 20px;
}
.login-and-register-form .custom-form .log-submit-btn {
  float: left;
  background: #ff5858;
  padding: 13px 35px;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 12px;
  width: 100%;
}
.login-and-register-form .main-register h3 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  padding: 20px 0px;
  /* margin-bottom: 20px; */
  font-weight: 700;
  color: #ff5858;
  border-bottom: 1px solid #eee;
}
.login-and-register-form .custom-form label {
  float: left;
  font-size: 14px;
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 500;
  color: #202020;
}
@media screen and (max-width: 768px) {
.left_side_panel_login {
  display: none;
}
}
.author__contact {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.author__contact li {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0px;
  font-family: open sans, sans-serif;
}
.author__contact li a {
  color: #ff6e35 !important;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.author__contact li span i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #fff;
  color: #77797a;
  border-radius: 50%;
  font-size: 13px;
  margin-right: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 1px #e5e2e2;
}
#myDIV-1 {
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  display: none;
  background-color: #fff6f3;
  margin-top: 20px;
}
.delete i {
  font-size: 16px;
  margin-right: 6px;
}
.delete {
  background-color: #fff;
  border: solid 1px #ccc !important;
  padding: 6px 20px;
  color: #403b3b;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-right: 6px;
  overflow: hidden;
  border: none;
  border-radius: 3px;
  width: auto;
  text-align: center;
  margin-top: 20px;
}
.user-profile-box .header {
  padding: 10px 20px 0px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  background: #1d293e;
  background-size: cover;
  color: #ffffff;
  z-index: 1;
  border-radius: 6px 6px 0px 0px;
}
.user-profile-box {
  background: #ff6e35;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 5px 10px;
}
.user-profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 0px solid #007185;
  bottom: 5px;
  /* float: left; */
  height: 60px;
  width: 60px;
  /* position: absolute; */
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}
.active-user h2 {
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 2px;
  color: #fff;
  text-align: left;
}
.active-user h2 span {
  display: block;
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
}
.dashboard-account-area {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 20px 20px;
  min-height: 535px;
}
.dashboard-account-area h2 {
  border-bottom: solid 1px #f1f0f0;
  padding-bottom: 10px;
  font-family: open sans, sans-serif;
}
.dashboard-account-area h3 {
  padding-bottom: 10px;
  font-size: 16px;
  color: #107207;
  line-height: 1.23;
  display: inline-block;
  font-weight: 600 !important;
  font-family: open sans, sans-serif;
}
.dashboard-account-area h3 b {
  color: #e14b0f;
  font-weight: normal !important;
}
.cancelled {
  color: #ff3434 !important;
}
.edit2 {
  background-color: #fff;
  /*  border: solid 1px #ccc !important;*/
 /*padding:6px 20px;*/ 
  color: #ff6e35;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.edit2:hover {
  text-decoration: underline;
}
.edit2 i {
  font-size: 16px; /*margin-right:px;*/
}
.order_img {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  border: solid 1px #e9e9e9;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  background: #fff;
}
.order_img img {
  max-width: 75px;
}
.product_name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #333;
  font-family: open sans, sans-serif;
  line-height: 22px;
}
.order_id {
  color: #0171d5;
  font-weight: 600;
  font-size: 14px;
  font-family: open sans, sans-serif;
}
.order_id a {
  color: #007185;
  text-decoration: none !important;
}
.order_id a:hover {
  color: #ff6e35;
}
.order_id span {
  color: #545150;
  font-size: 13px;
  text-decoration: underline;
  margin-left: 10px;
}
.delivered {
  font-weight: bold;
  font-size: 15px;
  font-family: open sans, sans-serif;
}
.delivered i {
  color: #25a540;
  margin-right: 10px;
  font-size: 14px;
}
.delivered span {
  display: block;
  padding-left: 25px;
  color: #ff6e35;
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.cancelled {
  font-weight: bold;
  font-size: 15px;
}
.cancelled i {
  color: #ff6060;
  margin-right: 10px;
  font-size: 14px;
}
.cancelled span {
  display: block;
  padding-left: 25px;
  color: #ff6e35;
  font-size: 13px;
  font-family: open sans, sans-serif;
}
.refund_completed {
  font-weight: bold;
  font-size: 15px;
}
.refund_completed i {
  color: #ff9f00;
  margin-right: 10px;
  font-size: 14px;
}
.instruction {
color:;
  font-size: 14px;
  margin: 5px 0px;
  padding: 0px 25px;
}
.price_order {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.btn-small {
  border-radius: 6px;
  background: #ff6e35;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  padding: 3px 10px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border: solid 1px #e9e4e4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 30px;
}
/*==========================coupon==open=======================*/

  

.welcome2 {
  border: solid 1px #e7e3e3;
  padding: 100px 40px;
}
.welcome2 h1 {
  color: #000;
  font-size: 30px;
  text-align: center;
}
.tf__dashboard_overview_item {
  background: #f6f6f6;
  border: 1px solid #efeded;
  border-radius: 8px;
  padding: 30px 20px;
  text-align: center;
  margin-top: 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.tf__dashboard_overview_item .icon {
  width: 80px;
  height: 80px;
  border: 1px solid #efeded;
  border-radius: 8px;
  padding: 20px;
  margin: 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.tf__dashboard_overview_item h4 {
  font-weight: 600;
  font-size: 48px;
  margin: 17px 0px 10px 0px;
  color: #a76e00;
}
.tf__dashboard_overview_item p {
  font-weight: 700;
  font-size: 18px !important;
  color: #150000;
  text-transform: none;
}
.abailable_coupons {
  text-align: right;
  margin: -30px 0px 20px 0px;
  color: #000;
  font-size: 12px;
  display: block;
  float: right;
}
.abailable_coupons span {
  text-align: right;
  margin: 10px 0px;
  color: #000;
  font-size: 12px;
  /*border-radius: 30px; */
  border-bottom: solid 1px #ff6e35;
  padding: 5px 2px;
  /*  background:#ff6e35;*/
  font-weight: 600;
}
.coupon2 {
  width: 100%;
  min-height: 90px;
  border-radius: 10px;
  overflow: hidden;
  /*  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));*/
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.coupon2::before, .coupon2::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.coupon2::before {
  left: 0;
  /*background-image: #fbf7e3;*/
  background-image: radial-gradient( circle at 0 50%, transparent 6px, #fff 5px );
}
.coupon2::after {
  right: 0;
  background-image: #fbf7e3;
}
.center_mar {
  margin: 5px 0px;
}
.center_mar h3 {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
}
.coupon2 &gt; div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
.center2 p {
  color: #000 !important;
  text-align: center !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-transform: none;
  margin: 5px 7px;
}
.apply2 a {
  font-size: 13px;
  color: #333;
  font-weight: 600;
  border: solid 1px #FFC107;
  background: #FFC107;
  border-radius: 30px;
  padding: 3px 10px;
}
.left2 {
  width: 40px !important;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
.left2 div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
  color: #000 !important;
  font-size: 12px;
}
.center2 {
  flex-grow: 1;
  text-align: center;
}
.right2 {
  width: 32px;
  /*background:#ff6e35;*/
  background-image: radial-gradient( circle at 100% 50%, transparent 8px, #ff6e35 8px );
}
.right2 div {
  font-size: 20px !important;
  font-weight: 600;
  /* transform: rotate(-90deg);*/
  color: #464646;/*font-family: 'Libre Barcode 128 Text', cursive;*/
  

}
.center2 h2 {
  background: #273741;
  color: gold;
  padding: 2px 6px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}
.center2 h3 {
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-weight: 600;
}
.center2 small {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #007185;
  line-height: 10px !important;
}
 @media screen and (max-width:500px) {
.view-details2 {
  float: none;
}
.add_to_cart {
  float: none;
}
.coupon2 {
  width: 100%;/* display:grid;
    grid-template-columns:1fr;*/
}
/*.left2 div {
    transform: rotate(0deg);
  }
  .right2 div {
    transform: rotate(0deg);
    
  } */
}
/*==========================coupon==end=======================*/

 
.side {
  position: sticky;
  top: 70px;
}
.ter_ms {
  font-size: 15px;
  color: #111;
  margin: 20px 0px;
  font-family: "Barlow", sans-serif;
  text-align: center;
}
.ter_ms a {
  color: #111;
  text-decoration: underline;
}
.ter_ms a:hover {
  text-decoration: none;
  color: #ff6e35;
}
.new_customer {
  font-size: 15px;
  color: #111;
  margin: 20px 0px;
  font-family: open sans, sans-serif;
  text-align: center;
}
.new_customer a {
  border-radius: 30px;
  color: #111;
  text-decoration: underline;
}
.new_customer a:hover {
  text-decoration: none;
  color: #ff6e35;
}
.radio_button {
  display: flex;
}
.radio_button label {
  margin-right: 20px;
}
.radio_button label input {
  margin-right: 5px;
}
.star {
  color: red;
  font-size: 12px;
  top: -4px;
  position: relative;
}
.profile-info {
  width: 100%;
}
.profile-info p {
  font-size: 14px;
  margin: 0px 0px 1px 0px;
  padding: 0px;
  font-family: open sans, sans-serif;
  font-weight: 600;
}
.profile-info p strong {
  font-weight: 700;
}
.profile-info p span {
  display: inline-block;
  text-align: right;
  color: #6e777d;
}
.cont_profile {
  display: block;
}
.cont_1 {/*width:155px;*/
  display: block;
  text-align: right;/* margin-right: 20px;*/
  color: #6e777d;
  padding: 3px 0px;
  font-size: 14px;
  font-family: open sans, sans-serif;
}
.cont_2 {
  font-size: 14px;
  font-family: open sans, sans-serif;
  font-weight: 600;
  color: #333333;
  text-align: left;
  padding: 4px 0px;
  display: block;
}
.seller {
  background: #ff6e35;
  color: #fff;
  border-radius: 30px;
  padding: 1px 10px;
  font-size: 12px;
  font-weight: 800;
}
.mr_10 {
  margin-right: 10px;
}
/*====================my-order=page================*/

.orders_tab {
  width: 100%;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
.orders_tab ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.orders_tab ul li {
  color: #000;
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-family: open sans, sans-serif;
  font-weight: 500;
}
.orders_tab ul li a {
  color: #3e3b3b;
  padding: 10px 15px;
}
.orders_tab ul li a.current, .orders_tab ul li a:hover {
  color: #ff6e35;
  text-decoration: none;
  border-bottom: 2px solid #ff6e35;
  position: relative;
}
.a-row {
  width: 100%;
  margin-top: 10px;
  background: #f3f3f3;
  padding: 5px 20px;
}
.a-spacing-base {
  margin-bottom: 12px !important;
}
.a-row .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 27px;
  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: 100%;
}
.a-row .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 27px;
  list-style: none;
  min-height: 20px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0a0b0c;
  font-size: 14px;
}
.num-orders {
  font-weight: 700;
  color: #303232;
}
.aok-inline-block {
  display: inline-block;
  margin-right: 20px;
}
.a-dropdown-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
}
/*====================my-order=page=end===============*/



.address_shipping {
  width: 100%;
  font-family: open sans, sans-serif;
}
.address_shipping h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  color: #000;
}
.address_shipping p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.address_shipping p span {
  display: block;
  font-weight: 700;
}
.item_df {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.item_df span {
  text-align: right;
  float: right;
}
.grand_total {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.grand_total span {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}
.transactions a {
  color: #007185 !important;
  font-size: 16px;
  font-weight: 600;
}
.transactions a:hover {
  text-decoration: underline;
}
.order_dfsd {
  width: 100%;
  font-family: open sans, sans-serif;
}
.order_dfsd ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.order_dfsd ul li {
  font-size: 14px;
  display: inline-block;
  color: #007185 !important;
  font-weight: 600;
}
.order_dfsd ul li:after {
  content: '|';
  padding: 0px 10px;
}
.order_dfsd ul li:last-child:after {
  display: none;
}
.invoice {
  font-size: 14px;
  font-weight: 600;
  border: solid 1px #ccc;
  display: inline-block;
  padding: 2px 10px;
  float: right;
  border-radius: 4px;
  color: #007185;
}
.oreder_dfdjkl {
  border-top: solid 1px #edebeb;
  margin-top: 30px;
}
.searchBar {
  width: 100%;
  ;
  height: 40px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  border: 1px solid #cbc6c6;
  border-radius: 6px;/*box-shadow: 0 4px 6px 0 rgba(0,0,0,0.1);*/
}
.searchBarInput {
  position: absolute;
  width: 80%;
  height: 40px;
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-sizing: border-box;
  padding: 0 8px;
  font-size: 30px;
  outline: none;
}
.searchBar input {
  line-height: 36px;
}
.relativ {
  position: relative;
}
.iconSearchContainer {
  background: #343434;
  position: absolute;
  width: 50px;
  height: 38px;
  box-sizing: border-box;
  right: 0px;
  border: none;
  /* border-left: 1px solid black; */
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconSearchContainer i {
  color: #fff;
  font-weight: 300;
}
.item_dfsd {
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  color: #000;
}
.comment {
  font-size: 11px;
  margin: 10px 0px;
  text-align: left;
  color: #007185 !important;
}
/*========================file_uploader======================*/

.file-uploader {
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #242424;
}
.file-uploader__message-area {
  font-size: 18px;
  padding: 10px 1em;
  text-align: center;
  color: #377a65;
}
.file-uploader__message-area p {
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}
.file-list {
  background-color: white;
  font-size: 16px;
}
.file-list__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-list li {
  height: 50px;
  line-height: 50px;
  margin-left: 0.5em;
  border: none;
  overflow: hidden;
}
.removal-button {
  width: 10%;
  border: none;
  background-color: #d65d38;
  color: white;
}
.removal-button::before {
  content: "X";
}
.removal-button:focus {
  outline: 0;
}
.file-chooser {
  padding: 0px;
  transition: background-color 1s, height 1s;
}
.file-chooser p {
  font-size: 18px;
  padding-top: 1em;
}
.file-uploader {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
}
.file-uploader * {
  display: block;
}
.file-uploader input[type=submit] {
  margin-top: 2em;
  float: right;
}
.file-list {
  margin: 0 auto;
  max-width: 90%;
}
.file-list__name {
  max-width: 70%;
  float: left;
  padding-left: 20px;
  padding-top: 10px;
}
.removal-button {
  display: inline-block;
  height: 100%;
  float: right;
}
.file-chooser {
  /*width: 90%;*/
  margin: 0px auto;
}
.file-chooser__input {
  margin: 0 auto;
  border: none !important;
}
.file-uploader__submit-button {
  width: 100%;
  border: none;
  font-size: 1.5em;
  padding: 1em;
  background-color: #72bfa7;
  color: white;
}
.file-uploader__submit-button:hover {
  background-color: #a7d7c8;
}
.file-list li:after, .file-uploader:after {
  content: "";
  display: table;
  clear: both;
}
.hidden {
  display: none;
}
.hidden input {
  display: none;
}
.error {
  background-color: #d65d38;
  color: white;
}
/*===========================file-end========================*/


.itemInfo_Dfdsf {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.itemInfo_Dfdsf .itemImg_ddsfd img {
  max-width: 50px;
  display: inline-block;
  margin-right: 15px;
}
.itemInfo_Dfdsf h4 {
  font-size: 14px;
  font-family: open sans, sans-serif;
}
/* Careers all css start */


.career-head .category-hover-header::after {
  display: none;
}
/* .career-header{
  padding: 15px 0px 20px 0px;
} */

.careerheader-sticky {
  padding: 15px 0px 20px 0px;
}
.career-head .category-btn.category-hover-header.eight-style {
  padding: 0px;
  background: none;
  border-radius: 0px;
  width: 300px;
}
.career-head .category-btn.category-hover-header.eight-style span {
  margin-left: 40px !important;
  cursor: pointer;
  position: relative;
}
.career-header .career-head .category-btn.category-hover-header.eight-style span {
  font-size: 16px;
  font-weight: 400;
}
.career-header .rts-header-nav-area-one .nav-area ul li a {
  padding: 12px 8px;
  font-weight: 400;
  font-size: 16px;
}
.career-head .category-btn.category-hover-header:hover {
  background: none !important;
}
.slash:after {
  width: 2px;
  height: 40px;
  background-color: #ffff;
  position: absolute;
  content: '';
  left: 0;
  top: -7px;
  z-index: 99999;
}
.career-footer {
  text-align: center;
}
.social-career-list {
  text-align: center;
  justify-content: center;
}
.career-footer .footer-nav ul li a {
  font-size: 16px;
  font-weight: 600;
}
/*search box css start here*/
.search-sec {
  padding: 2rem;
}
.search-slt {
  display: block;
  width: 100%;
  font-size: 16px !important;
  /* line-height: 1.5; */
  color: #55595c;
  /* background-color: #fff;
  background-image: none;
  border: 1px solid #ccc; */
  height: 60px !important;/* border-radius:10px; */
}
.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: 60px;
  border-radius: 0;
}
@media (min-width: 992px) {
.search-sec {
  position: relative;
  margin-top: -350px;
  z-index: 99;/* background: rgba(26, 70, 104, 0.51); */
}
}
 @media (max-width: 992px) {
.search-sec {
  background: #1A4668;
}
}
/* .search-slt{
  background: #fff !important;
} */

.search-outer {
  background-color: #fff;
  border-radius: 50px;
}
.seerch-select {
  width: 100%;
}
.career-slider-input a.rts-btn {
  position: absolute !important;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  padding: 12px 17px 12px 25px;
}
.rts-btn.with-icon .career-slider-icon {
  display: inline-block;
  color: #fc7035;
  font-weight: bold;
  font-size: 20px;
}
.search-slt2 {
  padding-left: 60px !important;
  background: transparent !important;
}
.career-slider-input {
  flex-basis: auto;
  position: relative !important;
}
.search-slt:focus {
  background-color: none;
  border-color: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 80px;
}
.wrn-btn:focus {
  box-shadow: none !important;
  border: none;
  outline: none;
}
.fa-arrow-right-bg {
  background-color: #000;
  color: #fff;
  padding: 10px;
  border-radius: 50px;
}
.social-two-wrapper ul li a {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ff6e35;
}
.social-two-wrapper ul li {
  padding: 0px 12px;
}
.social-list {
  border-top: none;
  margin-top: 0px;
}
.social-two-wrapper ul li a:hover {
  background: #404040;
}
.slider-heading h1 {
  font-size: 56px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 25px;
}
.careersection1 {
  padding-top: 120px;
  padding-bottom: 40px;
}
.bighd {
  display: block;
  font-size: 32px;
  color: #000;
  /* font-weight: 800; */
  margin-bottom: 60px;
}
.career-contents .bighd-subtitle {
  font-size: 32px;
  color: #000;
}
.career-contents p {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
.career-content {
  padding: 0px 20px;
}
.career-content p {
  /* text-align: justify; */
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.7;
}
.careersection2 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.careersection3 {
  padding-top: 20px;
  padding-bottom: 40px;
}
.ethoscont {
  min-height: 375px;
  padding: 20px 75px 30px 75px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  text-align: center;
  /* min-height: 278px; */
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  margin: 0px 10px 30px 10px;
  transition: 0.6s;
}
.career-contents {
  padding: 0px 100px;/* display: flex; */

}
.career-content2 {
  padding: 10px 15px;
}
.career-content2 p {
  font-weight: 400;
  text-align: justify;
}
.ethoscont h3 {
  font-size: 28px;
  margin-bottom: 0px;
  color: #000;
}
.ethoscont p {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
}
.ethoscont:hover {
  transform: translateY(-10px);/* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
}
.careersection5 {
  padding-bottom: 60px;
}
.careersection4 {
  background-color: #de7921;
  padding-bottom: 40px;
}
.candidate-login-sec {
  background-color: #de7921;
  padding: 40px 0px;
}
.opportunities-heading {
  color: #fff;
  margin-bottom: 0px;
}
.opportunities-content p {
  color: #fff;
  font-size: 22px;
}
.applybtn {
  border-radius: 6px;
  /* border: 1px solid #E2E2E2; */
  height: 40px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  gap: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.applybtn:hover {
  background: #ff5f1f;
  color: #fff;
}
.applynow-btn {
  border-radius: 6px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 12px 40px;
  gap: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #ff5f1f!important;
}
.applynow-btn:hover {
  background: #343434 !important;
  color: #fff;
}
.apply-now-brn-wrapper {
  margin: 50px 0px 20px 0px;
}
.discription-sec {
  padding: 30px 0px 50px 0px;
}
.discription-content h1 {
  font-size: 30px;
  color: #000;
  text-align: center;
  /*border-bottom: 1px solid #d1d1d1;*/
  padding-bottom: 30px;
}
.discription-content h2 {
  font-size: 24px;
  color: #000;
  margin-bottom: 8px;
  margin-top: 30px;
}
.discription-content ul {
  padding-left: 0px;
}
.discription-content ul li i {
  padding-right: 10px;
}
.discription-content ul li {
  list-style: none;
}
.discussions-list li {
  position: relative;
  padding-left: 25px;
}
.discription-content p {
  margin-bottom: 12px;
}
.discussions-list li:before {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  content: '';
  left: 0px;
  top: 5px;
  background-color: #fc7035;
  position: absolute;
}
.page-title {
  background: url(../images/Career-img/career-inner-bg.jpg);
  /* min-height: 555px; */
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
.culture-bg {
  background: url(../images/culture-bg.jpg);
  /* min-height: 555px; */
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-position: center;
  overflow: hidden;
}
.jobs-bg {
  background: url(../images/jobs-bg.jpg);
  /* min-height: 555px; */
  min-height: 550px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  background-position: center;
  overflow: hidden;
}
.page-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  /* background: #02020A; */
  background: #02020ac4;
  opacity: 0.8;
}
.page-title .breadcumb-wrap h2 {
  font-size: 40px;
  font-style: normal;
  /* font-weight: 700; */
  line-height: 48px;
  /* padding-left: 100px; */
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}
.page-title .breadcumb-wrap .culture-heading {
  text-align: left;
  padding-left: 100px;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 2px;
}
.culture-sec {
  padding-top: 60px;
  padding-bottom: 40px;
}
.culture-sec .bighd {
  margin-bottom: 20px;
}
.culture-sec .culture-para {
  max-width: 840px;
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 0px auto;
}
.culture-sec2 {
  padding-top: 50px;
}
.culture-top-content {
  margin-bottom: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.culture-top-content h2 {
  font-size: 42px;
  font-weight: 600;
}
.culture-top-content p {
  font-size: 22px;
  line-height: 1.4;
}
.culture-ethoscont {
  min-height: 390px;
  border: 1px solid #d7d7d7;
  padding: 30px;
  box-shadow: none;
}
.culture-ethoscont h3 {
  text-align: left;
  line-height: 32px;
  margin-bottom: 20px;
}
.culture-ethoscont p {
  text-align: left;
  margin-bottom: 14px;
  font-size: 22px;
}
/* About Us page Css Start */

.page-title .breadcumb-wrap .about-heading {
  text-align: center;
  padding-left: 0px;
  font-weight: 500;
  font-size: 50px;
  letter-spacing: 2px;
}
.about-us-content {
  padding: 30px 20px;
}
.about-us-content h4 {
  font-size: 42px !important;
  color: #000;
  font-weight: 600;
}
.about-us-content p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.about-us-img {
  text-align: center;
}
.about-us-img {
  margin-top: 110px;
}
.about-us-img img {
  border-radius: 10px;
}
.about-content-box {
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  box-shadow: none;
  min-height: 308px;
  margin: 0px 8px 30px 8px;
  padding: 20px 45px;
}
.about-content-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  color: #000;
}
.about-content-box p {
  line-height: 1.7;
  font-size: 18px;
}
.about-content-box-bg {
  background-color: #de7921;
  border: 0px;
}
.about-content-box-bg h3 {
  color: #fff;
  font-weight: 500;
}
.about-content-box-bg p {
  color: #fff;
}
/* About us css end */

/* apply job page css start */

.job-apply-wrapper {
  box-shadow: none;
  border: none;
  max-width: 750px;
}
.job-apply-form .input-wrapper label {
  margin-bottom: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.job-apply-form .input-wrapper input {
  font-size: 16px;
  height: 45px;
}
.job-apply-form .input-wrapper .nice-select {
  height: 45px !important;
}
.job-input-wrapper {
  margin-bottom: 20px !important;
}
/* .job-apply-form .input-wrapper input[type="file"]::-webkit-file-upload-button{
  background: #ED1C1B;
  border: 2px solid #ED1C1B;
  padding: 10px 25px;
  color: #fff;
} */


.file-input-group input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.file-input-group .choose-filebtn {
  background-color: #de7921;
  color: #fff !important;
  padding: 10px 15px;
  height: 45px;
}
.jon-apply-btn {
  background-color: #de7921 !important;
  transition: 0.6s;
  height: 45px;
}
.jon-apply-btn:hover {
  background-color: #000 !important;
}
.job-apply-heading {
  padding-top: 20px;
  /*  border-bottom: solid 1px #fff; */
  margin-bottom: 20px;
}
.job-apply-heading h1 {
  text-align: center;
  font-size: 28px;
  color: #000;
}
/* job apply css end */
.culture-img {
  margin-top: 75px;
}
.culture-img img {
  border-radius: 0px;
  width: 100%;
}
.candidate-login-section {
  background-color: #ff6e35;
  height: 89vh;
}
.candidate-login-form {
  padding: 40px 20px;
  margin-top: 0px !important;
  margin-bottom: 70px !important;
  border-radius: 5px;
  border: 1px solid #232f3e;
  background-color: #232f3e;
}
.candidate-login-inner .input-wrapper label {
  color: #fff;
  font-size: 15px;
}
.candidate-login-btn {
  height: 45px;
}
/* jobs page css start */
.job-section {
  padding: 60px 0px 80px 0px;
}
.single-filter-box .job-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  background-color: #de7921;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.job-list {
  margin: 0px;
}
.job-list li {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 20px 18px 20px;
  text-align: center;
  border-bottom: 1px solid #cdcdcd;
}
.job-category-wrapper {
  margin-left: 0px;
}
.single-filter-box .job-filterbox {
  padding: 0px 0px 0px 0px;
}
.singal-job-filter {
  border: 1px solid #cdcdcd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.index-five .job-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
  padding: 10px 20px 15px 20px;
  min-height: 140px;
  border-top: 3px solid #de7921;
}
.job-box .body-content a .job-box-title {
  font-size: 20px;
  white-space: normal;
  color: #000;
  min-height: 55px;
}
.job-main-title {
  text-align: center;
  font-size: 48px;
  color: #000;
  font-weight: 600;
}
.job-search-sec {
  margin-top: 0px;
  padding: 0px 0px 50px 0px;
}
.job-search-outer {
  border: 1px solid #bbbbbb !important;
}
.job-search-input {
  border-radius: 50px !important;
  background: transparent !important;
  padding-left: 30px !important;
}
.job-search-btn {
  height: 60px;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  display: flex;
}
.job-search-btn .job-search-btn-icon {
  font-size: 35px !important;
}
.select-job-location {
  width: 80% !important;
  border: none !important;
  border-radius: 0px !important;
  border-left: 1px solid #bbbbbb !important;
  line-height: 50px;
}
.select-job-location:focus {
  border-radius: 0px !important;
  outline: none;
  border: none !important;
  border-left: 1px solid #b7b7b7 !important;
  line-height: 50px;
}
.desk-none {
  display: none;
}
 @media(max-width:1280px) {
.about-content-box {
  min-height: 300px;
}
}
 @media(max-width:1199px) {
.about-content-box {
  min-height: 310px;
}
.about-us-img {
  margin-top: 80px;
}
.job-section .job-category-col {
  display: block;
}
.job-main-title {
  font-size: 42px;
}
}
 @media(max-width:1166px) {
.ethoscont {
  padding: 20px 40px 30px 40px;
  min-height: 405px;
}
.about-content-box {
  padding: 20px 30px 30px 30px;
  min-height: 325px;
}
.career-contents {
  padding: 0px 50px;
}
.culture-ethoscont {
  padding: 20px 30px;
  min-height: 430px;
}
.culture-ethoscont h3 {
  font-weight: 600;
  font-size: 28px;
}
}
 @media(max-width:991px) {
.careerheader-sticky {
  padding: 0px;
}
.page-title {
  min-height: 280px;
}
.about-us-content h4 {
  font-size: 30px !important;
}
.about-content-box {
  padding: 20px 30px 30px 30px !important;
  min-height: 310px !important;
}
.culture-sec2 {
  padding-top: 25px;
}
.career-contents .bighd-subtitle {
  font-size: 28px;
  margin-bottom: 10px;
}
.slider-heading h1 {
  font-size: 45px;
}
.careersection1 {
  padding-top: 50px;
}
.bighd {
  margin-bottom: 40px;
  font-size: 30px;
}
.ethoscont {
  padding: 0px 30px 30px 30px;
  min-height: 350px;
}
.careersection2 {
  padding-bottom: 25px;
}
.ethoscont h3 {
  font-size: 24px;
}
.career-contents {
  padding: 0px 30px;
}
.career-content p {
  font-size: 20px;
  line-height: 1.5;
}
.ethoscont p {
  font-size: 20px;
  line-height: 1.5;
}
.career-contents p {
  font-size: 20px;
}
.opportunities-content p {
  font-size: 20px;
}
.culture-top-content h2 {
  font-size: 38px;
  margin-bottom: 10px !important;
}
.culture-ethoscont h3 {
  margin-bottom: 10px;
}
.culture-ethoscont {
  padding: 20px 30px;
  min-height: 305px;
}
.job-search-sec {
  background: transparent;
}
.job-main-title {
  font-size: 36px;
  padding-left: 40px;
  margin-bottom: 10px;
}
.job-search-outer {
  height: 45px !important;
}
.job-search-input {
  height: 45px !important;
}
.select-job-location2 {
  height: 45px !important;
  background-color: transparent !important;
  line-height: 35px !important;
}
.job-search-sec {
  padding: 0px 0px 30px 0px;
}
.job-apply-sectin {
  padding-top: 20px;
}
.job-apply-heading {
  padding-top: 0px;
}
.candidate-login-form {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.candidate-login-section {
  padding: 40px 0px;
}
.job-search-btn {
  height: 45px;
  text-align: center;
  /* justify-content: center; */
  align-items: center;
  display: flex;
}
.job-search-btn .job-search-btn-icon {
  font-size: 28px !important;
}
.about-us-img {
  margin-top: 50px;
}
}
 @media(max-width:820px) {
.slider-heading h1 {
  font-size: 38px;
}
.career-content p {
  font-size: 20px;
  line-height: 1.5;
}
.bighd {
  font-size: 30px;
  margin-bottom: 30px;
}
.careersection1 {
  padding-bottom: 20px;
}
.ethoscont {
  padding: 0px 20px 20px 20px;
  min-height: 365px;
}
.ethoscont p {
  font-size: 20px;
  line-height: 1.5;
}
.career-contents .bighd-subtitle {
  font-size: 26px;
}
.career-contents {
  padding: 0px 10px;
}
.about-content-box {
  /* padding: 20px 30px 30px 30px !important; */
  min-height: 300px !important;
}
.culture-ethoscont {
  padding: 20px 30px;
  min-height: 340px;
}
.culture-top-content h2 {
  font-size: 36px;
}
.culture-sec {
  padding-top: 35px;
}
.culture-top-content {
  margin-bottom: 40px;
}
.culture-top-content p {
  font-size: 20px;
}
.page-title .breadcumb-wrap .about-heading {
  font-size: 38px;
}
.page-title {
  min-height: 220px;
  background-position: left;
}
.page-title .breadcumb-wrap h2 {
  font-size: 38px;
}
.job-box .body-content a .job-box-title {
  font-size: 19px;
}
.job-list li {
  padding: 12px 15px;
}
}
 @media(max-width:767px) {
.bighd {
  font-size: 28px;
}
.slider-heading h1 {
  font-size: 30px;
}
.about-us-img {
  margin-top: 0px;
}
.career-content p {
  font-size: 17px;
  text-align: justify;
}
.ethoscont h3 {
  font-size: 22px;
  font-weight: 600;
}
.ethoscont p {
  font-size: 17px;
}
.ethoscont {
  min-height: 310px;
}
.career-contents .bighd-subtitle {
  font-size: 22px;
}
.career-contents p {
  font-size: 17px;
}
.opportunities-content p {
  font-size: 17px;
}
.applybtn {
  font-size: 18px;
}
.career-contents {
  padding: 10px;
}
.opportunities-content p br {
  display: none;
  padding-bottom: 10px;
}
.opportunities-heading {
  margin-bottom: 12px;
}
.page-title {
  min-height: 220px;
}
.about-content-box {
  min-height: 290px !important;
}
.about-us-content h4 {
  font-size: 28px !important;
}
.culture-sec {
  padding-bottom: 10px;
}
.culture-top-content h2 {
  font-size: 32px;
}
.culture-ethoscont {
  padding: 20px;
}
.page-title .breadcumb-wrap h2 {
  font-size: 38px;
}
.job-section {
  padding: 40px 0px 40px 0px;
}
.job-main-title {
  padding-left: 60px;
  font-size: 32px;
}
.discription-content p {
  text-align: justify;
}
.job-apply-wrapper {
  padding: 20px;
}
.candidate-login-btn {
  width: 100%;
}
.culture-sec .culture-para {
  font-size: 17px;
}
.page-title .breadcumb-wrap .culture-heading {
  letter-spacing: 0px;
  font-size: 28px;
}
}
 @media(max-width:576px) {
.career-footer {
  text-align: left;
}
.slider-heading h1 {
  font-size: 26px;
  margin-bottom: 12px;
}
.search-outer {
  border-radius: 0px;
  background: transparent;
}
.search-slt {
  height: 45px !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  margin-bottom: 10px;
}
.select-job-location {
  width: 100% !important;
  line-height: 35px;
  background-color: transparent;
}
.select-job-location:focus {
  border-radius: 50px !important;
  line-height: 35px !important;
}
.wrn-btn {
  height: 45px;
  background-color: #000;
  border-radius: 50px;
  width: 100%;
  /* text-align: right; */
  font-size: 20px;
}
.social-two-wrapper ul li a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.social-two-wrapper ul li {
  padding: 0px 7px;
}
.social-career-list2 {
  padding: 15px 0px 0px 0px;
}
.careersection1 {
  padding-top: 25px;
  padding-bottom: 5px;
}
.bighd {
  font-size: 24px;
  margin-bottom: 20px;
}
.career-img-box {
  margin-bottom: 20px;
}
.career-content {
  padding: 0px;
}
.ethoscont {
  min-height: auto;
}
.ethoscont h3 {
  font-size: 20px;
}
.ethoscont p {
  text-align: justify !important;
}
.careersection2 {
  padding-bottom: 5px;
}
.career-contents {
  padding: 20px 0px 25px 0px;
}
.career-contents p {
  text-align: justify;
}
.career-contents .bighd-subtitle {
  font-size: 20px;
}
.careersection5 {
  padding-bottom: 0px;
}
.applybtn {
  font-size: 14px;
}
.culture-sec {
  padding-top: 30px;
}
.page-title .breadcumb-wrap .about-heading {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
}
.about-us-content h4 {
  font-size: 24px !important;
  margin-bottom: 5px !important;
}
.about-row {
  margin-top: 0px !important;
}
.about-content-box {
  min-height: auto !important;
}
.about-us-content p {
  line-height: 1.5;
}
.about-us-content {
  padding: 20px 0px 15px 0px;
}
.culture-sec2 {
  padding-top: 0px;
}
.page-title {
  min-height: 160px;
  background-position: left;
}
.page-title .breadcumb-wrap h2 {
  font-size: 30px;
  line-height: 1.2;
}
.culture-top-content h2 {
  font-size: 24px;
  font-weight: 700;/* text-align: left !important; */
}
.culture-sec .culture-para {
  text-align: justify;
}
.culture-top-content {
  margin-bottom: 30px;
}
.culture-ethoscont {
  margin: 0px 0px 20px 0px;
}
.culture-ethoscont h3 {
  line-height: 1.3;
}
.job-section {
  padding: 25px 0px 25px 0px;
}
.job-main-title {
  padding-left: 0px;
  font-size: 24px;
  margin-bottom: 15px;
}
.job-list li {
  text-align: left;
  font-size: 16px;
  padding: 10px 15px;
}
.discription-content h1 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.discription-content h2 {
  font-size: 22px;
  margin-top: 15px;
}
.applynow-btn {
  font-size: 14px;
  padding: 10px 30px;
}
.apply-now-brn-wrapper {
  margin: 30px 0px 0px 0px;
}
.job-form-ml {
  padding: 0px;
}
.job-apply-wrapper {
  padding: 0px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.job-apply-form .input-wrapper label {
  font-size: 14px;
}
.job-apply-form .input-wrapper input {
  font-size: 15px;/*height: 40px;*/
}
.job-input-wrapper {
  margin-bottom: 12px;
}
.mob-none {
  display: none;
}
.candidate-login-form {
  padding: 5px;
  margin-top: 40px !important;
}
.candidate-ml {
  padding: 0px;
}
.candidate-login-section {
  padding: 20px 0px 40px 0px;
  min-height: 100vh;
}
.job-box .body-content a .job-box-title {
  min-height: auto;
}
.index-five .job-box {
  min-height: auto;
}
.job-search-outer {
  border: 0px !important;
}
.job-search-sec {
  background-color: #343434 !important;
  padding: 30px 25px;
  margin-bottom: 30px;
}
.mob-block {
  display: block;
}
.job-search-btn {
  margin-top: 65px;
  z-index: 999;
  justify-content: center;
  /* display: block; */
  border-radius: 50px;
  width: 100%;
  background-color: #fc7035;
}
.job-search-btn .job-search-btn-icon {
  display: block !important;
  color: #fff !important;
  font-size: 22px !important;
}
.job-main-title {
  text-align: left;
}
.about-content-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.page-title .breadcumb-wrap .culture-heading {
  text-align: center;
  padding-left: 0px;
}
.culrure-bg {
  background-position: right !important;
}
.jobs-bg {
  background: url(../images/jobs-bg.jpg);
  /* min-height: 555px; */
  /* min-height: 250px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-title {
  /* height: 175px !important; */
  background-size: cover;
  background-repeat: no-repeat;/* background-position: center; */
}
}
/* Careers css end */
.apply_exemption h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.apply_exemption {
  width: 100%;
  list-style: none;
  padding: 20px;
  margin: 20px 0px 20px 0px;
  background: #ff6e35;
}
.apply_exemption li {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  color: #fff;
  list-style: disc;
  margin-left: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.toggle-password {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -30px;
  font-size: 13px;
  font-weight: 400;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.category_heading {
  background: #ff6e35;
  padding: 9px 10px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.left_category {
  list-style: none;
  margin: 0px;
  padding: 0px;
  background: #fff;
  box-shadow: rgb(129 129 129 / 10%) 0px 2px 6px;
  border-radius: 4px;
  border: solid 1px #e5e2e2;
}
.left_category li {
  color: #000;
  text-align: center;
  font-size: 15px;
  border-bottom: solid 1px #e5e2e2;
  padding: 0px 10px;
  line-height: 40px;
  font-weight: 500;
  margin: 0px;
}
.left_category li:last-child {
  border-bottom: none;
}
.left_category li:hover {
  color: #000;
  background: #ffeee7
}
.left_category li.active2 {
  background: #ffeee7
}
.left_category li.active2 a {
  color: #de3c27;
}
.left_category li a {
  display: block;
  color: #000;
}
.left_category li a:hover {
  color: #de3c27;
}
.line-height {
  line-height: 18px !important;
}
.breadcumb-wrap_asd {
  width: 100%;
}
.breadcumb-wrap_asd ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcumb-wrap_asd ul li {
  list-style: none;
  font-size: 14px;
  color: #de3c27;
  font-weight: 600;
  display: inline-flex;
  padding-right: 20px;
}
.breadcumb-wrap_asd ul li a {
  color: #de3c27;
}
.breadcumb-wrap_asd ul li a:hover {
  color: #000;
}
.profile h3 {
  text-align: center;
  padding: 0px;
  margin: 0px 0px 20px 0px;
  font-size: 22px;
  line-height: 30px;
}
.profile p {
  margin-bottom: 20px !important;
  font-size: 17px;
  line-height: 24px;
  color: #222222;
  font-family: open sans, sans-serif;
}
.profile_img {
  margin-bottom: 20px;
}
.business_pfofile {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.business_pfofile img {
  max-height: 50px;
  margin-right: 6px;
}
.business_pfofile_content {
  border: solid 1px #d9d9d9;
  border-radius: 6px;
  padding: 0px 20px;
  margin-bottom: 20px;
}
.business_pfofile_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.business_pfofile_content ul li {
  width: 49%;
  display: inline-flex;
}
.table-wrap {
  border: 1px solid #d9d9d9;
  padding: 0px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.table-wrap table td {
  width: 50%;
}
.border-right {
  border-right: solid 1px #d9d9d9;
}
.table-wrap table td span {
  font-weight: 600;
}
.table-wrap table {
  color: #222222;
  font-size: 14px;
  margin: 0 0 0px;
  font-family: open sans, sans-serif;
}
.customers-say h2 {
  color: #dd3d28;
  font-size: 22px;
  text-align: center;
}
.review_outer {
  border: solid 1px #e9e4e4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 6px;
  padding: 50px 20px 50px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.rating_review {
  width: 100%;
}
.rating_review ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.rating_review ul li {
  display: block;
  font-family: open sans, sans-serif;
  margin: 0px;
  padding: 0px;
}
.rating_review ul li span {
  width: 185px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.product-status2 {
  display: inline-block;
  align-items: center;
  margin-bottom: 15px;
}
 @media only screen and (max-width: 767px) {
.rating_review ul li span {
  width: 140px;
  display: inline-block;
  font-weight: 600;
  color: #000;
  font-size: 14px;
}
.progress2 {
  width: 100px !important;
}
._testi_img {
  margin-bottom: 20px;
}
._testi_img img {
  max-width: 80px !important;
}
.testimonial_content_2 p {
  font-size: 15px;
  line-height: 20px;
}
}
.colon_3 {
  width: 15px !important;
  display: inline-block;
}
.value_df {
  width: auto !important;
  padding-left: 20px;
}
.product-status2 .rating-stars-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-status2 .rating-stars-group .rating-star i {
  color: #FF9A00;
  font-size: 15px;
}
.view_all {
  background: #ff6e35;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 500;
}
.view_all:hover {
  background: #000000;
}
.mb_50 {
  margin-bottom: 50px;
}
.testimonial_outer {
  border: solid 1px #e9e4e4;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 6px;
  padding: 20px 20px 20px 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
._testi_img img {
  border-radius: 6px;
  max-width: 200px;
  width: 100%;
}
.product-status3 {
  display: inline-block;
  align-items: center;
  margin-bottom: 30px;
}
.product-status3 .rating-stars-group_sdf {
  display: flex;
  align-items: center;
  gap: 4px;
}
.rating-stars-group_sdf .rating-star_02 i {
  color: #FF9A00;
  font-size: 26px;
}
.testimonial_content_2 {
  width: 100%;
}
.testimonial_content_2 p {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 0px 0px 25px 0px;
  padding: 0px 0px 0px 0px;
}
.thumb_img {
  width: 60px;
  margin-right: 20px;
}
.testimonial_content_3 {
  font-family: open sans, sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  padding-left: 20px;
}
.customer_love i {
  color: #ff0000;
  font-size: 20px;
}
.otp-container {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.otp-input {
  width: 40px !important;
  height: 40px !important;
  text-align: center;
  font-size: 18px;
  margin: 0 5px;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  outline: none;
  transition: border-color 0.3s;
}
.min-off {
  color: #343434;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  font-family: open sans, sans-serif;
}
.min-off span {
  background: #0090f4;
  border-radius: 4px;
  font-size: 10px;
  padding: 0px 3px;
  color: #fff;
  text-transform: uppercase;
}
.p0 {
  padding: 0px;
}
.img_big2 {
  width: 100%;
  text-align: center;
}
.img_big2 img {
  text-align: center;
  max-width: 100%;
  height: 100% !important;
}
.box-card-item {
  background-color: #949494;
  background-position: 50%!important;
  background-repeat: no-repeat!important;
  background-size: cover !important;
  margin-right: 30px;
  position: relative;
  width: 100%;
}
.top_header_button {
  top: 20px;
  position: absolute;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 21px !important;
  line-height: 27.3px !important;
  font-weight: var(--s-bold);
}
.bottom_footer_button {
  bottom: 20px;
  position: absolute;
  left: 20px;
  color: #fff;
  font-weight: 600;
  right: 20px;
  text-decoration: underline;
  z-index: 1000;
}
.bottom_footer_button:hover {
  text-decoration: none;
}
.box-card-item:after {
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(30.28%, rgba(0, 0, 0, .23)), to(#000000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .23) 30.2%, #000000 100%);
  mix-blend-mode: multiply;
  opacity: .6;
  z-index: 10;
}
.gw-card-layout2 {
  background: #fff;
  height: 47.5%;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid #E2E2E2;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
  margin-bottom: 20px !important;
}
.gw-card-layout2:last-child {
  margin-bottom: 0px;
}
.main-title {
  top: 20px;
  color: #000;
  font-size: 21px !important;
  line-height: 27.3px !important;
  font-weight: var(--s-bold);
}
.white-text {
  color: #fff;
}
.playstore-app-area span {
  color: #d2d7d5
}
.min-hight {
  min-height: 400px;
}
.shipping {
  border: 1px solid #daddde;
  border-radius: 6px;
  padding: 20px;
}
.shipping p {
  text-align: justify;
}
.shipping h2 {
  font-size: 22px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.shipping h3 {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.buyer-type {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 0px;
}
.buyer-type2 {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 5px;
  position: relative;
}
.buyer-type2 input {
  margin-right: 5px;
  top: 2px;
  position: relative;
}
.buyer_outer {
  width: 100%;
  font-size: 13px;
  color: #8d8d8d;
  font-weight: 600;
}
.buyer_outer label {
  margin-right: 2px !important;
}
.edit {
  margin: 17px 0px;
}
.edit a {
  color: #ff6e35;
  font-weight: 600;
  font-size: 13px;
  padding: 0px 0px;
  line-height: 20px;
}
.edit a:hover {
  color: #10798c;
}
.name_field {
  font-weight: 600 !important;
  font-size: 16px !important;
}
.price_box_details {
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.price_box_details ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.price_box_details ul li {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  margin: 0px;
  padding: 0px 0px 2px 0px;
}
.price_box_details ul li span {
  width: 76px;
  display: inline-block;
  text-align: right;
  margin-right: 5px;
  font-weight: 500;
}
.price_details {
  width: auto !important;
  text-align: left;
  margin-left: 5px;
  color: #ff6e35;
  font-weight: 500;
}
.price_details_old {
  width: auto !important;
  text-align: left;
  margin-left: 5px;
  text-decoration: line-through;
  color: #000;
}
.pay-less {
  text-align: left;
  margin-left: 0px;
  color: #ff6e35;
  font-weight: 500;
}
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  padding-bottom: 140px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.show {
  display: block;
}
.sub-menu ul {
  margin: 0px 0px 0px 48px;
  padding: 0px;
}
.sub-menu a {
  color: #e1e1e1 !important;
}
.sub-menu ul li a {
  font-size: 12px;
  font-weight: 400;
  color: #c7c7c7;
  display: block;
}
.sub-menu ul li a:hover {
  color: #ff6e35 !important;
}
.d-block .active_d {
  color: #ff6e35 !important;
}
.sub-menu ul li a .fa {
  width: 16px;
  text-align: center;
  margin-right: 5px;
  float: right !important;
}
.details_page_outer {
  margin: 0px 100px;
}
 @media only screen and (max-width: 991px) {
.details_page_outer {
  margin: 0px 0px;
  padding: 0px 20px;
}
.additional-information_right_side ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  color: #3e3e3e;
  font-size: 14px;
}
.additional-information_right_side ul li {
  font-size: 14px;
}
}
/*===================Seller-panel-css============================*/

.login_seller {
  border-radius: 6px;
  /* border: 1px solid #E2E2E2; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  gap: 10px;
  font-weight: 600;
  color: #ff5f1f;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff;
}
.login_seller:hover {
  color: #fff;
  background: #ff5f1f;
}
.start-selling {
  border-radius: 6px;
  /* border: 1px solid #E2E2E2; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  gap: 10px;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #ff5f1f;
}
.start-selling:hover {
  color: #000000;
  background: #fff;
}
.log-in-account {
  background-color: #fff;
  padding: 70px 0px;
}
.log-in-account_content_outer {
  padding-top: 20px;
}
.log-in-account_content_outer h1 {
  text-align: center;
  font-size: 28px;
  color: #000;
  font-weight: 400;
}
.btn-primary02 {
  text-align: center;
  margin: 0px auto;
}
.btn-primary02 {
  background: #ff6e35 !important;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  border: solid 1px #ff6e35;
  padding: 0px 30px !important;
  height: 40px;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.btn-primary02:hover {
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  color: #ff5f1f !important;
}
.place input {
  width: 100%;
}
.place input[required] + label {
  color: #aeadad;
  font-family: open sans, sans-serif;
  font-size: 16px;
  position: relative;
  top: -32px;
  left: 10px;
  font-weight: normal;/* the negative of the input width */
}
.place input[required] + label:after {
  content: '*';
  color: red;
}
/* show the placeholder when input has no content (no content = invalid) */
.place input[required]:invalid + label {
 display:block;
}

/* hide the placeholder when input has some text typed in */
.place input[required]:valid + label {
 display: none;
}
.seller_nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.seller_nav ul li {
  margin: 0px 20px !important;
}
.seller_nav ul li a {
  padding: 6px 0px !important;
  /* display: block; */
  font-weight: 600 !important;
  color: #fff;
  transition: 0.3s;
  font-size: 18px;
}
.seller_nav ul li a:hover, .current3 {
  color: #ffffff !important;
  border-bottom: solid 1px #1ba2ff !important;
}
.how_to_sell {
  border: solid 2px #cecece;
  margin: 0px 0px 20px 0px;
  border-radius: 4px;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.how_to_sell input {
  padding: 12px 20px;
  font-size: 18px;
}
 .how_to_sell input::-webkit-input-placeholder {
 color: #8d8d8d;
 font-weight:300;
}
.search {
  background: #ff6e35;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  padding: 0px 50px;
  height: 105%;
  font-weight: 500;
  margin-top: -2px;
  right: -2px;
  position: relative;
}
.join_sekkira {
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0px;
}
.sign_up {
  border-radius: 8px;
  background: #ff6e35;
  padding: 10px 20px;
  text-align: center;
  margin: 10px 0px 30px 0px;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
}
.star_selling {
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center;
}
.star_selling a {
  border: solid 1px #ff9267;
  color: #ff6e35;
  font-weight: 600;
  font-size: 23px;
  border-radius: 4px;
  padding: 15px 50px;
}
.star_selling a:hover {
  border: solid 1px #343434;
  color: #343434;
}
.box_dfd {
  height: 224px;
  padding: 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}
.box_dfd:hover {
  border: 1px solid #ff6e35;
}
.element_circle_1 {
  margin: 20px auto 20px auto;
  width: 82px;
  height: 82px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box_dfd h2 {
  font-size: 20px;
  color: #000;
  padding: 10px 0px;
}
.conten_areia {
  margin: 60px 50px;
}
.conten_areia h2 {
  color: #ff6e35;
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
.conten_areia ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
.conten_areia ul li {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.conten_areia ul li span {
  font-weight: 600;
}
.conten_areia p {
  font-size: 22px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 20px;
}
.conten_areia h3 {
  font-size: 22px;
  margin: 0px;
  padding: 0px;
}
.number-circle-list {
  list-style: none;
  padding-left: 1rem;
  counter-reset: circle-counter;
}
.number-circle-list--list-item {
  counter-increment: circle-counter;
  margin-bottom: 0.25rem;
  margin-top: 60px;
}
.number-circle-list--list-item:before {
  content: counter(circle-counter);
  background-color: #000000;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  color: black;
  text-align: center;
  margin-right: 30px;
  position: relative;
  top: -2px;
}
.number-circle-list--list-item:last-child {
  margin-bottom: 0;
}
.number-circle-list--list-item .number-circle-list--list-item {
  margin-left: 0.25rem;
}
.number-circle-list--primary-color .number-circle-list--list-item:before {
  background-color: #000000;
  color: white;
}
.number-circle-list--primary-color .number-circle-list--list-item span {
  display: inline-block;
  font-size: 25px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.number-circle-list--primary-color .number-circle-list--list-item span:after {
  content: '';
  background: #ff6e35;
  height: 5px;
  width: 140px;
  bottom: 0px;
  position: absolute;
  left: 0px;
}
.number-circle-list--primary-color .number-circle-list--list-item p {
  font-size: 22px;
  color: #000000;
  line-height: 45px;
}
.commm {
  max-width: 770px;
  margin-left: 75px;
}
.commm ul {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
}
.commm ul li {
  font-weight: 600;
  font-size: 22px;
}
.commm2 {
  max-width: 100%;
  margin-left: 75px;
}
.commm2 ul {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
}
.commm2 ul li {
  font-weight: 600;
  font-size: 22px;
}
.commm2 h2 {
  text-align: left;
  color: #000;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
}
.box_mmDdfd {
  border-radius: 6px;
  background: #ff6e35;
  padding: 30px 20px;
  text-align: center;
  min-height: 300px;
  margin-bottom: 20px;
}
.box_mmDdfd h3 {
  color: #fff;
  font-size: 26px;
  margin: 0px;
  padding: 0px;
}
.box_mmDdfd p {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}
.expan_mmmm {
  background: #504f4e;
  padding: 50px 100px 80px 160px;
  margin-top: 100px;
}
.expan_mmmm p {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 50px;
  padding-bottom: 50px;
}
.start_mmmm a {
  border: solid 1px #ff6e35;
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  border-radius: 4px;
  padding: 15px 50px;
  background: #ff6e35;
}
.start_mmmm a:hover {
  background: #fff;
  border: solid 1px #ff6e35;
  color: #343434;
}
.wholesale {
  width: 100%;
  text-align: center;
}
.wholesale img {
  max-width: 100%;
}
.registration_form_page {
  background-color: #fff;
  margin: 30px 100px; /*border-radius:4px; border: solid 1px #d9d9d9; */
}
.registration_form_page_inner_section {
  border-radius: 4px;
  border: solid 1px #cecece;
  margin: 30px 0px;
  padding: 40px 30px;
}
.registration_form_outer {
  text-align: center;
}
.registration_form_outer h1 {
  text-align: center;
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0px;
}
.ii_registration_form {
  border-radius: 4px;
  border: solid 1px #cecece;
  margin: 0px 10px 20px 10px;
  padding: 20px;
}
.ii_registration_form h2 {
  color: #4a97fc;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
}
.registration_form_single-input {
  width: 100%;
  margin-bottom: 14px;
}
.registration_form_single-input label {
  font-weight: 600;
  color: #333;
  font-family: open sans, sans-serif;
  font-size: 14px;
}
.registration_form_single-input input {
  height: 40px;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 10px;
  background: #fff;
  font-size: 14px;/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.registration_form_single-input input::placeholder {
/* color: #ccc; */
opacity: 0.4;
}
.registration_form_single-input textarea {
  height: 221px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid #d1d1d1;
  text-align: justify;
  font-size: 14px;/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.save {
  background: #ff6e35;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 500;
  /* color: #fff; */
  line-height: 22px;
  margin: 0 auto;
}
.save:hover {
  background: #000000;
}
.cancel {
  background: #fff;
  border: solid 1px #ff6e35;
  color: #ff6e35;
}
.cancel:hover {
  background: #000;
  border: solid 1px #000;
  color: #fff;
}
.border_save {
  background: #fff;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #ff6e35;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 500;
  /* color: #fff; */
  line-height: 22px;
  margin: 0 auto;
  border: solid 1px #ff6e35;
}
.border_save:hover {
  border: solid 1px #ff6e35;
  color: #000;
}
.submit_all {
  width: 100%;
  background: #000000;
  border-radius: 6px;
  display: block;
  /*  max-width: max-content;*/
  color: #fff;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 500;
  /* color: #fff; */
  line-height: 22px;
}
.submit_all:hover {
  background: #ff6e35;
}
.mr-ml-10 {
  margin: -58px 10px 0px 10px;
}
.after_login_seller {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  gap: 10px;
  font-weight: 600;
  color: #fff;
}
/*.after_login_seller:hover { color: #ff5f1f;
}*/

.help {
  color: #99c1da;
  border-bottom: solid 1px #fff;
  margin: 0px 10px;
}
.seller_panel_mmmm {
  margin: 50px 0px;
}
.onboarding_form {
  text-align: center;
  margin-bottom: 20px;
}
.onboarding_form h3 {
  font-size: 45px;
  border-bottom: solid 2px #000;
  display: inline-flex;
  justify-content: center;
  padding: 0px 10px 15px 10px;
  font-weight: 500;
}
.mm_rts-cart-list-area2 {
  border-radius: 6px;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  min-height: 674px;
  margin-bottom: 20px;
}
.left_side_panel {
  background: #1e262d;
  padding: 20px 30px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.nav_outer {
  width: 100%;
  margin-top: 30px;
}
.nav_outer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav_outer ul li {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 27px;
  font-family: open sans, sans-serif;
  margin: 0px 0px 18px 0px;
  padding: 0px;
}
.nav_outer ul li a {
  display: block;
}
.nav_outer ul li a i {
  right: 0px;
  float: right;
  font-size: 16px;
  top: 7px;
  position: relative; /*color: #d9d9d9; */
  background: #d9d9d9;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  font-size: 11px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav_outer ul li a:hover {
  color: #ff5f1f;
}
.nav_outer ul li:hover a i {
  color: #fff;
  background: #16be00;
}
.nav_outer .active_current {
  color: #ff5f1f;
}
.nav_outer .active_current2 {
  color: #fff;
  background: #16be00;
}
.activate {
  display: block;
  background: #ff6e35;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  padding: 8px 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 40px;
}
.nnn_dform {
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.nnn_dform h2 {
  color: #4a97fc;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  font-family: open sans, sans-serif;
}
.nnn_dform h3 {
  color: #000000;
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  font-family: open sans, sans-serif;
  line-height: 30px;
}
.registration_form_single-input .business-type {
  display: flex;
  align-items: center;
  gap: 30px;
}
.registration_form_single-input .business-type label {
  width: 50px;
  float: left;
}
.registration_form_single-input .nice-select {
  margin-top: 10px;
  margin-bottom: 10px;
}
.card-6-inner progress {
  vertical-align: baseline;
  height: 7px;
  width: 85%;
  position: relative;
}
.card-6-inner p {
  text-align: left;
  font-size: 13px;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
/*.card-6-inner progress::after { content: '';
  width: 100%;
  background:#ff6e35 !important; position: absolute;
  height: 10px;
}*/


.card-6-inner output {/*margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; right: 0px; color: #fff; font-size: 12px; 
        float: right;
    top: 3px;
    position: relative;*/
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  right: -42px;
  color: #fff;
  font-size: 12px;
  float: right;
  top: -10px;
  position: relative;
}
 @media only screen and (max-width:991px) {
.breadcumb_dash_board {
  float: none !important;
  margin-bottom: 20px;
}
.breadcumb_dash_board ul {
  margin: 0 auto;
  text-align: center;
}
.breadcumb_dash_board ul li {
  margin: 0px 10px !important;
}
.onboarding_form {
  margin-bottom: 0px;
}
.seller_panel_mmmm {
  margin: 50px 10px;
}
.onboarding_form h3 {
  font-size: 30px;
}
.selling_panel_outer {
  margin: 50px 10px !important;
  padding: 40px 0px 0px 0px !important;
}
.sell_more_with_section {
  background-image: none !important;
  padding: 70px 0px 100px 0px !important;
  margin-bottom: 50px;
}
.how-to-start-selling {
  background: #f5f5f5 !important;
}
.number-circle-list--primary-color2 .number-circle-list--list-item2:before {
  margin-left: 20px !important;
}
.left_list ul li span {
  margin-left: 57px !important;
  display: table !important;
  width: 70%;
}
.secure_papyment span {
  font-size: 16px !important;
  padding: 25px 20px !important;
}
.secure_papyment img {
  max-width: 30px !important;
  top: -2px !important;
}
.mr-ml-10 {
  margin: 0px 10px 0px 10px;
}
.expan_mmmm {
  padding: 30px 20px 74px 20px;
  margin: 20px 0px;
}
.conten_areia {
  margin: 60px 20px;
}
.registration_form_page {
  background-color: #fff;
  margin: 30px 0px; /*border-radius:4px; border: solid 1px #d9d9d9; */
}
}
.meter {
  box-sizing: content-box;
  height: 4px; /* Can be anything */
  position: relative;
  margin: 0px 0 20px 0; /* Just for demo spacing */
  background: #fff;
  border-radius: 25px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  width: 85%;
}
.meter &gt; span {
  display: block;
  height: 100%;
  border-radius: 25px;
  background-color: rgb(43, 194, 83);
  /* background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);*/
  position: relative;
  overflow: hidden;
}
.meter &gt; span:after, .animate &gt; span &gt; span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(  -45deg,  rgba(255, 255, 255, 0.2) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, 0.2) 50%,  rgba(255, 255, 255, 0.2) 75%,  transparent 75%,  transparent  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
.animate &gt; span:after {
  display: none;
}
/*@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}*/

.orange &gt; span {
  background: #ff4e09;
  opacity: 1;
}
/*
.red &gt; span {
  background-image: linear-gradient(#ff6e35, #ff6e35);
}*/

.nostripes &gt; span &gt; span, .nostripes &gt; span::after {
  background-image: none;
}
.payment_schedule {
  padding: 20px 50px 60px 50px;
}
.payment_schedule h2 {
  font-size: 30px;
  font-weight: 700;
}
.payment_schedule h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 22px;
}
.payment_schedule h4 {
  font-size: 20px;
  font-weight: 700;
}
.payment_schedule p {
  font-size: 22px;
  color: #000000;
  line-height: 45px;
  margin-bottom: 20px;
}
.secure_papyment {
  margin: 0 auto 30px auto;
  width: 100%;
  text-align: center;
}
.secure_papyment span {
  border: solid 1px #ff9267;
  color: #ff6e35;
  font-weight: 700;
  font-size: 30px;
  border-radius: 4px;
  padding: 28px 112px;
  display: inline-flex;
}
.secure_papyment img {
  max-width: 45px;
  margin-right: 10px;
  top: -5px;
  position: relative;
}
.image_view {
  text-align: center;
}
.image_view img {
  max-width: 100%;
}
.button_orange {
  text-align: center;
  margin-bottom: 50px;
}
.button_orange span {
  background: #ff6e35;
  border-radius: 4px;
  padding: 12px 70px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.mm_box_dfd_dsdklj {
  height: 122px;
  padding: 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
  border: 1px solid #ff723b;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}
.orange_color {
  color: #ff6e35 !important;
  font-weight: 500;
}
.category_by {
  background: #ff6e35;
  font-weight: 600;
  padding: 15px 10px;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}
.padding&gt;tbody&gt;tr&gt;td, .padding&gt;tbody&gt;tr&gt;th {
  padding: 20px 40px;
  width: 50%;
  vertical-align: middle;
  color: #000;
  font-size: 20px;
  font-family: open sans, sans-serif;
  line-height: 26px;
  font-weight: 600;
}
.aiew-all {
  margin: 0 auto;
  width: auto;
  display: block;
  text-align: center;
  margin: 20px 0px 40px 0px;
}
.aiew-all a {
  background: #ff6e35;
  padding: 15px 70px;
  text-align: center;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  text-decoration: none !important;
}
.how-to-start-selling {
  background: #f5f5f5 url(../images/start-selling.jpg) right 100px bottom no-repeat;
  padding: 50px 0px 0px 0px;
  min-height: 670px;
  margin-bottom: 50px;
}
.how_to_start_selling_heading {
  text-align: center;
}
.how_to_start_selling_heading h2 {
  text-align: center;
  color: #0f1111;
  font-size: 35px;
  margin-bottom: 40px;
}
.left_list {
  width: 100%;
}
.left_list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left_list ul li {
  position: relative;
  margin: 0px 0px 20px 0px;
}
.left_list ul li span {
  border: solid 1px #e3e3e3;
  background: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: block;
  margin-left: 80px;
}
.left_list ul li span img {
  margin-right: 20px;
}
.number-circle-list2 {
  list-style: none;
  padding-left: 1rem;
  counter-reset: circle-counter;
}
.number-circle-list--list-item2 {
  counter-increment: circle-counter;
  margin-bottom: 0.25rem;
}
.number-circle-list--primary-color2 .number-circle-list--list-item2:before {
  background-color: #0f1111;
  color: white;
  margin-left: -10px;
  border-radius: 50%;
  float: left;
}
.number-circle-list--list-item2:before {
  content: counter(circle-counter);
  width: 50px;
  height: 50px;
  background-color: #0f1111;
  font-size: 20px;
  line-height: 1.5rem;
  color: #fff;
  text-align: center;
  margin-right: 0px;
  position: relative;
  top: 12px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.expand_your {
  width: 100%;
}
.expand_your h3 {
  color: #ff6e35;
  font-weight: 500;
  font-size: 35px;
}
.ers_box {
  height: 275px;
  padding: 20px 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
  border: 1px solid #2e2e2e;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.ers_box h3 {
  margin: 0px;
  line-height: 30px;
  font-size: 26px;
  margin-bottom: 20px;
}
.ers_box p {
  font-size: 20px;
  color: #000;
}
.new_product_box {
  background: #ff6e35;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  margin-bottom: 15px;
  height: 320px;
  border: 1px solid #bdbab7;
  border-radius: 6px;
}
.new_image-and-action-area-wrapper_mm {
  height: 262px;
  margin-bottom: 20px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.new_image-and-action-area-wrapper_mm img {
  width: 100%;
  max-height: 280px;
  height: 100%;
  margin: auto;
  top: 0px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  right: 0px;
  border-radius: 6px !important;
}
.body-content_cont {
  background: #ff6e35;
  padding: 15px 20px;
  text-align: center;/* font-family: open sans, sans-serif; */
}
.body-content_cont a .title {
  transition: 0.3s;
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  font-family: open sans, sans-serif;
}
.sell_more_with_section {
  background: #ffefe8 url(../images/sell_more.jpg) right 100px bottom no-repeat;
  padding: 70px 0px 100px 0px !important;
  margin-bottom: 50px;
}
.sell_more_withg_heading {
  text-align: left;
}
.sell_more_withg_heading h2 {
  color: #000000;
  font-size: 35px;
  margin-bottom: 40px;
  font-weight: 600;
}
.sell_more_with_section p {
  font-size: 26px;
  color: #000000;
  line-height: 45px;
}
.content_page_outer {
  margin: 0px 100px;
}
.full_image_viewfdds {
  width: 100%;
  text-align: center;
}
.full_image_viewfdds img {
  border-radius: 6px;
}
.content_sdflkd h3 {
  font-size: 40px;
  color: #ef632c;
  font-weight: 600;
}
.content_sdflkd p {
  font-size: 26px;
  color: #000;
  line-height: 45px;
}
.learn {
}
.learn h2 {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.view_all_answer {
  color: #ff6e35;
  font-size: 26px;
  font-weight: 500;
  margin: 50px 0px;
}
.lable2 {
  position: relative;/*  line-height:35px; */
}
.lable2 label {
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: none;
  pointer-events: none;
  color: #757575;
  font-size: 16px;
  font-family: system-ui;
}
.lable2 label {
  color: #aeadad !important;
  margin-top: -40px;
  position: relative;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-left: 7px;
}
.lable2 label:after {
  content: " *";
  color: red;
}
.lable2 input:placeholder-shown + label {
 display: block;
margin-bottom: 19px;
}
.lable2 input {
  border: none;
  border-bottom: solid 1px #8d97a0;
  padding: 5px 10px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  /*height: 20px;*/
  font-size: 16px;
  margin: 5px 0;
}
.lable2 span {
  right: 4px;
  top: 1px;
  position: absolute;
  z-index: 10;
  display: inline-block;
  color: #ff5f1f;
  font-weight: 600;
  font-size: 13px;
  border-left: solid 1px #ccc;
  padding: 13px 16px;
}
.login2 {
  position: relative;/*  line-height:35px; */
}
.login2 label {
  position: absolute;
  left: 5px;
  top: 0px;
  bottom: 0;
  margin: auto;
  display: none;
  pointer-events: none;
  color: #757575;
  font-size: 16px;
  font-family: system-ui;
}
.login2 label {
  color: #aeadad !important;
  margin-top: 11px;
  position: absolute;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-left: 7px;
}
.login2 label:after {
  content: " *";
  color: red;
}
.login2 input:placeholder-shown + label {
 display: block;
margin-bottom: 19px;
}
.login2 input {
  border: none;
  border-bottom: solid 1px #8d97a0;
  padding: 5px 10px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  /*height: 20px;*/
  font-size: 16px;
  margin: 5px 0;
}
.selling_panel_outer {
  border: solid 1px #d4d4d4;
  margin: 50px 100px;
  border-radius: 4px;
  padding: 40px 80px 0px 80px;
}
.log-in-account_content_outer2 h1 {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
}
.text-12 {
  font-size: 12px !important;
  color: #4c4a4a !important;
}
.make-account {
  background: #ff6e35 !important;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  border: solid 1px #ff6e35;
  padding: 0px 30px !important;
  height: 40px;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.make-account:hover {
  box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.06);
  background: #fff !important;
  color: #ff5f1f !important;
}
.footer-logo img {
  max-width: 200px;
}
/*===================seller-footer====================*/



.connect_footer {
  width: 100%;
  margin: 20px 0px;
}
.connect_footer p {
  color: #fff;
  line-height: 32px;
  font-size: 20px;
}
.start_mmmm2 {
  margin: 20px 0px;
}
.start_mmmm2 a {
  display: inline-block;
  border: solid 1px #ff6e35;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  border-radius: 4px;
  padding: 12px 50px;
  background: #ff6e35;
}
.start_mmmm2 a:hover {
  background: #fff;
  border: solid 1px #ff6e35;
  color: #343434;
}
.footer-title2 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.seller_footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.seller_footer-nav ul li a {
  font-size: 18px;
  color: #dbdada;
  transition: 0.3s;
}
.seller_footer-nav ul li a:hover {
  color: #ff6e35;
}
.seller_social-and-payment-area-wrapper {
  padding: 20px 100px;
  /*border-top: 1px solid #464646;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  background: #181616;
}
.payment-access2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.payment-access2 span {
  color: #ff6e35;
  font-weight: 600;
  margin: 0px 2px;
}
.term_n_condition {
  width: 100%;
}
.term_n_condition ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.term_n_condition ul li {
  color: #fff;
  display: inline-block;
  margin: 0px 5px;
  font-size: 18px;
  line-height: 18px;
}
.term_n_condition ul li:before {
  content: '.';
  margin-right: 15px;
  font-size: 36px;
}
.term_n_condition ul li a:hover {
  color: #ff6e35;
}
.term_n_condition ul li:first-child:before {
  display: none;
}
.playstore-app-area2 span {
  color: #d2d7d5;
  font-size: 18px;
  margin-right: 10px;
}
.social-one-wrapper2 ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
}
.social-one-wrapper2 ul li {
  margin: 0;
  padding: 0;
}
.social-one-wrapper2 ul li a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #fff;
  font-size: 14px;
}
.social-one-wrapper2 ul li a i {
  color: #ff6e35;
}
.social-one-wrapper2 ul li a:hover {
  background: #ff6e35;
  transform: translateY(-3px);
}
.social-one-wrapper2 ul li a:hover i {
  color: #fff;
  animation: 0.5s mymove;
}
.login_outer {
  background: #edeaff;
  padding: 20px 0px;
}
.login_logo {
  width: 100%;
  text-align: center;
  margin: 30px 0px;
}
.login_logo img {
  max-width: 180px;
}
.pb_20 {
  margin-bottom: 15px !important;
}
.forgot_password {
  padding-left: 20px;
  padding-top: 10px;
}
.forgot_password a {
  color: #ff6e35;
  font-size: 14px;
}
.forgot_password a:hover {
  text-decoration: underline;
  color: #ff6e35;
}
.register_for_new {
  border: solid 1px #ff6e35;
  background: #fff;
  border-radius: 6px;
  display: block;
  color: #ff6e35;
  width: 100% !important;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  /* color: #fff; */
  line-height: 22px;
  text-align: center;
}
.register_for_new:hover {
  border: solid 1px #000;
  background: #000000;
  color: #fff;
}
.margin_rl {
  margin: 0px 20px;
}
.log_in_account {
  font-weight: 500;
  color: #000;
  margin: 0px;
}
.log_in_account_cont {
  text-align: center;
  margin-bottom: 30px;
}
.log_in_account_cont p {
  font-size: 14px;
  font-weight: 600;
}
.ter_ms2 {
  text-align: center;
}
.ter_ms2 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ter_ms2 ul li {
  display: inline-block;
  padding: 5px 7px 5px 4px;
  line-height: 20px;
  border-right: solid 1px #000;
}
.ter_ms2 ul li a {
  color: #000;
}
.ter_ms2 ul li a:hover {
  color: #ff6e35;
}
.ter_ms2 ul li:last-child {
  border-right: none;
}
/*.ter_ms2 ul li a:after{ content: '|'; margin-left: 10px; 
  font-size: 23px; font-weight: 300 !important; 
  line-height: 20px; top:2px !important; position: relative; }
  */

 
.my_profile {/*box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 12px;*/
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 0px 50px;
  padding: 15px 40px;
  background: #fefafa;
  margin-bottom: 35px;
}
.my_profile h3 {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.img_my_profile-box {
  /*margin-bottom: 10px;*/
  padding: 5px 10px;
  margin-left: 20px;
}
.img_my_profile-box .profile-img {
  border-radius: 50%;
  background-clip: padding-box;
  border: 0px solid #007185;
  bottom: 5px;
  /* float: left; */
  height: 50px;
  width: 50px;
  /* position: absolute; */
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  background: #fff;
}
.dactive-user22 h2 {
  text-transform: capitalize;
  font-weight: 700;
  /*padding-top: 10px;*/
  font-size: 18px;
  margin-bottom: 2px;
  color: #000000;
  text-align: left;
  align-items: center;
  display: flex;
  margin: 0px;
  padding: 0px;
  border-bottom: none;
}
 @media only screen and (max-width:768px) {
.cont_1 {
  text-align: left;
}
.my_profile {
  margin: 0px 0px !important;
  padding: 15px 10px !important;
}
}
/*=============seller-central-dash-board==open=======================*/

.dash_board_top_menu ul li a {
  padding: 12px 6px;
  /* display: block; */
    
  color: #fff;
  transition: 0.3s;
  font-size: 13px !important;/*font-size: 12px;
    font-weight: 600 !important;*/
}
.dash_board_top_menu ul li.has-dropdown .submenu li {
  margin-right: 0;
  padding: 2px 10px;
}
.dash_board_top_menu ul li.has-dropdown .submenu li&gt;a {
  position: relative;
  padding: 6px 0;
  color: #101010 !important;
  font-size: 12px;
}
.dash_board_top_menu ul li.has-dropdown .submenu li&gt;a:hover {
  color: #fc7035 !important
}
.navigator-breadcrumb-wrapper h3 {
  font-size: 20px;
  margin: 0px;
  padding: 0px;
  line-height: 20px
}
.seller-central-dash-board-breadcrumb {
  float: right;
}
.seller-central-dash-board-breadcrumb ul {
  list-style: none;
  margin: 0px;
  padding: 0px
}
.seller-central-dash-board-breadcrumb ul li {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  display: inline-flex;
  padding: 0px;
  margin: 0px 20px 0px 0px;
}
.seller-central-dash-board-breadcrumb ul li:last-child {
  margin-right: 0px
}
.seller-central-dash-board-breadcrumb ul li img {
  margin-right: 7px;
  max-width: 25px
}
.seller-central-dash-board-breadcrumb ul li i {
  margin-right: 7px;
  color: #fc7035;
  font-size: 16px
}
.seller-central-dash-board-breadcrumb ul li a {
  color: #000;
}
.seller-central-dash-board-breadcrumb ul li a:hover {
  color: #fc7035;
}
.seller-central-dash-board-breadcrumb i img {
  max-width: 26px;
  margin-right: 5px;
}
.dash-board-boxtop_1 {
  border: solid 1px #fee5da;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: open sans, sans-serif;
  min-height: 260px
}
.head_5 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.head_5 span {
  color: #767676;
  font-weight: 600;
}
.dd_mm_box_dfd {
  padding: 14px 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border-radius: 6px;
  border: 1px solid #ff723b;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;
  /*margin-left: 5px;
    margin-right: 5px;*/
  font-size: 13px;
  color: #fc7035;
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.view_all_text {
  color: #fc7035;
  font-size: 14px;
  text-align: right;
  float: right;
  font-weight: 600
}
.sales {
  color: #000;
  font-size: 14px;
  font-weight: 600
}
.sales span {
  font-weight: 700
}
.stay_informed {
  background: #EFEFEF;
  padding: 50px 0px
}
.graph {
  margin: 40px 0px 20px 0px;
  text-align: center;
}
.graph img {
  max-width: 100%;
  width: 334px
}
.stay_informed_heding {
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.boxs_1 {
  background: #fff;
  padding: 20px 30px;
  text-align: center;
  min-height: 250px;
  margin-bottom: 20px
}
.heding_fl {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px
}
.heding_fl img {
  margin-right: 10px
}
.boxs_1 p {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  min-height: 80px
}
.explore_button a {
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ff723b;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ff723b;
  font-weight: 500;
  border-radius: 4px;
  min-width: 200px;
  transition: all 0.4s ease-out 0s;
}
.explore_button a:hover {
  background: #FF5200;
  color: #fff;
}
.boxs_1 ul {
  list-style: none;
  margin: 0px 0px 0px 22%;
  min-height: 100px
}
.boxs_1 ul li {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-align: left;
}
.boxs_1 ul li:before {
  content: '\f111';
  font-family: "Font Awesome 6 pro";
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
  color: #FF5200
}
.send a {
  background: #fc7035;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  padding: 10px 30px;
  border: solid 1px #fc7035;
  font-weight: 600;
  font-size: 18px;
  transition: all 0.4s ease-out 0s;
}
.send a:hover {
  background: #fff;
  color: #fc7035;
}
.footer_link {
  width: 100%
}
.footer_link ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.footer_link ul li {
  display: inline-block;
  font-size: 16px;
  color: #000;
  padding: 10px 20px
}
.footer_link ul li a {
  color: #000;
  font-weight: 500;
}
.footer_link ul li a:hover {
  color: #fc7035
}
.second_footer_link {
  text-align: center;
}
.second_footer_link p {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.second_footer_link p a {
  border-bottom: solid 1px #000;
}
.second_footer_link p a:hover {
  border-bottom: solid 1px #FF5200;
}
.menu_right2 a {
  color: #fff;
  font-size: 14px;
  padding: 0px 10px
}
.menu_right2 a i {
  padding-left: 10px
}
.dropdown_login li {
  padding: 0px;
  /*  margin: 15px auto;*/
/*  width:140px;*/
  border: none;
  background: transparent;
  color: #fff;
  border-radius: 7px;
  font-size: 14px;
  transition: all 0.3s ease;
  text-align: center;
  list-style-type: none;
}
.dropdown_login li:hover {
  background: transparent;
  cursor: pointer;
}
.dropdown_login .dropdown {
  z-index: -1;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  color: black;
  background: #fff;
  width: 242px;
  margin-top: 0px;
  transition: all 0.3s ease;
  border-radius: 0px 0px 7px 7px;
  cursor: default;
  display: block;
  border-radius: 6px;
  border-left: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  border: 1px solid #e2e2e2;
  box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}
.dropdown_login li:hover &gt; .dropdown {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.dropdown_login i {
  list-style: 20px
}
.user_bg {
  background: #fc7035;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.doted_l {
  margin-left: 10px;
  font-size: 18px
}
.dropdown_login .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.dropdown_login .drop-link {
  display: flex;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  padding: 6px 15px;
  transition: all 0.3s ease;
  color: #000;
}
.dropdown_login .drop-link:hover {
  color: #fc7035;
}
.dropdown_login .drop-link:last-of-type {
  border-radius: 0px 0px 7px 7px;
}
/*.dropdown_login .drop-link:not(:first-child){
  border-top:1px solid #d4dade;
}*/

.country_flag {
  margin-right: 5px;
  padding-right: 2px;
  border-right: solid 1px #ccc;
}
.country_flag img {
  max-width: 20px;
  border-radius: 100%;
}
.border_1 {
  border: solid 1px #fc7035;
  padding: 2px 10px 2px 2px;
  border-radius: 4px
}
.mr_10_login {
  right: 0px;
}
 @media only screen and (max-width:768px) {
.mr_10_login {
  right: 7px;
}
.footer_link ul li {
  padding: 6px 10px;
  line-height: 0px;
}
.footer_link {
  margin-bottom: 40px;
}
.second_footer_link p {
  font-size: 14px;
}
}
/*body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}*/

#datasets-example-4 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 440px;
  margin: 10px auto 0 auto;
}
#datasets-example-4 .column {
  max-width: 700px;
}
#datasets-example-4 .legend {
  flex-shrink: 3;
}
.search_outer {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #c3c3c3;
  padding: 10px 15px;
}
.sr-input-func {
  position: relative;
  margin: 0;
  right: 0px;
  transition: .5s ease-out;
}
.breadcome-heading .form-control, .sr-input-func .form-control:focus {
  border: 1px solid #d1d1d1;
  font-size: 17px;
  height: 40px !important;
  color: #c6c6c6;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 6px;
}
.sr-input-func a {
  position: absolute;
  top: 8px;
  right: 12px;
  color: #aeaeae;
  transition: .5s ease-out;
  font-size: 18px;
}
.right_button {
  float: right;
}
.right_button ul {
  list-style: none;
  margin: 0px;
  padding: 0px
}
.right_button ul li {
  background: #fc7035;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
.right_button ul li a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
.right_button ul li:last-child {
  padding: 0px;
  display: inline-flex;
  margin: 0px;
}
.right_button ul li a:hover {
  background: #000000;
}
 @media only screen and (max-width:475px) {
.right_button {
  float: none;
}
.right_button ul li {
  margin: 10px 0px;
  width: 100%
}
.right_button ul li a {
  display: block;
  width: 100%;
}
}
.table__head {
  color: #212121;
  font-weight: 700;
  background: #fff;
  /*background: -moz-linear-gradient(-45deg, #9b4085 0%, #608590 100%);
background: -webkit-linear-gradient(-45deg, #9b4085 0%,#608590 100%);
background: linear-gradient(135deg, #9b4085 0%,#608590 100%);*/
  white-space: nowrap;
  font-family: open sans, sans-serif;
}
.table-bordered th {
  text-align: center;
  border: 0px solid #a1a1a1;
  font-size: 14px;
  text-transform: none;
  padding: 15px 15px;
  font-weight: 600;
  vertical-align: middle;
}
.table-bordered th {
  border: 0px solid #a1a1a1;
}
.table-bordered td {
  padding: 15px 10px !important;
  vertical-align: middle;
  font-family: open sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}
.table&gt;:not(caption)&gt;*&gt;* {
  padding: 10px 10px;
  background-color: #fff !important;
  border-bottom-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calculate {
  color: #898888;
}
.request_download {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.download_button {
  margin-right: 10px
}
.download_button a {
  text-decoration: none !important;
  display: block;
  border: solid 1px #2d2d2d;
  border-radius: 6px;
  padding: 7px 20px;
  color: #2d2d2d;
}
.download_button a:hover {
  border: solid 1px #fc7035;
  color: #fc7035;
}
.request_download i {
  color: #d9d9d9;
  font-size: 20px
}
.coin {
  width: 8%;
  margin-left: 5px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.winner__table {
/*    white-space: nowrap;*/
}
.table-bordered.table&gt;:not(:last-child)&gt;:last-child&gt;* {
  border-bottom-color: #ddd;
}
@media screen and (max-width: 567px) {
.right_button {
  margin-top: 10px
}
.winner__table {
  font-size: 12px;
}
.coin {
  width: 15%;
  margin-left: 2px;
}
}
.table_menu {
  width: 100%
}
.table_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.table_menu ul li {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin: 0px 8px;
}
.table_menu ul li a {
  color: #000;
  text-decoration: none;
  padding: 4px 4px;
}
.table_menu ul li a:hover, .table_menu ul li a.active {
  border-bottom: solid 3px #fc7035;
}
.table_menu ul li:first-child {
  margin-left: 0px
}
.padding0 {
  padding: 0px
}
.form-group2 {
  display: block;
}
.form-group2 input[type=checkbox] {
  padding: 0;
  border: solid 1px #ccc;
  margin-bottom: 0;
  width: 40px !important;
  cursor: pointer;
}
.form-group2 input:checked {
  content: '';/* position: absolute;
    top: 1px;
    left: 11px;
    width: 4px;
    height: 9px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);*/
}
.che {
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.che p {
  padding: 0 0px;
  margin: 0px;
  line-height: 20px;
}
.che input[type=checkbox] {
  transform: scale(1.5);
  margin: 0 6px 0 0;
  display: none;
}
.che input[type=checkbox]~label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 4px;
  transition: all 0.3s;
  border: solid 1px #ccc;
}
.che input[type=checkbox]~label {
  position: relative;
  font-size: 13px;
  line-height: 17px;
  color: #2C3C28;
  font-weight: 500;
  padding-left: 22px;
  cursor: pointer;
}
.che input[type=checkbox]~label::after {
  content: " ";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ff6e35;
  border-left: 2px solid #ff6e35;
  border-radius: 4px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.green {
  color: #29a136 !important;
}
.active222 {
  font-size: 12px !important;
  font-weight: 500
}
.date_time {
  margin-left: 22px;
  font-size: 12px;
  color: #7d7d7d
}
.date_time ul {
  list-style: none;
  margin: 0px;
  padding: 0px
}
.date_time ul li {
  font-size: 11px;
  color: #7d7d7d;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
}
.per_nuit {
  font-size: 12px;
  color: #fc7035;
  display: block;
}
.more_option {
  margin: 0px 20px;
  font-size: 18px;
}
.product_dash {
  width: 100%;
  align-items: center;
}
.product_dash img {
  margin-right: 15px;
  max-height: 57px;
  width: 74px;
  float: left;
}
.product_dash p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #010101;
  display: flex;
  line-height: 20px;
}
.skusdsdfsdfs ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #444444;
  font-weight: 600;
}
.skusdsdfsdfs ul li {
  font-size: 12px;
  color: #444444;
  margin: 13px 0px;
  padding: 0px
}
.skusdsdfsdfs ul li span {
  width: 25px !important;
  float: left;
  font-size: 13px;
  color: #444444;
}
.divider {
  width: 5px;
  text-align: center;
}
.small-size {
  font-size: 13px !important;
  color: #444444 !important;
  font-weight: 600 !important;
  line-height: 22px
}
.menu_tab {
  text-align: left;
  margin-left: 50px
}
.menu_tab ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu_tab ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #343434;
  font-weight: 600;
}
.menu_tab ul li i {
  color: #fc7035
}
.menu_tab ul li a {
  text-decoration: none;
}
.menu_tab ul li a:hover {
  color: #fc7035
}
.apply_button {
  background: #fc7035;
  color: #fff;
  padding: 7px 40px;
  border-radius: 5px;
  margin: 0px 3px !important;
  display: block;
}
.apply_button a {
  font-size: 12px;
  color: #fff;
  display: block;
}
.apply_button a:hover {
  color: #fff !important
}
.gridjs-footer {
  background-color: #fff;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
  display: block;
  padding: 12px 24px;
  position: relative;
  width: 100%;
  z-index: 5;
}
.gridjs-pagination .gridjs-pages {
  float: right;
}
.gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
  background-color: #fff;
  color: #6b7280;
  cursor: default;
}
.gridjs-pagination .gridjs-pages button {
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-right: none;
  outline: none;
  padding: 5px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gridjs-footer button, .gridjs-head button {
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  margin: 0;
  outline: none;
  padding: 0;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #f7f7f7;
  font-weight: 700;
}
.gridjs-pagination .gridjs-pages button {
  background-color: #fff;
  border: 1px solid #d2d6dc;
  border-right: none;
  outline: none;
  padding: 5px 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fixed-table-pagination {
  padding: 0px 10px;
}
.fixed-table-pagination div.pagination, .fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pull-right {
  float: right !important;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}
.pagination&gt;li {
  display: inline;
}
.pagination&gt;li:first-child&gt;a {
  margin-left: 0;
  border: solid 1px #ccc;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding: 6px;
  text-align: center;
}
.pagination&gt;li:last-child&gt;a {
  margin-left: 0;
  border: solid 1px #ccc;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-size: 12px;
  padding: 6px;
  text-align: center;
}
.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
  background-color: #fc7035;
  border-color: #fc7035;
  color: #fff;
  border-radius: 100%;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
  position: relative;
  float: left;
  padding: 3px 10px;
  margin-left: 1px;
  line-height: 1.42857143;
  color: #343434;
  text-decoration: none;
  background-color: #fff;
  font-weight: 600/*    border: 1px solid #ddd;*/
}
.result {
  display: inline-block;
  text-align: right;
  margin-right: 20px
}
.result .nice-select {
  padding: 2px 30px 2px 15px;
  line-height: 25px;
  height: 30px;
  font-size: 13px;
}
.result .nice-select .current {
  font-weight: 600;
  color: #000;
}
.default {
  margin: 10px 10px;
}
.default ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.default ul li {
  font-size: 12px;
  color: #000;
  line-height: 10px;
  padding: 6px 0px;
  margin: 0px;
}
.default ul li input[type=radio] {
  margin-right: 6px;
  top: 2px;
  ;
  border: solid 1px #000;
}
.default ul li.active.current {
  font-weight: bold;
}
/*.default ul li input[type=radio]:checked{}*/


.list_style_1 li {
  font-size: 12px;
  color: #000;
  line-height: 10px;
  padding: 3px 10px;
  margin: 0px;
  text-align: center;
}
.list_style_1 li a {
  text-decoration: none;
  font-weight: 600
}
.price_min-max li {
  display: inline-block;
  margin-right: 5px
}
.price_min-max li:last-child {
  margin-right: 0px
}
.price_min-max input {
  width: 80px;
  text-align: center;
  border: solid 1px #9a9a9a;
  border-radius: 4px;
  font-size: 12px;
  color: #898989;
  font-weight: 600;
  line-height: 20px;
  padding: 3px 5px;
}
.demo_drop .dropdown-menu {
  min-width: 162px;
}
.default ul li input[type=radio]:checked + .radio-label:before {
  background-color: #040404;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.fillter {
  font-size: 14px;
  color: #fc7035;
  margin: 0px;
  padding: 6px 16px 7px 0px;
  display: block;
}
.fillter a {
  display: block;
}
.dropdown_menu_3 {
  background: #fff !important;
}
.menu_button {
  font-size: 13px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px;
  line-height: 12px;
}
.demo_drop .menu_button::after {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Pro";
  color: #525252;
  font-weight: 600;
}
.demo_drop .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  top: 4px;
  position: relative;
}
.demo_drop .btn-check:focus+.btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0px;
  box-shadow: none !important;
  border: solid 1px #fff;
}
.sr-input-func2 {
  position: relative;
  margin: 0;
  right: 0px;
  transition: .5s ease-out;
  margin-left: 20px;
}
.sr-input-func2 .form-control, .sr-input-func2 .form-control:focus {
  border: 1px solid #d1d1d1;
  font-size: 13px;
  height: 25px;
  color: #c6c6c6;
  padding-left: 25px;
  padding-right: 10px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 6px;
}
.sr-input-func2 a {
  position: absolute;
  top: 6px;
  left: 7px;
  color: #aeaeae;
  transition: .5s ease-out;
  font-size: 11px;
  font-weight: 400;
}
.table_filter {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%
}
.table_filter tr td {
  padding: 0px !important;
}
.listing-container {
  position: relative;
}
.listing {
  padding: 15px;
  /*background-color: #fff;
    border: 1px solid #ccc;*/
   /* border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
  position: relative;
}
.kebab-menu {
  text-align: center;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  right: 0px;
  left: 0px;
  top: 0px;
  color: #fc7035;
  font-size: 20px;
  font-weight: 600;
}
.kebab-menu:focus {
  outline: none;
}
.menu-options {
  display: none;
  position: absolute;
  top: 5px;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  list-style: none;
  padding: 5px 0;
  width: 150px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.menu-options li {
  cursor: pointer;
  font-size: 11px;
  color: #000;
  line-height: 10px;
  padding: 5px 10px;
  margin: 5px 0px;
}
.menu-options li:hover {
  background-color: #f0f0f0;
}
.margin-50 {
  margin-top: -40px;
position:
}
@media screen and (max-width: 991px) {
.margin-50 {
  margin-top: 20px;
position:
}
.step {
  font-size: 16px;
}
.step span {
  font-size: 12px !important;
}
.steps &gt; .step:after {
  top: 10px;
}
}
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.step span {
  background: #f8f8f8;
  z-index: 1;
  position: relative;
  padding: 0px 10px;
  color: #343333;
  font-weight: 600;
  font-size: 18px;
}
.steps &gt; .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-weight: 600;
  color: #434343;
  font-size: 18px;
  font-family: open sans, sans-serif;
  color: #6D6875;
}
.steps &gt; .step:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  background: #7a7a7a;
  border: 1px solid #7a7a7a;
  color: #e6e6e6;
  width: 22px;
  height: 22px;
  text-align: center;
  margin-bottom: -4.2rem;
  font-weight: bold;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-size: 1rem;
}
.steps &gt; .step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 1px;
  top: 13px;
  left: 50%;
}
.steps &gt; .step:last-child:after {
  display: none;
}
.steps &gt; .step.is-complete {
  color: #6D6875;
}
.steps &gt; .step.is-complete:before {
  content: "Ã¢Å“â€œ";
  color: #f68e20;
  background: #fef0e2;
  border: 2px solid #f68e20;
}
.steps &gt; .step.is-complete:after {
  background: #f68e20;
}
.steps &gt; .step.is-active {
  font-size: 1.5rem;
}
.steps &gt; .step.is-active:before {
  color: #FFF;
  border: 2px solid #079317;
  background: #079317;
  margin-bottom: -4.9rem;
}
.steps {
  margin-bottom: 5px;
}
.form_outer {
  background: #FFFFFF;
  text-align: center;
  padding: 40px 20px;
  font-family: open sans, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 50px;
  border-radius: 4px
}
.bg33 {
  background: #f8f8f8;
  font-family: open sans, sans-serif;
}
.form_s h2 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-family: open sans, sans-serif;
}
.form_s input {
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  height: 40px;
  font-family: open sans, sans-serif;
  font-size: 14px;
  background: #fff;
  color: #6a6868;
  margin-bottom: 10px;
}
.form_s input::placeholder {
color: #21252f
}
.brand_owner {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.form_s button.rts-btn {
  max-width: 100%;
  width: 100%;
}
.mb-10 {
  margin-bottom: 10px
}
.notification {
  padding: 20px 20px 40px 20px;
  font-family: open sans, sans-serif;
  border: solid 2px #dfdfdf;
  margin: 40px 0px 25px 0px;
}
.notification h4 {
  text-align: center;
  font-size: 15px;
  margin: 0px 0px 20px 0px;
  padding: 0px
}
.notification ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.notification ul li {
  font-size: 14px;
  text-align: left;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #000000;
  font-weight: 500
}
.notification ul li:before {
}
.download_templates {
  padding: 15px 20px;
}
.notification ul li:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  display: inline-block;
  color: #079317;
  width: 22px;
  height: 22px;
  text-align: center;
  font-weight: 800;
}
.form_s2 {
  text-align: left;
}
.form_s2 h2 {
  font-size: 18px
}
.category_search .form-control, .sr-input-func .form-control:focus {
  border: 2px solid #e4e4e4;
  /* height:57px;  */
  color: #c6c6c6;
  padding-left: 20px;
  padding-right: 40px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.category_search .form-control[type=text] {
  height: 57px !important;
}
.category_search .sr-input-func a {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #aeaeae;
  font-size: 20px;
  background: #fff;
  padding: 15px 20px;
  height: 53px;
  border-radius: 6px;
}
.bredcrumb_list {
  width: 100%;
  margin-bottom: 10px;
}
.bredcrumb_list ul {
  list-style: none;
  padding: 0px;
  margin: 0px
}
.bredcrumb_list ul li {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  margin-right: 10px
}
.bredcrumb_list ul li:after {
  content: '\f105';
  font-family: "Font Awesome 6 Pro";
  font-size: 15px;
  margin-left: 10px;
  top: 2px;
  position: relative;
}
.bredcrumb_list ul li:last-child::after {
  display: none;
}
/*seller-dash-board-category-vertical-menu-css-opne*/

.vertical-menu {
  width: 100%;
  /*    max-width: 300px;*/
  background-color: #fff;
  color: #000;
  padding: 0;
  border: solid 1px #d9d9d9;
}
.vertical-menu ul {
  margin: 0px;
  padding: 0px
}
.vertical-menu ul li {
  padding: 0px;
  margin: 0px
}
.vertical-menu .nav-link {
  color: #000;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px #d9d9d9;
}
.vertical-menu .dropdown-menu {
  border-radius: 0px !important;
  border: solid 1px #d9d9d9;
}
.vertical-menu .dropdown-item {
  color: #000;
  padding: 15px 10px;
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px #d9d9d9;
}
.vertical-menu .dropdown-item.active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.vertical-menu:focus, .dropdown-item:hover {
  color: #fc7035;
  background-color: #fff;
}
.vertical-menu .nav-link:hover {
  background-color: #fff;
}
.vertical-menu .dropdown-toggle::after {
  display: inline-block;
  /*    content: '\f104'; font-family: "Font Awesome 6 Pro"; font-size:16px;*/
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  float: right;
}
.vertical-menu .dropdown-toggle {
  white-space: normal;
}
.menu-arrow {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: #000000;
  float: right;
  top: -4px;
  position: relative;
}
/* Default Arrow */
.menu-arrow::before {
  content: '\f104';
  font-family: "Font Awesome 6 Pro";
}
/*.nav-item:hover &gt; .nav-link .menu-arrow,
.dropdown-submenu:hover &gt; .dropdown-toggle .menu-arrow {
    transform: rotate(0deg);
     content: '\f105'; font-family: "Font Awesome 6 Pro";
}*/



/* Hover Arrow */
/*.nav-item:hover .menu-arrow::before,
.dropdown-submenu:hover .menu-arrow::before {
    content: '\f105'; font-family: "Font Awesome 6 Pro"; 
}*/
.customnav li:hover&gt;a span, .customnav li li:hover a span {
  transform: rotate(180deg)!important;
  font-family: "Font Awesome 6 Pro";
}
/* .submenu, .child-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
  background-color: #fff;
  min-width: 250px;
} */
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover .child-submenu {
  display: block;
}
.nav-item:hover &gt; .submenu {
  display: block;
}
.submenu &gt; li, .child-submenu &gt; li {
  position: relative;
}
 @media (max-width: 768px) {
.vertical-menu {
  width: 100%;
}
.submenu, .child-submenu {
  position: static;
}
.nav-item:hover &gt; .submenu {
  display: block;
}
.dropdown-submenu:hover .child-submenu {
  display: block;
}
.vertical-menu .dropdown-menu {
  background: #fff8f5;
}
}
.box2343 {
  border: solid 1px #eeeeee;
  padding: 50px;
  text-align: center;
  margin: 50px 0px
}
.box2343 p {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.select_btn a {
  background: #fc7035;
  color: #fff;
  padding: 7px 30px;
  font-size: 14px;
  border-radius: 4px
}
.owner {
  width: 100%;
  font-size: 13px;
  color: #8d8d8d;
  font-weight: 600;
}
.owner {
  display: flex;
}
.owner .buyer-type2 {
  font-size: 13px;
  font-weight: 600;
  padding: 2px 5px;
  position: relative;
  color: #000;
}
.nn_notification {
  padding: 20px 40px;
  font-family: open sans, sans-serif;
  border: solid 1px #757575;
  margin: 40px 0px 25px 0px;
  border-radius: 6px;
}
.nn_notification h1 {
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: left;
  font-weight: 600;
  color: #000;
  font-family: open sans, sans-serif;
  line-height: 22px
}
.nn_notification h2 {
  font-size: 14px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  text-align: left;
  font-weight: 600;
  color: #fc7035;
  font-family: open sans, sans-serif;
  line-height: 22px
}
.nn_notification ul {
  list-style: none;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.nn_notification ul li {
  font-size: 12px;
  text-align: left;
  padding: 0px 0px 10px 0px;
  margin: 0px;
  color: #000000;
  font-weight: 500;
  list-style: disc;
}
.size-small {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: 600;
}
.orange {
  font-size: 14px;
  margin: 20px 0px 20px 0px;
  padding: 0px;
  text-align: left;
  font-weight: 600;
  color: #fc7035;
  font-family: open sans, sans-serif;
  line-height: 22px;
}
.request_ID {
  font-size: 14px;
  color: #000;
  margin: 5px 0px;
}
.request_date {
  font-size: 12px;
  color: #000;
  margin: 5px 0px;
}
.text-left {
  text-align: left !important;
}
.declined {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
}
.reapply {
  border: solid 1px #fc7035;
  border-radius: 4px;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
}
.declined a {
  text-decoration: none !important;
  border: solid 1px #989898;
  border-radius: 4px;
  background: #fff;
  display: block !important;
  padding: 9px 20px;
}
.reapply a {
  text-decoration: none !important;
  background: #fc7035;
  border-radius: 4px;
  display: block !important;
  padding: 9px 20px;
  color: #fff;
}
.reapply a:hover {
  color: #fff;
  background: #f37f4e;
}
.table-bordered2&gt;tbody&gt;tr&gt;td, .table-bordered2&gt;tbody&gt;tr&gt;th, .table-bordered2&gt;tfoot&gt;tr&gt;td, .table-bordered2&gt;tfoot&gt;tr&gt;th, .table-bordered2&gt;thead&gt;tr&gt;td, .table-bordered2&gt;thead&gt;tr&gt;th {
  border: none !important;
}
.table-bordered2 th:first-child {
  border-left: 1px solid #ddd!important;
}
.table-bordered2 th:last-child {
  border-right: 1px solid #ddd!important;
}
.table-bordered2&gt;tbody&gt;tr&gt;td:first-child {
  border-left: 1px solid #ddd !important;
}
.table-bordered2&gt;tbody&gt;tr&gt;td:last-child {
  border-right: 1px solid #ddd !important;
}
.add-product-streep {
  background: #fc7035;
  padding: 20px 0px;
  margin-bottom: 0px;
}
.add-product {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  border-bottom: solid 3px #fff;
  padding: 0px 25px 7px 25px;
  display: inline-block;
}
.pt-20 {
  padding-top: 20px
}
.small-size2 {
  margin-left: 30px;
  font-size: 12px !important;
}
.small-size3 {
  margin-left: -10px;
  font-size: 12px !important;
}
.mt {
  margin: 10px 40px;
}
.preview_box {
  border: solid 1px #939393;
  background: #FFFFFF;
  text-align: center;
  padding: 40px 30px;
  font-family: open sans, sans-serif;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: left;
}
.preview_text {
  margin-right: 50px;
}
.preview_text p {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.preview {
  font-weight: 700;
  color: #000;
}
.price_dfsdf {
  margin: 30px 0px;
}
.price_dfsdf span {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.head_dfd {
  width: 100%;
}
.head_dfd h3 {
  font-size: 30px;
  font-weight: 600;
  color: #00000;
}
.quantity {
  margin: 20px 0px;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.unit {
  color: #ccc;
  font-size: 14px;
}
.unit_input {
  padding: 10px !important;
}
.form-container {
}
.form-container h1 {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.form-container .form-group {
  margin-bottom: 15px;
}
.form-container .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  /* text-align: right;  */
  color: #000000;
}
.form-group input[type="text"],  .form-group input[type="number"],  .form-group select {
  width: 100%;
  padding: 1px 8px;
  border: 1px solid #9e9e9e !important;
  border-radius: 4px;
}
.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 #9e9e9e !important;
}
 .form-group input:read-only {
color:#333a4d;
font-size: 14px;
}
 .form-group textarea:read-only {
color:#333a4d;
font-size: 14px;
}
.form-group .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9e9e9e !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
}
.form-group label span {
  color: #fc7035;
}
.form-group .discount-type {
  display: flex;
  align-items: center;
  gap: 50px;
}
.threshold-container {
  margin-top: 15px;
}
.threshold-container input {
  width: calc(33.33% - 10px);
  margin-right: 10px;
}
.threshold-container input:last-child {
  margin-right: 0;
}
.add-threshold:hover {
  text-decoration: underline;
}
.add-threshold {
  display: block;
  color: #fc7035 !important;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
}
.color_bg {
  border: solid 1px #7d7d7d;
  color: #444242;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  text-align: center;
  font-size: 8px;
  line-height: 10px;
  padding: 1px;
  margin-left: 5px;
  top: -2px;
  position: relative;
}
.add-more {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.image_right_guideline {
  width: 100%
}
.image_right_guideline h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.image_right_guideline ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.image_right_guideline ul li {
  font-size: 18px;
  font-weight: 700;
  color: #323232;
  display: flex;
  margin-bottom: 30px;
}
.image_right_guideline ul li:before {
  content: '\f111';
  left: 0px;
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #fc7035;
  margin-right: 15px;
  top: 6px;
  position: relative;
}
.sub_mit_cat {
  text-align: center;
}
.sub_mit_cat ul {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px
}
.sub_mit_cat ul li {
  display: inline-block;
  padding: 25px 30px;
}
.sub_mit_cat ul li a {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 25px 60px;
  border-radius: 4px;
  color: #fc7035;
}
.orange_09 a {
  background: #fc7035;
  border: solid 1px #fc7035;
  color: #fff !important;
  border: solid 1px #fc7035;
  color: #fc7035;
  padding: 25px 60px;
  border-radius: 4px;
}
.orange_09 a:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important
}
.save-as-draft {
  padding: 5px 0px;
}
.save-as-draft {
  border-bottom: solid 2px #000;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.uploaded_images {
  border: solid 1px #939393;
  background: #FFFFFF;
  text-align: center;
  padding: 15px 15px;
  font-family: open sans, sans-serif;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: left !important;
}
.uplaod_image_heading h2 {
  font-size: 18px;
  font-weight: 700;
}
.image_box {
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  max-height: 140px;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.image_box img {
  border-radius: 4px;
  max-width: 138px;
  max-height: 138px;
  text-align: center;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}
.remove {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 100;
}
.remove i {
  background: #fc7035;
  border-radius: 100%;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.add_image_box {
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  height: 138px;
  max-height: 138px !important;
  margin-bottom: 10px;
  background: #d9d9d9;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
}
.add_content {
  text-align: center !important;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
.add_content i {
  background: #fc7035;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
}
.create-variations {
  width: 100%
}
.create-variations h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.create-variations ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.create-variations ul li {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  display: flex;
  margin-bottom: 20px;
}
.create-variations ul li input[type="radio"] {
  margin-right: 10px;
}
.add-variants {
  text-align: right;
}
.add-variants a {
  background: #fc7035;
  color: #fff;
  padding: 7px 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}
.add-variants a:hover {
  background: #000;
  color: #fff;
}
.edit {
  color: #fc7035;
  text-decoration: none !important;
}
.edit:hover {
  color: #000;
  text-decoration: none !important;
}
 @media (max-width:991px) {
.form-container .form-group label {
  text-align: left;
}
}
@media (max-width: 768px) {
.sub_mit_cat ul li {
  display: block;
  padding: 25px 0px;
}
.mt {
  margin: 10px 10px;
}
.small-size2 {
  margin-left: 0px;
}
.preview_text p {
  font-size: 14px;
  line-height: 24px;
}
.preview_text {
  margin-right: 0px;
}
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  z-index: 100000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  padding-top: 60px; /* Position the modal content */
}
.modal-content {
  background-color: white;
  margin: 0 auto; /* Center the modal */
  padding: 20px;
  border: 1px solid #888;
  width: 96%; /* Width of the modal */
  max-width: 875px; /* Max width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.modal-content h2 {
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.close-btn {
  color: #000000;
  float: right;
  font-size: 40px;
  right: 20px !important;
  /* float: right !important; */
  text-align: right;
  top: 0px;
  position: absolute;
  font-weight: 300;
}
.close-btn:hover, .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.choice_outer {
  text-align: center;
  font-family: open sans, sans-serif;
  margin: 0px 30px
}
.choice_outer p {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0px;
}
.choice_outer img {
  max-width: 130px;
  margin-bottom: 10px;
}
.choice_outer ul {
  list-style: none;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  text-align: left;
}
.choice_outer ul li {
  display: inline-block;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  margin: 0px 20px 0px 0px;
}
.choice_outer ul li span {
  font-weight: 700;
  margin-right: 5px;
}
.msrp {
  text-align: right !important;
}
.equal {
padding:;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.edit-listing_form {
  font-family: open sans, sans-serif;
}
.edit-listing_form h1 {
  font-family: open sans, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.edit-listing_form h2 {
  font-family: open sans, sans-serif;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}
.edit-listing_form .form-group {
  margin-bottom: 15px;
}
.edit-listing_form .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  color: #000000;
}
.edit-listing_form .form-group input[type="text"],  .edit-listing_form .form-group input[type="number"],  .edit-listing_form .form-group select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #9e9e9e !important;
  border-radius: 4px;
  height: 40px !important;
}
.edit-listing_form .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 #9e9e9e !important;
}
 .edit-listing_form .form-group input::placeholder {
font-size: 14px
}
 .edit-listing_form .form-group input:read-only {
color:#333a4d;
font-size: 14px;
}
 .edit-listing_form .form-group textarea:read-only {
color:#333a4d;
font-size: 14px;
}
.edit-listing_form .form-group .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9e9e9e !important;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.edit-listing_form .form-group label span {
  color: #fc7035;
}
.form-group .discount-type {
  display: flex;
  align-items: center;
  gap: 50px;
}
.save_all {
  text-align: right;
  margin: 20px 0px 50px 0px;
  width: 100%;
}
.save_all a {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  background: #fc7035
}
.save_all a:hover {
  background: #000;
  border: solid 1px #000;
}
.breadcumb_dash_board {
  float: right;
}
.breadcumb_dash_board ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.breadcumb_dash_board ul li {
  display: inline-block;
  border: solid 1px #ff9166;
  border-radius: 4px;
  padding: 8px 6px;
  margin-left: 10px;
  font-size: 14px;
  color: #ff753f;
}
.breadcumb_dash_board ul li a {
  color: #ff753f;
}
.breadcumb_dash_board ul li:hover a {
  color: #000;
}
.breadcumb_dash_board ul li:after {
  content: '\f178';
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  margin-left: 5px;
  font-size: 10px;
}
.breadcumb_dash_board ul li:hover:after {
  color: #000;
}
.breadcrumb_dashboard_right_box {
  border-radius: 6px;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 20px;
  font-family: open sans, sans-serif;
}
.need-help {
  width: 100%;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.need-help i {
  margin-right: 5px;
  color: #ff6e35;
  font-weight: 400;
}
.breadcrumb_dashboard_right_box p {
  font-size: 13px;
  font-family: open sans, sans-serif;
  line-height: 20px;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.send_request_for_call {
  display: block;
}
.send_request_for_call a {
  color: #ff6e35;
  border: solid 1px #ff6e35;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}
.send_request_for_call a:hover {
  color: #000;
  border: solid 1px #ff6e35;
}
.faq_outer {
  width: 100%;
  font-family: open sans, sans-serif;
  margin-bottom: 30px
}
.faq_outer .accordion-button::after {
  display: none;
}
.faq_outer .accordion-button {
  font-family: open sans, sans-serif;
  font-size: 13px;
  padding: 0px 0px 20px 0px;
  color: #1a1a1a
}
.faq_outer .accordion-item {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.faq_outer .accordion-button:focus {
  z-index: 3;
  border: none;
 border-color:;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq_outer .accordion-item .show {
  display: block;
  background: transparent;
  padding: 0px 0px 0px 0px;
}
.faq_outer .accordion-body {
  font-size: 13px;
  background: #ff5f1f0a;
  padding: 10px 10px 10px 10px;
  color: #646464
}
.faq_outer .accordion-button .show {
  padding: 0px 0px 15px 0px;
}
.country_code_outer .iti--separate-dial-code .iti__selected-flag {
  background-color: #fff;
  border-radius: 4px 0px 0px 4px;
  border-right: solid 1px #ccc;
}
.country_code_outer {
  padding: 10px 0px;
}
.file-placeholder {
  position: relative;
  cursor: pointer;
  margin-top: 10px;/*
  you can use the label to trigger the event    */
  /*
  or the input file. here I use both but you don't have to   */
}
.file-placeholder label {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 400px;
  height: 40px;
}
.file-placeholder label:before {
/*content: "File";
  position: absolute;
  top: -15px;
  left: 10px;
  background-color: #c7c7c7;
  padding: 2px 5px;
  color: #FFF;*/
}
.file-placeholder input[type=file] {
  position: absolute;
  z-index: 3;
  left: 0;
  opacity: 0;
}
.file-placeholder .file-browse {
  width: 100%;
  height: 40px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.file-placeholder .file-browse .file-browse-txt {
  display: block;
  float: left;
  line-height: 40px;
  width: 70%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3e3939;
}
.file-placeholder .file-browse .file-browse-txt.hasValue {
  background-color: #ededed;
}
.file-placeholder .file-browse .browse {
  display: block;
  float: left;
  width: 30%;
  background-color: #ff6e35;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  text-align: center;
}
.button_33 {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.button_33 a {
  padding: 12px 20px;
  display: block;
  color: #1e1e1e;
}
.button_33:hover, .button_33.select {
  border: solid 1px #ff946a !important;
}
.individual_p {
  margin: 20px 0px;
}
.individual_p p {
  font-size: 13px;
  color: #ff733c;
  line-height: 18px;
}
.list_Fsdf {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.list_Fsdf ul {
  margin: 0 auto;
  padding: 0px;
  margin: 0px;
}
.list_Fsdf ul li {
  list-style: none;
}
.list_Fsdf ul li label {
  display: block;
}
.list_Fsdf ul li label input {
  margin-right: 10px;
  top: 2px;
}
.contnet_d p {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin: 20px 0px;
}
.contnet_d {
  width: 100%;
  font-family: open sans, sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}
.contnet_d .business-type {
  display: flex;
  align-items: center;
  gap: 30px;
}
.contnet_d .business-type label {
  display: inline-block;
}
.contnet_d .business-type label input {
  margin-right: 10px;
}
@media (max-width: 768px) {
.right-text {
  text-align: left;
  float: none !important;
}
.crate_yout_catalog {
  padding: 10px 20px !important;
}
.crate_yout_catalog h2 {
  font-size: 22px!important;
}
.crate_yout_catalog p {
  font-size: 18px!important;
}
.download_box {
  padding: 20px !important;
}
.content_df {
  font-size: 12px !important;
}
.upload p {
  margin: 0px 0px !important;
}
.p10 {
  padding: 0px!important;
}
.download_outer h2 {
  font-size: 20px!important;
}
.download_outer p {
  font-size: 16px!important;
}
.contnet_d .business-type label {
  display: block;
  padding: 7px 0px;
}
.contnet_d .business-type {
  display: block;
  margin: 10px 0px;
}
.contnet_d .business-type label input {
  top: 2px;
}
}
.sellor_dashboard th, .sellor_dashboard td {
  vertical-align: top;
}
.sellor_dashboard th {
  font-size: 13px;
  padding: 10px 0px 10px 0px;
}
.child_table td, .child_table th {
  border-right: solid 1px #ccc;
}
.child_table {
  margin-bottom: 0px;
}
.sellor_dashboard td {
  font-size: 11px;
}
.sellor_dashboard input {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  clear: both;
  line-height: 32px;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  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;
  font-size: 13px;
}
.sellor_dashboard .nice-select {
  padding-left: 5px;
  padding-right: 24px;
  font-size: 12px;
  height: 34px;
  line-height: 32px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
}
.sellor_dashboard .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 12px;
  list-style: none;
  min-height: 15px;
  outline: none;
  padding-left: 6px;
  padding-right: 6px;
  text-align: left;
  font-size: 12px;
}
.sellor_dashboard .nice-select:after {
  border-bottom: 2px solid #6e6e6e;
  border-right: 2px solid #6e6e6e;
  content: "";
  display: block;
  height: 6px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 7px;
  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: 6px;
}
.sellor_dashboard .nice-select .list {
  min-width: 90px;
  font-size: 12px;
}
.seat_rate {
  margin-bottom: 10px;
}
.region {
  margin: 0px 10px;
  text-align: left;
}
.region span {
  float: right;
  color: #fc7035;
}
.di_span span {
  display: block;
  margin-bottom: 10px;
}
.di_span span a {
  color: #ff733c;
  text-decoration: none;
}
.trace i {
  color: #000;
}
.trace i:hover {
  color: #ff733c;
}
.add-range {
  font-size: 10px;
  color: #ff733c;
  margin: 5px 0px;
}
.crate_yout_catalog {
  text-align: center;
  margin-bottom: 40px;
}
.crate_yout_catalog h2 {
  font-size: 28px;
  font-weight: 700;
  color: #fc7035;
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.crate_yout_catalog p {
  font-size: 22px;
  color: #000;
  font-weight: 600;
}
.download_outer {
  text-align: center;
  margin-bottom: 50px;
}
.download_outer h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}
.download_outer p {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.download_box {
  border: dashed 3px #7d7d7d;
  min-height: 224px;
  margin-bottom: 20px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.download_box span {
  border-bottom: solid 1px #000;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.upload2 p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0px;
  padding: 0px;
}
/*.upload2 p button{display: contents; border-bottom:solid 1px #000; color: #000;}*/


.upload2 p a {
  border-bottom: solid 1px #000;
}
.upload2 p a:hover {
  border-bottom: solid 1px #ff6e35;
}
.content_df {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.content_df span {
  font-size: 22px;
  border-bottom: none;
  font-weight: 300 !important;
  color: #646464;
}
.search_the_sellora_catalog {
  text-align: center;
  margin-top: 50px;
}
.search_the_sellora_catalog h2 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-family: open sans, sans-serif;
}
.search_the_sellora_catalog p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.search_the_sellora_catalog p a {
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
}
.search_the_sellora_catalog p a:hover {
  border-bottom: solid 1px #ff6e35;
}
.seach_df input {
  border: solid 1px #000 !important;
}
.seach_df i {
  color: #000
}
 .seach_df input[type=text]::placeholder {
color: #7d7d7d;
}
.p10 {
  padding: 20px;
}
.upload i {
  font-size: 25px;
  color: #5a5a5a;
}
.upload_outer {
  border: dashed 2px #959595;
  padding: 10px 20px;
}
.upload {
  margin: 0px;
  padding: 0px
}
#gallery h1 {
  font-size: 12px;
}
#gallery .delete {
  position: relative;
  top: -30px;
  right: 0px;
}
.seller-login-profile {
  font-size: 20px;
  font-weight: 600;
}
.login_name {
  border-bottom: solid 1px #d9d9d9;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: right;
  font-family: open sans, sans-serif;
}
.loginname {
  font-weight: 600;
  font-size: 18px;
  font-family: open sans, sans-serif;
  margin-bottom: 10px;
}
.seller_profile_link {
  margin-bottom: 50px;
/*  overflow-y: scroll; max-height:400px;*/}
.seller_profile_link a {
  text-align: right !important;
  justify-content: flex-end;
  font-family: open sans, sans-serif;
}
.seller_profile_link a.drop-link {
  font-size: 14px;
  padding: 10px 15px;
}
.seller_edit_information {
  width: 100%;
}
.seller_edit_information h2 {
  color: #000;
  font-size: 18px !important;
  font-weight: 600 !important;
  text-align: center;
}
.edit_span {
  text-align: right;
  float: right;
  color: #fc7035;
  font-weight: 600;
  font-size: 16px;
  margin-top: -40px;
}
.edit_span:hover {
  text-decoration: underline;
}
.seller_edit_information .file-placeholder .file-browse .browse {
  background-color: #655f5f;
}
.right-text {
  text-align: right;
  float: right;
  padding: 6px 0px;
  margin-top: 14px;
}
/*==============active-order-page===========================*/

.order_id_01 {
  width: auto;
  font-size: 13px;
  margin-bottom: 10px;
  color: #272727;
}
.order_id_01 span {
  color: #a8a8a8;
  font-size: 11px;
  font-weight: 400;
  display: block;
}
.product_details_content {
  max-width: 200px;
}
.product_details_content p {
  font-size: 12px;
  line-height: 18px;
  color: #1d1d1d;
}
.product_details_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_details_content ul li {
  font-size: 12px;
  color: #1d1d1d;
}
.product_details_content ul li span {
  color: #a8a8a8;
}
.unshipped {
  margin-top: 7px;
}
.unshipped a {
  background: #d00000;
  color: #fff;
  border-radius: 4px;
  padding: 5px 20px;
  text-decoration: none !important;
  font-size: 12px;
  transition: 3s;
}
.unshipped a:hover {
  background: #343434;
}
.listing22 .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  outline: none;
  padding-left: 10px;
  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: 170px;
}
.listing22 .nice-select .list {
  min-width: 140px;
  z-index: 1000;
}
.listing22 .nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 9px;
  list-style: none;
  min-height: 12px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #0a0b0c;
  font-size: 12px;
}
.br-none tr td, .br-none tr th {
  border: none !important;
}
.br-none tr td:first-child {
  border-left: 1px solid #ddd !important;
}
.br-none tr td:last-child {
  border-right: 1px solid #ddd !important;
}
.br-none tr th:first-child {
  border-left: 1px solid #ddd !important;
}
.br-none tr th:last-child {
  border-right: 1px solid #ddd !important;
}
.br-none tr td {
  vertical-align: top;
  font-size: 12px;
}
.returns_details {
  max-width: 250px;
}
.returns_details ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.returns_details ul li {
  font-size: 12px;
  line-height: 18px;
  color: #1d1d1d;
  text-align: left;
}
.returns_details ul li span {
  width: 120px;
  display: inline-block;
}
.issue-refund {
  margin: 5px 0px;
}
.issue-refund a {
  display: block;
  background: #fb7034;
  color: #fff;
  border-radius: 4px;
  padding: 5px 20px;
  text-decoration: none !important;
  font-size: 11px;
  transition: 3s;
}
.issue-refund a:hover {
  background: #343434;
  color: #fff;
}
.complete_refund {
  margin: 5px 0px;
}
.complete_refund a {
  background: #fff;
  color: #fff;
  border: 1px solid #8f8b8b;
  color: #000;
  border-radius: 4px;
  padding: 3px 20px;
  text-decoration: none !important;
  font-size: 11px;
  transition: 3s;
  display: block;
}
.complete_refund a:hover {
  background: #343434;
  color: #fff;
}
.contact_to_buyer {
  margin: 5px 0px;
}
.contact_to_buyer a {
  display: block;
  background: #fff;
  color: #fff;
  border: 1px solid #8f8b8b;
  color: #000;
  border-radius: 4px;
  padding: 5px 20px;
  text-decoration: none !important;
  font-size: 11px;
  transition: 3s;
}
.contact_to_buyer a:hover {
  background: #343434;
  color: #fff;
}
.request_IDud9er ul {
  list-style: none;
  margin: 0px;
  padding: 0px
}
.request_IDud9er ul li {
  font-size: 12px;
  line-height: 16px;
  color: #1d1d1d;
  text-align: left;
  margin-top: 0px;
}
.return_table {
  max-width: 280px
}
.return_table tr td {
  border-left: none !important;
  border-right: none !important;
  text-align: left;
  padding: 0px 0px 15px 0px !important;
}
.return_table tr td:first-child {
  border-left: none !important;
}
.return_table tr td:last-child {
  border-right: none !important;
}
.search-container {
  /*            width: 100%;*/
/*            max-width: 600px;*/
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 5px 15px;
  flex: auto;/*            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
}
.search-container input[type="text"] {
  border: none;
  outline: none;
  font-size: 16px;
}
.search-container button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0px;
  width: 40px;
}
.search-container button img {
  max-width: 22px;
  max-height: 22px;
}
.microphone {
  color: #0f0f0f;
  font-weight: 600;
  font-size: 18px;
}
 @media (max-width: 480px) {
.search-container {
  max-width: 90%;
}
.search-container input[type="text"] {
  font-size: 14px;
}
}
.reture_refund {
  width: 100%;
}
.reture_refund ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.reture_refund ul li {
  display: block;
  font-size: 12px;
  padding: 1px 5px;
  margin: 0px;
}
.reture_refund ul li a {
  color: #4a4a4a
}
.reture_refund ul li a:hover {
  color: #ff6e35
}
.reture_refund ul li img {
  max-width: 15px;
  max-height: 18px;
  margin-right: 2px;
  opacity: 0.7;
}
.green_bt {
  background: #007185 !important;
  color: #fff;
}
/*======================sell-online-page========================*/

.timeline {
  position: relative;
  margin: 20px 0;
  padding-left: 40px;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 4px;
  height: 85%;
  background-color: #ff6600;
}
.timeline-item {
  position: relative;
  margin-bottom: 20px;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -33px;
  width: 20px;
  height: 20px;
  background-color: #fc7035;
  border-radius: 50%;
}
.timeline-item p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
  top: -5px;
  position: relative;
}
 @media (max-width: 768px) {
.timeline {
  padding-left: 30px;
}
.timeline::before {
  left: 10px;
}
.timeline-item::before {
  left: -5px;
}
}
 @media (max-width: 480px) {
.timeline {
  padding-left: 30px;
}
.timeline::before {
  left: 8px;
}
.timeline-item::before {
  left: -30px;
}
.timeline-item p {
  font-size: 14px;
}
}
.our_competitive {
  background: #fc7035;
  padding: 40px 50px;
  border-radius: 6px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  font-weight: 600
}
.black-text {
  color: #000 !important;
}
.box_lfkjd {
  text-align: center;
  padding: 20px;
}
.list_jkd {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.list_jkd span {
  width: 45px;
  height: 45px;
  background: #fc7035;
  display: inline-block;
  color: #fff;
  padding: 10px 10px;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 600;
}
.box_lfkjd h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.box_lfkjd p {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 30px;
}
 @media (max-width: 768px) {
.our_competitive {
  padding: 20px 20px;
  font-size: 20px;
}
.conten_areia h2 {
  font-size: 24px;
}
}
.step-container {
  width: 100%;
  /*            max-width: 900px;*/
  padding: 20px 100px 50px 100px;
  background: #f3f3f8;
  border-radius: 8px;
  /*            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ margin-bottom: 30px;
}
.steps2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.steps2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ff6600;
  transform: translateY(-50%);
  z-index: 1;
}
.step2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.step-circle {
  width: 40px;
  height: 40px;
  background-color: #ff6600;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 24px auto 10px;
}
.step-text {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}
 @media (max-width: 768px) {
.steps2 {
  flex-direction: column;/*                align-items: flex-start;*/
}
.steps2::before {
  top: auto;
  left: auto;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}
.step2 {
  margin-bottom: 20px;
}
.step2:last-child {
  margin-bottom: 0;
}
.step-container {
  padding: 20px 20px 50px 20px;
}
.steps2::before {
  display: none;
}
}
.category_content {
  text-align: center;
}
.category_content p {
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
}
.return {
  color: #727272 !important;
  font-size: 13px;
  margin-bottom: 5px !important
}
.return img {
  max-width: 15px;
  max-height: 17px;
  opacity: 0.7;
  margin-right: 3px;
}
.return:hover {
  color: #ff6e35 !important;
}
/*============================27-12-24===========================*/


.progress-container {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.progress-container::before {
  content: '';
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d1e7d6;
  z-index: 1;
  transform: translateY(-50%);
}
.step33 {
  position: relative;
  z-index: 2;
  text-align: center;
  flex: 1;
}
.step33:not(:last-child) {
  margin-right: -4px;
}
.step33-circle {
  width: 12px;
  height: 12px;
  background-color: #d1e7d6;
  border-radius: 50%;
  margin: 0 auto;
}
.step33-text {
  margin-top: 10px;
  font-size: 10px;
  color: #000000;
  font-family: open sans, sans-serif;
}
.step33-date {
  font-size: 10px;
  color: #ff4500;
  font-family: open sans, sans-serif;
}
.step33.active::before {
  content: '';
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #28a745;
  z-index: 1;
  transform: translateY(-50%);
}
.step33-circle.active {
  width: 12px;
  height: 12px;
  background-color: #28a745;
  border-radius: 50%;
  margin: 0 auto;
}
.step33.cancel_order.active::before {
  content: '';
  position: absolute;
  top: 13%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: red;
  z-index: 1;
  transform: translateY(-50%);
}
.step33-circle.cancel_order.active {
  width: 12px;
  height: 12px;
  background-color: #28a745;
  border-radius: 50%;
  margin: 0 auto;
}
 @media (max-width: 768px) {
.progress-container {
  flex-direction: column;
  align-items: flex-start;
}
.progress-container::before {
  width: 4px;
  height: 100%;
  left: 10px;
  top: 0;
  transform: translateX(-50%);
}
.step33 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.step33:last-child {
  margin-bottom: 0;
}
.step33-circle {
  margin-right: 10px;
}
}
.delivered_01 {
  color: #107207 !important;
  font-weight: 600;
}
.sellor_27_12 {
  background: #fff6f3;
  padding: 40px 0px;
}
.button_6dsfsd {
  display: block;
  margin-bottom: 10px;
}
.button_6dsfsd a {
  border: solid 1px #ff6e34;
  background: #ff6e34;
  color: #fff;
  font-weight: 500;
  font-size: 23px;
  border-radius: 4px;
  padding: 15px 50px;
  float: left;
}
.button_6dsfsd a:hover {
  border: solid 1px #fff;
  color: #ff6e34;
  background: #fff;
}
.content_dashboar_6 {
  width: 100%;
}
.content_dashboar_6 h2 {
  font-size: 30px;
  color: #181616;
  font-weight: 600;
}
.orange2 {
  color: #ff6e34;
  font-size: 30px;
  font-weight: 600;
}
.content_dashboar_6 p {
  margin-bottom: 20px;
  line-height: 30px;
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
.content_dashboar_6 p span {
  color: #ff6e34
}
.orange33 {
  color: #ff6e34 !important;
  font-size: 30px;
  font-weight: 600;
}
.sell_online_img {
  text-align: center;
  margin-left: 100px;
}
.sell_online_img img {
  max-width: 100%;
}
 @media (max-width: 768px) {
.sell_online_img {
  text-align: center;
  margin-left: 0px;
}
.payment_schedule {
  padding: 0px;
}
.p50 {
  padding: 30px 10px !important;
}
.payment_schedule p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}
.category_by {
  padding: 15px 20px;
  font-size: 15px;
}
.padding&gt;tbody&gt;tr&gt;td, .padding&gt;tbody&gt;tr&gt;th {
  padding: 20px 40px;
  font-size: 13px;
}
.expan_mmmm p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}
.conten_areia p {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
}
}
.p50 {
  padding: 30px 40px;
}
.shadow2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.table_345 td {
  border: none !important;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px !important;
}
.table_345 tr:last-child {
  border-bottom: none;
}
.note {
  margin-top: 50px;
}
.note p {
  color: #ff7138;
  font-weight: 700 !important;
  font-size: 22px;
}
/* =============for advertisment css=====================31/Dec-24============================ */

.bg-image {
  background: url(../images/advertising-img-01.jpg) center center no-repeat;
  background-size: 100%;
  z-index: 1;
  padding: 90px 0;
}
.edu-breadcrumb-area .breadcrumb-inner {
  text-align: center;
}
/* .make_nice_select select{
display: none !important;
} */

a.yellow {
  color: #80fc35;
}
.breadcrumb-style-2 .breadcrumb-inner-title {
  width: 40%;
  margin: 0 auto;
}
.edu-breadcrumb-area .edu-breadcrumb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--font-secondary);
}
.advertisingbtn ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
}
.advertisingbtn ul li {
  background: #fff;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
.advertisingbtn ul li a {
  padding: 10px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
.advertisingbtn ul li a:hover {
  background: #000000;
  color: #fff;
  border-radius: 4px;
}
.adverconbox {
  background: #EFEFEF;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
}
.adverconbox h4 {
  font-weight: 700;
  color: #000;
  font-size: 20px;
}
.adverconbox ul {
  list-style: none;
  padding: 0px;
}
.heding_f2 {
  text-align: left !important;
  justify-content: left;
  font-weight: 500;
  font-size: 14px;
}
.adverimg {
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
}
.adverimg img {
  max-width: 100%;
}
.adver_boxs {
  min-height: 180px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.adver_boxs:hover {
  border: 1px solid #ff6e35;
}
.ads_help_heading {
  font-weight: 700 !important;
}
.adver-bottom-img {
  background: url(../images/adver-bottom-img.jpg) center center no-repeat;
  background-size: 100%;
  z-index: 1;
  padding: 70px 0;
  margin-top: 50px;
}
.breadcrumb-style-2 .adver-bottom-content {
  width: 100% !important;
  margin: 0px auto;
}
.breadcrumb-style-2 .adver-bottom-content h4 {
  font-size: 22px;
  color: #fff;
}
.breadcrumb-style-2 .adver-bottom-content p {
  color: #fff;
  font-size: 14px;
}
.adverbottombtn ul li a {
  color: #fc7035;
}
.adver-bg {
  background: #ff5200;
  margin-bottom: 50px;
}
.adver-bg-title {
  width: 100%;
}
.adver-bg-title p {
  line-height: 40px;
  color: #fff;
}
.adver-box {
  padding: 30px 50px 20px 50px;
  border: 1px solid #ff5200;
  border-radius: 3px;
}
.adver-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #ff5200;
}
.adver-box p {
  font-size: 16px;
  line-height: 35px;
  color: #ff5200;
  margin-bottom: 8px;
}
.adver-box a {
  color: #ff5200;
  font-weight: 600;
}
.adverbox-btn a {
  padding: 10px 20px;
  background-color: #000;
  text-align: center;
  display: inline-block;
  /* border: 1px solid #ff723b; */
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  min-width: 200px;
  transition: all 0.4s ease-out 0s;
}
.adver-box2 {
  border: 1px solid #E2E2E2;
}
.adver-box2 h4 {
  color: #000;
}
.adver-box2 p {
  color: #000;
}
.campaign_box {
  min-height: auto !important;
  border-radius: 3px;
}
.campaign_box2 {
  border: 1px solid #ff723b !important;
}
.manual-campaign-tit {
  margin-top: 60px;
}
.manual-campaign-tit h2 {
  color: #000;
}
.file-placeholder .file-browse .browse-compaign {
  background-color: #ff5200;
}
.manual-campaign-img {
  width: 80px !important;
}
.mamual_product_details_content {
  max-width: 100% !important;
}
.mamual_product_details_content p {
  color: #000;
  font-weight: bold !important;
  font-size: 12px;
  margin-bottom: 10px;
}
.mamual_product_details_content ul li {
  width: auto;
  display: inline-block;
  color: #000;
  font-weight: bold !important;
  font-size: 12px;
  margin-top: 0px;
}
.mamual_product_details_content ul li span {
  color: #000;
  font-weight: 700 !important;
  font-size: 12px;
}
.mamuallist {
  width: 35% !important;
}
.mamual_product_details_content2 p {
  font-weight: 500 !important;
}
.mamual_product_details_content2 ul li {
  font-weight: 500 !important;
}
.mamual_product_details_content2 ul li span {
  font-weight: 500 !important;
}
td .check-bg {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
td .check-bg .checkbox {
  background: #ff5200 !important;
}
.manual-compaign-table {
  overflow-x: auto;
  max-height: 300px;
  border-left: 1px solid #686868;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  border-radius: 3px;
}
 .manual-compaign-table::-webkit-scrollbar {
 width: 8px;
}
 .manual-compaign-table::-webkit-scrollbar-track {
 background: gray;
 border-radius: 10px;
}
 .manual-compaign-table::-webkit-scrollbar-thumb {
 background:gray;
 border-radius: 10px;
}
 .manual-compaign-table::-webkit-scrollbar-thumb:hover {
 background: gray;
}
.manual-compaign-table2 {
  border-right: 1px solid #686868;
  border-top: 1px solid #686868;
  border-bottom: 1px solid #686868;
  border-radius: 3px;
  min-height: 300px;
}
.rightselect h5 {
  padding: 10px 20px 0px 20px !important;
  margin-bottom: 0px;
  color: #ff5200;
}
.compaign-bot-content2 {
  color: #ff5200 !important;
  font-weight: 700 !important;
  font-size: 16px;
}
.rightselect3 {
  border: none !important;
}
.listings-selected-content {
  margin-top: 40px;
}
.listings-selected-content h5 {
  color: #000;
}
.listings-selected-outer {
  border: 1px solid #000;
  border-radius: 3px;
}
.listings-selected-box {
  border-bottom: 2px solid #c3c3c3;
  margin-bottom: 20px;
}
.listings-selected-box h6 {
  padding: 10px;
  margin-bottom: 0px;
}
.listings-selected-boxbottom {
  margin-bottom: 40px;
}
.listings-selected-form {
  padding: 0px 45px;
}
.listings-selected-protit {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  vertical-align: middle !important;
 font-size:14px !important  color:#000;
}
.listings-selected-btn {
  text-align: center;
  vertical-align: middle !important;
}
.listings-selected-btn a {
  list-style: none !important;
  text-decoration: none !important;
  color: #ff5200;
  font-size: 14px;
}
.listings-selected-table thead tr th {
  font-size: 16px !important;
}
.compaign-bot-content {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.compaign-bot-sec {
  padding-top: 50px;
}
.compaign-bot-sec .nnn_dform .registration_form_single-input label {
  display: block;
}
.compaign-1-outer {
  border: 1px solid #686868;
  padding: 15px 15px 20px 20px;
  border-radius: 5px;
  min-height: 400px;
}
.sr-input-func3 a {
  float: left;
  left: 12px;
  display: inline-block;
}
.breadcome-heading .search-int3 {
  padding-left: 40px;
  padding-right: 20px;
}
.compaign-1-outerhead h4 {
  margin-bottom: 8px;
  color: #ff5200;
}
.Toothpaste_bg {
  background: #dbdbdb !important;
  padding: 10px 10px;
  border-radius: 3px;
  text-decoration: none !important;
}
.compaign-1-table thead tr th {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 600;
}
.pri_dfdj {
  width: 100%;
  text-align: center;
}
.pri_dfdj ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.pri_dfdj ul li {
  margin: 0px 5px;
  display: inline;
  border: solid 1px #585858;
  border-radius: 4px;
  padding: 10px 15px;
  color: #585858;
}
.compaign-1-table tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.compaign-1-table tbody, td, tfoot, th, thead, tr {
  padding-bottom: 10px;
}
.phrase {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.phrase li {
  margin: 0px 5px;
  display: inline;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
  padding: 10px 12px;
  color: #585858;
  background: #d8d8d8;
  font-weight: 500;
  color: #222222;
  font-size: 14px;
}
.campaign_br-none tr td, .campaign_br-none tr th {
  border: none !important;
}
.toothpaste_bg_bg_color {
  background: #ff5200;
  padding: 10px 10px;
  border-radius: 3px;
  text-decoration: none !important;
  color: #fff;
}
.toothpaste_bg_bg_color:hover {
  color: #fff
}
.targeting_list {
  width: 100%;
  text-align: left;
}
.targeting_list ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.targeting_list ul li {
  margin: 0px 0px;
  display: inline;
  padding: 10px 0px;
  color: #585858;
}
.match_type {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.match_type li {
  margin: 0px 0px;
  display: inline;
  padding: 10px 0px;
  color: #585858;
  font-size: 14px;
}
.add_input {
  border: solid 1px #a1a1a1 !important;
  border-radius: 4px !important;
}
.butereio {
  margin: 70px 0px 0px 0px;
  list-style: none;
  padding: 0;
}
.butereio li {
  display: inline-block;
  text-align: center;
}
.butereio li a {
  padding: 5px 20px;
  background: #ff5200;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.butereio li a:hover {
  color: #fff;
}
.without_bg {
  border: solid 1px #ff5200 !important;
  background: transparent !important;
  color: #ff5200 !important;
}
/* =============for advertisment css=====================31/Dec-24======end====================== */














.button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.button_container button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 10px 15px;
  border-radius: 4px;
  /* color: #fc7035; */
  background: #fc7035;
  border: solid 1px #fc7035;
  color: #fff !important;
  width: 200px;
}
.button_container button:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important;
}
.col-lg-2 .image_box {
  width: 70%;
}
.variant_list_table th, td {
/*  border: 1px solid #9e9e9e !important;*/
  padding: 15px 5px;
  font-size: 12px;
}
.variant_list_table td {
  border: 1px solid #9e9e9e !important;
  text-align: center;
}
.sub_mit_cat ul li button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 25px 60px;
  border-radius: 4px;
  color: #fff;
  background: #fc7035;
}
.orange_09 button:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important;
}
.error_message {
  color: red;
  font-size: 14px;
}
.return_table tr td:first-child {
  border-left: none !important;
}
.return_table tr td:last-child {
  border-right: none !important;
}
.nice-select ul {
  overflow-y: scroll !important;
  max-height: 250px;
}
.nice-select .current {
  color: #333333 !important
}
.registration_form_single-input select {
  height: 40px;
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 10px;
  background: #fff;
  font-size: 14px;
  padding: 0 10px;/* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}
.disabled {
  pointer-events: none; /* Prevents interaction */
  cursor: not-allowed;  /* Changes cursor to indicate disabled state */
  opacity: 0.6;         /* Reduces opacity for visual cue */
}
.col-lg-8 .lable2 .iti--separate-dial-code {
  width: 100%;
}
.sellor_dashboard select {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  clear: both;
  line-height: 32px;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  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;
  font-size: 13px;
  height: 30px;
}
.send_request_for_call button {
  color: #ff6e35;
  border: solid 1px #ff6e35;
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  width: 130px !important;
}
.send_request_for_call button:hover {
  color: #000;
  border: solid 1px #ff6e35;
}
.col-lg-4.parent_element {
  margin: 4px 0px;
}
.col-lg-4 .categories_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #ff6e35;
  border-radius: 5px;
  color: #ff6e35;
  text-align: center;
  cursor: pointer;
  min-height: 64px;
}
.col-lg-4 .categories_list.selected {
  padding: 5px;
  border: 1px solid #ff6e35;
  background: #ff6e35;
  color: #fff;
}
/* .make_nice_select select{
display: none !important;
} */

a.yellow {
  color: #80fc35;
}
.button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
.button_container button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 10px 15px;
  border-radius: 4px;
  /* color: #fc7035; */
  background: #fc7035;
  border: solid 1px #fc7035;
  color: #fff !important;
  width: 200px;
}
.button_container button:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important;
}
.col-lg-2 .image_box {
  width: 70%;
}
.variant_list_table th, td {
/*  border: 1px solid #9e9e9e !important;*/
  padding:7px 10px;
  font-size:16px;
}
.variant_list_table td {
  border: 1px solid #9e9e9e !important;
  text-align: center;
}
.sub_mit_cat ul li button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 25px 60px;
  border-radius: 4px;
  color: #fff;
  background: #fc7035;
}
.orange_09 button:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important;
}
.error_message {
  color: red;
  font-size: 14px;
}
.button_container .save_n_next_button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #fc7035;
  padding: 10px 15px;
  border-radius: 4px;
  /* color: #fc7035; */
  background: #fc7035;
  border: solid 1px #fc7035;
  color: #fff !important;
  width: 200px;
  text-align: center;
}
.button_container .save_n_next_button:hover {
  background: #fff;
  border: solid 1px #fc7035;
  color: #fc7035 !important;
}
.swal2-backdrop-show {
  z-index: 9999999999999999999999999999999;
}
.cencel_button {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #000;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fc7035 !important;
  background: none !important;
}
.cencel_button:hover {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #000;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff !important;
  background: #000 !important;
}
.image_box1_parent {
  min-height: 320px;
}
.image_box1 {
  border: solid 1px #d0d0d0;
  border-radius: 4px;
  min-height: 100%;
  position: relative;
  /* margin-bottom: 10px; */
  text-align: center;
}
.image_box1 img {
  border-radius: 4px;
  max-width: 100%;
  /* max-height: 148px; */
  text-align: center;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  margin: auto;
}
.modal-content_page {
  background-color: white;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 96%;
  max-width: 96%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.choice_outer .image_container {
  border: 2px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}
.align-items-center .row {
  margin: 10px 0px;
}
.edit-listing_form .h1_headeng {
  font-size: 20px;
}
.variant_details_container {
  border: 1px solid;
  padding: 15px;
  border-radius: 10px;
}
.choice_outer1 .variant_image_container {
  border: 2px solid;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;/* margin: 5px; */
}
.choice_outer1 img {
  max-width: 130px;
  margin-bottom: 10px;
}
.iti--separate-dial-code {
  width: 100% !important;
}
.button_container .btn-danger {
  border: 1px solid #ff6e35;
  background: none;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #ff6e35 !important;
}
.button_container .btn-danger:hover {
  background: #000000;
  color: #fff !important;
}
.registration_form_single-input .view_image {
  color: #0a58ca !important;
}
.autocomplete-result {
  position: absolute;
  z-index: 1;
  /* overflow-y: scroll; */
  max-height: 200px;
  width: 100%;
  text-align: left;
  left: 0px;
  right: 0px;
 
}
.show_brand_status {
  width: 100%;
  height: 130px;
  border: 1px solid #00ADEF;
  margin: 10px 0px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
}
.show_brand_status p {
  width: 80%;
  font-size: 14px;
}
.show_brand_status .brand_button_container {
  justify-content: center;
  justify-content: space-between;
}
.show_brand_status .create_listing_btn {
  border: 1px solid #ff6e35;
  border-radius: 5px;
  padding: 4px 10px;
  cursor: pointer;
  margin: 5px;
}
a.add_more_product_field {
  color: blueviolet;
  cursor: pointer;
  float: right;
  margin: 20px 8px;
  border: 1px solid;
  padding: 0px 18px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-weight: 900;
  font-size: 20px !important;
  color: #000;
}
.loading {
  /* position: absolute;
    top: 50%;
    left: 50%; */
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 4px solid #ABA8AF;
  border-top-color: #4C2F80;
  user-select: none;
  font-size: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
}
 @keyframes rotate {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.send_otp {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #d1d1d1;
  height: 45px;
  font-size: 12px;
  background: #fff;
  color: #ff5f1f;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 600;
  margin-left: -15px;
  z-index: 1;
  position: relative;
  margin-top: -14px;
}
.country_code_parent .lable {
  margin-top: 7px;
}
.react-datepicker-wrapper {
  width: 100%;
}
 input[type="date"]::-webkit-calendar-picker-indicator {
 background: transparent;
 bottom: 0;
 color: transparent;
 cursor: pointer;
 height: auto;
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 width: auto;
}
input[type="date"] {
  position: relative;
  background: transparent;
  text-align: center;
  pointer-events: none;
}
 input[type="date"]::-webkit-calendar-picker-indicator {
 opacity: 1;
 cursor: pointer;
 pointer-events: auto;
}
input[type="date"]:focus {
  outline: none;
}
.edit_button {
  background: #ff6e35;
  border-radius: 6px;
  display: block;
  max-width: max-content;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  margin: 0 auto;
  cursor: pointer;
}
.logoLoader {
  background: #006eba52;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoLoader img {
  transition: transform 0.3s ease-in-out;
  animation: fadeIn 3s linear infinite;
  width: 150px;
}
 /*@keyframes fadeIn {
 0% {
 opacity: 0.5;
 transform: scale(1.0)
}
 50% {
 opacity: 1;
 transform: scale(1.3)
}
 100% {
 opacity: 0.5;
 transform: scale(1.0)
}*/
}
.theiaStickySidebar { 
  border-radius: 10px;
  }

.right_1212_side{
  border: solid 1px #ebebeb;
  border-radius: 10px;
  padding:20px 15px !important;
  background: #fff;
/*  margin-left: 50px;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.quantity-edit .input {
  text-align: center;
}
.trending_sec p {
  color: #646464;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.carousel-container {
  /*  position: absolute;*/
/*  width: 200px;*/
  overflow: hidden !important;
}
.carousel-container .carousel {
  /*display: flex;
  flex-direction: column;*/
  overflow-y: auto;
  scroll-behavior: smooth;
  max-height: 450px; padding:0px 2px; 
}
.carousel-container .carousel::-webkit-scrollbar {
display: none;
}
.carousel-container .btn {
  position: relative;
  width: 30px;
  height: 30px;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 18px;
  z-index: 100000;
  text-align: center;
}
.carousel-container .prev {
  top: 0px;
  left: 40%;
  transform: translateX(-50%);
}
.carousel-container .next {
  bottom: 0px;
  left: 40%;
  transform: translateX(-50%);
}
.carousel-container .btn i {
  background: transparent;
  color: #000;
}




/*================new=======css===========add========================*/

/* ********************** 08 Jan, 2025 ********************** */

.hub1 .seller-central-dash-board-breadcrumb {
  float: left;
}
.hub1 .seller-central-dash-board-breadcrumb a {
  font-size: 16px;
  color: #fc7035;
  font-weight: 600;
}
.hub1 .seller-central-dash-board-breadcrumb i {
  margin-right: 7px;
  color: #fc7035;
  font-size: 16px;
}
.campaign-btn {
  background: #fc7035;
  color: #fff;
  padding: 15px 35px;
  display: inline-flex;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
}
.campaign-btn:hover {
  background: #000000;
  color: #fff;
}
.campaign-btn:focus {
  color: #fff;
}
.manager .manager_boxs {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}
.manager .manager_boxs h5 {
  font-size: 14px;
}
.manager .manager_boxs h6 {
  font-size: 18px;
  margin-bottom: 4px;
}
.campaigns-table th {
  padding: 20px 10px;
}
.campaigns-table .product_dash {
  width: 100%;
  align-items: center;
  display: flex;
}
.campaigns-table .product_dash img {
  margin-right: 15px;
  max-height: 57px;
  width: 100%;
  float: left;
}
.campaigns-table .nice-select .list {
  min-width: 104px;
}
.campaigns-table .table-responsive {
  overflow-x: none !important;
}
.selected .nice-select {
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  line-height: 32px;
  color: #fc7035;
}
.selected .nice-select:after {
  height: 8px;
  width: 8px;
}
.selected li {
  font-size: 14px;
}
.searchCam input[type=text] {
  padding: 5px 10px;
  outline: none;
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  color: #d1d1d1;
  height: 40px;
}
.searchCam .sr-input-func a {
  top: 6px;
}
.searchCam a {
  color: #e4e4e4 !important;
}
.searchCam a:hover {
  border-bottom: none !important;
}
.searchCam .sr-input-func .form-control:focus {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  height: 40px !important;
}
.check-bg input[type=checkbox]:checked {
  background-color: #ff5200;
}
.adfor_boxs {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #E2E2E2;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  min-height: 195px;
}
.adfor_boxs .box1 {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  padding: 5px;
}
.adfor_boxs .box1.video {
  min-height: 111px;
  background: #e4e4e4;
}
.para1 p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}
.box1 .fa-play {
  font-size: 24px;
  position: relative;
  top: 35px;
}
.pp100 {
  background: #e4e4e4;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
}
.pp50 {
  background: #e4e4e4;
  padding: 10px;
  width: 60%;
}
.pp75 {
  background: #e4e4e4;
  padding: 10px;
  width: 75%;
}
.pp25 {
  background: #e4e4e4;
  padding: 10px;
  width: 25%;
  margin-bottom: 0;
}
.adfor_boxs .review1 {
  list-style: none;
  display: flex;
  justify-content: center;
}
.progress1 {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.pt-80 {
  padding-top: 60px;
}
.select1 select {
  border: 1px solid #d1d1d1;
  font-size: 17px;
  height: 40px !important;
  color: #c6c6c6;
}
.select1 span.current {
  font-size: 17px;
  font-weight: 400;
  color: #aeaeae;
}
.outerhead1 h2 {
  font-size: 28px;
}
.adfor_boxs1 {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E2E2E2;
  margin-left: 15px;
  margin-right: 15px;
  background: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  min-height: 252px;
}
.adfor_boxs1 .box-img {
  border: 2px solid #E2E2E2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  min-height: 168px;
}
.adfor_boxs1 .box-img .fa-images {
  font-size: 28px;
}
.adfor_boxs1 p {
  font-weight: 500;
  color: #000;
}
.adfor_boxs1 ul {
  list-style: none;
  margin: 0px 0px 0px 30px;
  padding: 0px;
}
.adfor_boxs1 ul li {
  list-style: disc;
  font-size: 16px;
  color: #000;
  padding: 0px;
  margin: 0px;
  line-height: 24px;
  font-weight: 500;
}
.match_type .fa-times {
  color: #ff5200;
}
#cb1 {
  accent-color: #ff5200;
}
.table_menu ul li a.active {
  color: #ff5200;
}
.adfor_boxs:hover {
  border: 1px solid #ff6e35;
}
.fa-images {
  font-size: 28px;
}
.adverCheck span {
  font-weight: 600;
  color: #000;
}
.perviewS .card {
  box-shadow: rgb(0 0 0 / 18%) 0px 4px 12px;
  border: none;
}
.sponsord_img2 {
  box-shadow: rgb(0 0 0 / 18%) 0px 4px 12px;
  border: none;
  background: #fff;
  margin-right: 20px;
}
.perviewS .card-title {
  color: #ff6e35;
  font-size: 20px;
}
.perviewS p {
  font-size: 14px;
  font-weight: 600;
  text-align: justify;
}
.perviewS .product-status .rating-star i {
  font-size: 14px;
}
.perviewS .product-status span {
  padding-left: 8px;
}
.perviewS .price-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.perviewS .price-area .current {
  font-weight: 600;
  color: #128002;
  font-size: 16px;
  margin-bottom: 0;
}
.perviewS .right_button {
  float: left;
  margin-top: 30px;
}
.adfor_boxs ul.review1 i {
  color: #e4e4e4;
  font-size: 14px;
  padding: 0 3px;
}
.sponsor .card {
  border-radius: 5px;
}
img.spon1 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.vidAud strong {
  color: #000;
}
.vidAud ul {
  margin: 8px 0;
}
.vidAud li {
  color: #000;
  margin: 2px;
  list-style: disc;
  font-weight: 500;
}
.vdAd {
  background: #e4e4e4;
  padding: 12px 16px;
  font-size: 21px;
  border-radius: 50%;
}
.sponsor .box2 {
  box-shadow: rgb(0 0 0 / 18%) 0px 4px 12px;
  background: #cfcfcf;
  border-radius: 5px;
}
.sponsor .video-custom .play-btn, .sponsor.video-custom .pause-btn {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #060505ba;
  z-index: 3;
  cursor: pointer;
  transition: 0.5s all;
  overflow: hidden;
}
.sponsor .video-custom .play-btn i {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 18px solid #fff;
  border-right: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  margin: auto;
}
img.iframeVideo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 246px;
}
.transaction h5 {
  color: #ff6e35;
  margin-bottom: 0;
}
.export .campaign-btn {
  float: right;
  margin-bottom: 0px !important;
  padding: 6px 60px;
  position: absolute;
  right: 20px;
  top: 12px;
  text-decoration: none;
}
.walletS h5 {
  margin-bottom: 10px;
}
.downpdf {
  text-decoration: none !important;
  color: #fc7035;
}
.money-box input.amount {
  border: 2px solid #e4e4e4;
  border-radius: 5px;
  padding: 5px 20px;
  min-height: 60px;
}
.addM .modal-header {
  border-bottom: none;
  margin-bottom: 30px;
}
.addM .modal-content h2 {
  margin-left: auto;
  font-size: 24px;
  font-weight: 500;
}
.money-box span {
  color: #000;
  font-weight: 500;
  padding-left: 10px;
}
 @media (min-width: 576px) {
.modal-dialog {
  max-width: 608px !important;
}
}
 @media (max-width: 576px) {
.ad3 a.Toothpaste_bg,  .ad3 .toothpaste_bg_bg_color {
  display: block;
}
.ad3 .pri_dfdj ul li {
  margin: 4px 5px;
  display: block;
}
.ad3 .phrase li {
  margin: 4px 5px;
  display: block;
}
.managerF {
  overflow-x: auto;
}
.edu-breadcrumb-area.breadcrumb-style-2.bg-image.bg-bread {
  padding: 0;
  background-size: cover;
}
.breadcrumb-style-2 .breadcrumb-inner-title {
  width: 66%;
}
.adver-bottom-img {
  padding: 0px 0;
  margin-top: 0px;
  background-size: cover;
}
}
.skusdsdfsdfs strong:first-child {
  color: #000;
}
.add1 {
  font-weight: 700;
}
.target1 .Toothpaste_bg {
  background: transparent !important;
  font-weight: 600;
}
.target1 .toothpaste_bg_bg_color {
  background: transparent !important;
  font-weight: 600;
  color: #000;
}
.target1 .targeting_list ul li {
  color: #000000;
  font-weight: 600;
}
.target1 th.small-size {
  color: #000;
}
.adfor_boxs1 p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.img-specs {
  list-style: disc;
  margin-top: 0;
}
.img-specs li {
  list-style: disc;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.sponsor .card-body {
  margin-left: 20px;
}
.sponsor-img2 {
  box-shadow: rgb(0 0 0 / 18%) 0px 4px 12px;
  border: none;
}
.key1 th {
  color: #000 !important;
  font-size: 14px !important;
}
.wall1 th {
  font-weight: 700;
}
.wall1 td, .wall1 td.small-size {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
/*================================ir=9-1=25==========================*/

.sale_event {
  min-height: 180px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #E2E2E2;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.sale_event:hover {
  border: 1px solid #ff6e35;
}
.sale_event h3 {
  font-size: 22px;
  color: #000;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.sale_events_img {
  margin: 20px 0px;
  text-align: center;
}
.sale_events_img img {
  max-width: 100%;
  max-height: 90%;
}
.sale_tab {
  background: #e6e6e6;
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.sale_tab ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sale_tab ul li {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: inline-flex;
  margin: 0px 30px;
}
.sale_tab ul li:first-child {
  margin-left: 0px;
}
.sale_tab ul li a {
  color: #000;
}
.sale_tab ul li a:hover {
  color: #ff6e35;
}
.sale_tab .active22 {
  color: #ff6e35;
}
.upcoming_event {
  min-height: 230px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 20px;
  border-radius: 4px;
  margin: 0px 10px 20px 10px
}
.upcoming_event:hover {
  border: 1px solid #ff6e35;
}
._immg_934 {
  border-radius: 4px;
  margin-right: 20px;
}
._immg_934 img {
  max-width: 74px;
  border-radius: 4px;
}
._wier_heading_df {
  width: 100%;
}
._wier_heading_df h2 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
._wier_heading_df p {
  font-size: 15px;
  color: #000;
  margin: 0px;
  padding: 5px 0px;
}
.list_34847 {
  width: 100%;
  margin: 20px 0px;
}
.list_34847 ul {
  list-style: none;
  margin: 0px 0px 20px 0px !important;
  padding: 0px;
  width: 100%;
  display: block;
}
.list_34847 ul li {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin: 5px 8px;
  float: left;
}
.list_34847 ul li:first-child {
  margin-left: 0px !important;
}
.list_34847 ul li img {
  max-width: 100%;
  max-height: 100%;
  margin-right: 7px;
}
.apply_button_e4437983 {
  text-align: center;
}
.apply_button_e4437983 a {
  background: #fc7035;
  padding: 8px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
.apply_button_e4437983 a:hover {
  background: #000000;
}
.inner_immg_93634 {
  border-radius: 4px;
  margin-right: 10px;
}
.inner_immg_93634 img {
  max-width: 100%;
  border-radius: 10px;
}
.list_duration {
  width: 100%;
}
.list_duration {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list_duration li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: flex;
  margin-bottom: 36px;
}
.list_duration li span {
  color: #ff5200;
  width: 43%;
  display: inline-block;
}
.estimated_23 {
  color: #ff4d00;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.table_5 {
  width: 100%;
}
.table_5 th {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: none;
}
.table_5 td {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 5px 0px;
}
.table_5 td img {
  margin-right: 10px;
}
.table-v-align-3 td {
  vertical-align: top !important;
}
.product_idnf_f {
  width: 100%;
  position: relative;
}
.product_idnf_f img {
100px;
}
.product_idnf_f input {
  position: absolute;
  top: 0px;
  left: 0px;
}
.prod_content p {
  font-size: 13px;
  line-height: 22px;
  font-family: open sans, sans-serif;
  color: #3a3a3a;
  margin: 0 0 10px;
}
.ufld_fsdli {
  width: 100%;
}
.ufld_fsdli ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ufld_fsdli ul li {
  font-size: 13px;
  margin-right: 5px;
  font-family: open sans, sans-serif;
  color: #3a3a3a;
  margin: 0 0 10px;
}
.price_fds347 {
  font-size: 13px;
  font-weight: 600;
}
.price_fds347 span {
  display: block;
}
.precentege0 {
  border: 2px solid #cec9c9;
  border-radius: 5px;
  padding: 10px 30px;
  top: 15px;
  position: relative;
}
.cenrt {
  text-align: center;
  margin: 20px 0px;
}
.cenrt ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
.cenrt ul li {
  background: #fc7035;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
.cenrt ul li a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
.cenrt ul li:hover {
  background: #000;
}
.modal-add-bulk-dicount-area-start .modal-content {
  background-color: white;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.modal-add-bulk-dicount-area-start .modal-dialog {
  max-width: 455px;
  border: none;
}
.modal-add-bulk-dicount-area-start .modal-dialog h1 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  color: #000;
}
.modal-add-bulk-dicount-area-start .modal-dialog .modal-header .btn-close {
  padding: 0px;
  margin: 0px;
  right: 10px;
  position: absolute;
  top: 5px;
  border-radius: 100%;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  color: #000;
  font-size: 14px;
}
.modal-add-bulk-dicount-area-start .modal-header {
  display: block;
  border-bottom: none;
}
.average_discount {
  min-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 20px;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.average_discount span {
  display: block;
  font-size: 18px;
}
.confirming {
  color: #000;
  margin: 20px 0px 40px 0px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.confirming span {
  color: #ff4d00
}
.ongoing_034 {
  width: 100%;
  margin-bottom: -4px;
  z-index: -1;
  position: relative;
}
.ongoing_034 span {
  background: #2f2d41;
  display: inline-block;
  color: #fff;
  padding: 7px 40px 12px 40px;
  border-radius: 4px 4px 0px;
  font-size: 18px;
  font-weight: 400;
}
.ongoing_outer {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 0px;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.ongoing_header_dfdsf {
  background: #ff4d00;
  padding: 10px 20px;
  border-radius: 4px;
  top: -1px;
  position: relative;
}
.ongoing_header_dfdsf ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ongoing_header_dfdsf ul li {
  list-style: none;
  color: #fff;
}
.ongoing_header_dfdsf ul li span {
  text-align: right;
  float: right;
}
.list_3488 {
  width: 100%;
}
.list_3488 ul {
  list-style: none;
  margin: 0px 20px 20px 20px;
  padding: 0px;
}
.list_3488 ul li {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.apply_e45428973893789 {
  text-align: center;
  width: 100%;
  display: block;
}
.apply_e45428973893789 a {
  border: solid 1px #ff4d00;
  padding: 12px 30px;
  min-width: 170px;
  display: inline-block;
  border-radius: 4px;
  color: #ff4d00;
  font-size: 20px;
}
.apply_e45428973893789 a:hover {
  border: solid 1px #000;
  color: #000;
}
.discount_weowe4_box {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 20px 40px;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.listing234_e4 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.listing234_e4 ul li {
  font-size: 16px;
  color: #000;
}
.listing234_e4 ul li span {
  float: right;
  text-align: right;
}
 @media only screen and (max-width: 767px) {
.list_34847 ul li {
  margin: 5px 0px;
  float: none;
  display: block;
  font-size: 13px;
}
._wier_heading_df h2 {
  font-size: 15px;
}
._wier_heading_df p {
  font-size: 14px;
  line-height: 20px;
}
.sale_tab ul {
  overflow-x: scroll;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
}
}
/*================1/13/25========================*/
.order_id_confirm-order {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.order_id_confirm-order span {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-right: 20px;
}
.rts-navigation-area-breadcrumb {
  padding: 0px 0;
}
.tabriu_e {
  width: 100%;
}
.tabriu_e ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.tabriu_e ul li {
  font-size: 14px;
  display: inline-block;
  margin: 0px 0px 0px 20px;
  padding: 0px;
  font-weight: 600;
  color: #fb7034;
}
.hed {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.oredr_detailssds {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 15px 15px;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  min-height: 170px;
}
.oredr_detailssds h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 20px;
}
.oredr_detailssds ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: open sans, sans-serif;
}
.oredr_detailssds ul li {
  font-size: 11px;
  font-weight: 600;
  color: #000000;
  display: flex;
  margin: 0px;
  padding: 6px 0px;
}
.oredr_detailssds ul li span {
  text-align: right;
  width: 74px;
  display: inline-block;
  margin-right: 20px;
}
.list_e4r893489 ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.list_e4r893489 ul li {
  font-size: 12px;
  margin-bottom: 10px;
  color: #1d1d1d;
  margin-top: 0px;
}
.list_e4r893489 ul li span {
  width: 100px;
  display: inline-block;
}
.add-treaking {
}
.add-treaking {
  background: #fb7034;
  border-radius: 4px;
  padding: 5px 20px;
  color: #fff;
  text-decoration: none !important;
}
.price2 {
  font-weight: 600;
  font-size: 14px;
}
.add-treaking:hover {
  color: #fff;
  background: #000;
}
.seller-notes h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 20px;
}
.seller-notes span {
  font-size: 12px;
  margin-left: 20px;
}
.notes_input {
  margin-bottom: 20px;
}
.notes_input input {
  width: 100%;
  padding: 15px 20px;
  border: solid 2px #e3e3e3;
  border-radius: 4px;
  font-size: 18px;
}
.notes_input input::placeholder {
color:#c6c6c6;
}
.right_fsdkj_sub {
  width: 100%;
  padding: 15px 20px;
  border: solid 2px #e3e3e3;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 135px;
}
.sale_sub {
  width: 100%;
}
.sale_sub ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.sale_sub ul li {
  list-style: none;
  color: #000;
  margin: 0px 0px 5px 0px;
  font-size: 14px;
  font-weight: 500;
}
.serv_r4r {
  width: 100%;
}
.serv_r4r ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.serv_r4r ul li {
  color: #000;
  font-weight: 500px;
  font-size: 14px;
}
.serv_r4r ul li span {
  width: 100px;
  display: inline-block;
}
.contactfgdf h3 {
  color: #fb7034;
}
.fonr_3423 {
  width: 100%;
}
.fonr_3423 label {
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500
}
.fonr_3423 input {
  height: 40px;
  line-height: 36px;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  background: #fff;
  padding: 15px;
}
.add_ano {
  margin: 20px 0px;
  text-decoration: underline;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.notification2 {
  width: 100%;
}
.notification2 ul {
  list-style: disc;
  margin: 0px 0px 0px 20px;
  padding: 0px;
}
.notification2 ul li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.cenrt2 {
  text-align: right;
  margin: 20px 0px;
}
.cenrt2 ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
.cenrt2 ul li {
  background: #fc7035;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
.cenrt2 ul li a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
.cenrt2 ul li:hover {
  background: #000;
}
.shippin_details_outer {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  border: solid 2px #e3e3e3;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 10px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  min-height: 170px;
  position: relative;
}
.shippin_details_outer h3 {
  text-align: center;
  font-size: 16px;
  margin: 0px;
}
.edit_er4i9 {
  position: absolute;
  right: 20px;
  top: 0px;
}
.edit_er4i9 ul {
  list-style: none;
  margin: 15px 0px 0px 0px;
  padding: 0px;
}
.edit_er4i9 ul li {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
}
.edit_er4i9 ul li a {
  border: solid 1px #fca37d;
  color: #ef7c4a;
  padding: 4px 20px;
  border-radius: 4px;
  font-weight: 500;
}
.edit_er4i9 ul li a:hover {
  border: solid 1px #000;
  color: #000;
}
.carrier_dfjkl {
  width: 100%;
}
.carrier_dfjkl h1 {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.carrier_dfjkl ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.carrier_dfjkl ul li {
  font-size: 13px;
  list-style: none;
  font-weight: 500;
  color: #000;
}
.carrier_dfjkl ul li span {
  width: 100px;
  display: inline-block;
}
/*======================Order========Returns-page=========================*/


.refund_display_box {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 15px 15px;
  border-radius: 4px;
  margin: 0px 0px 20px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  min-height: 170px;
  font-family: open sans, sans-serif;
}
.oreder_02 {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: open sans, sans-serif;
  margin-bottom: 20px;
}
.oreder_02 span {
  display: block;
  color: #fb7840;
}
.product_view img {
  max-width: 120px;
}
._refund_list_e4r893489 ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
._refund_list_e4r893489 ul li {
  font-size: 12px;
  margin-bottom: 10px;
  color: #1d1d1d;
  margin-top: 0px;
}
._refund_list_e4r893489 ul li span {
  width: 100px;
  display: inline-block;
}
.oredr_detailssds ul li span {
  /* text-align: right; */
  width: 74px;
  display: inline-block;
  margin-right: 20px;
}
._refund_details_product_details_content {
  max-width: 190px;
}
._refund_details_product_details_content p {
  font-size: 11px;
  line-height: 18px;
  color: #1d1d1d;
}
.asdjkl_099 {
  width: 100%;
}
.asdjkl_099 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.asdjkl_099 ul li {
  font-size: 11px;
  color: #1d1d1d;
  list-style: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  display: flex;
  text-align: left;
}
.asdjkl_099 ul li span {
  color: #1d1d1d;
  margin-right: 10px;
  width: 50px;
  display: inline-block;
}
._095_list_e4r893489 ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
._095_list_e4r893489 ul li {
  font-size: 11px;
  margin-bottom: 10px;
  color: #1d1d1d;
  margin-top: 0px;
  display: flex;
}
._095_list_e4r893489 ul li span {
  width: 107px;
  display: inline-block;
}
._323_095_list_e4r893489 ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
._323_095_list_e4r893489 ul li {
  font-size: 11px;
  margin-bottom: 10px;
  color: #1d1d1d;
  margin-top: 0px;
  display: flex;
}
._323_095_list_e4r893489 ul li span {
  float: left;
  border: solid 1px #ccc;
}
._323_095_list_e4r893489 table {
  margin-bottom: 10px;
}
._323_095_list_e4r893489 table td {
  vertical-align: top;
  padding: 0px 0px 10px 0px;
  color: #000000;
  font-size: 13px;
  line-height: 21px;
}
.form_heading {
  font-size: 12px;
}
.table_erer {
  font-size: 12px;
}
.table_erer td {
  padding: 0px 0px 10px 0px;
}
.table_erer td input {
  border: solid 1px #ccc;
  border-radius: 4px;
  max-width: 100px;
  font-size: 12px;
}
.price_457 {
  width: 100%;
  font-size: 12px;
  color: #000;
}
.price_457 span {
  margin-right: 5px;
}
.table_erer strong {
  font-weight: 700;
  color: #333;
}
.max_price {
  font-weight: 600;
  color: #333;
  padding-left: 17px;
}
.take_note textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  min-height: 120px;
  font-size: 12px;
  margin-top: 10px;
}
.take_note_heding {
  font-size: 13px;
  font-weight: 600;
}
.term {
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  font-family: open sans, sans-serif;
  margin-bottom: 40px;
}
.term input[type="checkbox"] {
  margin-right: 20px;
  transform: scale(2);
}
.list_button {
  width: 100%;
}
.list_button button {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.send_message {
  width: 100%;
  margin-bottom: 50px;
}
.send_message h2 {
  text-align: center;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.send_message textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  min-height: 120px;
  font-size: 12px;
  margin-top: 10px;
}
.view_message h2 {
  text-align: center;
  font-weight: 600;
  color: #fb7034;
  margin-bottom: 10px;
}
.view_message_outer {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 70px 70px;
  border-radius: 4px;
  margin: 0px 0px 50px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: open sans, sans-serif;
}
.view_message_outer p {
  font-size: 18px;
  line-height: 35px;
}
.hi {
  margin: 40px 0px 40px 0px;
}
.message_ou {
  font-weight: 700;
  font-size: 20px;
  margin: 40px 0px;
}
._contact_buyer_cenrt {
  text-align: center;
  margin: 20px 0px;
}
._contact_buyer_cenrt ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
._contact_buyer_cenrt ul li {
  background: #fc7035;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
._contact_buyer_cenrt ul li a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
._contact_buyer_cenrt ul li:hover {
  background: #000;
  border-radius: 4px;
}
.cancel2 {
  background: #fff;
  border: solid 1px #ff6e35;
  color: #ff6e35 !important;
  border-radius: 4px;
}
.cancel2:hover {
  background: #000;
  border: solid 1px #000;
  color: #fff !important;
}
.mess_gd_de {
  width: 100%;
}
.mess_gd_de textarea {
  border: solid 1px #ccc;
  border-radius: 4px;
  min-height: 120px;
  font-size: 12px;
  margin-top: 10px;
}
.message_for_the_buyer {
  color: #fb7034;
  font-size: 14px;
  font-weight: 600;
  font-family: open sans, sans-serif;
}
.select2 {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 4px 12px;
  border: 1px solid #f2eeee;
  max-width: 200px;
}
.small-text {
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.potential-sale {
  color: #fc7035;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.potential-sale-price {
  font-size: 16px;
  font-weight: 600;
}
.potential-sale-price span {
  color: #797878;
  font-size: 12px;
  margin-left: 5px;
}
.potential-sale img {
  float: right;
}
.potential-sale-price img {
  float: right;
}
.recommended {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 140px;
  margin-bottom: 5px;
}
.recommended a {
  text-decoration: none !important;
  border: none;
  border-radius: 4px;
  background: #fff;
  display: block !important;
  padding: 9px 20px;
  color: #000 !important;
}
.recommended a:hover {
  border: none;
  color: #fc7035 !important;
}
.sponsored-ads {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 140px;
  margin-bottom: 5px;
}
.sponsored-ads a {
  text-decoration: none !important;
  border: 1px solid #fc7035;
  border-radius: 4px;
  background: #fff;
  display: block !important;
  padding: 9px 20px;
  color: #fc7035 !important;
}
.sponsored-ads a:hover {
  border: 1px solid #000;
  color: #000 !important;
}
.create-campaign {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 140px;
  margin-bottom: 5px;
}
.create-campaign a {
  text-decoration: none !important;
  border: 1px solid #fc7035;
  border-radius: 4px;
  background: #fc7035;
  display: block !important;
  padding: 9px 20px;
  color: #fff !important;
}
.create-campaign a:hover {
  color: #fff !important;
  background: #000;
  border: 1px solid #000;
}
.good {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
}
.good a {
  text-decoration: none !important;
  border: solid 1px #29a136 !important;
  border-radius: 4px;
  background: #fff;
  display: block !important;
  padding: 9px 20px;
  color: #29a136 !important;
}
.good a:hover {
  border: solid 1px #177c22 !important;
  color: #177c22 !important;
}
.average {
  color: #7e7e7e;
  background: #fff;
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
}
.average a {
  text-decoration: none !important;
  border: 1px solid #fc7035;
  border-radius: 4px;
  background: #fff;
  display: block !important;
  padding: 9px 20px;
  color: #fc7035 !important;
}
.average a:hover {
  border: solid 1px #000;
  color: #000 !important;
}
.font-weight {
  font-weight: 600;
  font-size: 14px !important;
}
.all-recommendation {
  color: #fc7035;
  font-weight: 600;
  font-size: 18px;
}
.close_price_recomendation {
  font-size: 14px;
  padding: 5px 5px;
  font-weight: 600;
}
.close_price_recomendation a {
  text-decoration: none !important;
}
/*========================affiliate_program===28-1-25=================*/

.affiliate_progrm ul li a {
  font-size: 16px !important;
}
.affiliate_program {
  width: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: open sans, sans-serif;
}
.affiliate_program li {
  list-style: none;
  margin: 0px;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  display: inline-block;
  background: #ff3b00;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  transition: 3s;
}
.affiliate_program li:hover {
  background: #000;
}
.affiliate_program li a:hover {
  color: #fff;
}
.section_1 {
  background: url(../../sellora-affiliate-program/images/banner_1.jpg) center no-repeat;
  background-size: cover;
  padding: 70px 0px;
}
.content_fd h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.content_fd p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}
.register {
  background: #0066cc;
  font-size: 13px;
  padding: 10px 10px;
  display: inline-flex;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
}
.register:hover {
  background: #fc7035;
  color: #fff;
}
.register a:hover {
  color: #fff;
}
.section_30439 {
  padding: 30px 0px;
}
.collaborative_seller_program {
  text-align: center;
}
.collaborative_seller_program ul {
  list-style: none;
  margin: 0px 0px 40px 0px;
  padding: 0px;
}
.collaborative_seller_program ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 10px;
  padding: 10px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  color: #ff3b00;
}
.collaborative_seller_program ul li img {
  margin-right: 7px;
}
.sellora_affiliate_program {
  margin-right: 50px;
}
.sellora_affiliate_program h3 {
  color: #0066cc;
  font-weight: 700;
  font-size: 22px;
}
.sellora_affiliate_program h3 br {
  height: 10px;
}
.sellora_affiliate_program h3 span {
  display: block;
  line-height: 10px;
  color: #000;
  font-size: 16px;
}
.sellora_affiliate_program p {
  font-size: 16px;
  color: #000001;
  line-height: 28px;
}
.section_program_overview {
  margin-bottom: 100px;
}
.program_overview h3 {
  color: #ff4700;
  font-size: 26px;
  border-bottom: solid 1px #ccc;
  display: inline-block;
  padding: 0px 50px;
}
.eligibility-criteria {
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 30px;
  margin-bottom: 30px;
}
.eligibility-criteria {
  min-height: 420px;
}
.eligibility-criteria h2 {
  font-size: 22px;
}
.eligibility-criteria p {
  font-size: 16px;
  color: #000001;
  line-height: 26px;
}
.eligibility-criteria ul {
  margin: 0px 0px 30px 20px;
  padding: 0px;
  color: #000001;
  line-height: 26px;
}
.eligibility-criteria ul li {
  color: #000001;
  line-height: 26px;
  font-size: 16px;
}
.role_of_affiliates {
}
.role_of_affiliates h3 {
  color: #0066cc;
  font-size: 24px;
  display: inline-block;
  padding: 0px 50px;
  font-weight: 600;
}
.box2342 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px;
  margin-bottom: 30px;
}
.list {
  margin: 0px 0px 30px 20px;
  padding: 0px;
  color: #000001;
  line-height: 26px;
}
.list li {
  color: #000001;
  line-height: 26px;
  font-size: 16px;
}
.box_height {
  min-height: 250px;
}
.list2 {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  color: #000001;
  line-height: 26px;
  list-style: none;
}
.list2 li {
  color: #000001;
  line-height: 26px;
  font-size: 16px;
}
.orange_1 {
  color: #ff4700 !important;
}
.sellora-affiliate-program_table th {
  font-size: 20px;
}
.sellora-affiliate-program_table td {
  line-height: 28px;
  font-size: 18px;
}
.gray_bg {
  background: #f5f5f5;
  padding: 50px 0px;
}
.list3 {
  margin: 0px 0px 30px 30px;
  padding: 0px;
  color: #000001;
  line-height: 26px;
}
.list3 li {
  color: #0066cc;
  line-height: 26px;
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.bg-white {
  background: #fff;
  padding: 50px 0px;
}
.f_one {
  border-top: solid 1px #ccc;
  padding-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}
.f_one h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.f_one p {
  color: #000001;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 20px;
}
.view_img {
  text-align: center;
}
.view_img img {
  width: 100%;
  border-radius: 6px;
}
.sellora-associate-program {
  width: 100%;
}
.sellora-associate-program h2 {
  color: #0066cc;
  font-size: 20px;
  font-weight: 600;
}
.sellora-associate-program p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}
.box2390 {
  text-align: center;
  font-family: open sans, sans-serif;
  padding: 20px 50px;
}
.box2390 h4 {
  color: #0066cc;
  font-size: 20px;
  font-weight: 700;
  font-family: open sans, sans-serif;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.box2390 p {
  font-size: 18px;
  color: #000001;
  line-height: 26px;
}
.commission-structure {
  width: 100%;
}
.commission-structure h2 {
  color: #0066cc;
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.table_commission_structure th {
  color: #ff3f06;
  font-size: 22px;
  font-weight: 600;
}
.table_commission_structure td {
  padding-left: 50px !important;
  font-size: 18px !important;
}
.table_commission_structure th {
  padding-left: 50px !important;
}
.f_one ul {
  margin: 0px 0px 20px 20px;
  padding: 0px;
}
.f_one ul li {
  color: #000;
}
.ask_box {
  border: 1px solid #ff3b00;
  min-height: 200px;
  border-radius: 6px;
}
.submit {
  background: #ff3b00;
  color: #fff;
  border-radius: 4px;
  padding: 7px 20px;
  font-size: 14px;
}
.submit:hover {
  background: #000;
  color: #fff;
}
.footer_sellora-affiliate-program {
  background: #f4f6f6;
  padding: 50px 0px 0px 0px;
  font-family: open sans, sans-serif;
}
.top_footer h3 {
  font-size: 16px;
  color: #000;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  line-height: 30px;
}
.top_footer p {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
.top_footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.top_footer ul li {
  font-size: 14px;
  color: #0389e7;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}
.bottom_footer {
  background: #212a36;
  padding: 10px 0px 10px 0px;
  margin-top: 50px;
}
.copyright {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer_logo {
}
.footer_logo img {
  max-width: 150px;
}
.bottom_footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.bottom_footer ul li {
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  margin: 0px 20px;
  padding: 0px;
  display: inline-flex;
}
.active2 {
  color: #ff5f1f !important;
}
.light-bg {
  background: #efefef !important;
}
.light-bg .header--sticky.sticky {
  background: #efefef !important;
}
.black_text {
  color: #000 !important;
}
.text-black {
  color: #000 !important;
}
.affiliate-dashboard-profile {
  padding: 20px 0px;
}
.list-group {
  margin-right: 50px;
}
.list-group-item {
  border: 1px solid #ada4a4 !important;
  border-radius: 8px !important;
  margin-bottom: 32px;
  padding: 13px;
  background: #fff;
  font-family: open sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.list-group-item a {
  font-weight: 500;
}
.list-group-item a.text-danger {
  color: #fa551d !important;
}
.list-group-item a.text-danger:hover {
  text-decoration: underline;
}
.form_outer_23458 {
  background: #FFFFFF;
  text-align: center;
  padding: 20px 20px;
  font-family: open sans, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin-bottom: 50px;
  border-radius: 4px;
  min-height: 310px;
}
.form_outer_23458 h3 {
  font-size: 18px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  line-height: 20px;
}
.dropdown-txt-custom button {
  border: none;
  font-size: 18px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.dropdown-txt-custom button::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: '\f107';
  font-family: "Font Awesome 6 pro" !important;
  border: none;
  top: 7px;
  position: relative;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group:not(.has-validation)&gt;.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)&gt;:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group&gt;:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn.btn-primary {
}
.btn.btn-primary:hover {
  background-color: #442f62;
  border-color: #442f62;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #684895;
  border-color: #684895;
}
.blue_button {
  text-align: center;
}
.blue_button ul {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px
}
.blue_button ul li {
  display: inline-block;
  padding: 0px 10px;
}
.blue_button ul li a {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #0066cc;
  padding: 15px 60px;
  border-radius: 4px;
  color: #fff;
  background: #0066cc;
}
.blue_button ul li a:hover {
  border: solid 1px #000;
  background: #000;
}
.br0 td {
  border: none !important;
  font-family: open sans, sans-serif;
}
.br0 th {
  border: none !important;
  text-align: left;
  font-family: open sans, sans-serif;
}
.br0 tr td {
}
.blue {
  color: #0066cc;
}
.left_link_box {
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px 15px;
  font-family: open sans, sans-serif;
}
.left_link_box ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.left_link_box ul li i {
  margin-right: 10px;
  font-size: 14px;
  color: #bfb6b6;
}
.left_link_box ul li {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.left_link_box ul li.active i {
  color: #118707;
}
.right_box {
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 20px 15px;
  font-family: open sans, sans-serif;
}
.websit_heading {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.websit_heading p {
  font-size: 15px;
}
.websit_heading p span {
  color: #ff3a12;
}
.dflo9 p {
  font-size: 14px;
  color: #000;
  line-height: 22px;
}
.orange_2 {
  color: #ff3b00;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-container123 {
}
.form-container123 .form-group input[type="text"], .form-container123 .form-group input[type="number"], .form-container123 .form-group input[type="date"], .form-container123 .form-group select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #9e9e9e !important;
  border-radius: 4px;
}
.form-container123 .form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 40px;
  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-container123 .form-group {
  margin-bottom: 15px;
}
.form-container123 .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: right;
  color: #000000;
}
.add a {
  background: #ff3b00;
  border-radius: 6px;
  padding: 10px 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 3s
}
.add a:hover {
  background: #000;
  color: #fff;
}
.button_outer {
  width: 100%;
}
.button_outer ul {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px
}
.button_outer ul li {
  display: inline-block;
  padding: 0px 0px;
}
.button_outer ul li a {
  font-size: 16px;
  font-weight: 600;
  border: solid 1px #ff3b00;
  padding: 15px 30px;
  border-radius: 4px;
  color: #fff;
  background: #ff3b00;
}
.button_outer ul li a:hover {
  border: solid 1px #000;
  background: #000;
}
.tranasparent_bg a {
  background: transparent !important;
  color: #ff3b00 !important;
}
.dropdown22 {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 5px;
  cursor: pointer;
  background: #fff;
}
.flag {
  width: 25px;
  height: 18px;
  margin-right: 3px;
}
.arrow {
  border: solid #555;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: 4px;
}
.dropdown img {
  max-height: 15px;
}
.form-container55 {
}
.form-container55 .form-group input[type="text"], .form-container55 .form-group input[type="number"], .form-container55 .form-group input[type="date"], .form-container55 .form-group select {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #c7c7c7 !important;
  border-radius: 4px;
}
.form-container55 .form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 40px;
  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-container55 .form-group {
  margin-bottom: 15px;
}
.form-container55 .form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
  color: #000000;
}
.text_e4r43 p {
  color: #4a4545;
  margin-bottom: 20px;
  font-size: 15px;
}
.table_34 td {
  padding: 10px 0px;
  color: #000;
  font-size: 14px;
  font-weight: 500
}
.text_3448 p {
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.note_er {
  font-size: 14px;
  color: #ff3b00 !important;
  margin-bottom: 30px;
  font-weight: 500;
}
.note_er i {
  color: #bfb6b6;
}
.clear-fix {
  clear: both;
}
.position_absolute {
  margin-top: -30px;
  margin-right: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.list-group_3463478 ul {
  margin: 0px 0px 0px 40px;
  padding: 0px;
  list-style: none;
}
.list-group_3463478 ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  margin-bottom: 20px;
  color: #000;
}
.list-group_3463478 ul li:before {
  content: '\f111';
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  color: #ff3804;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  font-size: 7px;
  margin-right: 10px;
  top: 6px;
  position: relative;
  font-weight: bold;
}
.started_we p {
  color: #118707;
  font-size: 15px;
  font-weight: 600;
  margin-left: 40px;
}
.summary_top_menu ul li a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.rts-header-nav-area-one .summary_top_menu .has-dropdown&gt;a::after {
  position: absolute;
  right: -2px;
  top: 52%;
  transform: translateY(-50%);
  content: "\f078";
  font-family: var(--font-three);
  color: #000;
  font-size: 9px;
}
._sbg {
  padding: 20px 0px;
}
.summary_top_menu ul ul li a {
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.profit_summary h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.summry_box {
  border-radius: 6px;
  border: 1px #ddd solid;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 0px;
  margin-bottom: 20px;
  font-family: open sans, sans-serif;
  text-align: center;
}
.sum {
  margin: 20px 40px;
}
.sum li {
  list-style: none;
  margin: 0px 0px 6px 0px;
  padding: 0px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.sum li span {
  width: 100px;
  float: right;
}
.total {
  color: #000087;
  font-weight: 700 !important;
}
.total-clicks {
  color: #118707;
  font-weight: 700 !important;
}
.sum_add {
  margin: 20px 0px;
}
.sum_add li {
  list-style: none;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.sum_add li span {
  width: 100px;
  float: right;
}
.view_repoart {
  text-align: right;
}
.view_repoart a {
  color: #1174d1;
  font-size: 14px;
  font-weight: 600;
}
.view_repoart a:hover {
  color: #fc7035;
}
.support_1 {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.support_1 li {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.font-size {
  font-size: 18px !important;
}
 @media only screen and (max-width: 767px) {
.head_dfd h3 {
  font-size: 20px;
  margin-top: 20px;
}
.form-container123 .form-group label {
  text-align: left;
}
.list-group {
  margin-right: 0px;
}
}
.box_dfd3r {
  min-height: 290px;
  padding: 10px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #E2E2E2;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  text-align: center;/*margin-left: 30px;
    margin-right: 30px;*/
}
.box_024 {
  margin: 20px 0px;
  text-align: center;
}
.box_024 img {
  max-width: 100%;
}
.box_dfd3r p {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  padding: 0px 10px;
  line-height: 30px;
}
.imfdo_e {
  margin-bottom: 20px;
}
.timeline2 {
  position: relative;
  margin: 20px 0;
  padding-left: 60px;
}
.timeline2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  width: 4px;
  height: 80%;
  background-color: #c6c6c6;
}
.timeline-item2 {
  position: relative;
  margin-bottom: 20px;
}
.timeline-item2:last-child {
  margin-bottom: 0;
}
.timeline-item2::before {
  content: '';
  position: absolute;
  top: 14px;
  left: -54px;
  width: 20px;
  height: 20px;
  background-color: #2d0179;
  border-radius: 50%;
}
.timeline-item2 p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: 600;
  top: -5px;
  position: relative;
}
 @media (max-width: 768px) {
.timeline2 {
  padding-left: 30px;
}
.timeline2::before {
  left: 10px;
}
.timeline-item2::before {
  left: -5px;
}
}
 @media (max-width: 480px) {
.timeline2 {
  padding-left: 30px;
}
.timeline2::before {
  left: 8px;
}
.timeline-item2::before {
  left: -30px;
}
.timeline-item2 p {
  font-size: 14px;
}
}
.frequently2 {
  width: 100%;
  border-bottom: solid 2px #ccc;
  margin-bottom: 30px;
}
.frequently2 h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-align: left;
  color: #000;
}
.frequently2 p {
  font-size: 22px;
  color: #000000;
  line-height: 35px;
  margin-bottom: 30px;
}
.the_minimum {
  font-size: 16px;
  font-weight: 500;
}
.cost_per_order {
  width: 100%;
}
.cost_per_order input {
  border: 1px solid #d1d1d1;
  padding: 10px 10px;
  border-radius: 5px;
  height: 40px;
  margin-bottom: 10px;
}
.cost_per_order span {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.outerhead1 p {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.orange3 {
  color: #fc7035;
  font-size: 20px;
  font-weight: 700;
}
.submit_campaing {
  float: none;
  text-align: center;
}
.submit_campaing ul {
  list-style: none;
  margin: 0px;
  padding: 0px
}
.submit_campaing ul li {
  background: #fc7035;
  padding: 0px;
  display: inline-flex;
  margin: 0px 5px;
  text-align: center;
  border-radius: 4px;
}
.submit_campaing ul li a {
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s ease-out 0s;
}
/*====================sellora-insights-page=========================*/
.selora-insights-list {
  background: #f7f7f7;
  padding: 10px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: open sans, sans-serif;
}
.selora-insights-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.selora-insights-list ul li {
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  padding: 0px 12px;
}
.selora-insights-list ul li a {
  color: #000;
}
.selora-insights-list ul li a:hover, .selora-insights-list ul li a.active {
  color: #ff621f;
}
.how_you_are_performing {
  font-weight: 600;
  font-size: 18px;
  color: #484848;
  margin: 5px 0px;
}
.form-select2 {
  font-size: 18px;
  color: #000;
  font-weight: 600
}
.bg_gray {
  background: #f9f9f9;
  padding: 20px 50px 0px 50px;
  margin: 20px 0px;
}
.total-gross-sales {
  font-size: 16px;
  color: #000;
  padding: 5px 2px;
  font-weight: 600;
}
.unit {
  color: #ff7134;
  font-weight: 600;
  padding: 2px 0px;
  font-size: 16px;
}
.price02 {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0px;
  padding: 0px;
  color: #000;
}
.p-20 {
  padding: 20px;
}
.text_content {
  width: 100%;
}
.text_content ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.text_content ul li {
  font-size: 14px;
  font-weight: 600;
  color: #262525;
  margin: 0px 0px 5px 0px;
  padding: 0px;
}
.view_search_keywords {
  background: #d8d8d8;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  text-decoration: none;
}
.view_search_keywords a {
  text-decoration: none !important;
}
.view_search_keywords a:hover {
  color: #fff;
}
.view_search_keywords:hover {
  background: #fc7035;
  color: #fff;
}
.b1 {
  width: 20%;
}
@media (max-width: 768px) {
.b1 {
  width: 50%;
}
}
 @media (max-width: 480px) {
.b1 {
  width: 100%;
}
}
/*=======================thank-you================================*/
.thank-you-wrapper {
  position: relative;
  height: 100%;
  text-align: center;
}
.thank-you-page-content {
  position: relative;
  width: 100%;
  background: #f2f2f2;
  padding: 50px;
  margin: 30px 0;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.thank-you-page-content::before, .thank-you-page-content::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #013d67;
  -webkit-box-shadow: 0 15px 10px #013d67;
  -moz-box-shadow: 0 15px 10px #013d67;
  box-shadow: 0 15px 10px #013d67;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.thank-you-page-content::after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.thank-you-wrapper ul.footer-nav li a, .thank-you-wrapper ul.footer-nav li a:hover {
  color: #0a568a;
}
.thank-you-wrapper ul.footer-nav li + li::before {
  background: rgba(0, 0, 0, 0.3);
}
.thank-you-copy p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.thank-you-page-content h1 {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 45px;
  padding-top: 110px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  color: #0b6eb5
}
.thank-you-page-content h1::before {
  content: "\f00c";
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 60px;
  text-align: center;
  float: left;
  width: 100px;
  color: green;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 2px solid green;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
}
.thank-you-page-content .btn {
  padding: 10px 20px;
}
ul.footer-nav {
  text-align: right;
}
ul.footer-nav li {
  display: inline-block;
  position: relative;
}
ul.footer-nav {
  text-align: center;
  margin: 12px 0;
}
ul.footer-nav li p, ul.footer-nav li {
  font-size: 14px;
  font-weight: 500;
}
ul.footer-nav li a {
  text-decoration: none;
}
ul.footer-nav li a, ul.footer-nav li a:hover {
  color: #fff;
}
ul.footer-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
.btnw34 {
  text-align: center;
  font-size: 20px;
}
.thank-you-page-content .btn-primary:hover {
  background: #000;
}
.thank-you-page-content .btn.btn-primary:active, .thank-you-page-content .btn.btn-primary:focus {
  background-color: #000;
  border-color: #000;
}
@media (max-width: 768px) {
.thank-you-page-content {
  width: 100%;
  padding: 40px 20px;
}
.thank-you-page-content h1 {
  margin-bottom: 45px;
  padding-top: 110px;
  font-size: 26px;
  line-height: 29px;
}
}
.send_otp {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #d1d1d1;
  height: 45px;
  font-size: 12px;
  background: #fff;
  color: #ff5f1f;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-weight: 600;
  margin-left: -15px;
  z-index: 1;
  position: relative;
}
/*===========================Performance-tab=========================*/
.list_634 {
}
.list_634 ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.list_634 ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
  width: 45%;
}
.text-right {
  text-align: right;
}
.product-rating {
  margin-bottom: 2px;
}
.product-rating i {
  color: #FF9A00;
  font-size: 9px;
}
.review-on-product-user {
  font-weight: 600;
  font-size: 14px;
}
.view-all-reviews {
}
.view-all-reviews a {
  border: solid 1px #fc7035;
  color: #fc7035;
  text-decoration: none !important;
  border-radius: 4px;
  padding: 5px 20px;
}
.view-all-reviews a:hover {
  border: solid 1px #2d2d2d;
  color: #2d2d2d;
}
.navigator-breadcrumb-wrapper p {
  font-size: 14px;
}
.average2 {
  text-align: center;
  width: 100px;
  border: solid 1px #ffae00;
  border-radius: 4px;
  padding: 5px 20px;
}
.average2 a {
  color: #ffae00;
  text-decoration: none !important;
  display: block;
}
.average2:hover a {
  color: #2d2d2d;
}
.good2 {
  text-align: center;
  width: 100px;
  border: solid 1px #119bff;
  border-radius: 4px;
  padding: 5px 20px;
}
.good2 a {
  color: #119bff;
  text-decoration: none !important;
  display: block;
}
.good2:hover a {
  color: #2d2d2d;
}
.poor2 {
  text-align: center;
  border: solid 1px #fd0f0f;
  border-radius: 4px;
  padding: 5px 20px;
  width: 100px;
}
.poor2 a {
  color: #fd0f0f;
  text-decoration: none !important;
}
.poor2:hover a {
  color: #2d2d2d;
}
.excellent2 {
  text-align: center;
  width: 100px;
  border: solid 1px #1fa313;
  border-radius: 4px;
  padding: 5px 20px;
}
.excellent2 a {
  color: #1fa313;
  text-decoration: none !important;
}
.excellent2:hover a {
  color: #2d2d2d;
}
.see_details {
  text-align: center;
  font-size: 12px;
}
.see_details a {
  /*    border: solid 1px #fff;*/
  color: #262626;
  text-decoration: none !important;
  font-weight: 600;/*border-radius: 4px;
    padding: 5px 20px;*/
}
.see_details a:hover {
  /*    border: solid 1px #2d2d2d;*/
  color: #ffae00;
}
.sku-n-sin {
}
.sku-n-sin ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sku-n-sin ul li {
  font-size: 12px;
  color: #1d1d1d;
  display: flex
}
.sku-n-sin ul li .gray2 {
  color: #747373;
  font-weight: normal;
}
.sku-n-sin ul li span {
  color: #1d1d1d;
  top: 1px;
  position: relative;
  width: 40px;
}
.sku-n-sin ul li .colon2 {
  width: 20px !important;
  margin-right: 0px;
}
/*===========================report-tab=========================*/

.report_search_outer {
  width: 100%;
  border-radius: 4px;
  padding: 5px 15px;
  background: #f1f1f1;
}
.report_search_outer .breadcome-heading .form-control, .sr-input-func .form-control:focus {
  border: 1px solid #d1d1d1;
  font-size: 17px;
  height: 40px !important;
  color: #848181;
  padding-left: 20px;
  padding-right: 40px;
  background: #fff;
  box-shadow: none;
  border-radius: 6px;
}
.all-request {
  font-size: 14px;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-weight: 600;
  color: #fc7035;
  font-family: open sans, sans-serif;
  line-height: 22px;
}
.download_report {
  font-size: 12px;
  display: inline-block;
  min-width: 120px;
}
.download_report a {
  text-decoration: none !important;
  padding: 0px 0px;
  color: #fc7035;
  text-align: left;
}
.download_report a:hover {
  color: #000;
}
.completed {
  font-weight: 600;
  color: #000 !important;
  font-size: 12px !important;
}
.table-bordered3 td {
  padding: 10px 10px !important;
}
.table-bordered3 th {
  padding: 15px 10px;
}
.border_none {
  border-bottom: solid 1px #fff !important;
}
.filter {
  margin: 15px 0px;
}
.space {
  display: flex;
  justify-content: space-between;
}
.request_report {
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
}
.request_report a {
  text-decoration: none !important;
  background: #fc7035;
  border-radius: 4px;
  display: block !important;
  padding: 10px 20px;
  color: #fff;
}
.request_report a:hover {
  color: #fff;
  background: #f37f4e;
}
.filter_form label {
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.filter_form input[type="date"] {
  font-size: 14px;
}
.filter_form input {
  padding: 0 10px;
}
 @media (max-width: 768px) {
.request_report {
  font-size: 12px;
}
.request_report a {
  text-decoration: none !important;
  background: #fc7035;
  border-radius: 4px;
  display: block !important;
  padding: 10px 10px;
  color: #fff;
}
}
/* New CSS Himanshu */

.giveratings .rating-item {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}
.giveratings .rating-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #122;
  top: -30px;
  bottom: 0px;
  margin: auto;
  left: 50%;
  z-index: 1;
}
.giveratings .rating-item:last-child::after {
  display: none;
}
.giveratings p {
}
.giveratings .rating-circle {
  width: 65px;
  height: 65px;
  background: #dddd;
  border-radius: 100%;
  display: block;
  min-width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.giveratings .rating-circle.excellent {
  background: #1fa413;
  color: #fff;
}
.giveratings .rating-circle.good {
  background: #0095ff;
  color: #fff;
}
.giveratings .rating-circle.average {
  background: #ffae00;
  color: #fff;
}
.giveratings .rating-circle.poor {
  background: #fe0d0d;
  color: #fff;
}
.rating-box-container {
  padding: 40px;
}
.rprlist li {
  color: #3a3a3a;
  list-style: none;
  margin: 0px;
}
.review-product-details {
  padding: 40px 100px;
}
.rOrderId {
  position: absolute;
}
.rprImg {
  margin: auto;
  /* width: fit-content; */
  width: 130px;
}
.apexcharts-toolbar {
  display: none!important;
}
#dateChartpr {
  min-height: auto!important;
}
.rprcontent {
  margin-top: 30px;
}
.rOrderId span {
  color: #f3703a;
}
.color-primary {
  color: #fc7035;
}
.product_details_content2 h4 {
  color: #fc7035;
  margin: 0px;
}
.product_details_content2 h5 {
  margin: 0px;
}
.product_details_content2 li {
  margin: 0px;
  list-style: none;
}
.product_details_content2 p {
  font-size: 14px;
}
.form-control.reviewinput {
  border: 1px solid #a7a7a7;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 16px;
  text-align: center;
}
.normalList li {
  list-style: disc;
  font-size: 15px;
  line-height: 26px;
  font-family: open sans, sans-serif;
  color: #3a3a3a;
}
.form-control.form-input {
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 10px;
}
.btn.norbtn {
  font-size: 13px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  font-weight: 500;
  padding: 3px 12px;
}
.chartcontainer {
  padding: 15px;
}
.box-shadow-container {
  box-shadow: rgba(0, 0, 0, 0.26) 0px 4px 12px;
  border: 1px solid #f2eeee;
  padding: 16px;
  border-radius: 6px;
  margin: 0px 0px 0px 0px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.box-shadow-container h4 {
  margin: 0px;
}
.box-shadow-container h5 {
  margin: 0px;
  font-weight: 500;
  font-size: 12px;
}
.tablelistItem ul {
  margin: 0px;
}
.tablelistItem li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-right: 10px;
  width: fit-content;
  margin-top: 0px;
  margin-bottom: 0px;
}
.tablelistItem {
  height: 100%;
}
.tablelistItem .ulnrns {
  height: 100%;
}
.downloadBtn {
}
.tablenomargin h5 {
  margin: 0px;
}
.tablenomargin .product_details_content {
  max-width: max-content;
}
.btnpadding.rts-btn.btn-primary {
  padding: 10px 30px;
}
.subtitleWrapper span {
  font-weight: 600;
  color: #111;
}
.text-normal-color {
  color: #ff6e35;
  margin: 9px 0px 10px 0px;
  font-size: 14px;
}
.card2 {
  padding: 10px;
  border-radius: 7px;
}
.card2 ul {
  margin: 0px;
  padding: 0px;
}
.card2 ul li {
  gap: 15px;
  font-size: 13px;
}
.card2 ul li span {
  font-weight: 600;
  color: #111;
}
.btnclosemodal2 {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.btnclosemodal2 img {
  width: 15px;
}
.filterWrapper {
  padding: 9px 20px;
}
.modalsize2 {
  max-width: 50% !important;
  width: 100%;
  left: 0px;
  right: 0px;
}
.dd-button {
  display: inline-block;
  border: none;
  border-radius: 4px;
  padding: 0px 30px 0px 20px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
  color: #111;
}
.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  background: url(../images/arrow-down-sign-to-navigate.png);
  background-size: 10px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.dd-button:hover {
  background-color: #eeeeee;
}
.dd-input {
  display: none;
}
.dd-menu {
  position: absolute;
  top: 100%;
  border: none;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0px 0px 10px #ddd;
  background-color: #ffffff;
  list-style-type: none;
}
.dd-input + .dd-menu {
  display: none;
}
.dd-input:checked + .dd-menu {
  display: block;
}
.dd-menu li {
  padding: 7px 20px;
  cursor: pointer;
  white-space: nowrap;
  margin: 0px;
}
.dd-menu li:hover {
  background-color: #f6f6f6;
}
.dd-menu li a {
  display: block;
  font-weight: 600;
}
.dd-menu li.divider {
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.filterimg {
  opacity: 0.6;
}
.tierSystemWrapper .giveratings p {
  font-weight: 600;
  margin: 0px;
}
.tierSystemWrapper .giveratings .rating-circle {
  color: #fff;
  font-size: 20px;
  width: 54px;
  height: 54px;
}
.giveratings .rating-circle.bestSeller {
  background: #cd9444;
  position: relative;
  z-index: 1;
}
.giveratings .rating-circle.risingSeller {
  background: #f3f3f3;
  position: relative;
  z-index: 1;
}
.giveratings .rating-circle.adavncedSeller {
  background: #fcae19;
  position: relative;
  z-index: 1;
}
.giveratings .rating-circle.premiumSeller {
  background: #499fd7;
  position: relative;
  z-index: 2;
}
.giveratings .rating-circle.benefitmainicon {
  background: #ddd;
  position: relative;
  z-index: 2;
}
.tierSystemWrapper .giveratings .rating-circle::after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 85%;
  height: 85%;
  border-radius: 100%;
}
.tierSystemWrapper .giveratings .rating-circle::before {
  position: absolute;
  z-index: 1;
  content: '';
  width: 11px;
  height: 11px;
  background: url(../images/star2.png);
  filter: invert(5);
  background-repeat: no-repeat;
  background-size: contain;
  top: 7px;
  right: 6px;
}
.tierSystemWrapper .giveratings .rating-circle.bestSeller::after {
  background: #6f2112;
}
.tierSystemWrapper .giveratings .rating-circle.risingSeller::after {
  background: #9e9fa0;
}
.tierSystemWrapper .giveratings .rating-circle.adavncedSeller::after {
  background: #f58620;
}
.tierSystemWrapper .giveratings .rating-circle.premiumSeller::after {
  background: #98d1f2;
}
.tierSystemWrapper .giveratings .rating-circle.benefitmainicon::after {
  background: #eeeeee;
}
.tierSystemWrapper .giveratings .rating-item {
  gap: 0px;
}
.tierSystemWrapper .giveratings .rating-item::after {
  z-index: -1;
  top: -46px;
  background: #c6c6c6;
  height: 2px;
}
.tierSystemWrapper {
  margin-top: 10px;
  margin-bottom: 50px;
}
.normalList2 li {
  margin: 0px 0px 10px 0px;
  background: url(../images/check-box2.png);
  background-size: 18px;
  font-size: 13px;
  line-height: 20px;
  font-family: open sans, sans-serif;
  color: #3a3a3a;
  list-style: none;
  background-repeat: no-repeat;
  padding-left: 26px;
  background-position: left;
  filter: brightness(1) contrast(1.5) hue-rotate(343deg);
  background-position: top 2px left;
}
.normalList2 li img {
  margin-right: 5px;
  max-width: 18px;
  top: -1px;
  position: relative;
}
.currentTier.tierSystemWrapper .giveratings .rating-item {
  /* flex-direction: unset; */
  width: 100%;
  gap: 10px;
}
.currentTier.tierSystemWrapper .giveratings .rating-item::after {
  display: none;
}
.currentTier.tierSystemWrapper .giveratings h6 {
  font-weight: 500;
  margin-top: 14px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.performancetable tr th {
  background-color: #e6f5ff !important;
}
.performancetable tr td {
  text-align: center;
}
.deliveryicon {
  width: 24px;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 {
  width: fit-content;
}
.currentTier.tierSystemWrapper .giveratings h6 {
  text-align: left;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 .rating-circle {
  width: 44px;
  height: 44px;
}
.box-style2 {
  box-shadow: none;
  border: 1px solid #c4c4c4;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 .rating-circle.benefitmainicon {
  background: none;
  width: 42px;
  height: 42px;
  padding: 0px;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 .rating-circle.benefitmainicon::after {
  display: none;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 .rating-circle.benefitmainicon::before {
  display: none;
}
.currentTier.tierSystemWrapper .giveratings .rating-item.style2 .rating-circle.benefitmainicon img {
  width: 100%;
}
.view_reasons h5 {
  font-family: open sans, sans-serif;
}
.view_reasons h6 {
  font-family: open sans, sans-serif;
  font-size: 12px;
  margin: 0px;
}
.dropdown333 {
  position: relative;
  display: inline-block;
  font-family: open sans, sans-serif;
  margin: 0px 10px;
}
.dropdown333 button {
  border: none;
  padding: 0px 10px;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  font-family: open sans, sans-serif;
}
.dropdown333 button::after {
  content: "\f107" !important;
  font-family: "Font Awesome 6 Pro";
  color: #525252;
  font-weight: 600;
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  top: 4px;
  position: relative;
}
.dropdown-content333 {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  width: 220px;
  z-index: 1000;
}
.dropdown333:hover .dropdown-content333 {
  display: block;
}
.dropdown-content333 div {
  padding: 5px 8px;
  cursor: pointer;
  font-size: 13px;
  color: #000;
}
.dropdown-content333 div:hover {
/*            background-color: #f0f0f0;*/
}
.highlight {
  color: #ff6e35 !important;
}
.value span {
  display: block;
  font-weight: 600px;
  font-size: 13px;
}
.fillter2 i {
  font-size: 14px;
}
.mcontentn h2 {
  font-family: open sans, sans-serif;
}
.mcontentn p {
  font-size: 13px;
}

.quantity_select{font-size: 14px; display: flex; 
  align-items: center; 
  justify-content: center; 
  border: 1px solid #e4e4e4;
border-radius: 6px; 
padding-left: 10px;
background: #f9f9f9;
width: 100%;

}

.quantity_select label{font-size: 13px;
    display: flex;
    margin-right:5px;
    font-weight: 600;
    color: #2d2e2d; font-family: open sans, sans-serif;}

.quantity_select select{width:100px; float: right; border: none; background-color: #f9f9f9;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat; }

.quantity_select .form-select:focus {
    border-color:none;
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.quantity_select .form-select { 
    padding: 4px 10px;}







.rozetka-price-form {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.price-filter {
  display: flex;
  padding: 10px;
/*  box-shadow: 0 0 5px 0 #000;*/
  flex-direction: column;
  width: 100%;
}

.price-title {
  margin: 0 0 10px 0;
  font-size: 15px;
  color: rgb(0, 128, 192);
}

.price-filters {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-filters input {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding: 5px;
}

.price-filters input:focus {
  outline: none;
  border-color: black;
}

.price-filters button {
  border: none;
  padding: 5px;
  text-transform: uppercase;
  color: rgb(0, 128, 192);
  cursor: pointer;
  background: none;
}

.range-controls {
  display: flex;
  position: relative;
  margin-bottom: 20px;
  height: 30px; /* enough height for the toggles */
  margin-left: 10px;
}

/* The scale is the â€œtrackâ€ for the slider */
.scale {
  flex: 100%;
  height: 3px;
  background-color: #666;
  position: relative; /* for positioning the inner bar */
  margin-top: 15px; /* centers the scale vertically */
}

/* The colored bar representing the selected range */
.bar {
  background-color: green;
  height: 100%;
  position: absolute;
  top: 0;
  transition: left 0.2s ease, width 0.2s ease;
}

/* The slider toggles */
.range-toggle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid grey;
  border-radius: 50%;
  top: 15px; /* initial vertical center (will be adjusted with transform) */
  transform: translateY(-50%);
  cursor: pointer;
  transition: left 0.2s ease;
  z-index: 1;
}

.question_anser_specific .fa { 
  position: absolute !important; 
  margin-top: 12px !important;
  margin-left: 10px !important;
}


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

.fa-solid.fa-star.selected{
  color: #f93 !important;
}
.fa-solid.fa-star.selected{
  color: #f93 !important;
}
.fa-solid.fa-star-half-alt.selected{
  color: #f93 !important;
}


    

    /*==========================2/4/2025====open========================================*/

.menu-container {
  column-count: 4; / Adjust the number of columns /
  column-gap: 20px; / Space between columns /
  /*            max-width: 1200px;*/
  margin: auto;
  overflow: hidden;
}
.menu-section {
  break-inside: avoid; / Ensures sections don't split /
  margin-bottom: 20px; / Spacing between sections /
}
.menu-section h3 {
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  padding: 3px 0;
  font-weight: 600;
  color: #212121;  
}
.menu-section ul {
  list-style: none;
  display: block !important;
  padding: 0;
}
.menu-section ul li {
  margin-bottom: 5px !important;
  color: #000;
  font-size: 12px;
  padding-left: 0px !important;
  margin-left: 0px;
}
.menu-section ul li a {
  padding: 0px 0 10px 0 !important;
  color:#000000 !important;
  font-size: 12px !important; font-weight:500 !important;
  
}
.menu-section ul li a:hover{
    color:#ff5f1f !important;
}
.rts-header-nav-area-one .nav-area .menu-section ul li {
  margin: 0px 4px 7px 5px !important;  
}


.contact-left-area-main-wrapper p{ font-size:16px; font-family: open sans, sans-serif; }
.contact-form-wrapper-1 {
  background:#fff; padding: 40px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    border: 1px solid #E2E2E2;
  }
.contact-form-wrapper-1 h3{font-size: 20px;}



.contact-form-1 input { font-family: open sans, sans-serif;
  height: 50px;
  border-radius:0px;
  border-bottom:1px solid #626262;
  border-top:none;
  border-left:none;
  border-right:none;
  background:transparent !important;
  padding: 15px 0px;
}
.contact-form-1 input::placeholder{color:#979797}
.contact-form-1 textarea::placeholder{color:#979797}


.contact-form-1 .contact-form-wrapper--half-area {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom:10px;
}
@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;
  padding:10px;
}

.contact-form-1 .form-select {
    display: block;
    width: 100%;
    padding: 8px 0px;
    font-weight: 400;
    line-height: 1.5;
    color: #333434;
    background-color:transparent;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border-bottom:1px solid #626262 !important;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius:0px;
    margin-bottom:10px;
    font-size: 16px;
}

.contact-form-1 .form-select:focus{box-shadow: none;}
  

.contact-form-1 textarea {font-family: open sans, sans-serif;
  border-bottom:1px solid #626262;
  height: 100px;
  border-radius:0px;
  background:transparent !important;
  padding: 15px 0px;
  margin-bottom: 10px;
  margin-top: 0px;
  border-top:none;
  border-left:none;
  border-right:none;
}
.refresh{
  border:1px solid #ff6e35; 
  background:#fc7035 !important;
  padding:6px 7px;
  margin-bottom: 10px;
  margin-top:28px;
  display:inline-block;
  height:30px;
  line-height:10px;
  border-radius:100%;
  width:30px;
  text-align:center;
}

.refresh i{font-size:16px; color: #fff;}

.contact-form-1 .captcha{font-family: open sans, sans-serif;
  height: 50px;
  border-radius:0px;
  border-bottom:1px solid #626262;
  background:transparent !important;
  padding: 15px 0px; text-align: center; font-weight: 600; letter-spacing: 5px; font-size: 20px;
  color:#000;
}



.contac_number h5{margin:0px 0px 8px 0px; font-size: 18px; color:#fff;}

.contac_number{font-size: 24px; font-family: open sans, sans-serif; display: inline-block; 
  margin-bottom:20px; 
width: 100%;}

.contac_number a{font-size: 24px; color:#fff;}
.mail{font-size:18px !important; line-height:35px; color:#fff !important;  text-decoration: underline;}
.mail:hover{color:#fff !important; text-decoration: none;}



.contac_number img{max-width:25px; margin-right: 10px; float: left; top: 6px; position: relative;} 

.cont{font-weight:700;}

.men_heading a{ padding:0px 0px !important; }
/*==========================2/4/2025====end========================================*/
</pre></body></html>