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

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700%7COpen+Sans:300,400,700,800");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Titillium+Web:ital,wght@0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');



*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}
html,
body {
	height: 100%;
}

body {
  font-family: "Barlow Semi Condensed", "Roboto", "Open Sans",sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}

img,
.img{
  max-width: 100%;
  height: 0 auto;
  width: auto\9; /* ie8 */
}
.rounded-image {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: auto !important;
  border-radius: 50px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
  object-fit: cover;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color:#232323;
}
a:active,
a:focus,
a:hover,
a:visited,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover {
  color:#ffcc00;
}

.a-link,
.alink {
  color:#ffcc00;
  font-weight: 500;
  text-decoration: underline;
}
.a-link:hover,
.alink:hover {
  color:#999 !important;
  text-decoration: underline !important;
}

p {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}
/*
p:last-child,
p:last-of-type {
  margin-bottom: 0;
}
*/

sup {
  position: relative;
  font-size: 60%;
  line-height: auto;
  vertical-align: baseline;
  top: -7px;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: #ebebeb !important;
  border: 0;
  opacity: 1;
}

section {
  display: block;
}
.section {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px){
  .section {
    position: relative;
    padding: 20px 0;
  }
}

.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}

/* ===================================
    DECDOUT BUTTON STYLE
====================================== */

.btn-view-catalog {
    display: inline-flex;
    align-items: center;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.btn-view-catalog:hover {
    list-style: none;
}

.btn-textr {
    font-size: 12px;
    background-color: #FCB035; 
    color: white; 
    border-radius: 5px;
    margin-right: 10px; 
    text-decoration: none;
}
.btn-textr:hover {
     list-style: none;
     text-decoration: none;
}

a.btn-view-catalog.bg-white-img {
    margin-left: -12px;
    background-color: white !important;
    border: 1px solid #000;
    border-left: 2px solid #fff;
}

a.btn-view-catalog.bg-white {
    background-color: #FCB035 !important;
    padding-bottom: 14px;
    padding-top: 14px;
    border: 1px solid #000;
    border-right: 2px solid #fff;
}

@media (min-width: 768px) and (max-width: 1105px) {
   .btn-view-catalog{
		white-space: normal !important;
	}
   .decdout-btn{
		display: inline-flex;
		width: 80%;
	}
	a.btn-view-catalog img{
		margin-top:10px
	}
}

/* ===================================
    BROWSER SELECTION
====================================== */
*::-moz-selection {
  background: #999;
  color: #fff !important;
  text-shadow: none;
}
::-moz-selection {
  background: #999;
  color: #fff !important;
  text-shadow: none;
}
::selection {
  background: #999;
  color: #fff !important;
  text-shadow: none;
}



/* ===================================
    FONT - Typography
====================================== */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.3;
  color: #666;
}

h1, .h1 {
  font-size: calc(1.3575rem + 1.29vw); }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 2.325rem; }
    }

h2, .h2 {
  font-size: calc(1.311rem + 0.732vw); }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 1.86rem; }
    }

h3, .h3 {
  font-size: calc(1.28775rem + 0.453vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.6275rem; }
    }

h4, .h4 {
  font-size: calc(1.2645rem + 0.174vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.395rem; }
    }

h5, .h5 {
  font-size: 1.1625rem;
}
h6, .h6 {
  font-size: 0.93rem;
}

p,.text{
	position: relative;
	line-height: 1.5;
}

.disclaimer-txt,
.disclaimer-text{
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.disclaimer {
  font-weight: 400;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 10px;
  border-radius: 0.25rem;
}
.disclaimer::before {
  content: "\f06a";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 3px;
}

.allcaps,
.all-caps {
  text-transform: uppercase!important;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: bold;
}


.bold-header-title-large {
  font-family: "Poppins", 'Montserrat', sans-serif;
  xfont-family: 'Montserrat', "Poppins", sans-serif;
  font-size: calc(40px + (90 - 40) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1;
}
.bold-header-title-medium {
  font-family: "Poppins", 'Montserrat', sans-serif;
  xfont-family: 'Montserrat', "Poppins", sans-serif;
  font-size: calc(40px + (75 - 40) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}
.bold-header-title-small {
  font-family: "Poppins", 'Montserrat', sans-serif;
  xfont-family: 'Montserrat', "Poppins", sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}
.bold-header-title-xtra-small {
  font-family: "Poppins", 'Montserrat', sans-serif;
  xfont-family: 'Montserrat', "Poppins", sans-serif;
  font-size: calc(24px + (40 - 24) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1;
}

.user{
  color:#999;
  letter-spacing: 5px;
  font-size: 18px;
}
.underline{
  text-decoration: underline;
}
.italic {
  font-style: italic;
}

.text_white,
.text-white {
    color: #fff !important;
}
.text_red,
.text-red {
  color: #ff0000 !important;
}
.text-dark,
.text-blk,
.text_black,
.text-black {
  color: #000 !important;
}
.text_green,
.text-green{
  color: #32CD32 !important;
}
.text_yellow,
.text-yellow,
.text-orange,
.text-org {
    color: #ffcc00 !important;
}
.text_gold,
.text-gold {
    color: #cc9900 !important;
}
.text-ccc,
.text_ccc {
    color: #ccc !important;
}
.text-999,
.text_999 {
    color: #999 !important;
}
.text-666,
.text_666 {
    color: #666 !important;
}
.text-333,
.text_333 {
    color: #333 !important;
}

.stroke-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: calc(50px + (150 - 50) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.underline-orange {
  background-image: url(https://www.usmobile.com/img/underline.svg);
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}




/*----------------------------------------------------------------------------------
  --- UN-ORDERED LIST  ---
---------------------------------------------------------------------------------*/
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul {
    margin: 0px;
    padding: 0px;
}
ol, ul {
  list-style: none;
}
ul, ol {
  display: block;
  list-style: disc outside none;
  padding: 0 0 0 5px;
}
@media only screen and (max-width: 767px){
  ul, ol {
  padding: 0 0 0 0px;
  }
}



.inline-list {
  margin: auto 0;
}
.inline-list li a {
  color: #333;
}
.inline-list li a:hover{
  color: #000;
  text-decoration: underline !important;
}
.inline-list li {
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #aaa;
  line-height: 1;
}
.inline-list li:last-child {
  border-right: none;
}


.list-icon, .list-arrow, .list-bullet, .list-dots, .list-check, .list-menu {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-icon li,
.list-arrow li,
.list-bullet li,
.list-dots li,
.list-check li,
.list-menu li {
  position: relative;
  margin-bottom: 4px;
}

.list-check>li {
  padding-left: 24px;
}
.list-check>li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 13px;
  color: #33b750;
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
}

.list-check-solid>li {
  position: relative;
  padding-left: 1.8rem;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  color:#51596C;
}
.list-check-solid>li::before {
  font-family: 'Font Awesome 5 Pro';
  content: "\f058";
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffcc00;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
}

.list-dots>li {
  padding-left: 24px;
}
.list-dots>li::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 13px;
  color: #33b750;
  position: absolute;
  top: 3px;
  left: 0;
  content: "\f2f8";
}

.list-arrow>li {
  padding-left: calc(0.5em + 3px);
}
.list-arrow>li::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  color: #33b750;
  position: absolute;
  top: 1px;
  left: 0;
  content: "\f054";
}

.list-color-orange>li::before {
  color:#ffcc00!important;
}
.list-color-grey>li::before {
  color:#bbb !important;
}
.list-color-grey2>li::before {
  color:#ccc !important;
}
.list-color-grey3>li::before {
  color:#999 !important;
}
.list-color-grey4>li::before {
  color:#666 !important;
}
.list-color-dark>li::before {
  color:#000 !important;
}
.list-color-red>li::before {
  color:#ff0000 !important;
}
.list-color-blue>li::before {
  color:#009ee2 !important;
}
.list-color-green>li::before {
  color: #0abf53 !important;
}



.list-checkmarks {
  padding-left: 1.4rem;
}
.list-checkmarks li {
  list-style-type:none;
  padding-left:1rem;
  line-height: 2;
}
.list-checkmarks li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  margin:0 10px 0 -28px;
  color: #33b750;
}

.list-dot-circle {
  padding-left: 1.4rem;
}
.list-dot-circle li {
  list-style-type:none;
  padding-left:1rem;
  line-height: 2;
}
.list-dot-circle li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f192";
  margin:0 10px 0 -28px;
  color: #999;
}

.list-dot {
  padding-left: 1.4rem;
}
.list-dot li {
  list-style-type:none;
  padding-left:1rem;
  line-height: 2;
}
.list-dot li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2f8";
  margin:0 10px 0 -28px;
  color: #999;
}


.list-checked-item>li{
  position: relative;
  font-size: 1.2rem;
  color: #51596c;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
.list-checked-item>li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url( "data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%230ABF53' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%230ABF53'/%3e%3c/svg%3e" );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  content: '';
  margin-top: 0.125rem;
}



.list-checked-item2>li{
  position: relative;
  font-size: 1rem;
  color: #444;
  padding-left: 2.5rem;
  margin-bottom: 1.25rem;
}
.list-checked-item2>li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url( "data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23ffcc00' fill-opacity='1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23fff'/%3e%3c/svg%3e" );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  content: '';
  margin-top: 0.125rem;
}


/*
.list-increment li {
  counter-increment: my-awesome-counter;
  border-bottom: 1px dashed #ffcc00;
  color: #333;
  position: relative;
  padding: 10px 0 10px 15px;
  xfont-size: 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.list-increment li:last-child {
  border-bottom: 0px solid #eee;
}
.list-increment li::before {
  content: counter(my-awesome-counter) ". ";
  margin-right: 5px;
  color: #333;
  font-weight: bold;
}
.list-increment ul{
  border-bottom: 1px solid #eee;
  margin-left: 15px;
  left: 25px;
}
.list-increment li li::before {
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url( "data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23999999' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23FFCC00'/%3e%3c/svg%3e" );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  content: '';
  margin-top: 0.125rem;
  margin-right: 30px;
}
*/

ul.nested-counter-list {
  counter-reset: item;
}
ul.nested-counter-list li {
  display: block;
  border-bottom: 1px dashed #ccc;
  color: #333;
  font-weight: 400;
  margin-left: 0px;
  padding: 10px 15px 10px 40px;
  display: block;
  overflow: hidden;
  position: relative;
}
ul.nested-counter-list li:last-child {
  border-bottom: 0px dashed #ccc;
}
ul.nested-counter-list li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-size: 13px;
  margin-right: 5px;
  color: #333;
  font-weight: 600;

  position: absolute;
  top: 10px;
  left: 0px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
}

ul.nested-counter-list ul {
  counter-reset: item;
}

/*
ul.list-increment {
  counter-reset: item
}
.list-increment li {
  display: block
}
.list-increment li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  padding-right:10px;
  margin-left:-20px;
}
*/



.list-style-5 {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.list-style-5 li {
  position: relative;
  padding: 0 0 10px 25px;
  margin: 0 0 10px 0;
  margin-left:20px;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.list-style-5 li:before {
  content: "\f192";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  color: #ffcc00;
}
.list-style-5 li:first-child {
  padding-top: 10px;
}
.list-style-5 li:first-child:before {
  top: 11px;
}
.list-style-5 li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-style-5.list-style-color li {
  border-color: rgba(255,255,255,0.15);
}
.list-style-5.list-style-color li:before {
  color: #232323;
}




/*----------------------------------------------------------------------------------
  --- BACK TO TOP - START
---------------------------------------------------------------------------------*/
#thetop {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  position: absolute;
}
.backtotop {
  right: 15px;
  Xwidth: 50px;
  width: 60px;
  height: 50px;
  z-index: 999;
  Xbottom: 50px;
  bottom: 0;
  display: none;
  font-size: 16px;
  position: fixed;
  Xborder-radius: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #ffcc00;
  box-shadow: 0px 10px 30px 1px rgba(0, 0, 0, 0.15);
}
.backtotop .scroll {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.backtotop.bg_carparts_red {
  box-shadow: 0px 10px 30px 1px rgba(237, 29, 36, 0.15);
}
.backtotop .scroll i {
  font-size: 20px;
  transition: 0.5s;
}
.backtotop .scroll:hover i {
  margin-top: -10px;
}

/* back to top - end
================================================== */



/*----------------------------------------------------------------------------------
  --- HEADING BLOCK TITLE / SECTION  WITH SUBTITLE ---
---------------------------------------------------------------------------------*/
.heading-block {
  margin-bottom: 50px;
  text-align: center !important;
}
.heading-block::after {
  content: '';
  display: block;
  Xmargin-top: 30px;
  width: 60px;
  border-top: 4px solid #ffcc00;
  margin: 30px auto 0;
}
.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}
.heading-block h2 {
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.heading-block h2 + span {
  font-size: 1.25rem;
}

.heading-title-under-line {
  position: relative;
  margin-bottom: 60px;
}
.heading-title-under-line h1 {
  font-size: 2rem;
}
.heading-title-under-line h1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: 50px;
  width: 120px;
  height: 4px;
  background-color: #ffcc00;
  text-align: center;
}

.section-title-border {
  position: relative;
  height: 6px;
  width: 30px;
  Background: #FFCC00;
  border-radius: 10px;
  margin-bottom: 20px;
}
.section-title-border::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background: #FFCC00;
  border-radius: 10px;
  right: -60%;
  top: 0;
}
.section-title-border::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 25%;
  background: #FFCC00;
  border-radius: 10px;
  right: -100%;
  top: 0;
}



/*----------------------------------------------------------------------------------
  --- B A C K G R O UN D  ---
         Background
---------------------------------------------------------------------------------*/
.bg-light {
  background-color: #f8f9fa;
}
.bg-light2 {
  background-color: #e9ecef;
}
.bg-light3 {
  background-color: #dee2e6;
}
.bg-light4 {
  background-color: #ced4da;
}
.bg-light5 {
  background-color: #adb5bd !important;
}
.bg-wht,
.bg-white{
  background-color: #ffffff !important;
}
.bg-org,
.bg-orange{
  background-color: #ffcc00 !important;
}
.bg-grn,
.bg-green{
  background-color: #ccf1db !important;
}
.bg-search-page {
  background: #f7f7f8;
}

.gradient-top-grey {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(222,226,230,1) 100%);
}


.section-bg-wrapper-01 {
  background-image: url(https://www.spectorandco.ca/images/section-bg-wrapper-01.jpg);
  background-position: 0 0;
  background-repeat: repeat-x;
}


.background-repeat-style-01 {
  background-image: url("https://www.spectorandco.ca/images/subpage-hero-banner/repeat-bg-01.jpg");
  background-repeat: repeat;
  opacity:0.2;
  xcolor: #665544;
  xpadding: 20px;
}


.boxshadows--01{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.boxshadows--02{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.boxshadows--03{
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
.boxshadows--04{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.boxshadows--05{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.boxshadows--06{
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.boxshadows--06{
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}




/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**************************************************************************
-- BOOTSTRAP over ride
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/

@media (min-width: 1280px) {
  .container {
    width: 1300px;
    Xmax-width: 1400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    Xmax-width: 720px;
    max-width: 100%;
  }
}


/* 5 EQUAL COLUMNS */
.col-20 {
  width: calc(100% / 5);
}
@media only screen and (max-width: 1200px) {
  .col-20 {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width: 960px) {
  .col-20 {
    width: calc(100% / 3);
  }
}
@media only screen and (max-width: 767px) {
  .col-20 {
    width: calc(100% / 2);
  }
}

*:focus {
  box-shadow: none !important;
}

.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: .1rem !important;
}
.rounded-2 {
  border-radius: .2rem !important;
}
.rounded-3 {
  border-radius: .3rem !important;
}
.rounded-4 {
  border-radius: .4rem !important;
}
.rounded-5 {
  border-radius: .5rem !important;
}
.rounded-6 {
  border-radius: 1rem !important;
}
.rounded-7 {
  border-radius: 1.2rem !important;
}
.rounded-8 {
  border-radius: 1.5rem !important;
}
.rounded-9 {
  border-radius: 1.7rem !important;
}

.rounded-circle {
  border-radius: 100px !important;
}
.rounded-circle.big {
  width: 500px;
  height: 500px;
}
.rounded-circle.medium {
  width: 300px;
  height: 300px;
}
.rounded-circle.small {
  width: 200px;
  height: 200px;
}


/* MODAL *****************************/
@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px !important;
  }
}
.modal-backdrop {
  background: rgba(0,0,0, 0.72)!important;
  opacity: 1 !important;
}

.modal-content {
  padding: 20px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  Xpadding-left: 1rem;
  Xpadding-right: 1rem;
  padding: 0rem!important;
}
/*
@media (max-width: 762px) {
  .modal-body {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
*/

.modal-header {
  display: flex;
  align-items: center!important;
  justify-content: space-between;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .modal-header-title {
  display: block;
}
.modal-header .modal-header-title h1{
  font-size: 1.395rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin:0;
}
.modal-header .modal-header-title p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin:0;
	padding:0;
}

.modal-content button.btn-close {
  position: relative;
  Xleft: 94%;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #ebebeb;
  Xtop: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  z-index: 9;
}
@media (min-width: 1200px) {
  .modal-xl {
      max-width: 85% !important;
  }
}

.scrolling-wrapper {
	overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}


/*======================================
  =  END BOOTSTRAP
======================================*/






/*==============================================================================
  =  FOR THEME ONLY - OWL CAROUSEL OVER RIDE DEFAULT & OWL THEME
==============================================================================*/
/*
.owl-prev, .owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}
.owl-prev { left: -40px; }
.owl-next { right: -40px; }

.owl-prev span:hover,
.owl-next span:hover {
	background: none;
}
*/


.owl-theme .owl-dots {
	margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #999;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #ffcc00!important;
  width: 30px;
  height: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ffcc00;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
    margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  width: 60px;
  height: 60px;
  padding:15px;
  border-radius:50%;
  cursor: pointer;
  color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  transition: all, 0.2s, ease;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #ffcc00;
  background: #fff;
  border-radius:50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}







/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
**************************************************************************
-- HEADER
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/

.topbar {
  position: relative;
  XXXbackground-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%);
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(50,50,50,1) 100%);
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .topbar {
    padding: 10px 0;
    background: #333;
  }
}
.topbar-brand-logo li {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 70px;
}
.topbar-brand-logo li a{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #666;
}
.topbar-brand-logo li:last-child a{
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
.topbar-brand-logo li a img{
  width: 75px;
}
.topbar-brand-logo li:hover a img{
  opacity: 0.4;
}
.topbar-brand-logo li.self_site a img{
  opacity: 0.9;
  cursor: not-allowed;
}

@media only screen and (max-width: 991px){  /* max-width: 767px */
  .topbar-brand-logo li {
    line-height:60px;
  }
  .topbar-brand-logo li a{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #666;
  }
  .topbar-brand-logo li a img {
    width:60px;
  }
}



.topbar-inlineList li {
  display: inline-block;
  font-size: 13px;
  xline-height: 70px;
  xmargin-right: 20px;
  color:#fff;
  margin-right: 30px;
  xpadding-right: 10px;
}
.topbar-inlineList li:nth-child(-n+1):after{
  content:'';
  height:15px;
  border-right:1px solid #999;
  position: absolute;
  top:42%;
  transform: translateX(50%);
  margin-left: 15px;
}
/*
.topbar-inlineList li:nth-child(-n+2){
  margin-right: 10px;
  padding-right: 10px;
  border-right: 0px solid #666;
}
*/

.topbar-inlineList li a {
  font-size: 14px;
  color: #ffffff;
}
.topbar-inlineList li:hover a {
  color:#ffcc00;
}
@media only screen and (max-width: 767px){
  .topbar-inlineList li {
    font-size: 14px;
    line-height: 30px;
    margin: 0 15px;
    color:#fff;
  }
  .topbar-inlineList li a {
    font-size: 15px;
    color: #ccc;
  }
}
.opening em {
    border-right: 1px solid #2a8af5;
    margin-right: 5px;
    padding-right: 20px;
    font-style: normal;
}



.wrapper-header {
    position: relative;
    background-color: #000000;
    color: #ffffff;
    padding:10px 0;
}

.wrapper-header .header-top .container {
    overflow: visible;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.wrapper-header .wrapper-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.wrapper-header .wrapper-header-top .header-logo {
    display: none !important;
}
.wrapper-header .header-logo .logo-title svg {
    height: 100%
}
.wrapper-header .wrapper-header-top .top-location {
    display: flex;
    align-items: center;
    position: relative
}

.wrapper-header .wrapper-header-top .top-location .item-location {
    line-height: 1;
    cursor: pointer
}

.wrapper-header .wrapper-header-top .top-location .icon-globe {
    padding: 1px;
    stroke: unset;
    position: relative;
    width: 24px;
    height: 24px
}

.wrapper-header .wrapper-header-top .top-location .icon-sort-down {
    padding: 0;
    position: relative;
    left: 5px;
    stroke: unset
}

.wrapper-header .wrapper-header-top .top-menu-text {
    position: relative;
}

.wrapper-header .wrapper-header-top .top-menu-text ul {
    margin: 0;
    display: flex
}
.wrapper-header .wrapper-header-top .top-menu-text li {
    margin-bottom: 0;
    padding: 13px 0;
}

.wrapper-header .wrapper-header-top .top-menu-text ul li a {
    font-size: 14px;
    font-weight: 700;
    padding: 5px 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 34px
}


.logo-wraper-clientpage-container {
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}
.logo-wraper-clientpage img {
    width: auto;
    height: 100px;
}
@media only screen and (max-width: 767px){
  .logo-wraper-clientpage img {
    padding-bottom: 10px;
  }
  .logo-wraper-clientpage-container {
    text-align: center;
  }
}

.logo-wraper img {
    width: 50%;
    overflow:hidden;
    margin:0px auto;
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .logo-wraper img {
      width: 30%;
  }
}
@media only screen and (max-width: 767px){
  .logo-wraper img {
      width: 45%;
  }
}




/*==============================================================================
  - STICKY HEADER
==============================================================================*/
.navbar-fixed-top {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
  background: white;
}

@supports(position:sticky){
  .header{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

.navbar-fixed-top.cbp-af-header-shrink {
	padding: 10px 0;
}

@media only screen and (max-width: 767px){
  .navbar-fixed-top {
    position: relative;
  }

  @supports(position:sticky){
    .header{
      position: relative;
    }
  }

}


/*----------------------------------------------------------------------------------
  --- TOP HEADER NAV (LOGO, SEARCH BOX, DOWNLOAD FLYER-CATALOG & COMPARE)  ---
---------------------------------------------------------------------------------*/

.header-info-wrapper {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

    -webkit-justify-content: space-between;
	justify-content: space-between;

  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
	align-items: center;

  width:100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .header-info-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

/* LEFT COLUMN  WRAPPER *************************************************************/
.header-logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border:0px solid #eee;
  display: flex;
}
/*
.header-logo .main-logo-spector {
  height: 40px;
  border-right: 2px solid #e1e1e1;
  padding-right: 25px;
  margin-right: 25px;
}
*/
.header-logo .main-logo-spector {
  position: relative;
  margin-right: 45px;
}

.header-logo .main-logo-spector::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 48px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e1e1e1;
  margin-left: 25px;
}

@media only screen and (max-width: 767px) {
  .header-logo .main-logo-spector {
    margin-right: 0;
  }
  .header-logo .main-logo-spector::after {
    display: none;
  }
}
.header-logo .main-logo-spector img{
  width: 140px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .header-logo .main-logo-spector img{
    width: 100px;
    margin: auto;
  }
}


.logo-social li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  Xcolor:#eee;
  background-color: #F7F7F7;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.logo-social li {
  font-size: 16px;
  color: #999;
  transition: all .35s ease-in-out;
}
.logo-social li:hover {
  color: #ffcc00;
    -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition: all .15s ease-in-out;
  XXXbox-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media only screen and (max-width: 767px){
  .logo-social li {
    display: none;
  }
}
/*
@media only screen and (max-width: 767px){
  .logo-social li {
    Xfont-size: 12px;
    Xline-height: 1;
    Xmargin: 0 8px;
    color:#fff;
  }
  .logo-social li a {
    font-size: 12px;
    color: #ccc;
  }
}

@media only screen and (max-width: 767px){
  .logo-social li:nth-child(n+2) {
    display: none;
  }
  .logo-social li img{
    width: 140px;
  }
}
*/


/* MAIN SERACH BOX */

.main-search-box-desktop {
  position: relative;
  margin-right: 20px;
}
.main-search-box-desktop input {
  width: 100%;
  height: 55px;
  flex-grow: 1;
  min-width: 300px;
  padding: .475rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #eff1f3;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.main-search-box-desktop input:hover {
  color:#333 !important;
  Xborder: 2px solid #eff1f3;
  border: 2px solid #ddd;
  background: #fffcf2;
}
.main-search-box-desktop input:hover + button i {
  color:#ffcc00;
}
.main-search-box-desktop input:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing:0px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.main-search-box-desktop input[type=number]::-webkit-inner-spin-button,
.main-search-box-desktop input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.main-search-box-desktop button {
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.main-search-box-desktop input:focus + button i{
  color: #ffcc00;
}
.main-search-box-desktop button i {
  font-size: 24px;
  color: #999;
  position: relative;
  bottom:2px;
}
.main-search-box-desktop button:hover i{
  color: #000!important;
}
.main-search-box-desktop button::before {
  content: "";
  position: relative;
  top: -2px;
  right: 5px;
  height: 40px;
  border-left: 1px solid #ccc;
  padding: 3px 0;
}

.sku-input-width{
  min-width: 350px!important;
}
/* END MAIN SERACH BOX */



/* CENTER COLUMN WRAPPER *************************************************************/
.header-search-box-container {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border: 0px solid #999;
}

.search-box-desktop {
  margin-right: 0px;
}
.search-box-sku {
  width: 100%;
  min-width: 300px;
  height: 55px;
  flex-grow: 1;
  padding: .475rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #eff1f3;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.search-box-sku:hover,
.search-box-qty:hover {
  border: 2px solid #eff1f3;
  background: #fff;
}
.search-box-sku:focus,
.search-box-qty:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing:1px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.search-box-qty {
  width: 220px;
  min-width: 60px;
  height: 55px;
  flex-grow: 1;
  padding: .475rem 1rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #eff1f3;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.search-box-or{
  color: #777;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  margin: 0 10px;
}
.search-box-button2 {
  position: relative;
}
.search-box-button2 button {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: #bbb;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  margin:0 10px;
  cursor: pointer;
}
.search-box-button2 button i {
  font-size: 24px;
  color: #fff;
  position: relative;
  left: -3px;
  background-color: transparent;
}
.search-box-button2 button:hover {
  color: #000;
  background-color: #ffcc00;
}
.search-box-button2:hover button i{
  color: #fff;
  background: transparent!important;
}
.search-box-button2::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e1e1e1;
    margin-left: 10px;
}



.search-box-button-qty {
  position: relative;
}
.search-box-button-qty button {
  display: inline-block;
  height: 55px;
  width: 55px;
  background: #bbb;
  border-radius: 50px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  margin:0 10px;
  cursor: pointer;
}
.search-box-button-qty button i {
  font-size: 24px;
  color: #fff;
  position: relative;
  left: -3px;
  background-color: transparent;
}
.search-box-button-qty button:hover {
  color: #000;
  background-color: #ffcc00;
}
.search-box-button-qty:hover button i{
  color: #fff;
  background: transparent!important;
}





/* SEARCH BOX SKU */
.search-box-sku {
  position: relative;
  xmargin-right: 20px;
}
.search-box-sku input {
  width: 100%;
  height: 55px;
  flex-grow: 1;
  min-width: 500px;
  padding: .475rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #eff1f3;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.search-box-sku input:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing:1px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.search-box-sku button {
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.search-box-sku input:focus + button i{
  color: #ffcc00;
}
.search-box-sku button i {
  font-size: 24px;
  color: #999;
  position: relative;
  bottom:2px;
}
.search-box-sku button:hover i{
  color: #000!important;
}


/* SEARCH BOX QUANTITY  */
.search-box-qty {
  position: relative;
}
.search-box-qty input {
  width:100px;
  height: 55px;
  flex-grow: 1;
  xmin-width: 500px;
  padding: .475rem .5rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #eff1f3;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.search-box-qty input:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing:1px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.search-box-qty button {
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.search-box-qty input:focus + button i{
  color: #ffcc00;
}
.search-box-qty button i {
  font-size: 24px;
  color: #999;
  position: relative;
  bottom:2px;
}
.search-box-qty button:hover i{
  color: #000!important;
}






/* SEARCH BOX BUTTON */
.search-box-button {
  position: relative;
}
.search-box-button button {
  height: 55px;
  background: #eff1f3;
  xborder-radius: 0 4px 4px 0;
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.search-box-button input:focus + button i{
  color: #ffcc00;
}
.search-box-button button i {
  font-size: 24px;
  color: #999;
  position: relative;
  bottom:2px;
}
.search-box-button button:hover i{
  color: #000!important;
}



/* MOBILE SEARCH BOX */
.search__wrapper {
  position: relative;
}
.search__field {
  width: 30px;
  height:30px;
  color: #222;
  font-size: 1rem;
  padding: 0.35em 50px 0.35em 0;
  xbackground-color: #f7f7f7;
  border: 1px solid transparent;
  border-radius: 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.search__field:focus {
  border-bottom-color: #ccc;
  width:55vw;
  color: #2b2b2b;
  cursor: default;
  padding:0 5px 0;
}
.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}
.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width:30px;
  height: 30px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  transition-property: top, color;
  transition-duration: .1s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: .65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

/* RIGHT COLUMN  WRAPPER *************************************************************/
.header-right-col {
    -webkit-flex-basis: 5%;
    -ms-flex-preferred-size: 5%;
  flex-basis: 5%;
  border: 0px solid #333;
}
@media only screen and (max-width: 767px){
  .header-right-col {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}

.header-right-col ul li{
  margin:0 15px;
  padding:0 auto;
}
.header-right-col ul li:last-child{
  margin-right:0px;
}
@media only screen and (max-width: 767px){
  .header-right-col ul li{
    margin:0 5px;
    padding:0 auto;
  }
  .header-right-col ul li:last-child{
    margin-left:15px;
  }
}

.header-icon-box-wrap {
  position: relative;
}
.header-icon-box-wrap:hover h3,
.header-icon-box-wrap:hover i {
  color:#ffcc00;
  transition: .25s ease-in-out;
  cursor: pointer;
}
.header-icon-box-wrap i{
  color:#444;
  font-size: 1.7rem;
  margin-right: 5px;
}
.header-icon-box-wrap h3{
  color: #333;
  font-size: 0.7rem;
  margin-bottom: 0;
}
.header-icon-box-wrap h5{
  color: #777;
  font-size: 0.5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px){
  .header-icon-box-wrap i{
    color:#444;
    font-size: 1.5rem;
    margin-right:4px;
    position: relative;
    top: 2px;
  }
  .header-icon-box-wrap h3{
    font-size: 0.5rem;
  }
  .header-icon-box-wrap h5{
    display: none;
  }
}

.header-compare {
  position: relative;
  XXXbackground-color: #f3f5f9;
  width: 3rem;
  height: 3rem;
  transition: .25s ease-in-out;
  border-radius: 50%;
  line-height: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .header-compare{
    position: relative;
    background-color: transparent;
    width: 2.5rem;
    height: 2.5rem;
    transition: .25s ease-in-out;
    border-radius: 50%;
    line-height: 1.1rem;
    text-align: center;
  }
}

/*
.header-compare::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 48px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e1e1e1;
    margin-left: 25px;
}
*/

.header-compare:hover {
  background-color: transparent;
  xbox-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  xcolor:#fff;
}
.header-compare i{
  font-size: 1.2rem;
  line-height: 2rem;
  color: #999;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 0;
  left: 12px;
}
@media only screen and (max-width: 767px){
  .header-compare i{
    position: absolute;
    top: 4px;
    left: 5px;
  }
}
.header-compare:hover i {
  color:#333;
}
.header-compare .xs-item-count {
  font-size: .85rem;
  font-weight: 500;
  text-align: center;
  line-height: 1rem;
  color: #fff;
  background-color: #FFCC00;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 0px;
}
@media only screen and (max-width: 767px){
  .header-compare .xs-item-count {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #333;
    background-color: #fff;
  }
}
.header-compare .text-title-compare {
  font-size: 0.6rem;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing:0;
  display: block;
  position: absolute;
  top: 22px;
  right: 0  ;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 767px){
  .header-compare .text-title-compare {
    display: none;
  }
}
.header-compare:hover .text-title-compare {
  color:#333;
}

.wrap-nav-download {
    display: inline-block;
    padding-left: 10px;
    text-align: left;
    color: #FFFFFF;
    font-size: 11px;
    position: relative;
    line-height: 1.3;
}
.wrap-nav-download h6 {
    color: #777;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.wrap-nav-download span {
    color: #999;
    margin: 0;
    font-size: 10px;
    font-weight:normal;
}




.search-by-qty-container {
  xwidth: 100px;
  position: relative;
  margin-left: 30px;
  text-align: center;
  xborder:1px solid #f7f7f7;
}
.search-qty-input {
  width: 100px;
  position: relative;
  height: 2rem;
  background: transparent;
  border: 1px solid #f7f7f7;
  border-radius: 1.625rem;
  padding: 0 0.5rem 0 1rem;
  font-size: 1rem;



  /*
  border: 1px solid #ccc;
  border-right: none;
  padding: 5px 20px;
  height: 20px;
  border-radius: 25px 0 0 25px;
  outline: none;
  color: #ccc;
  */
}
.search-qty-Button {
  width: 40px;
  height: 36px;
  xborder: 1px solid #ccc;
  background: transparent;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  margin-left: -3rem;

}
.search-qty-title {
  font-size: 12px;
  font-weight: 500;
  color:#999;
  margin: 0;
}
.search-by-qty-container i{
  color:#ccc;
}






/***************************************************************************
-- MOBILE
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/

.mobile-head-wrapper {
  Xbackground-color: #fffcf2;
  Xbackground-color: #f7f7f8;;
  background-color: #fFCC00;;
}

.mobile-icon-burger{
  padding-left: 5px;
  padding-right: 20px;
}
.mobile-icon-search{
  padding: 0 5px;
}
.mobile-icon-login{
  padding: 0 7px;
}
.mobile-icon-compare{
  padding: 0 5px;
}
.mobile-region-flag-dropdown {
  padding: 0 5px;
}

.mobile-icon-burger i{
  font-size: 20px;
  color:#333;
}
.mobile-icon-search i,
.mobile-icon-login i,
.mobile-icon-compare i{
  font-size: 17px;
  color:#333;
}
.mobile-icon-search i:hover,
.mobile-icon-login i:hover,
.mobile-icon-compare i:hover,
.mobile-icon-burger i:hover{
  font-size: 20px;
  /*color:#ffcc00;*/
}





.mobile-search-box-slide-toggle {
  background-color: #e9e9e9;
  padding: 10px;
  z-index: 999999999;
}
.mobile-search-box-slide-toggle #search-text {
  float: left;
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  width: -o-calc(100% - 40px);
  width: calc(100% - 50px);
}
.mobile-search-box-slide-toggle.search-btn {
  display: inline-block;
  margin-left: 10px;
}
.mobile-search-box-slide-toggle.search-form {
  padding: 1px 10px;
}

.mobile-search-box-or {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: calc(14px + (25 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
  color:#999;
  line-height: normal;
}
.mobile-search-box-or:after,
.mobile-search-box-or:before {
  content: '';
  width: 80px;
  height: 2px;
  background: #ccc;
  margin: 0 10px;
}

.main-search-box-mobile {
  position: relative;
  margin: 12px 0;
}
.main-search-box-mobile input {
  width: 100%;
  height: 55px;
  flex-grow: 1;
  min-width: 250px;
  padding: .475rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  background: #fff;
  border: 2px solid rgba(9,9,9, .01);
  border-radius: 50px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  padding-right: 56px!important;
}
.main-search-box-mobile input:hover {
  color:#333 !important;
  Xborder: 2px solid #eff1f3;
  border: 2px solid #ddd;
  background: #fffcf2;
}
.main-search-box-mobile input:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing:0px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.main-search-box-mobile button {
  color:#333;
  /*background-color: #ffcc00;
  border-radius: 25px;*/
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 10px 15px;
  position: absolute;
  right: 10px;

	cursor: pointer;
	background-color: transparent;
	cursor: pointer;
	font-size: 22px;
	bottom: 50%;
    transform: translate(0px, 50%);

}
.main-search-box-mobile button:before{
	content: "";
    position: relative;
    top: -2px;
    right: 10px;
    height: 40px;
    border-left: 1px solid #ccc;
    padding: 3px 0;
}

@media (max-width: 1200px){
	#open-modal-compare-products-window .modal-dialog.modal-xl{
		max-width: 95%;
	}
}
@media (max-width: 768px){
	#open-modal-compare-products-window .container{
		max-width: 100%;
	}
}
@media (max-width: 650px){
	#open-modal-compare-products-window #comparison_return{
		overflow-x: auto;
	}
}


/*
.mobile-search-box-toggle{
  background: #fff;
  position: absolute;
  top: 95px;
  width: 100%;
  right: 0;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border-top: 4px solid #333;
  display: none;
  z-index: 999999999;
}
.mobile-search-box-toggle:before{
  content: "";
  position: absolute;
  top: -32px;
  right: 140px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #333;
}

.mobile-search-box-toggle input[type="text"]{
  width: 80%;
  height: 50px;
  margin: 0 10px;
  outline: none;
}

.mobile-search-box-toggle input[type="button"]{
  width: 80px;
  padding: 5px 0;
  background: #ccc;
  color: #fff;
  margin-right: 12px;
  border: 1px solid #333;
  outline: none;
  cursor: pointer;
}
*/

/*
.mobile-region-flag-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-mobile-flag-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 100;
}
.mobile-region-flag-dropdown:hover .dropdown-mobile-flag-content {
  display: block;
}
.mobile-region-flag-dropdown img{
  width:60px;
}
*/

.mobile-region-flag-dropdown {
  position: relative;
  top: -4px;
  xtop: 50%;
  xtransform: translateY(-50%);
  Xpadding: 0 10px;
}
.mobile-region-flag-dropdown img{
  width:20px;
}
.mobile-region-flag-dropdown .dropdown-menu.show {
    display: block;
}
.mobile-region-flag-dropdown .dropdown-menu {
  position: absolute;
  left: -30px !important;
  top: 10px !important;
  z-index: 1000;
  display: none;
  min-width: 4rem;
  padding: 5px;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: center;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

.mobile-region-flag-dropdown .dropdown-item {
  padding: 5px;
}
.mobile-region-flag-dropdown .dropdown-item img{
  width:40px;
}





/***************************************************************************
-- HEADER / MENU / OFF-CANVAS SLIDE HAMBURGER
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/

.offcanvas-active {
	overflow: hidden;
}
.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(0,0,0, 0.7);
  XXXbackground-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
.offcanvas .bg-light{
  background-color: #ffcc00!important;
}
.offcanvas .border-bottom {
  border-bottom: 4px solid #dee2e6!important;
}
.offcanvas header h6 {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  color:#fff;
}

.offcanvas{
	xwidth:350px;
  width: 80%;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.offcanvas.offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
 }
.offcanvas.show{
	visibility: visible;
  transform: translateX(0);
  transition: transform .2s;
}

.offcanvas .btn-close {
  position: absolute;
  right:15px;
  opacity: 1;
}


.main-menu-wrapper {
  background: #f1f1f1;
  position: relative;
  width: 100%;
  padding:20px 0;
  margin: 0;
}

.burger-icon i{
  font-size: 20px;
}
.burger-icon i:hover{
  color:#ffcc00;
  transform: scale(1.1);
}







/*----------------------------------------------------------------------------------
  --- B R E A D C R U M B  ---
---------------------------------------------------------------------------------*/


/* BREADCRUMB VERSION 1 ************************/
.breadcrumb-Area {
	padding: 10px 0;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px){
  .breadcrumb-Area {
  	padding: 10px 0;
    background-color: #fffcf2;
  }
}
.breadcrumb-content > ul > li {
	list-style: none;
	display: inline-block;
  line-height: 18px;
}
.breadcrumb-content > ul > li > a {
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 18px;
	color: #222555;
}
.breadcrumb-content > ul > li.active > a,
.breadcrumb-content > ul > li > a:hover {
	color: #FFCC00;
}
.breadcrumb-content li + li:before {
	content: " / ";
	padding: 0 5px;
	vertical-align: middle;
	color: #888;
}


/* BREADCRUMB VERSION 2 ************************/
.background-breadcrumb-content2 {
  font-size: 12px;
	background-color: #f4f4f4;
  padding:5px 0;
}
@media only screen and (max-width: 767px) {
  .background-breadcrumb-content2 {
    padding:0 15px;
  }
}
.breadcrumb-content2 > ul > li {
	list-style: none;
	display: inline-block;
  font-size: 0.8rem;
}
.breadcrumb-content2 > ul > li > a {
	display: inline-block;
	position: relative;
	color: #777;
  Xfont-size: 0.8rem;
}
.breadcrumb-content2 > ul > li.active > a,
.breadcrumb-content2 > ul > li > a:hover {
  Xfont-size: 0.8rem;
	color: #000;
  font-weight: 400;
  text-decoration: none;
}
.breadcrumb-content2 > ul > li.active > a {
  Xfont-size: 0.8rem;
	color: #333 !important;
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
}
.breadcrumb-content2 li + li:before {
	content: " / ";
	padding: 0 2px;
	vertical-align: middle;
	color: #888;
}


/* BREADCRUMB VIDEO TUTORIAL ************************/
.breadcrumb-video-tut {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  color:#fff;
  background: #f0b81f;
  border:1px solid #cc9900;
  padding: 2px 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.breadcrumb-video-tut:hover{
  color:#fff;
  border:1px solid #999;
  background: #aaa;
  cursor: pointer;
}
.breadcrumb-video-tut:focus{
  color:#231f20;
  border:1px solid #231f20;
  background: transparent;
}
.breadcrumb-video-tut:after {
  font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
  content: "\f03d";
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
.breadcrumb-video-tut {
    display: none;
  }
}

.breadcrumb-video-tut2 {
  font-family: 'xRoboto', 'xOswald', 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
  color:#fff;
  background: #666;
  border:1px solid #777;
  border-radius: 2px;
  padding: 2px 10px;
  text-transform: uppercase;
  transition: all 250ms ease !important;
}
.breadcrumb-video-tut2:hover{
  color:#000;
  border:1px solid #999;
  background: #fff;
}
.breadcrumb-video-tut2:after {
  font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
  xcolor:#fff !important;
  content: "\f15c";
  padding-left: 8px;
}
.breadcrumb-video-tut2:hover:after{
  color:#222!important;
}



/*----------------------------------------------------------------------------------
  --- Section title ---
---------------------------------------------------------------------------------*/
.section-header {
  position: relative;
}
.section-header > h2,
.section-header > .h2 {
  font-size: calc(20px + (30 - 20) * ((100vw - 400px) / (2500 - 400)));
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 700;
  color: #222222;
  xfont-family: 'Montserrat', sans-serif;
  text-transform: unset;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.section-header .subtitle {
  xfont-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 8px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #ffcc00;
}
.section-header > h2:before,
.section-header > .h2:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 4px;
  background: #ffcc00;
  bottom: 0;
}
.section-header.text-center > h2:before,
.section-header.text-center > .h2:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}




/*----------------------------------------------------------------------------------
  --- TOOLTIPS ---
---------------------------------------------------------------------------------*/
[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: 0.6rem;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: Helvetica, sans-serif;
  text-align: center;
  min-width: 10em;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px 7px;
  border-radius: 4px;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.5);
  background: #222;
  color: #fff;
  z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
  z-index: 1001;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}
/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 5px;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 10px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}
/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}
/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}








/***************************************************************************
-- INDEX PAGE, LANDING PAGE
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/




/* HOMEPAGE MAIN BANNER CAROUSEL - SLIDER (OCTOBER 15, 2021 - Replacing the Old carousel)
================================================== */
.homepage-main-carousel {
  position: relative;
}
.homepage-main-carousel .item {
  display: inline-block;
  width: 100%;
  height: 600px !important;
  max-height:600px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px){

  .homepage-main-carousel .item {
    xdisplay: flex;
    xjustify-content: center;
    height: 600px !important;
  }
}

.homepage-main-carousel .item img {
  position: relative;
  display: inline-block;
  max-width: auto;
  width: 100%;
  Xheight: 600px;
  object-fit: cover;
}


/*
.homepage-main-carousel .item img {
  position: relative;
  display: inline-block;
  max-width: auto;
  width: 100%;
  height: 600px;
  object-fit: cover;
}
*/

.hero-banner-image-size-h600px {
  position: relative;
  height: 600px !important;
  object-fit: cover;
}


/*
@media only screen and (max-width: 767px) {
  .homepage-main-carousel .item .main-cover {
    background: rgba(0, 0, 0, 0.2)!important;
  }
}
*/




.home-banner-footer-bar-container {
  position: relative;
  display: flex;
  min-width: 10rem;
  height: 35px;
  overflow: hidden;
  bottom: 30px;
  z-index: 1;
}
.home-banner-footer-bar-svg{
  position: absolute;
  width: 700rem;
  height: 1.6rem;
  margin-left: 50%;
  transform: translateX(-50%);
  fill: #fff;
}
@media only screen and (max-width: 767px){
  .home-banner-footer-bar-container {
    display: none;
  }
}



.homepage-main-carousel .item .main-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.0);
  display: flex;
  align-items: center;
}
.homepage-main-carousel .item .main-cover .banner-content-wrap {
  position: relative;
  xoverflow: hidden;
}
@media only screen and (max-width: 767px){
  .homepage-main-carousel .item .main-cover .banner-content-wrap {
    position: relative;
    padding: 30px;
  }
}

.homepage-main-carousel .item .main-cover .banner-content-img {
  min-width:250px;
}
@media only screen and (max-width: 767px){
  .homepage-main-carousel .item .main-cover .banner-content-img {
    display: none;
  }
}

.homepage-main-carousel .item .main-cover .banner-content-wrap h1 {
  font-size: calc(40px + (80 - 40) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 400;
  word-spacing: 3px;
  color: #fff;
  line-height: 1;
  margin-bottom: 25px;
}
.homepage-main-carousel .item .main-cover .banner-content-wrap h2 {
  font-weight: 400;
  font-size: calc(20px + (50 - 20) * ((100vw - 400px) / (2500 - 400)));
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0rem;
}
.homepage-main-carousel .item .main-cover .banner-content-wrap h3 {
  font-size: calc(16px + (35 - 16) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}
.homepage-main-carousel .item .main-cover .banner-content-wrap h4 {
  font-size: calc(15px + (25 - 15) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px){
  .homepage-main-carousel .item .main-cover .banner-content-wrap h1,
  .homepage-main-carousel .item .main-cover .banner-content-wrap h2,
  .homepage-main-carousel .item .main-cover .banner-content-wrap h3,
  .homepage-main-carousel .item .main-cover .banner-content-wrap h4 {
  color: #fff;
  }
}

.homepage-main-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.homepage-main-carousel .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.homepage-main-carousel .owl-item.active h3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.homepage-main-carousel .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.homepage-main-carousel .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

/*
@media only screen and (max-width: 767px){
  .homepage-main-carousel .owl-nav {
    position:relative;
    top: 45px!important;
  }

  .homepage-main-carousel .owl-nav .owl-prev {
    width: 40px !important;
    height: 40px !important;
    left: 5px!important;
  }
  .homepage-main-carousel .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
    right: 5px!important;
  }

  .homepage-main-carousel .owl-nav .owl-next {
    float: right;
  }

  .homepage-main-carousel .owl-nav .owl-prev i {
    font-size: 1.5rem!important;
  }
  .homepage-main-carousel .owl-nav .owl-next i {
    font-size: 1.5rem!important;
  }
}
*/

.homepage-main-carousel .owl-item.active .hero-icon-aimation-fadeInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}


.homepage-main-carousel .owl-nav .owl-prev {
  position: absolute;
  display: block;
  color:#fff;
  left: 20px;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border:1px solid #fff !important;
  background: rgba(0, 0, 0, 0.05) !important;
  width: 60px;
  height: 60px;
  padding:15px 15px;
  z-index: 1000;
  border-radius:50%;
  cursor: pointer;
}
.homepage-main-carousel .owl-nav .owl-prev i {
  font-size: 2rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .homepage-main-carousel .owl-nav .owl-prev {
    left: 88%;
    top: 82%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-prev i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .homepage-main-carousel .owl-nav .owl-prev {
    left: 85%;
    top: 85%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-prev i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .homepage-main-carousel .owl-nav .owl-prev {
    left: 84%;
    top: 90%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-prev i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 479px){
  .homepage-main-carousel .owl-nav .owl-prev {
    left: 74%;
    top: 87%;
    width: 35px;
    height: 35px;
    padding: 10px;
  }
  .homepage-main-carousel .owl-nav .owl-prev i {
    font-size: 1.2rem;
  }
}


.homepage-main-carousel .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.homepage-main-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.homepage-main-carousel .owl-nav .owl-prev:hover {
  color:#fff;
  border:1px solid #ffcc00 !important;
  background-color: #ffcc00 !important;
}

.homepage-main-carousel .owl-nav .owl-next {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border:1px solid #fff !important;
  background: rgba(0, 0, 0, 0.05) !important;
  width: 60px;
  height: 60px;
  padding:15px 15px;
  z-index: 1000;
  border-radius: 50%;
  cursor: pointer;
}
.homepage-main-carousel .owl-nav .owl-next i {
  font-size: 2rem;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px){
  .homepage-main-carousel .owl-nav .owl-next {
    right: 20px;
    top: 82%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-next i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
  .homepage-main-carousel .owl-nav .owl-next {
    right: 20px;
    top: 85%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-next i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px){
  .homepage-main-carousel .owl-nav .owl-next {
    right: 20px;
    top: 90%;
    width: 45px;
    height: 45px;
    padding: 15px 15px;
  }
  .homepage-main-carousel .owl-nav .owl-next i {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 100px) and (max-width: 479px){
  .homepage-main-carousel .owl-nav .owl-next {
    right: 20px;
    top: 87%;
    width: 35px;
    height: 35px;
    padding: 10px;
  }
  .homepage-main-carousel .owl-nav .owl-next i {
    font-size: 1.2rem;
  }
}



.homepage-main-carousel .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.homepage-main-carousel .owl-nav .owl-next:focus {
  outline: 0;
}
.homepage-main-carousel .owl-nav .owl-next:hover {
  color:#fff;
  border:1px solid #ffcc00 !important;
  background-color: #ffcc00 !important;
}
/*
.homepage-main-carousel:hover .owl-prev {
  left: 20px;
  opacity: 1;
}
.homepage-main-carousel:hover .owl-next {
  right: 20px;
  opacity: 1;
}
*/




/* OWL DOTS  */
.homepage-main-carousel .owl-dots {
  position: relative;
  text-align: center;
  top:30px;
}
@media only screen and (min-width: 768px) { /* IR REMOVE DOTS FROM BIGGER SCREEN */
  .homepage-main-carousel .owl-dots {
    display: none;
  }
}

.homepage-main-carousel .owl-dots .owl-dot span{
  width: 50px;
  height: 5px;
  border-radius:5%;
  display: inline-block;
  background: #000;
  margin: 0 5px;
  z-index: 999999999;
}
.homepage-main-carousel.owl-carousel .owl-dots .owl-dot.active span,
.homepage-main-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background: #ffcc00;
  transition: 0.3s ease-out;
}
.homepage-main-carousel.owl-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
@media only screen and (max-width: 767px){
  .homepage-main-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: 100px;
  }
  .homepage-main-carousel.owl-carousel .owl-dots .owl-dot span{
    border-radius: 0;
    width: 25px;
    height: 6px;
    background-color: #ccc;
    border-radius: 30px;
  }
}


/*
.homepage-main-carousel .owl-dots {
  text-align: center;
}
.homepage-main-carousel .owl-dots button.owl-dot {
	border-radius: 0;
  width: 60px;
  height: 4px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: #ccc;
  border:none;
  position: relative;
}
.homepage-main-carousel .owl-dots button.owl-dot.active span,
.homepage-main-carousel .owl-dots button.owl-dot:hover span {
  background-color: #ffcc00 !important;
}
*/





.banner-content-wrap .text-top {
  position: absolute;
  top: -260px;
  left:50%;
  transform: translateX(-50%);
  width: fit-content;
}
.banner-content-wrap .text-bottom {
  position: absolute;
  bottom: -230px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}




.home-page-banner-btn--wrapper {
  display: block;
  margin-top: 25px;
}
@media only screen and (max-width: 767px){
  .home-page-banner-btn--wrapper{
    display: block;
    xmargin-top: 0px;
    position: absolute;
    bottom: 10px;
  }
}

.home-page-banner-btn {
  font-size: calc(14px + (20 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  letter-spacing: 0.5px;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  border-radius: 50px;
  border:0px solid #333;
  display: inline-block;
  text-decoration: none;
  margin: .2rem 0;
  transition: background-color .3s ease,border-color .3s ease,color .3s ease;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home-page-banner-btn:hover {
  color:#000;
  background: rgba(225,225,225, 1);
  border:0px solid #000;
  transition: all .2s linear;
  transform: translateX(5px);
}
.home-page-banner-btn::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(12px + (30 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight:500;
	position: relative;
	top:2px;
	padding-left:10px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.home-page-banner-btn:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(8px);
}
@media only screen and (max-width: 767px){
.home-page-banner-btn {
    padding: 8px 12px;
    letter-spacing: 0px;
  }
  .home-page-banner-btn::after {
    display: none !important;
  }
}

.home-page-banner-btn2 {
  font-size: calc(14px + (20 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  letter-spacing: 0.5px;
  background-color: #fff;
  border:1px solid #333;
  color: #000;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  margin: .2rem 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home-page-banner-btn2:hover {
  color:#000;
  background: rgba(225,225,225, 0.6);
  border:1px solid #000;
  transition: all .2s linear;
  transform: translateX(5px);
}
.home-page-banner-btn2::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(12px + (30 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight:500;
	position: relative;
	top:4px;
	padding-left:10px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.home-page-banner-btn2:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(8px);
}

.home-page-banner-btn3 {
  font-size: calc(14px + (20 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  letter-spacing: 0.5px;
  background-color: #ffcc00;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  border-radius: 50px;
  border:0px solid #333;
  display: inline-block;
  text-decoration: none;
  margin: .2rem 0;
  transition: background-color .3s ease,border-color .3s ease,color .3s ease;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home-page-banner-btn3:hover {
  color:#000;
  background: rgba(225,225,225, 1);
  border:0px solid #000;
  transition: all .2s linear;
  transform: translateX(5px);
}
.home-page-banner-btn3::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(12px + (30 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
	position: relative;
	top:2px;
	padding-left:10px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.home-page-banner-btn3:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(8px);
}
@media only screen and (max-width: 767px){
.home-page-banner-btn3 {
    padding: 8px 12px;
    letter-spacing: 0px;
  }
  .home-page-banner-btn3::after {
    display: none !important;
  }
}

/* HOME PAGE -VIDEO- PLAY BUTTON */
.play-video {
    position: relative !important;
    z-index: 100;
}
.banner-content-wrap .play-button-container {
    position: absolute;
    top: 250px;
    right:-120px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media only screen and (max-width: 767px){
  .banner-content-wrap .play-button-container {
    position: absolute;
    top: 50px;
    right:-50px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
.banner-content-wrap .play-button-container {
    width: 110px;
    height: 110px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: -webkit-linear-gradient(330deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
    background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
    box-shadow: 0 24px 72px 0 rgb(0 0 0 / 50%);
    -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
    transition: 300ms all cubic-bezier(.4,0,.2,1);
}
.banner-content-wrap .play-button-container:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffcc00;
  border-radius: 50%;
  animation: pulse-play 1500ms ease-out infinite;
}
.banner-content-wrap .play-button-container:hover:before {
  width: 80px;
  height: 80px;
  background: #ff0000;
  animation: pulse-play 1500ms ease-out infinite;
}
@keyframes pulse-play {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
.banner-content-wrap .play-button-container .play-button {
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #ffcc00;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 300ms all cubic-bezier(.4,0,.2,1);
  transition: 300ms all cubic-bezier(.4,0,.2,1);
}
.banner-content-wrap .play-button-container:hover{
  -webkit-transform:translate(-50%,-50%) scale(.90);
  transform:translate(-50%,-50%) scale(.90);
}
.banner-content-wrap .play-button-container:hover .play-button{
  transform: scale(1.2);
  background: #ff0000;
}
.banner-content-wrap .play-button-container .play-button svg {
    width: 34px;
    height: 34px;
    color:#fff;
}
.banner-content-wrap .play-button-container .play-button i {
    xwidth: 34px;
    xheight: 34px;
    background-color: #333;
    color: #fff;
    font-size:1rem;
}
.home-page-banner-btn-play {
  font-size: calc(15px + (30 - 15) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  background-color: #333;
  color: #fff;
  border-radius: 100%;
  padding: 1.2rem;
  display: inline-block;
  width:60px;
  height:60px;
  line-height: 25px;
  margin: 1rem;
  transition: all 0.3s ease-in-out;
  font-family: 'Titillium Web',sans-serif;
  cursor: pointer;
}
.home-page-banner-btn-play:hover {
	background-color: #999;
	color: #fff;
}
.home-page-banner-btn-play::after {
  display: inline-block;
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(15px + (30 - 15) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
	position: relative;
	top:0px;
	padding-left: 3px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/**/
.homepage-banner-desktop #video-bg {
  position: fixed;
  top: 0;
  right: 0;
  Xwidth: auto;
  Xmin-width: 100%;
  height: auto;
  min-height: 600px;
  background-size: cover;
}
/*
.homepage-banner-mobile #video-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 600px;
  xbackground: transparent url(video-bg.jpg) no-repeat;
  background-size: cover;
}
*/

.homepage-banner-desktop video,
.homepage-banner-mobile video {
  display: block;
  xposition: absolute;
  xtop: 0;
  xleft: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}




/* END HOMEPAGE MAIN BANNER CAROUSEL - SLIDER *********************/





/* HOMEPAGE ICON BOX
================================================== */
.section-icon-box-wrapper {
  background: #fff;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px){
  .section-icon-box-wrapper {
    margin: 40px 0;
  }
}

.section-icon-box-wrapper .icon-box-item{
  padding: 20px 0;
  transition: all 0.3s ease;
}
.section-icon-box-wrapper .icon-box-item:hover{
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transform: translateY(-5px);
}
.section-icon-box-wrapper .icon-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px){
  .section-icon-box-wrapper .icon-box-item{
    padding: 5px 0;
    transition: all 0.3s ease;
  }
  .section-icon-box-wrapper .icon-box {
    width: 80px;
    height: 80px;
    border-radius: 10%;
    margin: 0 auto;
  }
}
.section-icon-box-wrapper .icon-box {
  background: #ffcc00;
  box-shadow: 0px 12px 10px 7px rgba(0,0,0,0.04);
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.section-icon-box-wrapper .icon-box-item:hover .icon-box {
	-webkit-box-shadow: 0px 12px 10px 7px rgba(0,0,0,0.04);
	-moz-box-shadow: 0px 12px 10px 7px rgba(0,0,0,0.04);
	box-shadow: 0px 12px 10px 7px rgba(0,0,0,0.1);
	background: #ccc;
  transform: scale(1.05);
}

.section-icon-box-wrapper .icon-box img{
  display: block;
  max-width: 50%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
	transform: translateY(-50%);
  filter: brightness(0) invert(1);
}
.section-icon-box-wrapper h3{
  font-size: calc(12px + (16 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0rem;
}
.section-icon-box-wrapper p{
  font-size: calc(10px + (14 - 10) * ((100vw - 400px) / (2500 - 400)));
}
@media only screen and (max-width: 767px){
  .section-icon-box-wrapper p {
    display: none;
  }
}

/* END HOMEPAGE ICON BOX
================================================== */





/* ORA HOMEPAGE ICON BOX
================================================== */

.homepage-featured-category {
  xbackground: linear-gradient( 180deg,#eceef5,rgba(245,246,250,0));
  xbackground-image: linear-gradient(to bottom, #f5f5f5, #f7f7f7, #fafafa, #fcfcfc, #ffffff);
  background-image: linear-gradient(to bottom, #FBF2D5, #fff, #ffffff);
  xborder-radius: 20px;
  xmargin-top: 1rem;
  padding: 5rem 3rem 0 3rem;
}
@media only screen and (max-width: 767px){
  .homepage-featured-category {
    border-radius: 0px;
    margin-top: 1rem;
    padding: 3rem 1rem 0 1rem;
  }
}
.featured-category-content h1{
  font-size: calc(20px + (40 - 20) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
  line-height: 1.3;
  margin-top: .7rem;
  margin-bottom: 1rem;
  display: block;
}
.featured-category-content h3{
  margin-bottom: 0rem;
  font-weight: 400;
  display: block;
}
.featured-category-content h4{
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2rem;
  text-align:justify;
  padding-right:10%;
}
@media only screen and (max-width: 767px){
  .featured-category-content h4{
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 2rem;
    text-align:justify;
    padding-right: 0;
  }
}
.featured-category-content img{
  border-radius: 15px;
}

.featured-category-masonry-wrap {
  margin-top:5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 767px){
  .featured-category-masonry-wrap {
    margin-top: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.featured-category-masonry {
    -webkit-column-count: 3;
    -moz-column-count:3;
  column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
  column-gap: 1em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em;
}
@media only screen and (max-width: 767px){
  .featured-category-masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    column-gap: 0.5em;
  }
}
.featured-category-masonry .masonry-item {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 15px;
  xpadding: 1em;
  margin: 1em;
   -webkit-transition:1s ease all;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 8px 0 #ccc;
  xbox-shadow: 0 3px 8px rgb(0 0 0 / 8%), 0 10px 16px rgb(0 0 0 / 7%);
  overflow: hidden;
}
@media only screen and (max-width: 767px){
  .featured-category-masonry .masonry-item {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
    margin: 0.2rem;
     -webkit-transition:1s ease all;
    box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
    box-shadow: 0px 0px 0px 0 #ccc;
    overflow: hidden;
  }
}

.featured-category-masonry .masonry-item img{
  max-width:100%;
  border-radius: 10px;
  transition: all 0.9s;
}
.featured-category-masonry .masonry-item:hover img{
  xtransform: scale(1.02);
  transform: scale(1.055);
  opacity: 0.6;
  background-color: #333;
}

.featured-category-masonry .masonry-item .overlay-text {
  position: absolute;
  bottom: 7%;
  left: 0;
  padding-left: 1.6rem;
  height: 5rem;
  width: calc(100% - 5rem);
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: rgba(25,25,25,0.7);
  transition: all 0.2s ease-out 0s;
}
.featured-category-masonry .masonry-item .overlay-text:hover {
  background: #ffcc00;
  background: rgba(255, 204, 0, 0.7);
}

.featured-category-masonry .masonry-item .overlay-text h1{
  margin-bottom: .0rem;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
}
.featured-category-masonry .masonry-item .overlay-text p{
  color: white;
  font-size: 1rem;
  margin-bottom: 0px;
}
.featured-category-masonry .masonry-item .overlay-text p::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(12px + (30 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
	position: relative;
	top:4px;
	padding-left:10px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.featured-category-masonry .masonry-item .overlay-text:hover h1,
.featured-category-masonry .masonry-item .overlay-text:hover p{
  color:#000;
}
@media only screen and (max-width: 767px){
  .featured-category-masonry .masonry-item .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0rem;
    height: 3rem;
    width: calc(100% - 0rem);
    border-top-right-radius:0px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: rgba(25,25,25,0.5);
    transition: all 0.2s ease-out 0s;
  }
  .featured-category-masonry .masonry-item .overlay-text h1{
    margin-bottom: .0rem;
    color: white;
    font-size: 1rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
  }
  .featured-category-masonry .masonry-item .overlay-text p{
    display: none;
  }
}


.ora-section-icon-box-wrapper {
  background: #fff;
  padding: 150px 0 0 0;
}
@media only screen and (max-width: 767px){
  .ora-section-icon-box-wrapper {
    background: #fff;
    padding: 50px 0 0 0;
  }
}
.ora-section-icon-box-wrapper .icon-box-ora {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px){
  .ora-section-icon-box-wrapper .icon-box-ora {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
  }
}
.ora-section-icon-box-wrapper .icon-box-ora {
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ora-section-icon-box-wrapper a:hover .icon-box-ora{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	background: #ffcc00;
  transform: scale(1.3);
  transition: all 0.3s ease 0s;
}
.ora-section-icon-box-wrapper .icon-box-ora img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
	transform: translateY(-50%);
}
.ora-section-icon-box-wrapper h3{
  font-size: calc(12px + (16 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0rem;
  transition: all 0.5s ease 0s;
}
.ora-section-icon-box-wrapper a:hover h3{
  transform: scale(1.3);
  transition: all 0.5s ease 0s;
}
.ora-section-icon-box-wrapper p{
  font-size: calc(10px + (14 - 10) * ((100vw - 400px) / (2500 - 400)));
}
.ora-section-icon-box-wrapper a:hover p{
  text-decoration: underline;
}
@media only screen and (max-width: 767px){
  .ora-section-icon-box-wrapper p{
    display: none;
  }
  .ora-section-icon-box-wrapper h3{
    margin-bottom: 2rem;
  }
}
.bar--line:not(:last-of-type):after {
  content: '';
  height: 40px;
  width: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 30px;
}
@media only screen and (max-width: 767px){
  .bar--line:not(:last-of-type):after {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
/* END HOMEPAGE ORA ICON BOX
================================================== */





/* HOMEPAGE - ESSENTIAL PRODUCTS SLICK SLIDER BANNER
************************************/

.essential--products {
  position: relative !important;
  overflow: hidden !important;
  padding:50px 0;
}
.essential--products.img--pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #f7f6fc url(https://www.whatsyourora.ca/images/bg_graph.png) repeat 50% 0;
  opacity: 0.4;
}
.essential--products .essential-slider-item h3{
  xfont-family: 'Titillium Web',sans-serif !important;
  font-size: calc(15px + (16 - 15) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  padding-bottom: 10px;
  margin:0;
}
.essential--products .essential-slider-item:hover h3 {
  color:#333;
  transition: all 0.2s ease-in-out;
}
.essential--products .essential-slider-item h4{
  xfont-family: 'Titillium Web',sans-serif !important;
  font-size: calc(14px + (15 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight:400;
  color:#777;
  letter-spacing: 0px;
  text-align: center;
  padding-top:20px;
  z-index: 1;
}
.essential--products .essential-slider-item:hover h4 {
  text-decoration: underline!important;
  color:#666;
  transition: all 0.2s ease-in-out;
}
.essential--products .essential-slider-item i{
  position: relative;
  top:2px;
  font-size: 14px;
  padding-left: 7px;
}

.essential--products .essential-slider-item {
  overflow: hidden;
  background:#fff;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin:5px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.essential--products .essential-slider-item:hover{
  Xtransform: scale(1.02);
  transform: translateY(-5px);
  background:#transparent;
  border: 1px solid #ffcc00;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.essential--products .essential-slider-item img {
  border-radius: 8px;
  border: 1px solid #fff;
  width:80%;
  display: block;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
}
.essential--products .essential-slider-item:hover img {
  xopacity: .5;
  border: 1px solid #fff;
  transform: scale(1.03);
  transition: all 0.5s ease-in-out;
}


/***************************************************************************
-- END INDEX PAGE, LANDING PAGE
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************/





/*----------------------------------------------------------------------------------
  --- SUBPAGE INFO BAR - TOP BANNER  ---
---------------------------------------------------------------------------------*/

.topBanner-01 {
  text-align: center;
  height: 202px;
  background: linear-gradient(150deg,rgb(243 244 246) 0%,rgb(249 249 251) 39%,rgb(243 244 246) 0%,rgb(249 249 251) 58%,rgb(243 244 246) 58%,rgb(243 244 246) 100%);
  display: flex;
  align-items: center;
}

.info-bar {
  position: relative;
  display: flex;
  justify-content: center;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  object-position: center;
  object-fit: cover;
}
.info-bar .info-bar-overlay {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  xbackground: rgba(0, 0, 0, .5);
  background: linear-gradient(360deg, rgba(0,0,0,1) 13%, rgba(255,255,255,0) 50%, rgba(0,0,0,.9) 100%);
}

.info-bar .info-bar-overlay2 {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.info-bar .info-bar-overlay3 {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0,0,0, 0.5) 2%, rgba(255,255,255,0) 50%, rgba(0,0,0,.1) 100%);
}
.info-bar .info-bar-overlay4 {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(50deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
}
.info-bar .info-bar-overlay5 {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0);
background: linear-gradient(169deg, rgba(0,0,0,0.6965379901960784) 0%, rgba(255,255,255,0) 31%);
}

/*
.info-bar .overlay-02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.zindex-5 {
  z-index: 5 !important;
}
*/

.info-bar.height-800 {
  min-height: 800px;
}
.info-bar.height-600 {
  min-height: 600px;
}
.info-bar.height-400 {
  min-height: 400px;
}

.info-bar .info-bar-content {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}


.info-bar h1 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  xfont-family: "Barlow Condensed" "xLuloCleanW01-One", "poppins", "Barlow Semi Condensed", sans-serif;
  font-size: calc(30px + (50 - 30) * ((100vw - 400px) / (2500 - 400)));
  color:#fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin: 0 0 15px;
}
.info-bar h1 i{
  position: relative;
  font-size: 60px;
  color:#ffcc00;
  top: 8px;
  margin-right:10px;
}
.info-bar h3 {
  position: relative;
  color:#fff;
  font-weight: 300;
}
.info-bar h5 {
  position: relative;
  color:#fff;
  font-weight: 300;
}
.info-bar p {
  position: relative;
  font-size: 1rem;
  color:#fff;
  font-weight: 300;
}
.breadcrumb--bar{
  top: 10px;
}
.breadcrumb--bar ul {
  padding: 0;
}
.breadcrumb--bar ul li {
  bottom: 0;
	list-style: none;
	display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 1rem;
  font-weight: 300;
}
.breadcrumb--bar ul li a {
	color: #777;
  font-size: 1rem;
  font-weight: 300;
}
.breadcrumb--bar ul li a:hover {
	color: #000;
  text-decoration: underline!important;
  xtext-decoration: none;
}
.breadcrumb--bar ul li.active {
	color: #333 !important;
	font-style: italic;
	font-weight: 500;
}
.breadcrumb--bar li + li:before {
	content: " / ";
	padding: 0 2px;
	vertical-align: middle;
	color: #bbb;
  position: relative;
  top: -1px;
}




.full-width-banner {
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center !important;
  background-size: cover !important;
  object-position: center !important;
  object-fit: cover;
}
.full-width-banner .full-width-banner-overlay {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,.8) 10%, rgba(255,255,255,0) 100%);
  xxxxbackground: linear-gradient(360deg, rgba(0,0,0, 0.5) 2%, rgba(255,255,255,0) 50%, rgba(0,0,0,.1) 100%);
}
.full-width-banner .full-width-banner-content {
  display: flex;
  align-items: center;
}
.full-width-banner .full-width-banner-content h1{
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ccc;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: calc(40px + (120 - 40) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.full-width-banner .full-width-banner-content h3 {
  color:#fff;
  letter-spacing: 5px;
  position: relative;
  padding-left: 9rem;
}
.full-width-banner .full-width-banner-content h3::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  left: 6px;
  top: 1rem;
}
.full-width-banner .full-width-banner-content p{
  font-size: 1.2em;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px){
  .full-width-banner .full-width-banner-content h1{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  }
  .full-width-banner .full-width-banner-content h3 {
    color:#fff;
    letter-spacing: 5px;
    position: relative;
    padding-left: 0;
  }
  .full-width-banner .full-width-banner-content h3::before {
    content: "";
    display: block;
    width: 5rem;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: -0.6rem;
  }
  .full-width-banner .full-width-banner-content p{
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 1em;
    line-height: 1.2;
  }
}





.jump-links-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:15px 0;
  text-align: right;
  background-color: rgba(30,31,32,0.3);
}
.jump-links-wrapper ul li {
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  xpadding: 0 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 5px solid #aaa;
  line-height: 1;
}
.jump-links-wrapper ul li:last-child {
  border-right: none;
  padding-right: 0px;
}
.jump-links-wrapper ul li a{
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 3px;
}
.jump-links-wrapper ul li a:hover{
  color: #ffcc00;
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px){
  .jump-links-wrapper {
    text-align: center;
  }
  .jump-links-wrapper ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .jump-links-wrapper ul li a{
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0px;
  }
}



/* FEATURED CATEGORIES PAGES ***************/
.info-bar--featured-category {
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;

  xpadding-top: 100px;
  xpadding-bottom:100px;
  background-color: #fff;
  width: 100%;
  height: 500px;
}
.info-bar--featured-category .content-card {
  position: absolute;
  max-width: 700px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-left-radius:10px;
  border-bottom-right-radius: 60px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 767px){
  .info-bar--featured-category .content-card {
    max-width: 350px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border-bottom-right-radius: 40px;
  }
}
.info-bar--featured-category .content-card h1 {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
}
.info-bar--featured-category .content-card h3 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 25px;
}
.info-bar--featured-category .content-card p {
  color: #fff;
}






/* ANIMATED ARROW  */
.home-scroll {
  height: 4.8rem;
  position: absolute;
  margin: 0 auto;
}
.home-scroll__text {
  display: inline-block;
  font-family: metropolis-semibold,sans-serif;
  font-size: 11px;
  line-height: 4.8rem;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  right: 6rem;
}
.home-scroll__icon {
  display: block;
  height: 3.5rem;
  width: 3.5rem;
  border:2px solid #fff;
  background-color: rgb(225,225,225, 0.7);
  background-image: url(https://colorlib.com/preview/theme/transcend/images/icons/icon-arrow-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.home-scroll__icon:hover {
  color:#fff;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.home-scroll-icon-bounce {
  animation: home-scroll-icon-bounce 3s infinite;
}
@keyframes home-scroll-icon-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}
@media (max-width: 437px) {
  .home-scroll__icon {
  	display: none;
  }
}




.bounce-scroll-arrow-wrapper {
  position: relative;
  margin: auto;
}
.bounce-scroll-arrow {
  Xdisplay: block;

  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  font-size: 20px;
  font-weight: 900;
  color:#000;

  height: 3.5rem;
  width: 3.5rem;
  Xbackground-image: url(https://colorlib.com/preview/theme/transcend/images/icons/icon-arrow-down.svg);
  Xbackground-position: center center;
  Xbackground-repeat: no-repeat;

  background-color: #f7f7f7;
  border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
  transition: all .5s ease-in-out;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bounce-scroll-arrow:hover {
  color:#fff;
  background-color: #ffcc00;
  Xborder: 2px solid #ffcc00;
}
.xbounce-scroll-arrow-bounce {
  animation: home-scroll-icon-bounce 3s infinite;
}
@keyframes bounce-scroll-arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@media (max-width: 437px) {
  .bounce-scroll-arrow {
  	display: none;
  }
}






/*
.content-space {
  padding-top: 5rem!important;
  padding-bottom: 5rem!important;
}
@media only screen and (max-width: 767px){
  .content-space {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
  }
}
*/



/*
  - FEATURED CATEGORIES PAGES -
*/
.bg-featured-category {
    background-color: rgba(241,185,128,.1);
}



/*
  - COLLECTIONS PAGES -
*/
.bg-collections {
    background-color: rgba(241,185,128,.1);
}



/*
  - BRANDING PAGES -
*/
.branding-section {
  display: block;
}
.branding-section.hero-background {
  position: relative;
  background-color: rgba(241,185,128,.1);
  padding: 100px 0;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px){
  .branding-section.hero-background {
    position: relative;
    background-color: rgba(241,185,128,.1);
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

.branding-section.hero-background .shape-bottom,
.shape-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}

.branding-section .main--subContent {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px){
  .branding-section .main--subContent {
    padding-bottom: 0;
  }
}

.branding-section .main--content h1 {
  xfont-family: 'Rubik', sans-serif !important;
  font-size: calc(24px + (75 - 24) * ((100vw - 400px) / (2500 - 400)));
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 4px;
  margin: 0;
}
.branding-section .main--content h2 {
  xfont-family: 'Rubik', sans-serif !important;
  font-size: calc(18px + (25 - 18) * ((100vw - 400px) / (2500 - 400)));
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 40px;
}
.branding-section .main--content h3 {
  color: #666;
  font-weight: 300;
  line-height: 1.3;
  margin: 0;
}
.branding-section .main--content span {
  font-family: 'Titillium Web',sans-serif !important;
  font-size: calc(16px + (20 - 16) * ((100vw - 400px) / (2500 - 400)));
  color: #666;
  font-weight: 600;
  line-height: 1.2;
}


.branding-section .rounded-image {
  position: relative;
  overflow: hidden;
  width: 500px;
  height: auto !important;
  border-radius: 50%;
  background-color: #fff;
  display:inline-block;
  vertical-align:middle;
  padding:2%;
  xbox-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  object-fit: cover;
}
.branding-section .rounded-image img{
  width: 100%;
}
@media only screen and (max-width: 767px){
  .branding-section .rounded-image {
    width: 260px;
    border-radius: 3%;
    padding: 2%;
    margin-bottom: 20px;
  }
}

.XXXXXbranding-section .card-image img {
  max-height: 100%;
  max-width: 100%;
  border-radius:1rem 1rem 0px 0;
}

.branding-section .scroll-container {
  position: absolute;
  bottom: 70px;
  width: 5em;
  height: 5em;
  background-color: #ffcc00;
  cursor:pointer;
  transition: all 0.3s ease 0s;
}
.branding-section .scroll-container:hover {
  background-color: #999;
}
.branding-section .scroll-container .scroll-down-arrow {
  fill: #fff;
  width: 2em;
  position: relative;
  top: 25%;
  left: 30%;
  Xtransform: translate(-50%, -50%);
  -webkit-animation: bounce-arrow 2s infinite;
  animation: bounce-arrow 2s infinite;
}
@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {transform: translateY(-20px)}
  60% {transform: translateY(-10px)}
}


.branding-section .main--subContent h1 {
  position: relative;
  font-size: calc(24px + (45 - 24) * ((100vw - 400px) / (2500 - 400)));
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 80px;
}
.branding-section .main--subContent h1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: 70px;
  width: 120px;
  height: 4px;
  background-color: #FFCC00;
  text-align: center;
}
.branding-section .main--subContent h2 {
  color: #333;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
}
.branding-section .main--subContent h3 {
  font-size: calc(20px + (30 - 20) * ((100vw - 400px) / (2500 - 400)));
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 40px;
}
.branding-section .main--subContent h4 {
  color: #444;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
.branding-section .main--subContent p {
  font-size: calc(17px + (20 - 17) * ((100vw - 400px) / (2500 - 400)));
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
}
@media only screen and (max-width: 767px){
  .branding-section .main--subContent p {
    margin-top: 10px;
  }
}
.branding-section .main--subContent p span {
  display: block;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.branding-section .card {
  border-width: 0;
  border-radius: 0.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.branding-section .card-body {
  flex: 1 1 auto;
  padding: 2rem 2rem;
}
.branding-section .me-md-n9 {
  margin-right: -10rem;
}
.branding-section .mt-n9 img{
  border-radius: 0.8rem;
}
@media only screen and (max-width: 767px){
  .branding-section .me-md-n9 {
    margin-right: 0;
  }
  .branding-section .mt-n9 {
    margin-top: -5rem!important;
  }
}
.branding-section .blockquote-left-border {
  color: #677788;
  line-height: 2;
  border-left: 0.1875rem solid rgba(33,50,91,.1);
  padding-left: 0.75rem;
}
.branding-section .card-body .svg-icon {
  display: block;
  margin-top: 0.125rem;
  color:#ff0000;
  margin-bottom: 20px;
}
.branding-section .card-body .text-primary {
  color:#ff0000;
}

.branding-section .gallery .rounded{
  border-radius: 0.7rem!important;
}
.branding-section .gallery .img-size-01{
  max-height: 300px;
}
.branding-section .gallery .img-size-02{
  max-height: 655px;
}
.branding-section .gallery .img-size-03{
  max-height: 575px;
}
.branding-section .gallery .img-size-04{
  max-height: 430px;
}

.branding-page-header-title-devider {
  position: relative;
}
.branding-page-header-title-devider h1:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  top: 70px;
  width: 120px;
  height: 4px;
  background-color: #FFCC00;
  text-align: center;
}


.line-decoration-01 {
  position: relative;
  padding-left: 75px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.3em;
  font-weight: 400;
  font-style: normal;
}
.line-decoration-01:before {
  content: '';
  display: block;
  width: 55px;
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px){
  .line-decoration-01 {
    position: relative;
    padding-left: 0px;
    font-size: 1.5rem;
    letter-spacing: 0px;
    line-height: 1.3em;
    font-weight: 400;
    font-style: normal;
  }
  .line-decoration-01:before {
    display: none;
  }
}


.branding-section .breadcrumb--bar{
  position: absolute;
  top: 10px;
}
.branding-section .breadcrumb--bar ul {
  padding: 0;
}
.branding-section .breadcrumb--bar ul li {
  bottom: 0;
	list-style: none;
	display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: .8rem;
  font-weight: 300;
}
.branding-section .breadcrumb--bar ul li a {
	color: #333;
  font-size: .8rem;
  font-weight: 300;
}
.branding-section .breadcrumb--bar ul li a:hover {
	color: #FFCC00;
  text-decoration: underline!important;
  xtext-decoration: none;
}
.branding-section .breadcrumb--bar ul li.active {
	color: #999 !important;
}
.branding-section .breadcrumb--bar li + li:before {
	content: " / ";
	padding: 0 2px;
	vertical-align: middle;
	color: #bbb;
  position: relative;
  top: -1px;
}






/*------------------------------------------------------------------------
  E-FLYER AND TEMPLATE LIBRARY
------------------------------------------------------------------------*/

.template-library {
  position: relative;
  margin: 50px 0;
}

.search-filter-head-title {
	position: relative;
	margin-bottom: 4rem;
	font-weight: 800;
}
.search-filter-head-title:after {
  content: "";
  border-bottom: 4px solid #ffCC00;
  margin: 8px 0;
  display: block;
  width: 100px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
}

.template-library .nav-segment {
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  Xbackground-color: #f8fafd;
  Xbackground-color: rgba(241,185,128,.1);
  background-color: #ffcc00;
  text-align: center;
  padding: 0.25rem 0.5rem;
  border-radius: 50rem;
  xwidth: 50%;
}
.template-library .nav-segment .nav-item {
  color: #fff;
  letter-spacing: 2px;
  background: 0 0;
  border-radius: 50rem;
  padding: 0.5rem 2rem;
  margin: 0.25rem 0.25rem;
}
.template-library .nav-segment .nav-item.active {
  color: #1e2022;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem 0 rgb(140 152 164 / 25%);
  padding: 0.5rem 2rem;
}
.template-library .nav-segment li{
  cursor: pointer;
}
.template-library .nav-segment li:hover{
  color: #333;
  padding: 0.5rem 2rem;
}



.template-library .right-side-panel  {
	padding: 20px;
	padding-top:80px;
	border: 0px solid #ebebeb;
	border-radius: .4rem;
	min-height: 500px;
}

.template-library .left-side-panel {
  text-align: left;
	margin-bottom: 30px;
}
.template-library .left-side-panel ul li {
  display: inline-block;
	border-radius: .2rem;
	border-bottom: 1px solid #ebebeb;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px;
  text-transform: uppercase;
	cursor: pointer;
}
.template-library .left-side-panel ul {
  padding:0;
}
.template-library .left-side-panel ul li:hover {
  background: #999;
  color: #fff;
	border-radius: .2rem;
}
.template-library .left-side-panel ul li.active {
  background:  #333;
  color: #fff;
	border-radius: .2rem;
}
.template-library .library-item .item {
  Xdisplay: inline-block;
  margin-bottom: 60px;
}
.template-library .library-item .item .item-border {
  border: 0.0625rem solid rgba(220,224,229,.6);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: top ease 1s;
  padding: 10px;
  min-height: 400px;
  transition: all 0.5s ease 0s;
}
.template-library .library-item .item .item-border:hover {
  transition: all 0.3s ease 0s;
  border:1px solid #ffcc00;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transform: translateY(-5px);
}
.template-library .library-item .library-image-wrapper {
  display: block;
}
.template-library .library-item .library-image-wrapper img{
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  object-fit: cover;
  width: 100%;
  height: 290px;
  max-height: 290px;
  padding: 8px;
}
.template-library .library-item .library-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom:0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.template-library .library-item .library-title-wrapper p{
  border-radius: 0.4375rem !important;
  padding: 10px 30px;
  margin-top: -3rem !important;
  font-weight: 500;
  text-transform: uppercase;
  background: rgb(255,255,255);
  xbackground: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,204,0,1) 100%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 5px;
}
.template-library .library-item .library-button-wrapper {
  display: flex;
  justify-content: start;
  padding: 0.1rem 0.9rem 1.5rem .9rem ;
}

.template-library-btn {
  display: inline-block;
  color: #fff!important;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #1a1a1a;
  min-width: 70px !important;
  font-size: 10px;
  font-weight: 400;
  padding: 0.2rem 0.4rem;
  margin: 0 2px;
  border-radius: 0.2rem;
}
.template-library-btn:hover {
 color: #fff !important;
 background-color: #888;
}


@media only screen and (max-width: 767px) {
  .template-library .right-side-panel {
    padding: 5px;
  }
  .template-library .library-item .item {
    height: auto;
    padding: 5px;
    margin: 0px;
  }
  .template-library .library-item .item .item-border {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
    min-height: 150px;
  }
}

.template-library .library-new-label {
  display: block;
  position: absolute;
  top: -12px;
  right: 15px;
  background-color: #ff0000;
  font-family: 'Titillium Web',sans-serif;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 15px;
}
.template-library .library-new-label::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid #ff0000;
  border-top: 3px solid #ff0000;
  border-bottom: 3px solid transparent;
}


.template-library .library-item .item .item-border .button-wrapper {
  display: block;
  position: absolute;
  bottom: 10px;
  xbackground-color: #f7f7f7;
  xborder-top: 1px solid #ccc;
  xpadding:5px;
  xwidth: 100%;
}



/*----------------------------------------------------------------------------------
  --- Bootstrap navbar with scrollspy -- VERTICAL SCROLLSPY   ---
---------------------------------------------------------------------------------*/

.vertical-scrollspy {
  Xposition: relative;
}
.vertical-scrollspy .scrollspy-sticky-sidebar {
  position: sticky;
  height: 100%;
  margin-top: 70px;
  top: 100PX;
}

.vertical-scrollspy .scrollspy-sticky-sidebar .card-bordered-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
  border: 0.0625rem solid rgba(33,50,91,.1);
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}


.vertical-scrollspy .scrollspy-sticky-sidebar .nav-dots .nav-link {
  color: #666;
  border-radius: 0.3rem;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 0.1875rem solid transparent;
    margin-bottom: 0;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .nav-dots .nav-link:hover {
  color: #333;
  background: rgba(0,0,0, .1);
  border-radius: 0.3rem;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .nav-dots .nav-link:focus {
  background: transparent;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .nav-dots .nav-link.active {
  color: #fff;
  background: rgba(255, 204, 0, .8);
  border-radius: 0.3rem;
}

/*
.vertical-scrollspy .scrollspy-sticky-sidebar .card {
  display: flex;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0.0625rem solid rgba(33,50,91,.1);
  border-radius: 0.5rem;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .card .card-bordered-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.vertical-scrollspy .scrollspy-sticky-sidebar .card .card-bordered-body .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .card .card-bordered-body .nav .nav-dots{
  Xposition: relative;
	xposition: fixed;
  top:0;
  Xright:10px;
	width:100%;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .card .card-bordered-body .nav .nav-dots .nav-link{
	display: block;
	background: #eee;
	border-radius: 30px;
	margin-bottom: 5px;
}
.vertical-scrollspy .scrollspy-sticky-sidebar .card .card-bordered-body .nav .nav-dots .nav-link.active{
  background:blue;
  color:white;
}
*/









/*----------------------------------------------------------------------------------
  --- CARD ---
---------------------------------------------------------------------------------*/

.V-card--01>.card {
  border: none;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  border-radius: 20px;
  min-height: 450px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .V-card--01>.card {
    min-height: 350px;
  }
}
@media (max-width: 420px) {
  .V-card--01>.card {
    min-height: 300px;
  }
}
.V-card--01>.card.card-has-bg {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
}
.V-card--01>.card.card-has-bg:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.V-card--01>.card.card-has-bg:hover {
  transform: scale(0.98);
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
  background-size: 130%;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.V-card--01>.card.card-has-bg:hover>.card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);
}
.V-card--01>.card>.card-footer {
  background: none;
  border-top: none;
}
.V-card--01>.card>.card-footer>.media img {
  border: solid 3px rgba(234, 95, 0, 0.3);
}
.V-card--01>.card>.card-meta {
  color: orange;
}
.V-card--01>.card>.card-body {
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.V-card--01>.card:hover {
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.V-card--01>.card:hover>.card-body {
  margin-top: 30px;
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.V-card--01>.card>.card-img-overlay {
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  background: #234f6d;
  background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);
}


.video-card {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  border-radius: 14px;
  margin: 10px 0;
}
.video-card .video-card-image {
  position: relative;
}
.video-card .video-card-image img {
  width: 100%;
  border-radius:1rem 1rem 0px 0;
}
.video-card .video-card-content {
  padding: 20px 20px;
}
.video-card .video-card-content h1 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
}
.video-card .video-card-content p {
  color: #777;
}
.video-card .video-card-content a {
  display: block;
  position: relative;
}



.column-card {
  position: relative;
}
.column-card h1 {
  color:#333;
}
.column-card p {
  color:#666;
}

.column-card .banner-bottom-end-n3rem {
  position: relative;
}
.column-card .banner-bottom-end-n3rem::after {
  position: absolute;
  bottom: -3rem;
  left: -3rem;
  width: 100%;
  height: 100%;
  background-color: rgba(241,185,128,.1);
  xbackground-color: rgba(0,189,142,.1);
  content: '';
  z-index: -1;
  border-radius: 1rem;
}








/*----------------------------------------------------------------------------------
  --- TEAM AND SUB PAGES ---
---------------------------------------------------------------------------------*/

.intro-section {
  position: relative;
  display: block;
}
.intro-section h3{
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1200 - 300)));
  color: #555;
  font-weight:300;
}
.intro-section span{
  font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1200 - 300)));
  color: #54585A;
  font-weight:500;
}

.intro-section-title-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: calc(14px + (25 - 14) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 500;
  color:#333!important;
  line-height: normal;
  padding:20px 0;
}
.intro-section-title-bar:after,
.intro-section-title-bar:before {
  content: '';
  width: 120px;
  height: 2px;
  background: #ffcc00;
  margin: 0 40px;
}
@media only screen and (max-width: 767px){
  .intro-section-title-bar:after,
  .intro-section-title-bar:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffcc00;
    margin: 0 10px;
  }
}




.meet-our-team-title{
  font-weight: 800;
}
.meet-our-team-subtitle{
  font-weight: 300;
}



.team-member {
  position:relative;
  top: 0;
  display:inline-block;
  margin: 30px 30px 50px 30px;
  XXXmargin: 15px 15px 100px;
  padding: 0;
  transition: all 0.3s ease;
}
.team-member .card-team-img-overlay {
  position: relative;
  top: 0;
  display:block;
  width: 100%;
  xborder-radius: 8px;
  -webkit-transition: all .3s;
  transition: all .3s ease;
}
.team-member .card-team-img-overlay:after {
  content: "";
  display:inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: rgb(189,189,189);
  background: linear-gradient(0deg, rgba(189,189,189,1) 0%, rgba(255,255,255,0) 30%);
  xbackground: rgb(0,85,147);
  xbackground: linear-gradient(0deg, rgba(0,85,147,1) 0%, rgba(255,255,255,0) 25%);
}
.team-member .card-team-img-overlay img{
  display:block;
  border-radius: 8px;
}

.team-member:hover {
  position: relative;
  top:12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.team-member:hover .team-card{
  position: relative;
  top:-30px;
  background-color: rgb(255,204,0, 0.89);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team-member:hover .team-card h4,
.team-member:hover .team-card p{
  color:#fff;
}

@media only screen and (max-width: 767px){
  .team-member {
    margin: 15px 0px 25px;
    padding: 0;
  }
  .team-member img {
    width: 100%;
    border-radius: 8px;
    padding:4px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 11%);
  }
}

.team-member .team-card {
  position: relative;
  top:0;
  padding: 1rem 1rem;
  margin-top: -3rem;
  margin-right: 1rem;
  margin-left: 1rem;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(33,50,91,.1);
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 20%);
  transition: all 0.8s ease;
}
.team-member h4 {
  font-size: calc(15px + (18 - 15) * ((100vw - 300px) / (1200 - 300)));
  color:#444;
  font-weight: 500;
  text-transform: uppercase;
  xmargin: 10px 0 6px;
  xtext-transform: uppercase;
}
.team-member p {
  font-size: calc(12px + (15 - 12) * ((100vw - 300px) / (1200 - 300)));
  line-height: normal;
  letter-spacing: 0px;
}
.team-member .tel {
  font-size: 13px;
  color:#222;
  letter-spacing: 0.01rem;
  padding-top: 16px;
}
.team-member:hover .tel a{
  color:#000;
  Xbackground-color: rgb(0,0,0, .3);
  background-color: #FFF;
  border-radius: 5px;
  padding:3px 10px;
}
.team-member .tel a:hover {
  color:#fff;
  background-color: #666;
}
.team-member .tel::before {
  position: absolute;
  top:5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 80px;
  height: 2px;
  background: #ffcc00;
}
.team-member:hover .tel::before {
  display: none;
}

.btn-arrow--01 {
  xfont-family: 'Titillium Web',sans-serif;
  font-size: calc(13px + (16 - 13) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
  line-height: normal;
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 50px;
  border:1px solid #333;
  display: inline-block;
  text-decoration: none;
  margin: .2rem 0;
  transition: background-color .3s ease,border-color .3s ease,color .3s ease;
  cursor: pointer;
}
.btn-arrow--01:hover {
  color:#000;
  background: rgba(225,225,225, 0.6);
  border:1px solid #000;
}
.btn-arrow--01::after {
  display: inline-block;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: calc(12px + (30 - 12) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 300;
	position: relative;
	top:4px;
	padding-left:10px;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.btn-arrow--01:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(8px);
}
@media only screen and (max-width: 767px){
  .btn-arrow--01 {
    padding: 8px 12px;
    letter-spacing: 0px;
  }
  .btn-arrow--01::after {
    display: none !important;
  }
}








/*----------------------------------------------------------------------------------
  --- SOCIAL IMPACT & COMPLIANCE  ---
---------------------------------------------------------------------------------*/

.responsibility {
  font-size: 1em !important;
  font-weight: 100;
	color: #999;
}

.responsibility blockquote {
  padding: 10px 20px;
  margin: 0px !important;
  font-style: italic;
  border-left: 5px solid #ffcc00 !important;
}




/*----------------------------------------------------------------------------------
  --- VIRTUAL SHOWROOMS  ---
---------------------------------------------------------------------------------*/

.scale_image_container_wrap {
  position: relative;
  margin:20px 0;
}
.scale_image_container_wrap p {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding: 15px 0;
}
.scale_image_container {
  position: relative;
  overflow: hidden;
	display: block;
	border-radius: 5px;
}
.scale_image_container img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  border-radius: 5px;
}
.scale_image_container:hover img {
  transform: scale(1.1);
    -webkit-transform: scale(1.1);
  filter: brightness(100%) blur(2px);
  box-shadow: 0 0 40px 0 rgba(17,17,17,0.25);
}
.scale_image_container span {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 background: #ffc107;
 color: #fff;
 font-size: 18px;
 font-weight: 600;
 margin: 0 auto;
 width: 80px;
 height: 60px;
 line-height: 60px;
 text-align: center;
 border-radius: 5px;
 border-bottom-left-radius: 0px;
 border-top-right-radius: 0px;
 overflow: hidden;
 z-index: 1;
}
.scale_image_container .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  font-family: sans-serif;
  z-index: 1;
}
.scale_image_container:hover .overlay {
  opacity: 1;
}
.scale_image_container .black_round_button::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.scale_image_container .black_round_button:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}


.btn-virtual-showroom-3d {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #222;
  background-color: #1a1a1a;
  padding: .5rem 2rem;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 50px;
  position: relative;
  margin-bottom: 1px;
}
.btn-virtual-showroom-3d:hover {
   color: #222;
   border: 1px solid #222;
	 background-color: #fff;
}
@media only screen and (max-width: 767px) {

}
.btn-virtual-showroom-3d::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn-virtual-showroom-3d:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}

.showroom--thumbs section {
   position: absolute;
   bottom: -50px;
   left: 0;
   right: 0;
   margin: 0 30px;
   box-shadow: 0 0 40px 0 rgba(17,17,17,0.25);
   padding: 0 20px 5px;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
   background: #fff;
   xbackground: rgba(255, 255, 255, 0.8);
   border-radius: 5px;
}
.showroom--thumbs h2 {
    margin: 5px 0 5px;
    font-size: 22px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}
.showroom--thumbs p {
    position: relative;
    right: 0;
    margin-top: 10px;
    text-align: center;
    font-family: 'Poppins', sans-serif !important;
}
.showroom--thumbs section p:first-child {
    display: inline-block;
    background: #ffc107;
    color: #fff;
    font-weight: 800;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: -20px;
}

.showroom--thumbs > a {
  position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.showroom--thumbs > a > img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  opacity: 1;
}
.showroom--thumbs > a > img:hover {
  transform: scale(1.06);
    -webkit-transform: scale(1.06);
  filter: brightness(70%) blur(.5px);
}

.showroom--thumbs:hover img:hover:after {
  position: absolute;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  content: "\f002";
  color:white;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.4s ease-out;
  z-index: 999999999;
}
.icon--show {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 30px;
  content: "\f002";
  color:white;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: 0.4s ease-out;
  z-index: 999999999;
}


.showroom--thumbs span {
  position: absolute;
  top: 0;
  left: 15px;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
  background: #ffc107;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
}
.showroom--thumbs img span:hover  {
  width: 100%;
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  cursor: pointer;
}

.showroom--thumbs .black_round_button::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.showroom--thumbs .black_round_button:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  xpadding-right: 4px;
}

.showroom--clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: auto;
}


.showroom-supplement {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height:700px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  xmargin-bottom: 40px;
}
.showroom-supplement-overlay {
  opacity: 1;
}
.showroom-supplement .showroom-supplement-overlay {
    background-color: rgb(15, 118, 153);
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.showroom--supplement--content{
  color:#fff !important;
  z-index: 1000;
}
.showroom--supplement--content h1{
  color:#fff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 50px;
  margin: 11px auto 0;
  padding-bottom: 15px;
}
.showroom--supplement--content p{
  color:#fff !important;
  font-size: 15px;
}
@media only screen and (max-width: 760px) {
  .showroom--supplement--content h1{
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    margin: 11px auto 0;
    padding-bottom: 15px;
  }
  .showroom--supplement--content p{
    line-height: 1.3;
  }
}



.sketch-iframe-wrapper iframe {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width:414px) {
	.sketch-iframe-wrapper iframe {
		width:300px;
		height:300px;
	}
}
@media only screen and (max-width:768px) {
	.sketch-iframe-wrapper iframe {
		width:400px;
		height:400px;
	}
}




/*------------------------------------------------------------------------------
---
  ---
    ---
      ---
        ---  BADGES
      ---
    ---
  ---
---
/*-----------------------------------------------------------------------------*/

.badge-video-btn {
  display: block;
  position: absolute;
  /* top: 0; */
  right: -28px;
  bottom: 66px;
  background-color: #ffcc00;
  /* font-family: 'Titillium Web',sans-serif; */
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0px;
  padding: 1px 10px;
  border-radius: 10px;
}
.badge-video-btn::before {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 15px;
  height: 1px;
  width: 7px;
  background-color: transparent;
  border-right: 16px solid transparent;
  border-left: 5px solid #ffcc00;
  border-top: 8px solid #ffcc00;
  border-bottom: 3px solid transparent;
}


.new-badge {
  display: block;
  position: absolute;
  top: -12px;
  right: 20%;
  background-color: #ffcc00;
  font-family: 'Titillium Web',sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 15px;
}
.new-badge::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 5px;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid #ffcc00;
  border-top: 3px solid #ffcc00;
  border-bottom: 3px solid transparent;
}




/*----------------------------------------------------------------------------------
  --- FAQ ---
---------------------------------------------------------------------------------*/

.faq-panel {
  position: relative;
  padding:2%;
  background-color: #fff;
  box-shadow: 0px 15px 21px -8px rgb(0 0 0 / 14%);
}
.faq-panel .accordion-item {
  background-color: #fff;
  Xborder: 1px solid rgba(0,0,0,.125);
  xpadding-top: 14px;
  xpadding-bottom: 14px;
}
.faq-panel .accordion-item .accordion-header {
  xpadding-top: 14px;
  xpadding-bottom: 14px;
}
.faq-panel .accordion-item .accordion-collapse {
  border-width: 0;
  background-color: #f7f7f7;
  padding: 15px;
}

.faq-panel .accordion-item .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: 1.2rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.faq-panel .accordion-item .accordion-button:not(.collapsed) {
  color: #fff;
  font-weight: 700;
  background-color: #667 !important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}
.faq-panel .accordion-item .accordion-button:hover {
  background-color: #f7f7f7;
}
.faq-panel .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}


.faq-panel .accordion-item .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.faq-panel .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
/*
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>) !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF0000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>) !important;
    transform: rotate(-180deg);
}
*/


.faq-panel .accordion-item .accordion-button.sub-button-background{
  color:#333 !important;
  background-color: #f1f1f1 !important;
}


.faq-panel .accordion-body {
  padding: 1rem 0.5rem 0rem 1.2rem;
  text-align: left;
  width: 95%;
}
.faq-panel .accordion-body p{
  margin-top:15px;
}

.faq-panel .faq-list {
  position: relative;
}
.faq-panel .faq-list ul {
  list-style: none;
  counter-reset: my-awesome-counter;
  xxxwidth:90%;
}
.faq-panel .faq-list li ul {
  padding: 0 0 0 25px;
}
.faq-panel .faq-list li {
  counter-increment: my-awesome-counter;
  border-bottom: 1px dashed #ffcc00;
  color: #333;
  position: relative;
  padding: 10px 0 10px 15px;
  xfont-size: 15px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.faq-panel .faq-list li:last-child {
  border-bottom: 0px solid #eee;
}
.faq-panel .faq-list li::before {
  content: counter(my-awesome-counter) ". ";
  margin-right: 5px;
  color: #333;
  font-weight: bold;
}
.faq-panel .faq-list li li{
  border-bottom: 0px solid #eee;
}
/*
.faq-panel .faq-list li li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  margin:0 10px 0 -25px;
  color: #ccc;
}
*/
.faq-panel .faq-list li li::before {
  position: absolute;
  left: -20px;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url( "data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23999999' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23FFCC00'/%3e%3c/svg%3e" );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  content: '';
  margin-top: 0.125rem;
}

.faq-panel .faq-list-2 li {
  position: relative;
  font-size: calc(15px + (18 - 15) * ((100vw - 400px) / (2500 - 400)));
  color: #51596c;
  padding-left: 1.2rem;
  margin-bottom: 1.25rem;
}
.faq-panel .faq-list-2 li::before {
  position: absolute;
  left: -20px;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url( "data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='18' height='18' rx='9' fill='%23999999' fill-opacity='0.1'/%3e%3cpath d='M12.0603 5.78792C12.2511 5.56349 12.5876 5.5362 12.8121 5.72697C13.0365 5.91774 13.0638 6.25432 12.873 6.47875L8.3397 11.8121C8.14594 12.04 7.80261 12.064 7.57901 11.8653L5.17901 9.73195C4.95886 9.53626 4.93903 9.19915 5.13472 8.979C5.33041 8.75885 5.66751 8.73902 5.88766 8.93471L7.88011 10.7058L12.0603 5.78792Z' fill='%23FFCC00'/%3e%3c/svg%3e" );
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem 1.5rem;
  content: '';
  margin-top: 0.125rem;
}









/*----------------------------------------------------------------------------------
  --- FEATURED BOX ---
---------------------------------------------------------------------------------*/

.featured-box {
  background-color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  XXXheight: 100%;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid #f1f1f5;
  box-shadow: 0px 12px 24px rgb(18 38 63 / 3%);
  border-radius: 8px;
  transition: all .2s ease;
}
.featured-box:hover{
  transform:translateY(-3px)!important;
  box-shadow:0 1rem 3rem rgba(31,45,61,.125)!important;
  transition:all .2s ease;
}
.featured-box .featured-box-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.featured-box .featured-box-image-wrapper img {
  border-radius: 8px;
  width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.featured-box:hover .featured-box-image-wrapper img {
  border-radius: 8px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
  transform: scale(1.1);
		-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;

  xtransform: scale(1.03);
  xtransition: all 0.3s ease-in-out;
}
.featured-box--content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 2.5rem 1rem 1rem;
    position: relative;
}
.featured-box--content:after {
    content: "";
    background-color: #ffcc00;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.featured-box--content h4{
  font-size: 1.5rem;
  line-height: 36px;
  font-weight: 500;
}
.featured-box--button {
  position: relative;
  padding: 2.2rem 1.8rem;
  margin: 0;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 500;
}






/*----------------------------------------------------------------------------------
  --- ABOUT SPECTOR  --- ABOUT US
---------------------------------------------------------------------------------*/

.about--spector {
  position: relative;
}

.about--spector .stroke .stroke-small-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: calc(30px + (60 - 30) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.about--spector .stroke .stroke-big-text {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ccc;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  font-size: calc(40px + (100 - 40) * ((100vw - 400px) / (2500 - 400)));
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}

.about--spector .about-content-body h4:first-child:first-letter {
  font-family:'sofia-pro',sans-serif;
  font-size:89px;
  font-weight:700;
  line-height:30px;
  letter-spacing:0px;
}

@media (max-width:650px){
  .about--spector .about-content-body h4:first-child:first-letter {
    letter-spacing:0px;
  }
  .about--spector .about-content-body h4:not(:first-child){
    padding-top:30px;
  }
  .culture {
    padding:165px 0 100px;
  }
}

.block__quote-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.block__quote-container img {
  display: block !important;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.block__quote {
  width: 45%;
  position: relative;
  left: 65%;
  margin-top: -360px;
  display: block !important;
  background:#ffcc00 ;
  z-index: 1;
  vertical-align: top;
  text-align: center;
  padding: 70px;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 992px) {
  .block__quote {
    width: 100%;
    left: 0;
    margin-top: 10px;
    padding: 30px;
  }
}


.jarallax-parallax {
  position: relative;
  padding: 50px 0;
}
.jarallax-parallax.height-600 {
  height: 600px;
}
.jarallax-parallax.height-800 {
  height: 800px;
}
.jarallax-parallax.height-900 {
  height: 900px;
}
.jarallax-parallax.height-1000 {
  height: 1000px;
}
.jarallax-parallax .bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.began-1964 {
  position:relative;
}
.began-1964::after {
  content: '';
  width: 4px;
  height: 100%;
  background-color: #ffcc00;
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
  Xmargin-right:-20px;
  xtop: 50%;
  xtransform: translateY(-50%);
}
.began-1964 h1{
  color:#fff;
  font-size: 100px;
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 5px;
  text-align: right;
}
.began-1964 h2{
  color:#fff;
  font-size: 24px;
  text-align: right;
  letter-spacing: 0px;
}
.began-1964 h1,
.began-1964 h2{
  margin-right: 15px;
}
.began-1964-milestone {
  xposition: relative;
  margin-left: 20px;
}
.began-1964-milestone h2 {
  color:#fff;
  letter-spacing: 5px;
}
.began-1964-milestone p {
  color:#fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 767px){
  .began-1964::after {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #ffcc00;
    display: inline-block;
    position: absolute;
    top:0;
    left:30px;
    right:0;
  }
  .began-1964 h1,
  .began-1964 h2{
    text-align: left;
    margin-left: 40px;
  }
}


.our-values .card {
  border-width: 0;
  border-radius: 0.5rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.our-values .card-body {
  flex: 1 1 auto;
  padding: 3rem 2rem;
}
.our-values .card-body h2 {
  font-weight: 500;
  color:#666;
  margin-bottom: 20px;
}
.our-values .card-body figure {
  margin: 0 0px 0 6px;
}
.our-values .merged {
  margin-right: -10rem;
}
.our-values .mt-n9 img{
  border-radius: 0.8rem;
}
.our-values .blockquote-left-border {
    color: #677788;
    line-height: 2;
    border-left: 4px solid #ffcc00;
    padding-left: 0.75rem;
}
.our-values img {
    border-radius: 0.8rem;
}
@media only screen and (max-width: 767px){
  .our-values .card-body {
    flex: 1 1 auto;
    padding: 1rem 1.5rem;
  }
  .our-values .merged {
    margin-right: 0;
  }
  .our-values .mt-n9 {
    margin-top: -4rem!important;
  }
  .our-values .blockquote-left-border {
    color: #677788;
    line-height: 1.5;
    border-left: 4px solid #ffcc00;
    padding-left: 0.75rem;
  }
}



.seven-rules .card {
  border-radius: 1rem;
  padding: 34px 3%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}




/*----------------------------------------------------------------------------------
  --- NEWS / PRESS RELEASES ---
---------------------------------------------------------------------------------*/
.newsroom {
  position: relative;
}
.newsroom .newsroom-wrapper {
  position: relative;
  overflow: hidden;
  border-right: 1px solid #dee2e6;
  padding: 0 40px;
  min-height: 500px;
  align-content: center;
  text-align: center;
  margin-bottom: 100px;
  transition: transform .5s ease;
}
.newsroom .newsroom-wrapper:nth-child(3n),
.newsroom .newsroom-wrapper:last-child {
  border-right: 0px solid #dee2e6!important;
}
.newsroom .newsroom-wrapper span {
  font-size: 12px;
  color: #777;
  background: #ffc;
  border-radius: 3px;
  padding: 5px 30px;
  letter-spacing: 2px;
  position: relative;
  top: -10px;
}
.newsroom .newsroom-wrapper span i{
  color:#ff8c00;
}
.newsroom .newsroom-wrapper img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.newsroom .newsroom-wrapper .post-thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-clip-path: polygon(0 0,100% 0,100% 90%,0 98%);
  clip-path: polygon(0 0,100% 0,100% 90%,0 98%);
}
.newsroom .newsroom-wrapper .post-thumb img{
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
  transition: opacity .2s ease-in-out, -webkit-transform .5s ease;
  transition: transform .5s ease, opacity .2s ease-in-out;
  transition: transform .5s ease, opacity .2s ease-in-out, -webkit-transform .5s ease;
}
.newsroom .newsroom-wrapper:hover .post-thumb img{
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0);
    transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.newsroom .newsroom-wrapper h1 {
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  padding-top: 15px;
}
.newsroom .newsroom-wrapper p {
  display: table-cell;
  width: 85%;
  font-size: 15px;
  text-align:center;
  font-style: italic;
  line-height: 1.4;
  padding: 0 10px;
}
.newsroom .newsroom-wrapper .news-button {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}


.newsroom--newspage {
  position: relative;
  display: flex;
}
.newsroom--newspage .news-date{
  font-size: 1rem;
  color: #777;
  background: #ffc;
  border-radius: 3px;
  padding: 5px 30px;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.newsroom--newspage h3{
  margin-bottom: 50px;
}
.newsroom--newspage p{
  font-size: 1.2rem;
  color:#444;
  padding-left: 10px;
  margin-bottom: 20px;
}
.newsroom--newspage .blockquote{
  position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #999;
    padding: 30px 50px;
    z-index: 1;
    margin-top: 20px;
    margin-bottom: 50px;
    align-self: center;
    border-top: 1px dotted #ddd;
    border-bottom:  1px dotted #ddd;
}
.newsroom--newspage .blockquote:after {
    position: absolute;
    content: " ” ";
    font-family: 'Titillium', sans-serif;
    color: #ddd;
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}
.newsroom--newspage .blockquote:before {
    content: '';
    width: 5px;
    height: 90%;
    background-color: #ffcc00;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}
.newsroom--newspage .blockquote span{
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
}






/*----------------------------------------------------------------------------------
  --- OUR HISTORY ---
---------------------------------------------------------------------------------*/
.our-history-wrap {
  xmax-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
}
.our-history-wrap .tab-nav {
  margin: 0 0 50px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 0;
  text-align: center;
  margin-bottom: 80px;
}
.our-history-wrap .tab-nav li {
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
}
.our-history-wrap .tab-nav li a {
    color: #89898E;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    position: relative;
}
.our-history-wrap .tab-nav li a:after {
    content: "";
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #8ebe48;
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}




/*----------------------------------------------------------------------------------
  --- AWARDS / TIMELINE ---
---------------------------------------------------------------------------------*/
.our-awards .timeline { list-style: none; padding: 50px 0 20px; position: relative; }
.our-awards .timeline:before { top: 0; bottom: 0; position: absolute; content: " "; width: 2px; background-color: #e6e6e6; left: 50%; margin-left: 1.5px; }
.our-awards .timeline > li { margin-bottom: 20px; position: relative; }
.our-awards .timeline > li:before,
.our-awards .timeline > li:after { content: " "; display: table; }
.our-awards .timeline > li:after { clear: both; }
.our-awards .timeline > li:before,
.our-awards .timeline > li:after { content: " "; display: table; }
.our-awards .timeline > li:after { clear: both;}
.our-awards .timeline > li > .timeline-panel { width: 42%; float: left; padding: 15px 00px 25px 00px; position: relative; }
.our-awards .timeline > li > .timeline-panel:before { position: absolute; top: 27px; right: -75px; display: inline-block; width: 60px; height: 2px; background: #e6e6e6; content: " "; }
.our-awards .timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 10px;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  border:3px solid #ffcc00;
  margin-left: -9px;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: 0 0 0 5px #fff;
}
.our-awards .timeline h5{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.our-awards .timeline > li.timeline-inverted > .timeline-panel {  float: right;}
.our-awards .timeline > li.timeline-inverted > .timeline-panel:before { border-left-width: 0; border-right-width: 15px; left: -72px; right: auto; }
.our-awards .timeline > li.timeline-inverted > .timeline-panel:after { border-left-width: 0; border-right-width: 14px; left: -14px; right: auto; }
.our-awards .timeline-body > p,
.our-awards .timeline-body > ul { margin-bottom: 0; }
.our-awards .timeline-body > p + p {
  margin-top: 6px;
  line-height: 1.5;
}
.our-awards .timeline > li { text-align: right;}
.our-awards .timeline > li.timeline-inverted { text-align: left;}
.our-awards .timeline .timeline-arrow { position: absolute; width: 100%; left: 0.5px; right: 0; text-align: center; color: #e6e6e6; bottom: -29px; }
.our-awards .timeline > li > .timeline-badge p {
  width: 200px;
  margin-top: -20px;
  margin-left: 40px;
  color:#ffcc00;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: left;
}
.our-awards .timeline > li.timeline-inverted .timeline-badge p{
  color:#ffcc00;
  text-align: right;
  letter-spacing: 5px;
  float: right;
  margin-right: 35px;
}

@media only screen and (max-width: 760px) {
  .our-awards {
    overflow: hidden;
  }
  .our-awards .timeline > li.timeline-inverted > .timeline-panel::before,
  .our-awards .timeline > li > .timeline-panel::before {  left: 40px;}
  .our-awards .timeline > li > .timeline-panel {  padding: 70px 0px 20px 50px;  text-align: left;  width: 100%;}
  .our-awards .timeline > li > .timeline-badge {  left: 18px;}
  .our-awards .timeline > li > .timeline-badge p {  margin-left: 40px;}
  .our-awards .timeline > li.timeline-inverted .timeline-badge p {  float: left;  margin-right: 0;  text-align: left;}

  .our-awards .timeline:before { left: 20px; }
  .our-awards .timeline .timeline-arrow { left: 13px; text-align: left; }
  .our-awards .timeline > li > .timeline-panel::before { width: 22px; left: 25px; }
  .our-awards .timeline > li.timeline-inverted > .timeline-panel::before { left: 25px; }
}

.trophy-silver {
  color: #c0c0c0;
  padding-right: 10px;
}
.trophy-bronze {
  color: #cd7f32;
  padding-right: 10px;
}
.trophy-gold {
  color: #ffd700;
  padding-right: 10px;
}









/*----------------------------------------------------------------------------------
  --- PRODUCT PAGE ---
---------------------------------------------------------------------------------*/

.quickview-popup {
  position: relative;
}
.quickview-popup .quickview-title {
  margin-bottom: 25px;
}
.quickview-popup .quickview-title h4{
  color:#333;
  margin:0;
}
.quickview-popup .quickview-title p{
  color:#666;
  font-weight: 500;
}
.quickview-popup img{
  border: 1px solid #ddd;
  border-radius: 12px;
  padding:20px;
  width: 85%;
}

.quickview-popup .table-price thead th {
   font-size: calc(12px + (15 - 12) * ((100vw - 400px) / (2500 - 400)));
   font-weight: 300;
   color: #181C32;
   text-align: center;
   padding: 0.5rem;
   border:1px solid #ddd;
}

.compare-popup {
  position: relative;
}
.compare-popup table tr{
  text-align: center;
}
.compare-popup .table>thead {
  vertical-align: middle;
}
.compare-popup table tr th img {
  width: 100%;
  padding:10%;
}
.compare-popup .compare-sku td {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0.5rem;
  background-color: #fffbeb;
  border-bottom: 2px solid #000;
}
.compare-popup .compare-item td {
  font-size: 14px;
  text-align: center;
  padding: 24px 1rem;
}
.compare-popup .compare-description td {
  font-size: 14px;
  text-align: center;
  text-align:justify;
  padding: 20px 1rem;
}

.compare-popup .compare-pricing td {
  font-size: 12px;
  text-align: center;
  padding: 10px 1rem;
}
.compare-popup .compare-pricing td span {
  font-size: 14px;
  color:#fff;
  padding: 3px 12px;
  border-radius: 20px;
  background-color: #d92523;
  margin-left:10px;
}

.form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  XXXXXmargin-bottom: 40px;
}

.compare-popup .form-row .name {
  width: 65px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
}

.compare-popup .form-row .value {
  width: -webkit-calc(100% - 125px);
  width: -moz-calc(100% - 125px);
  width: calc(100% - 125px);
}

@media (max-width: 767px) {
  .compare-popup .form-row {
    display: block;
  }
  .compare-popup .form-row .name,
  .compare-popup .form-row .value {
    display: block;
    width: 100%;
  }
  .compare-popup .form-row .name {
    margin-bottom: 7px;
  }
}



.product-dimensions {
  margin:10px 0;
}
.product-dimensions p::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f548";
  font-weight: 300;
  font-size: 16px;
  color: #666;
  margin-right: 5px;
}
.product-dimensions p span{
  font-weight: 500;
  margin-left: 10px;
}




.icons_product_page3 ul > li {
	display: inline-block;
  position: relative;
  list-style: none;
  text-align: center;
  width: 20px;
  height: 20px;
}
.icons_product_page3 ul {
  margin: 0px 0px !important;
  padding: 0px !important;
  text-align: right;
  position: relative;
  top: -10px;
}
@media only screen
and (min-width: 320px)
and (max-width: 1024px){
  .icons_product_page3 ul {
    text-align: left;
    position: relative;
    top: 0px;
  }
}




/*----------------------------------------------------------------------------------
  --- SEARCH PAGE RESULT ---
---------------------------------------------------------------------------------*/

.search-page-result-wrapper {
  display: block;
  margin: 50px 0;
}
@media only screen and (max-width: 767px){
  .search-page-result-wrapper {
    display: block;
    margin: 20px 0;
  }
}

.search-page-result-wrapper .search-page-sidebar-title h4{
  border-bottom: 1px solid #ededed;
  color: #222;
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.categori-checkbox {
  position: relative;
}
.categori-checkbox ul, ol {
  display: block;
  list-style: disc outside none;
  margin: 0;
  padding: 0;
}
.categori-checkbox ul li {
  font-size: 14px;
  font-weight: 400;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.categori-checkbox input {
  position: relative;
  top: 7px;
  width: 25px;
  height: 25px;
  outline: none;
  cursor: pointer;
  appearance: none;
  margin-right: 10px;
  border: 2px solid #e6e6e6;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.categori-checkbox input:before {
  top: 50%;
  left: 50%;
  opacity: 0;
  color: #fff;
  font-size: 14px;
  content: '\f00c';
  font-weight: 400;
  position: absolute;
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
}
.categori-checkbox input:checked {
	 border-color: #ffcc00;
	 background-color: #ffcc00;
}
.categori-checkbox input:checked:before {
	 opacity: 1;
}
.categori-checkbox label {
  position: relative;
  cursor: pointer;
}
/*
.search-page-checkbox-wrapper li:not(:last-child) {
	 margin-bottom: 10px;
}
.search-page-checkbox-wrapper label {
	 color: #7b7d7f;
	 font-size: 17px;
	 font-weight: 400;
}
.search-page-checkbox-wrapper input:checked + label {
	 color: #1c1f23;
   font-weight: 700;
}
*/


.Xshop-topbar-wrapper{
	border-bottom: 1px solid #ededed;
	color: #222;
	margin-bottom: 40px;
	padding-bottom: 10px;
	width: 100%;
}
.show-product {
	margin: 0 auto;
	line-height: normal;
	font-size: 14px;
  font-weight: 400;
	color: #222;
	vertical-align: middle;
}
.show-product span{
  font-weight: 700;
}
.show-results--searchPage {
	font-size: 1em;
	color: #222;
	vertical-align: middle;
}


/* PAGE NUMBER OPTION DISPLAY ************************/
.page-number-display > ul > li {
	list-style: none;
	display: inline-block;
  line-height: 14px;
}
.page-number-display > ul > li > a {
	font-size: 14px;
	display: inline-block;
	position: relative;
	line-height: 14px;
	color: #000;
  font-weight: 500;
}
.page-number-display > ul > li.active > a,
.page-number-display > ul > li > a:hover {
	color: #000;
}
.page-number-display ul li a:hover {
  color: #ffcc00;
}
.page-number-display > ul > li.active > a {
	color: #ffcc00;
  border:1px solid #ccc;
  border-radius: 3px;
  padding:7px;
}
.page-number-display li + li:before {
	content: " | ";
	padding: 0 8px;
	vertical-align: middle;
  font-size: 16px;

	color: #888;
  position: relative;
  bottom: 2px;
}



/*----------------------------------------------------------------
  - SEARCH PAGE -PAGINATION
----------------------------------------------------------------*/
.product-pagination {
  position: relative;
  border-top: 1px solid #e7e7e7;
  padding: 50px 0;
}
@media (max-width: 992px){
	.product-pagination {
		padding: 25px 0;
		margin-top: 50px;
	}
}
.product-pagination > ul {
	text-align: center;
}
.product-pagination > ul > li {
	display: inline-block;
	list-style: none;
  margin-right: 0px;
  margin-bottom: 5px;
}
.product-pagination > ul > li:last-child{
  margin-right: 1px;
  Xborder: 1px solid #ff0000;
}
.product-pagination > ul > li > a {
	background: #f7f7f7;
	border: 0px solid #d9d9d9;
	color: #222;
	font-size: 17px;
  display: block;
	font-weight: normal;
  padding: 7px 20px;
  margin:0 2px;
	text-align: center;
  border-radius: 0.2rem;
}
.product-pagination > ul > li > a > i {
	font-size: 15px;
}
.product-pagination > ul > li > a:hover {
	background: #ccc;
	color: #fff;
}
.product-pagination > ul > li.active > a {
	background: #333;
	color: #ffcc00;
}

@media only screen and (max-width: 767px){
  .product-pagination > ul > li > a {
    padding: 0px 10px;
    margin:0 2px;
  }
}



/* ------------------------------------
  START PRICE SLIDER VERSION 2
------------------------------------ */
.price-slider-wrapper {
  margin-bottom:10px;
}
.price-slider-wrapper h4{
  border-bottom: 0px solid #ededed;
  color: #222;
  font-size: 1.1em;
  font-weight: 500;
  xmargin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

#price_slider2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 315px;
  flex-direction: column;
}
.range-value{
  position: absolute;
  top: -2.2rem;
  padding: 0px 15px;
  background-color: #999;
  border-radius: 3px;
  margin:0;
  color: #fff;
  font-size: 0.7rem;
}
.range-value.min{
  left: -30px;
}
.range-value.max{
right: -20px;
}
.track-container{
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 0.7rem;
}
.track,
.track-highlight {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.5rem;
}
.track{
  background-color: #e7e7ee;
}
.track-highlight{
  background-color: #ffcc00;
  z-index: 2;
}
.track-btn{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  top: calc(-50% - 0px);
  margin-left: -5px;
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
  XXXbox-shadow: 1px 1px 5px rgba(0,0,0,.5);
  border-radius: 50px;
  background-color: #ffcc00;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
  transition: box-shadow .3s ease-out,background-color .3s ease,-webkit-transform .3s ease-out;
  transition: transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease;
  transition: transform .3s ease-out,box-shadow .3s ease-out,background-color .3s ease,-webkit-transform .3s ease-out;
}

/* ------------------------------------
  END PRICE SLIDER VERSION 2
------------------------------------ */



/*********************>>>>>>>>>>>>> COLOR LIST */
.colorList,
.colorList ul,
.colorList li {
  list-style: none outside none;
  list-style: none;
  display: inline-block;
  margin: 0 auto;
  padding:0;
  font-size: 13px;
  font-style: normal;
}
.double-circle {
  color: white;
  border-radius: 5%;
  MARGIN: 2PX;
  width: 35PX;
  height: 18PX;
  display: block;
  display: inline-block;
  position: relative;
	vertical-align: middle;
}
.double-circle:hover {
  box-shadow: 0 1px 10px #333;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.ribbon-wql.rib-dark{
  color: #000 ;
}
.ribbon-disco.rib-dark{
  color: #000 ;
}
.ribbon-soldout.rib-dark{
  color: #000 ;
}

.ribbon-wql {
  display: block;
  position: relative;
	color: #fff;
	font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0px;
	text-transform: uppercase;
  padding: 5 auto;
  margin: 0 auto;
  top: -5%;
  height: 17px;
  line-height: 17px;
  left: 15%;
  transform: rotate(-10deg) !important;
}

.ribbon-disco {
  display: block;
  position: relative;
	color: #fff;
	font-size: 10px !important;
  font-weight: 700;
  letter-spacing: 0px;
	text-transform: uppercase;
  padding: 5 auto;
  margin: 0 auto;
  top: -5%;
  height: 17px;
  line-height: 17px;
  left: 1%;
  transform: rotate(-10deg) !important;
}

.ribbon-soldout {
  display: block;
  position: relative;
  xbackground: #ff0000;
	color: #fff;
	font-size: 8px !important;
  font-weight: 500;
  letter-spacing: -1px;
	text-transform: uppercase;
  padding: 0;
  margin: 0 auto;
  top: 0%;
  height: 17px;
  line-height: 17px;
  transform: rotate(-10deg) !important;
}


.black{
  background-color: #000;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #000;
}
.white{
  background-color: #fff;
  box-shadow:
    0px 0px 0px 1px #fff,
    0 0 0 2px #999;
}
.red{
  background-color: #DC143C;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #DC143C;
}
.blue{
  background-color: #0000ff;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #0000ff;
}
.green{
  background-color: #00cc00;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #00cc00;
}
.orange{
  background-color: #ff6600;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #ff6600;
}
.yellow{
  background-color: #ffcc00;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #ffcc00;
}
.chrome{
  background-color: #e3e3e3;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 2px #e3e3e3;
}
.charcoal-cool {
  background-color: #53565A;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #53565A;
}
.charcoal-416 {
  background-color: #96978C;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #96978C;
}
.charcoal-cool-gray {
  background-color: #63666A;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #63666A;
}
.gold-7535 {
  background-color: #c4bda3;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #c4bda3;
}
.gold-2310 {
  background-color: #D9C0A9;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #D9C0A9;
}
.rose-gold-7513 {
  background-color: #EBBFA6;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #EBBFA6;
}
.pink-5025 {
  background-color: #e0bdba;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #e0bdba;
}
.pink-219 {
  background-color: #de1f82;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #de1f82;
}
.pink-211 {
  background-color: #fc7ab0;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #fc7ab0;
}
.silver-877 {
  background-color: #8A8D8F;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #8A8D8F;
}
.silver-cool-gray {
  background-color: #A7A8AA;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #A7A8AA;
}
.purple-2593 {
  background-color: #85248f;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #85248f;
}
.purple-269 {
  background-color: #4a245e;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #4a245e;
}
.purple-violet {
  background-color: #6600a1;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #6600a1;
}
.brown-168 {
  background-color: #6b300d;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #6b300d;
}
.brown-4695 {
  background-color: #52291c;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #52291c;
}
.brown-7610 {
  background-color: #6B3432;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #6B3432;
}
.grey-cool-11 {
  background-color: #7A7D81;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #7A7D81;
}
.grey-426 {
  background-color: #25282a;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #25282a;
}
.gun-metal {
  background-color: #4a3826;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #4a3826;
}
.burgundy {
  background-color: #b01c2e;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #b01c2e;
}
.copper {
  background-color: #CA723C;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #CA723C;
}
.natural {
  background-color: #dbad6b;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #dbad6b;
}
.cork {
  background-color: #c48f5e;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #c48f5e;
}
.wood {
  background-color: #f0deba;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #f0deba;
}
.blue_655 {
  background-color: #002554;
  box-shadow:
    0px 0px 0px 1px white,
    0 0 0 4px #002554;
}

/**** END COLOR LIST */


/*
  - INVENTORY SEARCH PAGE DROP DOWN COLLAPSE CATEGORY
*/
.sidepanel-dropdown-collapse-options {
	margin-bottom: 5px;
}
.sidepanel-dropdown-collapse-options .shop-sidebar-title {
position: relative;
}
.sidepanel-dropdown-collapse-options .shop-sidebar-title h5,
.sidepanel-dropdown-collapse-options .shop-sidebar-title .h5 {
  margin: 0 0 15px;
  padding: 0 0 12px;
  Xborder-bottom: 1px solid #e3e9ef;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  color: #777;
}

.sidepanel-dropdown-collapse-options .shop-sidebar-title h5[aria-expanded="false"] i:before,
.sidepanel-dropdown-collapse-options .shop-sidebar-title .h5[aria-expanded="false"] i:before {
	font-family: "Font Awesome 5 Pro";
  content: "\f078";
}
.sidepanel-dropdown-collapse-options .shop-sidebar-title i {
	position: absolute;
	right: 0;
	top: 3px;
}


/* for mobile filter */

.mobile_filter{
	text-align: right;
}
.XXXorder-2 .mobile_filter_close{
	display: none;
}
@media (min-width: 992px) {
	.mobile_filter{
		display: none;
	}
}
.mobile_filter_trigger{
	position: relative;
	color: #333 !important;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
}
.filter_count{

}
.filter_panel_overlay.show{
	transition: opacity .5s ease, width 0s;
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.filter_panel_overlay{
    width: 0%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0, 0.7);
    XXXbackground-color: rgba(34, 34, 34, 0.6);
    transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}
@media (max-width: 992px) {
	.XXXorder-2{
		position: fixed;
		top:  0px;
		right: 0px;
		width: 80%;
		z-index: 1040;
		height: 100vh;
		background-color: #fff;
		display: none;
	}

	.search-page .far.fa-bars{
		display: none;
	}

	.XXXorder-2 .mobile_filter_close{
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 10;
		text-align: right;
		font-size: 30px;
		color: #666;
	}
	.searchpage-sidebar-section .sb_pricing_range{
		margin-bottom: 5px!important;
		padding-bottom: 5px!important;
		margin-top: 5px;
	}

	.searchpage-sidebar-section .price-slider-wrapper{
		margin-bottom: 5px!important;
	}

	.searchpage-sidebar-section .Xsb_widget{
		margin-bottom: 10px!important;
	}

	.XXXorder-2 .search-filter-head-title{
		margin-bottom: 0px !important;
	}

	.XXXorder-2 .mobile_filter_close:hover{
		color: #666;
		cursor: pointer;
	}
	#min_price,
	#min_price{
		margin: 5px 0px!important;
	}

	#featured-categories,
	#color-categories{
		max-height: calc(50vh - 200px);
		height: calc(50vh - 200px);
		overflow-y: scroll;
	}
	::-webkit-scrollbar {
		width: 10px;
	}
	::-webkit-scrollbar-button {
		background: #ccc
	}
	::-webkit-scrollbar-track-piece {
		background: #888
	}
	::-webkit-scrollbar-thumb {
		background: #eee
	}​


	.shop-sidebar-title{
		margin-top: 15px;
	}
}
@media (max-width: 768px) {
	.mobile_filter_trigger{
		font-size: 0.8rem;
	}
}
@media (max-width: 576px) {
	.XXXorder-2{

	}

}











/*----------------------------------------------------------------------------------
  --- SITEMAP
---------------------------------------------------------------------------------*/

.sitemap{
  position: relative;
}

.sitemap h2 {
  letter-spacing: 2px;
  padding-left: 3.5rem;
}
.sitemap h2::before {
  content: "";
  display: block;
  width: 2rem;
  height: 4px;
  background-color: #ffcc00;
  border-radius: 3px;
  position: absolute;
  left: 12px;
  top: 1.1rem;
}
.sitemap .col-item {
  margin-top:30px;
}
.sitemap .col-item h4{
  text-transform: uppercase;
}

.myaccount-page-header {
  background-image: url(https://www.spectorandco.com/images/login/login-infobar-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 767px){
  .myaccount-page-header {
    padding: 50px 0;
  }
}
.myaccount-page-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
}
.myaccount-heading-title h1{
  position: relative;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  margin-right: 30px;
  margin-bottom: 0;
}



/*----------------------------------------------------------------------------------
  --- DASHBOARD, MY ACCOUNT MAIN PANEL (Jun. 07, 2021) ---
---------------------------------------------------------------------------------*/

.dashboard-upper-info {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 60px;
}
.dashboard-content .tab-pane:not(.active) {
    display: none;
}
.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
  border-right: 1px solid #ebebeb;
  padding: 30px 20px;
}
.user-name{
    position: relative;
}
.user-name:before {
  color: #222;
  content: "\f05d";
  font-family: 'Font Awesome 5 Pro';
  font-size: 18px;
  left: -20px;
  position: absolute;
  top: 0;
}

.dashboard-list {
  position: relative;
  border-radius: 8px;
  background:#fff;
  padding:20px;
}
.dashboard-list li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
}
.dashboard-list li:first-child{
  border-top: 1px solid #eee;
}

.dashboard-list {
    position: relative;
}
.dashboard-list li {
  	list-style-type: none;
}

.dashboard-list ul ul li a {
    color: #000;
  	text-decoration: none;
  	font-size: 15px;
  	line-height: 2;
  	display: block;
  	padding: 0 0 0 35px;
  	transition: all 0.15s;
  	position: relative;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
}
.dashboard-list ul ul li a:hover {
  	background: #f6f6f6;
}
.dashboard-list ul ul {
		display: none;
}
.dashboard-list li.active>ul {
		display: block;
}
.dashboard-list ul ul ul {
		margin-left: 15px;
}
.dashboard-list a:not(:only-child):after {
		content: "\f054";
		font-family: 'Font Awesome 5 Pro';
		position: absolute;
		right: 50px;
		font-size: 15px;
    color:#999;
    transition: all 0.5s ease;
}
.dashboard-list:hover a:not(:only-child):after {
    color:#333;
    transition: all 0.5s ease;
}
.dashboard-list .active>a:not(:only-child):after {
		content: "\f107";
    color:#fff;
    transition: all 0.5s ease;
}



.dashboard-list li a {
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 5px;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.dashboard-list li a:hover {
  color: #333;
  background: #f9f9f9;
  font-weight: 400;
  border-radius: 8px;
  transition: 0.10s;
}
.dashboard-list li a.active {
  color: #ffcc00;
  background: #333 !important;
  font-weight: 400;
  border-radius: 8px;
  transition: 0.10s;
}
.dashboard-list li a.active:hover {
  background: #333;
  color: #ffcc00;
}
.dashboard-list ul li li.active>a:focus {
  color: #fff;
  background-color: #999;
  border-radius: 8px;
  transition: 0.10s;
}

.dashboard-list ul li li a {
  color: #222;
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.dashboard-list ul li li a:hover {
  color: #333;
  padding-left: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  transition: 0.10s;
}
.dashboard-list ul li li a.active {
  color: #333;
  background: transparent;
  font-weight: 400;
  padding-left: 40px;
  border-radius: 8px;
  transition: 0.10s;
}
.dashboard-list ul li li a:hover {
  padding-left: 40px;
}
.dashboard-list ul li li.active>a:hover,
.dashboard-list ul li li.active>a:focus {
  color: #ff8c00;
  background-color: #e7e7e7;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.10s;
}



.dashboard-menu li {
  color: #ff8c00;
  background-color:#000;
  padding:10px;
}
.dashboard-list li a:hover {
  color: #333;
  padding-left: 10px;
  background: #f9f9f9;
  border-radius: 8px;
  transition: 0.10s;
}
.dashboard-menu li a:active{
  color: #ff8c00;
  background-color:#333;
}
.dashboard-menu .active{
  color: #fff;
  background-color:green;
}
.dashboard-list i {
  padding:10px;
}


.dashboard-content {
  border-radius: 10px;
  border: 2px solid #ebebeb;
  padding: 30px;
  padding-bottom: 100px;
}
.dashboard-content h1 {
  font-size: 30px;
}
.dashboard-content h2 {
  font-size: 24px;
}
.dashboard-content h3{
	font-size: 20px;
	line-height: 24px;
	xmargin-bottom: 15px;
	text-transform: capitalize;
	font-weight: 300;
}
.dashboard-content p {
  font-size: 15px;
}

.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th{
    border: none;
}
.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid #ebebeb;
}
.dashboard-content .table-responsive .table > thead > tr > th {
  font-size: 14px;
  font-weight: 600;
}
.dashboard-content .table-responsive .table > tbody > tr > td{
    color: #7b7b7b;
    font-size: 13px;
}
#dashboard a{
    color: #222;
    text-transform: capitalize;
}
#dashboard a:hover{
    color: #FFCC00;
}


#dashboard hr {
  color:#666;
  height:4px;
}



/* -----------------------------------------------------
	MARKETING SUPPORT new ver.2 - MY ACCOUNT DASHBOARD
-------------------------------------------------------- */
.dashboard-card-section {
  margin:20px 0;
}
.dashboard-marketing-support {
  position: relative;
}
.dashboard-marketing-support .form-group {
    margin-bottom: 1rem;
}

.right-column-content-head-title {
  display: inline-block;
  padding-left: 10px;
  text-align: left;
  position: relative;
  top:3px;
}
.right-column-content-head-title h2 {
  color: #222;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
}
.right-column-content-head-title span {
  color: #555;
  margin: 0 auto;
}
.card-wrap {
  padding:10px 0;
  border: 4px solid #ddd;
  box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0,0,0,0.03),0 0.275rem 1.25rem -0.0625rem rgba(0,0,0,0.05) !important;
}

.record-id-wrapper {
  display: block;
  width: auto;
  padding: 1em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #333;
}

.col:not(:last-child) .inner-column-margin {
  margin: 100px;
}
.myaccount-border {
  border: 1px solid #f2f2f2;
}
.container-myaccount {
  padding:15px;
  border-radius: 12px 12px 0 0;
  background: rgb(238,238,238);
  background: linear-gradient(180deg, rgba(238,238,238,1) 30%, rgba(255,255,255,1) 100%);
  margin:20px auto;
}
.nogap > .col{ padding-left:7.5px; padding-right: 7.5px}
.nogap > .col:first-child{ padding-left: 15px; }
.nogap > .col:last-child{ padding-right: 15px; }

.myaccount-boxcard-height {
    min-height: 120px;
}

.myaccount-header-line h4:after {
  content:" ";
  width:70px;
  height:2px;
  background:#ccc;
  display:block;
  margin-top:5px;
  margin-bottom:20px;
  border-radius:3px;
  margin-left:auto;
  margin-right:auto;
}


.billing-address {
  font-size: 16px;
  font-weight: 700;
  margin-top: 25px;
}
#address .view {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
}
.register-form {
	padding: 40px;
}
.account-login-form {
	background: white none repeat scroll 0 0;
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
	padding: 30px 30px 20px;
}
.login-form-container {
	padding: 40px 60px;
	box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
	background: #fff;
	margin-bottom: 30px;
	border: 1px solid rgba(0,0,0,.125);
	padding-bottom: 20px;
}
.input-radio .custom-radio input {
	width: auto;
	height: 11px;
}
.account-login-form input {
	background: #ebebeb;
	border: 0;
	height: 35px;
	margin-bottom: 20px;
	color: #7d7d7d;
	padding: 8px 15px;
}
.example {
	display: block;
	color: #878787;
	font-size: 14px;
	margin-bottom: 20px;
}
.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.login-form-container input[type="checkbox"] {
	margin: 0 auto;
	position: relative;
	top: 3px;
	width: auto;
	height: 15px;
	margin-right: 10px;
}
.default-btn {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background: #434343;
	color: #fff;
	border: 0;
	padding: 8px 20px;
	cursor: pointer;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-block;
}
.default-btn:hover {
	background: #FFCC00;
	color: #fff;
}







/* FORM CONTROL / SELECT / CHECK / RADIOS / INPUT
=============================================================================== */
.form-control {
  padding: .700rem .75rem !important;
  border-radius: 0.5rem;
  border: 1px solid #e7e7e7;
  margin: 10px 0;
}
.form-control:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
    outline: 0;
    border: 1px solid #FFCC00;
}
/*
select.form-control {
  padding: .4375rem .75rem !important;
  margin: 5px 0;
}
select.form-select {
  xpadding: .6375rem .75rem;
  width: auto;
  margin: 5px 0;
}
*/



/*
select.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
*/

select.form-control::-ms-expand {
  display: none;
}

select.form-control {
  outline : none;
  overflow : hidden;
  text-indent : 0.01px;
  text-overflow : '';

  background : url("https://img.icons8.com/material/24/000000/sort-down.png") no-repeat right #fff;

  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;

}
.col-form-label {
  font-size: 16px;
  line-height: 1.5;
}
.form-check-input:checked {
  background-color: #ffcc00!important;
  border-color: #ffcc00!important;
}
.form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.dropzone {
  border-radius: 10px;
}




/* Checkbox style */
.checkbox-wrapper {
  padding-right: 2rem;
  position: relative;
}
.checkbox-wrapper .checkbox--box:hover::after {
  opacity: 0.5;
}
.checkbox-wrapper label:hover .checkbox--box::after {
  opacity: 0.5;
}
.checkbox-wrapper .checkbox--box {
  background: #fff;
  border: 0.1rem solid #666;
  border-radius: 0.2rem;
  cursor: pointer;
  display: block;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
}
.checkbox-wrapper .checkbox--box::after {
  background: transparent;
  border: 0.2rem solid #000;
  border-right: none;
  border-top: none;
  content: '';
  height: 0.5rem;
  left: 0.1rem;
  opacity: 0;
  position: absolute;
  top: 0.3rem;
  transform: rotate(-45deg);
  transition: opacity 0.3s ease-in-out;
  width: 1rem;
}
.checkbox-wrapper .checkbox--box.checkbox--box--rounded {
  border-radius: 50%;
}
.checkbox-wrapper label {
  margin: 0 0 2rem;
  padding-left: 2rem;
  text-align: left;
}
.checkbox-wrapper label input[type='checkbox'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.checkbox-wrapper label input[type='checkbox']:checked + input + .checkbox--box, .checkbox-wrapper label input[type='checkbox']:checked + .checkbox--box {
  background-color: #ffcc00;
}
.checkbox-wrapper label input[type='checkbox']:checked + input + .checkbox--box::after, .checkbox-wrapper label input[type='checkbox']:checked + .checkbox--box::after {
  background-color: #ffcc00;
  border-color: #fff;
  opacity: 1;
}
.checkbox-wrapper label input[type='checkbox']:focus ~ .checkbox--box {
  outline: 0.1rem dotted color('black');
}
.checkbox-wrapper label .checkbox--label {
  color: #232323;
  line-height: 1.2rem;
  position: relative;
  text-transform: none;
}
.checkbox-wrapper label .checkbox--label:checked + input + .checkbox--box, .checkbox-wrapper label .checkbox--label:checked + .checkbox--box {
  background-color: #ffcc00;
}
.checkbox-wrapper label .checkbox--label:checked + input + .checkbox--box::after, .checkbox-wrapper label .checkbox--label:checked + .checkbox--box::after {
  background-color: #ffcc00;
  border-color: #fff;
  opacity: 1;
}
.checkbox-wrapper label.focused .checkbox--label {
  outline: 0.1rem dotted #000;
}
.checkbox-wrapper input[type='checkbox'] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
.checkbox-wrapper input[type='checkbox']:checked + .checkbox--box {
  background-color: #ffcc00;
}
.checkbox-wrapper input[type='checkbox']:checked + .checkbox--box::after {
  background-color: #ffcc00;
  border-color: #fff;
  opacity: 1;
}
/* End CUSTOM CHECKBOX */

/* CUSTOM RADIO ********************/
.radio-wrapper {
  position: relative;
}
.radio-wrapper .radio--box {
  background: transparent;
  border: 0.2rem solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  height: 2rem;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 2rem;
}
.radio-wrapper .radio--box::after {
  background: color('white');
  border: 0.2rem solid color('boulder');
  border-radius: 50%;
  content: '';
  height: 1.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  width: 1.6rem;
}
.radio-wrapper .radio--label, .radio-wrapper .roboto-bold {
  line-height: 1.42;
  min-height: 2rem;
  padding-left: 0.5rem;
  position: relative;
  text-transform: none;
}
.radio-wrapper label {
  display: flex;
}
.radio-wrapper input[type='radio']:checked ~ label .radio--box {
  background: color('white');
  border: 0.2rem solid color('boulder');
  height: 2rem;
  width: 2rem;
}
.radio-wrapper input[type='radio']:checked ~ label .radio--box::after {
  background: color('boulder');
  height: 1.2rem;
  width: 1.2rem;
}
/* END CUSTOM RADIO ********************/





.form-control2 {
  width: 100%;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  padding: .375rem .75rem;
  border-radius: .25rem;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.form-control3 {
    display: block;
    width: 80%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.7;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0rem  !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}












/*----------------------------------------------------------------------------------
  --- COVER DESIGNER / VIRTUAL STUDIO FOR SCRIBL BOOKS  ---
---------------------------------------------------------------------------------*/
.virtual-btn {
  background-color: #666;
  border:1px solid #666;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 7px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0px;
	border-radius: 4px;
	display: inline-block;
  margin-bottom: 20px;
}
.virtual-btn:hover {
  background-color: #ffcc00;
	border:1px solid #ffcc00;
	color: #000;
}

.virtual-image-grid {
  position: relative;
	width:100%;
	min-height: 200px;
	border:3px solid #eee;
	background: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	margin:20px 0;
	border-radius: 10px;
}
.virtual-image-grid:hover {
	border:3px solid #ffcc00;
  overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-10px);
}
.virtual-image-grid-image img{
	padding:10px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.virtual-image-grid-image:hover img{
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
	overflow: hidden;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media only screen and (max-width: 767px) {
	.virtual-image-grid {
		width:100%;
		min-height: 100px;
		border:3px solid #eee;
		background: #fff;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		overflow: hidden;
		margin:20px 0;
	}
	.virtual-btn {
	  background-color: #009ee2;
	  border:1px solid #009ee2;
	  color: #fff;
	  cursor: pointer;
	  font-size: 10px;
	  font-weight: 400;
	  line-height: normal;
	  padding: 5px 8px;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0px;
		border-radius: 4px;
	}
}

.virtual-3d-wrapper {
   display: block;
   position: absolute;
   top: 15px;
   left: 15px;
}
.virtual-3d {
   font-size: 0.875em;
   font-weight: 700;
   letter-spacing: 0.6px;
   text-transform: uppercase;
   display: inline-block;
   font-size: 12px;
	 border:1px solid #999;
   border-radius: 4px;
   color: #fff;
   padding: 4px;
	 line-height: normal;
}
.virtual-3d img{
	width: 25px;
}






/*----------------------------------------------------------------------------------
  --- CUSTOMER TESTIMONIALS  ---
---------------------------------------------------------------------------------*/
.testimonials blockquote {
  background: #f8f8f8 none repeat scroll 0 0;
  padding: 2rem;
  position: relative;
  color: #666;
  line-height: 1.5;
  border-radius: 0.5rem;
  min-height: 380px;
}
.testimonials blockquote p{
  line-height: 1.5;
}

.testimonials blockquote.dark-bg {
  background: #555 !important;
  color:#fff!important;
}
.testimonials blockquote.dark-bg p,
.testimonials blockquote.dark-bg .testimonial-name,
.testimonials blockquote.dark-bg .testimonial-company,
.testimonials blockquote.dark-bg a{
  color:#ddd!important;
}

.testimonials br{
  content: "";
  display: block;
  margin: 1rem;
}
.wrap-title-testimonial {
  padding-left: 20px;
  margin-left: 10px;
  top:10px;
}
.testimonials .wrap-title-testimonial:before {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #ffd100;
  position: absolute;
  border-radius: 5px;
  display: block;
  left: 0;
  top: 0;
}

.testimonial-name {
  color: #000;
  font-weight: 600;
  font-style: normal;
  margin-top: 15px;;
  margin-right:10px;
}
.testimonial-company {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.testimonials h4{
  font-size: 20px;
  color: #333;
  font-style: italic;
  line-height: 2;
}
.testimonials a {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  letter-spacing: 1px;
}







/*----------------------------------------------------------------------------------
  --- LIFESYLE IMAGES PAGE   ---
---------------------------------------------------------------------------------*/
.lifestyle-images-search-bar {
  position: relative;
  margin-right: 0px;
}
.lifestyle-images-search-bar input {
  width: 100%;
  min-width: 375px;
  height: 55px;
  flex-grow: 1;
  padding: .475rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.5;
  color: #171c20;
  Xbackground: #eff1f3;
  border: 2px solid rgba(9,9,9, .2);
  border-radius: 10px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.lifestyle-images-search-bar input:hover {
  color:#333 !important;
  Xborder: 2px solid #eff1f3;
  border: 2px solid #ddd;
  background: #fffcf2;
}
.lifestyle-images-search-bar input:hover + button i {
  color:#ffcc00;
}
.lifestyle-images-search-bar input:focus {
  color:#000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing:0px;
  background-color: #fff;
  border: 2px solid #ffcc00;
}
.lifestyle-images-search-bar button {
  background-color: transparent;
  border-radius: 0 4px 4px 0;
  display: inline-block;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  padding: 12px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.lifestyle-images-search-bar input:focus + button i{
  color: #ffcc00;
}
.lifestyle-images-search-bar button i {
  font-size: 24px;
  color: #999;
  position: relative;
  bottom:2px;
}
.lifestyle-images-search-bar button:hover i{
  color: #000!important;
}
.lifestyle-images-search-bar button::before {
  content: "";
  position: relative;
  top: -2px;
  right: 5px;
  height: 40px;
  border-left: 1px solid #ccc;
  padding: 3px 0;
}

.lifestyle-images-category .form-control.category-select {
  border: 2px solid #ccc !important;
  margin: 10px 0 !important;
}

.lifestyle-or{

}

.btn-download-lifestyle-images {
  padding: 5px 10px !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}

.lifestyle-images-wrapper {
  margin-top: 50px;
}

.lifestyle-images-item {
  position: relative;
  top: 0;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0.0625rem solid rgba(220,224,229,.6);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  transition: top ease 1s;
  padding: 20px;
}
.lifestyle-images-item:hover {
  top:-7px;
  transition: all 0.3s ease 0s;
  border:1px solid #ffcc00;
}

.lifestyle-images-height img {
  width: 100%;
  height: 300px;
  border-radius: 0.5rem;
  object-fit: cover;
}

.lifestyle-images-height img:hover {
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
}


.overlay-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.lifestyle-images-height:hover .overlay-content{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.overlay-content h3{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 5rem;
  text-transform: uppercase;
}
.overlay-content.fadeIn-bottom{
  Xtop: 80%;
}


.social-icons-small-4 > li {
	list-style: none;
	display: inline-block;
	margin: 0 2px 0 0;
	vertical-align: middle;
  font-size: 10px;
}
.social-icons-small-4 > li > a {
	display: block;
	width: 20px;
	height: 20px;
  color: #fff;
	background: #3b5998;
	text-align: center;
	line-height: 22px;
  border-radius: 50%;
	text-align: center;
}













/*----------------------------------------------------------------------------------
  --- BUTTONS  ---
---------------------------------------------------------------------------------*/

.text-hover {
  position: relative;
}
.text-hover:before {
  position: absolute;
  left: 0;
  width: 0;
  bottom: -5px;
  height: 1px;
  content: '';
  display: block;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  visibility: hidden;
}
.text-hover:hover:before {
  background-color: #ffcc00 !important;
  width: 100% !important;
  visibility: visible;
}


.btn-grad {background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%)}
.btn-grad {
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}
.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}



/*
  - MAIN BUTTON
=============================================================================== */

.btn {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius:5px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  margin:5px 0;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .btn {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 250px;
  }
}
.btn:hover,
.btn:focus {
  background: #FFCC00;
  color: #fff;
  outline: none;
  box-shadow: none
}
.btn::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}


.btn.ylw-to-gry {
  background: #ffcc00!important;
  color: #fff!important;
}
.btn.ylw-to-gry:hover {
  background: #ccc!important;
  color: #333!important;
}


.btn.rounded-25 {
  border-radius: 25rem;
}
.btn.rounded-50 {
  border-radius: 50rem;
}
.btn.rounded-100 {
  border-radius: 100rem;
}




.btn2 {
  background: #ffcc00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius:5px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  margin:5px 0;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .btn2 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    min-width: 250px;
  }
}
.btn2:hover,
.btn2:focus {
  background: #fff;
  color: #333;
  outline: none;
  box-shadow: none
}
.btn2::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn2:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.btn2.rounded-25 {
  border-radius: 25rem;
}
.btn2.rounded-50 {
  border-radius: 50rem;
}
.btn2.rounded-100 {
  border-radius: 100rem;
}



.btn3 {
  background: #e7e7e7;
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius:5px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  margin:5px 0;
  cursor: pointer;
  display: inline-block;
}
@media only screen and (max-width: 767px){
  .btn3 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    xmin-width: 250px;
  }
}
.btn3:hover,
.btn3:focus {
  background: #f7f7f7;
  color: #333;
  outline: none;
  box-shadow: none
}
.btn3::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f054";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn3:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.btn3.rounded-25 {
  border-radius: 25rem;
}
.btn3.rounded-50 {
  border-radius: 50rem;
}
.btn3.rounded-100 {
  border-radius: 100rem;
}




.btn-small {
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 20px;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  xdisplay: block;
  margin: 0;
  background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%)
}
.btn-small:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.btn-small::after {
  display: inline-block;
  position: relative;
  top: 1px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  margin-left: 7px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  transition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn-small:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}


.btn-text {
  font-size: 1rem;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 20px;
  transition: all 0.3s ease 0s;
}
.btn-text:hover {
  color: #ffcc00;
  text-decoration: none;
}
.btn-text::after {
  display: inline-block;
  position: relative;
  top: 4px;
  text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  margin-left: 12px;
  xtransition: margin-left 0.2s linear 0s;
  transition: all 0.3s ease 0s;
}
.btn-text:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
  transform: translateX(4px);
}



/*
  - BTN DOWNLOAD
=============================================================================== */
.download-btn,
.btn-download {
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius:5px;
  max-width: 100%;
  transition: all 0.3s ease;
  padding: 15px 30px;
  font-size: 14px;
  letter-spacing: 2px;
  margin:5px 0;
  cursor: pointer;
  display: inline-block;
}
.download-btn:hover,
.btn-download:hover{
  background: #666;
  color: #fff;
}
.download-btn::before,
.btn-download::before {
  content: "\f33d";
  Xcontent: "\f063";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  Xfont-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  Xfont-size: 12px;
  padding-right: 7px;
  text-decoration: none !important;
}



/*
  - OPTIONAL BRANDING
=============================================================================== */
.btn-optional-branding {
  font-size: 0.8rem;
  text-align: center;
  letter-spacing: 1px;
  padding: 5px 10px;
  transition: 0.5s;
  background-color: #ccc;
  color: #000;
  box-shadow: 0 0 20px #eee;
  border-radius: 5px;
  margin-right: 1%;
  margin-bottom: 3px;
  cursor: pointer;
}
.btn-optional-branding:hover {
  color: #fff;
  background-color: #999;
}




/*
  - BUTTON VIDEO
=============================================================================== */
.btn-video {
  background-image: none;
  display: inline-block;
  position: relative;
  border: 2px dashed #aaa;
  box-sizing: border-box;
  border-radius: 52px;
  cursor: pointer;
  padding: 15px 30px;
  padding-right: 70px;
  margin:5px 0;
  transition: 0.2s ease-out;
}
.btn-video:hover {
  background-color: #fff;
  border: 2px dashed #f5b03b;
  color:#000;
  font-weight: 500;
  letter-spacing: 2px;
  transform: translateX(4px);
  transition: 0.1s ease-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.btn-video i {
  position: absolute;
  top: 10px;
  right: 24px;
  color:#ff0000;
  font-size: 28px;
  line-height: 33px;
  -webkit-transition: transform 0.8s ease-out;
  -moz-transition: transform 0.8s ease-out;
  -ms-transition: transform 0.8s ease-out;
  -o-transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
}
.btn-video i:hover,
.btn-video:hover i{
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
  color:#222;
}
.btn-video:focus {
  background-color: #ccc;
  border: 2px solid #fff;
  color:#fff;
}
.btn-video i:focus{
  color:#fff !important;
}
@media only screen and (max-width: 767px){
  .btn-video {
    min-width: 250px;
  }
}


.btn-back-to-news {
  font-size: 1rem;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  xpadding: 5px 20px;
  transition: all 0.3s ease 0s;
}
.btn-back-to-news:hover {
  color: #ffcc00;
  text-decoration: none;
}
.btn-back-to-news::before {
  display: inline-block;
  position: relative;
  top: 2px;
  text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  font-weight: 300;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}
.btn-back-to-news:hover::before {
  transform: translateX(-10px);
}





.btn-product-page {
  color: #fff;
  background: #666;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  border-radius: 1.75rem;
  padding: 12px 25px;
  margin:2px;
  transition: all 0.3s ease;
  display: inline-block;
  overflow: hidden;
}
.btn-product-page:hover{
  background: #ccc;
  color: #000;
}

.btn-product-page2 {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  border-radius: 1.75rem;
  padding: 10px 15px;
  margin:2px;
  transition: all 0.3s ease;
  display: inline-block;
  overflow: hidden;
}
.btn-product-page2:hover{
  background: #ccc;
  color: #000;
}

.btn-product-page3 {
  color: #fff;
  background: #ffcc00;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  border-radius: 1.75rem;
  padding: 10px 15px;
  margin:2px;
  transition: all 0.3s ease;
  display: inline-block;
  overflow: hidden;
}
.btn-product-page3:hover{
  background: #ccc;
  color: #000;
}
.btn-product-page4 {
  color: #fff;
  background: #ccc;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  border-radius: 1.75rem;
  padding: 10px 15px;
  margin:2px;
  transition: all 0.3s ease;
  display: inline-block;
  overflow: hidden;
}
.btn-product-page4:hover{
  background: #eee;
  color: #000;
}

.btn-product-share {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  border-radius: 1.75rem;
  padding: 10px 15px;
  margin:2px;
  transition: all 0.3s ease;
  display: inline-block;
  overflow: hidden;
}
.btn-product-share:hover{
  background: #ccc;
  color: #000;
}

/*
.btn-product-page2 {
  color: #333;
  background: #fff;
  border: 1px solid #999;
  font-size: 13px;
  letter-spacing: 0px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ease;
  padding: 8px 15px;
  margin:2px;
}
.btn-product-page2:hover{
  color: #fff;
  background: #ccc;
  border: 1px solid #ccc;
}
*/



/*
  - VIDEO PLAY BUTTON
=============================================================================== */

/*
.video-play-button {
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -52px 0 0 -52px;
  cursor: pointer;
}
.video-play-outline {
  display: block;
  width: 96px;
  height: 96px;
  border: #FFF 4px solid;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: .7;
  transition:all .5s;
}
.video-play-circle {
  stroke-dasharray: 315;
  stroke-dashoffset: 315;
  transition: stroke-dashoffset .5s;
}
.video-play-button svg {
  display: block;
  transform: rotate(-90deg);
  transition: transform .3s;
}
.video-play-button:hover .video-play-circle {
  stroke-dashoffset: 0;
}
.video-play-button:active .video-play-outline {
  transform: scale(1.5);
  opacity: 0;
}
.video-play-button:active svg {
  transform: rotate(-90deg) scale(.95);
}
*/

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  align-items: center;
	cursor: pointer;
}
.xvideo-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #e3615b;
  border-radius: 50%;
  animation: pulse-border 1300ms ease-out infinite;
}
.video-play-button:hover:before{
  width: 50px;
  height: 50px;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  xbackground: #db241b;

  background: linear-gradient(120deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.2) 100%);
  box-shadow: 0 24px 72px 0 rgb(0 0 0 / 90%);

  border-radius: 50%;
  transition: 0.5s all cubic-bezier(.4,0,.2,1);
}
.video-play-button:hover:after{
  position: absolute;
  Xbackground-color: #FF0000;
  transition: all .3s;
  transform:translate(-50%,-50%) scale(0.955);
}

.Xvideo-play-button:hover:after,
.Xvideo-play-button:hover:before{
  position: absolute;
  background-color: #FF0000;
  transition: all .3s;
}

.video-play-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;

  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #db241b;

  color:#fff;
  font-size: 25px;
	z-index: 3;
  transition: all 0.5s;
}
.video-play-button:hover i {
  background-color: #ffcc00;
  font-size: 20px;
  font-weight: 900;
  transition:all .3s;
  transform:translate(-50%,-50%) scale(1.1);
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}


/* END */



.orange_button_sales_flyer {
  display: inline-block;
  color: #fff;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #ffcc00;
  padding: .375rem 0.4rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin: 2px 0;
}

.orange_button_sales_flyer:hover {
 color: #fff !important;
 background-color: #888;
}


.black_button_sales_flyer {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  color: #fff!important;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #1a1a1a;
  border-radius: 0.2rem;
  padding:3px 15px;
  xwidth: 70px;
}
.black_button_sales_flyer:hover {
 color: #fff !important;
 background-color: #888;
}
.black_button_sales_flyer::before {
  content: "\f34a";
  font: normal normal normal 14px/1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  padding-right: 6px;
  text-decoration: none !important;
}




.Xsearchpage_thumb_buttons {
  position: relative;
  text-align: center;
}

.button_searchPage_compare {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px;
  background-color: #666;
  border-radius: 5px;
  cursor: pointer;
  margin: 5px 0;

  /*
  display: inline-block;
  width: 100%;
  font-size: 10px;
	font-weight: 400;
  color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2.5em;
	background-color: #666;
  padding:0 10px;
  margin-bottom: 2px;
  border-radius: 4px;
  cursor: pointer;
  */
}
.button_searchPage_compare:hover{
	color: #fff;
  background-color: #666;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.button_searchPage_quickview {
  font-size: 10px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	line-height: 2.5em;
	position: relative;
  background-color: #555;
  padding:0 10px;
  margin-bottom: 2px;
  border-radius: 4px;
  cursor: pointer;
}
.button_searchPage_quickview:hover{
	color: #fff;
  background-color: #777;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.button_searchPage_qview {
  font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	line-height:3.6em;
	position: relative;
	background-color: #404040;
	width: 100%;
  cursor: pointer;
}
.button_searchPage_qview:hover{
	color: #000;
  background-color: #ffcc00;
  transition: all .2s ease-in-out;
  cursor: pointer;
}



.optional__branding__btn {
  width: 99%;
  border: 1px solid #222;
  color: #FFF;
  background: #222;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.optional__branding__btn:hover{
  background: #FFF;
  color: #000;
  border: 1px solid #222;
}
.optional__branding__btn::before {
    content: "\f013";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 3px;
    text-decoration: none !important;
}


.optional__branding__btn2 {
  width: 99%;
  border: 1px solid #222;
  color: #000;
  background: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.optional__branding__btn2:hover{
  background: #999;
  color: #fff;
  border: 1px solid #444;
}
.optional__branding__btn2::before {
    content: "\f013";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 3px;
    text-decoration: none !important;
}


.optional__branding__btn3 {
  width: 99%;
  border: 1px solid #222;
  color: #FFF;
  background: #222;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.optional__branding__btn3:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #222;
}
.optional__branding__btn3::before {
    content: "\f013";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 3px;
    text-decoration: none !important;
}



.pp__optional__branding__btn {
  width: 99%;
  border: 1px solid #222;
  color: #000;
  background: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  Xpadding: 8px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.pp__optional__branding__btn:hover{
  background: #222;
  color: #fff;
  border: 1px solid #222;
}




.optional__branding__btn__quote {
  width: 99%;
  border: 1px solid #222;
  color: #FFF;
  background: #222;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.optional__branding__btn__quote:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #222;
}
.optional__branding__btn__quote::before {
    content: "\f217";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 5px;
    text-decoration: none !important;
}


.optional__branding__btn__pdf {
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #222;
  color: #FFF;
  background: #333;
  border-radius: 1.75rem;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 2px 0;
}
.optional__branding__btn__pdf:hover {
  background: #FFF;
  color: #000;
  border: 1px solid #222;
}
.optional__branding__btn__pdf::before {
    content: "\f1c1";
    font: normal normal normal 14px/1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    padding-right: 5px;
    text-decoration: none !important;
}









.share-btn {
  width: 100%;
  border: 1px solid #222;
  color: #222;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 12px 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 3px;
}
.share-btn:hover{
  background: #222;
  color: #fff;
}




.product-btn {
	background: #222;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
	height: 55px;
	letter-spacing: 0;
	line-height: 55px;
	margin: 0 auto;
	padding: 0 40px;
	text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-btn:hover{
    background: #FFCC00;
    color: #fff;
}






.wishlist-compare-btn {
  margin-bottom: 0px;
}

.wishlist-compare-btn a {
	background: none;
	border: 1px solid #ccc;
	color: #222;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 45px;
	line-height: 43px;
	text-align: center;
	width: 170px;
	border-radius: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

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

  .wishlist-compare-btn a {
  	width: 100%;
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
  }
}





.wishlist-compare-btn a.wishlist-btn{
    margin-right: 20px;
}
.wishlist-compare-btn a.add-compare{
    border-radius: 5px;
}

.wishlist-compare-btn a.add-compare-black{
    background: #000;
    color: #ffffff;
}

.wishlist-compare-btn a.wishlist-btn:before {
	content: '\f08a';
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	margin-right: 5px;
	vertical-align: top;
}
.wishlist-compare-btn a:hover {
  background: #ffcc00;
  border-color: #ffcc00;
  color: #fff;
}

.wishlist-compare-btn-orange a:hover {
  background: #ffcc00 !important;
  border-color: #ffcc00;
  color: #fff;
}

.wishlist-compare-btn-black a:hover {
  background: #fff !important;
  border-color: #666;
  color: #000;
}

.wishlist-compare-btn a:hover:before {
  -webkit-animation: crFlipX 2s ease-in-out infinite both;
          animation: crFlipX 2s ease-in-out infinite both;
}


.button_remove_item {
  font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	display: inline-block;
	line-height: 2.9em;
	padding: 0px 5px 0px 5px;
	position: relative;
	background-color: #404040;
	width: 66%;
  border-radius: 5px;
}

.button_remove_item:hover{
	color: #000;
  background-color: #CCC;
  border-color: #FFF;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}


.button_remove_item_orange {
  font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	line-height: 2.9em;
	padding: 0px 5px 0px 5px;
	position: relative;
	background-color: #ffcc00;
	width: 66%;
  border-radius: 5px;
}

.button_remove_item_orange:hover{
	color: #fff;
  background-color: #CCC;
  border-color: #FFF;
  transition: all .2s ease-in-out;
  border-radius: 5px;
}

.button_50_percent_width {
	width: 200px;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}


.optional_branding {
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #000 !important;
	display: inline-block;
	line-height: 3em;
	padding: 0px 30px 0px 30px !important;
	position: relative;
	background-color: #ffcc00;
  border-radius: 25px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.optional_branding::before {
  content: "\f013";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  padding-right: 3px;
}

.optional_branding:hover {
	color: #fff !important;
  background-color: #1a1a1a;
  transition: all .2s ease-in-out;
  border-radius: 25px;
  margin-left: 7px !important;
  cursor: pointer;
}

.optional_branding a:visited {
	color: #000 !important;
}
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .optional_branding {
    width: 100%;
  	font-size: 1.1em;
  	font-weight: 500;
  	text-decoration: none;
  	text-align: center;
  	text-transform: uppercase;
  	color: #000 !important;
  	display: inline-block;
  	line-height: 3em;
  	padding: 0px 30px 0px 30px !important;
  	position: relative;
  	background-color: #ffcc00;
    border-radius: 25px;
    transition: all 0.5s ease;
    cursor: pointer;
  }
}

@media only screen and (max-width: 767px){
  .optional_branding {
  	font-size: 0.9em;
  	font-weight: 400;
  	text-decoration: none;
  	text-align: center;
  	text-transform: uppercase;
    background-color: #333;
  	color: #fff !important;
  	display: inline-block;
  	line-height: 3em;
  	position: relative;
    border-radius: 5px;
    transition: all 0.5s ease;
    cursor: pointer;
  }
}

.optional_branding2 {
	xfont-size: 0.9em;
  font-size: .775rem;
	font-weight: 600;
  letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #FFF !important;
	display: inline-block;
	padding: 12px 25px !important;
	position: relative;
	background-color: #222;
  border: 1px solid #222;
  width: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.optional_branding2::before {
  content: "\f013";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 3px;
}

.optional_branding2:hover {
	color: #000 !important;
  background-color: #CCC;
  border: 1px solid #555;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.optional_branding2 a:visited {
	color: #000 !important;
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .optional_branding2 {
    width: 100%;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #111;
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px !important;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 767px){
  .optional_branding2 {
    width: 100%;
  	font-size: 0.9em;
  	font-weight: 400;
  	text-decoration: none;
  	text-align: center;
  	text-transform: uppercase;
    background-color: #111;
  	color: #fff !important;
  	display: inline-block;
  	padding: 5px 15px !important;
  	position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}





/* PRODUCT PAGE file UPLOAD BUTTON **************************/
.choose__upload::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: #999;
    border: none;
    padding: 0px 8px;
    font-weight: 700;
    border-radius: 0px;
    white-space: nowrap;
    cursor: pointer;
    font-size: 10px;
    font-weight:400;
}

/* PRODUCT PAGE DOWNLOAD FLYER BUTTON  **************************/
.btn_download_flyer {
  font-size: .775rem;
	font-weight: 600;
  letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	padding: 12px 15px !important;
	position: relative;
	background-color: maroon;
  border: 1px solid maroon;
  width: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.btn_download_flyer::before {
  content: "\f019";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 3px;
}

.btn_download_flyer:hover {
	color: #000 !important;
  background-color: #CCC;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.btn_download_flyer a:visited {
	color: #000 !important;
}

@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .btn_download_flyer {
    width: 100%;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #111;
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px !important;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}
@media only screen and (max-width: 767px){
  .btn_download_flyer {
    width: 100%;
  	font-size: 0.9em;
  	font-weight: 400;
  	text-decoration: none;
  	text-align: center;
  	text-transform: uppercase;
    background-color: #111;
  	color: #fff !important;
  	display: inline-block;
  	padding: 5px 15px !important;
  	position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}

/*END PRODUCT PAGE DOWNLOAD FLYER */

/* PRODUCT PAGE CSS  **************************/
.ui-draggable .ui-dialog-titlebar {
    background:#ccc !important;
}
/*END PRODUCT PAGE CSS */

.btn__black {
  font-size: .775rem;
	font-weight: 600;
  letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	color: #FFF !important;
	display: inline-block;
	padding: 12px 25px !important;
	position: relative;
	background-color: #222;
  border: 1px solid #222;
  width: 100%;
  transition: all 0.5s ease;
  cursor: pointer;
}

.xxxbtn__black::before {
  content: "\f013";
  font: normal normal normal 14px/1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  padding-right: 3px;
}

.btn__black:hover {
	color: #000 !important;
  background-color: #CCC;
  border: 1px solid #555;
  transition: all .2s ease-in-out;
  Xborder-radius: 25px;
  Xmargin-left: 7px !important;
  cursor: pointer;
}

.btn__black a:visited {
	color: #000 !important;
}
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .btn__black {
    width: 100%;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #111;
    color: #fff !important;
    display: inline-block;
    padding: 5px 15px !important;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}

@media only screen and (max-width: 767px){
  .btn__black {
    width: 100%;
  	font-size: 0.9em;
  	font-weight: 400;
  	text-decoration: none;
  	text-align: center;
  	text-transform: uppercase;
    background-color: #111;
  	color: #fff !important;
  	display: inline-block;
  	padding: 5px 15px !important;
  	position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    margin: 2px 0;
  }
}









.optional_branding > button {
	background: #ffcc00;
	color: #fff;
	font-size: 14px;
  display: inline-block;
	font-weight: normal;
  border: none;
  cursor: pointer;
	height: 35px;
	letter-spacing: .02em;
	line-height: 35px;
	padding: 0 15px;
	text-transform: capitalize;
  border-radius: 5px;
}

.optional_branding > button:hover {
	background: #222;
	color: #fff;
}


.optional_branding_black {
	background: #1a1a1a !important;
	color: #fff;
	font-size: 14px;
  display: inline-block;
	font-weight: normal;
  border: none;
  cursor: pointer;
	height: 29px;
	letter-spacing: .02em;
	padding: 0 15px;
	text-transform: capitalize;
}

.optional_branding_black:hover {
	background: #ccc !important;
	color: #000;
}

.check__inventory__black {
	background: #1a1a1a !important;
	color: #fff;
	font-size: 10px;
  display: inline-block;
	font-weight: normal;
  border: none;
  cursor: pointer;
	xheight: 20px;
	letter-spacing: .02em;
	line-height: 22px;
	padding: 0 25px;
	text-transform: capitalize;
  position: relative;
  top:-2px;
}

.check__inventory__black:hover {
	background: #ccc !important;
	color: #000;
}



.optional_branding_yellow {
	background: #ffcc00 !important;
	color: #fff;
	font-size: 14px;
  display: inline-block;
	font-weight: normal;
  border: none;
  cursor: pointer;
	height: 35px;
	letter-spacing: .02em;
	line-height: 35px;
	padding: 0 15px;
	text-transform: capitalize;
  border-radius: 5px;
}

.optional_branding_yellow:hover {
	background: #222 !important;
	color: #fff;
}




@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .optional_branding {
  	width: 100% !important;
  }
}

@media only screen and (max-width: 767px){
  .optional_branding {
  	width: 100% !important;
    margin-top: 5px;
  }
  .wide {
    margin-top: 5px;
  }
}











/** CREATIVE CONCEPTS **************************************************************************************************
************************************************************************************************************************/

.creative-head-title{
  font-size: calc(30px + (70 - 30) * ((100vw - 400px) / (2500 - 400)));
  color: #222;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.creative-card-item {
  min-height: 470px;
  padding: 5%;
  margin: 10px !important;
  position: relative;
}
.creative-card-item img{
  width: 200px;
  padding-bottom: 30px;
  height: auto;
}
.creative-card-item .card-item-button{
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4%;
  text-align: center;
}

.Architects_font, .Architects_font2 {
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

@media only screen and (max-width: 767px){
  .Architects_font {
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
  }
  .Architects_font2{
    font-weight: 300;
    font-style: normal;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
  }
  .about_part_img {
    padding-bottom: 20px;
  }
}

.creative__concepts__banner__chocolate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Inspiration-creative-concept-Int_Choco_Day_Banner_EN.jpg) center center;
}
.creative__concepts__banner__executive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Inspiration-creative-concept-Executive_Packaging_Banner.jpg) center center;
}
.creative__concepts__banner__fastfood {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Inspiration-creative-concept-Fast_Food_Banner-EN.jpg) center center;
}
@media only screen and (max-width: 767px){
  .creative__concepts__banner__chocolate {
    height: 400px;
    background: url(../../images/creative_concepts/Mobile_chocolate_banner_EN.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
  .creative__concepts__banner__executive {
    height: 400px;
    background: url(../../images/creative_concepts/Mobile_executive_packaging_banner_EN.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
  .creative__concepts__banner__fastfood {
    height: 300px;
    background: url(../../images/creative_concepts/Mobile_fastfood_banner_EN.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
}


/* FR */
.creative__concepts__banner__chocolate__fr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Int_Choco_Day_Banner_FR.jpg) center center;
}
.creative__concepts__banner__executive__fr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Executive_Packaging_Banner-FR.jpg) center center;
}
.creative__concepts__banner__fastfood__fr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  height: 600px;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 40px;
  background: url(../../images/creative_concepts/Fast_Food_Banner-FR.jpg) center center;
}
@media only screen and (max-width: 767px){
  .creative__concepts__banner__chocolate__fr {
    height: 400px;
    background: url(../../images/creative_concepts/Mobile_chocolate_banner_FR.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
  .creative__concepts__banner__executive__fr {
    height: 400px;
    background: url(../../images/creative_concepts/Mobile_executive_packaging_banner_FR.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
  .creative__concepts__banner__fastfood__fr {
    height: 300px;
    background: url(../../images/creative_concepts/Mobile_fastfood_banner_FR.jpg) no-repeat center center;   background-size: cover;  background-color: #fff;
  }
}


#guide-hero {
  background: url(https://www.getharvest.com/assets/resources/wave-de7cc7f8e8e4d7a27e8655353c117699e58e328410378befb6daaa65de35820b.svg) repeat-x center bottom;
}
#guide-hero,
.colorize-page-neutral .pullquote, .colorize-page-neutral .related-article-callout {
    background-color: #f1ece6;
}
.innerX {
    margin: 0 auto;
    padding: 40px 30px;
    position: relative;
    width: 1050px;
    height:500px;
}

.creative__concepts__content__right h2, .creative__concepts__content__right h3{
    line-height: 1.7 !important;
    text-align: right;
    padding-left: 10%;
}
@media (max-width: 480px){
  .creative__concepts__content__right h2, .creative__concepts__content__right h3{
      line-height: 1.7 !important;
      text-align: left !important;
      padding-left: 0% !important;
  }
}

.creative__concepts__content__left h2, .creative__concepts__content__left h3{
    line-height: 1.7 !important;
    text-align: left;
    padding-right: 10%;
}
@media (max-width: 480px){
  .creative__concepts__content__left h2, .creative__concepts__content__left h3{
      line-height: 1.7 !important;
      text-align: left !important;
      padding-right: 0% !important;
      font-weight: 300;
      font-size: 15px;
  }
}

.creative__concepts .single_column101 {
    padding: 25px 30px;
    border: 1px solid #e8e9eb;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

/*
.creative_concepts_01 .col-sm-6:nth-child(2), .creative_concepts_01 .col-xl-4:nth-child(2) {
    margin-top: 40px;
}
.creative_concepts_01 .col-sm-6:nth-child(3), .creative_concepts_01 .col-xl-4:nth-child(3) {
    margin-top: 80px;
}
.creative_concepts_01 .col-sm-6:nth-child(4), .creative_concepts_01 .col-xl-4:nth-child(4) {
    margin-top: 120px;
}
*/

.creative__concepts:hover {
    background-color: rgba(0,0,0,0.05);
}


.creative__concepts_quote_choco i{
    font-size: 55px;
    color: #993300;
    margin-bottom: 10px;
}
.creative__concepts_quote_executive i{
    font-size: 55px;
    color: #ff6633;
    margin-bottom: 10px;
}
.creative__concepts_quote_fastfood i{
    font-size: 55px;
    color: #ff0066;
    margin-bottom: 10px;
}


.team_img_inner {
    max-width: 591px;
    margin-bottom: -20px;
    margin-left: 150px;
}


.cc__scroll_down_arrow_wrapper1 {
  position: absolute;
  margin: 0 auto;
  left: 18%;
  bottom: 17%;
  background-color: Transparent;
  border-radius: 10px;
  z-index: 1;
}
.cc__scroll_down_arrow_wrapper2 {
  position: absolute;
  margin: 0 auto;
  left: 15%;
  bottom:12%;
  background-color: Transparent;
  border-radius: 10px;
  z-index: 1;
}
.cc__scroll_down_arrow_wrapper3 {
  position: absolute;
  margin: 0 auto;
  left: 18%;
  bottom: 6%;
  background-color: Transparent;
  border-radius: 10px;
  z-index: 1;
}

.cc__scroll_down_arrow {
  text-align: center;
  margin: 8% 0;
}

.cc__scroll_down_arrow a {
  color: white;
  text-decoration: none;
}
.cc__scroll_down_arrow:hover a {
  color: #ff0000 !important;
  text-decoration: none;
}


.cc__arrow_bounce {
  animation: cc__arrow_bounce 3s infinite;
}

@keyframes cc__arrow_bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.creative__concepts__videoPlayIcon{
  position: relative;
}

.creative__concepts__videoPlayIcon .video-icon {
  width: 100px;
  height: 100px;
  font-size: 35px;
  line-height: 100px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  xdisplay: inline-block;
  position: absolute;
  top: -244px;
  left: 100%;
  transform: translateX(-50%) translateY(-50%);
}
/*
@media only screen and (max-width: 767px) {
  .creative__concepts__videoPlayIcon .video-icon {
      position: absolute;
      width: 100px;
      height: 100px;
      font-size: 35px;
      line-height: 100px;
      background: #fff;
      display: inline-block;
      border-radius: 50%;
      text-align: center;
      border-radius: 50%;
      margin-left: -60%;
      transform: translateY(-50%);
  }
}
*/

.creative__concepts__videoPlayIcon .video-icon::before {
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: .65;
}
.creative__concepts__videoPlayIcon .video-icon i {
    color: #ff5e13;
    padding-left: 10px;
}
.creative__concepts__videoPlayIcon .video-icon:hover{
    background: #ff5e13;
}
.creative__concepts__videoPlayIcon .video-icon:hover i {
    color:#fff !important;
}

.no-cover {
    background-repeat: repeat;
    background-size: auto;
}

.cta_part {
    position: relative;
    z-index: 1;
    background-image: url(../images/creative_concepts/dots.png);
    background-position: center;
    background-repeat: repeat;
    background-size: auto;
    text-align: center;
    padding: 170px 0;
}
.shadow-inset {
    box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.07) inset;
}
.vimg img {
    border: 0px solid #ccc;
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.3);
}



.creative__concepts__dot {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 75px;
    background: #fff;
    border:11px solid #ff6633;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin-left: -100px;
}

.creative__concepts__list101 li {
    text-align: left;
    border-left: 2px solid #FFF;
    margin: 0 0 16px;
    padding: 4px 24px 4px 16px;
    list-style-type: none;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    color:#fff !important;
    font-size: 14px;
}

.creative__concepts__blockquote {
    position: relative;
    padding: 8rem 8rem 7rem;
    text-align: center;
    font-size: 2rem;
    line-height: 1.88;
    border: 1px double rgba(0,0,0,.1);
    margin: 2rem 0 10rem 0;
    display: block;
}

.creative__concepts__blockquote:before {
    content: "\201D";
    font-family: 'Domine';
    font-weight: 400;
    top: -2rem;
}

.creative__concepts__blockquote:before  {
    background: #ffcc00;
    position: absolute;
    width: 55px;
    height: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
    color: #FFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 10px #FFF;
    box-shadow: 0 0 0 10px #FFF;
    font-size: 60px;
    font-weight: 600;
    padding: 12px;
}
.creative__concepts__blockquote p{
    font-size: 36px;
    font-weight: 300 !important;
    line-height: 1.5;
}
@media only screen and (max-width: 767px){
  .creative__concepts__blockquote {
      position: relative;
      padding: 4rem 1rem 3rem;
      text-align: center;
      font-size: 2rem;
      line-height: 1.88;
      border: 1px double rgba(0,0,0,.1);
      margin: 1rem 0;
      display: block;
  }
  .creative__concepts__blockquote p {
      font-size: 18px;
      font-weight: 400 !important;
      line-height: 1.2;
  }
}
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .creative__concepts__blockquote {
      position: relative;
      padding: 4rem 3rem 2rem;
      text-align: center;
      font-size: 2.5rem;
      line-height: 1.88;
      border: 1px double rgba(0,0,0,.1);
      margin: 3rem 0;
      display: block;
  }
  .creative__concepts__blockquote p {
      font-size: 24px;
      font-weight: 400 !important;
      line-height: 1.2;
  }
}


.text-size-80 {
  font-size: 80px;
}
.text-size-60 {
  font-size: 60px;
}
.text-size-40 {
  font-size: 40px;
}

@media only screen and (max-width: 767px){
  .text-size-80 {
    font-size: 40px;
  }
  .text-size-60 {
    font-size: 30px;
  }
  .text-size-40 {
    font-size: 10px;
  }
}
@media only screen
and (min-width: 768px)
and (max-width: 1024px) {
  .text-size-80 {
    font-size: 60px;
  }
  .text-size-60 {
    font-size: 40px;
  }
  .text-size-40 {
    font-size: 20px;
  }
}





.chocolate_items_wrapper {
  min-height:450px;
}
.executive_items_wrapper {
  min-height:370px;
}
.executive_items_wrapper_fr {
  min-height:430px;
}
.fastfood_items_wrapper {
  min-height:380px;
}
.fastfood_items_wrapper_fr {
  min-height:400px;
}
@media only screen and (max-width: 767px){
  .chocolate_items_wrapper {
    min-height:200px;
  }
  .executive_items_wrapper, .executive_items_wrapper_fr {
    min-height:200px;
  }
  .fastfood_items_wrapper, .fastfood_items_wrapper_fr {
    min-height:200px;
  }
}


.creative-image-container {
    position: relative;
    width: 100%;
}
.creative-image-container .creative-text-content {
    color: #fff;
    font-size: 20px;
    line-height: 1.5em;
    text-align: left;
    position: absolute;
    bottom: 5%;
    left: 5%;
    xwidth: 65%;
}
.creative-image-container .creative-text-content span {
    display: inline;
    padding: 4px 0;
    background-color: #ffcc00;
    box-shadow: 0.5em 0 0 #ffcc00, -0.5em 0 0 #ffcc00;
    box-decoration-break: clone;
    line-height: 2;
}

/** END creative concepts ************/









/*----------------------------------------------------------------------------------
  --- FOOTER  ---
---------------------------------------------------------------------------------*/

.authorized-need-help {
  position: relative;
  background: #f2f2f2;
  xbackground: #ffcc00;
  padding:3rem 0;
}
.authorized-need-help h3{
  color:#333;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 0rem;
  font-style: normal;
  text-transform: uppercase;
}
.authorized-need-help h4{
  margin-bottom: 0rem;
}
.authorized-need-help p {
  margin-bottom: 0px;
  line-height: auto;
  display: flex;
  align-items: center;
}


.authorized-distributors {
  position: relative;
  background-color: #222325;
  xbackground: #2f2f2f;
  xbackground: #282828;
  color:#aaa;
  xborder-bottom: 1px solid #383838;
  padding:40px 0;
}
.authorized-distributors h3{
  color:#fff;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0rem;
}

.footer-legal {
  position: relative;
}
ul.footer-legal  {
  display: block;
  padding: 0 0 0 0px!important;
}
.footer-legal li a {
  color: #fff;
}
.footer-legal li a:hover{
  color: #ffcc00;
  text-decoration: underline !important;
}
.footer-legal li {
  color: #fff;
  font-size: .7rem;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
  padding-right:15px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
  line-height: 1;
}
.footer-legal li:last-child {
  border-right: none;
  margin-right: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 760px) {
  .footer-copyright {
    position: relative;
    float: none;
    text-align: center;
  }
  .footer-legal {
    position: relative;
    float: none;
    text-align: center;
    transform: translateX(2%);
  }
}

.footer-logo-icons {
  position: relative;
  margin-top: 0px;
}
@media only screen and (max-width: 760px) {
  .footer-logo-icons {
    text-align: center;
    margin-top: 50px;
  }
}
.footer-logo-icons img{
  width:100px;
  opacity: 0.4;
  margin-right: 25px;
}
.footer-logo-icons img:hover{
  opacity: 0.8;
}
@media only screen and (max-width: 760px) {
  .footer-logo-icons img{
    width:80px;
  }
}






.footer-container-img img{
  width: 80px;
  margin: 0 auto;
  padding: 0;
  opacity: 0.5;
}
.footer-title > h3 {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 25px;
}
.single-footer-widget h6 {
	font-size: 16px;
	font-weight: 500;
	color: #eee;
	text-transform: capitalize;
  margin-top: 25px;
	margin-bottom: 25px;
}
.single-footer-widget > p {
	color: #e4e4e4;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}
.contact-info > ul > li {
	font-size: 14px;
	list-style: none;
	display: block;
	line-height: 25px;
	margin-bottom: 10px;
	color: #FFCC00;
}
.contact-info > ul > li > a{
    color: #FFCC00;
    margin-left: 5px;
}
.link-widget > li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
.link-widget > li > a {
	font-size: 14px;
	line-height: 25px;
	color: #969696;
	padding-left: 12px;
	position: relative;
	display: block;
}
.link-widget > li > a:before {
  content: "\f054";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	left: 0;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: 1px;
	display: block;
	font-size: 10px;
}
.link-widget > li > a:hover{
    margin-left: 10px;
    color: #FFCC00;
}


.footer-top-area {
  position: relative;
  display: block;
  background-color: #222325;
	xbackground-color: #282828;
	xpadding-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px){
  .footer-top-area {
  	padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-top-area .border-line {
  border-top:1px solid #383838;
  border-bottom:1px solid #383838;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media (max-width: 767px){
	.footer-top-area .border-line {
		display: block;
	}
	.footer-top-area .border-line .col-20{
		margin: 0px auto;
		width: 100%;

	}
	.footer-top-area .border-line .col-20 li{
		display: inline-block;
		width: calc(50% - 2px);
	}
}



.footer-bottom-area {
  background-color: #2e3033;
	xbackground-color: #2f2f2f;
	padding: 50px 0;
}
.footer-copyright > p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
  text-align: left;
}
.footer-copyright > p > a {
	color: #FFCC00;
}
.footer-copyright > p > a:hover{
    text-decoration: underline;
}

.footer-organization > p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 0;
	line-height: 30px;
  text-align: right;
}

@media only screen and (max-width: 767px){
  .footer-copyright > p {
    text-align: center;
  }
  .footer-organization > p {
    text-align: center;
  }
}

.footer-social-links {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}
@media only screen and (max-width: 767px){
  .footer-social-links {
    text-align: center;
  }
}
.footer-social-links li {
  display: inline-block;
	padding:0 5px;
}
.footer-social-links li a {
  display:inline-block;
	background-color:#ddd;
	border:2px solid #ddd;
	color:#666;
  font-size:1.2rem;
  line-height: 42px;
  width:45px;
  height:45px;
  text-align:center;
  margin-right:0px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear;
}
.footer-social-links li a:active,
.footer-social-links li a:focus,
.footer-social-links li a:hover {
  color: #fff;
  text-decoration: none;
	transform: scale(1.08);
  border:2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.footer-social-links a.footer-facebook:hover {
  background-color:#3b5998;
}
.footer-social-links a.footer-instagram:hover {
  background-color:#833ab4;
}
.footer-social-links a.footer-youtube:hover {
  background-color:#ff0000;
}
.footer-social-links a.footer-linkedin:hover {
  background-color:#00a0dc;
}


.footer-association-logo {
  position: relative;
  padding-top:50px;
  padding-bottom: 20px;
}
.footer-association-logo img{
  width: 80px !important;
}
.footer-association-logo .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

/* <-- END FOOTER --------------------------- >
*******************************************************************************/






.pre-footer-bottom-page-50 {
  height:50px;
}
.pre-footer-bottom-page-100 {
  height:100px;
}
.pre-footer-bottom-page-200 {
  height:200px;
}
.pre-footer-bottom-page-300 {
  height:300px;
}
.pre-footer-bottom-page-400 {
  height:400px;
}
.pre-footer-bottom-page-500 {
  height:500px;
}
@media only screen and (max-width: 767px){
  .pre-footer-bottom-page-50,
  .pre-footer-bottom-page-100,
  .pre-footer-bottom-page-200,
  .pre-footer-bottom-page-300,
  .pre-footer-bottom-page-400,
  .pre-footer-bottom-page-500 {
    height:75px;
  }
}


/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-3 { margin-top: 3px }
.mt-5 { margin-top: 5px }
.mt-6 { margin-top: 6px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
.mt-200 { margin-top: 200px }
.mt-300 { margin-top: 300px }
.mt-400 { margin-top: 400px }
.mt-500 { margin-top: 500px }
.mt-600 { margin-top: 600px }
.mt-700 { margin-top: 700px }
.mt-800 { margin-top: 800px }
.mt-900 { margin-top: 900px }
.mt-1000 { margin-top: 1000px
}

@media only screen and (max-width: 767px){
.mt-40,.mt-50,.mt-60,.mt-65,.mt-70,.mt-75,.mt-80,.mt-85,.mt-90,.mt-95 { margin-top: 15px }
.mt-100 { margin-top: 30px }
.mt-150 { margin-top: 40px }
.mt-200 { margin-top: 50px }
.mt-300 { margin-top: 60px }
.mt-400 { margin-top: 70px }
}

/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-3 { margin-bottom: 3px }
.mb-5 { margin-bottom: 5px }
.mb-6 { margin-bottom: 6px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
.mb-200 { margin-bottom: 200px }
.mb-300 { margin-bottom: 300px }
.mb-400 { margin-bottom: 400px }
.mb-500 { margin-bottom: 500px
}
@media only screen and (max-width: 767px){
.mb-50 { margin-bottom: 15px !important; }
.mb-100 { margin-bottom: 30px !important; }
.mb-150 { margin-bottom: 40px !important; }
.mb-200 { margin-bottom: 50px !important; }
.mb-300 { margin-top: 60px }
.mb-400 { margin-top: 70px }
}

/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px
}

/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }



.dashboard-nested-tab-menu li.nav-item {
  display: block;
  width: 100%;
  position: relative;
  min-height: 40px;
  line-height: 2.4;
  padding: 0;
  color: #f0f0f0;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #092a3b;
  background: #233d4a;  margin: 0;
}
.dashboard-nested-tab-menu a {
  display:block;
}
.dashboard-nested-tab-menu a.active {
  background-color:red;
}







/*
  - GIFT CONFIGURATOR
-----------------------------------*/
.gift-configurator-wrapper {
  display: block;
  background: #f7f7f8;
}
.gift-configurator-wrapper .bg-white {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  margin: 20px 0;
}
.gift-configurator-wrapper .title {
  text-transform: uppercase;
  font-weight: 600;
}
.gift-configurator-wrapper .form-select {
  height:50px;
}
.gift-configurator-wrapper .form-select:hover{
  background-color: #f8f9fa !important;
}
.gift-configurator-wrapper .form-select:focus {
  outline:none !important;
  border: 5px solid #ffcc00;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.gift-configurator {
  display: block;
}

.scrolling-wrapper {
	overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-bottom: 24px;
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}

.scrolling-wrapper::-webkit-scrollbar {
  height: 25px;
  text-align: center;
}
.scrolling-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  background: #eee;
  border-radius: 20px;
  margin-left: 18px;
  margin-right: 18px;
}
.scrolling-wrapper::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
  border: 4px solid #eee;
}
.scrolling-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.scrolling-wrapper::-webkit-scrollbar:vertical {
  display: none;
}

.configurator-custom-pick {
  min-height: 400px;
}
@media (max-width: 768px) {
  .configurator-custom-pick .border-mobile{
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 0px solid #dee2e6;
  }
}

.configurator-custom-pick thead tr th{
  position: relative;
  height:50px;
  display: table-cell;
  vertical-align: middle;
}




/* */
