:root {
  --primary:#1864DC;
  --primary-hover:#1356C1;
  --primary-dark:#09285A;
  --danger:#9A0000;
  --danger-hover:#9A0000;
  --dark:#15202E;
  --basic: #767A85;
  --grey: #F3F4F8;
  --warning:#FFB800; }

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  color: var(--dark); }

a {
  color: var(--primary);
  -webkit-transition: all linear .3s 0s;
  transition: all linear .3s 0s;
  text-decoration: underline; }

a:hover {
  color: var(--primary-hover);
  text-decoration: none; }

a:focus, button:focus {
  text-decoration: none;
  outline: 0; }

a.under, span.under a {
  text-decoration: underline !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  line-height: 1.1; }

.btn {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 30px; }

.container {
  max-width: 1320px; }

img {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both;
  overflow: hidden; }

.grey_bg {
  background: var(--grey); }

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

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

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

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

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

h6, .h6 {
  font-size: 17px; }

.heading {
  margin-bottom: 25px; }

.heading h2, .heading h3 {
  margin-bottom: 0; }

.heading .display-1, .heading .display-2, .heading .display-3, .heading .display-4, .heading .display-5, .heading .display-6 {
  font-weight: bold; }

.heading .display-4 {
  font-size: 50px; }

section {
  padding: 80px 0; }

.btn, .btn:hover, .btn:focus, .form-control, .form-control:hover, .form-control:focus, input:hover, input:focus {
  box-shadow: none;
  outline: none; }

.btn, .form-control {
  border-radius: 5px; }

.btn_styled {
  font-size: 17.34px;
  font-weight: bold; }

.btn-primary {
  background: var(--primary);
  border-color: var(--primary); }

.btn-primary:hover, .btn-primary:focus {
  background: var(--primary-hover);
  border-color: var(--primary-hover); }

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary); }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: var(--primary);
  border-color: var(--primary);
  color: white; }

.btn-outline-primary:hover img, .btn-outline-primary:focus img {
  filter: brightness(100); }

.btn-danger {
  background: var(--danger);
  border-color: var(--danger); }

.btn-danger:hover, .btn-danger:focus {
  background: var(--danger-hover);
  border-color: var(--danger-hover); }

.btn-light {
  background: white;
  color: var(--primary); }

.btn-outline-light:hover, .btn-outline-light:focus {
  color: var(--primary); }

.text-primary {
  color: var(--primary) !important; }

.text-danger {
  color: var(--danger) !important; }

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99; }

.top_head_bar {
  background-color: var(--primary);
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  font-size: 18px; }

.top_head_bar p {
  margin-bottom: 0;
  font-weight: 300; }

.top_head_bar a {
  color: #fff;
  text-decoration: none; }

.second_head_bar {
  padding: 15px 0;
  color: #000; }

.logo {
  position: relative;
  display: block; }

.logo img {
  width: 290px; }

header.sticky {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  animation-name: menu_sticky;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  z-index: 99; }

header.sticky .top_head_bar {
  display: none; }

ul.top_right {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
  margin-right: 10px; }

ul.top_right > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  vertical-align: top; }

ul.top_right > li div {
  display: inline-block;
  font-size: 18px; }

ul.top_right > li i {
  font-size: 25px;
  top: 0;
  position: relative; }

ul.top_right > li .cart_icon {
  position: relative;
  margin-left: 5px; }

ul.top_right > li:last-child {
  margin-right: 0; }

ul.top_right li a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  line-height: 18px; }

.quantity_item {
  position: absolute;
  right: -10px;
  top: -5px;
  width: 18px;
  height: 18px;
  padding: 1px;
  line-height: 15px;
  border-radius: 50%;
  background: var(--danger);
  color: #fff;
  text-align: center;
  font-size: 9px; }

.hero_banner {
  position: relative;
  display: block;
  margin-top: 128px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0; }

.hero_banner:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 40%;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: ""; }

.hero_caption {
  position: relative;
  z-index: 1; }

.hero_caption p {
  font-size: 20px; }

.hero_btn {
  margin: 20px 0 24px 0; }

.hero_btn .btn + .btn {
  margin-left: 10px; }

.hero_btn .btn i {
  margin-right: 6px;
  position: relative;
  top: -1px; }

.rating_part {
  margin-bottom: 70px; }

.t_round {
  display: inline-block;
  vertical-align: middle; }

.t_round img {
  max-width: 133px; }

.banner_rating {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.15; }

.banner_rating small {
  font-size: 14px;
  margin-left: 15px;
  color: #000; }

.star_review i {
  display: inline-block;
  font-size: 20px; }

.star_review i.checked {
  color: var(--primary); }

.section1 {
  text-align: center; }

.info_box {
  padding: 0 15px; }

.info_icon {
  margin-bottom: 12px;
  position: relative; }

.info_box h6 {
  margin-bottom: 15px; }

.info_box p {
  color: var(--basic);
  font-size: 15px; }

.more {
  text-decoration: none;
  font-weight: bold; }

.more:hover {
  text-decoration: underline; }

#load_ropeLight_products .proxi_pro_col a {
  text-decoration: none; }

#load_ropeLight_products .proxi_pro_col {
  text-align: center; }

#load_ropeLight_products .proxi_pro_col a .product_title {
  margin-bottom: 12px;
  color: black;
  font-weight: 600;
  min-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }

#load_ropeLight_products .proxi_pro_col a .product_sku {
  color: black; }

#load_ropeLight_products .product_thumb {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
  margin-bottom: 25px; }

#load_ropeLight_products .product_thumb img {
  height: 180px;
  width: auto;
  object-fit: cover;
  display: inline-block; }

#load_ropeLight_products .proxi_pro_col a .row {
  display: none; }

#load_ropeLight_products .product_item .actual_price {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary); }

.testimonial_block {
  border: #ddd 1px solid;
  border-radius: 12px;
  padding: 25px; }

.testimonial_stars {
  color: var(--warning);
  margin-bottom: 15px; }

.testimonial_stars i {
  margin-right: 0; }

.testimonial_section .swiper-button-next,
.testimonial_section .swiper-button-prev {
  font-size: 34px;
  color: var(--primary-dark); }

.testimonial_section .swiper-button-next {
  right: -50px; }

.testimonial_section .swiper-button-prev {
  left: -50px; }

.testimonial_section .swiper-button-next::after,
.testimonial_section .swiper-button-prev::after {
  display: none; }

.text_block_left {
  padding-right: 120px; }

.choose_img img {
  border-radius: 14.5px; }

.feature_section, .video_wrapper {
  padding-bottom: 0; }

.feature_box h4 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.feature_box h4 a {
  text-decoration: none;
  color: black; }

.feature_thumb {
  margin-bottom: 25px; }

.feature_thumb img {
  border-radius: 14.5px; }

ul.feature_list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }

ul.feature_list li {
  position: relative;
  padding-left: 35px;
  color: var(--basic); }

ul.feature_list li:before {
  content: '\F272';
  font-family: bootstrap-icons;
  position: absolute;
  top: 3px;
  left: 0;
  border: #ccc solid 1px;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: black; }

ul.feature_list li + li {
  margin-top: 22px; }

.video_block_text {
  padding-left: 200px; }

.feature_box2 h4 {
  margin-bottom: 20px; }

.brand_info_section ul {
  padding-left: 20px;
  margin-top: 25px; }

.brand_info_section ul li + li {
  margin-top: 20px; }

.info_banner {
  background-position: center;
  background-size: cover;
  padding: 130px 85px;
  border-radius: 20.34px;
  background-color: var(--primary);
  color: white;
  padding-right: 0;
  position: relative; }

.info_banner p {
  font-size: 18px;
  font-weight: bold; }

.info_banner .row {
  position: relative;
  z-index: 1; }

.info_banner .reel {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.info_banner .reel img {
  max-width: 466px; }

.info_banner .hero_btn {
  margin-top: 40px; }

footer {
  background: var(--primary-dark);
  padding: 60px 0 50px;
  color: white; }

footer a {
  text-decoration: none; }

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

.footer_suscribebar {
  margin-bottom: 50px; }

.footer_search_box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; }

.footer_search_box i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.5); }

.footer_search_box input {
  border: #ccc solid 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 13px 12px 12px 40px;
  height: inherit; }

.footer_search_box .btn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border: 0;
  padding: 14px 20px 13px;
  height: inherit; }

.footer_search_box .btn:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary) !important; }

.footer_search_box input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.footer_search_box input:focus {
  outline: none !important; }

.footer_search_box button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 0 18px !important; }

.go3176171171 {
  color: #fff !important; }

.footer_title {
  font-weight: bold;
  margin-bottom: 10px; }

.footer_wrapper {
  margin-bottom: 50px;
  font-size: 15px; }

.footer_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.contact_text {
  margin-bottom: 14px; }

ul.contact_info_list li {
  padding-left: 25px;
  padding-bottom: 10px;
  position: relative; }

ul.contact_info_list li a {
  color: white; }

ul.contact_info_list li i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  color: white; }

ul.contact_info_list li a:hover {
  color: #fff;
  text-decoration: underline; }

ul.footer_social {
  margin-top: 20px; }

ul.footer_social li {
  display: inline-block; }

ul.footer_social li img {
  width: 28px; }

ul.footer_social li:hover img {
  opacity: 0.8; }

.shedule span {
  margin-bottom: 15px;
  display: block; }

.shedule ul li {
  display: block;
  overflow: hidden;
  margin-bottom: 4px; }

.shedule ul li div {
  float: left; }

.shedule ul li div:last-child {
  float: right;
  text-align: right; }

ul.footer_list li {
  font-size: 14px;
  margin-bottom: 7px;
  position: relative;
  padding: 0 0 0 20px; }

ul.footer_list li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: "\F285";
  font-family: bootstrap-icons !important;
  font-size: 12px; }

ul.footer_list li a {
  color: white; }

ul.footer_list li a:hover {
  color: #fff;
  text-decoration: underline; }

ul.payment_card {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right; }

ul.payment_card li {
  display: inline-block; }

ul.payment_card li img {
  width: 60px; }

.inner_header_space {
  margin-top: 177px; }

ul.breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.testimonial_slider .swiper-slide {
  padding-bottom: 10px; }

#google-reviews-badge {
  position: fixed;
  bottom: 85px;
  left: 10px;
  z-index: 99; }

@media (max-width: 1320px) {
  .container {
    padding: 0 20px; }
  .testimonial_block {
    margin: 2px; }
  .sale_item {
    padding: 0 15px; }
  .sale_item a h6 {
    min-height: 40px; }
  .sale_item a p {
    min-height: 125px; } }

@media (max-width: 1300px) {
  .sale_item {
    padding: 0 15px; } }

@media (max-width: 1265px) {
  .sale_item a h6 {
    min-height: 30px; } }

@media (max-width: 1220px) {
  .info_banner .reel img {
    max-width: 366px; } }

@media (max-width: 1207px) {
  .info_banner {
    padding-left: 50px;
    padding-top: 80px;
    padding-bottom: 80px; } }

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
    padding: 0 25px; }
  ul.footer_social {
    margin-bottom: 30px;
    margin-top: 15px; }
  .info_box {
    padding: 0 7px; }
  .heading .display-4 {
    font-size: 40px; } }

@media (max-width: 1153px) {
  .info_box h6 {
    min-height: 40px; } }

@media (max-width: 1148px) {
  .sale_item a h6 {
    min-height: 40px; }
  .sale_item a p {
    min-height: 135px; } }

@media (max-width: 1131px) {
  .info_box p {
    min-height: 92px; } }

@media (max-width: 1124px) {
  .info_box h6 {
    min-height: 30px; } }

@media (max-width: 1064px) {
  .info_banner .reel img {
    max-width: 300px; } }

@media (max-width: 1036px) {
  .info_banner p {
    font-size: 16px; } }

@media (max-width: 1024px) {
  .product_item .row {
    margin: 0 -2px; }
  .product_item .row [class*="col"], .product_item .row [class*="col-"] {
    padding: 0 2px; }
  .video_wrapper, .customize_wrapper {
    text-align: center; }
  .video_block_text {
    padding-left: 80px; }
  .text_block_left {
    padding-right: 50px; }
  .video_block_text {
    padding-left: 0;
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 64px; }
  header {
    position: relative;
    padding: 0; }
  .topbar {
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    padding: 15px 0; }
  .no_links .topbar {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06); }
  .topbar.sticky {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: menu_sticky;
    animation-duration: .6s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
    background: rgba(255, 255, 255, 0.98); }
  .topbar ul.top_right_contents {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right; }
  .topbar ul.top_right_contents li {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    line-height: 1; }
  .topbar ul.top_right_contents li:last-child {
    margin-right: 0; }
  .topbar ul.top_right_contents li a {
    color: #000;
    line-height: 1; }
  .topbar ul.top_right_contents li a i {
    font-size: 26px; }
  .topbar ul.top_right_contents li a i.user {
    font-size: 34px; }
  .topbar.sticky {
    padding: 10px 0; }
  .logo img {
    width: 250px; }
  ul.payment_card li img {
    width: 54px; }
  .hero_banner {
    margin-top: 0;
    padding: 150px 0 60px; }
  .info_box h6, .sale_item a h6 {
    min-height: 0; }
  .sale_item {
    margin-bottom: 30px; }
  .sale_item a p {
    min-height: 55px; }
  .text_block_left {
    padding-right: 0;
    margin-bottom: 30px; }
  .info_banner .reel {
    top: inherit;
    transform: none;
    bottom: 0; }
  .choose_img2 {
    margin-top: 40px; }
  .info_box p {
    min-height: 0; }
  .info_box {
    margin-bottom: 30px; }
  .sale_item a p {
    min-height: 100px; }
  .footer_wrapper ul {
    margin: 0 0 25px; } }

@media (max-width: 800px) {
  h2, .heading .display-1, .heading .display-2, .heading .display-3, .heading .display-4, .heading .display-5, .heading .display-6 {
    font-size: xx-large; } }

@media (max-width: 767px) {
  .footer-bar {
    text-align: center; }
  ul.payment_card {
    float: none;
    margin-bottom: 15px; }
  .footer_wrapper {
    margin-bottom: 20px; }
  .shedule ul li div:last-child {
    float: left;
    text-align: left;
    margin-left: 15px; } }

@media (max-width: 721px) {
  .sale_item a h6 {
    min-height: 36px; } }

@media (max-width: 716px) {
  .info_banner {
    padding: 60px 40px; }
  .info_banner .reel img {
    max-width: 250px;
    opacity: .6; } }

@media (max-width: 677px) {
  .info_banner p br {
    display: none; }
  h1 br, .h1 br {
    display: none; } }

@media (max-width: 641px) {
  .sale_item a h6 {
    min-height: 40px; } }

@media (max-width: 600px) {
  .info_banner {
    padding: 60px 40px 200px; }
  .info_banner .reel img {
    opacity: 1; } }

@media (max-width: 575px) {
  section {
    padding: 60px 0; }
  .section1 {
    padding-top: 40px; }
  .info_box {
    margin-top: 30px; }
  .sale_item {
    margin-top: 30px; }
  .sale_item a h6, .sale_item a p {
    min-height: 0; }
  .sale_wrapper {
    text-align: center; }
  .testimonial_section .swiper-button-next {
    right: -15px; }
  .testimonial_section .swiper-button-prev {
    left: -15px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  .hero_banner {
    padding-bottom: 0; }
  h1, .h1 {
    font-size: 55px; }
  .hero_caption p {
    font-size: 16px; }
  .hero_banner:after {
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    top: 20%; }
  .sale_content_block .row [class*="col"]:last-child .sale_item {
    margin-bottom: 0; }
  .brand_info_section .heading .display-4 br, .info_banner .heading .display-4 br {
    display: none; } }

@media (max-width: 467px) {
  .info_banner {
    padding-left: 25px;
    padding-right: 25px; } }

@media (max-width: 437px) {
  .hero_btn .btn {
    display: block; }
  .hero_btn .btn + .btn {
    margin-left: 0;
    margin-top: 12px; } }

@media (max-width: 425px) {
  .btn_styled {
    font-size: 15px; } }

@media (max-width: 414px) {
  h1, .h1 {
    font-size: 45px; } }

@media (max-width: 408px) {
  .logo img {
    width: 200px; } }

@media (max-width: 395px) {
  ul.payment_card li img {
    width: 50px; } }

@media (max-width: 388px) {
  .t_round {
    display: block;
    margin-bottom: 15px; } }

@media (max-width: 375px) {
  .shedule ul li div {
    float: none; }
  .shedule ul li div:last-child {
    float: none;
    text-align: left;
    margin-top: 7px; }
  .btn_styled {
    font-size: 13px; } }

@media (max-width: 371px) {
  ul.payment_card li img {
    width: 40px; } }

@media (max-width: 360px) {
  .topbar ul.top_right_contents li {
    margin-right: 15px; }
  h1, .h1 {
    font-size: 36px; }
  .footer_search_box input {
    padding-left: 33px;
    font-size: 13px; }
  .footer_search_box .btn {
    padding: 12px 15px 13px;
    font-size: 13px; }
  .testimonial_block {
    font-size: 14px; } }

@media (max-width: 353px) {
  .logo img {
    width: 180px; }
  .topbar ul.top_right_contents li a i.user {
    font-size: 30px; } }

@media (max-width: 353px) {
  .logo img {
    width: 160px; }
  .topbar ul.top_right_contents li {
    margin-right: 12px; }
  .topbar ul.top_right_contents li a i.user {
    font-size: 27px; } }
