/* Css For CARDAN */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: #064489;
  --secondary-color: #153979;
  --text-color: #6A6A6A;
  --title-color: #111111;
  --text-font: 'Roboto', sans-serif;
  --title-font: 'Outfit', sans-serif;
}





body {
  font-size:16px;
  color: var(--text-color);
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1680px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1320px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #101828;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  display: none;
  font-size: 14px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  width: min(340px, calc(100vw - 48px));
  text-align: center;
}

.handle-preloader .animation-preloader .spinner{
  animation: cardan-preloader-pulse 1.2s ease-in-out infinite alternate;
  width: min(300px, calc(100vw - 64px));
  height: 110px;
  margin: 0 auto;
  margin-bottom: 0px;
  border: 0px;
  border-radius: 0px;
  background: transparent url(../images/logo-blanco.png) center center / contain no-repeat;
  box-shadow: none;
}

.handle-preloader .animation-preloader .txt-loading {
  position: relative;
  display: none;
  min-height: 56px;
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  display: none;
}

.handle-preloader .animation-preloader .txt-loading:before{
  content: "CARDAN";
  display: block;
  color: #fff;
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 800;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0;
}

.handle-preloader .animation-preloader .txt-loading:after{
  content: "GRUPO FERRETERO CARDAN, S.A.S. DE C.V.";
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  position: relative;
}

.handle-preloader .animation-preloader .spinner:before{
  position: absolute;
  content: '';
  display: none;
}

/* Animacion del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes cardan-preloader-pulse {
  from {
    opacity: 0.72;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media screen and (max-width: 500px) {

  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

html.lenis {
  height: auto;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--text-font);
  color: var(--title-color);
  background: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 13px 37px;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn:hover{
  color: #fff;
}

.theme-btn span {
  position: absolute;
  width: 25%;
  height: 100%;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--n) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  z-index: -1;
}

.theme-btn:hover span {
  transform: translateY(0) scale(2);
}

.theme-btn span:nth-child(1) {
  --n: 1;
}

.theme-btn span:nth-child(2) {
  --n: 2;
}

.theme-btn span:nth-child(3) {
  --n: 3;
}

.theme-btn span:nth-child(4) {
  --n: 4;
}


.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #E7E9F0;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
}

.sec-pad{
  padding: 142px 0px 150px 0px;
}

.pagination li a i{
  position: relative;
  top: 5px;
  font-size: 30px;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}


/* RoalFlux shared catalog/cart helpers */
.page_direction{
  display: none !important;
}

.handle-preloader .animation-preloader:before{
  content: "";
  display: none;
}

.roalflux-home-page .apps-section,
.roalflux-home-page .shop-style-two,
.roalflux-home-page .news-section{
  display: none;
}

.roalflux-client-section{
  background: #F9FAFB;
}

.roalflux-client-card{
  height: 100%;
  min-height: 238px;
  padding: 28px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 12px 34px rgba(16, 24, 40, 0.06);
}

.roalflux-client-card .icon-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #EEF4FF;
  color: var(--theme-color);
  font-size: 24px;
}

.roalflux-client-card h3{
  margin: 0px 0px 10px;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
  line-height: 29px;
}

.roalflux-client-card p{
  margin: 0px;
  color: #667085;
  font-size: 15px;
  line-height: 24px;
}

.roalflux-lite .owl-carousel{
  display: block;
}

.roalflux-lite .banner-carousel{
  position: relative;
  display: block;
  overflow: hidden;
}

.roalflux-lite .banner-carousel .slide-item{
  position: absolute;
  inset: 0px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 700ms ease, visibility 700ms ease;
}

.roalflux-lite .banner-carousel .slide-item.is-active{
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.roalflux-lite .banner-carousel .slide-item.active .bg-layer{
  transform: scale(1.12);
}

.roalflux-lite .banner-carousel .slide-item.active .content-box .upper-text,
.roalflux-lite .banner-carousel .slide-item.active .content-box h2,
.roalflux-lite .banner-carousel .slide-item.active .content-box h3,
.roalflux-lite .banner-carousel .slide-item.active .content-box p,
.roalflux-lite .banner-carousel .slide-item.active .content-box .btn-box,
.roalflux-lite .banner-carousel .slide-item.active .image-box .image{
  opacity: 1;
  transform: translate(0px, 0px);
}

.roalflux-banner-dots{
  position: absolute;
  left: 45px;
  top: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-50%);
}

.roalflux-banner-dots button{
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 0.72;
  cursor: pointer;
  transition: all 250ms ease;
}

.roalflux-banner-dots button.active{
  background: var(--theme-color);
  border-color: var(--theme-color);
  opacity: 1;
}

.roalflux-lite .category-carousel.owl-carousel,
.roalflux-lite .shop-carousel.owl-carousel{
  display: flex;
  align-items: stretch;
  gap: 30px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
}

.roalflux-lite .category-carousel.owl-carousel::-webkit-scrollbar,
.roalflux-lite .shop-carousel.owl-carousel::-webkit-scrollbar{
  display: none;
}

.roalflux-lite .category-carousel .category-block-one{
  flex: 0 0 calc((100% - 120px) / 5);
  min-width: 190px;
  scroll-snap-align: start;
}

.roalflux-lite .shop-carousel .shop-block-one{
  flex: 0 0 calc((100% - 90px) / 4);
  min-width: 260px;
  scroll-snap-align: start;
}

.roalflux-lite .shop-carousel .roalflux-home-card{
  margin-bottom: 0px;
}

.roalflux-cart-header,
.roalflux-portal-header{
  margin-left: 10px;
}

.roalflux-portal-header a{
  border-color: #101828 !important;
  background: #101828 !important;
  color: #fff !important;
  white-space: nowrap;
}

.roalflux-portal-header a i{
  margin-right: 8px;
}

.roalflux-portal-header.current a{
  border-color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}

.roalflux-unified-header{
  position: relative;
  z-index: 999;
  background: #fff;
}

.roalflux-unified-header .outer-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.roalflux-unified-header .menu-area{
  flex: 1 1 auto;
  min-width: 0px;
}

.roalflux-unified-header .menu-right-content{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
}

.roalflux-search-strip{
  padding: 14px 0px;
  border-top: 1px solid rgba(229, 229, 229, 1);
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  background: #F6F8FB;
}

.roalflux-site-search{
  position: relative;
  display: grid;
  grid-template-columns: 230px minmax(0px, 1fr) 58px;
  max-width: 940px;
  margin: 0px auto;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  background: #fff;
}

.roalflux-site-search select,
.roalflux-site-search input{
  width: 100%;
  height: 52px;
  border: 0px;
  background: transparent;
}

.roalflux-site-search select{
  padding: 0px 16px;
  border-right: 1px solid rgba(229, 229, 229, 1);
  color: var(--title-color);
  font-weight: 700;
}

.roalflux-site-search input{
  padding: 0px 18px;
  color: var(--title-color);
}

.roalflux-site-search button[type="submit"]{
  width: 52px;
  height: 46px;
  margin: 3px;
  border-radius: 5px;
  background: var(--theme-color);
  color: #fff;
}

.roalflux-search-preview{
  position: absolute;
  top: calc(100% + 8px);
  left: 230px;
  right: 58px;
  z-index: 10010;
  display: none;
  max-height: 390px;
  overflow-y: auto;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 18px 45px rgba(0, 0, 0, 0.16);
}

.roalflux-search-preview.is-visible{
  display: block;
}

.roalflux-search-preview-item{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.76);
}

.roalflux-search-preview-item:last-child{
  border-bottom: 0px;
}

.roalflux-search-preview-item:hover{
  background: #F6F8FB;
}

.roalflux-search-preview-item img{
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  object-fit: contain;
  border-radius: 5px;
  background: #F7F7F7;
}

.roalflux-search-preview-item span,
.roalflux-search-preview-item strong,
.roalflux-search-preview-item small,
.roalflux-search-preview-item em{
  display: block;
}

.roalflux-search-preview-item strong{
  color: var(--title-color);
  font-size: 15px;
  line-height: 20px;
}

.roalflux-search-preview-item small{
  color: #6F6F6F;
  font-size: 13px;
  line-height: 18px;
}

.roalflux-search-preview-item em{
  color: var(--theme-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.roalflux-search-preview-empty{
  padding: 16px;
  color: #6F6F6F;
  font-weight: 700;
}

.roalflux-cart-header a span,
.main-header .option-list li a span[data-roalflux-cart-badge]{
  min-width: 20px;
  padding: 0px 5px;
}

.theme-btn.roalflux-added{
  background: var(--title-color);
  border-color: var(--title-color) !important;
  color: #fff;
}

.roalflux-current-price-label{
  display: block;
  margin-bottom: 3px;
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.roalflux-price-list li.is-active{
  border-color: var(--theme-color);
  background: rgba(255, 95, 54, 0.08);
}

.roalflux-price-list li.is-active span,
.roalflux-price-list li.is-active strong{
  color: var(--title-color);
}

.roalflux-home-card{
  margin-bottom: 30px;
}

.roalflux-home-card .inner-box{
  height: 100%;
}

.roalflux-home-card .image-box .image{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  background: #F7F7F7;
  border-radius: 5px;
}

.roalflux-home-card .image-box .image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.roalflux-home-card .lower-content{
  min-height: 310px;
}

.roalflux-cart-description{
  font-size: 13px;
  line-height: 20px;
  color: #7C7C7C;
  margin-top: 5px;
}

.roalflux-empty-cart{
  padding: 40px 30px !important;
  text-align: center !important;
  color: var(--title-color);
}

.roalflux-empty-cart a{
  color: var(--theme-color);
  font-weight: 700;
}

.roalflux-cart-note{
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  padding: 28px 30px;
}

.roalflux-cart-note > p:not(.roalflux-price-copy){
  display: none;
}

.roalflux-cart-note h4{
  margin-bottom: 8px;
}

.roalflux-price-profile{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 15px 0px;
}

.roalflux-price-profile label{
  margin: 0px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}

.roalflux-price-profile select,
.roalflux-price-select{
  min-width: 170px;
  height: 44px;
  padding: 0px 14px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  background: #fff;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 600;
}

.roalflux-price-copy{
  margin: 0px;
}

.cart-section .cart-table tbody .product-column .product-box .image-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-section .item-quantity input.roalflux-cart-qty{
  width: 90px !important;
  padding: 0px 10px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  text-align: center;
}

.cart-section .item-quantity.roalflux-cart-stepper{
  display: inline-grid;
  grid-template-columns: 36px 52px 36px;
  align-items: center;
  width: 124px;
  max-width: 124px;
  height: 40px;
  padding: 0px;
  margin: 0px;
  float: none;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.cart-section .roalflux-cart-stepper .roalflux-qty-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 40px;
  padding: 0px;
  border: 0px;
  background: #F9FAFB;
  color: #101828;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
}

.cart-section .roalflux-cart-stepper .roalflux-qty-btn:first-child{
  border-right: 1px solid #EAECF0;
}

.cart-section .roalflux-cart-stepper .roalflux-qty-btn:last-child{
  border-left: 1px solid #EAECF0;
}

.cart-section .roalflux-cart-stepper .roalflux-qty-btn:hover{
  background: var(--theme-color);
  color: #fff;
}

.cart-section .item-quantity.roalflux-cart-stepper input.roalflux-cart-qty{
  width: 52px !important;
  min-width: 0px;
  height: 40px;
  padding: 0px !important;
  border: 0px;
  border-radius: 0px;
  background: #fff;
  color: #101828;
  font-size: 16px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  appearance: textfield;
  -moz-appearance: textfield;
}

.cart-section .item-quantity.roalflux-cart-stepper input.roalflux-cart-qty::-webkit-outer-spin-button,
.cart-section .item-quantity.roalflux-cart-stepper input.roalflux-cart-qty::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0px;
}

.roalflux-floating-cart{
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  width: 340px;
  max-width: calc(100vw - 32px);
}

.roalflux-floating-toggle{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 16px;
  border: 0px;
  border-radius: 6px;
  background: var(--title-color);
  color: #fff;
  text-align: left;
  box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}

.roalflux-floating-toggle small{
  display: block;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.roalflux-floating-toggle strong{
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.roalflux-floating-icon{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
}

.roalflux-floating-icon span{
  position: absolute;
  top: -8px;
  right: -7px;
  min-width: 22px;
  height: 22px;
  padding: 0px 5px;
  border-radius: 11px;
  background: #fff;
  color: var(--title-color);
  font-size: 12px;
  font-weight: 800;
  line-height: 22px;
  text-align: center;
}

.roalflux-floating-panel{
  position: absolute;
  right: 0px;
  bottom: calc(100% + 12px);
  width: 100%;
  padding: 18px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 18px 55px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: all 250ms ease;
}

.roalflux-floating-cart.is-open .roalflux-floating-panel{
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}

.roalflux-floating-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.roalflux-floating-head span{
  display: block;
  color: #7C7C7C;
  font-size: 12px;
  font-weight: 600;
}

.roalflux-floating-head strong{
  display: block;
  color: var(--title-color);
  font-size: 16px;
}

.roalflux-floating-head .roalflux-price-select{
  min-width: 150px;
  width: 150px;
}

.roalflux-last-added{
  display: none;
  margin-bottom: 12px;
}

.roalflux-last-added.is-visible{
  display: block;
}

.roalflux-added-preview{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 95, 54, 0.1);
}

.roalflux-added-preview img{
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.roalflux-added-preview span,
.roalflux-added-preview small{
  display: block;
  color: #7C7C7C;
  font-size: 12px;
  line-height: 16px;
}

.roalflux-added-preview strong{
  display: block;
  color: var(--title-color);
  font-size: 14px;
  line-height: 18px;
}

.roalflux-mini-items{
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}

.roalflux-mini-empty{
  margin: 0px;
  padding: 18px 0px;
  color: #7C7C7C;
  text-align: center;
}

.roalflux-mini-item{
  display: grid;
  grid-template-columns: 52px 1fr 28px;
  align-items: center;
  gap: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.roalflux-mini-item img{
  width: 52px;
  height: 52px;
  border-radius: 5px;
  background: #F7F7F7;
  object-fit: contain;
}

.roalflux-mini-item strong{
  display: block;
  color: var(--title-color);
  font-size: 14px;
  line-height: 18px;
}

.roalflux-mini-item span{
  display: block;
  color: #7C7C7C;
  font-size: 12px;
  line-height: 16px;
}

.roalflux-mini-item button{
  width: 28px;
  height: 28px;
  border: 0px;
  border-radius: 50%;
  background: #F7F7F7;
  color: var(--title-color);
  cursor: pointer;
}

.roalflux-mini-total{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0px;
  color: var(--title-color);
  font-weight: 700;
}

.roalflux-mini-link{
  width: 100%;
  text-align: center;
}

.roalflux-lightbox{
  position: fixed;
  inset: 0px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.roalflux-lightbox.is-open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.roalflux-lightbox-backdrop{
  position: absolute;
  inset: 0px;
  background: rgba(7, 10, 14, 0.86);
}

.roalflux-lightbox-dialog{
  position: relative;
  z-index: 2;
  width: min(980px, 100%);
  max-height: calc(100vh - 64px);
  padding: 22px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 24px 70px rgba(0, 0, 0, 0.32);
}

.roalflux-lightbox-dialog img{
  display: block;
  width: 100%;
  max-height: calc(100vh - 160px);
  object-fit: contain;
  background: #F7F7F7;
}

.roalflux-lightbox-dialog p{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 18px;
  margin: 12px 42px 0px 0px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}

.roalflux-lightbox-dialog p span,
.roalflux-lightbox-dialog p small{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6F6F6F;
  font-size: 13px;
  line-height: 20px;
}

.roalflux-lightbox-dialog p strong{
  color: var(--title-color);
  font-size: 15px;
}

.roalflux-lightbox-dialog p small{
  flex-basis: 100%;
}

.roalflux-lightbox-close{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 34px;
  height: 34px;
  border: 0px;
  border-radius: 50%;
  background: var(--theme-color);
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  cursor: pointer;
}

.roalflux-lightbox-open{
  overflow: hidden;
}

.roalflux-admin-hero{
  position: relative;
  padding: 58px 0px;
  background: #F8FAFC;
  border-top: 1px solid rgba(229, 229, 229, 1);
  border-bottom: 1px solid #D0D5DD;
}

.roalflux-admin-hero span{
  display: block;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.roalflux-admin-hero h1{
  margin: 4px 0px 8px;
  color: var(--title-color);
  font-size: 42px;
  line-height: 50px;
}

.roalflux-admin-hero p{
  max-width: 760px;
  margin: 0px;
  color: #475467;
  font-size: 17px;
  line-height: 27px;
}

.roalflux-admin-section,
.roalflux-order-section{
  background: #F9FAFB;
}

.roalflux-admin-section > .auto-container{
  display: flex;
  flex-direction: column;
}

.roalflux-admin-section .roalflux-admin-status{
  order: 1;
}

.roalflux-admin-section .roalflux-admin-nav{
  order: 2;
}

.roalflux-admin-section .roalflux-admin-command-center{
  order: 3;
}

.roalflux-admin-section .roalflux-orders-housekeeping{
  order: 4;
}

.roalflux-admin-section .roalflux-client-housekeeping{
  order: 5;
}

.roalflux-admin-section .roalflux-admin-toolbar{
  order: 6;
}

.roalflux-admin-section .roalflux-admin-grid{
  order: 7;
}

.roalflux-admin-section > .auto-container > .roalflux-admin-table-wrap{
  order: 8;
}

.roalflux-admin-toolbar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 22px 0px 16px;
  padding: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(16, 24, 40, 0.05);
}

.roalflux-admin-toolbar > div{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #6F6F6F;
  font-size: 14px;
}

.roalflux-admin-toolbar > div strong{
  color: #101828;
}

.roalflux-admin-toolbar input[type="search"]{
  flex: 1 1 260px;
  height: 44px;
  padding: 0px 14px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
}

.roalflux-admin-button,
.roalflux-admin-panel-title button,
.roalflux-admin-action{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0px 14px;
  border: 1px solid var(--theme-color);
  border-radius: 5px;
  background: #fff;
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 300ms ease;
}

.roalflux-admin-button:hover,
.roalflux-admin-panel-title button:hover,
.roalflux-admin-action:hover{
  background: var(--theme-color);
  color: #fff;
}

.roalflux-admin-button.is-primary{
  background: var(--theme-color);
  color: #fff;
}

.roalflux-admin-button.is-danger,
.roalflux-admin-action.is-danger{
  border-color: #C43131;
  color: #C43131;
}

.roalflux-admin-button.is-danger:hover,
.roalflux-admin-action.is-danger:hover{
  background: #C43131;
  color: #fff;
}

.roalflux-admin-file{
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.roalflux-admin-status{
  margin-bottom: 18px;
  padding: 12px 16px;
  border-radius: 5px;
  background: #EEF6FF;
  color: var(--title-color);
  font-weight: 700;
}

.roalflux-admin-status[data-tone="success"]{
  background: #ECF8F0;
  color: #176B35;
}

.roalflux-admin-status[data-tone="error"]{
  background: #FFF0F0;
  color: #A32121;
}

.roalflux-admin-nav{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  background: #fff;
}

.roalflux-admin-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 800;
}

.roalflux-admin-nav a:hover,
.roalflux-admin-nav a.is-active{
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: #fff;
}

.roalflux-portal-guide{
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 14px;
  margin-bottom: 20px;
}

.roalflux-portal-guide a{
  display: grid;
  grid-template-columns: 42px minmax(0px, 1fr);
  gap: 12px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 10px 28px rgba(16, 24, 40, 0.06);
}

.roalflux-admin-command-center a{
  border-top: 4px solid #101828;
}

.roalflux-portal-guide a:hover{
  border-color: var(--theme-color);
  transform: translateY(-1px);
}

.roalflux-portal-guide span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #101828;
  color: #fff;
  font-weight: 900;
}

.roalflux-portal-guide strong,
.roalflux-portal-guide small{
  display: block;
}

.roalflux-portal-guide strong{
  color: #101828;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
}

.roalflux-portal-guide small{
  margin-top: 4px;
  color: #667085;
  font-size: 12px;
  line-height: 17px;
}

.roalflux-admin-grid{
  display: grid;
  grid-template-columns: minmax(0px, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  margin-bottom: 22px;
}

.roalflux-admin-panel{
  padding: 20px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 10px 28px rgba(16, 24, 40, 0.05);
}

.roalflux-admin-panel-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.roalflux-admin-panel-title h2{
  margin: 0px;
  color: var(--title-color);
  font-size: 22px;
  line-height: 30px;
}

.roalflux-admin-preview{
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 6px;
  background: #F7F7F7;
}

.roalflux-admin-preview img{
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 5px;
  background: #fff;
}

.roalflux-admin-preview span,
.roalflux-admin-preview small{
  display: block;
  color: #6F6F6F;
  font-size: 13px;
  line-height: 18px;
}

.roalflux-admin-preview strong{
  display: block;
  color: var(--title-color);
  font-size: 18px;
  line-height: 24px;
}

.roalflux-admin-fields{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 14px;
}

.roalflux-admin-fields label{
  display: block;
  margin: 0px;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 800;
}

.roalflux-admin-fields label.is-wide{
  grid-column: 1 / -1;
}

.roalflux-admin-fields input,
.roalflux-admin-fields select,
.roalflux-admin-panel textarea{
  width: 100%;
  margin-top: 6px;
  padding: 0px 12px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  background: #fff;
  color: var(--title-color);
}

.roalflux-admin-fields input,
.roalflux-admin-fields select{
  height: 44px;
}

.roalflux-admin-panel textarea{
  min-height: 294px;
  padding-top: 12px;
  resize: vertical;
}

.roalflux-client-housekeeping,
.roalflux-orders-housekeeping,
.roalflux-order-history{
  margin-top: 0px;
  margin-bottom: 22px;
}

.roalflux-admin-panel-copy{
  margin: -6px 0px 16px;
  color: #667085;
  font-size: 14px;
  line-height: 22px;
}

.roalflux-admin-client-form{
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 220px auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
}

.roalflux-admin-client-form label{
  display: block;
  margin: 0px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}

.roalflux-admin-client-form input,
.roalflux-admin-client-form select{
  width: 100%;
  height: 44px;
  margin-top: 6px;
  padding: 0px 12px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  background: #fff;
}

.roalflux-client-table,
.roalflux-admin-orders-table,
.roalflux-order-history-table{
  min-width: 940px;
}

.roalflux-admin-save{
  margin-top: 16px;
}

.roalflux-admin-table-wrap{
  overflow-x: auto;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 6px;
  background: #fff;
}

.roalflux-admin-table{
  width: 100%;
  min-width: 980px;
}

.roalflux-admin-table th,
.roalflux-admin-table td{
  padding: 14px 12px;
  border-bottom: 1px solid rgba(229, 229, 229, 1);
  vertical-align: middle;
}

.roalflux-admin-table th{
  color: var(--title-color);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.roalflux-admin-table td{
  color: #6F6F6F;
  font-size: 14px;
}

.roalflux-admin-table td strong,
.roalflux-admin-table td span{
  display: block;
}

.roalflux-admin-table td strong{
  color: var(--title-color);
  font-size: 15px;
}

.roalflux-admin-table td span{
  color: #7C7C7C;
  font-size: 12px;
}

.roalflux-admin-thumb{
  width: 56px;
  height: 56px;
  object-fit: contain;
  border-radius: 5px;
  background: #F7F7F7;
}

.roalflux-admin-empty{
  padding: 30px !important;
  text-align: center;
}

.roalflux-order-toolbar{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 16px;
  padding: 16px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 8px 24px rgba(16, 24, 40, 0.05);
}

.roalflux-order-toolbar > div{
  display: flex;
  flex: 1 1 260px;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  color: #6F6F6F;
  font-size: 14px;
}

.roalflux-action-group{
  flex: 0 1 auto !important;
  gap: 8px !important;
  padding: 10px;
  border: 1px solid #EAECF0;
  border-radius: 6px;
  background: #F9FAFB;
}

.roalflux-action-group > span{
  flex: 0 0 100%;
  color: #667085;
  font-size: 11px;
  font-weight: 900;
  line-height: 14px;
  text-transform: uppercase;
}

.roalflux-step-panel .roalflux-admin-panel-title{
  justify-content: flex-start;
  flex-wrap: wrap;
}

.roalflux-step-label{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #EEF4FF;
  color: var(--theme-color);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}

.roalflux-order-grid{
  display: grid;
  grid-template-columns: minmax(0px, 1.2fr) minmax(320px, 0.8fr);
  gap: 18px;
  margin-bottom: 20px;
}

.roalflux-order-fields,
.roalflux-order-client-form,
.roalflux-order-add-form{
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 14px;
}

.roalflux-order-fields label,
.roalflux-order-add-form label{
  display: block;
  margin: 0px;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 800;
}

.roalflux-order-fields label.is-wide{
  grid-column: 1 / -1;
}

.roalflux-order-fields input,
.roalflux-order-fields select,
.roalflux-order-fields textarea,
.roalflux-order-client-form input,
.roalflux-order-client-form select,
.roalflux-order-add-form input{
  width: 100%;
  margin-top: 6px;
  padding: 0px 12px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  background: #fff;
  color: var(--title-color);
}

.roalflux-order-fields input,
.roalflux-order-fields select,
.roalflux-order-client-form input,
.roalflux-order-client-form select,
.roalflux-order-add-form input{
  height: 44px;
}

.roalflux-order-fields input.is-locked,
.roalflux-order-fields select.is-locked{
  background: #F2F4F7;
  color: #344054;
  font-weight: 800;
}

.roalflux-order-fields textarea{
  min-height: 90px;
  padding-top: 12px;
  resize: vertical;
}

.roalflux-order-capture{
  margin-bottom: 20px;
}

.roalflux-order-add-form{
  grid-template-columns: minmax(220px, 1fr) 130px auto;
  align-items: end;
}

.roalflux-order-product-preview{
  margin-top: 16px;
}

.roalflux-order-product-preview:empty{
  display: none;
}

.roalflux-order-product-preview,
.roalflux-order-preview-empty{
  padding: 12px;
  border-radius: 6px;
  background: #F7F7F7;
}

.roalflux-order-product-preview{
  display: flex;
  align-items: center;
  gap: 14px;
}

.roalflux-order-product-preview img{
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  border-radius: 5px;
  background: #fff;
  object-fit: contain;
}

.roalflux-order-product-preview span,
.roalflux-order-product-preview small,
.roalflux-order-product-preview b{
  display: block;
}

.roalflux-order-product-preview span,
.roalflux-order-product-preview small{
  color: #6F6F6F;
  font-size: 13px;
  line-height: 18px;
}

.roalflux-order-product-preview strong{
  display: block;
  color: var(--title-color);
  font-size: 18px;
  line-height: 24px;
}

.roalflux-order-product-preview b{
  color: var(--theme-color);
  font-size: 13px;
  line-height: 20px;
}

.roalflux-order-sheet{
  position: relative;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 18px 45px rgba(16, 24, 40, 0.08);
}

.roalflux-order-watermark{
  position: absolute;
  right: 28px;
  bottom: 34px;
  z-index: 0;
  color: rgba(16, 24, 40, 0.035);
  font-size: 92px;
  font-weight: 900;
  letter-spacing: 0px;
  line-height: 1;
  pointer-events: none;
}

.roalflux-order-sheet-head,
.roalflux-order-summary,
.roalflux-order-bottom{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.roalflux-order-sheet-head{
  align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px solid #101828;
}

.roalflux-order-brand{
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 720px;
}

.roalflux-order-sheet-head img{
  display: block;
  width: 118px;
  max-width: 118px;
  margin: 0px;
}

.roalflux-order-brand h2{
  margin: 0px 0px 6px;
  color: #101828;
  font-size: 19px;
  font-weight: 900;
  line-height: 25px;
  text-transform: uppercase;
}

.roalflux-order-brand p{
  max-width: 570px;
  margin: 0px;
  color: #475467;
  font-size: 12px;
  line-height: 18px;
}

.roalflux-order-document-meta{
  min-width: 220px;
  padding: 16px 18px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #F9FAFB;
  text-align: right;
}

.roalflux-order-document-meta span{
  display: block;
  margin-bottom: 4px;
  color: #475467;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
}

.roalflux-order-document-meta strong{
  display: block;
  color: #101828;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}

.roalflux-order-document-meta small{
  display: block;
  color: #667085;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.roalflux-order-title-strip{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0px 0px;
  padding: 12px 16px;
  border-radius: 6px;
  background: #101828;
}

.roalflux-order-title-strip strong,
.roalflux-order-title-strip span{
  display: block;
  color: #fff;
  line-height: 20px;
}

.roalflux-order-title-strip strong{
  font-size: 16px;
  font-weight: 900;
}

.roalflux-order-title-strip span{
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.roalflux-order-sheet-head span,
.roalflux-order-summary span,
.roalflux-order-bottom span{
  display: block;
  color: #6F6F6F;
  font-size: 13px;
  line-height: 20px;
}

.roalflux-order-sheet-head strong,
.roalflux-order-summary strong,
.roalflux-order-bottom strong{
  display: block;
  color: var(--title-color);
  font-size: 17px;
  line-height: 24px;
}

.roalflux-order-summary{
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  align-items: stretch;
  margin: 18px 0px 14px;
  padding: 0px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #fff;
}

.roalflux-order-summary span{
  padding: 12px 14px;
  border-right: 1px solid #D0D5DD;
  background: #F9FAFB;
}

.roalflux-order-summary span:last-child{
  border-right: 0px;
}

.roalflux-order-summary strong{
  margin-top: 2px;
  font-size: 15px;
  line-height: 20px;
}

.roalflux-order-kpis{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.roalflux-order-kpis span{
  display: block;
  padding: 12px 14px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #fff;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
  text-transform: uppercase;
}

.roalflux-order-kpis strong{
  display: block;
  margin-top: 4px;
  color: #101828;
  font-size: 17px;
  font-weight: 900;
  line-height: 22px;
  text-transform: none;
}

.roalflux-order-section-title{
  position: relative;
  z-index: 1;
  margin: 18px 0px 10px;
  color: #101828;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.roalflux-order-table-wrap{
  position: relative;
  z-index: 1;
  overflow-x: auto;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
}

.roalflux-order-table{
  width: 100%;
  min-width: 1180px;
}

.roalflux-order-table th,
.roalflux-order-table td{
  padding: 12px 10px;
  border-bottom: 1px solid #EAECF0;
  color: #6F6F6F;
  vertical-align: middle;
}

.roalflux-order-table th{
  background: #F2F4F7;
  color: #101828;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.roalflux-order-table td strong{
  color: var(--title-color);
}

.roalflux-order-line-qty,
.roalflux-order-line-status,
.roalflux-order-line-note{
  width: 82px;
  height: 38px;
  padding: 0px 10px;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 5px;
  background: #fff;
  color: var(--title-color);
}

.roalflux-order-line-status{
  width: 126px;
}

.roalflux-order-line-note{
  width: 170px;
}

.roalflux-status-pill{
  display: inline-flex !important;
  align-items: center;
  min-height: 26px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 16px;
}

.roalflux-status-pill.is-pending{
  background: #F2F4F7;
  color: #475467;
}

.roalflux-status-pill.is-fulfilled{
  background: #ECF8F0;
  color: #176B35;
}

.roalflux-status-pill.is-partial{
  background: #FFF7E6;
  color: #925600;
}

.roalflux-status-pill.is-missing{
  background: #FFF0F0;
  color: #A32121;
}

.roalflux-status-pill.is-pending-shipping{
  background: #EEF4FF;
  color: #1849A9;
}

.roalflux-status-pill.is-sent{
  background: #ECFDF3;
  color: #067647;
}

.roalflux-remission-only{
  display: none;
}

.roalflux-backorder-only{
  display: none;
}

.roalflux-order-bottom{
  position: relative;
  z-index: 1;
  align-items: flex-start;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #D0D5DD;
}

.roalflux-order-bottom p{
  max-width: 520px;
  margin: 0px;
  color: #6F6F6F;
}

.roalflux-order-bottom > div{
  display: grid;
  grid-template-columns: repeat(3, minmax(110px, 1fr));
  gap: 10px;
  text-align: right;
}

.roalflux-order-bottom > div span{
  padding: 10px 12px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background: #F9FAFB;
}

.roalflux-order-signatures{
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.roalflux-order-signatures span{
  display: block;
  height: 1px;
  background: #101828;
}

.roalflux-order-signatures strong{
  display: block;
  margin-top: 8px;
  color: #475467;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.roalflux-order-legal-note{
  position: relative;
  z-index: 1;
  margin: 22px 0px 0px;
  padding-top: 10px;
  border-top: 1px solid #EAECF0;
  color: #667085;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}

body.roalflux-seller-order-mode #roalflux-order-save-management,
body.roalflux-seller-order-mode #roalflux-order-save-final,
body.roalflux-seller-order-mode #roalflux-order-export,
body.roalflux-seller-order-mode #roalflux-order-print,
body.roalflux-seller-order-mode #roalflux-order-remission-print,
body.roalflux-seller-order-mode #roalflux-order-backorder-print,
body.roalflux-seller-order-mode .roalflux-admin-only-actions,
body.roalflux-seller-order-mode .roalflux-admin-nav,
body.roalflux-seller-order-mode .roalflux-order-client-admin,
body.roalflux-seller-order-mode .roalflux-order-history,
body.roalflux-seller-order-mode .roalflux-order-kpis,
body.roalflux-seller-order-mode .roalflux-shipping-field,
body.roalflux-seller-order-mode .roalflux-fulfilled-col,
body.roalflux-seller-order-mode .roalflux-management-col,
body.roalflux-seller-order-mode .roalflux-total-fulfilled,
body.roalflux-seller-order-mode .roalflux-total-missing,
body.roalflux-seller-order-mode .roalflux-total-remission,
body.roalflux-seller-order-mode .roalflux-total-backorder{
  display: none !important;
}

body.roalflux-seller-order-mode .roalflux-order-table{
  min-width: 780px;
}

body.roalflux-seller-order-mode .roalflux-order-grid{
  grid-template-columns: 1fr;
}

.print-only{
  display: none;
}

@media only screen and (max-width: 575px){
  .roalflux-admin-hero h1{
    font-size: 32px;
    line-height: 40px;
  }

  .roalflux-admin-grid,
  .roalflux-admin-fields,
  .roalflux-admin-client-form,
  .roalflux-portal-guide,
  .roalflux-order-grid,
  .roalflux-order-fields,
  .roalflux-order-client-form,
  .roalflux-order-add-form{
    grid-template-columns: 1fr;
  }

  .roalflux-admin-toolbar,
  .roalflux-order-toolbar,
  .roalflux-order-sheet-head,
  .roalflux-order-bottom,
  .roalflux-order-bottom > div{
    align-items: stretch;
    flex-direction: column;
  }

  .roalflux-admin-button,
  .roalflux-admin-panel-title button{
    width: 100%;
  }

  .roalflux-order-toolbar > div,
  .roalflux-action-group{
    width: 100%;
  }

  .roalflux-site-search{
    grid-template-columns: 1fr 54px;
  }

  .roalflux-site-search select{
    grid-column: 1 / -1;
    border-right: 0px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
  }

  .roalflux-search-preview{
    left: 0px;
    right: 0px;
  }

  .roalflux-lightbox{
    padding: 16px;
  }

  .roalflux-lightbox-dialog{
    max-height: calc(100vh - 32px);
    padding: 14px;
  }

  .roalflux-lightbox-dialog img{
    max-height: calc(100vh - 118px);
  }

  .roalflux-lite .category-carousel .category-block-one,
  .roalflux-lite .shop-carousel .shop-block-one{
    flex-basis: 78%;
    min-width: 230px;
  }

  .roalflux-floating-cart{
    right: 16px;
    bottom: 16px;
  }

  .roalflux-floating-head{
    align-items: flex-start;
    flex-direction: column;
  }

  .roalflux-floating-head .roalflux-price-select{
    width: 100%;
  }
}

@media print{
  @page{
    size: A4 portrait;
    margin: 10mm;
  }

  *{
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  body{
    background: #fff !important;
  }

  .main-header,
  .mobile-menu,
  .loader-wrap,
  .roalflux-order-hero,
  .roalflux-order-toolbar,
  .roalflux-admin-status,
  .roalflux-order-grid,
  .roalflux-order-capture,
  .main-footer,
  .roalflux-floating-cart,
  .no-print{
    display: none !important;
  }

  .boxed_wrapper,
  .roalflux-order-section,
  .auto-container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
  }

  .roalflux-order-sheet{
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    box-shadow: none;
  }

  .roalflux-order-sheet-head{
    padding-bottom: 14px;
  }

  .roalflux-order-brand img{
    width: 86px;
    max-width: 86px;
  }

  .roalflux-order-brand h2{
    font-size: 15px;
    line-height: 19px;
  }

  .roalflux-order-brand p{
    font-size: 9px;
    line-height: 13px;
  }

  .roalflux-order-document-meta{
    min-width: 165px;
    padding: 10px 12px;
  }

  .roalflux-order-document-meta strong{
    font-size: 16px;
    line-height: 20px;
  }

  .roalflux-order-title-strip{
    margin-top: 12px;
    padding: 8px 10px;
  }

  .roalflux-order-summary{
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    margin: 12px 0px;
  }

  .roalflux-order-summary span{
    padding: 8px 9px;
  }

  .roalflux-order-section-title{
    margin: 12px 0px 8px;
    font-size: 11px;
    line-height: 16px;
  }

  .roalflux-order-kpis{
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    gap: 6px;
    margin-bottom: 10px;
  }

  .roalflux-order-kpis span{
    padding: 7px 8px;
    font-size: 8px;
    line-height: 11px;
  }

  .roalflux-order-kpis strong{
    font-size: 12px;
    line-height: 15px;
  }

  .roalflux-order-table-wrap{
    overflow: visible;
  }

  .roalflux-order-table{
    min-width: 0px;
  }

  .roalflux-order-table th,
  .roalflux-order-table td{
    padding: 6px 5px;
    font-size: 8.5px;
    line-height: 12px;
  }

  body.roalflux-remission-print .roalflux-order-table tr.is-not-fulfilled-row,
  body.roalflux-remission-print .roalflux-requested-col,
  body.roalflux-remission-print .roalflux-management-col,
  body.roalflux-remission-print .roalflux-total-lines,
  body.roalflux-remission-print .roalflux-total-pieces,
  body.roalflux-remission-print .roalflux-total-missing,
  body.roalflux-remission-print .roalflux-total-requested,
  body.roalflux-remission-print .roalflux-total-backorder{
    display: none !important;
  }

  body.roalflux-remission-print .roalflux-normal-total{
    display: none !important;
  }

  body.roalflux-remission-print .roalflux-remission-only{
    display: inline !important;
  }

  body.roalflux-remission-print .roalflux-order-bottom > div{
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  body.roalflux-backorder-print .roalflux-order-table tr.is-not-backorder-row,
  body.roalflux-backorder-print .roalflux-fulfilled-col,
  body.roalflux-backorder-print .roalflux-management-col,
  body.roalflux-backorder-print .roalflux-total-lines,
  body.roalflux-backorder-print .roalflux-total-pieces,
  body.roalflux-backorder-print .roalflux-total-fulfilled,
  body.roalflux-backorder-print .roalflux-total-remission,
  body.roalflux-backorder-print .roalflux-total-requested{
    display: none !important;
  }

  body.roalflux-backorder-print .roalflux-normal-qty,
  body.roalflux-backorder-print .roalflux-normal-total,
  body.roalflux-backorder-print .roalflux-remission-only{
    display: none !important;
  }

  body.roalflux-backorder-print .roalflux-backorder-only{
    display: inline !important;
  }

  body.roalflux-backorder-print .roalflux-order-bottom > div{
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }

  .roalflux-order-bottom{
    margin-top: 12px;
    padding-top: 10px;
  }

  .roalflux-order-bottom > div{
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 6px;
  }

  .roalflux-order-bottom > div span{
    padding: 6px 7px;
  }

  .roalflux-order-signatures{
    gap: 18px;
    margin-top: 30px;
  }

  .roalflux-order-legal-note{
    margin-top: 14px;
    font-size: 8.5px;
    line-height: 12px;
  }

  .print-only{
    display: inline !important;
  }
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
}

.sec-title.light h2{
  color: #fff;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/** language-switcher **/

.language-picker label{
  display: none;
}

.language-picker .nice-select{
  display: none;
}


.language-picker {
  position: relative;
  display: inline-block;
}

.language-picker__button .icon {
  display: none;
}

.language-picker__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 110px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
  padding: 15px 15px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  text-align: left;
  transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
  transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  transition: opacity .2s, -webkit-transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out;
  transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.language-picker__item:hover {

}

.language-picker__button{
  position: relative;
  border: none !important;
  padding: 0px;
  padding-right: 7px;
}

.language-picker__button:before{
  position: absolute;
  content: '\e907';
  font-family: 'icomoon';
  font-size: 5px;
  top: 7px;
  right: 0px;
  color: #fff;
}

.language-picker__flag {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  font-family: var(--text-font);
  font-weight: 400;
  color: #222;
  padding-left: 33px;
  text-transform: uppercase;
}

.language-picker__list .language-picker__flag{
  padding: 4px 0px 4px 33px;
}

.language-picker__list

.language-picker__flag.language-picker__label:after {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-1.png);
  width: 10px;
  height: 6px;
  top: 6px;
  right: 0px;
  background-repeat: no-repeat;
}

.language-picker__flag.language-picker__label{
  padding-left: 34px;
  padding-right: 0px;
  color: #fff;
  padding-right: 16px;
}

.language-picker__flag em{
  font-style: normal;
}

.language-picker__flag::before {
  position: absolute;
  content: '';
  height: 24px;
  width: 24px;
  top: 4px;
  left: 0px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.language-picker__flag.language-picker__label:before{
  top: -5px;
  left: 0px;
}

.language-picker__dropdown .language-picker__flag::before {
  margin-right: .5rem;
  margin-right: var(--space-xs);
  top: -1px;
}

.language-picker__flag--deutsch::before {
  background-image: url(../images/icons/flag-deutsch.png);
}

.language-picker__flag--english::before {
  background-image: url(../images/icons/flag-english.png);
}

.language-picker__flag--francais::before {
  background-image: url(../images/icons/flag-francais.png);
}

.language-picker__flag--italiano::before {
  background-image: url(../images/icons/flag-italiano.png);
}

.language-picker--hide-label .language-picker__button .icon {
  margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
  display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
  margin-right: .25rem;
  margin-right: var(--space-xxxs)
}

.language-picker__flag.language-picker__label{
  padding-right: 7px;
}

.nice-select{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-family: var(--text-font);
  text-transform: uppercase;
  padding-right: 14px;
  background: transparent;
}

.nice-select:before{
  position: absolute;
  content: '\e907';
  font-family: 'icomoon';
  font-size: 5px;
  top: 0px;
  right: 0px;
  color: #fff;
  font-weight: 700;
}

.nice-select .list{
  min-width: 100px;
}

.nice-select .list li{
  color: var(--text-color);
}

.nice-select .list{
  max-height: 160px;
  overflow-x: hidden;
  overflow-y: auto;
}


.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

.discount-product{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0px 12px;
  background: #27D82E;
  border-radius: 4px;
  z-index: 1;
}

.hot-product{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0px 12px;
  background: #FF0000;
  border-radius: 4px;
  z-index: 1;
}

.popular-product{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0px 12px;
  border-radius: 4px;
  z-index: 1;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: #F6F6F6;
  border: 2px solid #F6F6F6;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 11px;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav .owl-prev{
  margin-right: 10px;
}

.nav-style-one .owl-nav button:hover{
  box-shadow: 0px 0px 15px 0px var(--theme-color);
}

.sec-title a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  border-bottom: 1px solid var(--title-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #064489, #064489 50%, var(--title-color) 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.3s ease-in-out;
}

.sec-title a:hover{
  background-position: 0%;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:8px;
  background: #E3E7EB;
  border-radius: 4px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:8px;
  border-radius: 4px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}


.item-quantity{
  position: relative;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  float: left;
  padding: 0px 40px;
  margin-left: 0px;
  border: 1px solid #E5E5E5;
  border-radius: 30px;
  height: 50px;
  z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  left: 12px;
}

.item-quantity input.quantity-spinner {
  line-height: 48px;
  height: 46px;
  width: 43px !important;
  padding: 0px !important;
  box-shadow: none !important;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #101010;
  background: transparent;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0px 0px;
  left: -35px;
  top: 0px;
  border-radius: 0px;
  border: none !important;
  border-right: 1px solid #E5E5E5 !important;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  height: 40px;
  width: 70px;
  background: transparent;
  padding: 0px 0px;
  right: -45px;
  top: 0px;
  margin-top: 0px;
  border-radius: 0px;
  border: none !important;
  border-left: 1px solid #E5E5E5 !important;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f067";
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f068";
  font-size: 16px;
  font-style: normal;
  color: #000;
  font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 15px;
  left: 15px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}

.bootstrap-touchspin .btn:hover,
.bootstrap-touchspin .btn:focus{
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.rating{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #F8CD2E;
  margin-right: 2px;
}

.rating li span{
  color: #7C7C7C;
  padding-left: 2px;
}

.list-style-one li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: var(--title-color);
  padding-left: 17px;
}

.list-style-one li:before{
  position: absolute;
  content: '';
  background: var(--title-color);
  width: 5px;
  height: 5px;
  left: 0px;
  top: 11px;
  border-radius: 50%;
}


.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: var(--title-color);
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #DDDDDD;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '';
  left: 2px;
  top: 10px;
  width: 11px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/icons/icon-2.png);
  opacity: 0;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.check-box input:checked + label:before{

}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}


.wrapper.list .shop-list-content{
  display: block;
}

.wrapper.list .shop-grid-content{
  display: none
}

.wrapper.grid .shop-list-content{
  display: none;
}

.wrapper.grid .shop-grid-content{
  display: block
}

.nice-select .option{
  padding-left: 15px;
  padding-right: 15px;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.50);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.dots-style-one .owl-dots button span{
  display: none !important;
}

.dots-style-one .owl-dots button{
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--title-color);
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active,
.dots-style-one .owl-dots button:hover{

}

.dots-style-one .owl-dots button:before{
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  border: solid;
  border-width: 1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.dots-style-one .owl-dots button.active:before,
.dots-style-one .owl-dots button:hover:before{
  transform: scale(1,1);
}

.category-page-section .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.category-page-section .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}
