@charset "UTF-8";
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  overflow-x: hidden;
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
body {
  font-family: Roboto, sans-serif;
  --font-size-body: 12px;
  font-size: var(--font-size-body);
  line-height: 1.5;
  font-weight: 300;
  color: #2d2d2d;
  background: #fff;
}

@media screen and (max-width: 991px) {
  body {
    --font-size-body: 12px;
    font-size: var(--font-size-body);
    line-height: 1.3;
  }
}
body.font-xsm {
  font-size: calc(var(--font-size-body) - 4px);
}

body.font-sm {
  font-size: calc(var(--font-size-body) - 2px);
}

body.font-l {
  font-size: calc(var(--font-size-body) + 2px);
}

body.font-xl {
  font-size: calc(var(--font-size-body) + 4px);
}

body.btnwhiteblack {
  color: #000;
  background: #fff;
}

body.btnblackwhite {
  color: #fff;
  background: #000;
}

body.btnblueyellow {
  color: #ffff00;
  background: #0000ff;
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
body.menu-opened {
  overflow: hidden;
}

body.search-opened {
  overflow: hidden;
}

body.loader-opened {
  overflow: hidden;
}

p {
  margin: 0 0 10px;
}

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

a {
  color: #2d2d2d;
  text-decoration: none;
}

a:hover {
  color: #474B4F;
  text-decoration: none;
  outline: 0;
}

a:active {
  color: #2d2d2d;
  text-decoration: none;
  outline: 0;
}

a:focus {
  color: #2d2d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h1 {
  --font-size-h1: 31px;
  font-size: var(--font-size-h1);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h1 {
    --font-size-h1: 29px;
    font-size: var(--font-size-h1);
    line-height: 1.3;
  }
}
body.font-xsm h1 {
  font-size: calc(var(--font-size-h1) - 4px);
}

body.font-sm h1 {
  font-size: calc(var(--font-size-h1) - 2px);
}

body.font-l h1 {
  font-size: calc(var(--font-size-h1) + 2px);
}

body.font-xl h1 {
  font-size: calc(var(--font-size-h1) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h2 {
  --font-size-h2: 29px;
  font-size: var(--font-size-h2);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h2 {
    --font-size-h2: 27px;
    font-size: var(--font-size-h2);
    line-height: 1.3;
  }
}
body.font-xsm h2 {
  font-size: calc(var(--font-size-h2) - 4px);
}

body.font-sm h2 {
  font-size: calc(var(--font-size-h2) - 2px);
}

body.font-l h2 {
  font-size: calc(var(--font-size-h2) + 2px);
}

body.font-xl h2 {
  font-size: calc(var(--font-size-h2) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h3 {
  --font-size-h3: 27px;
  font-size: var(--font-size-h3);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h3 {
    --font-size-h3: 25px;
    font-size: var(--font-size-h3);
    line-height: 1.3;
  }
}
body.font-xsm h3 {
  font-size: calc(var(--font-size-h3) - 4px);
}

body.font-sm h3 {
  font-size: calc(var(--font-size-h3) - 2px);
}

body.font-l h3 {
  font-size: calc(var(--font-size-h3) + 2px);
}

body.font-xl h3 {
  font-size: calc(var(--font-size-h3) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h4 {
  --font-size-h4: 25px;
  font-size: var(--font-size-h4);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h4 {
    --font-size-h4: 23px;
    font-size: var(--font-size-h4);
    line-height: 1.3;
  }
}
body.font-xsm h4 {
  font-size: calc(var(--font-size-h4) - 4px);
}

body.font-sm h4 {
  font-size: calc(var(--font-size-h4) - 2px);
}

body.font-l h4 {
  font-size: calc(var(--font-size-h4) + 2px);
}

body.font-xl h4 {
  font-size: calc(var(--font-size-h4) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h5 {
  --font-size-h5: 23px;
  font-size: var(--font-size-h5);
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  h5 {
    --font-size-h5: 21px;
    font-size: var(--font-size-h5);
    line-height: 1.4;
  }
}
body.font-xsm h5 {
  font-size: calc(var(--font-size-h5) - 4px);
}

body.font-sm h5 {
  font-size: calc(var(--font-size-h5) - 2px);
}

body.font-l h5 {
  font-size: calc(var(--font-size-h5) + 2px);
}

body.font-xl h5 {
  font-size: calc(var(--font-size-h5) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
h6 {
  --font-size-h6: 21px;
  font-size: var(--font-size-h6);
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  h6 {
    --font-size-h6: 19px;
    font-size: var(--font-size-h6);
    line-height: 1.5;
  }
}
body.font-xsm h6 {
  font-size: calc(var(--font-size-h6) - 4px);
}

body.font-sm h6 {
  font-size: calc(var(--font-size-h6) - 2px);
}

body.font-l h6 {
  font-size: calc(var(--font-size-h6) + 2px);
}

body.font-xl h6 {
  font-size: calc(var(--font-size-h6) + 4px);
}

/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
.smalltext {
  --font-size-smalltext: 15px;
  font-size: var(--font-size-smalltext);
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .smalltext {
    --font-size-smalltext: 14px;
    font-size: var(--font-size-smalltext);
    line-height: 1.5;
  }
}
/*=================================================================================== */
/*=================================================================================== */
/*=================================================================================== */
img {
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden;
}

::-moz-selection {
  background: #222629 !important;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #222629 !important;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #222629 !important;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #222629 !important;
  color: #fff;
  text-shadow: none;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #d9d9d9;
}

@media screen and (max-width: 1299px) {
  .container {
    max-width: none;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}
@media screen and (min-width: 1700px) {
  .container {
    max-width: 1640px;
  }
}
.hidden {
  display: none;
}

b, strong {
  font-weight: 600;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
}

/*===================================================================================*/
/* Paddings - Margins */
/*===================================================================================*/
.bottom-padding-xlarge {
  padding-bottom: 60px;
}

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

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

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

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

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

.bottom-padding-no {
  padding-bottom: 0px;
}

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

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

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

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

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

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

.top-padding-no {
  padding-top: 0px;
}

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

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

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

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

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

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

.left-padding-no {
  padding-left: 0px;
}

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

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

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

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

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

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

.right-padding-no {
  padding-right: 0px;
}

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

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

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

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

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

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

.bottom-margin-no {
  margin-bottom: 0px;
}

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

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

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

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

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

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

.top-margin-no {
  margin-top: 0px;
}

.left-margin-xlarge {
  margin-left: 60px;
}

.left-margin-large {
  margin-left: 50px;
}

.left-margin-medium {
  margin-left: 40px;
}

.left-margin-small {
  margin-left: 30px;
}

.left-margin-xsmall {
  margin-left: 20px;
}

.left-margin-xxsmall {
  margin-left: 10px;
}

.left-margin-no {
  margin-left: 0px;
}

.right-margin-xlarge {
  margin-right: 60px;
}

.right-margin-large {
  margin-right: 50px;
}

.right-margin-medium {
  margin-right: 40px;
}

.right-margin-small {
  margin-right: 30px;
}

.right-margin-xsmall {
  margin-right: 20px;
}

.right-margin-xxsmall {
  margin-right: 10px;
}

.right-margin-no {
  margin-right: 0px;
}

/*===================================================================================*/
/* Colors */
/*===================================================================================*/
.color-black {
  color: #2d2d2d !important;
}

.color-black a {
  color: #2d2d2d !important;
}

.color-black a:hover {
  color: #474B4F !important;
}

.background-black {
  background: #2d2d2d !important;
}

.color-white {
  color: #fff !important;
}

.background-white {
  background: #fff !important;
}

.border-gray-light {
  border-color: #d9d9d9 !important;
}

/*===================================================================================*/
/* Font Heading Styles */
/*===================================================================================*/
.font-heading-style-0 {
  --font-size-font-heading-style-0: 48px;
  font-size: var(--font-size-font-heading-style-0);
  line-height: 1.3;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-0 {
    --font-size-font-heading-style-0: 31px;
    font-size: var(--font-size-font-heading-style-0);
    line-height: 1.3;
  }
}
body.font-xsm .font-heading-style-0 {
  font-size: calc(var(--font-size-font-heading-style-0) - 4px);
}

body.font-sm .font-heading-style-0 {
  font-size: calc(var(--font-size-font-heading-style-0) - 2px);
}

body.font-l .font-heading-style-0 {
  font-size: calc(var(--font-size-font-heading-style-0) + 2px);
}

body.font-xl .font-heading-style-0 {
  font-size: calc(var(--font-size-font-heading-style-0) + 4px);
}

/*=================================================================================== */
.font-heading-style-1 {
  --font-size-font-heading-style-1: 50px;
  font-size: var(--font-size-font-heading-style-1);
  line-height: 1.3;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-1 {
    --font-size-font-heading-style-1: 31px;
    font-size: var(--font-size-font-heading-style-1);
    line-height: 1.3;
  }
}
body.font-xsm .font-heading-style-1 {
  font-size: calc(var(--font-size-font-heading-style-1) - 4px);
}

body.font-sm .font-heading-style-1 {
  font-size: calc(var(--font-size-font-heading-style-1) - 2px);
}

body.font-l .font-heading-style-1 {
  font-size: calc(var(--font-size-font-heading-style-1) + 2px);
}

body.font-xl .font-heading-style-1 {
  font-size: calc(var(--font-size-font-heading-style-1) + 4px);
}

/*=================================================================================== */
.font-heading-style-2 {
  --font-size-font-heading-style-2: 36px;
  font-size: var(--font-size-font-heading-style-2);
  line-height: 1.3;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-2 {
    --font-size-font-heading-style-2: 26px;
    font-size: var(--font-size-font-heading-style-2);
    line-height: 1.3;
  }
}
body.font-xsm .font-heading-style-2 {
  font-size: calc(var(--font-size-font-heading-style-2) - 4px);
}

body.font-sm .font-heading-style-2 {
  font-size: calc(var(--font-size-font-heading-style-2) - 2px);
}

body.font-l .font-heading-style-2 {
  font-size: calc(var(--font-size-font-heading-style-2) + 2px);
}

body.font-xl .font-heading-style-2 {
  font-size: calc(var(--font-size-font-heading-style-2) + 4px);
}

/*=================================================================================== */
.font-heading-style-3 {
  --font-size-font-heading-style-3: 30px;
  font-size: var(--font-size-font-heading-style-3);
  line-height: 1.3;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-3 {
    --font-size-font-heading-style-3: 23px;
    font-size: var(--font-size-font-heading-style-3);
    line-height: 1.4;
  }
}
body.font-xsm .font-heading-style-3 {
  font-size: calc(var(--font-size-font-heading-style-3) - 4px);
}

body.font-sm .font-heading-style-3 {
  font-size: calc(var(--font-size-font-heading-style-3) - 2px);
}

body.font-l .font-heading-style-3 {
  font-size: calc(var(--font-size-font-heading-style-3) + 2px);
}

body.font-xl .font-heading-style-3 {
  font-size: calc(var(--font-size-font-heading-style-3) + 4px);
}

/*=================================================================================== */
.font-heading-style-4 {
  --font-size-font-heading-style-4: 28px;
  font-size: var(--font-size-font-heading-style-4);
  line-height: 1.3;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-4 {
    --font-size-font-heading-style-4: 21px;
    font-size: var(--font-size-font-heading-style-4);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-4 {
  font-size: calc(var(--font-size-font-heading-style-4) - 4px);
}

body.font-sm .font-heading-style-4 {
  font-size: calc(var(--font-size-font-heading-style-4) - 2px);
}

body.font-l .font-heading-style-4 {
  font-size: calc(var(--font-size-font-heading-style-4) + 2px);
}

body.font-xl .font-heading-style-4 {
  font-size: calc(var(--font-size-font-heading-style-4) + 4px);
}

/*=================================================================================== */
.font-heading-style-5 {
  --font-size-font-heading-style-5: 26px;
  font-size: var(--font-size-font-heading-style-5);
  line-height: 1.3;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-5 {
    --font-size-font-heading-style-5: 19px;
    font-size: var(--font-size-font-heading-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-5 {
  font-size: calc(var(--font-size-font-heading-style-5) - 4px);
}

body.font-sm .font-heading-style-5 {
  font-size: calc(var(--font-size-font-heading-style-5) - 2px);
}

body.font-l .font-heading-style-5 {
  font-size: calc(var(--font-size-font-heading-style-5) + 2px);
}

body.font-xl .font-heading-style-5 {
  font-size: calc(var(--font-size-font-heading-style-5) + 4px);
}

/*=================================================================================== */
.font-heading-style-6 {
  --font-size-font-heading-style-5: 24px;
  font-size: var(--font-size-font-heading-style-5);
  line-height: 1.4;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-6 {
    --font-size-font-heading-style-5: 19px;
    font-size: var(--font-size-font-heading-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-6 {
  font-size: calc(var(--font-size-font-heading-style-5) - 4px);
}

body.font-sm .font-heading-style-6 {
  font-size: calc(var(--font-size-font-heading-style-5) - 2px);
}

body.font-l .font-heading-style-6 {
  font-size: calc(var(--font-size-font-heading-style-5) + 2px);
}

body.font-xl .font-heading-style-6 {
  font-size: calc(var(--font-size-font-heading-style-5) + 4px);
}

/*=================================================================================== */
.font-heading-style-7 {
  --font-size-font-heading-style-5: 22px;
  font-size: var(--font-size-font-heading-style-5);
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-7 {
    --font-size-font-heading-style-5: 17px;
    font-size: var(--font-size-font-heading-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-7 {
  font-size: calc(var(--font-size-font-heading-style-5) - 4px);
}

body.font-sm .font-heading-style-7 {
  font-size: calc(var(--font-size-font-heading-style-5) - 2px);
}

body.font-l .font-heading-style-7 {
  font-size: calc(var(--font-size-font-heading-style-5) + 2px);
}

body.font-xl .font-heading-style-7 {
  font-size: calc(var(--font-size-font-heading-style-5) + 4px);
}

/*=================================================================================== */
.font-heading-style-8 {
  --font-size-font-heading-style-5: 18px;
  font-size: var(--font-size-font-heading-style-5);
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-8 {
    --font-size-font-heading-style-5: 12px;
    font-size: var(--font-size-font-heading-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-8 {
  font-size: calc(var(--font-size-font-heading-style-5) - 4px);
}

body.font-sm .font-heading-style-8 {
  font-size: calc(var(--font-size-font-heading-style-5) - 2px);
}

body.font-l .font-heading-style-8 {
  font-size: calc(var(--font-size-font-heading-style-5) + 2px);
}

body.font-xl .font-heading-style-8 {
  font-size: calc(var(--font-size-font-heading-style-5) + 4px);
}

/*=================================================================================== */
.font-heading-style-9 {
  --font-size-font-heading-style-9: 12px;
  font-size: var(--font-size-font-heading-style-9);
  line-height: 1.5;
  font-weight: 700;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-heading-style-9 {
    --font-size-font-heading-style-9: 12px;
    font-size: var(--font-size-font-heading-style-9);
    line-height: 1.5;
  }
}
body.font-xsm .font-heading-style-9 {
  font-size: calc(var(--font-size-font-heading-style-9) - 4px);
}

body.font-sm .font-heading-style-9 {
  font-size: calc(var(--font-size-font-heading-style-9) - 2px);
}

body.font-l .font-heading-style-9 {
  font-size: calc(var(--font-size-font-heading-style-9) + 2px);
}

body.font-xl .font-heading-style-9 {
  font-size: calc(var(--font-size-font-heading-style-9) + 4px);
}

/*===================================================================================*/
/* Font Text Styles */
/*===================================================================================*/
.font-text-style-00 {
  --font-size-font-text-style-0: 27px;
  font-size: var(--font-size-font-text-style-0);
  line-height: 1.3;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-00 {
    --font-size-font-text-style-0: 25px;
    font-size: var(--font-size-font-text-style-0);
    line-height: 1.4;
  }
}
body.font-xsm .font-text-style-00 {
  font-size: calc(var(--font-size-font-text-style-0) - 4px);
}

body.font-sm .font-text-style-00 {
  font-size: calc(var(--font-size-font-text-style-0) - 2px);
}

body.font-l .font-text-style-00 {
  font-size: calc(var(--font-size-font-text-style-0) + 2px);
}

body.font-xl .font-text-style-00 {
  font-size: calc(var(--font-size-font-text-style-0) + 4px);
}

/*=================================================================================== */
.font-text-style-0 {
  --font-size-font-text-style-0: 22px;
  font-size: var(--font-size-font-text-style-0);
  line-height: 1.3;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-0 {
    --font-size-font-text-style-0: 15px;
    font-size: var(--font-size-font-text-style-0);
    line-height: 1.4;
  }
}
body.font-xsm .font-text-style-0 {
  font-size: calc(var(--font-size-font-text-style-0) - 4px);
}

body.font-sm .font-text-style-0 {
  font-size: calc(var(--font-size-font-text-style-0) - 2px);
}

body.font-l .font-text-style-0 {
  font-size: calc(var(--font-size-font-text-style-0) + 2px);
}

body.font-xl .font-text-style-0 {
  font-size: calc(var(--font-size-font-text-style-0) + 4px);
}

/*=================================================================================== */
.font-text-style-1 {
  --font-size-font-text-style-1: 21px;
  font-size: var(--font-size-font-text-style-1);
  line-height: 1.4;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-1 {
    --font-size-font-text-style-1: 19px;
    font-size: var(--font-size-font-text-style-1);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-1 {
  font-size: calc(var(--font-size-font-text-style-1) - 4px);
}

body.font-sm .font-text-style-1 {
  font-size: calc(var(--font-size-font-text-style-1) - 2px);
}

body.font-l .font-text-style-1 {
  font-size: calc(var(--font-size-font-text-style-1) + 2px);
}

body.font-xl .font-text-style-1 {
  font-size: calc(var(--font-size-font-text-style-1) + 4px);
}

/*=================================================================================== */
.font-text-style-2 {
  --font-size-font-text-style-2: 19px;
  font-size: var(--font-size-font-text-style-2);
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-2 {
    --font-size-font-text-style-2: 18px;
    font-size: var(--font-size-font-text-style-2);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-2 {
  font-size: calc(var(--font-size-font-text-style-2) - 4px);
}

body.font-sm .font-text-style-2 {
  font-size: calc(var(--font-size-font-text-style-2) - 2px);
}

body.font-l .font-text-style-2 {
  font-size: calc(var(--font-size-font-text-style-2) + 2px);
}

body.font-xl .font-text-style-2 {
  font-size: calc(var(--font-size-font-text-style-2) + 4px);
}

/*=================================================================================== */
.font-text-style-3 {
  --font-size-font-text-style-3: 18px;
  font-size: var(--font-size-font-text-style-3);
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-3 {
    --font-size-font-text-style-3: 17px;
    font-size: var(--font-size-font-text-style-3);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-3 {
  font-size: calc(var(--font-size-font-text-style-3) - 4px);
}

body.font-sm .font-text-style-3 {
  font-size: calc(var(--font-size-font-text-style-3) - 2px);
}

body.font-l .font-text-style-3 {
  font-size: calc(var(--font-size-font-text-style-3) + 2px);
}

body.font-xl .font-text-style-3 {
  font-size: calc(var(--font-size-font-text-style-3) + 4px);
}

/*=================================================================================== */
.font-text-style-4 {
  --font-size-font-text-style-4: 17px;
  font-size: var(--font-size-font-text-style-4);
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-4 {
    --font-size-font-text-style-4: 16px;
    font-size: var(--font-size-font-text-style-4);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-4 {
  font-size: calc(var(--font-size-font-text-style-4) - 4px);
}

body.font-sm .font-text-style-4 {
  font-size: calc(var(--font-size-font-text-style-4) - 2px);
}

body.font-l .font-text-style-4 {
  font-size: calc(var(--font-size-font-text-style-4) + 2px);
}

body.font-xl .font-text-style-4 {
  font-size: calc(var(--font-size-font-text-style-4) + 4px);
}

/*=================================================================================== */
.font-text-style-5 {
  --font-size-font-text-style-5: 16px;
  font-size: var(--font-size-font-text-style-5);
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-5 {
    --font-size-font-text-style-5: 15px;
    font-size: var(--font-size-font-text-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-5 {
  font-size: calc(var(--font-size-font-text-style-5) - 4px);
}

body.font-sm .font-text-style-5 {
  font-size: calc(var(--font-size-font-text-style-5) - 2px);
}

body.font-l .font-text-style-5 {
  font-size: calc(var(--font-size-font-text-style-5) + 2px);
}

body.font-xl .font-text-style-5 {
  font-size: calc(var(--font-size-font-text-style-5) + 4px);
}

/*=================================================================================== */
.font-text-style-6 {
  --font-size-font-text-style-5: 15px;
  font-size: var(--font-size-font-text-style-5);
  line-height: 1.5;
  font-weight: 300;
  margin: 10px 0px 10px 0px;
}

@media (max-width: 991px) {
  .font-text-style-6 {
    --font-size-font-text-style-5: 14px;
    font-size: var(--font-size-font-text-style-5);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-6 {
  font-size: calc(var(--font-size-font-text-style-5) - 4px);
}

body.font-sm .font-text-style-6 {
  font-size: calc(var(--font-size-font-text-style-5) - 2px);
}

body.font-l .font-text-style-6 {
  font-size: calc(var(--font-size-font-text-style-5) + 2px);
}

body.font-xl .font-text-style-6 {
  font-size: calc(var(--font-size-font-text-style-5) + 4px);
}

/*=================================================================================== */
.font-text-style-9 {
  --font-size-font-text-style-9: 12px;
  font-size: var(--font-size-font-text-style-9);
  line-height: 1.5;
  font-weight: 300;
  margin: 0px 0px 0px 0px;
}

@media (max-width: 991px) {
  .font-text-style-9 {
    --font-size-font-text-style-9: 12px;
    font-size: var(--font-size-font-text-style-9);
    line-height: 1.5;
  }
}
body.font-xsm .font-text-style-9 {
  font-size: calc(var(--font-size-font-text-style-9) - 4px);
}

body.font-sm .font-text-style-9 {
  font-size: calc(var(--font-size-font-text-style-9) - 2px);
}

body.font-l .font-text-style-9 {
  font-size: calc(var(--font-size-font-text-style-9) + 2px);
}

body.font-xl .font-text-style-9 {
  font-size: calc(var(--font-size-font-text-style-9) + 4px);
}

/*===================================================================================*/
/* Slider Shadow Remove */
/*===================================================================================*/
.tp-caption.boxshadow,
.boxshadow {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Cookies */
/*===================================================================================*/
.cc_container {
  background: #fff !important;
  color: #2d2d2d !important;
  font-family: Roboto, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 300 !important;
  padding: 10px 15px 10px 15px !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row;
}

@media screen and (max-width: 991px) {
  .cc_container {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }
}
.cc_container a,
.cc_container a:visited {
  text-decoration: underline !important;
  color: #2d2d2d !important;
}

.cc_container .cc_message {
  padding: 0px !important;
  margin: 0px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  order: 1;
  width: 100% !important;
}

.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  color: #fff !important;
  background-color: #2d2d2d !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  text-decoration: none !important;
}

.cc_container .cc_btn {
  padding: 15px 15px 15px 15px !important;
  display: block !important;
  width: auto !important;
  margin-left: 10px !important;
  float: right !important;
  max-width: none !important;
  font-size: inherit !important;
  line-height: 1 !important;
  order: 2;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #fff !important;
  color: #2d2d2d !important;
}

/*=================================================================================== */
/* Buttons */
/*=================================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border-radius: 0px;
  transition: all 0.2s ease-out;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 991px) {
  .btn {
    padding: 14px 20px 14px 20px;
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .btn {
    padding: 12px 20px 12px 20px;
    font-size: 17px;
  }
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.25);
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/*=================================================================================== */
.btn.btn-main,
.btn.btn-main:visited {
  color: #fff;
  background: #2d2d2d;
  border: 0px solid #2d2d2d;
  letter-spacing: 1px;
  border-radius: 0px;
}

.btn.btn-main:hover,
.btn.btn-main:focus,
.btn.btn-main:active,
.btn.btn-main.active,
.btn.btn-main.disabled,
.btn.btn-main[disabled] {
  color: #2d2d2d;
  background: #f3f3f3;
  border: 0px solid #f3f3f3;
}

/*=================================================================================== */
.btn.btn-second,
.btn.btn-second:visited {
  color: #fff;
  background: #61892F;
  border: 0px solid #61892F;
  letter-spacing: 1px;
  border-radius: 25px;
}

.btn.btn-second:hover,
.btn.btn-second:focus,
.btn.btn-second:active,
.btn.btn-second.active,
.btn.btn-second.disabled,
.btn.btn-second[disabled] {
  color: #fff;
  background: #61892F;
  border: 0px solid #61892F;
}

/*=================================================================================== */
.btn.btn-footer,
.btn.btn-footer:visited {
  color: #fff;
  background: #444444;
  border: 0px solid #444444;
  letter-spacing: 1px;
  border-radius: 0px;
}

.btn.btn-footer:hover,
.btn.btn-footer:focus,
.btn.btn-footer:active,
.btn.btn-footer.active,
.btn.btn-footer.disabled,
.btn.btn-footer[disabled] {
  color: #fff;
  background: #444444;
  border: 0px solid #444444;
}

/*=================================================================================== */
.buttonline {
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 991px) {
  .buttonline {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .buttonline {
    padding: 12px 20px;
    font-size: 15px;
  }
}
.buttonline.buttonline_outline {
  position: relative;
  color: #fff !important;
  overflow: hidden;
}

.buttonline.buttonline_outline.buttonline_black {
  color: #2d2d2d !important;
}

.buttonline.buttonline_outline:before, .buttonline.buttonline_outline:after, .buttonline.buttonline_outline .buttonline_lines:before, .buttonline.buttonline_outline .buttonline_lines:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: transform 400ms;
}

.buttonline_black.buttonline.buttonline_outline:before, .buttonline_black.buttonline.buttonline_outline:after, .buttonline_black.buttonline.buttonline_outline .buttonline_lines:before, .buttonline_black.buttonline.buttonline_outline .buttonline_lines:after {
  background-color: #2d2d2d;
}

.buttonline.buttonline_outline:before {
  top: auto;
  bottom: 0;
}

.buttonline.buttonline_outline .buttonline_lines {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.buttonline.buttonline_outline .buttonline_lines:before, .buttonline.buttonline_outline .buttonline_lines:after {
  width: 1px;
  height: 100%;
}

.buttonline.buttonline_outline .buttonline_lines:after {
  left: auto;
  right: 0;
}

.buttonline:hover:before {
  transform: translateX(-101%);
}

.buttonline:hover:after {
  transform: translateX(101%);
}

.buttonline:hover .buttonline_lines:before {
  transform: translateY(-101%);
}

.buttonline:hover .buttonline_lines:after {
  transform: translateY(101%);
}

/*=================================================================================== */
.bordered-button {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  transition: color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #2d2d2d;
  background: none;
  border: none;
}

@media (max-width: 991px) {
  .bordered-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .bordered-button {
    font-size: 15px;
  }
}
a.bordered-button:hover {
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

a.bordered-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0.2;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.3s, opacity 0.3s;
  background-color: #2d2d2d;
}

a.bordered-button:hover:before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  background-color: #2d2d2d;
}

a.bordered-button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale3d(1.1, 1, 1);
  transition: transform 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: #fff;
  border: 2px solid;
  border-color: #2d2d2d;
}

a.bordered-button:hover:after {
  transform: scale3d(1, 1, 1);
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

/*=================================================================================== */
.btn.btn-mainfb,
.btn.btn-mainfb:visited {
  color: #fff;
  background: #3b5998;
  border: 0px solid #3b5998;
}

.btn.btn-mainfb:hover,
.btn.btn-mainfb:focus,
.btn.btn-mainfb:active,
.btn.btn-mainfb.active,
.btn.btn-mainfb.disabled,
.btn.btn-mainfb[disabled] {
  color: #2d2d2d;
  background: #f3f3f3;
  border: 0px solid #f3f3f3;
}

/*=================================================================================== */
.btn.btn-maingo,
.btn.btn-maingo:visited {
  color: #fff;
  background: #d62d20;
  border: 0px solid #d62d20;
}

.btn.btn-maingo:hover,
.btn.btn-maingo:focus,
.btn.btn-maingo:active,
.btn.btn-maingo.active,
.btn.btn-maingo.disabled,
.btn.btn-maingo[disabled] {
  color: #2d2d2d;
  background: #f3f3f3;
  border: 0px solid #f3f3f3;
}

/*=================================================================================== */
.btn.btn-slider,
.btn.btn-slider:visited {
  color: #2d2d2d;
  background: #fff;
  border: 0px solid #fff;
  padding: 15px 30px;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
}

@media (max-width: 991px) {
  .btn.btn-slider,
  .btn.btn-slider:visited {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .btn.btn-slider,
  .btn.btn-slider:visited {
    padding: 12px 20px;
    font-size: 15px;
  }
}
.btn.btn-slider:hover,
.btn.btn-slider:focus,
.btn.btn-slider:active,
.btn.btn-slider.active,
.btn.btn-slider.disabled,
.btn.btn-slider[disabled] {
  color: #fff;
  background: #2d2d2d;
  border: 0px solid #2d2d2d;
}

/*=================================================================================== */
.btn.btn-products-addtocart,
.btn.btn-products-addtocart:visited {
  color: white !important;
  background: red;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.products-box .btn.btn-products-addtocart {
  font-size: 10px;
  display: none;
}

.products-box:hover .btn.btn-products-addtocart {
  display: block;
}

.btn.btn-products-addtocart:hover,
.btn.btn-products-addtocart:focus,
.btn.btn-products-addtocart:active,
.btn.btn-products-addtocart.active,
.btn.btn-products-addtocart.disabled,
.btn.btn-products-addtocart[disabled] {
  color: white !important;
  background: black;
  border: 0px solid #2d2d2d;
}

/*=================================================================================== */
.btn.btn-wishlist,
.btn.btn-wishlist:visited {
  color: #2d2d2d !important;
  background: none;
  border: 0px solid #222629;
  padding: 6px 6px 6px 6px;
  text-transform: uppercase;
  font-size: 12px;
  display: flex;
  align-items: baseline;
}

.btn.btn-wishlist:hover,
.btn.btn-wishlist:focus,
.btn.btn-wishlist:active,
.btn.btn-wishlist.active,
.btn.btn-wishlist.disabled,
.btn.btn-wishlist[disabled] {
  color: #474B4F !important;
  background: none;
  border: 0px solid #2d2d2d;
}

.btn.btn-wishlist i,
.btn.btn-wishlist em {
  font-size: 14px;
  margin-left: 0px;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .btn.btn-wishlist i,
  .btn.btn-wishlist em {
    font-size: 13px;
  }
}
.btn.btn-wishlist.wishlist-added i,
.btn.btn-wishlist.wishlist-added em {
  color: #5B812C;
}

/*=================================================================================== */
.btn.btn-checkout,
.btn.btn-checkout:visited {
  color: #fff;
  background: #2d2d2d;
  border: 0px solid #2d2d2d;
  padding: 20px 30px 20px 30px;
  border-radius: 25px;
}

.btn.btn-checkout:hover,
.btn.btn-checkout:focus,
.btn.btn-checkout:active,
.btn.btn-checkout.active,
.btn.btn-checkout.disabled,
.btn.btn-checkout[disabled] {
  color: #fff;
  background: #2d2d2d;
  border: 0px solid #2d2d2d;
}

/*=================================================================================== */
.btn i,
.btn em {
  font-size: 15px;
  margin-left: 0px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .btn i,
  .btn em {
    font-size: 14px;
  }
}
.btn i.iconright,
.btn em.iconright {
  font-size: 15px;
  margin-left: 6px;
  margin-right: 0px;
}

@media (max-width: 991px) {
  .btn i.iconright,
  .btn em.iconright {
    font-size: 14px;
  }
}
.btn svg {
  display: inline-block;
  width: auto;
  height: 20px;
  fill: #fff;
  margin-right: 8px;
}

@media (max-width: 991px) {
  .btn svg {
    height: 20px;
  }
}
.btn .addtocartloader {
  display: none;
}

.btn .addtocartloader.view {
  display: inline-block;
}

/*=================================================================================== */
/* Forms */
/*=================================================================================== */
label {
  display: inline-block;
  margin-bottom: 0px;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}

.product_theme_attributes.product_select .attribute-selection {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  label {
    font-size: inherit;
    line-height: inherit;
  }
}
legend {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media screen and (max-width: 991px) {
  legend {
    font-size: inherit;
    line-height: inherit;
  }
}
/* custom checkbox */
.form-check-inline.form-check-custom {
  margin-right: 10px;
  cursor: pointer;
  /*display: block;*/
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-input {
  position: absolute;
  margin-top: 0;
  margin-right: 6px;
  margin-left: 0;
  z-index: -1;
  margin-right: 0px;
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #fff;
  border: 1px solid #2d2d2d;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  padding: 3px;
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-input:checked + .form-check-label:after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "\f00c";
  background: #2d2d2d;
  border: 1px solid #2d2d2d;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  padding: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.form-group {
  margin-bottom: 10px;
}

.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 700;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
  color: #2d2d2d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid lightgray;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product_theme_attributes.product_select .form-control {
  border: 0px solid lightgray;
}

@media screen and (max-width: 991px) {
  .form-control {
    font-size: 12px;
    line-height: 1.5;
  }
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}

.form-control:focus {
  color: #2d2d2d;
  background-color: #fff;
  border-color: #2d2d2d;
  outline: 0;
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #2d2d2d;
  opacity: 1;
}

.form-control::placeholder {
  color: #2d2d2d;
  opacity: 1;
}

select.form-control {
  background: url(../../images/assets/down-arrow.png) #fff right no-repeat !important;
  padding-right: 44px !important;
  text-align: left;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-check-input {
  position: absolute;
  margin-top: 0.2rem;
  margin-left: -1.25rem;
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* custom checkbox */
.form-check-inline.form-check-custom .form-check-label {
  margin-bottom: 0;
  font-weight: 300;
  cursor: pointer;
  padding-left: 30px;
}

.form-check-label em,
.form-check-label i {
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .form-check-label em,
  .form-check-label i {
    font-size: 13px;
    line-height: 1;
  }
}
.text-danger {
  font-size: 16px;
  line-height: 1.5;
  color: #dc3545 !important;
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .text-danger {
    font-size: 15px;
    line-height: 1.5;
  }
}
.alert {
  position: relative;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.messageQueueError {
  color: #721c24;
  background-color: #f8d7da;
  padding: 6px;
  text-align: center;
}

.messageQueueWarning {
  color: #856404;
  background-color: #fff3cd;
  padding: 6px;
  text-align: center;
}

.messageQueueSuccess {
  color: #155724;
  background-color: #d4edda;
  padding: 6px;
  text-align: center;
}

.messageBox {
  text-align: center;
}

.required-symbol {
  font-size: 16px;
  line-height: 1.5;
  color: #dc3545;
}

@media screen and (max-width: 991px) {
  .required-symbol {
    font-size: 15px;
    line-height: 1.5;
  }
}
textarea.form-control {
  height: auto;
  /* custom style */
  padding: 8px 10px;
}

.invalid-feedback {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #dc3545 !important;
  margin-top: 4px;
}

@media screen and (max-width: 991px) {
  .invalid-feedback {
    font-size: 15px;
    line-height: 1.5;
  }
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: inherit;
  background-image: none;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: inherit;
  background-image: none;
  background-repeat: unset;
  background-position: unset;
  background-size: unset;
}

/* form validation bug bootstrap form with class was-validated always display invalid feedback message */
.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip,
.form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip,
.was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: none;
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

/*=================================================================================== */
/* Header */
/*=================================================================================== */
#headermenu {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/assets/bg_header.png);
}

@media screen and (max-width: 991px) {
  #headermenu {
    background-image: none;
  }
}
#headermenu.absolute {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}

#headermenu.scrollmenu {
  position: fixed;
  top: 0px;
  left: 0px;
}

/*=================================================================================== */
/* Header Inner Top */
/*=================================================================================== */
.headermenu_inner_top {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-bottom: 1px solid #ddd;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#headermenu.absolute .headermenu_inner_top {
  background: none;
}

#headermenu.scrollmenu .headermenu_inner_top {
  background: none;
  display: none;
}

/*=================================================================================== */
/* Top Box */
/*=================================================================================== */
#headermenu #top-box {
  position: relative;
  display: block;
  width: 100%;
  flex: 1 0 auto;
  font-family: Roboto, sans-serif;
}

@media screen and (max-width: 1300px) {
  #headermenu #top-box {
    padding-left: 50px;
  }
}
/*=================================================================================== */
/* Top Box Info */
/*=================================================================================== */
#headermenu #top-box .info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6px 0px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #5B812C;
  text-transform: uppercase;
  min-height: 32px;
  background: none;
  float: left;
}

@media screen and (max-width: 991px) {
  #headermenu #top-box .info {
    font-size: 17px;
    display: none;
  }
}
#headermenu #top-box .info,
#headermenu #top-box .info a,
#headermenu #top-box .info a:hover {
  color: #5B812C;
}

#headermenu.absolute #top-box .info,
#headermenu.absolute #top-box .info a,
#headermenu.absolute #top-box .info a:hover {
  color: #fff;
}

#headermenu.scrollmenu #top-box .info,
#headermenu.scrollmenu #top-box .info a,
#headermenu.scrollmenu #top-box .info a:hover {
  color: #5B812C;
}

#headermenu #top-box .info svg {
  width: auto;
  height: 18px;
  margin-right: 5px;
  fill: #5B812C;
}

#headermenu.absolute #top-box .info svg {
  fill: #fff;
}

#headermenu.scrollmenu #top-box .info svg {
  fill: #5B812C;
}

/*=================================================================================== */
/* Top Box Nav */
/*=================================================================================== */
#top-box .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media screen and (max-width: 991px) {
  #top-box .nav.float-left {
    display: none;
  }
}
#top-box .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6px 0px 6px;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #2d2d2d;
  text-transform: uppercase;
  min-height: 32px;
  background: none;
}

@media screen and (max-width: 991px) {
  #top-box .nav .nav-link {
    font-size: 11px;
  }
}
#headermenu.absolute .nav .nav-link {
  color: #fff;
}

#headermenu.scrollmenu .nav .nav-link {
  color: #2d2d2d;
}

#top-box .nav .nav-link:focus,
#top-box .nav .nav-link:hover,
#top-box .show > .nav-link {
  text-decoration: none;
  color: #2d2d2d !important;
  background: #fff;
}

#top-box .dropdown-toggle::after {
  display: inline-block;
  margin-left: 4px;
  vertical-align: 3px;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

#top-box .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 200px;
  padding: 0px 0px;
  margin: 0px 0 0;
  font-size: 17px;
  line-height: 1;
  font-weight: 400;
  color: #2d2d2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f3f3f3;
  border-radius: 0px;
  box-shadow: 3px 3px 45px 0 rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 991px) {
  #top-box .dropdown-menu {
    font-size: 16px;
  }
}
#top-box .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 8px;
  clear: both;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #2d2d2d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

#top-box .dropdown-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#top-box .dropdown-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

#top-box .dropdown-item:focus,
#top-box .dropdown-item:hover {
  color: #2d2d2d;
  text-decoration: none;
  background-color: #f3f3f3;
}

#headermenu .language_dropdown img {
  width: 25px;
  height: auto;
  margin-right: 4px;
}

#headermenu .language_dropdown .dropdown-menu {
  min-width: auto;
}

#top-box .language_dropdown .dropdown-item {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  #top-box .language_dropdown .dropdown-item {
    font-size: 14px;
  }
}
/*=================================================================================== */
/* Header Inner Logo */
/*=================================================================================== */
.headermenu_inner_logo {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

#headermenu.scrollmenu .headermenu_inner_logo {
  display: none;
}

/*=================================================================================== */
/* Logo */
/*=================================================================================== */
#headermenu .logo {
  position: relative;
  width: 160px;
  margin: 10px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  #headermenu .logo {
    width: 100px;
  }
}
#headermenu.scrollmenu .logo {
  width: 120px;
}

@media screen and (max-width: 991px) {
  #headermenu.scrollmenu .logo {
    width: 120px;
  }
}
#headermenu .logo #logoimage {
  position: relative;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}

#headermenu .logo svg#logoimage {
  fill: #2d2d2d;
}

#headermenu .logo svg#logoimage .st0 {
  fill: #DC0D15 !important;
}

#headermenu .logo svg#logoimage {
  fill: #2d2d2d;
}

#headermenu.absolute .logo svg#logoimage {
  fill: #fff;
}

#headermenu.scrollmenu .logo svg#logoimage {
  fill: #2d2d2d;
}

/*=================================================================================== */
/* Icons */
/*=================================================================================== */
#headermenu .headermenu_icons {
  position: absolute;
  top: auto;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

#headermenu .headermenu_icons .header-icon {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

@media screen and (max-width: 991px) {
  #headermenu .headermenu_icons .header-icon {
    margin: 0px 0px 0px 6px;
  }
}
#headermenu .headermenu_icons .header-icon svg {
  display: inline-block;
  width: auto;
  height: 18px;
  fill: #2d2d2d;
}

@media screen and (max-width: 991px) {
  #headermenu .headermenu_icons .header-icon svg {
    height: 17px;
  }
}
#headermenu.absolute .headermenu_icons .header-icon svg {
  fill: #fff;
}

#headermenu.scrollmenu .headermenu_icons .header-icon svg {
  fill: #2d2d2d;
}

#headermenu .headermenu_icons .header-icon .basket-item-count {
  position: absolute;
  top: 10px;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #5B812C;
}

/*=================================================================================== */
/* Header Inner Menu */
/*=================================================================================== */
.headermenu_inner_menu {
  position: relative;
  width: 100%;
  background: #222629;
  border-top: 1px solid #222629;
  border-bottom: 1px solid #222629;
  padding: 2px 0;
}

@media screen and (max-width: 1300px) {
  .headermenu_inner_menu {
    height: 0px;
    overflow: hidden;
    border-top: 0px;
    border-bottom: 0px;
    padding: 0px 0;
  }
}
#headermenu.absolute .headermenu_inner_menu {
  background: none;
}

/*=================================================================================== */
/* wsmenu */
/*=================================================================================== */
.wsmenu {
  color: #fff;
  font-size: 14px;
  padding: 0;
  width: auto;
  float: none;
  display: block;
  z-index: 2;
  font-family: Roboto, sans-serif;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .wsmenu {
    color: #111;
    /* custom */
    background: #fff;
    display: block;
  }
}
.wsmenu .container {
  max-width: 1430px;
}

.wsmenu .box_categories {
  width: 100%;
  height: 50vh;
  display: flex;
  flex-flow: column wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .wsmenu .box_categories {
    height: auto;
    display: block;
    flex-flow: nowrap;
    margin: 20px 0px 20px 0px;
  }
}
.wsmenu .box_categories .box_category {
  width: 210px !important;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .wsmenu .box_categories .box_category {
    width: 100% !important;
    margin-right: 0px;
  }
}
/*=================================================================================== */
/* Wrapper Menu */
/*=================================================================================== */
#wrapper-menu {
  display: none;
}

#wrapper-menu.scrollmenu {
  display: block;
}

/*===================================================================================*/
/* Content */
/*===================================================================================*/
#content {
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*=================================================================================== */
/* Page Title */
/*=================================================================================== */
.page-title {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.page-title .page-headline {
  display: inline-block;
  border-bottom: 0px solid #2d2d2d;
}

.page-title .page-headline > div {
  margin-bottom: 0px;
}

.page-title.bg .page-headline > div {
  display: inline-block;
  background: #fff;
  padding: 0px 15px 0px 15px;
}

.page-title .page-headline > div > h1,
.page-title .page-headline > div > h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #2d2d2d;
  margin: 0px 0px 0px 0px;
}

@media screen and (max-width: 991px) {
  .page-title .page-headline > div > h1,
  .page-title .page-headline > div > h2 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.page-title.uppercase .page-headline > div > h1,
.page-title.uppercase .page-headline > div > h2 {
  text-transform: uppercase;
}

.page-title.white .page-headline > div > h1,
.page-title.white .page-headline > div > h2 {
  color: #fff;
}

/*===================================================================================*/
/* Breadcrumb */
/*===================================================================================*/
.breadcrumb_box {
  position: relative;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background: none;
}

.breadcrumb_box nav {
  float: right;
}

.breadcrumb {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0px 8px 0px;
  margin-bottom: 0px;
  list-style: none;
  background: none;
  border-radius: 0px;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #2d2d2d;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    font-size: 12px;
  }
}
.breadcrumb > li {
  display: inline-block;
  padding: 0px !important;
}

.breadcrumb > li a {
  color: #2d2d2d;
  transition: all 0.3s ease;
}

.breadcrumb > li:last-child a {
  color: #2d2d2d;
}

.breadcrumb > li a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.breadcrumb > li:last-child a:hover {
  color: #2d2d2d;
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block !important;
  float: left;
  padding: 0 5px !important;
  color: #2d2d2d !important;
  content: "/" !important;
}

.breadcrumb-item.active {
  color: #2d2d2d;
}

/*=================================================================================== */
/* blueimp Gallery */
/*=================================================================================== */
.blueimp-gallery {
  background: rgba(255, 255, 255, 0.9);
}

.blueimp-gallery > .indicator {
  display: none;
}

.blueimp-gallery > .play-pause {
  display: none;
}

.blueimp-gallery > .title {
  position: absolute;
  top: 25px;
  left: 25px;
  margin: 0 0 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
  color: #2d2d2d !important;
  text-shadow: none;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .blueimp-gallery > .title {
    font-size: 16px;
    line-height: 1.5;
  }
}
.blueimp-gallery-display > .next, .blueimp-gallery-display > .prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  padding: 0px 0px 0px 0px;
  margin-top: -20px;
  background: #222 url(../../images/assets/gallery_arrow_prev.svg) center no-repeat;
  background-color: unset;
  border: 0px;
  border-radius: 0px;
  opacity: 1;
  cursor: pointer;
}

.blueimp-gallery-display > .prev {
  left: 25px;
}

.blueimp-gallery-display > .next {
  right: 25px;
}

.blueimp-gallery-svgasimg > .prev {
  background-image: url(../../images/assets/gallery_arrow_prev.svg);
}

.blueimp-gallery-svgasimg > .next {
  background-image: url(../../images/assets/gallery_arrow_next.svg);
}

.blueimp-gallery-display > .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background: url(../../images/assets/gallery_close.svg) center no-repeat;
  opacity: 1;
  cursor: pointer;
}

.blueimp-gallery-svgasimg > .close {
  background-image: url(../../images/assets/gallery_close.svg);
}

.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  touch-action: pan-y pinch-zoom;
  display: block;
}

.blueimp-gallery-carousel > .slides {
  position: absolute;
}

@media (prefers-color-scheme: light) {
  .blueimp-gallery-carousel {
    background: #fff;
  }
}
/*===================================================================================*/
/* Video carousel css */
/*===================================================================================*/
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-gallery > .slides > .slide > .video-content > iframe,
.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  background: center no-repeat;
  background-size: contain;
}

.blueimp-gallery > .slides > .slide > .video-iframe > .video-cover {
  background-color: #2d2d2d;
  background-color: rgba(0, 0, 0, 0.7);
}

.blueimp-gallery > .slides > .slide > .video-content > .video-play {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -64px auto 0;
  width: 128px;
  height: 128px;
  background: url(../img/video-play.png) center no-repeat;
  opacity: 0.8;
  cursor: pointer;
}

.blueimp-gallery-svgasimg > .slides > .slide > .video-content > .video-play {
  background-image: url(../img/video-play.svg);
}

.blueimp-gallery > .slides > .slide > .video-playing > .video-play,
.blueimp-gallery > .slides > .slide > .video-playing > .video-cover {
  display: none;
}

.blueimp-gallery > .slides > .slide > .video-loading > .video-play {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}

.blueimp-gallery-smil > .slides > .slide > .video-loading > .video-play {
  background-image: url(../img/loading.svg);
}

/* IE7 fixes */
* + html .blueimp-gallery > .slides > .slide > .video-content {
  height: 100%;
}

* + html .blueimp-gallery > .slides > .slide > .video-content > .video-play {
  left: 50%;
  margin-left: -64px;
}

.blueimp-gallery > .slides > .slide > .video-content > .video-play:hover {
  opacity: 1;
}

/*===================================================================================*/
.photogallery img {
  margin: 0px 10px 10px 0px;
  border: 1px solid #eaeaea;
  transition: all 0.3s;
}

.photogallery img:hover {
  border: 1px solid #eaeaea;
}

/*===================================================================================*/
/* Box1 */
/*===================================================================================*/
.box1 {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 15px;
  border: 1px solid #d9d9d9;
}

.box1 h6,
.box1 h2 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.box1 h6 i,
.box1 h6 em,
.box1 h2 i,
.box1 h2 em {
  font-size: 18px;
  line-height: 1;
  margin-right: 4px;
  background: #000;
  color: #fff;
  padding: 14px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .box1 h6 i,
  .box1 h6 em,
  .box1 h2 i,
  .box1 h2 em {
    font-size: 17px;
  }
}
/*===================================================================================*/
/* Footer */
/*===================================================================================*/
#footer {
  position: relative;
  width: 100%;
  margin: 0px;
  color: #ccc;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/assets/bg_footer.png");
}

#footer .footer-first {
  padding: 30px 0px 0px 0px;
}

#footer .footer-second {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #444444;
  background: white;
}

#footer .footer-third {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #444444;
}

#footer .footer-bottom {
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #444444;
}

#footer .widget {
  margin-bottom: 30px !important;
}

#footer span {
  font-size: 14px;
}

#footer a {
  color: #ccc;
  transition: all 0.3s ease;
}

#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer li > a {
  position: relative;
  display: inline-block;
  padding-left: 0px;
  color: #ccc;
  transition: all 0.3s ease;
  font-size: 14px;
}

#footer li > a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer li:last-child > a {
  margin-bottom: 0px;
}

#footer .footercopyright {
  color: #ccc;
  margin: 0px;
}

@media screen and (max-width: 576px) {
  #footer .footercopyright {
    text-align: left !important;
  }
}
#footer .footercopyright a {
  color: #ccc;
}

#footer .footercopyright a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer h2 {
  position: relative;
  width: 100%;
  color: #fff;
  margin-top: 0px;
}

#footer img {
  width: auto;
  height: auto;
}

#footer .footerdata {
  display: flex;
  flex: 0 1 100%;
  flex-direction: row;
  margin-bottom: 10px;
}

#footer .footerdataleft {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 22px;
  font-size: inherit;
  line-height: 1.8;
  text-align: center;
  color: #ccc;
}

#footer .footerdataright {
  display: inline-block;
  flex: 0 1 auto;
  padding-left: 4px;
  color: #ccc;
}

#footer .footerdataright a {
  color: #ccc;
}

#footer .footerdataright a:hover {
  color: #fff;
}

#footer .form-control {
  display: block;
  width: 100%;
  color: #2d2d2d;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 0px;
}

#footer .form-check-label {
  font-size: 14px;
}

#footer .form-check-inline.form-check-custom .form-check-label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  width: 24px;
  height: 24px;
  transition: all 0.25s;
  padding: 3px;
}

/*===================================================================================*/
/* Scroll Top */
/*===================================================================================*/
.scrolltop {
  display: none;
  position: fixed;
  bottom: 9px;
  right: 30px;
  z-index: 12;
}

.scrolltop .scrolltopicon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #2d2d2d;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.scrolltop .scrolltopicon:hover {
  color: #fff;
  background: #2d2d2d;
}

.scrolltop .scrolltopicon i,
.scrolltop .scrolltopicon em {
  font-size: 30px;
  line-height: 1;
}

.scrolltop .scrolltopicon img {
  width: 20px;
  height: auto;
}

.scrolltop .scrolltopicon svg {
  width: 20px;
  height: auto;
  fill: #2d2d2d;
  transition: all 0.3s ease;
}

.scrolltop .scrolltopicon:hover svg {
  fill: #fff;
}

/*===================================================================================*/
/* Social Icons */
/*===================================================================================*/
.social__container .icon--vimeo::before {
  content: "\f27d";
}

.social__container .social__icon--vimeo {
  background-color: #4dbfe3;
}

.social__container .social__icon--vimeo:hover {
  background-color: #41a2c1;
}

.social__container .icon--twitter::before {
  content: "\f099";
}

.social__container .social__icon--twitter {
  background-color: #32b9e7;
}

.social__container .social__icon--twitter:hover {
  background-color: #2b9dc4;
}

.social__container .icon--facebook::before {
  content: "\f39e";
}

.social__container .social__icon--facebook {
  background-color: #4b70ab;
}

.social__container .social__icon--facebook:hover {
  background-color: #405f91;
}

.social__container .icon--googleplus::before {
  content: "\f0d5";
}

.social__container .social__icon--googleplus {
  background-color: #fa5432;
}

.social__container .social__icon--googleplus:hover {
  background-color: #d5472b;
}

.social__container .icon--pintrest::before {
  content: "\f231";
}

.social__container .social__icon--pintrest {
  background-color: #d63533;
}

.social__container .social__icon--pintrest:hover {
  background-color: #b62d2b;
}

.social__container .icon--linkedin::before {
  content: "\f0e1";
}

.social__container .social__icon--linkedin {
  background-color: #0087be;
}

.social__container .social__icon--linkedin:hover {
  background-color: #0073a2;
}

.social__container .icon--dribble::before {
  content: "\f17d";
}

.social__container .social__icon--dribble {
  background-color: #fc89b1;
}

.social__container .social__icon--dribble:hover {
  background-color: #d67496;
}

.social__container .icon--stumbleupon::before {
  content: "\f1a4";
}

.social__container .social__icon--stumbleupon {
  background-color: #f15d29;
}

.social__container .social__icon--stumbleupon:hover {
  background-color: #cd4f23;
}

.social__container .icon--lastfm::before {
  content: "\f202";
}

.social__container .social__icon--lastfm {
  background-color: #e42124;
}

.social__container .social__icon--lastfm:hover {
  background-color: #c21c1f;
}

.social__container .icon--instagram::before {
  content: "\f16d";
}

.social__container .social__icon--instagram {
  background-color: #6291b2;
}

.social__container .social__icon--instagram:hover {
  background-color: #537b97;
}

.social__container .icon--dropbox::before {
  content: "\f16b";
}

.social__container .social__icon--dropbox {
  background-color: #167ab6;
}

.social__container .social__icon--dropbox:hover {
  background-color: #13689b;
}

.social__container .icon--soundcloud::before {
  content: "\f1be";
}

.social__container .social__icon--soundcloud {
  background-color: #fb740b;
}

.social__container .social__icon--soundcloud:hover {
  background-color: #d56309;
}

.social__container .icon--behance::before {
  content: "\f1b4";
}

.social__container .social__icon--behance {
  background-color: #33abdb;
}

.social__container .social__icon--behance:hover {
  background-color: #2b91ba;
}

.social__container .icon--skype::before {
  content: "\f17e";
}

.social__container .social__icon--skype {
  background-color: #00aff0;
}

.social__container .social__icon--skype:hover {
  background-color: #0095cc;
}

.social__container .icon--github::before {
  content: "\f113";
}

.social__container .social__icon--github {
  background-color: #333;
}

.social__container .social__icon--github:hover {
  background-color: #2b2b2b;
}

.social__container .icon--flickr::before {
  content: "\f16e";
}

.social__container .social__icon--flickr {
  background-color: #333;
}

.social__container .social__icon--flickr:hover {
  background-color: #2b2b2b;
}

.social__container .icon--rss::before {
  content: "\f09e";
}

.social__container .social__icon--rss {
  background-color: #fb7629;
}

.social__container .social__icon--rss:hover {
  background-color: #d56423;
}

.social__container .social__item {
  display: inline-block;
  margin-right: 4px;
}

.social__container .social__item a {
  color: #fff !important;
  background: #444444 !important;
}

.social__container .social__item a:hover {
  color: #fff !important;
  background: #444444 !important;
  text-decoration: none !important;
}

.social__container .icon,
.social__container [class^=icon--] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}

.social__container .social__icon,
.social__container [class^=social__icon] {
  font-size: 19px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .social__container .social__icon,
  .social__container [class^=social__icon] {
    font-size: 17px;
  }
}
header .social__container .social__item a {
  color: #fff !important;
  background: #222629 !important;
}

header .social__container .social__item a:hover {
  color: #fff !important;
  background: #222629 !important;
  text-decoration: none !important;
}

header .social__container .icon,
header .social__container [class^=icon--] {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-family: "Font Awesome 5 Brands";
}

header .social__container .social__icon,
header .social__container [class^=social__icon] {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  header .social__container .social__icon,
  header .social__container [class^=social__icon] {
    font-size: 11px;
  }
}
/*=================================================================================== */
/* Site Map */
/*=================================================================================== */
.sitemap,
.sitemap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap ul {
  margin: 0 0 0 20px;
}

.sitemap li {
  margin: 10px 0 10px 0;
}

.sitemap em {
  font-size: 13px;
  margin-right: 5px;
}

/*=================================================================================== */
/* Pagination */
/*=================================================================================== */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0px;
  margin-bottom: 20px;
}

.page-link {
  position: relative;
  display: block;
  padding: 14px 16px;
  margin-left: 10px;
  line-height: 1;
  color: #2d2d2d;
  background-color: #f3f3f3;
  border: 0px;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .page-link {
    font-size: 15px;
  }
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.page-item .page-link.page-next em {
  margin-left: 8px;
}

.page-item .page-link.page-prev em {
  margin-right: 8px;
}

/*===================================================================================*/
/*  Search */
/*===================================================================================*/
#searchoverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all ease-in-out 0.25s;
  z-index: 9999999;
}

#searchoverlay.search-opened {
  visibility: visible;
  opacity: 1;
}

#searchoverlay #searchoverlay-close {
  display: block;
  position: absolute;
  top: 3%;
  right: 2%;
  font-size: 40px;
  line-height: 1;
  transition: all 0.3s;
  color: #2d2d2d;
}

#searchoverlay #searchoverlay-close:hover {
  color: #333;
}

@media screen and (max-width: 991px) {
  #searchoverlay #searchoverlay-close {
    font-size: 25px;
  }
}
#searchoverlay .container {
  max-width: 800px;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#searchoverlay label {
  display: none;
}

#searchoverlay .form-control {
  display: block;
  width: 100%;
  /* height: 38px;
  padding: 7px 10px;   */
  height: auto;
  padding: 10px 0px;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 300;
  color: #2d2d2d;
  background: none;
  background-clip: padding-box;
  border: 0px solid #ddd;
  border-radius: 0px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* custom style */
  text-align: center;
  width: 300px;
  margin: auto;
}

.at-icon-wrapper {
  background: #222629 !important;
}

/*===================================================================================*/
/* Banners */
/*===================================================================================*/
.banners {
  position: relative;
  width: 100%;
}

.banners .banners_column {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}

.banners .banners_column .banners_column_image {
  position: relative;
  width: 100%;
}

.banners .banners_column .banners_column_image img {
  width: 100%;
  height: auto;
}

.banners .banners_column .banners_column_inner {
  position: relative;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.banners .banners_column .banners_column_inner .banners_column_inner_title {
  position: relative;
  width: 100%;
}

/*=================================================================================== */
/* Accessibility Panel */
/*=================================================================================== */
.accessibility-panel {
  position: fixed;
  z-index: 9999;
  width: 100%;
  bottom: 0px;
  background-color: #fff;
  border: solid 1px #000;
  color: #111;
  padding: 4px;
}

body.btnwhiteblack .accessibility-panel {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
}

body.btnblackwhite .accessibility-panel {
  color: #fff;
  background-color: #000;
  border: solid 1px #fff;
}

body.btnblueyellow .accessibility-panel {
  color: #ffff00;
  background-color: #0000ff;
  border: solid 1px #ffff00;
}

.accessibility-panel button {
  padding: 10px;
  font-size: 15px;
}

.accessibility-panel button span.accessibility-panel-text {
  font-size: 28px;
  font-weight: 700;
}

.btnkeyboard-content {
  display: none;
}

body.btnkeyboard .btnkeyboard-content {
  display: flex;
  justify-content: space-between;
}

.btninfo-content {
  display: none;
}

body.btninfo .btninfo-content {
  display: block;
}

body:not(.accessibility-menu) .accessibility-panel-hidden {
  display: none;
}

body:not(.accessibility-menu) .accessibility-panel {
  position: fixed;
  z-index: 9999;
  width: 63px;
  bottom: 0px;
  background: none !important;
  border: 0px;
}

body:not(.accessibility-menu) .accessibility-panel .container {
  width: 55px !important;
  padding-right: 0px;
  padding-left: 0px;
}

body:not(.accessibility-menu) .accessibility-panel .row {
  margin-right: 0px;
  margin-left: 0px;
}

body:not(.accessibility-menu) .accessibility-panel .col-lg-1,
body:not(.accessibility-menu) .accessibility-panel .col-lg-10,
body:not(.accessibility-menu) .accessibility-panel .col-lg-11,
body:not(.accessibility-menu) .accessibility-panel .col-lg-12,
body:not(.accessibility-menu) .accessibility-panel .col-lg-2,
body:not(.accessibility-menu).accessibility-panel .col-lg-3,
body:not(.accessibility-menu) .accessibility-panel .col-lg-4,
body:not(.accessibility-menu) .accessibility-panel .col-lg-5,
body:not(.accessibility-menu) .accessibility-panel .col-lg-6,
body:not(.accessibility-menu) .accessibility-panel .col-lg-7,
body:not(.accessibility-menu) .accessibility-panel .col-lg-8,
body:not(.accessibility-menu) .accessibility-panel .col-lg-9 {
  width: 100% !important;
}

/*===================================================================================*/
/* E-COMMERCE */
/*===================================================================================*/
/*===================================================================================*/
/* Sidebar classic filters */
/*===================================================================================*/
#filters_sidebar_p_el {
  position: absolute;
  background: white;
  z-index: 10;
  left: 0;
}

#filters_sidebar_p_el,
#filters_sidebar_overlay {
  display: none;
}

#filters_sidebar_overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 9;
}

#toggleFiltersButton {
  position: absolute;
  right: 0;
  background: white;
  border: 0px solid black;
  text-transform: uppercase;
  font-weight: 800;
  z-index: 11;
  padding-right: 15px;
}

.row_button_filters.sidebar_classic {
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 9;
  width: 100%;
  text-align: center;
  display: none;
}

.sidebar.classic {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .sidebar.classic {
    top: 20px;
  }
  #toggleFiltersButton {
    top: 5px;
  }
}
.sidebar.classic .widget {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar.classic .widget .bgsidebartitle {
  position: relative;
  width: 100%;
  padding: 12px 40px 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_heading {
  position: relative;
  display: inline-block;
  margin: 0px;
  font-family: Roboto, sans-serif;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_flex {
  position: absolute;
  top: 18px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: auto;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow {
  position: relative;
  width: 10px;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow svg {
  width: 100%;
  height: auto;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_down {
  display: none;
}

.sidebar.classic .widget.hide_widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_down {
  display: inline-block;
}

.sidebar.classic .widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_up {
  display: inline-block;
}

.sidebar.classic .widget.hide_widget .bgsidebartitle .bgsidebartitle_flex .sidebar_arrow.sidebar_arrow_up {
  display: none;
}

.sidebar.classic .widget .body {
  position: relative;
  width: 100%;
  display: inline-flex;
  padding: 0px 15px 15px 15px;
  max-height: 200px;
  overflow-y: scroll;
}

/* Enable - Disable Filters */
.sidebar.classic .widget.hide_widget .body {
  display: none !important;
}

.sidebar.classic .widget .body .sidebar_filters {
  position: relative;
  width: 100%;
  max-height: 200px;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row:not(:last-child) {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row:last-child {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked),
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label,
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  padding-top: 3px;
}

/* checkbox aspect */
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:before,
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  background: #fff;
}

/* checked mark aspect */
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after,
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  position: absolute;
  top: 1px;
  left: 2px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #2d2d2d;
  transition: all 0.2s;
}

/* checkbox aspect for Colors only */
.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:before,
.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
}

/* checked mark aspect for Colors only */
.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:after,
.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:after {
  /* content: 'âœ”'; */
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
  color: #313131;
  transition: all 0.2s;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label .color:not(.checked) {
  display: none;
}

.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label .color.checked {
  display: none;
}

.sidebar.classic .widget.colors-filter-container .body .sidebar_filters [type=checkbox] + label .color {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/* checked mark aspect changes */
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.sidebar .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  opacity: 1;
  /*transform: translate(-50%, -50%) scale(1);*/
}

.sidebar.classic .widget .body .sidebar_filters .attribute input:checked + .radio-box-text {
  background: black;
  color: white;
}

/* disabled checkbox */
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:not(:checked) + label:before,
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bdbdbd;
  background-color: #fff;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:checked + label:after {
  color: #bdbdbd;
}

.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled + label {
  color: #bdbdbd;
}

/* accessibility */
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:checked:focus + label:before,
.sidebar.classic .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #2d2d2d;
}

/*===================================================================================*/
/* Sidebar pop filters */
/*===================================================================================*/
@keyframes glow {
  0% {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff;
    color: #fff;
  }
  10% {
    text-shadow: 0 0 2px #fff, 0 0 3px yellow;
    color: #FFF;
  }
  50% {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff;
    color: #E6FB04;
  }
  60% {
    text-shadow: 0 0 2px #fff, 0 0 3px yellow;
  }
  85% {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff;
    color: #fff;
  }
  100% {
    text-shadow: 0 0 2px #fff, 0 0 3px yellow;
    color: #E6FB04;
  }
}
.row_button_filters.sidebar_pop {
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 11;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .row_button_filters.sidebar_pop {
    display: block;
  }
}
.sidebar.pop {
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  position: fixed;
  text-transform: uppercase;
  top: 0;
  transition: transform 0.3s;
  z-index: 10;
  left: 0;
  transform: translateX(-100%);
  background: #fff;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .sidebar.pop {
    padding: 20px;
  }
}
body.sidebar_filters-opened .sidebar.pop {
  transform: translateX(0);
}

.sidebar.pop .sidebar_wrapper {
  box-sizing: border-box;
  flex-basis: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
}

.sidebar.pop .widget {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid;
  min-width: 350px;
}

@media screen and (max-width: 991px) {
  .sidebar.pop .widget {
    min-width: 250px;
  }
}
.sidebar.pop .widget .bgsidebartitle {
  position: relative;
  width: 100%;
  padding: 12px 40px 12px 15px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #f3f3f3;
}

.sidebar.pop .widget .bgsidebartitle .bgsidebartitle_heading {
  position: relative;
  display: inline-block;
  margin: 0px;
  font-family: Roboto, sans-serif;
}

.sidebar.pop .widget .bgsidebartitle span {
  position: absolute;
  top: 18px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: auto;
}

.sidebar.pop .widget .bgsidebartitle span .sidebar_arrow {
  position: relative;
  width: 15px;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.sidebar.pop .widget .bgsidebartitle span .sidebar_arrow svg {
  width: 100%;
  height: auto;
}

.sidebar.pop .widget .bgsidebartitle span .sidebar_arrow.sidebar_arrow_down {
  display: none;
}

.sidebar.pop .widget.hide_widget .bgsidebartitle span .sidebar_arrow.sidebar_arrow_down {
  display: inline-block;
}

.sidebar.pop .widget .bgsidebartitle span .sidebar_arrow.sidebar_arrow_up {
  display: inline-block;
}

.sidebar.pop .widget.hide_widget .bgsidebartitle span .sidebar_arrow.sidebar_arrow_up {
  display: none;
}

.sidebar.pop .widget .body {
  position: relative;
  width: 100%;
  display: inline-flex;
  padding: 0px 15px 15px 15px;
  max-height: 200px;
  overflow: hidden;
  padding-top: 10px;
}

/* Enable - Disable Filters */
.sidebar.pop .widget.hide_widget .body {
  display: none !important;
}

.sidebar.pop .widget .body .sidebar_filters {
  position: relative;
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row:not(:last-child) {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row:last-child {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked),
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label,
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  padding-top: 1px;
}

/* checkbox aspect */
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:before,
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 17px;
  height: 17px;
  border: 1px solid #ddd;
  background: #fff;
}

/* checked mark aspect */
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after,
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  position: absolute;
  top: 1px;
  left: 2px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  font-size: 14px;
  line-height: 1;
  color: #2d2d2d;
  transition: all 0.2s;
}

/* checkbox aspect for Colors only */
.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:before,
.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
}

/* checked mark aspect for Colors only */
.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label:after,
.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label:after {
  /* content: 'âœ”'; */
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 22px;
  color: #313131;
  transition: all 0.2s;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:checked + label .color:not(.checked) {
  display: none;
}

.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox]:not(:checked) + label .color.checked {
  display: none;
}

.sidebar.pop .widget.colors-filter-container .body .sidebar_filters [type=checkbox] + label .color {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/* checked mark aspect changes */
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked + label:after {
  opacity: 1;
  /*transform: translate(-50%, -50%) scale(1);*/
}

.sidebar.pop .widget .body .sidebar_filters .attribute input:checked + .radio-box-text {
  background: black;
  color: white;
}

/* disabled checkbox */
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:not(:checked) + label:before,
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bdbdbd;
  background-color: #fff;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled:checked + label:after {
  color: #bdbdbd;
}

.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:disabled + label {
  color: #bdbdbd;
}

/* accessibility */
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:checked:focus + label:before,
.sidebar.pop .widget .body .sidebar_filters .filters-row [type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #2d2d2d;
}

/*===================================================================================*/
/* Products Sort - Pagination */
/*===================================================================================*/
.products-sort {
  position: relative;
  width: 100%;
}

.products-sort label {
  display: none;
}

.products-sort .form-control {
  display: block;
  width: 100%;
  max-width: 220px;
  padding: 10px 29px 10px 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  color: #2d2d2d;
  background: url(../../images/assets/down-arrow.png) #fff right no-repeat;
  border: 1px solid #d9d9d9;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .products-sort .form-control {
    width: 50%;
    max-width: 220px;
    font-size: 12px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.products-sort .form-control:focus,
.products-sort .form-control:hover {
  color: #fff;
  background: url(../../images/assets/down-arrow-white.png) #000 right no-repeat !important;
  cursor: pointer;
}

.products-sort .pagination {
  margin-bottom: 0px;
  border-radius: 0px;
}

.products-sort .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.products-sort .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.products-sort .page-link {
  position: relative;
  display: block;
  padding: 12px 17px;
  margin-left: 10px;
  line-height: 1;
  color: #2d2d2d;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .products-sort .page-link {
    padding: 10px 15px;
    margin-left: 5px;
    font-size: 12px;
  }
}
.products-sort .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

.products-sort .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

/*===================================================================================*/
/* Products Load More */
/*===================================================================================*/
#products-load-more-button .pagination {
  border-radius: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
}

#products-load-more-button .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#products-load-more-button .page-item:last-child .page-link {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#products-load-more-button .page-link {
  position: relative;
  display: block;
  padding: 15px 15px;
  margin-left: 0px;
  line-height: 1;
  color: #2d2d2d;
  background: #fff;
  border: 0px;
  box-shadow: 0 1px 5px #e5e5e5;
}

#products-load-more-button .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

#products-load-more-button .page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #2d2d2d;
  border-color: #2d2d2d;
}

#products-load-more-button .page-link i,
#products-load-more-button .page-link em {
  margin-left: 6px;
}

/*=================================================================================== */
/* Checkout */
/*=================================================================================== */
.progressbar {
  counter-reset: step;
}

@media screen and (max-width: 991px) {
  .progressbar {
    display: none;
  }
}
.progressbar li {
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  color: #757575;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #222629;
}

.progressbar li.active a {
  color: #222629;
}

.progressbar li.active:before {
  border-color: #222629;
}

.progressbar li.active + li:after {
  background-color: #222629;
}

.moduleRow td,
.moduleRowOver td,
.moduleRowSelected td {
  padding: 8px;
}

.moduleRow {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver {
  background-color: #222629;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected {
  background-color: #222629;
  color: #fff;
}

/* ****** GIFTWRAP ****** */
.moduleRow_giftwrap td,
.moduleRowOver_giftwrap td,
.moduleRowSelected_giftwrap td {
  padding: 8px;
}

.moduleRow_giftwrap {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_giftwrap {
  background-color: #222629;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_giftwrap {
  background-color: #222629;
  color: #fff;
}

/* ****** FREECHANGE ****** */
.moduleRow_freechange td,
.moduleRowOver_freechange td,
.moduleRowSelected_freechange td {
  padding: 8px;
}

.moduleRow_freechange {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_freechange {
  background-color: #222629;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_freechange {
  background-color: #222629;
  color: #fff;
}

/* ****** SHIPPINGMETHOD ****** */
.moduleRow_shippingmethod td,
.moduleRowOver_shippingmethod td,
.moduleRowSelected_shippingmethod td {
  padding: 8px;
}

.moduleRow_shippingmethod {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_shippingmethod {
  background-color: #222629;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_shippingmethod {
  background-color: #222629;
  color: #fff;
}

/* ****** courieroption ****** */
.moduleRow_courieroption td,
.moduleRowOver_courieroption td,
.moduleRowSelected_courieroption td {
  padding: 8px;
}

.moduleRow_courieroption {
  background-color: #eaeaea;
  transition: all 0.3s;
}

.moduleRowOver_courieroption {
  background-color: #222629;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.moduleRowSelected_courieroption {
  background-color: #222629;
  color: #fff;
}

.moduleselect.form-control {
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.moduleselect.form-control:focus {
  border-color: #2d2d2d;
  background-color: #fff !important;
}

/*===================================================================================*/
/* Shopping Card */
/*===================================================================================*/
/* ==== Shopping Card ==== */
#cart-page .CartTH {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}

#cart-page .CartTH td {
  height: 40px;
  vertical-align: middle;
}

#cart-page .CartTD {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 16px;
  border-bottom: 0px;
  border-top: 0px;
}

#cart-page .CartTD td {
  vertical-align: middle;
  border-bottom: 1px #ddd solid;
}

#cart-page .cart_name {
  width: 44%;
  border-right: 1px #ddd solid;
  text-align: center;
}

#cart-page .cart_quantity {
  width: 14%;
  border-left: 1px #ddd solid;
  text-align: center;
}

#cart-page .cart_price {
  width: 14%;
  border-left: 1px #ddd solid;
  text-align: center;
}

#cart-page .cart_total_price {
  width: 14%;
  border-left: 1px #ddd solid;
  text-align: center;
}

#cart-page .cart_delete {
  width: 14%;
  border-left: 1px #ddd solid;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

#cart-page .price {
  font-weight: normal;
}

#cart-page .CartNameImage td {
  height: 140px;
  vertical-align: middle;
  border-bottom: 0px;
}

#cart-page .CartNameImage .cart_photo {
  border-right: 1px #ddd solid;
  background: #fff;
}

#cart-page .CartNameImage .cart_title {
  text-align: left;
  padding-left: 10px;
}

#cart-page .title {
  font-size: 17px;
  font-weight: normal;
  margin-top: 3px;
}

#cart-page .brand {
  color: #2d2d2d;
  font-size: 14px;
}

.le-quantitycard {
  padding: 4px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  position: absolute;
  height: 100%;
  padding: 0px 10px;
  top: 0;
  font-family: fontawesome;
}

.le-quantitycard .minus:after,
.le-quantitycard .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 35px;
}

.le-quantitycard .minus {
  left: 0;
}

.le-quantitycard .minus:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.le-quantitycard .plus {
  right: 0;
}

.le-quantitycard .plus:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.le-quantitycard input {
  border: none;
  text-align: center;
  width: 70px;
  font-size: 16px;
}

.le-quantitycard {
  border: 1px solid #ddd;
  background-color: #fff;
}

.le-quantitycard .minus,
.le-quantitycard .plus {
  color: #2d2d2d;
  background-color: #ddd;
}

.le-quantitycard .minus:hover,
.le-quantitycard .plus:hover {
  color: #fff;
  background-color: #2d2d2d;
}

.le-quantitycard input {
  color: #2d2d2d;
  background-color: #fff;
}

/*===================================================================================*/
/* Ribbons */
/*===================================================================================*/
.ribbon {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  width: 50px;
}

@media screen and (max-width: 991px) {
  .ribbon {
    font-size: 10px;
  }
}
.ribbon:nth-child(2) {
  margin-left: 52px;
}

.ribbon:nth-child(3) {
  margin-left: 104px;
}

.ribbon span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222629;
  color: #fff;
  height: 18px;
  padding: 0px 10px 0px 10px;
}

@media screen and (max-width: 991px) {
  .ribbon span {
    height: 18px;
  }
}
.ribbon.color1 span {
  background-color: #000000;
  color: #fff;
}

.ribbon.color2 span {
  background-color: #000000;
  color: #fff;
}

.ribbon.color3 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color4 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color5 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color6 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color7 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color8 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color9 span {
  background-color: #222629;
  color: #fff;
}

.ribbon.color10 span {
  background-color: #222629;
  color: #fff;
}

/*===================================================================================*/
/* Availability */
/*===================================================================================*/
.availability1 {
  color: #008000;
}

.availability2 {
  color: #008000;
}

.availability3 {
  color: #008000;
}

.availability4 {
  color: #008000;
}

.availability5 {
  color: #ffa500;
}

.availability6 {
  color: #fb2e01;
}

.availability7 {
  color: #A36A00;
}

.availabilityno {
  color: #fb2e01;
}

/*===================================================================================*/
/* Products */
/*===================================================================================*/
.products-grid-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .products-grid-row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.products-grid-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991px) {
  .products-grid-col {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.products-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 991px) {
  .products-row {
    margin-right: -1px;
    margin-left: -1px;
  }
}
.products-col {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 991px) {
  .products-col {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.products-box {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  border: 0px solid #d9d9d9;
  box-shadow: 10px 10px 10px whitesmoke;
}

@media screen and (max-width: 991px) {
  .products-box {
    border: 0px;
    box-shadow: 0px 5px 5px whitesmoke;
  }
}
.products-box:hover {
  cursor: pointer;
  border: 0px solid #d9d9d9;
}

@media screen and (max-width: 991px) {
  .products-box:hover {
    border: 0px;
    box-shadow: 0 0px 0px 0;
  }
}
.products-box .quickview {
  position: absolute;
  top: 0%;
  right: 0px;
  z-index: 1;
  display: none;
  background: #000;
  color: #fff;
  padding: 8px 8px 8px 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  display: none !important;
}

@media screen and (max-width: 991px) {
  .products-box .quickview {
    font-size: 10px;
  }
}
.products-box:hover .quickview {
  display: inline-block;
}

.products-box .quickview:hover {
  display: inline-block;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.products-box .products-box-top {
  position: relative;
  width: 100%;
}

.products-box.has-gallery:hover .products-box-top .ribbon {
  display: none;
}

.products-box.has-gallery:hover .products-box-top .ribbon-special {
  display: none;
}

.products-box .products-box-top .products-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid #d9d9d9;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-top .products-image {
    width: 100%;
  }
}
.products-box .products-box-top .products-image.products-bg {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

.products-box .products-box-top .products-image img {
  position: relative;
  width: 100%;
  height: auto;
  transition: opacity 300ms ease 0s;
}

.products-box:hover .products-box-top .products-image.products-bg img {
  opacity: 0;
}

.products-box .products-box-middle {
  position: relative;
  width: 100%;
  padding: 10px 0px 0px 10px;
  min-height: 90px;
  background: white;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle {
    padding: 5px 0px 0px 5px;
  }
}
.products-box .products-box-middle .products-box-middle-first-line {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0px;
  text-align: left;
  border-top: 0px solid #d9d9d9;
  border-bottom: 0px solid #d9d9d9;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-first-line {
    height: auto;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-name {
  position: relative;
  color: #2d2d2d;
  margin: 0px;
}

.products-box:hover .products-box-middle .products-box-middle-first-line .products-name {
  color: #474B4F;
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-name {
    display: none;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-specifications {
  position: relative;
  width: 100%;
  display: none;
  margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-first-line .products-specifications {
    display: block;
  }
}
.products-box .products-box-middle .products-box-middle-first-line .products-specifications-line {
  position: relative;
  width: 100%;
  color: #2d2d2d;
  padding: 1px 0px 2px 0px;
}

.products-box .products-box-middle .products-box-middle-second-line {
  position: relative;
  width: 100%;
  padding: 0px 0px 5px 0px;
}

.products-box .products-box-middle .products-box-middle-second-line .prod_desc_sec_line {
  display: none;
}

.products-box .products-box-middle .products-box-middle-second-line .prod_desc_fir_line {
  display: block;
}

.products-box .products-box-middle .products-box-middle-second-line .products-desc {
  position: relative;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #2d2d2d;
  text-align: left;
  margin-bottom: 2px;
}

.products-box:hover .products-box-middle .products-box-middle-second-line .prod_desc_sec_line {
  display: block;
}

.products-box:hover .products-box-middle .products-box-middle-second-line .prod_desc_fir_line,
.products-box:hover .products-box-middle .products-box-middle-first-line .products-name {
  display: none;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-desc {
    font-size: 12px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 992px) {
  .products-box:hover .products-box-middle.has-specifications .products-box-middle-second-line .products-price-line {
    display: none;
  }
}
.products-box .products-box-middle .products-box-middle-second-line .products-price-line {
  font-family: Roboto, sans-serif;
  text-align: left;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #2d2d2d;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev {
    font-size: 12px;
  }
}
.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-prev:before {
  position: absolute;
  right: 0px;
  bottom: 6px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fb2e01;
  transform: rotate(0deg);
  transform-origin: 0 0;
}

.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: #2d2d2d;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price {
    font-size: 12px;
  }
}
.products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
  position: relative;
  display: inline-block;
  float: right;
  padding: 5px 15px 3px 15px;
  background-color: #fb2e01;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-middle .products-box-middle-second-line .products-price-line .products-price-pososto {
    font-size: 12px;
    padding: 5px 15px 3px 15px;
  }
}
.products-box .products-box-bottom {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px 15px 10px 15px;
}

@media screen and (max-width: 991px) {
  .products-box .products-box-bottom {
    padding: 0px 5px 0px 5px;
  }
}
/*===================================================================================*/
/* Products Gallery */
/*===================================================================================*/
.gallery_product_external_wrapper {
  position: absolute;
  top: -1px;
  left: -93px;
  background: #fff;
  height: calc(100% + 2px);
  flex-flow: column nowrap;
  display: none;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  z-index: 1;
}

.products-box:hover .gallery_product_external_wrapper,
.products-box .gallery_product_external_wrapper:hover {
  display: flex;
}

@media screen and (max-width: 991px) {
  .gallery_product_external_wrapper {
    display: none !important;
  }
}
.products-box .gallery_products_box {
  overflow: hidden;
  max-height: calc(100% - 58px);
  flex: 1 0;
  float: left;
  width: 92px;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
}

.products-box .gallery_products_box img {
  margin-top: 2px;
  margin-bottom: 2px;
  width: 82px;
  height: auto;
  border: 1px solid #d9d9d9;
}

.products-box .scroll-btn-up,
.products-box .scroll-btn-down {
  display: block;
  text-align: center;
  padding: 7px;
  height: 29px;
  background: #d9d9d9;
  color: #111;
}

.products-box .scroll-btn-up:hover,
.products-box .scroll-btn-down:hover {
  background: #fff;
  color: #111;
}

/*===================================================================================*/
/* Product Page */
/*===================================================================================*/
/* previous next products */
.product_theme_nav {
  position: absolute;
  top: 30vh;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .product_theme_nav {
    display: none;
  }
}
.product_theme_nav.prod_nav_next {
  right: 10px;
  background-image: url(../../images/assets/arrow_next.svg);
}

.product_theme_nav.prod_nav_next:hover {
  opacity: 0.5;
}

.product_theme_nav.prod_nav_prev {
  left: 10px;
  background-image: url(../../images/assets/arrow_prev.svg);
}

.product_theme_nav.prod_nav_prev:hover {
  opacity: 0.5;
}

/* product photos */
.product_theme_photo {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .product_theme_photo.thumbnais_exist {
    width: 100%;
  }
}
.product_theme_photo img {
  position: relative;
  width: 100%;
  height: auto;
  border: 0px solid #ddd;
}

@media only screen and (min-width: 992px) {
  #gallery_product {
    position: relative;
    width: 100%;
    margin: 10px;
  }
}
#gallery_product img {
  position: relative;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 0px solid #ddd;
}

@media screen and (max-width: 991px) {
  #gallery_product img {
    width: 25%;
    margin-right: -3px;
  }
}
.product_theme_title {
  position: relative;
  width: 100%;
}

.product_theme_title h1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .product_theme_title h1 {
    font-size: 24px;
    line-height: 1.4;
  }
}
.product_theme_desc_title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.product_theme_desc {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product_booleannum5_label .product_booleannum5_label_txt {
  color: #5B812C;
  font-weight: 600;
}

.product_booleannum5_label svg {
  height: 25px;
  width: 25px;
  fill: white;
  background: #5B812C;
  border-radius: 60%;
  padding: 5px;
  margin-right: 5px;
}

.product_theme_line {
  position: relative;
  border-top: 1px solid #333;
  margin-top: 15px;
  margin-bottom: 15px;
}

.product_theme_group_code {
  position: relative;
  width: 100%;
}

.product_theme_group_code img {
  position: relative;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

/* price */
.product_theme_price {
  font-weight: 700;
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.5;
  display: block;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 0px solid #ddd;
}

@media screen and (max-width: 991px) {
  .product_theme_price {
    font-size: 14px;
  }
}
.product_theme_price-prev {
  font-weight: 700;
  color: #8d8a84;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .product_theme_price-prev {
    font-size: 14px;
  }
}
.installments_header {
  font-weight: 700;
  color: #5a812c;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.credit_card_icon {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  fill: #5a812c;
}

.credit_card_plus_icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

.credit_card_plus_icon.show_more {
  transform: rotate(45deg);
}

.installments_body {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  padding-left: 19px;
}

.installments_body.show_more {
  display: block;
}

.product_theme_quantity {
  display: inline-block;
  min-height: 62px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 32px;
  margin-right: 14px;
  border-right: 0px solid #ddd;
  float: left;
}

.product_theme_addtocart {
  display: inline-block;
  float: left;
}

.product_theme_approximately {
  font-weight: normal;
  color: #686256;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: 4px;
}

.product_theme_description {
  color: #2d2d2d;
}

.product_theme_description span,
.product_theme_description p,
.product_theme_description {
  font-size: 12px !important;
  font-family: inherit !important;
}

.product_theme_reviews {
  background-color: rgba(241, 238, 232, 0.7);
}

.product_theme_reviews hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #aba8a2;
}

.product_theme_message {
  background: #666;
  padding: 10px;
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
  color: #fff;
}

.product_theme_message i,
.product_theme_message em {
  font-size: 24px;
}

.product_theme_tabs .nav-tabs {
  border-bottom: 1px solid #333;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs {
    font-size: 12px;
  }
}
.product_theme_tabs .nav-link {
  display: block;
  padding: 10px 14px 20px 14px;
  text-align: center;
}

.product_theme_tabs .nav-tabs .nav-link i,
.product_theme_tabs .nav-tabs .nav-link em {
  font-size: 17px;
  margin-bottom: 8px;
}

.product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
  width: 100%;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 991px) {
  .product_theme_tabs .nav-tabs .nav-link .nav-link-desc {
    width: -moz-max-content;
    width: max-content;
  }
}
.product_theme_tabs .nav-tabs .nav-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #2d2d2d;
  border: 0px;
  border-bottom: 5px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-item.show .nav-link {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid transparent;
}

.product_theme_tabs .nav-tabs .nav-link.active {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid #2d2d2d;
}

.product_theme_tabs .nav-tabs .nav-link:hover {
  color: #2d2d2d;
  background: none;
  border-bottom: 5px solid #2d2d2d;
}

.product_theme_tabs .tab-content {
  background: #fff;
  padding: 15px;
  border-bottom: 0px solid #ddd;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}

.drawer-toggle {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #2d2d2d;
  margin-top: 10px;
  cursor: pointer;
}

.product_theme_attributes {
  position: relative;
  width: 100%;
}

.product_theme_attributes fieldset {
  display: contents;
}

.product_theme_attributes legend {
  font-weight: 600;
  color: #2d2d2d;
  margin-bottom: 0px;
}

.product_theme_desc_color img {
  position: relative;
  width: 80px;
  height: auto;
  margin-right: 5px;
}

.product_theme_desc svg {
  height: 20px;
}

.product_theme_desc .wishlist-added {
  fill: red;
}

/* checkbox aspect for Colors only */
.product_select .colors-filter-container [type=radio]:not(:checked) + label:before,
.product_select .colors-filter-container [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  background: rgba(0, 0, 0, 0);
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0);
}

/* checked mark aspect for Colors only */
.product_select .colors-filter-container [type=radio]:checked + label:after {
  /* content: 'âœ”'; */
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 22px;
  color: #313131;
  transition: all 0.2s;
  font-weight: 700;
}

.product_select .colors-filter-container [type=radio]:checked + label .color:not(.checked) {
  display: none;
}

.product_select .colors-filter-container [type=radio]:not(:checked) + label .color.checked {
  display: none;
}

.product_select .colors-filter-container [type=radio] + label .color {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

/*=================================================================================== */
/* Products Carousel */
/*=================================================================================== */
.products_carousel {
  position: relative;
  width: 100%;
}

.products_carousel.bg1 {
  background: #f7f7f7;
  padding: 20px 0px 20px 0px;
  margin-bottom: 30px;
  background-size: 100% 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.products_carousel.bg1 .page-title.bg .page-headline > div {
  display: inline-block;
  background: #f7f7f7;
  padding: 0px 15px 0px 15px;
}

.products_carousel.bg2 {
  background: transparent;
  padding: 0px 0px 0px 0px;
  margin-bottom: 30px;
}

.products_carousel.bg2 .page-title.bg .page-headline > div {
  display: inline-block;
  background: transparent;
  padding: 0px 15px 0px 15px;
}

.products_carousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.products_carousel .carousel-item {
  position: relative;
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .products_carousel .carousel-item {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.products_carousel .carousel-control-next,
.products_carousel .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #000;
  text-align: center;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .products_carousel .carousel-control-next,
  .products_carousel .carousel-control-prev {
    display: none;
  }
}
.products_carousel .carousel-control-next:focus,
.products_carousel .carousel-control-next:hover,
.products_carousel .carousel-control-prev:focus,
.products_carousel .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.5;
}

.products_carousel .carousel-control-next-icon,
.products_carousel .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.products_carousel .carousel-control-prev-icon {
  background-image: url(../../images/assets/arrow_prev.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");*/
}

.products_carousel .carousel-control-next-icon {
  background-image: url(../../images/assets/arrow_next.svg);
  /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");*/
}

/*=================================================================================== */
/* Products Swiper Carousel */
/*=================================================================================== */
.products_swiper_carousel {
  position: relative;
  width: 100%;
}

.products_swiper_carousel.bg1 {
  background: #fff;
}

.products_swiper_carousel.bg2 {
  background: #fff;
}

.products_swiper_carousel .swiper-container {
  max-width: 1640px;
}

/* NECRO EDITED HERE=================================================================*/
/* Used in table rows of cart, as: shopping_cart.php, to indicate not available product. */
.outofstock {
  background-color: red;
}

/*NECRO SLIDER*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_bottom {
  margin: 10px 3px;
  float: left;
}

/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_limit_top {
  margin: 10px 3px;
  float: right;
}

/*Used in web_sidebar.php to style the price slider. */
.necro_price_slider {
  clear: both;
  margin: 5px 15px;
}

/*NECRO SLIDER BUG FIX*/
/*Used in web_sidebar.php to style the labels of max and min price. */
.necro_price_cancel {
  float: right;
  margin-top: 10px;
}

/*.necro_price_cancel>button{padding:5px 5px; height: 30px;}*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  cursor: pointer;
}

/*---- QUANTITY SPINNER -------------------*/
.spinner {
  width: 100px;
}

.spinner input {
  height: 42px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  text-align: left !important;
  border: 0px solid #ddd;
  padding: 0px 0px 0px 10px;
}

.productQtySpinner {
  width: 40px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn:focus,
.input-group-btn-vertical > .btn.focus {
  color: initial;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  border: 0px solid #ccc6ba;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 0px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 0px;
}

.input-group-btn-vertical i,
.input-group-btn-vertical em {
  position: absolute;
  top: 3px;
  left: 6px;
}

/*===================================================================================*/
/* Loader */
/*===================================================================================*/
.prods_loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

.prods_loader.showing {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prods_loader img {
  width: 40px;
  height: 40px;
  display: none;
}

.prods_loader.showing img {
  display: inline-block;
}

@keyframes rota1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rota2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.2;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.loader_r {
  display: flex;
  flex-wrap: wrap;
}

.loader_c {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  height: 200px;
}

.loader_c > div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.loader_bg-gray {
  background-color: #eee;
}

.loader_rec {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  box-sizing: border-box;
}

.loader_rounded {
  border-radius: 50%;
}

.loader_spinner1 {
  animation: rota1 1.5s infinite;
  border-color: #666;
}

.loader_spinner2 {
  animation: rota1 1s infinite;
  border-bottom-color: #666;
}

.loader_spinner3 {
  animation: rota1 1s linear infinite;
  border-width: 20px;
  border-top-color: #666;
  border-bottom-color: #666;
}

.loader_spinner4 {
  border-color: transparent;
  border-top-color: #666;
  animation: rota1 1s linear infinite;
}

.loader_spinner4::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 32px;
  height: 32px;
  border: 4px solid #ccc;
  border-top-color: transparent;
  box-sizing: border-box;
  border-radius: 50%;
  animation: rota2 0.8s infinite;
}

.loader_spinner5 {
  animation: rota1 1.3s linear infinite;
  border: #ccc 3px solid;
}

.loader_spinner6 {
  animation: rota2 1.3s infinite;
  border-color: #666;
  border-width: 3px;
}

@keyframes bigin {
  from {
    transform: scale(0.625, 0.625);
    opacity: 0.1;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes bigout {
  from {
    transform: scale(1, 1);
    opacity: 1;
    filter: blur(0);
  }
  to {
    transform: scale(1.6, 1.6);
    opacity: 0.1;
    filter: blur(5px);
  }
}
.loader_spinner7 {
  animation: bigout 1s linear infinite;
}

.loader_spinner8 {
  animation: bigin 1s linear infinite;
}

.loader_spinner9 {
  animation: rota1 1s linear infinite;
  border-width: 1px;
}

.loader_spinner9::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #666;
  border-radius: 50%;
}

.loader_spinner9::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #666;
  position: absolute;
  top: -3.5px;
  left: 0;
  right: 0;
  margin: auto;
}

@keyframes bgp {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -84px;
  }
}
.loader_bar {
  width: 64px;
  height: 8px;
}

.loader_bar1 {
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 10px, #000 11px, #000 20px);
  background-size: 200px 8px;
  background-position: 0 center;
  border-radius: 4px;
  animation: bgp 1s linear infinite;
}

@keyframes up {
  50% {
    top: 0;
    background-color: #ccc;
  }
  100% {
    top: -20px;
    background-color: #666;
  }
}
.loader_dot {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
}

.loader_wrap1 {
  width: 8px;
  height: 8px;
}

.loader_wrap1 .loader_dot {
  position: absolute;
  animation: up 1.2s alternate #111;
}

.loader_dot.loader_dot1 {
  left: -20px;
}

.loader_dot.loader_dot2 {
  animation-delay: 0.4s;
}

.loader_dot.loader_dot3 {
  right: -20px;
  animation-delay: 0.8s;
}

/*===================================================================================*/
/* Products AJAXization */
/*===================================================================================*/
.filterKillButton {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin-right: 10px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .filterKillButton {
    font-size: 12px;
  }
}
.filterKillButton label {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .filterKillButton label {
    font-size: 12px;
  }
}
.filterKillButton,
.filterKillButton label {
  display: inline-block;
  cursor: pointer;
}

.hide {
  display: none !important;
}

/*=================================================================================== */
/* Attributes */
/*=================================================================================== */
.attribute {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 0px;
}

.radio-box {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
  border: 0px solid #d9d9d9;
  height: 20px;
  min-width: 20px;
}

.radio-box:hover {
  cursor: pointer;
}

.radio-box-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .radio-box-text {
    font-size: 13px;
  }
}
[type=radio]:checked + .radio-box-text {
  background: #2d2d2d;
  color: #fff;
}

label.radio-box.out-of-stock .radio-box-text {
  color: #d5d5d5;
}

label.radio-box.out-of-stock:after {
  position: absolute;
  right: 0px;
  bottom: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: red;
}

/*===================================================================================*/
/* Price Slider */
/*===================================================================================*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
               */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
               */
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
               * connect elements.
               */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  position: relative;
  height: 100%;
  width: 100%;
  background: #2d2d2d;
  border-radius: 50%;
  top: -4px;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
               */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
               * Giving the connect element a border radius causes issues with using transform: scale
               */
.noUi-target {
  background: #d9d9d9;
  border: 5px solid #fff;
}

.noUi-connect {
  background: #2d2d2d;
}

/* Handles and cursors;
               */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 0px;
  cursor: default;
  box-shadow: none;
}

.noUi-active {
  box-shadow: none;
}

/* Handle stripes;
               */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
               */
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
               *
               */
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
               *
               */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ddd;
  font-size: 10px;
}

/* Markings;
               *
               */
.noUi-marker {
  position: absolute;
  background: #ddd;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
               *
               */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
               *
               */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #2d2d2d;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* ============================= */
/* ==== NoUiSlider ==== */
.noUi-handle:after,
.noUi-handle:before {
  content: unset;
}

.noUi-horizontal {
  height: 12px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -7px;
  left: auto;
}

.noUi-horizontal .noUi-handle {
  left: -17px;
  top: -3px;
  width: 15px;
  height: 15px;
}

/* ================= */
.product_theme_line_top {
  border-top: 1px solid #333;
  margin: 20px 0px 0px 0px;
}

.product_theme_line_bottom {
  border-top: 1px solid #333;
  margin: 0px 0px 20px 0px;
}

.espa_banner img {
  display: block;
  width: 340px;
}

@media (max-width: 1060px) {
  .espa_banner img {
    display: block;
    width: 240px;
  }
}
#fb-root .fb_dialog.fb_dialog_mobile .fb_dialog_content iframe {
  bottom: 60px !important;
}

/*=================================================================================== */
/* AJAX search start */
/*=================================================================================== */
.tt-menu {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  width: 50vw !important;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
  white-space: normal;
  overflow: auto;
  text-overflow: ellipsis;
  max-height: 450px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  top: 52px !important;
  max-width: 650px;
}

.tt-input::-moz-placeholder {
  color: #666;
}

.tt-input::placeholder {
  color: #666;
}

.tt-menu::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .tt-menu {
    display: none;
    width: 90vw !important;
  }
}
.tt-suggestion {
  border-bottom: 1px solid #d8d8d8;
}

.tt-suggestion:last-child {
  border-bottom: none;
}

.tt-suggestion:hover {
  background-color: #f2f2f2;
}

.tt-menu .ajax-search-img {
  width: 10% !important;
}

.tt-menu .products-price-prev:before {
  position: absolute;
  right: 0px;
  bottom: 2px;
  width: 100%;
  height: 1px;
  content: "";
  background-color: var(--theme-color-red);
  transform: rotate(-10deg);
  transform-origin: 0 0;
}

.tt-menu .typeahead-footer {
  display: flex;
  justify-content: center;
  background: #2d2d2d;
  color: white;
}

.tt-menu .products-price-prev {
  position: relative;
  color: var(--theme-color-gray);
  margin-bottom: 3px;
}

.twitter-typeahead {
  width: 100%;
  height: 42px;
  font-size: 17px;
  font-weight: normal;
  float: left;
  color: #666;
  border-radius: 8px;
  border: none;
  border: 0px;
}

.search-header .search-icon {
  position: relative;
  z-index: 1;
}

.search-header {
  overflow: unset !important;
}

.search-header .tt-hint {
  display: none;
}

.div_search_underline {
  width: 300px;
  height: 2px;
  background: #666;
}

.cookie-banner {
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1500;
  background-color: whitesmoke;
  color: black;
  padding: 10px 0px;
}

.cookie-banner input[type=checkbox] {
  accent-color: #333;
}

.cookie-banner .cookie-banner-text {
  font-size: 14px;
  text-align: center;
}

.cookie-banner .cookie-banner-text a {
  text-decoration: underline;
}

.cookie-banner .cookie-banner-button-left {
  height: 100%;
  display: flex;
}

.cookie-banner .cookie-banner-button-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.cookie-banner .cookie-banner-button-container-inner {
  padding-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-items: end;
}

.cookie-banner .cookie-banner-button-container-inner-input {
  width: 140px;
}

.cookie-banner .cookie-banner-button-container-inner-input label {
  font-size: 14px;
}

.cookie-banner .cookie-banner-button-container-inner-input span {
  color: #000;
  font-weight: 400;
}

@media (max-width: 1200px) {
  .cookie-banner .cookie-banner-text {
    margin: 0px 0px 10px 0px;
    text-align: left;
  }
  .cookie-banner .cookie-banner-button-left {
    display: block;
  }
  .cookie-banner .cookie-banner-button-container-inner {
    justify-content: start;
  }
  .cookie-banner .cookie-submit {
    margin-top: 10px;
  }
}
.btn.btn-cookies,
.btn.btn-cookies:visited {
  color: #fff;
  background: #333;
  border: 1px solid #333;
  letter-spacing: 1px;
  border-radius: 0px;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  padding: 12px 16px 12px 16px;
}

.btn.btn-cookies:hover,
.btn.btn-cookies:focus,
.btn.btn-cookies:active,
.btn.btn-cookies.disabled,
.btn.btn-cookies[disabled] {
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

.btn.btn-cookies svg,
.btn.btn-cookies:visited svg,
.btn.btn-cookies i,
.btn.btn-cookies:visited i,
.btn.btn-cookies em,
.btn.btn-cookies:visited em {
  color: #fff;
  fill: #fff;
}

.btn.btn-cookies:hover svg,
.btn.btn-cookies:focus svg,
.btn.btn-cookies:active svg,
.btn.btn-cookies.disabled svg,
.btn.btn-cookies[disabled] svg,
.btn.btn-cookies:hover i,
.btn.btn-cookies:focus i,
.btn.btn-cookies:active i,
.btn.btn-cookies.disabled i,
.btn.btn-cookies[disabled] i,
.btn.btn-cookies:hover em,
.btn.btn-cookies:focus em,
.btn.btn-cookies:active em,
.btn.btn-cookies.disabled em,
.btn.btn-cookies[disabled] em {
  color: #fff;
  fill: #fff;
}

.alert-info-special {
  background: linear-gradient(125deg, #FFAF42, #FF8303, #FE6E00, #FD5602);
  color: white;
  font-weight: 600;
  background-size: 400% 400%;
  animation: moveGradient 15s linear infinite;
}

.alert-success-special {
  background: linear-gradient(125deg, #45f248, #2db83d, #11cc00, #4cd038);
  color: white;
  font-weight: 600;
  background-size: 400% 400%;
  animation: moveGradient 20s linear infinite;
}

@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}/*# sourceMappingURL=style.css.map */