@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('../fonts/AvenirNextLTPro-Regular.eot');
  src: url('../fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'),
       url('../fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
       url('../fonts/AvenirNextLTPro-Regular.woff') format('woff'),
       url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('../fonts/AvenirNextLTPro-Demi.eot');
  src: url('../fonts/AvenirNextLTPro-Demi.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg'),
       url('../fonts/AvenirNextLTPro-Demi.ttf') format('truetype'),
       url('../fonts/AvenirNextLTPro-Demi.woff') format('woff'),
       url('../fonts/AvenirNextLTPro-Demi.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextLTPro';
  src: url('../fonts/AvenirNextLTPro-Bold.eot');
  src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg'),
       url('../fonts/AvenirNextLTPro-Bold.ttf') format('truetype'),
       url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),
       url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: '2MASS-J1808';
  src: url('../fonts/2MASSJ1808-Heavy.eot');
  src: url('../fonts/2MASSJ1808-Heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/2MASSJ1808-Heavy.svg#2MASSJ1808-Heavy') format('svg'),
       url('../fonts/2MASSJ1808-Heavy.ttf') format('truetype'),
       url('../fonts/2MASSJ1808-Heavy.woff') format('woff'),
       url('../fonts/2MASSJ1808-Heavy.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: '2MASS-J1808';
  src: url('../fonts/2MASSJ1808-Normal.eot');
  src: url('../fonts/2MASSJ1808-Normal.eot?#iefix') format('embedded-opentype'),
       url('../fonts/2MASSJ1808-Normal.svg#2MASSJ1808-Normal') format('svg'),
       url('../fonts/2MASSJ1808-Normal.ttf') format('truetype'),
       url('../fonts/2MASSJ1808-Normal.woff') format('woff'),
       url('../fonts/2MASSJ1808-Normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Clear-Sans';
  src: url('../fonts/ClearSans-Regular.eot');
  src: url('../fonts/ClearSans-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/ClearSans.svg#ClearSans') format('svg'),
       url('../fonts/ClearSans.ttf') format('truetype'),
       url('../fonts/ClearSans.woff') format('woff'),
       url('../fonts/ClearSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
body {
    font-family: 'AvenirNextLTPro', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 17px;
    background: black;
}
b, strong {
  font-weight: bold;
}
i {
  font-weight: italic;
}
p {
    line-height: 1.5;
}
b, strong {font-weight: bold;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
   font-family: 'AvenirNextLTPro', sans-serif;
   line-height: 1.2;
}
h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
}
h2 {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size:28px;
}
img.alignleft {
    float: left;
    margin: 5px 15px 10px 0;
}
img.alignright {
    float:right;
    margin: 5px 0px 10px 15px;
}
img.aligncenter {
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
img {
    max-width: 100%;
    height: auto;
}

.large-padding-top {
    padding-top: 130px;
}
.large-padding-bottom {
    padding-bottom: 130px;
}
.large-margin-top {
    margin-top: 130px;
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
section#header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    z-index: 999;
    background: black;
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu-mobile.icons {
    display: none;
}
.mobile-menu {
    display: none;
}
.header-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul#menu-main-menu {
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}
ul#menu-main-menu li {
    display: inline-block;
    margin: 0px 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
    padding: 10px 0px;
    cursor: pointer;
}
ul#menu-main-menu li a { 
    display: block;
}
.target {
  width:0px;
  position: absolute;
  border-bottom: 2px solid transparent;
  z-index: 9;
  transform: translateX(-60px);
}
.header-menu-desktop ul.menu a,
.target {
  transition: all .35s ease-in-out;
}
.log-and-start a {
    border-radius: 6px;
    display: inline-block;
}
a.start-now, .orange-button, input#place_order {
    background: #fe5400;
    min-width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    z-index: 99;
}
input#place_order {
    height: 50px;
}
.smaller-font {
    font-size: 14px;
}
.text-bold {
    font-weight: bold;
}
a.free-advice {
    background: black;
    width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #ffffff;
    margin-left: 15px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    z-index: 99;
}
a.start-now:hover, a.free-advice:hover, .orange-button:hover {
    background: white;
    border: 2px solid white;
    color: black;
    font-weight:500;
}
a.login-now {
    padding: 4px 20px;
}
a.login-now:hover {
    color: #fe5400;
    
}
.homepage-top .row {
    max-width: calc(100% - 370px);
    margin: auto;
}
.pages {
    margin-top: 67px;
}
.front-page {
    margin-top: 67px;
    height: calc(100vh - 67px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.homepage-top {
    position: relative;
    height: calc(100vh - 180px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-logo-slider img { 
    background-color: black;
}
.max-hundred {
    height: 100%;
}
.titles-logos {
    display: flex;
    align-items: center;
    /* overflow: hidden; */
}
.website-logo {
    position: relative;
    /*left: -80px;*/
    width: 200px;
}
video#home-video {
    width: 100%;
    max-height: 100%;
    position: relative;
    object-fit: cover;
    /* box-shadow: 1px 1px 42px 1px #fe5400; */
    max-width: 100%;

}    

.homepage-top video#home-video {
    backdrop-filter: blur(1px);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    position:relative;
    top:4%;
}

i.fas.fa-star {
    color: yellow;
}
.star-content div {
    display: inline-block;
    vertical-align: middle;
}
.stars {
    background: url(/app/themes/londox/images/stars.png) no-repeat;
    width: 110px;
    height: 20px;
    background-size: 110px;
    background-position: center center;
}
.semi-padding-bottom {
    padding-bottom: 90px;
}
.semi-padding-top {
    padding-top: 90px;
}
.checkmark-top {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}
.checkmark-top svg path {
    fill: lime;
}
.checkmark-top svg {
    background: rgb(7 105 3 / 60%);
    border-radius: 25px;
    width: 30px;
    height: 30px;
    padding: 3px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    display: inline-block;
    vertical-align: top;
}
.checkmark-top span {
    display: inline-block;
    width: calc(100% - 40px);
}
.logo-holder {
    position: relative;
    padding: 15px;
    overflow: hidden;
    height:60px;
}
 .slick-slide .logo-holder img {
    height: 100%;
    max-width: unset;
    width: auto;
}
.top-logo-slider .slick-track {
    display: flex;
    align-items: center;
}
.top-logo-slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
/* .top-logo-slider .slick-track {
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}
.top-logo-slider .slick-track
{
    display: flex !important;
}
.logo-holder img {
    height: 100%;
    max-width:unset !important;
}
.top-logo-slider .slick-slide {
    height: 50px;
    width: auto !important;
} */
.top-slide-title {
    color: #fe5400;
}
.below-header h2{
    color: #fe5400;
    margin-bottom: 0;
}
.cm-img {
    width: 80px;
    margin: 0 auto;
}
.cm-def {
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
}
.cm-holder {
    background: #191a1d;
    height: calc(100% - 80px);
    padding: 30px 15px 50px 15px;
    border-radius: 20px;
    position: relative;
}
span.sm-dsc {
    font-size: 16px;
    color: grey;
}
h4.cm-title {
    text-align: center;
    line-height: 0.8;
    margin-top: 20px;
    margin-bottom: 40px;
}
.checkmark-green svg {
    background: rgb(7 105 3 / 60%);
    border-radius: 25px;
    width: 25px;
    height: 25px;
    padding: 4px;
    margin-right: 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.checkmark-green svg path {
    fill: lime;
    transform: scale(0.7);
}
.checkmark-green div {
    margin-bottom: 20px;
}
section {
    position: relative;
    z-index: 9;
}
.checkmark-green div span {
    display: inline-block;
    max-width: calc(100% - 35px);
}
.orange-color {
    color: #fe5400;
}
.counter-days > div div {
    display: flex !important;
    align-items: flex-end;
    font-size: 22px !important;
    font-weight: bold;
    margin: 0px 2px 0px 2px !important;
}
.counter-days > div {
    display: flex;
    justify-content: center;
}
.quote-holder .row:nth-child(even) {
    flex-direction: row-reverse;
}
.occ-img {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    margin: 0 auto;
}
.occ-desc {
    margin-top: 35px;
}
.occ-img img {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
}
p.occ-name {
    color: #fe5400;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: bold;
}
p.occ-occupation {
    font-size: 16px;
}
.occ-desc span {
    color: #fe5400;
}
.add_logo-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.images-logo-fade {
    position: relative;
    width: 20%;
    margin-bottom: 50px;
}
.images-logo-fade .slick-track {
    display: flex;
    align-items: center;
}
.logo-fades {
    padding: 20px 50px;
}
.tw_slider {
    margin-left: calc((100% - 1320px) / 2);
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
}
.round-image {
    width: 90px;
    height: 90px;
    overflow: hidden;
    border-radius: 100px;
}
.groups-inner {
    justify-content: space-between;
    background: linear-gradient(to bottom, #323e4f, #14171c);
    padding: 20px 30px;
    border-radius: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
}
.desc-large {
    margin-bottom: 20px;
}
.slide-tw {
    padding-top: 50px;
}
.slick-prev {
    position: absolute;
    top: 0;
    right: 18%;
    font-size: 0;
    box-sizing: 0;
    border: 0;
    background: black;
    font-weight: 500;
}
.slick-next {
    position: absolute;
    top: 0;
    right: 13%;
    font-size: 0;
    box-sizing: 0;
    border: 0;
    background: black;
    font-weight: 500;
}
.slick-prev:before {
    content: '\003C';
    font-size: 50px;
    color: #fe5400;
    position: absolute;
    top: 0;
    line-height: 0;
}
.semi-padding-bottom.offset-margin-light {
    margin-bottom: 53px;
}
.price-content-holder .checkmark-green-holder:before, .dropdown_orange .checkmark-green-holder:before {
    margin-right:0px !important;
}
tr.cart-subtotal {
    display: none;
}
.price-content-holder.in-total {
    border: 1px solid #fc5300;
    padding: 5px 8px;
    border-radius: 10px;
}
.go-to-cart a:hover {
    background: rgb(7 105 3 / 100%);
}
.slick-next:before {
    content: '\003E';
    font-size: 50px;
    color: #fe5400;
    position: absolute;
    top: 0;
    line-height: 0;
}
.desc-large {
    margin-bottom: 20px;
    /* font-size: 22px; */
    margin-top: 5px;
}
.img-title-desc {
    /* font-weight: bold; */
}
.tw-image-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aw-winning {
    display: flex;
    align-items: center;
}
.aw-winning svg path {
    fill: #fe5400;
}
.aw-winning svg {
    width: 60px;
    height: unset;
    margin-right: 10px;
}
.add_column .column-direction:nth-child(2) {
    justify-content: center;
}
.add_column .column-direction:nth-child(3) {
    justify-content: flex-end;
}
.container.container-small {
    max-width: 900px;
}
.column-plus svg {
    width: 80px;
    height: auto;
}
.column-plus img {
    width: 80px;
    height: auto;
}
.column-plus svg  path {
    fill: #fe5400;
}
table  {
    width: 100%;
    font-size: 14px;
    position: relative;
}
td, th {
    padding: 6px 8px;
}
.table-holder {
    padding: 25px;
    position: relative;
}
.table-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px; 
  padding: 10px; 
  background:linear-gradient(to bottom, #323e4f, #000);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
          z-index: -1;
}
.overlay-table {
    position: absolute;
    width: 100%;
    height: calc(100% - 210px);
    left: 0;
    bottom: 0;
    /* background: gray; */
    border-radius: 0px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.12971218760941872) 0%, rgba(0,0,0,0.7767710111388305) 100%);
    background: -webkit-linear-gradient(180deg, rgb(0 0 0 / 35%) 0%, rgb(0 0 0 / 85%) 100%);
    background: linear-gradient(180deg, rgb(0 0 0 / 29%) 0%, rgb(0 0 0 / 89%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 9;
}
svg.inside-list {
    width: 80px;
    height: unset;
    margin-right: 20px;
}
svg.inside-list path {
    fill: #fe5400;
}
/*.list-flex {
    display: flex;
    align-items: self-start;
}*/
.inside-list-right {
    width: 65px;
    background: #fe5400;
    padding: 10px 10px 10px 10px;
    border-radius: 65px;
    display: inline-block;
    margin: 0 auto;
    height: 65px;
}
.grey-overlay {
    background: linear-gradient(to bottom, #323e4f, #000);
    border-radius: 50px;
    padding: 30px 25px;
    width: 80%;
    padding-bottom: 100px;
    margin-top: 32px;
    position: relative;
}
.scroll-table img {
    margin-right: 3px;
    position: relative;
    top: -1px;
    width: 19px !important;
}
.fa-linkedin:before {
    content: "\f0e1" !important;
}
i.fa.fa-play {
    background-color: rgb(7 105 3 / 60%);
    font-size: 9px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: lime;
    float: left;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.verified-by {
    font-size: 12px;
    color: #3399FF;
    position: absolute;
    right: 18px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.verified-by .checkmark-green-holder:before {
    background-color: #3399FF;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
} 

.salert-content-wrap .time {
    margin-top: 11px;
    display: block;
    font-size: 12px !important;
}
.distance-margin {
    margin-bottom: 25px;
}
.list_item_second {
    background: #00000047;
    margin-bottom: 14px;
    padding: 4px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price-main-h {
    max-width: 90%;
    margin: 0 auto;
}
.pos-rel {
    position: relative;
    z-index: 9;
    background: black;
}
.overlay-one {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 10px;
    z-index: -1;
    top: -8px;
    left: 8px;
}
.overlay-two {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 10px;
    z-index: -1;
    top: -16px;
    left: 16px;
}
.overlay-three {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 10px;
    z-index: -1;
    top: -24px;
    left: 24px;
}
.overlay-four {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 10px;
    z-index: -1;
    top: -32px;
    left: 32px;
}
.overlay-one::before, .overlay-two::before, .overlay-three::before, .overlay-four::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px; 
  padding: 2px; 
  background:linear-gradient(to bottom, #323e4f, #000);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude; 
          z-index: -1;
}
i.fab.fa-linkedin {
    color: white;
    background: #0072b1;
    height: 21px;
    width: 21px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
span.triangle-down.orange-color {
    font-size: 13px;
}
.dropdown_orange .list_item_second:first-child span.triangle-down {
    display: none;
}
.color-white {
    color: white;
}
.modal-content {
    background: transparent;
}
.top-content {
    position: relative;
    z-index: 9;
}
.free-form-holder {
    border: 2px solid #fe5400;
    border-radius: 100px;
    padding: 30px 45px 30px 45px;
    background: black;
}
input, textarea, select {
    background: transparent;
    border: 1px solid #323e4f;
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
    border-radius: 10px;
    outline: none;
    color: white;
    background:black;
}
.max-r {
    border-radius: 166px;
    width: 166px;
    height: 166px;
    overflow: hidden;
    margin: 0 auto 30px auto;
}
.contact-page-form {
    position: relative;
    z-index: 9;
}
input:focus, textarea:focus, select:focus {
    border-color: #fe5400;
}
.modal-dialog {
    max-width: 700px;
}
input.wpcf7-submit {
    background: #fe5400;
    width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: block;
    color: white;
    margin: 40px auto 0 auto;
    position: relative;
    z-index: 99;
}
input.wpcf7-submit:hover {
    background: white;
    border: 2px solid white;
    color: black;
    font-weight: 500;
}
button.close.close-style {
    background: none;
    color: white;
    font-size: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    border: none;
    font-weight: 500;
}
.font-weight-normal {
    font-weight: 400;
}
.semi-margin-bottom {
    margin-bottom: 40px;
}
::-webkit-input-placeholder { /* Edge */
  color: white;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::placeholder {
  color: white;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    max-height: 231px;
}
.contact-page-form .wpcf7-submit {
    margin: 0px 0px 0px auto;
}
i.fab.fa-twitter {
    color: #1d9bf0;
    font-size: 42px;
}
.contact-svg-logo {
    height: unset;
    width: 80px;
    margin-bottom: 10px;
}
.cm-img svg {
    height: unset;
    width: 80px;
}
.cm-img svg path {
    fill: #fe5400;
}
.menu-spy-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-spy-menu-container li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    padding: 10px 0px;
    cursor: pointer;
    position: relative;
    z-index: 99;
}
.menu-spy-menu-container li a {
    display: block;
}
#header-spy .website-logo {
    left: 0;
}
section#header-spy {
    top: 0;
    padding: 10px 10px;
    position: fixed;
    width: 100%;
    background: black;
    z-index: 9999;
}
.spy-content {
    padding-top: 67px;
}
.left-holder {
    height: calc(100vh - 67px);
    overflow: hidden;
    background: black;
    position: fixed;
    width: 20%;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.spyposts-holder {
    width: calc(100% - 50px);
    overflow-y: auto;
    position: relative;
    height: 100%;
}
.spyposts-holder::-webkit-scrollbar {
  width: 5px;
}
 
.spyposts-holder::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.0);
}
 
.spyposts-holder::-webkit-scrollbar-thumb {
  background-color: white;
  outline: 1px solid slategrey;
  border: 2px solid white;
  border-radius: 2px;
}
.main-acc-content {
    margin-top: 40px;
    min-height: calc(100vh - 107px);
}
.user-img {
    border-radius: 32px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    border: 1px solid #fe5400;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
input#rememberme {
    width: auto;
}
button.woocommerce-button.button.woocommerce-form-login__submit, button.woocommerce-Button.button, button.single_add_to_cart_button.button.alt {
    background: #fe5400;
    min-width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: inline-block;
    color: white;
    font-weight: normal;
    height: 38px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button.single_add_to_cart_button.button.alt:hover {
     background: white;
    border: 2px solid white;
    color: black;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover, button.woocommerce-Button.button:hover {
     background: white;
    border: 2px solid white;
    color: black;
}
.woocommerce-MyAccount-content .user-img {
    display: none;
}
.settings-and-logout svg {
    width: 30px;
    height: unset;
}
.settings-and-logout svg path {
    fill: #fe5400;
}
.settings-and-logout {
    font-size: 16px;
}
#menu-spy-menu .current-menu-item {
    color: #fe5400;
}
#menu-spy-menu li:hover {
    color: #fe5400;
}
.line-h {
    height: 1px;
    width: calc(100% - 60px);
    background: white;
    margin-top: 10px;
}
.user-title {
    font-size: 16px;
    display: inline-block;
    margin: 0px 10px;
}
.user-img-text {
    text-align: center;
}
.settings-url {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.logout-url {
    display: flex;
    align-items: center;
}
.logout-url svg {
    width: 25px;
    margin: 0px 3px 0px 2px;
}
.line-spy {
    max-height: calc(100% - 180px);
    position: relative;
    padding-left: 10px;
    margin-top: 50px;
}
.overlay-spy {
    position: absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    border-radius: 0;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.12971218760941872) 0%, rgba(0,0,0,0.7767710111388305) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.12971218760941872) 0%, rgba(0,0,0,0.7767710111388305) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.12971218760941872) 0%, rgba(0,0,0,0.7767710111388305) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 9;
    pointer-events: none;
}
h1.product_title.entry-title {
    font-size: 32px;
}
.woocommerce-cart-form button.button, button#place_order, a.button.wc-forward {
    background: #fe5400 !important;
    min-width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #fe5400 !important;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400 !important;
    color: white !important;
    /* height: 37px; */
}
.woocommerce-message {
    border-top-color: lime;
}
.woocommerce-message::before {
    content: "\e015";
    color: lime;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    max-width: 500px;
}
.checkout_coupon button.button {
    background: #fe5400 !important;
    min-width: 145px;
    text-align: center;
    padding: 2px 20px;
    border: 2px solid #fe5400 !important;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400 !important;
    color: white !important;
    height: 47px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #fe5400 !important;
    text-align: center;
    padding: 12px 8px;
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400 !important;
    color: white !important;
    height: auto;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover  {
    background: white !important;
    color: black !important;
    border: 2px solid white !important;
    font-weight: 500 !important;
}
.woocommerce-cart-form button.button:hover, a.checkout-button.button.alt.wc-forward:hover, button#place_order:hover, button.button:hover,a.button.wc-forward:hover {
    background: white !important;
    color: black !important;
    border: 2px solid white !important;
    font-weight: 500 !important;
}
button#place_order {
    height: 37px;
}
.woocommerce-account th, .woocommerce-account td {
    border: 1px solid !important;
}
a.button.wc-forward {
    line-height: inherit;
}
a.checkout-button.button.alt.wc-forward, a.button.wc-backward {
    background: #fe5400 !important;
    min-width: 100%;
    text-align: center;
    padding: 12px 8px;
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: inline-block;
    font-weight: 400 !important;
    color: white !important;
    height: auto;
}

.woocommerce a.remove {
    color: #fe5400 !important;
}
.woocommerce a.remove:hover {
    background: #fe5400 !important;
}
.woocommerce-info {
    background: transparent;
    border-top-color: #fe5400;
    color: white;
}
.woocommerce-info::before {
    color: #fe5400;
}
.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: 1px solid #323e4f;
    height: 47.33px;
    border-radius: 8px;
    padding: 8px;
}
span.select2-dropdown.select2-dropdown--below, .select2-container--open .select2-dropdown--above {
    background: black !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}
.woocommerce form .form-row .required {
    color: #fe5400;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent !important;
    color: white !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: transparent;
    color: white;
}
span.posted_in {
    display: none;
}
canvas.particles-js-canvas-el {
    max-width: 100% !important;
    position: fixed;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
footer {
    position: relative;
    z-index: 99;
    background: #fe5400;
}
.footer-logo {
    width: 160px;
}
ul#menu-footer-menu {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    font-weight: 500;
}
ul#menu-footer-menu li a:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}
ul#menu-footer-menu ul.sub-menu {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    font-weight: 400;
}
.desktop-menu #menu-main-menu li:hover > ul.sub-menu {
    display: block;
}
.desktop-menu ul.sub-menu {
    position: absolute;
    padding: 10px 15px;
    margin: 0;
    background: black;
    min-width: 300px;
    text-align: left;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}
.desktop-menu ul.sub-menu li {
    margin: 0 !important;
    display: block !important;
    text-underline-offset: 3px;
}
.desktop-menu ul.sub-menu li:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.woocommerce {
    z-index: 99;
    position: relative;
}
.stars svg {
    width: 20px;
    height: auto;
    margin: 0px -1px;
}
.stars path {
    fill: yellow;
}
.column-plus {
    position: relative;
    z-index: 9;
}
.icon-and-sm-text {
    position: relative;
    z-index: 9;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 40px;
}
.chart img {
    background:black;
}
.icon-and-sm-text svg {
    width: 100px;
    height: auto;
    margin-bottom: 10px;
}
.icon-and-sm-text img {
    width: 80px;
    height: auto;
    margin-bottom: 10px;
}
.container.container-med {
    max-width: 1100px;
}
.icon-and-sm-text svg path {
    fill: #fe5400;
}
.checkmark-green {
    position: relative;
    z-index: 9;
}
.list-flex {
    position: relative;
    z-index: 9;
    /* margin-top: 30px; */
}
.price-structure {
    padding: 80px 55px;
    position: relative;
}
.orange-structure:before {
    background: linear-gradient(to bottom, #fe5400, #000);
}
.light-blue-structure:before {
    background: linear-gradient(to bottom, #8497af, #000);
}
.light-blue-color {
    color: #8497af;
}
.price-structure::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top-left-radius: 90px;
    padding: 10px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    border-top-right-radius: 90px;
}
.number-and-item span:first-child {
    margin-right: 20px;
}
.price-content-holder {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.lime {
    color: lime;
}
.cancel-any-time {
    font-size: 16px;
    color: lime;
}
.go-to-cart a {
    color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 10px;
    border: 2px solid lime;
    border-radius: 10px;
    padding: 10px 10px;
    background: rgb(7 105 3 / 60%);
}
.go-to-cart a span {
    color: lime;
}
ul#menu-main-menu li > a:hover {
    color: #fe5400;
}
.team-holder {
    max-width: 240px;
    margin: 0 auto 80px auto;
}
/* .team-holder span {
    font-size: 16px;
} */
.popup-main input.wpcf7-submit {
    margin: 0;
}
.popup-main svg path {
    fill: #fe5400;
}
.popup-main svg {
    width: 60px;
    height: auto;
}
.occ-desc span {
    font-size: 40px;
    line-height: 0;
    position: relative;
    top: 14px;
    font-family: auto;
}
.hasScrolled {
    backdrop-filter: blur(15px);
    background: rgba(0,0,0,0.3) !important;
}
.product-of-the-year a {
    pointer-events: none;
    padding: 2px 11px 2px 2px !important;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 191px;
    margin: 0 auto;
}
.homepage-top .checkmark-top {
    display: inline-block;
    margin-right: 20px;
}

.ml10 {
  position: relative;
}
.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}
.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
.copy-right {
    background: #fe5400;
    padding: 0px 0px 30px 0px;
    position: relative;
    z-index: 99;
}
.scroll-table {
    max-width: 100%;
    overflow-x: auto;
    position: relative;
    z-index: 9;
}
.mobile-account-news {
        display: none;
}
option {
    background: black;
    color: white;
}

.no_subscriptions a.woocommerce-Button.button {
    float: none;
    margin-top: 20px;
    background: #fe5400;
    min-width: 145px;
    text-align: center;
    /* padding: 2px 20px; */
    border: 2px solid #fe5400;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    z-index: 99;
    color: white;
    font-weight: 400;
}
.no_subscriptions a.woocommerce-Button.button:hover {
    background: white;
    color: black;
    border-color: white;
}
figure.salert-img.circle {
    background: black;
}
figure.salert-img.circle img {
    position: relative;
    top: -2px;
}
.title-description-larger {
    font-size: 18px;
}
/* #salertWrapper .popup_position .salert-content-wrap {
    color: white !important;
} */
.woocommerce div.product {
    overflow: hidden;
}
.homepage-top .checkmark-top:before {
    vertical-align:bottom;
}
.checkmark-top:before {
	background-color: rgb(7 105 3 / 60%);
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22lime%22%3E%3Cpath%20d%3D%22M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    background-position: center center;
    background-size: 22px 22px;
    vertical-align: middle;
    margin-right: 5px;
}
.checkmark-green-holder {
    position:relative;
}
.checkmark-green-holder:before {
    background-color: rgb(7 105 3 / 60%);
    background-repeat: no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 24px;
    display: inline-block;
    background-position: center;
    background-size: 17px 17px;
    vertical-align: top;
    margin-right: 5px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22lime%22%3E%3Cpath%20d%3D%22M21%206.285l-11.16%2012.733-6.84-6.018%201.319-1.49%205.341%204.686%209.865-11.196%201.475%201.285z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}
.aw-winning img {
    width: 60px;
}
.on-load-website {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-days > div {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
}
.dots {
    padding: 0px 10px;
}




@media screen and ( min-width:1311px ) and ( max-width:1500px ) {
    .menu-spy-menu-container li {
        font-size: 16px;
    }
    .title-description-larger {
        font-size: 17px;
    }
}



@media screen and (min-width: 2200px) {
    .homepage-top {
        height: calc(100vh - 180px);
    }
    .logo-holder {
        height:70px;
    }
}

@media screen and (min-width: 1921px) and  (max-width: 2199px) {
    .logo-holder {
        height:70px;
    }
    .homepage-top {
        height: calc(100vh - 180px);
    }
}

@media screen and (max-width: 991px) {
    .left-holder {
        display: none;
    }
    .mobile-account-news {
        display: block;
    }
    .price-structure {
        padding: 60px 30px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 28px;
    }
    .grey-overlay {
        width: calc(100% - 32px);
    }
    .counter-days > div div {
        display: block !important;
        font-size: 22px !important;
        font-weight: bold;
        margin: 0px 2px 0px 2px !important;
    }
    .images-logo-fade {
        position: relative;
        width: 25%;
        margin-bottom: 25px;
    }
    .logo-fades {
        padding: 20px 20px;
    }
    .tw_slider {
        margin-left: 0;
    }
    .groups-inner {
        margin-right: 0;
    }
    .slick-prev {
        right: 26%;
    }
}
@media screen and (max-width: 767px) {
    .price-main-h {
        max-width:100%;
    }
    .no_subscriptions a.woocommerce-Button.button {
        float: none;
        margin-top: 20px;
    }
    ul#menu-footer-menu {
        display: block;
    }
    ul#menu-footer-menu > li {
        margin-top: 30px;
    }
    .semi-padding-bottom {
        padding-bottom: 40px;
    }
    .semi-padding-top {
        padding-top: 40px;
    }
    .checkmark-top {
        margin-bottom: 10px;
    }
    .checkmark-content {
        margin-bottom: 30px;
    }
    .titles-logos {
        margin-top: 30px;
    }
    .large-padding-top {
        padding-top: 70px;
    }
    .large-padding-bottom {
        padding-top: 70px;
    }
    .large-margin-top {
        margin-top: 70px;
    }
    .front-page {
        height: auto;
        margin-top: 100px;
    }
    .remove-semi {
        display: none;
    }
    .homepage-top {
        position: relative;
        height: auto;
    }
    .column-plus {
        margin-bottom: 20px;
    }
    .add_column .column-direction{
        justify-content: left !important;
    }
}

@media screen and (max-width:1310px) {
    .semi-padding-bottom {
        padding-bottom: 50px;
    }
    .semi-padding-top {
        padding-top: 50px;
    }
    .large-padding-top {
        padding-top: 90px;
    }
    .large-padding-bottom {
        padding-bottom: 90px;
    }
    .large-margin-top {
        margin-top: 90px;
    }
    h2 {
        font-size:32px;
    }
    h3 {
        font-size:28px;
    }
    body {
        font-size:15px;
    }
    .title-description-larger {
        font-size: 16px;
    }
    p.occ-occupation {
        font-size:15px;
    }
    table  {
        font-size: 13px;
    }
    .homepage-top video#home-video {
        transform:unset !important;
        top 0;
    }
    .homepage-top .row {
        max-width:100%;
    }
    .settings-and-logout.settings-log-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section#header{
        padding-bottom: 12px;
    }
    .website-logo {
        top: 3px;
    }
    .mobile-menu .log-and-start {
        display: block;
        margin-top: 10px;
    }
    .log-and-start {
        display: none;
    }
    .header-menu-mobile.icons {
        display: block;
    }
    .container {
        max-width: 96%;
    }
 
 /*MOBILE OPENER*/
     .hide-on-phone {
        display: none;
     }
     .menu-spy-menu-container li {
         display: block;
         padding: 0;
     }
     .header-menu-desktop {
         display: none;
     }
    .desktop-menu {
        display: none !important;
    }
    .icons .menu-icon {
        -webkit-animation-name: none;
        animation-name: none;
        outline: 0;
        border: 0;
        box-shadow: 0;
        background: none;
        height: 50px;
        width: 37px;
    }
    .menu-icon span:first-child {
      top: 20px;
    }
    .menu-icon span:nth-child(2) {
      top: 30px;
    } 
    .menu-icon span:last-child {
      top: 40px;
    }
    .header-menu-mobile {
        text-align: right;
        position: fixed;
        right: 2%;
        z-index: 9999999;
        top: -3px;
    }
    .mobile-menu li {
        margin-bottom: 20px;
    }
    .book-now-button {
        border: none;
        padding: 0px;
    }
    .book-now-button a {
        color: #85b8ee !important;
        font-weight: 400;
    }
    .hasScrolled .header-menu-mobile {
      top: 25px;
    }
    .menu-icon span {
        display: block;
        height: 3px;
        width: 35px;
        background-color: #fff;
        box-shadow: 0px 2px 0px black;
        position: absolute;
        right: 0;
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -ms-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }
  .mobile-menu {
      padding: 150px 0px 0px 0px;
      opacity: 0;
      visibility: hidden;
      position: fixed;
      top: 0px;
      right: -40%;
      height: 100%;
      background-color: black;
      z-index: 999999;
      overflow: scroll;
      display: block;
      justify-content: center;
      transform: scale(1.1);
      -webkit-transition: all .5s ease-out;
      -moz-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
      -o-transition: all .5s ease-out;
      transition: all .5s ease-out;
      overflow-y: auto;
      overflow-x: hidden;
      width: 100%;
      /*max-width: 550px;*/
      font-family: 'AvenirNextLTPro', 'Open Sans', sans-serif;
      font-size: 16px;
      letter-spacing: 2px;
  }
  .mobile-menu .website-logo {
    
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
  }
    .user-img-text.text-end {
        display: none;
    }
    .m-holder {
        max-width: 90%;
        margin: 40px auto;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        font-size: 16px;
        text-align: center;
    }

    .m-holder ul.menu {
        text-transform: uppercase;
        padding: 0;
        margin-top: 20px;
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }
    .m-holder ul.menu ul.sub-menu {
        padding: 0;
        margin-top: 10px;
    }
    .m-holder ul.menu a {
      color: white;
    }
    .m-holder ul.menu li {
        list-style: none;
        position: relative;
        margin-right: 0;
    }
    .mobile-menu.show-menu {
        opacity: 1;
        visibility: visible;
        right: 0px;
    }
    .menu-icon--active span:first-child {
        box-shadow: none;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 30px;
    }
    .menu-icon--active span:nth-child(2) {
        box-shadow: none;
        opacity: 0;
    }
    .menu-icon--active span:last-child {
        box-shadow: none;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
    }
    .mobile-menu ul.sub-menu {
        display: none;
        height: auto;
    }
    span.click-li-child.flipImage img {
        transform: rotate(180deg);
        position: relative;
        top: -2px;
    }
    span.click-li-child img {
        max-width: 20px;    
    }
    span.click-li-child {
        position: relative;
        left: 10px;
    }
  /*END*/
}
@media screen and ( max-width:600px ) {
    span.separator {
        margin: 0px 4px;
    }
    .counter-days > div {
        font-size: 15px;
    }
    .semi-padding-bottom {
        padding-bottom: 30px;
    }
    .semi-padding-top {
        padding-top: 30px;
    }
    .large-padding-top {
        padding-top: 60px;
    }
    .large-padding-bottom {
        padding-bottom: 60px;
    }
    .large-margin-top {
        margin-top: 60px;
    }
    h2 {
        font-size:32px;
    }
    h3 {
        font-size:28px;
    }
    .counter-days > div div {
        font-size: 16px !important;
    }
    .images-logo-fade {
        width: 33%;
    }
}
@media screen and ( min-width:1450px ) and (max-width:1750px) {
    h2 {
        font-size:38px;
    }
    body {
        font-size:15px;
    }
    p.occ-occupation {
        font-size:15px;
    }
    table  {
        font-size: 13px;
    }
    .title-description-larger {
        font-size: 16px;
    }
}
@media screen and ( min-width:1309px ) and (max-width:1449px) {
    h2 {
        font-size:32px;
    }
    body {
        font-size:15px;
    }
    .title-description-larger {
        font-size: 16px;
    }
    p.occ-occupation {
        font-size:15px;
    }
    table  {
        font-size: 13px;
    }
}